diff --git a/docs/userguide/userguide/Haiku-doc.css b/docs/userguide/userguide/Haiku-doc.css deleted file mode 100644 index 509c9fef3d..0000000000 --- a/docs/userguide/userguide/Haiku-doc.css +++ /dev/null @@ -1,405 +0,0 @@ -/* - * Copyright 2008-2009, Haiku. All rights reserved. - * Distributed under the terms of the MIT License. - * - * Authors: - * François Revol - * Stephan Aßmus - * Braden Ewing - * Humdinger - * Vincent Duvert - */ - -html { - margin: 0; - padding: 0; - background: #FFF; -} - -body { - color: #333333; - line-height: 1.5; - margin: 0; - padding: 0; - font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; -} - -/* link colors and text decoration */ - -a:link { - font-weight: bold; - text-decoration: none; - color: #dc3c01; -} -a:visited { - font-weight: bold; - text-decoration: none; - color: #892601; -} -a:hover, a:active { - text-decoration: underline; - color: #ff4500; -} - -/* Some headers act as anchors, don't give them a hover effect */ - -h2 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} -h3 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} -h4 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} -h5 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} - -/* heading and navigation */ - -#banner { - position: relative; - left: 0; - top: 0; - height: 84px; - min-width: 59em; - background: #eeeeee; -} - -#banner div { - background: transparent url(images/logo.png) no-repeat scroll 10px 0; - min-width: 59em; - max-width: 70em; - height: 100%; - margin: 0 auto; -} - -#banner span { - position: relative; - top: 51px; - left: 272px; - color: #333333; - text-transform: uppercase; - letter-spacing: 3px; - font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif; - font-weight: normal; - font-size: 16px; -} - -div.nav { - position: relative; - min-width: 59em; - left: 0; - top: 0; - background: #e0e0e0; - padding: 0; -} - -div.nav div.inner { - min-width: 59em; - max-width: 70em; - height: 100%; - margin: 0 auto; - text-align: right; - padding: 0; -} - -div.nav div.inner span { - margin-right: 40px; - font-size: 0.8em; -} - -div.nav div.inner span a.uplink { - font-weight: normal; -} - -/* Language selection menu */ - -ul.lang-menu { - display: block; - text-align: left; - list-style-type: none; - font-size: 0.8em; - position: absolute; - margin: 0; -} - -ul.lang-menu img { - border: 0; - padding-right: 5px; -} - -ul.lang-menu li { - margin-left: 10px; - padding: 2px 5px 2px 5px; - background: #e0e0e0; - display: none; -} - -ul.lang-menu:hover li { - display: block; -} - -ul.lang-menu li:hover { - background-color: #efefef; -} - -ul.lang-menu li.now { - padding: 5px 5px 0 5px; - display: block; - background-color: inherit; -} - -ul.lang-menu li a { - color: black; - text-decoration: none; - font-weight: normal; -} - -/* main content */ -#content { - min-width: 59em; - max-width: 70em; - margin: 0 auto; -} - -#content div { - margin-top: 30px; - margin-left: 40px; - margin-right: 40px; - margin-bottom: 50px; - font-size: 0.9em; -} - -/* contents box */ - -table.index { - margin: 0px 0px 30px 30px; - padding: 1px; - border-width: 1px; - border-style: dotted; - border-color: #e0e0e0; - float:right; -} -table.index tr.heading { - background-color: #e0e0e0; - text-align: center; - font-weight: bold; - font-size: 1.1em; -} -table.index tr.index { - background-color: #eeeeee; -} -table.index td { - padding: 5px 20px; -} - -table.index a:link, table.index a:visited { - font-weight: normal; - text-decoration: none; - color: #dc3c01; -} -table.index a:hover, table.index a:active { - text-decoration: underline; - color: #ff4500; -} - - -/* Haiku User Guide styles and layout */ - -/* Rounded corner boxes */ -/* Common declarations */ -.box-info, .box-stop, .box-warning { - -webkit-border-radius: 10px; - -khtml-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - border-style: dotted; - border-width: thin; - border-color: #dcdcdc; - padding: 10px 15px 10px 80px; - margin-bottom: 15px; - margin-top: 15px; - min-height: 42px; -} -.box-info { - background: #e4ffde url(images/alert_info_32.png) 15px 15px no-repeat; -} -.box-warning { - background: #fffbc6 url(images/alert_warning_32.png) 15px 15px no-repeat; -} -.box-stop { - background: #ffeae6 url(images/alert_stop_32.png) 15px 15px no-repeat; -} - -/* More layout and styles */ -h1 { - font-size: 1.3em; - font-weight: bold; - color: #0c3762; - border-bottom: dotted thin #e0e0e0; - margin-bottom: 25px; -} -h2 { - font-size: 1.3em; - font-weight: normal; - color: #0c3762; - border-bottom: dotted thin #e0e0e0; - margin-top: 35px; -} -h3 { - font-size: 1.2em; - font-weight: normal; - color: #0c3762; - border-bottom: dotted thin #e0e0e0; - margin-top: 30px; -} -h4 { - font-size: 1.1em; - font-weight: normal; - color: #0c3762; - margin-top: 30px; -} -h5 { - font-size: 1.0em; - font-weight: normal; - color: #0c3762; - margin-top: 30px; -} -p { - text-align: justify; -} -ol { - padding-left: 20px; -} -ul { - padding-left: 14px; -} -li { - line-height: 1.3; -} -td { - vertical-align: top; -} -td.onelinetop { - vertical-align: top; - white-space: nowrap; -} -tt { - background-color: #e2e2e2; - font-size: 1.0em; - font-family: monospace; -} -pre { - border-color: #0c3762; - border-style: dotted; - border-width: thin; - margin: 0em; - padding: 1.5em; - background-color: #f0f0f0; -} -pre.terminal { /* Terminal output*/ - border-color: #ffb11f; - border-style: dotted; - border-width: thin; - margin: 0em; - padding: 1.5em; - background-color: #3a3a3a; - color: #ffb11f; -} -.menu { /* Menu */ - font-size: 1.0em; - font-family: serif; - font-style: italic; - color: #24225e; -} -.button { /* Button */ - font-size: 1.0em; - font-family: serif; - font-style: italic; - color: #33583c; -} -.app { /* GUI Application name */ - font-size: 1.0em; - font-family: serif; - font-style: italic; - color: #5e1c1c; -} -.cli { /* Shell command or file */ - background-color: #e8e8e8; - font-size: 0.9em; - font-family: monospace; -} -.path { /* File path */ - background-color: #e8e8e8; - font-size: 0.9em; - font-family: monospace; -} -.key { /* Shortcut (separate with   */ - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - border-color: #c7c7c7; - border-style: solid; - border-width: 1px; - padding: 0px 2px 0px 2px; - background-color: #e8e8e8; - font-family: serif; - font-variant: small-caps; - font-size: 0.8em; -} - -/* printer only pretty stuff */ -@media /*screen,*/print { - /* suggest page orientation */ - @page { size: portrait; } - .noprint { - display: none; - } - /* hide header and nav bar */ - #banner { - display:none; - } - - div.nav { - display:none; - } - - /* some links we want to print the url along with (CSS2) */ - a.printurl:after { - content: " <" attr(href) ">"; - font-weight: normal; - font-size: small; - } - /* override for those we really don't want to print */ - a.noprinturl:after { - content: ""; - } - /* for acronyms we want their definitions inlined at print time */ - acronym[title]:after { - font-size: small; - content: " (" attr(title) ")"; - font-style: italic; - } - /* and not have mozilla dotted underline */ - acronym { - border: none; - } - pre.terminal { /* Terminal output black on white*/ - background-color: #ffffff; - color: #000000; - } - #content { - margin: 0px; - padding: 0px; - } - html { - background: #FFF; - } -} diff --git a/docs/userguide/userguide/ca/applications.html b/docs/userguide/userguide/ca/applications.html deleted file mode 100644 index 79089e0200..0000000000 --- a/docs/userguide/userguide/ca/applications.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - Aplicacions - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Aplicacions

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Aplicacions del Haiku's

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor Una eina per fer un seguiment dels recursos del sistema com ara la CPU i l'ús de la memòria
iconBootManager Una eina per instal·lar un menú d'arrencada al Master Boot Record (MBR) d'un disc.
iconCharacterMap Una aplicació que mostra el mapa de caràcters Unicode.
iconCodyCam Una eina per pujar regularment imatges d'una càmera web a un servidor.
iconDebugger A graphical debugger.
iconDeskCalc Una calculadora.
iconDiskProbe Un editor hexadecimal per a fitxers i dispositius.
iconDiskUsage Una eina per mostrar l'ús de la memòria del disc.
iconDriveSetup Una eina per fer particions del disc.
iconExpander Una eina per obrir arxius comprimits.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic Una aplicació per generar les icones vectorials del Haiku.
iconInstaller Una eina per instal·lar el Haiku a una partició.
iconMagnify Una vista ampliada de l'area del volant del cursor del ratolí.
iconMail Un client de correu.
iconMediaPlayer Un reproductor de tots els tipus de fitxers d'àudio i vídeo permesos.
iconMidiPlayer Un reproductor de fitxers MIDI.
iconPackageInstaller Instal·lador dels paquets BeOS en format PKG.
iconPeople Un gestor de contactes.
iconPoorMan Un servidor web senzill.
iconScreenshot Una eina per fer captures de pantalla.
iconShowImage Un visualitzador d'imatges senzill.
iconSoundRecorder A tool to record audio from line-in or a microphone. [still missing]
iconStyledEdit Un editor de text senzill.
iconTerminal Accés al bash.
iconTextSearch Una eina de cerca per a fitxers de text.
iconTV A viewer for analog TV. [still missing]
iconWebPositive Un navegador web nadiu
- -

-index -Aplicacions de la línia d'ordres del Haiku

-

Besides the normal commandline tools coming with the bash shell or are necessary to be POSIX compliant, there are a few Haiku-specific commandline applications worth mentioning. These commands are often useful for scripting purposes, see also topic Bash and Scripting.

- - - -
iconLlista de totes les aplicacions de la linia d'ordres
iconAplicacions de la línia d'ordres pròpies del Haiku
- -

-index -Aplicacions de tercers

-

Besides the above listed programs, which are all maintained by the Haiku project, there are a few essential applications bundled in a standard Haiku system. Bugs and feature requests for those have to be filed with the particular maintainer.

- - - - - - - - - - - -
iconBePDF Un visualitzador PDF.
iconPe Un editor de text avançat amb colors de sintaxi i moltes altres prestacions.
iconVision Un client IRC.
iconWonderBrush Un programa de gràfics de YellowBite.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/activitymonitor.html b/docs/userguide/userguide/ca/applications/activitymonitor.html deleted file mode 100644 index 8006e2cdd0..0000000000 --- a/docs/userguide/userguide/ca/applications/activitymonitor.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Monitor d'Activitat - - - - - - - - -
-
- -

activitymonitor-icon_64.pngMonitor d'Activitat

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/ActivityMonitor
Preferències:~/config/settings/ActivityMonitor settings
-


-

El Monitor d'Activitat permet fer un seguiment dels recursos del sistema i altres punts interessants.

-activitymonitor.png -

Podeu mostrar i amagar tota mena de recursos del sistema, clicant amb el botó dret a la finestra:
-Memòria usada/Cau, Espai d'Intercanvi, Ús de la CPU, Dades rebudes/Enviades, Falles de Pàgina, Semàfors, Ports, Fils, Equips, Aplicacions en execució, Mida del Text/Raw del Portapapers, Nodes dels Media.

-

Sota el gràfic hi ha una llegenda (que es pot amagar des del menú contextual). Podeu canviar els colors del gràfic i el fons arrossegant i enganxant des de qualsevol gestor de color, com ara Icon-O-Matic.

-

Podeu afegir més vistes des del menú Fitxer si està massa atapeït.

-

El menú Preferències obre un control que permet triar l'interval en que s'actualitzaran les dades.

-

Cada vista disposa d'unes nanses Replicadores que permeten moure'la, per exemple, a l'Escriptori.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/bepdf.html b/docs/userguide/userguide/ca/applications/bepdf.html deleted file mode 100644 index 7425e3ab77..0000000000 --- a/docs/userguide/userguide/ca/applications/bepdf.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/BePDF/BePDF
Documentació:/boot/system/apps/BePDF/docs/*
Preferències:~/config/settings/BePDF
-


-

BePDF és un visualitzador de PDF que arrenca ràpidament. A més de visualitzar, permet fer anotacions, i afegir punts de llibre als PDFs no encriptats. Actualment està totalment localitzat en 20 llengües i és fàcil afegir més llengües fent servir fitxers de text.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/bootmanager.html b/docs/userguide/userguide/ca/applications/bootmanager.html deleted file mode 100644 index 11741521ce..0000000000 --- a/docs/userguide/userguide/ca/applications/bootmanager.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - Gestor d'Arrencada - - - - - - - - -
-
- -

bootmanager-icon_64.pngGestor d'Arrencada

- - - - -
Barra d'eines:Cap, normalment s'inicia des del menú Eines de l'Instal·lador
Ubicació:/boot/system/apps/BootManager
Preferències:cap
les còpies de seguretat del MBR es desent per omisió a ~/config/settings/bootman/
-


-

Si no afegiu la partició Haiku a un gestor d'arrencada anterior cpm ara el GRUB, el Gestor d'Arrencada pot instal·lar un petit menú d'arrencada al Master Boot Record (MBR) que té un aspecte semblant al següent:

-bootmenu.png -
El Gestor d'Arrencada no està massa provat i encara té algunes restriccions i es queixarà si no es compleixen: el menú només es pot instal·lar al vostre primer disc dur i cal que hi hagi 2KiB d'espai al Master Boot Record (MBR).
-

El Gestor d'Arrencada us guiarà en el procés d'instal·lació del menú d'arrencada.

-

-index -Tria del disc destí

-bootmanager-1.png -

El Gestor d'Arrencada comença amb una llista de les unitats de disc disponibles per que en trieu el destí. Si ja hi ha un menú d'arrencada en aquesta unitat, s'activa el botó Desinstal·la, que us portarà a un simple procediment per tal de restaurar el MBR anterior, suprimint així de nou el menú d'arrencada.
-Altrament, trieu Instal·la per continuar.

-

-index -Còpia de seguretat del Master Boot Record (MBR)

-

Per si alguna cosa no va bé, o per si voleu tornar a suprimir el menú d'arrencada, ara es desa el Master Boot Record (MBR). Aquest és un pas molt important, assegureu-vos que no sobreescriviu alguna altre còpia del MBR d'alguna prova anterior, per exemple!

-bootmanager-2.png -bootmanager-3.png -

Simplement trieu un destí per la còpia del "MBR" o bé deixeu la ruta per omisió. Després de clicar Següent rebreu la confirmació de que la còpia ha estat realitzada correctament.

-

-index -Configuració del menú d'arrencada

-bootmanager-4.png -bootmanager-5.png -

A continuació se us presentarà una llista de totes les particions de la unitat de disc destí. Marcant cada una decidiu quines entrades apareixeran al menú d'arrencada, les caixes de text us permeten canviar el nom de les entrades.

-

Després, trieu del menú desplegable quina partició arrencarà per omisió i indiqueu el temps d'espera amb el lliscador de sota. Aquí, "Immediatament" no mostrarà el menú, "Mai" s'hi aturarà. A l'arrencada podeu ignorar el temps d'espera prement la tecla ALT.

-

-index -Escriptura del menú d'arrencada

-bootmanager-6.png -bootmanager-7.png -

Abans d'escriure el menú d'arrencada al MBR, se us mostrarà un resum de la vostra configuració i se us oferirà una darrera oportunitat d'anul·lar la operació. Però no us preocupeu, ja que mentre guardeu bé la còpia del MBR, podeu fàcilment recuperar la situació anterior. Si les coses es torcen, sempre podeu arrencar amb un CD d'instal·lació del Haiku o amb un llapis USB i restaurar la còpia del MBR amb el Gestor d'Arrencada.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/cdplayer.html b/docs/userguide/userguide/ca/applications/cdplayer.html deleted file mode 100644 index 3fbf65bc2c..0000000000 --- a/docs/userguide/userguide/ca/applications/cdplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Reproductor de CDs - - - - - - - - -
-
- -

cdplayer-icon_64.pngReproductor de CDs

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/CDPlayer
Preferències:~/cd/* - Conserva els detalls de tots els CDs coneguts
-


- -


-cdplayer.png -

L'ús és força semblant al que es podria esperar observant els seus botons.
-Activeu el botó Repeteix a l'esquerra del botó A l'atzar per reproduïr tot el CD.

-

Si us cal més control com ara llistes de reproducció, proveu millor el MediaPlayer.

-
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/charactermap.html b/docs/userguide/userguide/ca/applications/charactermap.html deleted file mode 100644 index a17157e046..0000000000 --- a/docs/userguide/userguide/ca/applications/charactermap.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Mapa de Caràcters - - - - - - - - -
-
- -

charactermap-icon_64.pngCharacterMap

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/CharacterMap
Preferències:~/config/settings/CharacterMap settings
-


-

CharacterMap mostra el codi UTF-8 de cada caràcter d'un tipus de lletra.

-charactermap.png -

A l'esquerra teniu els blocs estàndard, juntament amb una útil funció de filtre. Opcionalment, podeu triar també Mostra els blocs privats al menú Visualitza. A la dreta es mostren els símbols reals d'aquests blocs, utilitzant el tipus de lletra indicat al menú Tipus de lletra. A sota d'això podeu canviar la mida del tipus de lletra. I sota d'això, els valors del símbol sobre el que teniu el punter del ratolí, que es mostra en notació hexadecimal, decimal i UTF-8.

-

Des del mapa de caràcters podeu arrossegar un símbol i deixar-lo anar directament sobre un editor de text, o bé fer clic amb el botó dret sobre un símbol per Copiar-lo (ALT C) o bé Copiar-lo com a cadena de bytes escapada (SHIFT ALT C). Obtenint així, per exemple, ja sigui o bé \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/ca/applications/cli-apps.html b/docs/userguide/userguide/ca/applications/cli-apps.html deleted file mode 100644 index b262aaaf61..0000000000 --- a/docs/userguide/userguide/ca/applications/cli-apps.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - Commandline Applications - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

cli-app-icon_64.pngHaiku-specific commandline applications

- - -
Ubicació:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relating to attributes: listattr, catattr, addattr, rmattr, copyattr

-

These commands are used to display, read out, add and remove attributes of files. Remember that these meta data are currently only available on BFS formatted volumes. Moving files onto other file systems will strip all attributes!
-All these commands are described in topic Attributes in Terminal.

- -

index -Relating to the index: lsindex, mkindex, reindex, rmindex

-

With these commands you list, make, reindex and remove attributes to BFS' index. Every volume has it's own index, remember that when copying files from one volume to another.
-These commands are described in topic Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Useful scripting commands

-

Here are a few commandline tools that are especially useful for scripting (see also topic Bash and Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Other commands

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/codycam.html b/docs/userguide/userguide/ca/applications/codycam.html deleted file mode 100644 index 8e36102a5f..0000000000 --- a/docs/userguide/userguide/ca/applications/codycam.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

codycam-icon_64.pngCodyCam

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/CodyCam
Preferències:~/config/settings/codycam
-


-

Amb CodyCam podeu capturar imatges a intervals prefixats amb una webcam o qualsevol dispositiu d'entrada de vídeo connectat i desar-les amb FTP.

-My very temporarily installed cam in Dartmoor National Park. -

To the left under the preview, you set the filename that'll be suffixed with an increasing number for every picture taken. Beneath that you decide on the file format and the rate the pictures are taken.

-

To the right you choose either FTP or sFTP (if SSH is available) and enter the needed data to save the images on a server.

- -
-
- - - diff --git a/docs/userguide/userguide/ca/applications/debugger.html b/docs/userguide/userguide/ca/applications/debugger.html deleted file mode 100644 index a217d99e9a..0000000000 --- a/docs/userguide/userguide/ca/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/ca/applications/deskcalc.html b/docs/userguide/userguide/ca/applications/deskcalc.html deleted file mode 100644 index 40fa41888b..0000000000 --- a/docs/userguide/userguide/ca/applications/deskcalc.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - Calculadora - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

deskcalc-icon_64.pngCalculadora

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/DeskCalc
Preferències:~/config/settings/DeskCalc_settings
-


-

DeskCalc is a simple calculator that nevertheless has some nice features that aren't apparent on first sight.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • You can resize the calculator until it fits your needs and then put it as Replicant onto the Desktop via drag&drop of the symbol in the bottom right corner. Make sure Show replicants is activated in the Deskbar.

  • -
  • The keypad can be colored with a drag&drop from any color well, e.g. from Icon-O-Matic.

  • -
  • You can move up and down in a history of past calculations with and .

  • -
  • You can select DeskCalc's contents and drag&drop it into any application. Or you drop it into a Tracker window or onto the Desktop and a text file with that clipping is created there.

    -

    Even better, the reverse is also possible:
    -Create clippings as described at various stages of your calculation and go back to them by drag & dropping them back into DeskCalc.
    -Or you drag&drop a calculation directly out of an email onto DeskCalc.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/diskprobe.html b/docs/userguide/userguide/ca/applications/diskprobe.html deleted file mode 100644 index b5ea171ae0..0000000000 --- a/docs/userguide/userguide/ca/applications/diskprobe.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/DiskProbe
Preferències:~/config/settings/DiskProbe_data
-


-

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!

-
Always work with the backup of a file and be extra careful when working directly on a device.
-

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:

-

diskprobe.png

-

The main view shows always one block of data, the size of which can be adjusted with View | BlockSize. 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.
-You can move from block to block with the slider above or with ALT  and ALT  and switch between the HEX and ASCII columns with TAB.

-

Block | Selection will not only show the selection with different endianess (and in HEX or decimal, set by View | Base), 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.
-This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

Depending on the kind of attribute, you'll get a different editor tab besides the always present Raw Editor. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.

-
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/diskusage.html b/docs/userguide/userguide/ca/applications/diskusage.html deleted file mode 100644 index 537f0b3157..0000000000 --- a/docs/userguide/userguide/ca/applications/diskusage.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/DiskUsage
Preferències:~/config/settings/DiskUsage
-


-

DiskUsage shows graphically how the space on your volumes is utilized.
-A useful tool to answer the question, "Where has all my disk space gone?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

The concentric circles represent different levels in the file system hierarchy. Above, the circle in the center represents the /boot/home/ folder. Each segment of the ring immediately outside that circle is a file or folder under /boot/home/. Every segment farther outside brings you one level deeper in the file hierarchy. You may have to resize the window to accommodate very deep folders.

-
    -
  • If the graphical representation of a file or folder comprises less than about 2° of a circle, it is excluded from the display.
  • -
  • The number of files that's reported for a folder includes files in subfolders too. A folder counts as a file.
  • -
  • DiskUsage ignores symbolic links.
  • -
-

As you move the mouse over a segment, information about that file or folder appears in the status bar at the bottom.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

You can drag files and folders from DiskUsage to other applications or to the Desktop or other Tracker windows for copying. Vice versa, dropped volumes and folders on DiskUsage's window will zoom directly to them, making them the new center circle.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/drivesetup.html b/docs/userguide/userguide/ca/applications/drivesetup.html deleted file mode 100644 index 600ee5c4b2..0000000000 --- a/docs/userguide/userguide/ca/applications/drivesetup.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/DriveSetup
Preferències:~/config/settings/DriveSetup
-


-

DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the GParted LiveCD to provide the space for another partition.

-drivesetup.png -

At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the +/- widget that appears in that case in front of that device to see the details of every logical partition.

-

You can select a partition from the list and mount and unmount them with the commands in the Partition menu or by pressing ALT M or ALT U.

-

You can also completely delete a partition with Partition | Delete.
-Which brings us to this:

-
Dealing with creating/deleting/initializing partitions is very dangerous business. Always check twice to be sure you're working with the right one and always keep an up-to-date backup of your data in case something goes wrong!
-

-index -Creating a new partition

-
If you plan to use the entire drive as one partition, e.g. a USB stick or a Compact Flash card, you can skip the creation of a partition and proceed right to Initializing.
-

When you found unformatted space on a drive, like the above <empty>, you can create a new partition in this space with Partition | Create...(ALT C).

-drivesetup-create.png -

You're prompted with this dialog that lets you adjust the partition size and type. Choose Be File System if you want to use the partition for an Haiku installation or if you want to use all the interesting Haiku features with it, like attributes and queries. Note, that other operating systems might not be able to access such a partition.

-

If you have created a primary partition instead of just another extended/logical partition within one, the above dialog also displays an Active partition checkbox. You'll have to check that, if you'll use that partition to boot a Haiku installation.

-

Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.

-

-index -Initializing a partition

-

Only unmounted partitions can be initialized by using the Partition | Initialize menu.

-drivesetup-initialize.png -

Here you set the name for the partition and it's blocksize. 2048 bytes per block are recommended, but you can choose larger or smaller sizes if you have these very specific needs.
-Initializing will destroy all data on that partition!

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/expander.html b/docs/userguide/userguide/ca/applications/expander.html deleted file mode 100644 index f13070420c..0000000000 --- a/docs/userguide/userguide/ca/applications/expander.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

expander-icon_64.pngExpander

- - - - -
Barra d'eines:No entry, normally launched via double-clicking a supported file.
Ubicació:/boot/system/apps/Expander
Preferències:~/config/settings/Expander_Settings
-


-

Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.
-Just double-click an archive to see this simple interface:

-

expander.png

- - - - -
OrígenALT Owill open a file dialog to find an archive to unpack.
DestíALT Dwill open a file dialog to set the destination.
ExtreuALT Ewill start the unpacking. It can be aborted with ALT K.
-

You can toggle the display of the file listing by un/checking Show contents or pressing ALT L.

-
Expander can only unpack whole archives.
-You can't select individual files to expand or add/remove files from the archive.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/haikudepot.html b/docs/userguide/userguide/ca/applications/haikudepot.html deleted file mode 100644 index b14f3c21bd..0000000000 --- a/docs/userguide/userguide/ca/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/icon-o-matic.html b/docs/userguide/userguide/ca/applications/icon-o-matic.html deleted file mode 100644 index 819f1d3c00..0000000000 --- a/docs/userguide/userguide/ca/applications/icon-o-matic.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Índex
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Icon-O-Matic
Preferències:~/config/settings/Icon-O-Matic
- -


- -

Before we come to the actual creating of icons in Icon-O-Matic, a few words on Haiku's icons in general.

- -

-index -BeOS bitmap vs. Haiku vector icons

-

Contrary to the BeOS, Haiku uses vector icons instead of bitmap icons. A special Haiku Vector Icon Format (HVIF) was developed that is highly optimized for small file sizes and fast rendering. That's why our icons are for the most part much smaller than either a bitmap or the widely used SVG format. Also, unlike BeOS' bitmap icons, Haiku isn't limited to an 8bit palette (256 colors).
-Take this icon of the Terminal, for example:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Note that the BeOS used two versions of an icon, one 16x16 and one 32x32, to achieve good visuals in List and Icon View mode.

-

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Icons are attributes

-

Icons are stored as an attribute with their file. However, that doesn't mean that every file has to have this attribute to appear with an icon in a Tracker window: data files inherit their icon from their filetype. To globally change the filetype's icon you use the FileTypes preferences. If you only want to add a special icon to an individual file, you use the FileType add-on on it instead. See topic Filetypes for more information.

-
Being an attribute, it follows that only filesystems supporting metadata can retain a file's individual icon. So, if you move files off your BFS volume, consider zipping them up so you don't lose icons or other attributes.
- -

-index -Creating icons with Icon-O-Matic

-

Icon-O-Matic is Haiku's icon editor that can save your work as HVIF, SVG or PNG. The icon can also be directly attached as attribute to an existing file or exported as a resource or source file used by developers. Since the application was tailored to the optimized HVIF format, its usage reflects the inner workings of this format.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Here's a quick overview of Icon-O-Matic's window:

-i-o-m-overview.png - -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

- - -

-index -Path

-

A path consists of several points which are connected with lines or Bezier curves. To add or change points, make sure the path is selected in the path list.

- -

Simply clicking in the canvas will set the first point. While setting a point, you decide if the resulting line will be straight or curved: a simple click and release produces a straight line, holding down the mouse button and moving the mouse will drag out the handles for a Bezier curve. Of course, you can also change it all later on.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

The mouse pointer indicates the current mode:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Move point(s)Insert pointAdd pointDelete point
CTRL
Corner↔Bezier
ALT
Select points
SHIFT
-

You can invoke a context menu by right-clicking a point or a selection of points:

- - - - - - -
Select allALT ASelects all points of the current path.
TransformTPuts all selected points in a transformation box, so you can move, resize and rotate them together. It works just like with shapes, described a bit further down.
SplitSplits selected points into two, one sitting on top of the other.
FlipRotates selected points by 180°. Only has an effect on Bezier points.
RemoveDELDeletes selected points.
- -

Path Menu

-

The Path menu offers a few obvious entries to Add rectangle and Add circle or to Duplicate or Remove a path. Here are some that may need a bit more explaining:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean upMost useful with imported SVGs, this function will remove redundant points.
Rotate indices rightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate indices leftALT SHIFT RDoes the same in the other direction.
- -

Path Properties

-

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset transformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze transformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Shape Properties

-

Besides a Name, the Properties view for a shape has these options:

- - - - -
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNot OK!
Shape 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Shape 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Style

-

A style can either be a solid color or some type of gradient.
-Besides the predefined colors under Swatches, you can mix your own by clicking on the current color. Also, note the slider under the color spectrum which sets the alpha-channel (transparency).

-i-o-m-gradients -

You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Style Menu

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Style Properties

-

The Name is the only Properties of a style.

- - -

-index -Transformer

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter limitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Saving an icon

-

There's your usual menu bar at the top, File, Edit, Options. The usage is pretty much self-explaining, so we'll only look at how to save your work.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSaves as resource used by programmers
HVIF source codeSaves as source code used by programmers
SVGSaves as SVG
PNGSaves as a 64px sized PNG
PNG setSaves as 16, 32 and 64px sized PNGs
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Tips & Tricks

-

A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:

-
    -
  • Read the Icon Guidelines to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.

  • -
  • You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Check the preview to see if your icon still looks good in 16x16. You may want to use the Level Of Detail settings described in the Shapes section.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/installer.html b/docs/userguide/userguide/ca/applications/installer.html deleted file mode 100644 index 576bc076c2..0000000000 --- a/docs/userguide/userguide/ca/applications/installer.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

installer-icon_64.pngInstaller

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Installer
Preferències:none
-


-

The Installer is used to copy Haiku onto another volume.
-Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:

-
    -
  • This is alpha-quality software. Make backups or suffer the consequences!

  • -
  • The Installer needs a prepared partition. You may have to use a GParted LiveCD or a similar tool until Haiku's DriveSetup is mature enough to handle this task.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Once you acknowledged with Continue, you're presented with the main window:

-installer.png -

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
-The second pop-up menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.

-

Clicking the little expander widget will Show optional packages, if available, that you can choose to install in addition to the basic Haiku.

-

You should do a last check if you really picked the right target before starting the installation process. Click on Setup partitions... to open DriveSetup and have a look at the naming and layout of the available volumes and partitions.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Tools

-

At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the Onto: Please choose target menu and select Write boot sector from the Tools menu to make it bootable again.

-

The other item in the Tools menu is used to Set up a boot menu that puts a menu in the boot sector to choose what operating system to boot. See topic BootManager for more information.
- You don't need to run the BootManager if you already use a bootmanager like GRUB, in which case you have to add Haiku manually (see above), or Haiku runs exclusively on your machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/list-cli-apps.html b/docs/userguide/userguide/ca/applications/list-cli-apps.html deleted file mode 100644 index 84ac1d9c6d..0000000000 --- a/docs/userguide/userguide/ca/applications/list-cli-apps.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - List of commands - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

cli-app-icon_64.pngLlista de totes les aplicacions de la linia d'ordres

- - -
Ubicació:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Language and keymap setup.
[ Returns true/false after comparing items.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Shows a message box. (Haiku specific)
arp Manipulates the system ARP cache.
awk Veieu gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 Veieu bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Leftover from the move of locale-kit.]
echo Displays a line of text.
egrep Veieu grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep Veieu grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp File transfer program.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip Veieu gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Leftover from the move of locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creates a directory.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more Veieu less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh Veieu bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Returns true/false after comparing items.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash Veieu trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat Veieu gzip.
zcmp Veieu zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo Veieu unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/magnify.html b/docs/userguide/userguide/ca/applications/magnify.html deleted file mode 100644 index 3cda7a549a..0000000000 --- a/docs/userguide/userguide/ca/applications/magnify.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

magnify-icon_64.pngMagnify

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Magnify
Preferències:~/config/settings/Magnify_prefs
-


-

Magnify shows an enlarged version of the area around your mouse pointer.

-magnify.png -

At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.

-

Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with / / / .

-

To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
-They can also be moved with / / / . The active crosshair is marked with an "x".

-

You can move the mouse pointer pixel by pixel with OPT  / / / .

-

Clicking on the pop-up menu gives you a number of options:

- - - - - - - - - - - - - - -
Save imageALT S Saves the current display as a resource file.
Copy imageALT C Copies the current display to the clipboard.
Hide/Show infoALT T Toggles the display of all the additional information.
Add a crosshairALT H Adds a crosshair you can drag around.
Remove a crosshairALT SHIFT H Removes the last added crosshair.
Hide/Show gridALT G Toggles the overlayed grid.
Freeze/Unfreeze imageALT F Stops/continues updating the magnification area.
Stick coordinatesALT I Keeps updating the magnification area, but don't follow the mouse pointer any more.
Make squareALT / Reverts back to a square display after resizing the window.
Decrease window sizeALT - Shrinks the magnified area around the mouse pointer.
Increase window sizeALT + Enlarges the magnified area around the mouse pointer.
Decrease pixel sizeALT , Lowers magnification.
Increase pixel sizeALT . Increases magnification.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/mail.html b/docs/userguide/userguide/ca/applications/mail.html deleted file mode 100644 index b39a9b50bf..0000000000 --- a/docs/userguide/userguide/ca/applications/mail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - Correu - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Índex
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Mail
Preferències:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Llegir missatges

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFitxer

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdita

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexVisualitza

-

You'll only seldomly need these two items, if at all:

- - - -
Mostra la capçaleraALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMissatge

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ContestaALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Contesta al remitentOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Contesta a tothomSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexConsultes

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Nous missatges

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFitxer

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdita

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMissatge

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexConsultes

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferències

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
Tipus de lletraSets the type of font used for the email text.
MidaSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ca/applications/mediaplayer.html b/docs/userguide/userguide/ca/applications/mediaplayer.html deleted file mode 100644 index 102893b838..0000000000 --- a/docs/userguide/userguide/ca/applications/mediaplayer.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/MediaPlayer
Preferències:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/midiplayer.html b/docs/userguide/userguide/ca/applications/midiplayer.html deleted file mode 100644 index 603280f700..0000000000 --- a/docs/userguide/userguide/ca/applications/midiplayer.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/MidiPlayer
Preferències:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/ca/applications/packageinstaller.html b/docs/userguide/userguide/ca/applications/packageinstaller.html deleted file mode 100644 index 0679f3d23e..0000000000 --- a/docs/userguide/userguide/ca/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Barra d'eines:No entry, normally launched via -double-clicking a supported file.
Ubicació:/boot/system/apps/PackageInstaller
Preferències:none
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/pe.html b/docs/userguide/userguide/ca/applications/pe.html deleted file mode 100644 index d36b4de405..0000000000 --- a/docs/userguide/userguide/ca/applications/pe.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

pe-icon_64.pngPe

- - - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Pe/Pe
Documentació:/boot/system/apps/Pe/Documentation/index.html
Preferències:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/ca/applications/people.html b/docs/userguide/userguide/ca/applications/people.html deleted file mode 100644 index aa193a2011..0000000000 --- a/docs/userguide/userguide/ca/applications/people.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

people-icon_64.pngPeople

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/People
Preferències:~/config/settings/People_data
-


-

People is a simple contact database using the attributes of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a query.

- -people.png - -

The Group attribute at the bottom allows assigning a person to one or more groups. Useful for "mass mailing" a number of people who, for example, work on a specific project. The pop-up menu offers all currently existing groups. If a person belongs to more than one group, the group names are delimited with a ",".

- -

These Person files are usually all saved in /boot/home/people/. To get a list of all your contacts, just open your people folder and display all attributes of interest. If you choose to organize your Person files in different folders, just use a query to display them all in one window.

- -people-files.png - -

You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding SHIFT while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or ALT E) to edit works just like renaming a file. Once you're in edit mode, TAB and SHIFT TAB will jump from column to column.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/poorman.html b/docs/userguide/userguide/ca/applications/poorman.html deleted file mode 100644 index 38cfe3938d..0000000000 --- a/docs/userguide/userguide/ca/applications/poorman.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

poorman-icon_64.pngPoorMan

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/PoorMan
Preferències:~/config/settings/PoorMan Settings
-


-

PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.

-

Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.

-

PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings...: -

-

poorman.png

-

The settings panel is divided into three tabs:

-

In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
-Logging lets you de/activate logging to the console or optionally to a separate logfile.
-The Advanced tab holds the setting for the maximum simultaneous connections.

-

The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/ca/applications/screenshot.html b/docs/userguide/userguide/ca/applications/screenshot.html deleted file mode 100644 index a06d408b78..0000000000 --- a/docs/userguide/userguide/ca/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Screenshot
-/bin/screenshot
Preferències:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/showimage.html b/docs/userguide/userguide/ca/applications/showimage.html deleted file mode 100644 index bcb5fe3640..0000000000 --- a/docs/userguide/userguide/ca/applications/showimage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

showimage-icon_64.pngShowImage

- - - - -
Barra d'eines:No entry, normally launched via -double-clicking a supported file.
Ubicació:/boot/system/apps/ShowImage
Preferències:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBrowsing

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexKeyboard shortcuts

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
ControlWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/soundrecorder.html b/docs/userguide/userguide/ca/applications/soundrecorder.html deleted file mode 100644 index 533fe23fd2..0000000000 --- a/docs/userguide/userguide/ca/applications/soundrecorder.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/SoundRecorder
Preferències:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/ca/applications/stylededit.html b/docs/userguide/userguide/ca/applications/stylededit.html deleted file mode 100644 index d21a2580d2..0000000000 --- a/docs/userguide/userguide/ca/applications/stylededit.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/StyledEdit
Preferències:none
-


-

StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.

-stylededit.png -

If you're interested, this is what those additional attributes look like when examined in Terminal with listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

As you can see, all the formatting options from StyledEdit's menu are present: line wrapping (on/off) and alignment (left/center/right), each in one attribute. Styles (font, size, color) of each letter mangled into another.

-
Because these attributes are a file system feature of BFS, this means that not only other platforms just see a plain text file, it also follows, that the formatting will be lost when a file is stored on a non-BFS partition. The above attributes are simply stripped and what's left is the ordinary, plain text file.
-

In any case, it's a nice idea having the possibility of colored text in different fonts and sizes while still being a normal text file. A ReadMe.txt, for example, is therefore readable in a shell on any platform and still has a bit of style when viewed via double-click from Haiku.

-

Actually using StyledEdit is so simple, we'll skip explaining every mundane menu item. Just write down your text then select the words you'd like to format and apply font, size and color from the Font menu. Line wrapping and alignment from the Document menu only work on the whole file.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/terminal.html b/docs/userguide/userguide/ca/applications/terminal.html deleted file mode 100644 index c6284914e4..0000000000 --- a/docs/userguide/userguide/ca/applications/terminal.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

terminal-icon_64.pngTerminal

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Terminal
Preferències:~/config/settings/Terminal
-~/config/settings/profile - adds/overrides defaults in /boot/system/settings/etc/profile
-~/config/settings/inputrc - adds/overrides defaults in /boot/system/settings/etc/inputrc
-


-

The Terminal is Haiku's interface to bash, the Bourne Again Shell.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Finestres i pestanyes

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Preferències

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Dreceres del teclat

-

You'll find a list of useful shortcuts in Shortcuts and key combinations.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Personalització del Bash

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Consells per treballar amb el Terminal

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/textsearch.html b/docs/userguide/userguide/ca/applications/textsearch.html deleted file mode 100644 index e8db3a3165..0000000000 --- a/docs/userguide/userguide/ca/applications/textsearch.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

textsearch-icon_64.pngTextSearch

- - - - -
Barra d'eines:No entry, normally launched via Tracker Add-on
Ubicació:/boot/system/apps/TextSearch
Preferències:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

Menú de Fitxer

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Menú d'accions

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Menú de preferències

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

Menú de l'històric

Contains recently used search strings.

Menú de codificació

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/tv.html b/docs/userguide/userguide/ca/applications/tv.html deleted file mode 100644 index f0def4f06c..0000000000 --- a/docs/userguide/userguide/ca/applications/tv.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

tv-icon_64.pngTV

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/TV
Preferències:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/ca/applications/vision.html b/docs/userguide/userguide/ca/applications/vision.html deleted file mode 100644 index 43dda0a8b1..0000000000 --- a/docs/userguide/userguide/ca/applications/vision.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

vision-icon_64.pngVision

- - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/Vision/Vision
Preferències:~/config/settings/Vision/*
-


-

Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the Vision website.

-
You can find help from other Haiku users and developers on Haiku channels in various languages.
-The most frequented is the English speaking #haiku at irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/ca/applications/webpositive.html b/docs/userguide/userguide/ca/applications/webpositive.html deleted file mode 100644 index 14e9ae8a65..0000000000 --- a/docs/userguide/userguide/ca/applications/webpositive.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/WebPositive
Preferències:~/config/settings/WebPositive/ - Configuration files, cookies, cache and browsing history
~/config/settings/WebPositive/Bookmarks - All bookmarks as single files
-


-

WebPositive, or Web+ for short, is Haiku's native web browser. One part of its name is a tip of the hat to BeOS' simple NetPositive, the other points to its modern foundation: the WebKit. This open source HTML rendering library is at the heart of other mainstream browsers as well, like Safari of Mac OS X and Google's Chrome. By using the ever evolving WebKit, Web+ will be able to keep up with new web technologies.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexSettings

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexBrowsing

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexBookmarks

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDownloads

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexKeyboard shortcuts

-

Here are some useful keyboard shortcuts:

- - - - - - - - - - - - - - -
ALT TOpens a new tab.
ALT W Closes the current tab.
ALT N Opens a new window.
SHIFT ALT W Closes the current window.
ALT ENTER Toggles full screen mode.
ALT R or F5 Refreshes the current page.
ALT H Opens the home page.
ALT D Shows/hides the Downloads window.
ALT F Shows the find bar for in-page searching (hide with ESC).
ALT B Bookmarks the current page.
ALT M Manage bookmarks, opening the Bookmarks folder.
ALT Previous page in the history.
ALT Next page in the history.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/applications/wonderbrush.html b/docs/userguide/userguide/ca/applications/wonderbrush.html deleted file mode 100644 index 98a3fed479..0000000000 --- a/docs/userguide/userguide/ca/applications/wonderbrush.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Barra d'eines:Aplicacions
Ubicació:/boot/system/apps/WonderBrush/WonderBrush
Documentació:/boot/system/apps/WonderBrush/Documentation en
Preferències:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/ca/attributes.html b/docs/userguide/userguide/ca/attributes.html deleted file mode 100644 index 29a68920e2..0000000000 --- a/docs/userguide/userguide/ca/attributes.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - Atributs - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Atributs

- -

Els atributs són camps de dades que pertanyen a un fitxer, però no formen part d'aquest fitxer, per exemple, no es compten en la mida del fitxer i poden ser copiats o canviats sense tocar el propi fitxer. El sistema utilitza aquests atributs per emmagatzemar, per exemple, la mida del fitxer, tipus del fitxer o la data de l'última modificació. Això és similar a d'altres sistemes operatius i els seus sistemes de fitxers.

-

La diferència és que podeu afegir qualsevol tipus d'atribut per a qualsevol fitxer i mostrar-ho o fer-ho editable a una finestra del Tracker. Només cal definir el tipus d'atribut que es vol afegir a un tipus de fitxer (per exemple, cadena, un enter o hora) i donar-li un nom i una descripció.

-

The file itself doesn't even need any contents at all. Take a look at these People files for example:

-people.png -
-

As you can see, these are all 0-sized files with attached attributes, the E-mail attribute of "John Nox" being edited right in Tracker.

-

If you index these attributes, as People, Email or audio files are by default, they are also searchable with Haiku's fast query system.

- -

-index -Atributs al Tracker

-

Attributes are displayed quite similar to a database or spreadsheet. Using Tracker you can choose which attributes to display (columns) and sort file listings (rows) accordingly.

-

To do this, open a Tracker window, click on the Attributes menu, and select the attributes you want to display. Alternatively, simply right-click onto a column heading and mark the items in the context menu. You can rearrange the columns by a simple drag&drop of the column heading. Moving a column out of a window, is a fast way to get rid of columns you don't need.

-

Double-click on the line between two attributes in the heading to automatically resize a column to its optimal width.

-

Click on a column heading to toggle the sorting order from ascending to descending. You can establish a secondary sort order by pressing the SHIFT key while clicking on a column heading. You can sort your People files by company and within that order sort by contact name, for instance. See the above screenshot as an example. The secondary sort order is marked by a lighter colored indicator beside the heading.

-

Editing these attributes is as simple as renaming a file: Either click on an entry or press ALT E and move between the attributes with TAB and SHIFT TAB. ESC leaves the editing mode without applying the changes.

- -

-index -Atributs al Terminal

-

If you prefer to use the commandline or plan to work with many files using scripting, there are several commands for controlling attributes from Terminal.

-

-index -listattr

-

listattr lists a file's attributes, but doesn't show the contents of the attributes.

-
usage: listattr 'filename' ['filename' ...]
-

Al nostre exemple de la captura anterior:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Besides all the "META:*" attributes that hold the contact's information, there are two attributes that are managed by the system:

-
    -
  • BEOS:TYPE holds the file type as a MIME string, here "application/x-person". It determines the default icon and the application that opens the file when you e.g. double click it.

  • -
  • "_trk/pinfo_le" is the attribute with which Tracker keeps track of a file's icon position.

-
Note the backslash after "Clara". In Terminal you have to "escape" special characters like '"*\$?!. The space between "Clara" and "Botters" is also one of those. Therefore the backslash is really in front of the space character, and not after "Clara".
- -

-index -catattr

-

catattr displays the contents of a specific attribute of a file.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

De nou el nostre exemple:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr adds an attribute to a file and/or fills it with a value.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

So, say dear Clara took a job with the multi-national Barkelbaer Inc., you fill the formerly empty "Company" attribute with that data (which is of type "string"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr suprimeix totalment un atribut d'un fitxer.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Though in all practicality it would be enough to just not fill the "Fax" attribute, you can completely remove it from Clara's file by typing:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr copies attributes from one or more files to another. By default, the actual contents of the file is not copied.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

If you do want to copy the attributes plus the data of the file itself, you can add the option "-d" or "--data".

- -


-

More information on these commands and their options can be found by typing the command name followed by "-h" or "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/bash-scripting.html b/docs/userguide/userguide/ca/bash-scripting.html deleted file mode 100644 index cd09616f74..0000000000 --- a/docs/userguide/userguide/ca/bash-scripting.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - Bash and Scripting - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Bash and Scripting

- -

"Scripting" is the technique of automating procedures by stringing together commands and saving it all as text files, so called "scripts". Every time you run such a script, the commands are processed one after the other just like they would if you entered them into the Terminal by hand.
-Scripts can range from simply executing a few commands in a specific order to sophisticated pieces of code that solve complex tasks.

- -

-index -The Bash

-

Since scripts rely naturally a lot on the shell they are interpreted by, you should first familiarize yourself with the BASH that's used by Haiku. There are many resources online as it's a widely used shell. One nice document is Johan Jansson's Introduction to bash - a tutorial for bash under BeOS.

- -

-index -The Scripting Bible

-

After you've learned a few basics about working in the shell, it's time to slowly ease yourself into the world of scripting. Again, you'll find loads of tutorials and reference material online as well as in bookstores. A very nice introduction that's practically tailor-made for Haiku is the online available Scripting Chapter (PDF, 900kb) of Scot Hacker's BeOS Bible.

- -

-indexScripts in Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -The UserBootscript

-

/boot/home/config/settings/boot/UserBootscript will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Remember to end a command with an "&" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).

- -

A simple alternative to the above for launching applications at boot up is to put links to them in the /boot/home/config/settings/boot/launch directory. This can be done simply by right-clicking on the application you wish to have started automatically, going to Create Link and then navigating to the above directory.

- -

-index -The UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.

- -

-index -The UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript is executed as the last step in the shutdown process. Note, that most parts of the system have terminated by the time this script is executed.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/bootloader.html b/docs/userguide/userguide/ca/bootloader.html deleted file mode 100644 index d7efaa0b06..0000000000 --- a/docs/userguide/userguide/ca/bootloader.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - Carregador d'Arrencada - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Carregador d'Arrencada

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

Per accedir a les opcions del Carregador, heu de mantenir premuda la tecla Majúscules abans de començar el procés de càrrega del Haiku. Si hi ha un carregador instal·lat, podeu començar mantenint premuda la tecla Majúscules abans de lleçar el procés de càrrega del Haiku. Si l'únic sistema operatiu del sistema és el Haiku, podeu començar mantenint premuda la tecla i veure al mateix temps els missatges de l'arrencada de la BIOS.

-

-index -Boot Loader Options

-

Un cop aquí se us ofereixen quatre menús:

- - - - - - - - - -
Selecció del volum d'arrencada Choose which Haiku installation/version to start.
Select safe mode options En cas de problemes amb el maquinari, hi ha algunes opcions que podeu provar. A la part inferior de la pantalla podeu veure una breu explicació de la opció seleccionada.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Trobareu algunes opcions que us poden ajudar a depurar i obtenir més detalls sobre l'error. De nou, a la part inferior de la pantalla podeu veure una breu explicació de l'opció seleccionada.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Selecció del mode de vídeo segur Si heu activat l'opció Usa el mode de vídeo segur, podeu indicar la resolució i la profunditat de color.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

Després d'activar qualsevol opció, tornareu al menú principal i el sistema continuarà amb el procés d'arrencada, que mostrarà aquesta pantalla:

-boot-screen.png - -

Si tot funciona correctament, apareixeran successivament uns símbols.
-Els símbols corresponent aproximadament a aquestes etapes del procés d'arrencada:

- - - - - - - - -
Atom S'estàn iniciant els mòduls.
Disc + lupa S'estàn creant el guió rootfs (/) i muntant el fitxers devfs (/dev).
Targeta d'ampliació S'està iniciant el gestor de dispositius.
Disc d'arrencada S'està muntant el disc d'arrencada.
Xip S'estàn carregant els mòduls de la CPU.
Carpeta S'han iniciat tots els subsistemes.
Coet Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/contents.html b/docs/userguide/userguide/ca/contents.html deleted file mode 100644 index 123bd5fb66..0000000000 --- a/docs/userguide/userguide/ca/contents.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Manual d'Usuari del Haiku - Continguts - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Benvingut al Manual d'Usuari del Haiku

- -

Below, you'll find the documentation of the most important aspects of Haiku. Naturally, completing and extending the documentation is a continuing process (see the online version for updated pages and translations). If you find errors, would like to suggest topics or maybe even contribute yourself, please get in touch on the documentation mailing list. If you're interested in helping with translations, you'll find information on that at the i18n user guide wiki.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Boot LoaderOpcions d'arrencada segures per resoldre problemes de configuració.
Filesystem layoutUnderstand the filesystem hierarchy and get familiar with important file locations and folders.
Haiku's GUIConegueu els elements bàsics de l'entorn gràfic d'usuari.
WorkspacesFeu servir els escriptoris virtuals per tenir un entorn de treball ben endreçat.
TwitcherSwitch between running applications.
Team MonitorAtureu les aplicacions o components del sistema que no responen.
TrackerLearn all about navigating, working with files and folders and how to configure Haiku's file manager.
Shortcuts and key combinationsLes dreceres més usuals per agilitar la vostra feina.
DeskbarUse and configure Haiku's version of the "Start" menu and taskbar.
FiletypesIndiqueu les aplicacions per omissió, canvieu els tipus de fitxers i afegiu els vostres.
AttributesOne of Haiku's main features lets you manage and add any kind of data to any file.
IndexUse indexing to be able to search for attributes.
QueriesUse Haiku's lightning fast queries to quickly find what you're looking for.
Workshop: Filetypes, Attributes, Index and QueriesLearn to use some of Haiku's key features by organizing your DVDs.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsLearn how to un/install applications in general and how work with the ones that come with Haiku.
Desktop AppletsGinys senzills per instal·lar al vostre Escriptori i Barra de l'Escriptori.
PreferencesConfigurar i ajustar el vostre sistema.
Bash and ScriptingLearn of some interesting scripts used by the system and about online resources for working in the shell and scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/ca/deskbar.html b/docs/userguide/userguide/ca/deskbar.html deleted file mode 100644 index 09fcbea23c..0000000000 --- a/docs/userguide/userguide/ca/deskbar.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - Barra de l'Escriptori - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Índex
- The Deskbar Menu
- The Tray
- The list of running programs -
- -

Barra de l'Escriptori

- -

The Deskbar is the little panel that by default is located in the upper right corner of the screen. It's Haiku's version of Windows' taskbar with its Start button. It contains the Deskbar menu from where you can start applications and preferences, a tray with a clock and other tools below that and a list of currently running programs at the bottom.

-positions -

You can move the Deskbar to any corner or as a bar along the upper or lower border of the screen by gripping the knobbly area on one side of the tray and drag&drop it into the new position. You can also fold it into a more compact layout by drag&dropping the knobbly area onto the Deskbar menu.

- -

-index -The Deskbar Menu

-

A menu opens when you click on the Deskbar's top:

-deskbar.png -
    -
  • About this system... - Shows some basic information of the system, licenses and the credits of the Haiku project.

  • - -
  • Find... - Opens the Query dialog.

  • -
  • Show replicants - Shows/hides the little Replicant widget you use to drag it around, remove or access its context menu.

  • -
  • Mount - Offers the same options as when invoked by right-clicking the Desktop (see Mounting Volumes).

  • -
  • Deskbar preferences... - Opens a panel to configure the Deskbar (see below).

  • -
  • Shutdown - Offers options to either Restart system or Power off.

  • -
  • Recent documents, folders, applications - List of the last recently opened documents, folders and applications (see Deskbar preferences below).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexDeskbar Preferences

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -The Tray

-calendar.png -

Among other things, the tray is housing the clock. Hover the mouse over it to display the date in a tooltip. Left-click it to show a calendar. Right-click it to hide/show the clock or launch the Time preferences to set it.

-

Any program can install an icon in the tray to provide an interface to the user. The email system, for instance, shows a different symbol when there's unread mail and offers a context menu to e.g. create or check for new mail. ProcessController is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.

- -

-index -The list of running programs

-list-of-apps.png -

You can change to a specific running application by clicking on its entry in the Deskbar and choosing (one of) its windows, from the submenu. By right-clicking you can minimize or close a window or the entire application.

-

If you activated Expanders in the Deskbar settings, you can expand/collapse the list of windows directly under an application's entry.

-

In front of every application's windows is a symbol providing info on its state. A bright symbol means a window is visible, a dark one that it's minimized. Three lines in front of a symbol shows that it's not on the current workspace.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/desktop-applets.html b/docs/userguide/userguide/ca/desktop-applets.html deleted file mode 100644 index 15333ce91b..0000000000 --- a/docs/userguide/userguide/ca/desktop-applets.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Ginys de l'Escriptori - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Ginys de l'Escriptori

- -

Haiku proporciona algunes eines útils que es poden instal·lar a l'Escriptori o a la Barra de l'Escriptori per mitjà dels seus Replicants.

- - - - - - - - - - - -
iconLaunchBox Dreceres per les vostres aplicacions preferides.
iconNetworkStatus Esteu connectat?
iconPowerStatus Mostra l'estat de càrrega de la bateria del vostre portàtil.
iconProcessController Fa un seguiment i controla totes les aplicacions i serveis.
iconWorkspaces Una versió en miniatura de tots els espais de treball.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/desktop-applets/launchbox.html b/docs/userguide/userguide/ca/desktop-applets/launchbox.html deleted file mode 100644 index 696e16a0fa..0000000000 --- a/docs/userguide/userguide/ca/desktop-applets/launchbox.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Barra d'eines:Ginys de l'Escriptori
Ubicació:/boot/system/apps/LaunchBox
Preferències:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

All options are reached from the context menu:

- - - - - - - - -
Add button here Adds an empty button.
Clear button Empties a button.
Remove button Removes a button.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/desktop-applets/networkstatus.html b/docs/userguide/userguide/ca/desktop-applets/networkstatus.html deleted file mode 100644 index 7581287557..0000000000 --- a/docs/userguide/userguide/ca/desktop-applets/networkstatus.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Barra d'eines:Ginys de l'Escriptori
Ubicació:/boot/system/apps/NetworkStatus
Preferències:none
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/desktop-applets/powerstatus.html b/docs/userguide/userguide/ca/desktop-applets/powerstatus.html deleted file mode 100644 index 45eef0d0a1..0000000000 --- a/docs/userguide/userguide/ca/desktop-applets/powerstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Barra d'eines:Ginys de l'Escriptori
Ubicació:/boot/system/apps/PowerStatus
Preferències:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/desktop-applets/processcontroller.html b/docs/userguide/userguide/ca/desktop-applets/processcontroller.html deleted file mode 100644 index 3017b2fbd8..0000000000 --- a/docs/userguide/userguide/ca/desktop-applets/processcontroller.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

processcontroller-icon_64.pngProcessController

- - - - -
Barra d'eines:Ginys de l'Escriptori
Ubicació:/boot/system/apps/ProcessController
Preferències:none
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/desktop-applets/workspaces.html b/docs/userguide/userguide/ca/desktop-applets/workspaces.html deleted file mode 100644 index ef86255d43..0000000000 --- a/docs/userguide/userguide/ca/desktop-applets/workspaces.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Canviador dels espais de treball - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
-

workspaces-icon_64.pngEspais de treball

- - - - -
Barra d'eines:Ginys de l'Escriptori
Ubicació:/boot/system/apps/Workspaces
Preferències:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Conserva la posició de la finestra del quadre.
-


-workspaces.png -

You find the Workspaces applet with the other Desktop applets in the Deskbar. It shows a miniature version of all workspaces. There are several options available from the context menu of the applet's window, which are all pretty self-explaining.
-Change workspace count... will open the Screen preferences where you set the number of workspaces and their arrangement (how many rows and columns).

-

Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure Show replicants is activated in the Deskbar menu). Hold SHIFT while resizing to keep your screen's aspect ratio.

- -

-index -Moure les finestres entre espais de treball

-

To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows in a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT Fx.

-

For more information on workspaces in general and more keyboard shortcuts, see topic Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Funcions especials

-

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:

- - - - -
ControlPorta la finestra al davant.
Control MajúsculesMinimitza la finestra.
OPTEnvia la finestra al darrera.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/filesystem-layout.html b/docs/userguide/userguide/ca/filesystem-layout.html deleted file mode 100644 index 1ccfc63f1a..0000000000 --- a/docs/userguide/userguide/ca/filesystem-layout.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Filesystem layout - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Filesystem layout

- -

Haiku's filesystem layout is quite transparent, trying to always use non-cryptic names for files and folders, that don't leave the user guessing. Files and folders that are important for the system to function properly, are protected from accidental tempering by showing one of these alerts:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -La carpeta del sistema - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -La carpeta home - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ This folder contains the settings to all applications and a few configurations for the system. Some applications manage their settings in their own subfolders, others simply put their configuration file in there.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ This folder is the place for User Scripts that are executed before or after the system boots up or shuts down.
boot/launch/ Links to programs or documents in this folder are automatically launched on every boot-up.
beos_mime/ In this MIME database Haiku keeps track of all the different filetypes and their settings.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ There's one settings file that may be of interest: kernel offers some low level configurations like disabling SMP, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "#". Be careful here!
Tracker/ Besides the various settings files for Tracker, there are some interesting subfolders:
DefaultFolderTemplate/Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.
DefaultQueryTemplates/You can define the layout of query result windows for certain filetypes. See topic Query: The result window.
Go/Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic Haiku's GUI: Favorites and recent folders.
Tracker New Template/Add a template for any filetype that's then available from Tracker's File | New... menu. See topic Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/filetypes.html b/docs/userguide/userguide/ca/filetypes.html deleted file mode 100644 index 92750b33d3..0000000000 --- a/docs/userguide/userguide/ca/filetypes.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - Tipus d'arxius - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Tipus d'arxius

- -

Other than Windows, Haiku doesn't rely on the 3-letter file extension for a file type (e.g. .txt, .jpg, .mp3). This method is only a last resort fallback. Haiku uses MIME types just like it's custom on the internet.

-
While there's no reason to use file extensions in Haiku, remember to add them to files you want to share with users of other operating systems, e.g. over email, uploading to a server or via exchange of an USB drive. Otherwise their system may not recognize the file type.
- -

index -Canviar el tipus de fitxer d'un fitxer determinat

-

You can change the type of a specific file, its icon and the associated application. Select the file and invoke the Add-Ons | Filetype add-on from the right-click context menu.

-filetype-addon.png - -

-index -El Tipus de fitxer

-

The above is a PNG file, it's MIME string image/png. Let's say you definitely know that it's not a PNG but a GIF. You can change that either by entering the correct MIME string by hand or with one of the two buttons below the textbox:

- - - -
Trieu... shows a hierarchical list of filetypes where you navigate to image | GIF Image.
Igual que... opens a file dialog where you choose any file that already has the filetype you're looking for.
- -

-index -Aplicació Preferida

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked. You could, for example, change a HTML file's preferred application from the browser to a text editor while you're working on it. Every other HTML file still opens in the browser, only this particular one starts in your text editor.

- -

The Default application is the one that's set globally for that filetype. If you don't find the program you want to associate with this file in the pop-up menu, you'll again find the buttons Select... and Same as... which do the similar thing described under "The File Type" above.

- -

-index -La Icona

-

If you're wondering why the icon well on the top right is empty: Icons are normally inherited from the system default for that filetype. You can open the Filetype add-on of a file that contains an icon and drag&drop it into your file's icon well. Or you double-click the icon well and create or edit your own icon. For more info on icons and how to create your own, see topic Icon-O-Matic.

- -

-index -Paràmetres especials per les aplicacions

-

If you invoke the Filetype add-on on an executable (here: StyledEdit), you'll get a different dialog:

-filetype-addon-stylededit.png -

On top, you'll see, instead of a standardized MIME string, the unique application signature. With it, the system finds the program wherever it's installed.

-

Below it are several flags, controlling the app's behaviour:

- - - - - - -
Arrancada única Only one instance of the app can be running per executable file. If you have two copies of that app, however, they can run side by side.
Arrancada múltiple Many instances of the app can run simultaneously.
Arrancada exclusiva Really only one instance with that app's signature is allowed to run at a time.
Només arguments Indicates the app doesn't respond to messages.
En segón pla The app won't appear in Twitcher or the list of running apps of the Deskbar.
-

Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's Open with... context menu when you right-click on a file of that type.

-

At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered.

- -

-index -Paràmetres global de les Preferències del Tipus de Fitxers

-

The FileTypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.

-

All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...

-

To learn more about the FileTypes preferences see the workshop: Filetypes, Attributes, Index and Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/gui.html b/docs/userguide/userguide/ca/gui.html deleted file mode 100644 index be2e6758ef..0000000000 --- a/docs/userguide/userguide/ca/gui.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Interfície gràfica del Haiku - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Índex
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

Interfície gràfica del Haiku

- -

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.

-

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.

-gui.png -

There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.

-
    -
  1. The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic Deskbar.

  2. -
  3. The yellow tab offers more than just a program's name or a document's filename: -
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • -
    • You minimize a window with a double-click on its tab (or with CTRL ALT M). A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • -
    • You can send a window to the back with a right-click on its tab (or its border).
  4. -
  5. The close button.

  6. -
  7. The "zoom" button (or CTRL ALT Z). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -Una forma ràpida de moure o canviar la mida de les finestres

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Pila i Mosaic

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Obrir i desar els quadres

-

When opening or saving a file from any application, a panel like this opens:

-open-save.png -

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.
-You can enter parent folders with the pop-up menu above the file listing.

-

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.

- -

-index -Dreceres de Teclat

-

Many shortcuts in open and save panels are the same used in Tracker. Besides the commands that are also available through the File menu, there are a few not that obvious:

- - - - - - - -
ALT NPrepara una nova carpeta.
ALT E Lets you rename the selected entry.
ALT Moves into the parent folder.
ALT or Intro Moves into the selected folder.
ALT D Takes you to your Desktop.
ALT H Takes you to your Home folder.
- -

-index -Preferits i carpetes recents

-

The Favorites menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

-favorites.png -

To add a Favorite, you simply navigate to your destination and choose Favorites | Add current folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure favorites... and delete its entry.
-All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

- -

-index -Replicables

-

Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to Show replicants is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:

-replicant.png -

The most prominent place that accepts Replicants is the Desktop: You simply drag & drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.
-A right-click on a Replicant handle offers a context menu to show the originating app's About window and to Remove replicant.

-
Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete ~/config/settings/Tracker/tracker_shelf. Unfortunately, this will remove all Replicants from the Desktop.
-

Exemples d'aplicacions replicables són els grafics del Monitor d'Activitat, el Giny dels Espais de Treball o la Calculadora.

-
-
- - - - - diff --git a/docs/userguide/userguide/ca/images/apps-images/activitymonitor.png b/docs/userguide/userguide/ca/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/ca/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/bootmenu.png b/docs/userguide/userguide/ca/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/cdplayer.png b/docs/userguide/userguide/ca/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/charactermap.png b/docs/userguide/userguide/ca/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/cli-alert.png b/docs/userguide/userguide/ca/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/cli-desklink.png b/docs/userguide/userguide/ca/images/apps-images/cli-desklink.png deleted file mode 100644 index b56fd0c53f..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/ca/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/codycam.png b/docs/userguide/userguide/ca/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/debugger.png b/docs/userguide/userguide/ca/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/debugger_alert.png b/docs/userguide/userguide/ca/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/deskcalc.png b/docs/userguide/userguide/ca/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/ca/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/diskprobe.png b/docs/userguide/userguide/ca/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/diskusage.png b/docs/userguide/userguide/ca/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/ca/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/ca/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/drivesetup.png b/docs/userguide/userguide/ca/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/expander-preferences.png b/docs/userguide/userguide/ca/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/expander.png b/docs/userguide/userguide/ca/images/apps-images/expander.png deleted file mode 100644 index 07b37ea9cd..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/ca/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/ca/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/ca/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/haikudepot.png b/docs/userguide/userguide/ca/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/ca/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/ca/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/installer.png b/docs/userguide/userguide/ca/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/magnify.png b/docs/userguide/userguide/ca/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mail-attachments.png b/docs/userguide/userguide/ca/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mail-preferences.png b/docs/userguide/userguide/ca/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mail-read.png b/docs/userguide/userguide/ca/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mail-signature.png b/docs/userguide/userguide/ca/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/ca/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mail-write.png b/docs/userguide/userguide/ca/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/ca/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/ca/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/ca/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/mediaplayer.png b/docs/userguide/userguide/ca/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/midiplayer.png b/docs/userguide/userguide/ca/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/ca/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/ca/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/packageinstaller.png b/docs/userguide/userguide/ca/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/people-files.png b/docs/userguide/userguide/ca/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/people.png b/docs/userguide/userguide/ca/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/poorman.png b/docs/userguide/userguide/ca/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/screenshot.png b/docs/userguide/userguide/ca/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/ca/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/ca/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/ca/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/ca/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/ca/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/stylededit.png b/docs/userguide/userguide/ca/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/terminal-settings.png b/docs/userguide/userguide/ca/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/terminal.png b/docs/userguide/userguide/ca/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/textsearch.png b/docs/userguide/userguide/ca/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/ca/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/web+download.png b/docs/userguide/userguide/ca/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/ca/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/ca/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/web+settings.png b/docs/userguide/userguide/ca/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/ca/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/ca/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/ca/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/ca/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/ca/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/apps-images/webpositive.png b/docs/userguide/userguide/ca/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/ca/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/attributes-images/people.png b/docs/userguide/userguide/ca/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/ca/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/calendar.png b/docs/userguide/userguide/ca/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/deskbar.png b/docs/userguide/userguide/ca/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/ca/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/positions.png b/docs/userguide/userguide/ca/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/ca/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/ca/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/ca/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/ca/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/ca/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/ca/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/ca/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/ca/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/ca/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/ca/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/ca/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/ca/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/ca/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/ca/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/ca/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/gui-images/favorites.png b/docs/userguide/userguide/ca/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/ca/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/ca/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/ca/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/gui-images/gui-stacking.png b/docs/userguide/userguide/ca/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/ca/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/gui-images/gui-tiling.png b/docs/userguide/userguide/ca/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/ca/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/gui-images/gui.png b/docs/userguide/userguide/ca/images/gui-images/gui.png deleted file mode 100644 index 0ee9666efc..0000000000 Binary files a/docs/userguide/userguide/ca/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/gui-images/open-save.png b/docs/userguide/userguide/ca/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/ca/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/gui-images/resizing.png b/docs/userguide/userguide/ca/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/ca/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/networkstatus-images/applet.png b/docs/userguide/userguide/ca/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/ca/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/ca/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/ca/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/ca/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/ca/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/ca/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/ca/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/ca/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/ca/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/ca/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/ca/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/powerstatus-images/applet.png b/docs/userguide/userguide/ca/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/ca/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-colors.png deleted file mode 100644 index eeb3574015..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/ca/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/backgrounds.png b/docs/userguide/userguide/ca/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/datatranslations.png b/docs/userguide/userguide/ca/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/ca/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/fonts.png b/docs/userguide/userguide/ca/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/keyboard.png b/docs/userguide/userguide/ca/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/ca/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/keymap.png b/docs/userguide/userguide/ca/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/ca/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/locale-language.png b/docs/userguide/userguide/ca/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/mouse.png b/docs/userguide/userguide/ca/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/ca/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/ca/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/ca/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/ca/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/network.png b/docs/userguide/userguide/ca/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/screen.png b/docs/userguide/userguide/ca/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/ca/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/ca/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/sounds.png b/docs/userguide/userguide/ca/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/time-clock.png b/docs/userguide/userguide/ca/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/time-network.png b/docs/userguide/userguide/ca/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/time-time.png b/docs/userguide/userguide/ca/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/time-timezone.png b/docs/userguide/userguide/ca/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/touchpad.png b/docs/userguide/userguide/ca/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/ca/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/ca/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/processcontroller-images/applet.png b/docs/userguide/userguide/ca/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/ca/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/processcontroller-images/memory.png b/docs/userguide/userguide/ca/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/ca/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/processcontroller-images/priority.png b/docs/userguide/userguide/ca/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/ca/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/processcontroller-images/quit.png b/docs/userguide/userguide/ca/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/ca/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/queries-images/basic-query.png b/docs/userguide/userguide/ca/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/ca/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/queries-images/formula-query.png b/docs/userguide/userguide/ca/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/ca/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/queries-images/query-window-filled.png b/docs/userguide/userguide/ca/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/ca/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/queries-images/query-window.png b/docs/userguide/userguide/ca/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/ca/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/queries-images/result-window.png b/docs/userguide/userguide/ca/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/ca/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/ca/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 26fed82446..0000000000 Binary files a/docs/userguide/userguide/ca/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/drill-down.png b/docs/userguide/userguide/ca/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/get-info.png b/docs/userguide/userguide/ca/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/mount-settings.png b/docs/userguide/userguide/ca/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/new-menu.png b/docs/userguide/userguide/ca/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/ca/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/open-with.png b/docs/userguide/userguide/ca/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/ca/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/transaction-status.png b/docs/userguide/userguide/ca/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/ca/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/window-menu.png b/docs/userguide/userguide/ca/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/ca/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/ca/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-email-images/browsing.png b/docs/userguide/userguide/ca/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/ca/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-email-images/query-1.png b/docs/userguide/userguide/ca/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-email-images/query-2.png b/docs/userguide/userguide/ca/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-email-images/query-3.png b/docs/userguide/userguide/ca/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-email-images/query-4.png b/docs/userguide/userguide/ca/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-email-images/status.png b/docs/userguide/userguide/ca/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/ca/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/ca/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/ca/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/ca/images/workspaces-images/workspaces.png b/docs/userguide/userguide/ca/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/ca/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/ca/index.html b/docs/userguide/userguide/ca/index.html deleted file mode 100644 index 4334100176..0000000000 --- a/docs/userguide/userguide/ca/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - Índex - - - - - - - - -
-
- -

Índex

- -

Els Atributs i les Consultes Són una característica clau del Haiku. Mentre els atributs són útils per sí mateixos, per mostrar informació adicional d'un fitxer, les consultes en canvi, cal que siguin indexades. Això les sitúa a una taula de cerca, el que fa que les consultes siguin molt ràpides.
-L'índex és una part del sistema i es conserva separadament per a cada volum i partició.

- -

-Ordres d'indexació al Terminal

-

Hi ha diverses ordres per gestionar l'índex:

-
    -
  • lsindex - Mostra els atributs indexats del volum o partició actuals.
    -Aquests són els atributs que s'indexen per omissió:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Afegeix un atribut a l'índex del volum o partició.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Només els nous fitxers amb aquest atribut s'afegiran automàticament a l'índex!
-Els fitxers anteriors s'han d'afegir de forma manual copiant-los i suprimint després els originals. També podeu utilitzar l'ordre reindex. -

-
    -
  • reindex - Posa els atributs dels fitxers existents al nou indexats del volum o partició.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Suprimeix un atribut de l'índex d'un volum o partició
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/keyboard-shortcuts.html b/docs/userguide/userguide/ca/keyboard-shortcuts.html deleted file mode 100644 index 78563f18af..0000000000 --- a/docs/userguide/userguide/ca/keyboard-shortcuts.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Shortcuts and key combinations - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Shortcuts and key combinations

- -

By default, Haiku's shortcut key, to invoke commands from menus for example, is not the usual CTRL key, but ALT instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually has advantages as e.g. ALT C and ALT V integrate seamlessly into the bash shell of the Terminal, where CTRL C quits the running process.

-

In any case, you can switch to the maybe more familiar CTRL key in the Keymap preferences. The user guide always describes the default configuration with the command key being ALT.

-

If you're in doubt which keys are the OPT or MENU keys on your particular keymap/keyboard-layout, again use the Keymap preferences. There you can see what keystroke is sent when you press a key on your keyboard.

- -

-index -General shortcuts

-

Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxSwitches to Workspace X (Fx is the function key corresponding to that workspace). Take the active window with you by adding SHIFT
CTRL ALT / / / Navigates spatially the rows/columns of the available workspaces. Add SHIFT to take the active window with you.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZZooms a window to an alternative size (maximum size for most applications).
CTRL ALT MMinimizes the active window.
CTRL ALT HHides (minimizes) all windows of the active application.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BSends the active window to the back.
CTRL TABHold down to bring up the Twitcher.
CTRL ALT DELOpens the Team Monitor.
ALT ESCEnters the menu bar (leave with ESC).
ALT CCopies the selection to the clipboard.
ALT XCuts the selection to the clipboard.
ALT VPastes the clipboard's contents.
ALT WCloses the active window.
ALT QQuits an application.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Shortcuts for Tracker navigation

-

Additionally to the general shortcuts, here are some more for navigating with Tracker:

- - - - - - - - -
ALT Opens the parent folder.
ALT or IntroOpens the selected folder.
OPTHolding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse.
MENUOpens the Deskbar menu (leave with ESC).
ALT ZUndo last action. The undo history is only limited by the available memory. Note, this only works for actions on the file itself, changed attributes and permission settings can't be undone with this. Also, once a file is removed from Trash it's gone for good.
ALT SHIFT ZRedo the action you just reverted with ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Shortcuts in Terminal

- - - - - - - - - - - - - - - - -
ALT NOpens another Terminal session in a new window.
ALT TOpens another Terminal session in a new tab.
ALT 1, 2, 3 ...Switches to the corresponding tab.
ALT TABSwitches to the next Terminal window.
SHIFT / Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Increase/Decrease font size.
ALT ENTEREnter/leave fullscreen mode.
SHIFT / Scrolls the Terminal output up/down one line.
SHIFT Page↑ / Page↓ Scrolls the Terminal output up/down one page.
TABTab-completion. After entering a few letters, press TAB once to auto-complete a filename or path. If there is more than one match, it stops where the name starts to differ and you have to provide some more letters to further distinguish them. You can also press TAB twice to have all matches listed.
/ Moves up or down in a history of all previously entered commands.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CStops the currently running command.
CTRL DCloses the current Terminal session.
- -

-index -Other key combinations

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTThis will select everything between the first selected item and the one you click on.
ALTAdds or removes the item you're clicking on from the selection.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences.html b/docs/userguide/userguide/ca/preferences.html deleted file mode 100644 index 914b7ae550..0000000000 --- a/docs/userguide/userguide/ca/preferences.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Preferències - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Preferències

- -

While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's Preferences menu.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configure certain aspects of the graphical interface.
iconBackgrounds Set a color or image as background of the Desktop or any other folder.
iconDataTranslations Settings for all supported file formats.
iconDeskbar Configure the Deskbar.
iconE-mail Configure your email accounts.
iconFileTypes Add, remove and configure filetypes.
iconKeyboard Configure repeat delay and rate.
iconKeymap Set the mapping of your keyboard.
iconLocale Set your system language and formatting.
iconMedia Audio and video settings like in/output devices and the system's audio mixer.
iconMouse Configure your mouse.
iconNetwork Configure your network.
iconPrinters Add, remove and configure printers.
iconScreen Configure resolution, depth, refresh rate and number of used Workspaces.
iconScreenSaver Add, remove and configure a screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSounds Assign sounds to different system events.
iconTime Set time, date and timezone.
iconTracker Configure Haiku's file manager.
iconTouchpad Configure your touchpad.
iconVirtualMemory Set the amount of swap space.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/appearance.html b/docs/userguide/userguide/ca/preferences/appearance.html deleted file mode 100644 index 0ad88864dd..0000000000 --- a/docs/userguide/userguide/ca/preferences/appearance.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Aparença - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

appearance-icon_64.pngAparença

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Appearance
Preferències:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/decorator_settings
-~/config/settings/system/app_server/fonts
-

Les preferències de l'Aparença us permeten canviar els aspectes visuals del Haiku.

- -

-index -Tipus de lletra

-appearance-fonts.png -

Haiku fa servir tres tipus de lletra diferents per a diferents casos. Podeu triar els tipus de lletra normal, negreta i d'amplada fixa i les mides que el sistema farà servir. A més, també podeu triar la lletra que es farà servir al menús.

- -

-index -Instal·lació de nous tipus de lletra

-

Per tal d'instal·lar els nous tipus de lletra, que no venen com un paquet .hpkg corrent, els heu de copiar a una subcarpeta segons el tipus de lletra (psfonts or ttfonts) dintre de les respectives carpetes non-packaged (veieu l'apartat Sistema d'arxius). -

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/   pels tipus de lletra disponibles per a tots els usuaris.
/boot/home/config/non-packaged/data/fonts/ttfonts/   pels tipus de lletra només disponibles per vos.
- -

-index -Colors

-appearance-colors.png -

A la pestanya Colors, podeu canviar el colors de les diferent parts de la interfície d'usuari. Podeu canviar el color arrossegant i enganxant des d'altres programes, el que permet arrossegar colors des de, per exemple Pinzell Màgic, Icon-O-Matic o del tauler Fons.

- -

-index -Decoració de les finestres

-appearance-decorators.png -

La decoració determina l'aspecte de les finestres i tots els elements de la interfície. Ara per ara Haiku vé amb només una decoració. Si trobeu i instal·leu altres decoracions, podeu triar-ne altres des del menú desplegable.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Suavitzat

-appearance-antialiasing.png -

La pestanya Suavitzat ofereix alguns ajustaments sobre la visualització a la pantalla.

- -

-index -Consigna de glifs

-

Podeu alinear totes les lletres de forma que totes les línies verticals i horitzontals estiguin justament sobre dos píxels, activant l'opció Consigna de glifs. El resultat és un contrast perfecte, especialment quan es tracta de negre sobre blanc. El text apareix més nítid. L'opció Només tipus de lletres monoespaiades és especialment útil amb els dispositius de baixa resolució, com ara els netbooks. Activant hinting els tipus de lletra petits poden tenir força mal aspecte, però aquesta opció permet utilitzar el hinting per als editors i el terminal amb millors resultats.

-

Podeu veure la diferència en utilitzar la consigna en aquestes captures ampliades:

- - -
appearance-glyph-off.png
Consigna: desactivat
appearance-glyph-on.png
Consigna: activat
-

Cal indicar que totes les finestres de la Lupa d'aquesta pàgina, estàn, por suposat, renderitzades amb les opcions respectives. Per tan, obteniu el resultat real de les opcions comparant, per exemple, el títol de la pestanya groga en negreta o el text "33 x 15 @ 8 pixels/pixel".

- -

-index -Tipus de suavitzat

-

Una altre tècnica per millorar el renderitzat és el Suavitzat, que es aplicable a tots els gràfics vectorials i també al text. Fa més clares les línies canviant el color d'alguns píxels. Hi ha dos mètodes per fer-ho:

-

Escala de grisos canvia la intensitat dels píxels de les vores.
-Subpíxel LCD ho fa encara millor, especialment amb monitors LCD (d'alta resolució). Canvia el color en lloc de la intensitat, el que fa moure la vora una fracció de píxel, ja que les pantalles LCD mostren cada píxel amb un component vermell, verd i blau.

-

Veieu els dos mètodes en captures també ampliades:

- - -
appearance-glyph-off.png
Escala de grisos, amb Consigna: desactivada
appearance-subpixel.png
Subpíxel LCD, amb Consigna: activada
-

El suavitat basat en subpíxels afegeix una lleugera brillantor al color dels objectes. Pot no agradar a tothom. A Haiku podeu barrejar els dos mètodes de suavitzat i trobar l'ajustament correcte amb mitjançant una barra lliscant.

-
El suavitzat basat en subpixels combinat amb la consigna de glifs no està disponible per omissió ja que està subjecte a una patent de programari. Segons a on viviu, podrieu obtenir una versió no bloquejada. Ho sentim. Parleu amb el vostre representan.
-

Si s'activa la consigna i també el suavitzat de subpíxels LCD canviant el codi font i es torna a compilar, el que s'obté comparat amb la consigna d'escala de grisos és el següent:

- - -
appearance-glyph-on.png
EScala de grisos, amb Consigna: activada
appearance-glyph-on-subpixel.png
Subpíxel LCD, amb Consigna: activada
-


-

A la part inferior del tauler hi ha dos botons:

- - - -
Opcions per Omissió Reinicia tot als valors per omissió.
Desfés restaura les opcions que eren actives en iniciar les preferències de l'Aparença.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/backgrounds.html b/docs/userguide/userguide/ca/preferences/backgrounds.html deleted file mode 100644 index 23ca54e3b6..0000000000 --- a/docs/userguide/userguide/ca/preferences/backgrounds.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Fons d'Escriptori - - - - - - - - -
-
- -

backgrounds-icon_64.pngFons d'Escriptori

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Backgrounds
Preferències:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - conserva la posició de la finestra del tauler
-

Podeu triar un color o ina imatge de fons per a cada carpeta i l'Escriptori i per a cada espai de treball.

-


-backgrounds.png -

La llista desplegable de la part superior indica si els vostres canvis s'apliquen només a l'espai de treball actual, tots els espais, una carpeta concreta, o l'opció per omissió, per a totes les noves carpetes.

-

A sota podeu assignar una imatge o triar Cap si només voleu un fons de color. També podeu arrossegar una imatge sobre la pantalla que es mostra a l'esquerra.

-

Fi feu servir una imatge, heu de decidir on la col·locareu:

- - - - - -
Manual us permet indicar les. Podeu arrossegar la imatge a la previsualització de l'esquerra o indicar manualment la coordenada X i la Y.
Centrat centra la imatge al mig de la pantalla.
Amplia amplia la imatge fins omplir la pantalla ignorant les seves proporcions.
Mosaic emplena la pantalla repetint la imatge.
-

Activant l'opció Vora de les etiquetes de les icones s'afegirà una línia al voltant de les etiquetes de les icones.

-

El text de l'etiqueta de la icona serà blanc o negre segons el color del comptagotes. Un color fosc farà que el text sigui blanc, un color clar el farà negre. Així si trieu una imatge molt brillant com a fons, també hauríeu de triar un color clar pel comptagotes per que les icones de les etiquetes es puguin llegir en color negre. (O bé activa la vora de les etiquetes anterior.)
-El color que trieu també es veurà al Giny dels espais de treball, que ignora les imatges de fons.

- - - -
Desfés torna als paràmetres que eren actius en obrir les preferències del Fons d'Escriptori.
Aplica confirma els vostres canvis.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/datatranslations.html b/docs/userguide/userguide/ca/preferences/datatranslations.html deleted file mode 100644 index 8dadcb1f4a..0000000000 --- a/docs/userguide/userguide/ca/preferences/datatranslations.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/DataTranslations
Preferències:~/config/settings/* - Cada traductor gestiona el seu propi fitxer de aquí un cop canvieu les seves per omissió.
-~/config/settings/system/DataTranslations settings - Conserva la posició de la finestra del quadre.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
Imatges BMP24bits, no comprimit, sense transparència
Imatges EXRILM's high dynamic-range (HDR) format
Imatges GIF8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
HVIF iconsTranslator for Haiku's vector icon format
Imatges JPEG200024bits, no comprimit, sense transparència
-Here, you normally only care about the output quality.
Imatges JPEG24bits, no comprimit, sense transparència
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
Imatges PCX24bits, no comprimit, sense transparència, format PC Paintbrush Exchange
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
Imatges PNG32bit, lossless compression, transparency
Imatges PPM24bits, no comprimit, sense transparència, format Portable PixMap
RAW imagesup to 48bit, uncompressed, no transparency
Fitxers de text RTFText amb format
Imatges SGI24bit, optional lossless compression, transparency
Fitxers StyledEditPlain text with formatting stored in attibutes
Imatges TGA32bit, optional lossless compression, transparency
Imatges TIFF24bit, optional lossless compression, layers, transparency
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
Imatges WonderBrush32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/deskbar.html b/docs/userguide/userguide/ca/preferences/deskbar.html deleted file mode 100644 index eeb5c2d6d2..0000000000 --- a/docs/userguide/userguide/ca/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Barra de l'Escriptori - - - - - - - - -
-
- -

deskbar-icon_64.pngBarra de l'Escriptori

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Deskbar
Preferències:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

El quadre de preferències de la Barra de l'Escriptoi també es accessible des de la Barra de l'Escriptori. Les seves preferències s'expliquen a l'apartat Barra de l'Escriptori.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/e-mail.html b/docs/userguide/userguide/ca/preferences/e-mail.html deleted file mode 100644 index 5fd25cc5d2..0000000000 --- a/docs/userguide/userguide/ca/preferences/e-mail.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Índex
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/E-mail
Preferències:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Afegint un nou compte de correu

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Paràmetres del compte

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -Més preferències del correu entrant

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -Més preferències del correu sortint

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notificacions i altres filtres de correu

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Filtre de correu brossa (Baiesià AGMS)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Filtre amb regles

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nom the name of the sender
De the e-mail address of the sender
A your e-mail address (different for each e-mail account)
Respón a the e-mail address replies are sent to
Quan the date and time the mail was received
Tema the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Compte the name of the e-mail's account
Estat The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Prioritat is set by the sender's e-mail program (e.g. "urgent")
Fil essentially the same as "Subject", but without things like Re: or Fwd:
Grup de classificació depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Estimació Brossa/Genuí this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -Avís de correu entrant

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
cap No notification
Bip Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alerta Shows an alert window for every new email
LEDs del teclat Blinks some LEDs like the caps-lock indicator
Alerta central Shows one alert window for all new mails
Bip central Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Registre Shows the log window
- -

-index -Filtres de correu sortint

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Preferències del compte de correu

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Comprova només el correu de Offers a submenu to check only one specific account
Envia els correus pendents Allows you to send pending mails without also checking for new mails
Tanca els serveis de correu Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/filetypes.html b/docs/userguide/userguide/ca/preferences/filetypes.html deleted file mode 100644 index beb252a072..0000000000 --- a/docs/userguide/userguide/ca/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Tipus de Fitxers - - - - - - - - -
-
- -

filetypes-icon_64.pngTipus de Fitxers

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/FileTypes
Preferències:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Conserva tots els tipus MIME com a carpetes.
-

Podeu veure l'apartat Tipus de Fitxers i els tutorials Tipus de Fitxers, Atributs, Índex i Consultes que explicant la majoria d'aquest quadre de preferències.

- -
-
- - - - diff --git a/docs/userguide/userguide/ca/preferences/keyboard.html b/docs/userguide/userguide/ca/preferences/keyboard.html deleted file mode 100644 index 1ece65b195..0000000000 --- a/docs/userguide/userguide/ca/preferences/keyboard.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

keyboard-icon_64.pngKeyboard

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Keyboard
Preferències:~/config/settings/Keyboard_settings
-


-keyboard.png -

Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.

- - - -
Opcions per Omissió Reinicia tot als valors per omissió.
Desfés brings back the settings that were active when you started the Keyboard preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/keymap.html b/docs/userguide/userguide/ca/preferences/keymap.html deleted file mode 100644 index bb7133fecb..0000000000 --- a/docs/userguide/userguide/ca/preferences/keymap.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

keymap-icon_64.pngKeymap

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Keymap
Preferències:~/config/settings/Keymap/* - Location of user modified keymaps.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ca/preferences/locale.html b/docs/userguide/userguide/ca/preferences/locale.html deleted file mode 100644 index 116df8114d..0000000000 --- a/docs/userguide/userguide/ca/preferences/locale.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

locale-icon_64.pngLocale

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Locale
Preferències:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Opcions per Omissió Reinicia tot als valors per omissió.
Desfés brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/media.html b/docs/userguide/userguide/ca/preferences/media.html deleted file mode 100644 index bccfb11f08..0000000000 --- a/docs/userguide/userguide/ca/preferences/media.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

media-icon_64.pngMedia

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Media
Preferències:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Stores the panel's window position.
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/mouse.html b/docs/userguide/userguide/ca/preferences/mouse.html deleted file mode 100644 index bd04de1381..0000000000 --- a/docs/userguide/userguide/ca/preferences/mouse.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Ratolí - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

mouse-icon_64.pngRatolí

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Mouse
Preferències:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

All settings are immediately applied.

- - - -
Opcions per Omissió Reinicia tot als valors per omissió.
Desfés brings back the settings that were active when you started the Mouse preferences.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ca/preferences/network.html b/docs/userguide/userguide/ca/preferences/network.html deleted file mode 100644 index 5eb1af035e..0000000000 --- a/docs/userguide/userguide/ca/preferences/network.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Xarxa - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

network-icon_64.pngXarxa

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Network
Preferències:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/printers.html b/docs/userguide/userguide/ca/preferences/printers.html deleted file mode 100644 index e9ee8160e9..0000000000 --- a/docs/userguide/userguide/ca/preferences/printers.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

printers-icon_64.pngPrinters

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Printers
Preferències:~/config/settings/printers/*
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/screen.html b/docs/userguide/userguide/ca/preferences/screen.html deleted file mode 100644 index 03e2c91a19..0000000000 --- a/docs/userguide/userguide/ca/preferences/screen.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

screen-icon_64.pngScreen

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Screen
Preferències:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Only when running in VESA mode.
-~/config/settings/Screen_data - Stores the panel's window position.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

After clicking on Apply, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Revert brings back the setting that was active when you started the Screen preferences.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/ca/preferences/screensaver.html b/docs/userguide/userguide/ca/preferences/screensaver.html deleted file mode 100644 index a66ef66b6f..0000000000 --- a/docs/userguide/userguide/ca/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Screensaver
Preferències:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/shortcuts.html b/docs/userguide/userguide/ca/preferences/shortcuts.html deleted file mode 100644 index 27a2020c90..0000000000 --- a/docs/userguide/userguide/ca/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/ca/preferences/sounds.html b/docs/userguide/userguide/ca/preferences/sounds.html deleted file mode 100644 index 7f8d595f02..0000000000 --- a/docs/userguide/userguide/ca/preferences/sounds.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

sounds-icon_64.pngSounds

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Sounds
Preferències:~/config/settings/Media/MediaFiles
-


-sounds.png -

You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.

- - -
None will silence an event.
Other... will open a file panel to find a new sound that isn't yet in the menu.
-

You can use any format that's supported by the system. If MediaPlayer can deal with it, so can any other program.
-You can "pre-hear" an event's sound by selecting it and using the Play and Stop buttons.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/time.html b/docs/userguide/userguide/ca/preferences/time.html deleted file mode 100644 index 40fadb067e..0000000000 --- a/docs/userguide/userguide/ca/preferences/time.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

time-icon_64.pngTime

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Time
Preferències:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/ca/preferences/touchpad.html b/docs/userguide/userguide/ca/preferences/touchpad.html deleted file mode 100644 index a586a35af0..0000000000 --- a/docs/userguide/userguide/ca/preferences/touchpad.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

touchpad-icon_64.pngTouchpad

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Touchpad
Preferències:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Opcions per Omissió Reinicia tot als valors per omissió.
Desfés brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/tracker.html b/docs/userguide/userguide/ca/preferences/tracker.html deleted file mode 100644 index ac0fa521a8..0000000000 --- a/docs/userguide/userguide/ca/preferences/tracker.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

tracker-icon_64.pngTracker

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/Tracker
Preferències:~/config/settings/Tracker/TrackerSettings
-


-

The Tracker preference panel is also available from every Tracker window with the menu Window | Preferences....
-Its functions are discussed in the topic on Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/preferences/virtualmemory.html b/docs/userguide/userguide/ca/preferences/virtualmemory.html deleted file mode 100644 index 1baeed559d..0000000000 --- a/docs/userguide/userguide/ca/preferences/virtualmemory.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - MemòriaVirtual - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

virtualmemory-icon_64.pngMemòriaVirtual

- - - - -
Barra d'eines:Preferències
Ubicació:/boot/system/preferences/VirtualMemory
Preferències:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Stores the panel's window position.
-

Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.

-virtualmemory.png -

You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at DiskUsage to find out what's eating up your diskspace.

-

Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.
-Upgrading your RAM is of course the most effective way to go...

- - - -
Opcions per Omissió Reinicia tot als valors per omissió.
Desfés brings back the settings that were active when you started the VirtualMemory preferences.
- -
-
- - - - diff --git a/docs/userguide/userguide/ca/queries.html b/docs/userguide/userguide/ca/queries.html deleted file mode 100644 index 9ef15cbe59..0000000000 --- a/docs/userguide/userguide/ca/queries.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Queries - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - - -
Índex
- The Find window
- Basic queries - "by Name"
- Advanced queries - "by Attribute"
- Even more advanced queries - "by Formula"
- The result window
- Query Templates -
- -

Queries

- -

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
-Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

- -

-index -The Find window

-

You start a query by invoking the Find... menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

-basic-query.png -
    -
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. -
  3. Narrow down your search from All files and folders to specific file types.

  4. -
  5. Define the search method:
      -
    • by Name - a basic search by file or folder name
    • -
    • by Attribute - an advanced search, you specify search terms for one or more attributes
    • -
    • by Formula - an even more advanced search, you can fine-tune a complex query term
  6. -
  7. Select which drives to search on.

  8. -
  9. Enter the search term.

  10. -
  11. The expander hides/unhides the additional options.

  12. -
  13. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  14. -
  15. Check if your query is supposed to Include trash.

  16. -
  17. Optionally, enter a name for this query if you want to save it.

  18. -
  19. You can drag&drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

  20. -
- -

-index -Basic queries - "by Name"

-

If you simply want to find all files and folders on your mounted disks that match a certain pattern, simply leave the search method at by Name, enter the search term into the text box and press ENTER.

- -

-index -Advanced queries - "by Attribute"

-

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

-query-window.png -

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by Attribute.

-

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

-

Let's do an email query as an example:

-query-window-filled.png -

This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".
-As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
-A good way to cut down the number of search results.

- -

-index -Even more advanced queries - "by Formula"

-

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

-

Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to by Formula mode and be overwhelmed by this one line query string:

-formula-query.png -

Once more as text, edited for readability:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

What's the use?

-
    -
  • You could copy and paste the string into an email, forum or IRC for others to use or debug.

  • -
  • You can use this method to construct a query in Attribute mode and then switch to Formula mode, to comfortably generate a search string to use for a query in Terminal or a script.

  • -
  • You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "==" to "!=" for a NOT AND. All you need is a basic understanding of regular expressions and maybe some scripting basics.

  • -
- -

-index -The result window

-

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

-result-window.png -

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

-
    -
  • You can open the location of a file or folder by double clicking on its path attribute.

  • -
  • With File | Edit query or ALT G you get back to your Find window to refine your query.

  • -
  • A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.

  • -
-

You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

- - -

-index -Query Templates

-

If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these exact search parameters, but use it as starting point to only slightly tweak the formula.
-By using the Save query as template menu item (see (1) in screenshot at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.

-

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.

-
-
- - - - - diff --git a/docs/userguide/userguide/ca/teammonitor.html b/docs/userguide/userguide/ca/teammonitor.html deleted file mode 100644 index 49432b16e6..0000000000 --- a/docs/userguide/userguide/ca/teammonitor.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Team Monitor

- -

With CTRL ALT DEL you invoke the Team Monitor which lists all currently running programs.

-teammonitor.png -

Programs that were launched by the system are blue, those started by the user black.
-Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can try to quit a program by selecting it and pressing Quit application (or either DEL or Q). If that doesn't work, try Kill application (or SHIFT DEL or K) instead.

-

You can summon a Terminal with OPT ALT T.

-

If your Tracker or Deskbar crashed or froze, a new button appears (you may have to kill the offending team first): Restart the desktop will restart Tracker and/or Deskbar for you.

- -
-
- - - - diff --git a/docs/userguide/userguide/ca/tracker-add-ons.html b/docs/userguide/userguide/ca/tracker-add-ons.html deleted file mode 100644 index dd4ec775a7..0000000000 --- a/docs/userguide/userguide/ca/tracker-add-ons.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Tracker Add-Ons - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Tracker Add-Ons

- -

Applications can install add-ons so they can be invoked easily on a selection of files from Tracker. Only the add-ons that can handle a specific filetype are presented under Add-Ons from the context menu or the File menu of a Tracker window. Some add-ons don't necessarily need a file to work on and are thus always present.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    for add-ons available to every user.
/boot/home/config/non-packaged/add-ons/Tracker/    for add-ons only available to yourself.
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Haiku's Tracker Add-Ons

-

These Tracker Add-Ons come with every Haiku installation:

- - - - - - - - - - - - - -
Background-BOpens the Background preferences to change the color or image of the Desktop or any folder. Invoked on an image file the Background panel is launched with that image already loaded as a potential background.
DiskUsage-IStarts the DiskUsage application with the according folder as basis.
FileType-FInvoked on a file, opens its specific FileType panel, otherwise the general FileTypes preferences are launched.
Open Target Folder-OCan only be used on a linked file and opens the folder that file lives in.
TextSearch-GStarts the TextSearch application to look for a string in the selected folder (and its subfolders).
ZipOMatic-ZA selection of files will be added to a zip archive, invoked without a selection opens a panel to create an archive via drag&drop.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/tracker.html b/docs/userguide/userguide/ca/tracker.html deleted file mode 100644 index d7556eee1e..0000000000 --- a/docs/userguide/userguide/ca/tracker.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - - -
Índex
- Mounting volumes
- Navigating
- Appearance
- Tracker preferences
- Working with files
- Transaction status -
- -

Tracker

- -

The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Muntatge dels Volums

-

In order to access a harddisk, CD, USB stick etc., you first have to mount the volume, that is, let the system know it's there. This is done with a right-click on the Desktop or an already mounted volume (like the boot disk) and choosing the volume from the Mount submenu. You find the same Mount menu in the Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Before you disconnect e.g. a harddrive or USB stick, make sure you have successfully unmounted the volume. This guarantees that all data transfer has finished. Otherwise you may lose data or corrupt the disk!
- -

-index -Navegació

-

By default, when you double-click a folder, Tracker opens a new window while leaving the parent window open. This can quickly lead to an overcrowded desktop.
-You can prevent that by holding down the OPT key, which automatically closes the parent window.
-This is also true for keyboard navigation. For more on that, see topic Shortcuts and key combinations.

-

Moving through your folders is one of Trackers main purposes, just like the file managers on other platforms. Haiku's Tracker has some unique features that will help you doing that efficiently.

- -

-indexNavegant pels submenús

-

Instead of double-clicking your way down folder after folder, there's a better way to drill down:

-drill-down.png - -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/home/config/.
-If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

-

A similar method can be used from any Tracker window:

-window-drill-down.png -

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

-

Note, that the Desktop is always the topmost level as that is where Tracker shows mounted volumes. So, if you want to go to another disk, you first have to navigate to the top (Desktop) and cross over to your other disk from there.


-

You'll get the same submenu-navigating when you drag a file over a folder. After a short while of hovering, a submenu pops up and you can drill down to your destination. If you initiated the drag with the right mousebutton, you can choose between copying, moving or linking the file when you release the mouse.

- -

-index -Jumping to files with type-ahead

-

You may be familiar with the concept from file managers of other operating systems: typing the first few letters of a filename will jump to the first file matching these starting characters. Haiku took the idea a step further. If there isn't a file starting with those letters it will jump to the first file including the string anywhere in its name. And if there's nothing with the string in its filename, the attributes are searched next.

-window-type-ahead.png -

In the above example, there are many files starting with "Haiku logo", rendering simpler approaches to typing ahead quite useless. In Haiku however, typing "web" jumps right to its first occurence in "Haiku logo - website". The characters you enter appear in the bottom left corner where you normally find the item count of all files in the folder. A second after entering a character, the display jumps back to normal and you're ready for a new type ahead search.

-

-index -Type-ahead filtering

-

Instead of jumping to a file while typing, there's also the option to filter out all files not matching your type-ahead string. This can improve clarity dramatically, especially when dealing with crowded folders. By using SHIFT SPACE as delimiter, you can even filter on multiple strings.
-Contrary to type-ahead jumping, the filtering will stick until you press ESC or close the window (or leave the folder if you're using Single Window Navigation).
-This type-ahead filtering is set in the Tracker preferences.

- -

-index -Aparença

-window-menu.png -

Tracker windows offer three different viewing modes from the Window menu:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

The Window menu offers a number of other functions:

-
    -
  • Resize to fit (ALT Y) - Resizes the window to its ideal size.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Sometimes you just want to rearrange a few icons without doing a complete Clean up (ALT K). In that case, you select these icons and start to drag them to their new location. Before you drop them there, keep ALT pressed. This will align the icons to the invisible grid.

-

The rest of the functions are pretty self-explanatory, leaving the Tracker preferences.

- -

-index -Tracker preferences

-

Window | Preferences... opens a panel that offers a number of settings that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes. -
So, in short, the not so obvious settings:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - You can set Single window navigation, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of its parent folder. This is not the same as clicking while holding the OPT key, as described above, because you'll lose the per window saved position and size. -

    -tracker-preferences-navigator.png -

    Before you switch Tracker to Single window navigation mode, 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 Navigator where you can enter or copy & paste a path name and use back, forward and up buttons.

    -

    Activating Type-ahead filtering 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 above.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

This panel, by the way, is also available as Tracker from Deskbar's Preferences.

- -

-index -Working with files

-

When invoked on a selected file, most of the File menu commands are also offered in the context menu by right-clicking that file.

-

As usual the commands are pretty clear.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Transaction status

-

When you copy, move or delete files, Tracker shows its progress with a status window. If you initiate more than one transaction, each job gets its own status display.

-transaction-status.png -

To the right are two buttons to pause or stop a transaction entirely. Sometimes it can be useful to temporarily pause a large transaction. For example, you may need to quickly launch a large application. Copying large amounts of data chokes your harddisk's IO bandwidth and thus delays your workflow.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/twitcher.html b/docs/userguide/userguide/ca/twitcher.html deleted file mode 100644 index 0e873c2abc..0000000000 --- a/docs/userguide/userguide/ca/twitcher.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Tuitxer - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Tuitxer

- -

The Twitcher is a task switcher to jump between running applications and their windows.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

You cycle through all an applications visible windows on the current workspace with CTRL ~ (which, depending on the keymap you're using, is the key below ESC).

-

It's also possible to invoke the Twitcher with CTRL TAB and then use the mouse to choose the application/window you'll jump to when releasing the CTRL key.

-

The Twitcher also offers a few more advanced keyboard shortcuts:

- - - - -
ESCAborts the twitching and returns to the formerly active window.
QQuits the selected application.
HHides all windows of the selected application.
- -
-
- - - - diff --git a/docs/userguide/userguide/ca/workshop-email.html b/docs/userguide/userguide/ca/workshop-email.html deleted file mode 100644 index 55358ce093..0000000000 --- a/docs/userguide/userguide/ca/workshop-email.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Tutorial: Gestió del correu - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - - -
Índex
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Tutorial: Gestió del correu

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -El sistema de correu del Haiku

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Com fer servir els estats a mida

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Com fer servir les consultes

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Exemples de Consultes

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -Més consells

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/ca/workshop-filetypes+attributes.html b/docs/userguide/userguide/ca/workshop-filetypes+attributes.html deleted file mode 100644 index 34bb3956be..0000000000 --- a/docs/userguide/userguide/ca/workshop-filetypes+attributes.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - Tutorial: Tipus de fitxers, Atributs, Índex i Consultes - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - - -
Índex
- Preparations
- Creating a custom filetype
- Icon
- File recognition
- Description
- Preferred Application
- Extra Attributes
- Indexing
- Filling in the data
- Querying the database -
- -

Tutorial: Tipus de fitxers, Atributs, Índex i Consultes

- -

This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.

- -

-index -Preparació

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Here are the attributes I'd like to see for my DVDs:

-
    -
  • Títol de la película
  • -
  • Gènere
  • -
  • URL a, per exemple, IMdB
  • -
  • Director/Repartiment
  • -
  • Plot
  • -
  • La meva valoració de 1 a 10
  • -
  • Coordinates in my shelf, e.g. A2, B3, so I find the DVD also in Real Life :)
  • -
  • If so, who's borrowed the disk...
  • -
- -

-index -Generar un nou tipus de fitxer

-

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

-filetypes-new-file-type.png -

Now, a panel for your new DVDdb filetype opens:

-filetypes-dvddb.png - -

-index -Icona

-

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

- -

-index -Reconeixement de fitxers

-

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

- -

-index -Descripció

-
    -
  • Type name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • -
  • Description - A bit more detailed description.
  • -
- -

-index -Aplicació Preferida

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked.

- - - -
Trieu... opens a file dialog where you choose the application to open with this filetype. Here, we set ShowImage to display the DVD's cover.
Igual que... opens a file dialog where you choose any file that already has the preferred application set that you're looking for.
- -

-index -Altres Atributs

-

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

-filetype-extra-attribute.png -
    -
  • Attribute name - Appears e.g. as the column heading in Tracker windows.

  • -
  • Internal name - Is used for indexing and querying the attribute.

  • -
  • Type - Defines the value the attribute can hold and therefore how it can be queried. -
      -
    • String for normal text
    • -
    • Boolean for binary data: 0 or 1
    • -
    • Integer for integer numbers with different ranges: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float for floatingpoint numbers, single precision
    • -
    • Double for floatingpoint numbers, double precision
    • -
    • Time for time and date format
    • -
    -
  • -
-
    -
  • Visible - This checkbox determines if the attribute is visible in a Tracker window at all. Since the Tracker will be the interface to our DVD database, we check it and define its appearance with:
      -
    • Display as - Leave on "Default". In the future more option will become available, e.g. a bar or stars for a rating etc.
    • -
    • Editable - Determines if the attribute shall be editable in Tracker.
    • -
    • Width - The default width of that attributes column in a Tracker window.
    • -
    • Alignment - The attribute can be displayed left, center, or right aligned.
    • -
-

Now, insert all the info for our attributes:

- - - - - - - - - - -
Nom InternTipus d'atributEstà indexat?Descripció
DVDdb:title text Títol de la película
DVDdb:genre text Gènere
DVDdb:url text no URL
DVDdb:cast text Director/Repartiment
DVDdb:plot text no Plot
DVDdb:rating int-32 Valoració de 1 a 10
DVDdb:coord text no Prestatge
DVDdb:lent text Deixat a
- -

-index -Indexat

-

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
-So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

-

This leaves these attributes:

- - - - - - -
Nom InternTipus d'atribut
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

To index them, we open a Terminal and simply add one attribute after the other:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

- -

-index -Omplint les dades

-

Now, everything's set and we can begin putting some data into our base.
-Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

-

Opening that folder we see a typical Tracker window with one JPEG in it. Right-clicking it, we change its filetype to application/DVDdb with the Filetype Addon. There's more info on this in the Filetypes document.

-

Now, we activate all our DVDdb attributes from the Attributes menu of the Tracker window and rearrange the columns to our taste:

-filetypes-dvddb-empty.png -

By clicking on a yet empty attribute (or pressing ALT E) we enter editing mode and fill each attribute. With TAB and SHIFT TAB you can navigate between attributes.

-

In our example, we usually start with a downloaded JPG cover and change its type to applications/DVDdb. There's another elegant way to produce a file to work with. Just copy an empty file of our filetype to /boot/home/config/settings/Tracker/Tracker New Templates and rename it to DVDdb.

-

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

- -

-index -Consultar la base de dades

-

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

-

You can assign a sensible attribute layout for query results of a specific filetype.
-Open the folder containing your DVDdb files and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder and rename it to group/filetype, replacing slashes with underscores; in our case "applications_DVDdb".

-

Open the new folder and paste in the layout with Attributes | Paste layout. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/ca/workshop-wlan.html b/docs/userguide/userguide/ca/workshop-wlan.html deleted file mode 100644 index 22fcdc7f41..0000000000 --- a/docs/userguide/userguide/ca/workshop-wlan.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - Tutorial: Xarxes sense fil - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - - -
Índex
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Tutorial: Xarxes sense fil

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Fer funcionar el maquinari compatible

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Connectar a una xarxa sense fil

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Connectar des de la línia d'ordres

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Consells

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/ca/workspaces.html b/docs/userguide/userguide/ca/workspaces.html deleted file mode 100644 index 54ffba3306..0000000000 --- a/docs/userguide/userguide/ca/workspaces.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Espais de Treball - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- -

Espais de Treball

- -

Els Espais de treball són escriptoris virtuals, complets amb la seva pròpia resolució, profunditat de color i fons. A les preferències de la Pantalla es poden establir fins a 32 espais de treball.

- -workspace_overviewpng.png - -

-index -Canviant els Espais de Treball

-

You switch between workspaces by either clicking into the Workspaces applet (which is seen in the above image) or by using the keyboard shortcut ALT Fx, where "x" is the workspace number. It's a good idea to arrange your workspaces in rows of four to mimick the layout of the Fx keys on the keyboard.
-Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it's in.

-

Another very convenient way is to use CTRL ALT /// to navigate spatially the rows/columns of the available workspaces. If you additionally hold down SHIFT, the active window will move with you to the new workspace.

-

You can switch back and forth between two workspaces with ALT ` (the actual key depends on the keymap you're using - it is the key below ESC). Again, holding SHIFT will take the active window with you.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications.html b/docs/userguide/userguide/de/applications.html deleted file mode 100644 index 093652e11d..0000000000 --- a/docs/userguide/userguide/de/applications.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - Anwendungen - - - - - - - - -
-
- -

Anwendungen

- -

Vor der Beschreibung all der von Haiku mitgelieferten Anwendungen, eine Erklärung wie Programme installiert und deinstalliert werden. Am einfachsten geht das suchen, installieren, updaten und deinstallieren von Anwendungen mit Haikus Paketmanagement. Da Haiku allerdings auch weitgehend binär- und source-kompatibel zu seinem Vorfahren BeOS ist, stößt man vielleicht ab und zu auch noch auf alte Archive (.zip und .pkg), die immer noch installiert werden können.

-
Nachfolgend ist immer die /system/ Hierarchie beschrieben. Falls Pakete nur für einen einzigen Benutzern installiert werden sollen (sobald Haiku mehrbenutzerfähig wird), muss die entsprechend gespiegelte Hierarchie i Home-Ordner benutzt werden: ~/config/. Für mehr Infos, siehe Dateisystem Layout.
- -

-index -Haiku Pakete (.hpkg)

-

Am einfachsten benutzt man HaikuDepot um ein Paket zu finden, installieren und zu deinstallieren. Wurde ein Paket von irgendwo anders heruntergeladen ———— vielleicht weil es (noch) nicht in einem öffentlichen Repository ist ———— öffnet man es einfach per Doppelklick in HaikuDepot und installiert es von dort.

-

Die neu installierte Anwendung taucht in /system/apps/ auf oder, im Falle eines Konsolen-Programms, in /system/bin/. Alle anderen Dateien, die das Programm benötigt (Bibliotheken, Daten, Add-Ons etc.) erscheinen automatisch an den richtigen Orten im Dateisystem.

-

In den Kapiteln Deskbar und LaunchBox ist beschrieben wie man Verknüpfungen zu den neu installierten Anwendung herstellt.

-
Obwohl man eine .hpkg Datei wie jedes andere Archiv entpacken kann, macht das das Paketmanagement beim Installieren eines Pakets gerade nicht. Es sieht nur so aus, als würde das darunterliegende Dateisystem die Dateien in die entsprechenden Ordner verteilen. In Wahrheit findet eben kein physisches Herumverteilen statt, weswegen das Installieren/Deinstalliern auch so schnell und sauber funktionert.
-

Ist ein Paket von einer anderen Bibliothek oder anderen Paketen abhängig, erscheint ein Fenster mit der Nachfrage, ob die benötigten Dateien ebenfalls heruntergeladen und installiert werden sollen.

-

Die Deinstallation ist genauso einfach: Einfach das Paket in HaikuDepot suchen und Deinstallieren klicken.

-

Arbeitet man im Terminal oder möchte Pakete in einem Skript de/installieren, sollte man sich mit dem Befehl pkgman --help vertraut machen.

- -

-index -Alte BeOS Archive (.zip und .pkg)

-

BeOS Archive, die alles nötige in ihrem Anwendungsordner mitbringen, können einfach irgendwo unter /boot/home/ entpackt werden (ein Doppelklick öffnet den Entpacker bzw. den alten PackageInstaller) und von dort gestartet werden. Die Deinstallation solcher in sich geschlossenen Anwendung ist auch einfach: Man löscht einfach den Anwendungsordner.

-

Obiges gilt für die Mehrheit an alten BeOS Anwendungen. Wenn man allerdings an eine gerät die nicht auf Anhieb funktioniert, weil sie Dateien an fest einprogrammierte Orte verteilen will, deren Existenz nicht gewährleistet ist, kann man versuchen das manuell zu beheben. Der Ordner /system/non-packaged/ gestattet das Anlegen der benötigten Ordner-Hierarchie. Das wird immer seltener nötig werden, während die Anzahl richtiger .hpkg Pakete zunimmt und alte BeOS Anwendungen entsprechend umgepackt werden. Der Artikel "Installing applications" zeigt online, wie die non-packaged Hierarchie zu benutzen ist.

- -

-index -Haikus Anwendungen

-

Mit Haiku werden einige meist kleine, aber nützliche Anwendungen geliefert. Sie liegen alle in /boot/system/apps/. Anwendungen, die normalerweise nicht per Doppelklick auf eine Datendatei gestartet werden (wie z.B. Bildbetrachter für Bilddateien), befinden sich im Menü Anwendungen der Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconSystemmonitor Ein Programm zur Anzeige unterschiedlicher Systemressourcen wie CPU-Auslastung oder Speicherverbrauch.
iconBootmanager Ein Tool zum Installieren eines Bootmenüs im MBR (Master Boot Record) eines Laufwerks.
iconZeichentabelle Ein Programm zum Anzeigen einer Unicode Zeichentabelle.
iconWebcam Ein Programm zum kontinuierlichen Speichern von Bilder einer Webcam auf einen Server.
iconDebugger Ein grafischer Debugger.
iconRechner Ein Taschenrechner.
iconHex-Editor Ein HEX-Editor für Dateien und Datenträger.
iconDatenträgerbelegung Ein Programm zur Darstellung der Datenträgerbelegung.
iconDatenträgerverwaltung Ein Tool zur Partitionierung von Laufwerken.
iconEntpacker Ein Entpacker verbreiteter Archive.
iconHaikuDepot Ein Programm zum Finden, Herunterladen, Installieren, Aktualisieren und Deinstallieren von (Anwendungs-) Paketen.
iconIcon-O-Matic Ein Programm zur Erstellung von Haiku Vektoricons.
iconInstaller Das Programm um Haiku auf eine Partition zu installieren.
iconLupe Das Programm zeigt einen vergrößerten Bereich rund um den Mauszeiger.
iconE-Mail Ein Email Programm.
iconMedia-Player Ein Player für alle unterstützten Audio/Video Dateien.
iconMidi-Player Ein Player für MIDI Dateien.
iconPackageInstaller Ein Tool zum Installieren von BeOS Paketen im PKG Format.
iconKontakte Ein Kontakt Manager.
iconWebserver Ein einfacher Webserver.
iconScreenshot Ein Tool um Screenshots aufzunehmen.
iconBildbetrachter Ein einfacher Bildbetrachter.
iconAudiorekorder Ein Programm zur Audioaufnahme von Line-In oder Mikrophon.[fehlt noch]
iconTexteditor Ein einfacher Texteditor.
iconTerminal Zugang zur bash.
iconTextSearch Ein Tool zum Durchsuchen von Textdateien.
iconTV Eine TV-Anwendung zum analogen Fernsehen. [fehlt noch]
iconWebPositive Ein Webbrowser.
- -

-index -Haikus Konsolenprogramme

-

Neben den Konsolenprogrammen, die mit der Bash Shell kommen oder zum POSIX Standard gehören, gibt es noch einige Haiku-spezifische Tools, die erwähnt werden sollten. Diese Befehle sind oft besonders nützlich fürs Skripten, siehe auch das Kapitel zu Bash und Skripten.

- - - -
iconListe aller Konsolenprogramme
iconHaiku-spezifische Konsolenprogramme
- -

-index -Zusätzlich installierte Anwendungen

-

Neben der oben aufgeführten Software, die komplett vom Haiku Projekt stammt und betreut wird, werden in einem Standard Haiku System noch einige weitere wichtige Programme mitinstalliert. Dort gefundene Bugs und gewünschte Features müssen allerdings direkt bei den jeweiligen Projekten gemeldet werden.

- - - - - - - - - - - -
iconBePDF Ein PDF Viewer.
iconPe Ein fortgeschrittener Texteditor mit Syntax-Färbung und anderes mehr.
iconVision Ein IRC Client.
iconWonderBrush YellowBites Grafikprogramm.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/activitymonitor.html b/docs/userguide/userguide/de/applications/activitymonitor.html deleted file mode 100644 index 7a60d2df53..0000000000 --- a/docs/userguide/userguide/de/applications/activitymonitor.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - ActivityMonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngSystemmonitor

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/ActivityMonitor
Einstellungen:~/config/settings/ActivityMonitor settings
-


-

Um die Systemressourcen im Auge zu behalten, kann der Systemmonitor gestartet werden, um sich darin die für einen interessanten Information anzeigen zu lassen.

-activitymonitor.png -

Mit einen Rechtsklick ins Fenster kann die Anzeige verschiedener Ressourcen ein- und ausgeschaltet werden:
-Benutzter/Gecacheter Speicher, Auslagerungsspeicher, CPU-Auslastung, Netzwerk empfangen/senden, Seitenfehler, Semaphoren, Ports, Threads, Teams, Laufende Anwendungen, Raw-/Text-Ablage, Media-Nodes.

-

Unter der Anzeige befindet sich eine Legende, die über das Kontextmenü auch ausgeschaltet werden kann. Farben der Legende und auch der Anzeigehintergrund können mittels Drag&Drop von jedem Farbauswahl-Tool aus, z.B. von Icon-O-Matic, geändert werden.

-

Mittels Datei | Graphen hinzufügen lassen sich noch weitere Anzeigeflächen dazuschalten, falls es zu unübersichtlich wird.

-

Das Menü Einstellungen öffnet ein Fenster, in dem das Aktualisierungsintervall der Anzeige eingestellt werden kann.

-

Jede Anzeige hat ihre eigenes kleines Replikanten Symbol und kann so z.B. auf den Desktop gezogen werden.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/bepdf.html b/docs/userguide/userguide/de/applications/bepdf.html deleted file mode 100644 index 59e7833aa9..0000000000 --- a/docs/userguide/userguide/de/applications/bepdf.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/BePDF/BePDF
Benutzerhandbuch:/boot/system/apps/BePDF/docs/*
Einstellungen:~/config/settings/BePDF
-


-

BePDF ist ein einfacher und schneller Betrachter für (unverschlüsselte) PDF-Dateien. Neben dem reinen Betrachten werden noch Anmerkungen zum Dokument und Lesezeichen unterstützt.

-

Das Benutzerhandbuch zu BePDF ist als HTML-Datei oder als PDF-Dokument vorhanden. Letzteres kann auch über den Menüpunkt Help | Show Help... im Programm aufgerufen werden.

-
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/bootmanager.html b/docs/userguide/userguide/de/applications/bootmanager.html deleted file mode 100644 index b9c41578a9..0000000000 --- a/docs/userguide/userguide/de/applications/bootmanager.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
- -

bootmanager-icon_64.pngBootmanager

- - - - -
Deskbar:Kein Eintrag, wird üblicherweise im Menü Werkzeuge des Installers aufgerufen
Ort:/boot/system/apps/BootManager
Einstellungen:keine
Eine Sicherung des MBR wird standardmäßig in ~/config/settings/bootman/ gespeichert
-


-

Wird die Haiku-Partition nicht zu einem bereits installierten Bootmanager wie GRUB hinzugefügt, kann der Haiku Bootmanager ein einfaches Bootmenü im MBR (Master Boot Record) anlegen, das etwa so aussieht:

-bootmenu.png -
Bootmanager wurde noch nicht ausgiebig getestet und unterliegt noch einigen Einschränkungen, auf die hingewiesen wird, wenn sie nicht erfüllt sind: das Menü kann nur auf der ersten Festplatte installiert werden und benötigt 2KiB freien Speicherplatz hinter dem MBR (Master Boot Record).
-

Der Bootmanager führt durch den Installationsprozess des Bootmenüs.

-

-index -Auswählen des Ziellaufwerks

-bootmanager-1.png -

Aus einer Liste aller verfügbaren Laufwerke wird das gewünschte Ziel ausgewählt. Falls auf diesem Laufwerk bereits ein Bootmenü existiert, kann mit Entfernen auf einfache Weise ein zuvor gesichertes Backup des MBR wiederhergestellt werden, wodurch das Bootmenü wieder entfernt wird.
-Ansonsten kann mit Installieren der Installationsprozess fortgesetzt werden.

-

-index -Sichern des MBR (Master Boot Record)

-

Für den Fall, dass etwas schief geht oder das Bootmenü später wieder entfernt werden soll, wird nun der Master Boot Record (MBR) gesichert - offensichtich ein äußerst wichtiger Schritt. Man sollte daher sichergehen, dass nicht aus Versehen ein älteres Backup des MBR (gesichert beispielsweise bei früherem Herumexperimentieren) überschrieben wird!

-bootmanager-2.png -bootmanager-3.png -

Der Standardpfad für die Sicherungsdatei "MBR" kann beibehalten oder ein neues Zielverzeichnis angegeben werden. Ein Klick auf Weiter liefert eine Bestätigung, ob die Sicherung erfolgreich war.

-

-index -Konfigurieren des Bootmenüs

-bootmanager-4.png -bootmanager-5.png -

Als nächstes wird eine Liste aller Partitionen des Ziellaufwerks ausgegeben. Die markierten Partitionen werden unter den in den jeweiligen Textfeldern angegebenen Bezeichnungen als Einträge ins Bootmenü übernommen. Durch Entfernen/Setzen von Haken und Umbennen der Einträge kann ein individuell angepasstes Bootmenü zusammengestellt werden.

-

Anschließend wird aus dem Auswahlmenü die Partition gewählt, von der standardmäßig gebootet wird. Ein Zeitlimit wird mit dem Schieberegler darunter eingestellt. Dabei bedeutet "Sofort", dass gar kein Bootmenü angezeigt wird, "Niemals", dass der Bootvorgang beim Bootmenü angehalten wird. Hält man beim Booten ALT gedrückt, lässt sich die Zeitbegrenzung deaktivieren.

-

-index -Schreiben des Bootmenüs

-bootmanager-6.png -bootmanager-7.png -

Bevor das Bootmenü in den MBR geschrieben wird, werden alle Einstellungen noch einmal zusammengefasst. Danach besteht die letzte Möglichkeit, die Operation doch noch abzubrechen. Aber keine Sorge, solange die Sicherung des MBR nicht gelöscht wird, können die Änderungen rückgängig gemacht werden. Sollte etwas schiefgehen, kann jederzeit von einer Haiku-Installations-CD oder einem USB-Stick gebootet werden, um die Sicherung des MBR mittels Bootmanager zurückzuschreiben.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/cdplayer.html b/docs/userguide/userguide/de/applications/cdplayer.html deleted file mode 100644 index 626c9393a0..0000000000 --- a/docs/userguide/userguide/de/applications/cdplayer.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
- -

cdplayer-icon_64.pngCD-Player

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/CDPlayer
Einstellungen:~/cd/* - Hier werden Informationen zu den CDs gespeichert
-


- -


-cdplayer.png -

Durch die Standardsymbole der Knöpfe ist CD-Player ziemlich selbsterklärend.
-Für die fortlaufende Wiederholung der gesamten CD sorgt der Repeat Button - links neben Shuffle (für die Wiedergabe in zufälliger Reihenfolge).

-

Wer gern mehr Kontrolle hätte, zum Beispiel durch selbst erstellte Titelfolgen (Playlisten), sollte besser den Media-Player probieren.

-
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/charactermap.html b/docs/userguide/userguide/de/applications/charactermap.html deleted file mode 100644 index cb555a0254..0000000000 --- a/docs/userguide/userguide/de/applications/charactermap.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - CharacterMap - - - - - - - - -
-
- -

charactermap-icon_64.pngZeichentabelle

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/CharacterMap
Einstellungen:~/config/settings/CharacterMap settings
-


-

Die Zeichentabelle zeigt eine Übersicht aller Schriftzeichen und deren UTF-8 Code, die eine Schriftart enthält.

-charactermap.png -

Links werden alle Standard-Blöcke innerhalb einer Schriftart angezeigt, die mittels Filter eingegrenzt werden können. Es ist auch möglich, zusätzlich enthaltene Schriftzeichen mit Private Blöcke zeigen aus dem Menü Ansicht einzublenden. Rechter Hand werden die einzelnen Schriftzeichen aus dem ausgewählten Block der im Menüpunkt Schriftart ausgewählten Schriftart angezeigt. Mit dem Schieberegler darunter kann die Schriftgröße eingestellt werden. Ganz unten wird das Schriftzeichen unter dem Mauszeiger als Code in Hex, Dezimal und UTF-8 angezeigt.

-

Aus der Schriftzeichen-Tabelle lässt sich ein einzelnes Zeichen direkt in eine andere Anwendung ziehen. Es ist auch möglich, über einen Rechtsklick und Zeichen kopieren (ALT C) das Zeichen zu kopieren, oder mittels Zeichen als Byte-Code kopieren (SHIFT ALT C) das Zeichen als Code zu übernehmen. So erhält man beispielsweise entweder oder \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/de/applications/cli-apps.html b/docs/userguide/userguide/de/applications/cli-apps.html deleted file mode 100644 index e5f39d0996..0000000000 --- a/docs/userguide/userguide/de/applications/cli-apps.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Konsolenprogramme - - - - - - - - -
-
- -

cli-app-icon_64.pngHaiku-spezifische Konsolenprogramme

- - -
Ort:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Alle Konsolenprogramme, die zusammen mit Haiku installiert werden, befinden sich in /boot/system/bin. Eigene oder zusätzliche Konsolenprogramme erscheinen falls sie aus einem .hpkg Paket stammen entweder auch dort oder in ~/config/bin/. Ansonsten werden sie in /boot/system/non-packaged/bin/ oder ~/config/non-packaged/bin/ abgelegt. Diese Orte sind alle Teil der PATH Variable und werden daher automatisch gefunden.
-Die folgende Liste an Haiku-spezifischen Programmen ist natürlich nicht vollständig; sie beschreibt nur einige der nützlichsten um auf den Geschmack zu kommen. Es ist empfehlenswert die bin/ Verzeichnisse selbst etwas zu erkunden. Wird ein Konsolenprogramm mit dem Parameter --help aufgerufen, wird der Gebrauch des Befehls mit sämtlichen Optionen angezeigt.

- -

index -Attribute betreffend: listattr, catattr, addattr, rmattr, copyattr

-

Diese Befehle werden benutzt, um Attribute einer Datei aufzulisten, anzuzeigen, hinzuzufügen, zu entfernen und zu kopieren. Diese Metadaten werden momentan nur auf BFS formatierten Medien unterstützt. Schiebt man die Dateien auf andere Dateisysteme, gehen alle Attribute verloren!
-All diese Befehle sind im Kapitel Attribute im Terminal beschrieben.

- -

index -Index betreffend: lsindex, mkindex, reindex, rmindex

-

Mit diesen Befehlen lassen sich Attribute in BFS' Index auflisten, hinzufügen, re-indizieren und entfernen. Werden Dateien zwischen Partitionen ausgetauscht, sollte man daran denken, dass jede Partition ihren eigenen Index hat.
-Die Befehle sind im Kapitel Index beschrieben.

- -

index -Paketmanagement betreffend: package, pkgman

-

Mit dem package Befehl werden HPKG Pakete verwaltet. Der Artikel Installing applications zeigt die grundsätzliche Anwendung. Normalerweise wird das Tool haikuporter benutzt um sogenannte "Recipes" zu erstellen, aus denen Pakete automatisiert erzeugt werden.

-

Mit pkgman lassen sich Pakete suchen, installieren, aktualisieren und deinstallieren. Paket-Repositories können hinzugefügt, entfernt und deren Paketlisten aktualisiert werden. Eine besondere Art des Updates ist der Parameter full-sync: Er geht aggressiver zu Werke und ersetzt wenn nötig auch eine Software mit einer älteren Version, oder entfernt Pakete komplett.
-Mehr Details zu einzelnen Parametern erhält man durch Anhängen von "--help", beispielsweise pkgman search --help.

- -

index -Nützliche Skript-Befehle

-

Hier einige Konsolenprogramme, die besonders beim Skripten interessant sind (siehe auch Bash und Skripten).

- - - - - - - - - - -

alert

alert erzeugt das typische Hinweis-Fenster mit einem vordefinierten Symbol, erklärenden Text und bis zu drei Buttons. Als Rückgabewert dient der Titel des geklickten Buttons, bzw. ein Exitstatus, beginnend mit 0). Zum Beispiel:

-
alert --idea "SpitzenApp(tm) wurde erfolgreich installiert!
-Soll eine Verknüpfung erstellt werden?" "Auf dem Desktop" "In der Deskbar" "Nein Danke"
-

cli-alert.png

-

filepanel

filepanel öffnet einen Öffnen- oder Speicher-Dialog, in dem der Benutzer eine Datei oder Verzeichnis auswählen kann. Der Rückgabewert ist der gewählte Datei- oder Ordnerpfad. Es stehen diverse Parameter zur Verfügung, um beispielsweise einen Startordner oder einen Fenstertitel zu setzen, oder einen Dateinamen beim Speichern vorzugeben oder erlaubte Dateitypen einzuschränken. Zum Beispiel:

-
filepanel -s -t "Logdatei speichern" -d ~/config/settings -n Spitzen.log
-

cli-alert.png

-

hey

hey ist ein kleines tool das BMessages an Anwendungen sendet und deren Antwort ausgibt. Es kann zum Skripten von Anwendungen benutzt werden, also zum "Fernsteuern" von Programmen mittels Skripts oder von der Kommandozeile aus. Das ist leider etwas kompliziert... Aber Dank Scot Hacker's BeOS Bible gibt es ein schönes hey Tutorial von Chris Herborth.

-

query

query ist die Konsolen-Variante des Find Panels. Um eine Suchformel bequem zu generieren lässt sich übrigens sehr gut eben dieses Find Panel benutzen: Einfach dort die entsprechende Suche zusammenklicken, dann umschalten zum "by formula" Mode, Anführungszeichen (") an Anfang und Ende und anschließend das Ganze hinter den query Befehl ins Terminal oder Skript einfügen.

-

waitfor

Mittels waitfor lässt sich auf den Start bzw. die Beendigung eines bestimmten Threads oder einer Anwendung warten.

-
- -

index -Weitere Befehle

- - - - - - - - - - - - -

checkfs

checkfs ist ein wichtiges Tool um das Dateisystem zu überprüfen. Es wird einfach ein Partitionsname, beispielsweise /Haiku oder ein Device-Pfad übergeben, um dort alle Dateien durchzusehen und Inkonsistenzen zu beheben, sofern möglich.

-

desklink

Mit desklink kann im Deskbar Tray ein Icon für jedwede Datei, Ordner, Query oder Anwendung installiert werden. Dabei gibt es die Möglichkeit bei einem Rechtsklick auf das entsprechende Icon ein Kontextmenü mit besonderen Funktionen anzubieten. Folgendes Beispiel macht das mit dem Konsolenprogramm screenshot (das "\" in der ersten Zeile dient nur einem Zeilenumbruch im Terminal):

-
desklink "cmd=Aktives Fenster (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Replicant entfernen:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

Mittels diskimage können normale Dateien als "Disk" angemeldet werden. So lässt dich beispielsweise ein Haiku Anyboot Image anmelden. Anschließend kann es per Tracker eingehängt werden, um Dateien darauf zu kopieren, zu ändern oder zu löschen, bevor man es als Quelle für den Installer benutzt.

-

mountvolume
mount

mountvolume ist der allgemein bevorzugte Befehl zum Einhängen lokaler Partitionen und Disks, weil er so simpel zu benutzen ist: einfach mit dem Namen der Partition aufrufen und fertig. --help zeigt die weiteren Optionen.

-

mount kann zusätzlich auch nicht-lokale Disks per Netzwerk-Dateisystemen wie NFS4 einhängen. Das zu benutzende Dateisystem wird mit dem -t Parameter übergeben, die Zieladresse mit dem -p Parameter. Als Dateisystem können alle unter /system/add-ons/kernel/file_system (bzw. dessen Entsprechungen unter ~/config oder "non-packaged") gelisteten benutzt werden. Außerdem muss ein Verzeichnis als Einhängepunkt angelegt werden. Ein Beispiel:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open ist ein nützliches kleines Tool. Es öffnet jedwede Datei mit ihrer bevorzugten Anwendung oder startet eine bestimmte Anwendung anhand ihrer Signatur ohne ihren genauen Pfad kennen zu müssen. Das funktioniert auch mit URLs und sogar den "virtuellen" Verzeichnissen, . für das aktuelle Verzeichnis und .. für das übergeordnete, die dann im Tracker geöffnet werden.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/codycam.html b/docs/userguide/userguide/de/applications/codycam.html deleted file mode 100644 index 91edcb6f06..0000000000 --- a/docs/userguide/userguide/de/applications/codycam.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngWebcam

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/CodyCam
Einstellungen:~/config/settings/codycam
-


-

Mit Webcam können von einer angeschlossenen Webcam, oder anderen Videoquelle, in regelmäßigen Zeitabständen Bilder auf einen FTP-Server abgelegt werden.

-My very temporarily installed cam in Dartmoor National Park. -

Links unter der Vorschau wird der Dateiname festgelegt, der automatisch um einen nachgestellten Zähler erweitert wird. Darunter kann das Dateiformat und das Zeitintervall eingestellt werden.

-

Rechts sind die Daten für FTP oder sFTP (wenn SSH möglich ist) einzugeben, um die Bilder auf den Server hochladen zu können.

- -
-
- - - diff --git a/docs/userguide/userguide/de/applications/debugger.html b/docs/userguide/userguide/de/applications/debugger.html deleted file mode 100644 index 0f04b28342..0000000000 --- a/docs/userguide/userguide/de/applications/debugger.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Debugger
Einstellungen:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

Mit dem Debugger hat der gemeine Benutzer normalerweise nicht viel zu tun. Er ist für Entwickler gedacht, um Bugs in Programmen zu untersuchen. Diese Bugs können manchmal zu Abstürzen führen, und dann kommt auch der Endbenutzer in Kontakt mit dem Debugger. Wenn ein Programm abstürzt, erscheint ein Fenster mit folgenden Optionen:

-debugger_alert.png -

Es bietet drei Möglichkeiten auf den Absturz zu reagieren:

-
    -
  • Beenden macht nichts weiter als die Überreste der abgestürzten Anwendung zu entfernen.

  • -
  • Debug startet den Debugger für weiterführende Untersuchungen.

  • -
  • Bericht speichern erzeugt einen Debugbericht der als Textdatei auf dem Desktop gespeichert wird. Der Bericht kann dann an den Entwickler der abgestürzten Anwendung gemailt oder an ein Ticket des Bugtrackers der Anwendung gehangen werden.
    -Der Debugbericht enthält Angaben zur Hardware (CPU-Typ und Speichernutzung usw.), die genaue Haiku Version und andere Systeminformationen, die mit dem Absturz zusammenhängen könnten.

  • -
-

Die Benutzung des eigentlichen Debuggers würde den Rahmen dieses Userguides sprengen, der sich ja an die Bedürfnisse des Endbenutzers richtet. Der Vollständigkeit halber, hier das Debugger Fenster das erscheint, wählt man die Debug Option aus dem ersten Screenshot:

-debugger.png -

Wie man schnell sieht wenn man den Debugger ein bisschen erkundet, handelt es sich um eine der komplexesten und ausgereiftesten Anwendungen für Haiku. Ein Entwickler, der bereits mit grafischen Debuggern anderer Plattformen vertraut ist, wird viele Features bestimmt wiedererkennen.

-

Da es kein einzelnes Dokument gibt, das alle Einzelheiten des Debuggers beschreibt, folgen an dieser Stelle einige Links, die zumindest einige Details beleuchten. Spezifische Fragen können auf der (englischen) Development Mailingliste gestellt werden. Wer weitere nützliche Ressourcen findet, möchte diese bitte per Bugreport mitteilen.

- - - -
Blogposts Es existieren einige Artikel über den Debugger, meist von Rene Gollent geschrieben, nachdem er ein neues Feature implementiert hat.
BeGeistert 026 Video Aufgenommen auf dem BeGeistert Treffen im Jahre 2012, demonstriert Ingo Weinhold den damaligen Stand des Debuggers und zeigt einige interessante Werkzeuge wie den Profiler, um Flaschenhälse im Code zu identifizieren.
- -
-
- - - diff --git a/docs/userguide/userguide/de/applications/deskcalc.html b/docs/userguide/userguide/de/applications/deskcalc.html deleted file mode 100644 index 9c863c0c47..0000000000 --- a/docs/userguide/userguide/de/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
- -

deskcalc-icon_64.pngRechner

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/DeskCalc
Einstellungen:~/config/settings/DeskCalc_settings
-


-

Rechner ist ein einfacher Rechner, der aber trotzdem einige nette Funktionen hat, die allerdings nicht sofort ersichtlich sind.

-deskcalc.png -
    -
  • Rechner kann viel mehr, als seine wenigen Tasten vermuten lassen.
    -Neben den Operatoren +, -, *, /, %, ^ und den Konstanten pi und e werden noch folgende mathematischen Funktionen unterstützt:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan und tanh.

  • - -
  • Über einen Rechtsklick sind diese Einstellungen erreichbar:

    - - - - - - -
    Num-Lock beim Start aktivierenAktiviert beim Start vom Rechner automatisch den Nummernblock.
    Radiant/GradWechselt die Einheit ("rad" und "deg") bei Winkelfunktionen.
    KompaktALT 0Minimalistische Anzeige ohne Tastenfeld.
    EinfachALT 1Die Standardansicht.
    WissenschaftlichALT 2Zeigt weitere Tasten zur Eingabe komplizierterer Berechnungen.
  • -
  • Der Rechner geht sehr großzügig mit Benutzereingaben um:
    -/, :, \ sind alles gültige Eingaben für "Division".
    -* und x werden als "Multiplikation" verstanden.
    -Aber Achtung: . and , sind beides Zeichen für Gleitkomma-Berechnungen. Sie dürfen also nicht als 1000-er Trennung verwendet werden.

  • -
  • Man kann die Fenstergröße von Rechner nach Belieben ändern und dann als Replikant auf den Desktop ziehen. Hierzu muss natürlich in der Deskbar Replikanten einblenden aktiviert sein.

  • -
  • Wenn eine Farbe, zum Beispiel aus Icon-O-Matic, auf das Tastenfeld gezogen wird, färbt es sich entsprechend ein.

  • -
  • Mit und kann man vorangegangene Berechnungen wieder aufrufen.

  • -
  • Alle Ausdrücke im Anzeigefeld von Rechner können als "Textschnipsel" auf den Desktop, in ein Tracker-Fenster oder eine beliebige andere Anwendung gezogen werden.

    -

    Dies ist natürlich auch andersrum möglich:
    -Diverse Zwischenergebnisse einer Berechnung kann man wie beschrieben als Textschnipsel anlegen, um sie später wieder in den Rechner zu ziehen, um wieder zu diesen Phasen zurückzukehren.
    -Oder man zieht sich eine Berechnung direkt aus einer E-Mail in den Rechner.

  • -
  • Der Rechner kann (unter der Verwendung seines Systemnamens "DeskCalc") auch direkt im Terminal benutzt werden. Der Ausdruck muss hierfür in Anführungszeichen gesetzt werden:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Im Terminal gestartet, wird bei trigonometrischen Funktionen immer die Einheit "Radiant" verwendet.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/diskprobe.html b/docs/userguide/userguide/de/applications/diskprobe.html deleted file mode 100644 index 0a2761c04b..0000000000 --- a/docs/userguide/userguide/de/applications/diskprobe.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
- -

diskprobe-icon_64.pngHex-Editor

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/DiskProbe
Einstellungen:~/config/settings/DiskProbe_data
-


-

Der Hex-Editor dient zum Anzeigen und Bearbeiten von Daten in Dateien oder auch direkt auf dem Datenträger. Es ist ein Tool, das wirklich auf unterster Ebene ansetzt. Dadurch kann eine unbedachte Änderung natürlich viel zerstören!

-
Man sollte mit Hex-Editor immer mit einer Kopie der zu ändernden Datei arbeiten und besondere Vorsicht walten lassen, wenn man direkt in einer Partition Daten ändert!
-

Beim Start von Hex-Editor entscheidet man zuerst, ob mit einer Datei oder einer Partition gearbeitet werden soll. Danach erscheint dieses Programmfenster:

-

diskprobe.png

-

Es wird immer ein Datenblock angezeigt, dessen Größe über Ansicht | Blockgröße angepasst werden kann. Am linken Rand ist der Abstand zum Blockbeginn zu sehen, in der Mitte die Daten als HEX-Werte und rechts dasselbe als ASCII-Zeichen.
-Von Datenblock zu Datenblock kann mit dem Schieberegler, oder durch ALT und ALT gesprungen werden. Zwischen HEX- und ASCII-Spalte wird mit TAB gewechselt.

-

Das Menü Block | Auswahl zeigt die momentane Auswahl nicht nur in beiden Endian-Formaten (und in HEX oder Dezimal, je nach Einstellung mit Ansicht | Basis), es interpretiert die Auswahl auch als anspringbaren Block-Offset. Es erscheint ausgegraut, falls diese Position außerhalb der Datei oder des Datenträgers liegt.
-Dieses Feature ist besonders hilfreich beim Untersuchen von Dateisystemen, weil diese oft Zeiger auf andere Blöcke enthalten.

-

Wenn die bearbeitete Datei Attribute enthält, kann über das Menü Attribute ein spezielles Hex-Editor Fenster geöffnet werden. Als Beispiel, hier das Attribut SYS:PACKAGE der Anwendung Über Haiku:

diskprobe-about-attr.png

-

Je nach Art von Attribut, erhält man neben dem Raw-Editor unterschiedliche Editor-Reiter. So gibt es einen Editor für Text, MIME-Typen und einen Betrachter für das Icon.

-
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/diskusage.html b/docs/userguide/userguide/de/applications/diskusage.html deleted file mode 100644 index 871d278b84..0000000000 --- a/docs/userguide/userguide/de/applications/diskusage.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
- -

diskusage-icon_64.pngDatenträgerbelegung

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/DiskUsage
Einstellungen:~/config/settings/DiskUsage
-


-

Datenträgerbelegung zeigt graphisch aufbereitet, für was der Speicherplatz einer Partition verwendet wird.
-Ein hilfreiches Werkzeug, wenn man sich fragt: Wo sind eigentlich die ganzen Terabyte freier Speicherplatz hingekommen?

-

Nach dem Start zeigt Datenträgerbelegung erstmal nur ein leeres Fenster mit allen eingehängten Datenträgern in eigenen Reitern. Einen davon muss man wählen und Analysieren clicken, um ein Laufwerk zu durchforsten. Für große Datenträger kann das etwas dauern... In der Zwischenzeit lässt sich zu anderen Reitern wechseln, um entweder dessen Laufwerk zu durchstöbern, oder auch dort den Analysevorgang zu starten.
-Man sollte allerdings nicht mehrere Analysen gleichzeitig auf derselben physischen Festplatte starten, da man durch das ewige Neupositionieren der Leseköpfe nur noch länger warten müsste.

-

diskusage.png

-

Die konzentrischen Ringe repräsentieren die verschiedenen Ebenen im Verzeichnisbaum. Im obigen Bild steht der Kreis in der Mitte für das Benutzerverzeichnis /boot/home/. Jedes Ring-Segment um diesen Kreis steht für eine Datei oder ein Verzeichnis unterhalb von /boot/home/. MIt jedem weiter außen gelegenen Segment gelangt man tiefer in die Verzeichnisstruktur. Für tief verschachtelte Verzeichnisse muss man eventuell die Größe des Programmfensters anpassen.

-
    -
  • Wäre die Darstellung einer Datei oder eines Ordners kleiner als 2° des Kreises, wird sie nicht angezeigt.
  • -
  • Die Anzahl der in einem Ordner enthaltenen Dateien beinhaltet sämtliche Unterordner, wobei Unterordner selbst ebenfalls als Datei zählen.
  • -
  • DiskUsage ignoriert symbolische Verknüpfungen.
  • -
-

In der Statuszeile am unteren Rand des Programmfensters werden Informationen über das jeweilige Segment angezeigt, über dem sich die Maus gerade befindet.

-

Ein Rechtsklick auf ein Segment zeigt ein Kontextmenü um Informationen (Datei-Info) anzuzeigen, das Objekt im Tracker (Öffnen) oder mit einem anderen Programm (Öffnen mit) zu öffnen, oder einen Ordner erneut einzulesen (Erneut analysieren).
-Durch einen Linksklick wird eine Datei oder Verzeichnis zum Kreis in der Mitte.
-Ein Linksklick auf den Mittelkreis wechselt in das übergeordnete Verzeichnis.

-

Dateien oder Ordner können direkt aus Datenträgerbelegung herausgezogen werden; hierbei werden sie an den neuen Ort kopiert. Umgekehrt wird eine Datei, beziehungsweise Ordner zum Mittelkreis, wenn sie in das Datenträgerbelegung Fenster gezogen wird.

-

Mit dem Tracker Add-on aus dem Kontextmenü eines jeden Ordners, lässt sich Datenträgerbelegung mit eben diesen Ordner als Basis starten.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/drivesetup.html b/docs/userguide/userguide/de/applications/drivesetup.html deleted file mode 100644 index ae3d590bae..0000000000 --- a/docs/userguide/userguide/de/applications/drivesetup.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
- -

drivesetup-icon_64.pngDatenträgerverwaltung

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/DriveSetup
Einstellungen:~/config/settings/DriveSetup
-


-

Datenträgerverwaltung ist ein Programm zum Erstellen, Löschen und Initialisieren von Partitionen. Aktuell ist es noch nicht möglich, bestehende Partitionen zu verschieben oder in ihrer Größe zu verändern. Man benötigt also entweder Platz auf einem unpartitionierte Teil einer Disk (vielleicht ein USB Laufwerk oder eine zweite Festplatte) oder man muss auf externe Werkzeuge, wie der -GParted LiveCD zurückgreifen.

-drivesetup.png -

Oben ist die Partitionierung des unten ausgewählten Datenträgers graphisch dargestellt. Neben maximal vier Primären Partitionen, kann jede von ihnen eine Anzahl von erweiterten/logischen Partitionen enthalten. Über das + / - Symbol können derart "versteckte" Partitionen auf- und eingeklappt werden.

-

Die ausgewählte Partition kann über die Befehle im Menü Partition oder mit der Tastenkombination ALT M, beziehungsweise ALT U in das System eingebunden oder ausgehängt werden.

-

Mit Partition | Löschen kann eine Partition auch komplett gelöscht werden.

-
Mit Partitionen zu arbeiten, insbesondere sie zu initialisieren, erstellen oder zu löschen ist höchst gefährlich. Ein unbedachter Klick, eine falsch ausgewählte Partition und gespeicherte Daten sind unwiederbringlich verloren! Es bietet sich an, sicherheitshalber alles zweimal zu überprüfen und eine aktuelle Sicherheitskopie wichtiger Daten parat zu haben.
-

-index -Eine neue Partition erstellen

-
Wenn man einen Datenträger mit nur einer Partition komplett ausfüllen möchte, beispielsweise bei einem USB-Stick oder einer Speicherkarte, kann man direkt mit Initialisierung anfangen.
-

Wenn auf einem Datenträger ein unformatierter Bereich existiert, wie der Bereich <leer> im obigen Bild, kann man hierin mit Partition | Anlegen... (ALT C) eine neue Partition anlegen.

-drivesetup-create.png -

Es erscheint ein Dialog um Partitionsgröße und -typ einzustellen. Für eine Haiku-Installation wäre Be File System zu wählen. Ebenso, wenn man all die interessanten Haiku Feature, wie Attribute und Queries, nutzen will. Man bedenke jedoch, dass andere Betriebssysteme auf so eine Partition eventuell nicht zugreifen können.

-

Bei der Erstellung einer primären Partition - im Gegensatz zu einer erweiterten/logischen Partition innerhalb einer solchen Primärpartition - kann sie in diesem Dialogfeld noch mit Aktiv gekennzeichnet werden. Der Haken muss also gesetzt werden, um von solch einer Partition Haiku booten zu können.

-

Um eine neu angelegte Partition verwenden oder ins System einbinden zu können, muss sie zuerst mit einem Dateisystem initialisiert werden.

-

-index -Initialisierung einer Partition

-

Nur wenn eine Partition nicht ins System eingebunden ist, kann sie mit dem Menüpunkt Partition | Initialisieren initialisiert werden.

-drivesetup-initialize.png -

Beim Initialisieren muss ein Name für diese Partition und die Blockgröße angegeben werden. Ein "Block" ist dabei der Speicherplatz in Byte, den eine Datei auf dem Datenträger mindestens belegt. Den vorgeschlagenen Wert von 2048 sollte man am besten beibehalten, außer man ist sicher, dass man wirklich einen anderen braucht.
-Durch das Initialisieren gehen alle Daten auf dieser Partition unwiederbringlich verloren!

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/expander.html b/docs/userguide/userguide/de/applications/expander.html deleted file mode 100644 index b08accaa86..0000000000 --- a/docs/userguide/userguide/de/applications/expander.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
- -

expander-icon_64.pngEntpacker

- - - - -
Deskbar:Keine Verknüpfung; Entpacker wird durch Doppelklick auf eine gepackte Datei gestartet.
Ort:/boot/system/apps/Expander
Einstellungen:~/config/settings/Expander_Settings
-


-

Mit dem Entpacker lassen sich schnell und einfach die gebräuchlichsten Archive entpacken, darunter ZIP, GZIP, BZIP2, RAR und TAR.
-Ein Doppelklick auf ein Archiv öffnet den Entpacker:

-

expander.png

- - - - -
QuelleALT Oöffnet einen Dialog zur Auswahl eines Archivs
ZielALT Döffnet einen Dialog, um zu bestimmen wohin entpackt werden soll
EntpackenALT Estartet das Entpacken; kann mit ALT K abgebrochen werden
-

Der Inhalt des Archivs lässt sich mit Inhalt anzeigen oder ALT L anzeigen und verbergen.

-
Entpacker kann lediglich ganze Archive entpacken.
-Nur einzelne Dateien eines Archivs auspacken, beziehungsweise Dateien entfernen oder hinzufügen, ist nicht möglich.
-

Über Einstellungen | Einstellungen... oder ALT S gelangt man zu den Einstellungen von Entpacker.
-Die Optionen sind selbsterklärend:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/haikudepot.html b/docs/userguide/userguide/de/applications/haikudepot.html deleted file mode 100644 index 3048b7dc8f..0000000000 --- a/docs/userguide/userguide/de/applications/haikudepot.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
- - - - -
Index
Filter
- Paketliste
- Infobereich
- Werkzeuge und Einstellungen
- Benutzerkonto einrichten
- Bewerten und kommentieren
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/HaikuDepot
Einstellungen:~/config/settings/HaikuDepot/
-


-

HaikuDepot ist die zentrale Anwendung, um Software-Pakete zu managen. Mit ihr lassen sich Repositories (auch "Depots" genannt) durchstöbern und Pakete installieren, aktualisieren und deinstallieren. HaikuDepot öffnet sich mit einer Liste empfohlener Pakete. Sobald man jedoch einen Suchbegriff eingibt oder eine Kategorie auswählt, ändert sich die Darstellung zu kleineren Icons und es werden weitere Informationen in Spalten angezeigt.

-haikudepot.png - -

index -Filter

-

Ganz oben hat man einige Möglichkeiten, die Paketliste darunter zu filtern:

-
    -
  • Mit dem Kategorien Menü lässt sich die Liste auf bestimmte Kategorien wie "Audio" oder "Spiele" begrenzen.

  • -
  • Im Depot Menü bestimmt man welche Online-Depots überhaupt in der Liste auftauchen sollen, oder ob nur die Pakete gelistet werden sollen, die aus anderen Quellen als Online-Depots gekommen sind ("Lokal"). Diese können beispielsweise von einem USB Stick kopiert, oder von irgendeiner Webseite heruntergeladen, oder auch selbst gebaut worden sein.

  • -
  • Die im Suchbegriffe Textfeld eingegebenen Zeichen filtern die Liste auf die Pakete, die alle (per Leerzeichen getrennten) Wörter in Namen oder Beschreibung haben.

  • -
- -

index -Paketliste

-

Wie in jedem Tracker-Fenster, lässt sich aus einem Kontextmenü per Rechtsklick auf einen Spaltentitel auswählen, welche Spalten anzezeigt werden sollen. Ein Linksklick sortiert die Liste nach der entsprechenden Spalte, und natürlich kann man die Anordnung ändern, indem man eine Spalte an eine andere Position zieht.

-

In der entsprechenden Spalte eines Pakets können unterschiedliche Status angezeigt werden:

-
    -
  • Aktiviert: Das Paket ist momentan installiert und benutzbar.

  • -
  • Verfügbar:Das Paket existiert in diesem Depot und es kann heruntergalden und installiert werden. Bestehen Abhängigkeiten zu anderen Paketen, so wird einem dies bei der Installation mitgeteilt und man hat die Wahl alles Nötige ebenfalls herunterzuladen und installieren zu lassen.

  • -
  • Ausstehend / %: Ausstehend wird bei Paketen angezeigt, die darauf warten heruntergeladen/installiert zu werden. Der Fortschritt beim Herunterladen wird dann als Prozentangabe dargestellt.

  • -
  • Update verfügbar: Eine neuere Version als die installierte ist verfügbar.

  • -
-

Mittels der gepunkteten Linie zwischen Paketliste und Infobereich, lässt sich die Höhe der Liste verändern.

- -

index -Infobereich

-

Ganz unten befindet sich ein Bereich mit Informationen des momentan in der Liste ausgewählten Pakets.
-Rechts neben Paketname, Autor, Bewertung und Version befindet sich ein Button, mit dem sich ein Paket – je nach aktuellem Status – Installieren, Deinstallieren oder Updaten lässt. Ist ein Paket bereits installiert, erscheint dort ein weiterer Button, um die Anwendung zu Öffnen.

-

Darunter befinden sich drei Reiter: Über, Bewertungen und Änderungsprotokoll.

-
    -
  • Über

    -

    -Hier findet man eine ausführlichere Beschreibung des Pakets, sowie falls vorhanden, Bildschirmfotos, Kontaktadresse und URL des Teams, das die Software betreut. Klickt man auf ein Bildschirmfoto, öffnet es sich in voller Größe in einem neuen Fenster.

  • -
  • Bewertungen

    -

    Der zweite Reiter zeigt, falls vorhanden, Bewertungen und Kommentare von Benutzern.

    -haikudepot-rating-tab.png -

    -Links befindet sich eine Statistik, die zeigt wieviele Sterne (zwischen 1 und 5) das Paket von wievielen Benutzern erhalten hat.
    -In der Mitte folgen die Kommentare der Benutzer mit ihren Namen, die Anzahl der vergebenen Sterne und die Paketversion, die bewertet oder kommentiert wurde. Wie man selbst eine Bewertung abgeben kann, steht weiter unten.
    -Mittels der kleinen Daumen-rauf/runter-Icons rechts, kann man die einzelnen Kommentare bewerten.

  • -
  • Änderungsprotokoll

    -

    Im letzten Reiter lässt sich die Historie der veröffentlichten Versionen des Pakets nachlesen.

  • -
- -

index -Werkzeuge und Einstellungen

-

Im Werkzeuge Menü ganz oben im HaikuDepot-Fenster findet sich der Menüpunkt Depots aktualisieren. Er fordert eine aktuelle Liste aller verfügbaren Pakete der Repositories an.

-

Im Einstellungen Menü gibt es die Optionen zum Entwicklungs-Pakete anzeigen und Quellcode-Pakete anzeigen in der Paketliste. Für den normalen Benutzer sind sie nicht so interessant und blähen die Paketliste nur unnötig auf. Sie sind sie allerdings wichtig für Leute, die deren Bibliotheken, Header-Dateien etc. brauchen, um darauf aufbauende Programme zu entwickeln und zu kompilieren.

-

Interessanter sind die beiden anderen Menüpunkte, Verfügbare Pakete anzeigen und Installierte Pakete anzeigen, die wohl keiner weiteren Erklärung bedürfen.

- -

index -Benutzerkonto einrichten

-

Um ein Paket bewerten zu können, benötigt man ein Benutzerkonto beim Haiku Depot Server, der die ganzen Pakete bereitstellt und alle Bewertungen und Kommentare der Benutzer verwaltet. Ein Konto lässt sich innerhalb der HaikuDepot Anwendung anlegen, indem man auf das Menü ganz rechts in der Menüleiste klickt, das den aktuellen Status anzeigt: Nicht angemeldet. Wählt man Anmelden..., öffnet sich ein Fenster mit zwei Reitern; einen zur Eingabe von Benutzername und Kennwort (soblad man die hat) um sich anzumelden, und der andere um ein neues Benutzerkonto einzurichten:

-haikudepot-login-tab.png -

Für ein neues Benutzerkonto muss man:

-
  • einen Benutzernamen wählen, der nur aus Kleinbuchstaben ohne Sonderzeichen besteht.
  • -
  • ein Kennwort wählen, das aus mindestens 8 Zeichen mit 2 Großbuchstaben und 2 Zahlen besteht.
  • -
  • eine funktionierende Email-Addresse angeben (falls man ein neues Kennwort zugeschickt bekommen möchte, wenn man es mal vergisst).
  • -
  • das Captcha-Rätsel lösen.
-

Nach der Anmeldung zeigt das Menü oben rechts im HaikuDepot Fenster den Status: Angemeldet als (...), mit dem eigenen Benutzernamen. Aus dem Menü lässt sich nun Konto wechseln... oder Abmelden wählen.

- -

index -Bewerten und kommentieren

-

Sobald man ein Benutzerkonto angelegt und sich angemeldet hat, kann man Pakete bewerten und, wenn man will, auch kommentieren. Lässt man den Mauszeiger über den Bewertungssternen des Infobereichs schweben, verwandeln sie sich in einen Button zum Paket bewerten.... Ein Klick darauf öffnet das Bewertungsfenster:

-haiku-depot-ratingpanel.png -

Hier bringt man mit dem Mauszeiger die Sterne zum aufleuchten und wählt so eine entsprechende Bewertung. Es lassen sich unterschiedliche Stabilitätsstufen vergeben und die Sprache für den optionalen Kommentar auswählen. Um einen sinnvollen Kommentar abgeben zu können, sollte man die Anwendung schon eine Weile benutzt haben, um ihre Features, Bugs und Eigenheiten kennegelernt zu haben. Außerdem sollte man keine großen Romane schreiben... lieber kurz und bündig und dabei immer höflich bleiben. :)
-Klickt man auf Senden werden die Daten zum Server geschickt. Bevor man seine Änderungen sehen kann, muss man ggf. aus dem Werkzeuge Menü Depots aktualisieren anwählen.

-

Bewertung und Kommentar lassen sich jederzeit ändern. Die Bewertung lässt auch komplett vor anderen Benutzern verbergen, indem man die Option Diese Bewertung ist für andere Anwender sichtbar abwählt.

-
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/icon-o-matic.html b/docs/userguide/userguide/de/applications/icon-o-matic.html deleted file mode 100644 index 0ec6a54cdb..0000000000 --- a/docs/userguide/userguide/de/applications/icon-o-matic.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
- - - - -
Index
BeOS Pixel- ./. Haiku Vektoricons
- Icons = Attribute
- Icon-Erstellung mit Icon-O-Matic
-   Pfad
-   Form
-   Stil
-   Transformator
-   Über das Abspeichern
-   Tipps & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Icon-O-Matic
Einstellungen:~/config/settings/Icon-O-Matic
- -


- -

Erst ein paar allgemeine Worte zu Icons in Haiku, bevor es um deren Erstellung geht.

- -

-index -BeOS Pixelgraphik im Vergleich zu Haiku Vektoricons

-

Im Gegensatz zum BeOS verwendet Haiku vektor-basierte an Stelle von pixel-basierten Icons. Für diesen Zweck wurde ein eigenes "Haiku Vector Icon Format" (HVIF) entwickelt, das für eine kleine Dateigröße und schnelle Anzeige optimiert ist. Aus diesem Grund sind Haiku Icons normalerweise erheblich kleiner als ein Pixelbild oder das weit verbreiteten SVG-Format. Ebenso sind Haiku Icons nicht wie im BeOS auf 256 Farben (8bit Palette) beschränkt.
-Als Beispiel, das Icon vom Terminal:

- - - - -
PixelSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Anzumerken ist, dass im BeOS immer zwei Versionen eines Icons (16x16 und 32x32 Pixel) verwendet wurden, um sowohl in der Listen- als auch in der Icon-Darstellung gut auszusehen.

-

Dieser Trick ist bei Vektoricons nicht mehr nötig. Diese sind nicht nur lediglich einige hundert Bytes groß, sie skalieren auch viel besser als Pixel-Icons. (Anmerkung: da das BeOS nur zwei verschiedene Icon-Einstellungen hatte - 16x16 und 32x32 - war das Problem der Skalierung nicht so ausschlaggebend.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Pixeli-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vektori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Icons sind Attribute

-

Icons werden als Attribut mit der jeweiligen Datei gespeichert. Nicht jede Datei muss allerdings so ein Attribut besitzen, um in einem Tracker-Fenster mit einem Icon dargestellt zu werden. Dateien, die kein eigenes Icon besitzen, erben das Icon ihres Dateityps. Das Icon für einen Dateityp lässt sich global mit Dateitypen in den Einstellungen ändern. Das spezielle Icon einer einzelnen Datei wird mit dem FileType Add-On im Kontextmenü zu dieser Datei geändert. Mehr dazu im Kapitel Dateitypen.

-
Als Attribute bleiben Icons einzelner Dateien nur in Dateisystemen erhalten, die diese Art Metadaten unterstützen. Dateien sollten deswegen mittels zip gepackt werden, damit die in den Attributen gespeicherten Informationen außerhalb einer BFS Partition nicht verloren gehen.
- -

-index -Icon-Erstellung mit Icon-O-Matic

-

Icon-O-Matic ist der Icon-Editor unter Haiku. Die damit erstellten Icons können im Haiku-eigenen Format HVIF, als SVG oder PNG abgespeichert werden. Darüber hinaus ist es auch möglich, das Icon direkt als Attribut an eine bestehende Datei anzuhängen oder es als Ressource, beziehungsweise Quelldatei für Programmierer bereit zu stellen. Da Icon-O-Matic speziell für das Format HVIF entwickelt wurde, kann man an der Arbeitsweise ein wenig die Struktur des HVIF Formats erkennen.

-

Im Gegensatz zu anderen Vektorgraphik-Programmen werden hier keine separaten Objekte erstellt, die jeweils ihre eigene Sammlung an Eigenschaften, wie Pfad, Strichstärke oder Farbe haben. Die einzelnen Objekte ("shapes") werden vielmehr aus mehrfach genutzten Pfaden ("paths") und Farben ("styles") zusammengesetzt und mit Eigenschaften ("properties") versehen. Dieses Wiederverwenden einzelner Elemente ist eines der Geheimnisse von HVIFs Effizienz. Auch wenn es dem Icon-Designer etwas mehr abverlangt, gibt es doch einige Vorteile, die für diesen Ansatz sprechen.
-So können beispielsweise durch das Wiederverwenden eines Pfads mehrere Objekte gleichzeitig geändert werden. Besonders deutlich wird das beim Schattenwurf eines Objekts. Durch die Änderung des gemeinsamen Pfads, wird gleichzeitig zum Objekt auch dessen durch eine leichte Verzerrung erzeugte Schatten mitgeändert.

- -

Ein kurzer Überblick über das Programmfenster von Icon-O-Matic:

-i-o-m-overview.png - -

Um ein sichtbares Objekt auf der Zeichenfläche zu erstellen, benötigt man eine Form mit einem Pfad und einem Stil. Der Einfachheit halber kann man eines davon, zwei oder alle drei Teile gleichzeitig aus dem Form Menü heraus erstellen. Zu jedem Objekt (Pfad, Form, Transformator oder Stil) existiert ein Befehlsmenü über dessen Elementliste. Darüber hinaus besitzt jedes Element noch spezielle Eigenschaften, die unter Eigenschaften gesetzt werden können.

- - -

-index -Pfad

-

Ein Pfad besteht aus mehreren Punkten, die durch eine Linie oder einer Bezier-Kurve miteinander verbunden sind. Um einzelne Punkte ändern oder hinzufügen zu können, muss der entsprechende Pfad in der Pfadliste links ausgewählt sein.

- -

Ein Klick in die Zeichenfläche setzt den ersten Punkt eines Pfads. Dabei lässt sich auch gleich festlegen, ob es sich bei dem Pfad um eine Linie oder eine Kurve handeln soll: ein einfacher Klick erzeugt eine gerade Linie; wird die Taste gehalten und die Maus bewegt, erscheinen die typischen Greifer für Bezier-Kurven. Natürlich kann der Pfad auch noch nachträglich von einer Linie zur Kurve oder andersrum geändert werden.

- -i-o-m-path-ab - -

Um von Bild "A" zu Bild "B" zu kommen, müssen einige Eckpunkte der Linie zu Kurvenpunkten umgewandelt werden. Dazu wird beim Klick auf einen Punkt die ALT Taste gehalten und dabei die Maus bewegt, damit die Bezier-Greifer erscheinen. Hierdurch ergibt sich eine symmetrische Bezier-Kurve: beide Greifer sind fest miteinander verbunden. Wenn man nur einen der beiden verändern möchte, muss man wieder ALT drücken während man einen Greifer bewegt.
-Umgekehrt kann man einen Kurvenpunkt in einen Eckpunkt verwandeln, indem man ihn bei gedrückter ALT Taste anklickt.

- -

Durch Klicken und Ziehen kann ein Punkt verschoben werden. Um mehrere Punkte gleichzeitig auszuwählen, zieht man bei gedrückter SHIFT Taste einen entsprechenden Auswahlrahmen auf. Ausgewählte Punkte erscheinen mit einem roten statt dem normal schwarzen Umriss.
-Ein weiterer Punkt wird in einem Pfad eingefügt, indem man auf die Verbindungslinie zwischen zwei Punkten klickt.
-Ausgewählte Punkte lassen sich mit ENTF entfernen; alternativ kann auch ein nicht ausgewählter Punkt durch einen Klick bei gedrückter STRG Taste gelöscht werden.

- -

Der Mauszeiger zeigt den aktuellen Bearbeitungsmodus:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Punkt(e) bewegenPunkt(e) einfügenPunkt hinzufügenPunkt löschen
STRG
Eck-Punkt ↔ Kurven-Punkt
ALT
Auswahlrechteck
SHIFT
-

Ein Rechtsklick auf einen Punkt (oder einer Auswahl von Punkten) zeigt ein Kontextmenü:

- - - - - - -
Alles auswählenALT AWählt alle Punkte des aktuellen Pfads aus.
TransformierenTUm alle ausgewählten Punkte wird ein Rahmen gelegt, um sie zusammen bewegen, in der Größe verändern oder drehen zu können. Das funktioniert genauso wie weiter unten bei "Shapes" beschrieben.
TrennenTeilt die ausgewählten Punkte in zwei Punkte auf, die übereinander liegen.
SpiegelnDreht die ausgewählten Punkte um 180°. Das wirkt sich logischerweise nur bei Bezier-Punkten aus.
EntfernenENTFLöscht die ausgewählten Punkte.
- -

Pfad Menü

-

Das Pfad Menü hat einige selbsterklärende Einträge: Rechteck hinzufügen, Kreis hinzufügen, Duplizieren oder Entfernen. Andere benötigen ein paar Worte der Erklärung:

- - - - - - -
UmkehrenWenn der Pfad nicht "geschlossen" ist (siehe weiter unten: Pfad Eigenschaften), wird ein neuer Punkt mit dem zuletzt gesetzten Punkt verbunden. Durch "Umkehren" wird der neue Punkt mit dem ursprünglichen Startpunkt des Pfads verbunden.
AufräumenEntfernt überflüssige Punkte (insbesondere beim Import von SVG-Graphiken hilfreich).
Indizes vorwärts rotierenALT RHierdurch wird sozusagen die Öffnung eines Pfads gedreht. Am deutlichsten wird das bei einem nicht geschlossenen Pfad mit einem zugewiesenen Style und Shape und einem Stroke Transformator. Wenn der Pfad diese Form hat ⊂, wird er folgendermaßen gedreht: ⊂ ∩ ⊃ ∪.
Indizes rückwärts rotierenALT SHIFT RWie oben, nur links herum.
- -

Pfad Eigenschaften

-

Die Eigenschaften links unten im Programmfenster bieten alle verfügbaren Einstellungen für das ausgewählte Objekt. Bei einem Pfad sind das: Name und ob er Geschlossen ist oder nicht.

- - -

-index -Form

-

Eine Form weist einem oder mehreren Pfaden einen Stil zu. Dadurch wird der Pfad auf der Zeichenfläche auch tatsächlich sichtbar. Die Zuweisung erfolgt, indem man bei ausgewählter Form die entsprechenden Pfade und den Stil ankreuzt.

-

Eine Form definiert, wie ein Pfad oder ein Stil angewendet wird, beispielsweise ob ein Objekt gefüllt oder umrandet ist (hier spielt zusätzlich noch ein "Transformator" eine Rolle; hierzu weiter unten mehr). Eine Form kann auch bewegt, gedreht oder in ihrer Größe geändert werden, ohne den verwendeten Pfad verändern zu müssen. Somit ist es möglich, einen einzigen Pfad mehrfach zu verwenden und unterschiedliche, aber ähnliche Formen zu erhalten.

- -i-o-m-shape - -

Wird eine Form aus der Liste ausgewählt, wird diese Form mit einem Rechteck umschlossen um sie hervorzuheben. Je nach dem, wo dieses Rechteck mit der Maus angefasst wird, kann man die Form verschieben, in der Größe verändern oder um den Mittelpunkt drehen, der selbst auch verschoben werden kann. Mittels der SHIFT-Taste kann man beim Verschieben die Richtung unveränderlich halten, beim Drehen 45°-Schritte festlegen und das Seitenverhältnis bei der Größenänderung beibehalten. Wie bereits bei der Bearbeitung des Pfads kann am Mauszeiger der aktuelle Bearbeitungsmodus abgelesen werden:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
BewegenGröße ändernDrehenMittelpunkt
verschieben
- -

Formen liegen - jede für sich in einer separaten Ebene - übereinander. Die Position in der Z-Achse (also welche Form über oder unter welcher liegt) wird über die Reihenfolge in der Liste aller Formen festgelegt. Hier kann eine Form mit der Maus nach oben oder unten gezogen werden.

- -

Form Menü

-

Das Menü Form beinhaltet neben der bereits erwähnten Möglichkeit eine "leere" Form, eine Form zusammen mit einem Pfad, einem Stil oder beidem zu erstellen, also Hinzufügen bzw. Mit Pfad/Stil/Pfad & Stil hinzufügen, sowie Duplizieren und Entfernen noch:

- - - -
Transformation zurücksetzenAlle Veränderungen an der Form (Größe, Verschieben, Drehen) werden zurückgesetzt.
Transformation einfrierenBei der Transformierung einer Form verbleiben die zugewiesenen Pfade an ihrer ursprünglichen Position. Das kann durchaus gewollt sein, so zum Beispiel, wenn mehrere Formen auf einen Pfad zurückgreifen oder man die Option "Am Raster ausrichten", also Optionen | Am Gitter einrasten, aktiviert hat.
-Anderenfalls wird durch diesen Menüpunkt die Transformation auf die Pfade angewendet und ein zukünftiges "Transformation zurücksetzen" setzt auf diese neue Transformation zurück.
- -

Form Eigenschaften

-

Neben Name kann eine Form noch diese Eigenschaften haben:

- - - - -
Min LODMinimaler "Level of Detail" - also Detail-Grad.
Max LODMaximaler Detail-Grad
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Ein gutes Beispiel für den Detail-Grad ist das Icon von BeVexed.
-Je nach dem, welche Icon-Größe im Tracker eingestellt ist, kann für jede Form festgelegt werden ob sie angezeigt wird, oder nicht. In diesem Beispiel wären die Zahlen bei 16x16 nicht mehr erkennbar und würden nur stören. Über den entsprechenden Wert beim Detail-Grad wurden sie ausgeblendet.

-

Der Wert für den "LOD" errechnet sich folgendermaßen: ein LOD von 1.00 ist für eine Icon-Größe von 64x64 festgelegt. Für andere Größen ist die Icon-Größe durch 64 zu teilen. So hat ein Icon der Größe 16x16 einen LOD von 16/64 = 0.25. -Eine Form wird unterhalb seines Min LOD, beziehungsweise überhalb seines Max LOD nicht angezeigt.

-

Wenn man also den Min LOD einer Form auf 0.0 und den Max LOD auf 0.5 setzt, dann wird diese Form nur angezeigt, wenn die Icon-Größe im Tracker kleiner oder gleich 32x32 ist. Wenn sie bereits ab dieser Größe ausgeschlossen werden soll, muss ein Wert kleiner als 0.5 - beispielsweise 0.49 - eingegeben werden.

-

Der "LOD" kann nicht nur dafür verwendet werden, Formen ein- oder auszublenden, sondern unter anderem auch um Linien verschiedener Strichstärken zu verwenden: die Form duplizieren, am Duplikat die gewünschten Änderungen vornehmen und bei beiden den LOD so einstellen, dass entweder die eine oder die andere Form angezeigt wird. Hierbei ist aber darauf zu Achten, dass die Werte der jeweiligen Detail-Grade nicht überlappen! Sonst sind bei einer Icon-Größe beide Formen sichtbar...
-Wenn zum Beispiel "Form 1" unterhalb 48x48 zu sehen sein soll und "Form 2" überhalb (LOD: 48/64 = 0.75):

- - - - - - - - -
RichtigFalsch
Form 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Form 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Stil

-

Ein Stil kann entweder eine Vollfarbe oder ein Farbverlauf sein.
-Neben vordefinierten Farben der Farbpalette unter Farbfelder kann man auch seine eigene Farbe mischen. Der Regler unterhalb des Farbspektrums legt den Alpha-Kanal einer Farbe, also deren Transparenz, fest.

-i-o-m-gradients -

Ein neuer Stil kann auch erstellt werden, indem man zuerst die gewünschte Farbe wählt oder mischt und diese dann in die Stil-Liste zieht.

-

Wählt man als Stil einen Farbverlauf, kann man noch zwischen Linear, Radial, Raute und Konisch wählen. Die Anfangs- und Endfarbe kann durch Ziehen aus der Farbübersicht auf den dreieckigen Marker gewählt werden.
-Natürlich kann der Marker verschoben werden, um den Farbverlauf anzupassen. Zusätzliche Marker können durch Doppelklick in den Farbverlauf hinzugefügt werden. Mittels ENTF wird der ausgewählte (unterstrichene) Marker gelöscht.

-

Wie bei einer Form kann das Rechteck, dass den Gradient auf der Zeichenfläche repräsentiert, verschoben, gedreht oder in seiner Größe verändert werden.

- -

Stil Menü

-

Das Menü Stil enthält die Einträge Hinzufügen, Duplizieren und Entfernen, sowie Transformation zurücksetzen.

- -

Stil Eigenschaften

-

Der Eintrag Name ist der einzige im Menü Eigenschaften eines Stils.

- - -

-index -Transformator

-

Eine Form kann zusätzliche Transformatoren haben, die sein Erscheinungsbild verändern.

- -

Transformator hinzufügen

- - - -
KonturFügt einen Umriss um die ausgewählte Form hinzu.
UmrandungDie ausgewählte Form wird mit einem Strich gezeichnet, statt mit dem Stil gefüllt.
- -

Abhängig von der Art des Transformators erhält man unterschiedliche Eigenschaften.

- -

Transformator Eigenschaften

-

Neben dem Namen Name und der Breite Strichstärke für den Transformator können unter den Eigenschaften diese (je nach Art leicht unterschiedlichen) Einstellungen vorgenommen werden:

- - - - - -
Enden(nur bei "Stroke") Definiert die Endpunkte einer Linie: Butt - abgeflacht, Square - die Linienbreite wird auf die Linie als Abschluss-Quadrat aufgesetzt, oder Round, die Linie wird abgerundet.
Ausrichtung erk.(nur bei "Contour") Stellt sicher, dass Icon-O-Matic - insbesondere bei Pfaden, die sich selbst schneiden - die Kontur um einen Pfad immer außen anbringt.
VerbindungenDefiniert, wie Linien an einem Punkt miteinander verbunden werden: Miter (auf Gehrung), Round (abgerundet) oder Bevel (abgeschrägt).
Gehrungslimitnur wenn unter Verbindungen "Miter" ausgewählt wurde: diese Einstellung beeinflusst das Aussehen des Gehrungsschnittes.
- - -

-index -Über das Abspeichern

-

Am oberen Rand des Fensters findet man die übliche Menüzeile. Datei, Bearbeiten und Optionen sind hinreichend selbsterklärend. Sehen wir uns stattdessen lieber die Möglichkeiten des Abspeicherns genauer an.

-

Datei | Speichern als... speichert die Datei im speziellen Format von Icon-O-Matic, das zusätzliche Informationen, wie den Namen von Pfaden, Formen oder Stilen, mit abspeichert. Diese Informationen gehen, um Speicherplatz zu sparen, verloren, wenn das Icon exportiert wird. Es empfiehlt sich, Entwürfe für eine spätere Verwendung in diesem Format zu speichern, da sonst alle Objekte ihren Namen verlieren und nur noch <path>, <shape>, respektive <style> heißen.

- -

Datei | Exportieren als... öffnet ein Dialogfenster zum Exportieren der Grafik. Das Dateiformat kann über ein Auswahlmenü unten im Dialogfeld bestimmt werden:

- - - - - - - - - -
HVIFHaiku Vektor Icon Format
HVIF RDefExportieren als Resource (wird von Programmierern verwendet)
HVIF QuellcodeExportieren als Quellcode (wird von Programmierern verwendet)
SVGExportieren als SVG
PNGExportieren als PNG in der Größe 64x64 Pixel
PNG SatzExportieren als PNG in den Größen 16x16, 32x32 und 64x64 Pixel
BEOS:ICON AttributNach Auswahl einer Datei wird die Grafik direkt als Icon-Attribut dieser Datei zugewiesen
META:ICON AttributNach Auswahl einer Datei wird die Grafik als Icon (als Meta-Daten) dieser Datei zugewiesen
- - -

-index -Tipps & Tricks

-

Ein paar Dinge, die man beherzigen sollte, wenn man Icon-O-Matic verwendet:

-
    -
  • Die Icon Guidelines (englisch) enthalten wichtige Informationen zu Haiku Icons wie Perspektive, Farben und Schattenwurf.

  • -
  • Mit Pfaden sollte sparsam umgegangen werden, da sie am meisten Speicherplatz benötigen. Man sollte eher Formen bearbeiten und transformieren, um bereits bestehende Pfade wiederverwenden zu können. Ebenso kann die Verwendung von Gradienten Speicherplatz sparen.

  • -
  • So oft es möglich ist, sollte die Option "Am Gitter ausrichten" aus den Optionen aktiviert werden. Pfade, deren Punkte sich am 64x64 Pixel-Gitter der Zeichenfläche orientieren, benötigen weniger Speicherplatz. Darüber hinaus wirken die Icons auch schärfer. Wichtige Konturen sollten am besten am 16x16 Raster ausgerichtet werden.

  • -
  • Im Programmfenster ist oben links eine Vorschau des Icons in verschiedenen Auflösungen. Hier kann der sinnvolle Einsatz des Detail-Grads von Formen direkt überprüft werden.

  • -
  • Icon-O-Matic selbst enthält keine Möglichkeit, um Text einzufügen. Text kann jedoch nach Einstellung von Schriftart und Schriftschnitt in einem Texteditor - beispielsweise Texteditor - direkt auf die Zeichenfläche gezogen werden. Icon-O-Matic erstellt automatisch die entsprechenden Pfade und Formen.

  • -
  • Sind einer Form mehrere sich überschneidende Pfade zugewiesen, wird die Schnittfläche ausgeblendet. So ist es möglich, ein Loch in einer Fläche auszuschneiden.

  • -
  • Über das Mausrad kann die Zeichenfläche gezoomt werden. Zum Verschieben der Zeichenfläche wird die mittlere Maustaste verwendet, beziehungsweise per normalem Linksklick bei gedrückter LEERTASTE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/installer.html b/docs/userguide/userguide/de/applications/installer.html deleted file mode 100644 index bc5b591d4f..0000000000 --- a/docs/userguide/userguide/de/applications/installer.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Installer
Einstellungen:keine
-


-

Der Installer installiert (genauer: kopiert) Haiku auf einen Datenträger. Eine "Installation" im klassischen Sinn ist bei Haiku nicht notwendig. Das System muss nicht durch Installation an die vorhandene Hardware angepasst werden, sondern läuft mit identischem Dateiumfang auf allen (unterstützten) Systemen.
-Beim Start des Installer werden zunächst einige Informationen angezeigt. Es sind aber keine juristischen Formulierungen eines Endbenutzer-Lizenzvertrages (EULA), sondern tatsächlich wichtige Informationen, die lesenswert sind:

-
    -
  • Haiku ist noch im "Alpha"-Stadium. Es wird dringend angeraten, Sicherheitskopien von wichtigen Dateien zu machen; ein Datenverlust ist - obwohl nicht wahrscheinlich - nicht auszuschließen!

  • -
  • Der Installer kann selbst noch keine neue Partition anlegen. Hierfür wird zusätzliche Software, wie die GParted LiveCD benötigt. Erst wenn Haikus Datenträgerverwaltung vollkommen sicher ist, wird es möglich sein, während der Installation die Partitionen zu ändern.

  • -
  • Haiku kann zum Boot-Manager GRUB hinzugefügt werden. Wie das genau geht, wird in einer Online-Anleitung (Englisch) beschrieben.
  • -
-



-

Nach Bestätigung der Informationen durch Drücken von Weiter erscheint dieses Fenster:

-installer.png -

Im ersten Auswahlmenü ist die Quelle der Installation zu wählen. Dies kann entweder ein bereits installiertes Haiku sein, oder ein explizites Installationsmedium, wie zum Beispiel die Haiku Alpha1-CD.
-Das zweite Auswahlmenü bezeichnet das Ziel der Installation. Dieses Ziel, das bereits vor der dem Start von Installer existieren muss, wird durch die Installation vollständig überschrieben; eine nachträgliche Rettung von darin gespeicherten Daten ist nicht möglich.

-

Durch einen Klick auf das Dreieck neben Optionale Pakete einblenden werden, so vorhanden, zusätzliche Programmpakete angeboten, die mitinstalliert werden können.

-

Wie bereits erwähnt, wird die Zielpartition vollständig überschrieben. Man muss daher sicher sein, die richtige Partition gewählt zu haben. Über Partitionen einrichten... wird das Programm Datenträgerverwaltung aufgerufen, in dem man eine Übersicht über die Partitionen erhält.

-

Mit Klick auf Start wird der eigentliche Installations-Prozess gestartet, der den /home/ und den /system/ Ordner auf die Zielpartition kopiert und diese bootfähig macht.

- -

index -Tools

-

Durch die Installation anderer Betriebssysteme kann es vorkommen, dass Haiku nicht mehr startfähig ist, weil der "Boot-Sektor" überschrieben wurde. In diesem Fall kann man von der Installations-CD booten und unter Nach: Bitte Ziellaufwerk auswählen die nicht mehr startfähige Haiku-Installation einstellen und aus dem Werkzeuge Menü mittels Bootsektor schreiben den vorherigen Zustand wieder herstellen.

-

Daneben kann im Werkzeuge Menü noch mit Bootmenü einrichten ein Menü in den Boot-Sektor geschrieben werden, aus dem das zu bootende Betriebssystem ausgewählt werden kann. Näheres dazu unter Bootmanager.
-Der Haiku Bootmanager wird nicht gebraucht, wenn man bereits einen Bootmanager wie GRUB benutzt (siehe oben) oder Haiku als einziges Betriebssystem auf dem Rechner installiert ist.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/list-cli-apps.html b/docs/userguide/userguide/de/applications/list-cli-apps.html deleted file mode 100644 index 7d9d962a6d..0000000000 --- a/docs/userguide/userguide/de/applications/list-cli-apps.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - - - - Liste aller Konsolenprogramme - - - - - - - - -
-
-
Solange die Übersetzung dieser Seite noch nicht ganz fertig ist, erscheint für die noch fehlenden Teile die englische Version.
- -

cli-app-icon_64.pngListe aller Konsolenprogramme

- - -
Ort:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Alle Konsolenprogramme, die zusammen mit Haiku installiert werden, befinden sich in /boot/system/bin. Eigene oder zusätzliche Konsolenprogramme erscheinen in ~/config/bin/ falls sie aus einem .hpkg Paket stammen. Ansonsten werden sie in ~/config/non-packaged/bin/ abgelegt. Diese Orte sind alle Teil der PATH Variable und werden daher automatisch gefunden.
-Nachfolgend eine Liste aller in Haiku enthaltenen Konsolenprogramme mit einer kurzen Beschreibung. Mehr Information zur Benutzung erhält man durch das Aufrufen eines Befehls mit dem Parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Startet einen Dienst zum Überwachen von gerade benutzten Audio und Video Add-ons.
FirstBootPrompt Einstellungen zu Sprache und Tastaturlayout.
[ Vergleicht Werte und Dateien.

indexA

addattr Hängt ein Attribut an eine Datei, achtet dabei auf den Typ und konvertiert Werte entsprechend. (Haiku spezifisch)
alert Zeigt ein Mitteilungfenster. (Haiku spezifisch)
arp Änderungen am ARP Cache.
awk Siehe gawk.
base64 Zur Standardausgabe Base64 kodieren/dekodieren.
basename Entfernt Verzeichnis und optional Dateiendung von einer /Pfad/zu/Dateinamen Zeichenkette.
bash Bourne-Again Shell.
bc Eine Rechen-Sprache mit belieber Genauigkeit.
beep Gibt einen Klang aus.
bunzip2 Siehe bzip2.
bzip2 Blöcke-sortierender Datei-Komprimierer.
c++ C++ Kompiler.
cal Zeigt einen Kalender.
cat Hängt Dateien aneinander und leitet das Ergebnis zur Standardausgabe.
catattr Gibt den Inhalt eines Attributs einer Datei aus. (Haiku spezifisch)
cc C Kompiler.
checkfs Überprüft und repariert das Dateisystem. (Haiku spezifisch)
checkitout Lädt Sourcecode mittels der Repository URL herunter.
chgrp Ändert die Gruppen-Rechte von Dateien.
chmod Ändert die Zugriffsrechte von Dateien.
chop Teilt eine Datei in mehrere kleinere Dateien.
chown Ändert Besitzer- und Gruppen-Rechte von Dateien.
chroot Ändert das Root-Verzeichnis für einen Prozess.
cksum Gibt die CRC Checksumme einer Datei und Größe in Bytes aus.
clear Löscht den Inhalt des Terminal Fensters.
clockconfig Gibt die Zeiteinstellungen aus.
cmp Vergleicht Dateien Byte-für-Byte.
collectcatkeys [Überbleibsel des ursprünglichen Locale Kit.]
comm Vergleicht sortierte Dateien Zeile-für-Zeile.
compress Daten-Komprimierer.
consoled Konsolen Daemon.
copyattr Kopiert einige oder alle Attribute einer oder mehrerer Dateien zu einer bestehenden oder neuen Datei. (Haiku spezifisch)
cp Kopiert Dateien und Verzeichnisse.
csplit Teilt eine Datei anhand eines vorgegebenen Musters in mehrere kleinere Dateien.
ctags Erzeugt eine Indexdatei für eine Anzahl von Sprachobjekten, die in Dateien gefunden wurden.
cut Gibt Teile jeder Zeile einer Datei aus.
date Zeigt Zeit und Datum oder stellt sie ein.
dc Ein Taschenrechner.
dd Kopiert Rohdaten und formattiert und konvertiert sie dabei anhand von Operanden.
desklink Installiert Objekte in der Deskbar. (Haiku spezifisch)
diskimage Registriert eine Datei als "Festplatte", die dann eingehängt werden kann. (Haiku spezifisch)
df Zeigt den freien und belegten Platz eingehängter Partitionen.
diff Vergleicht Dateien Zeile-für-Zeile.
diff3 Vergleicht drei Dateien Zeile-für-Zeile.
dircolors Farbeinstellungen für ls.
dirname Entfernt den Dateinamen von einer /Pfad/zu/Dateinamen Zeichenkette.
draggers Zeigt oder setzt den Sichtbarkeit der Replikanten-Symbole.
driveinfo Zeigt Hardware Informationen.
dstcheck Zeigt das Hinweisfenster, das beim Wechsel von Sommer- und Winterzeit erscheint.
du Zeigt den Platzverbrauch aller Dateien, inklusive Unterverzeichnisse.
dumpcatalog [Überbleibsel des ursprünglichen Locale Kit.]
echo Gibt eine Textzeile aus.
egrep Siehe grep.
eject Wirft ein Wechselmedium aus.
env Startet ein Programm in einer veränderten Umgebung.
error Zeigt die textliche Fehlermeldung für eine Fehlernummer.
expand Konvertiert Tabulatoren zu Leerzeichen.
expr Gibt den Wert eines Ausdrucks aus.

F

factor Gibt die Primzahlfaktoren ganzer Zahlen aus.
false Tut nichts, signalisiert "falsch" und gibt den Wert "1" zurück.
fdinfo Zeigt Informationen zu den vom System benutzten "File Descriptors" an.
ffm Aktiviert den Modus "Focus follows mouse", bei dem immer das Fenster aktiv ist, über dem der Mauszeiger steht.
fgrep Siehe grep.
filepanel Öffnet einen Öffnen- oder Speicher-Dialog. (Haiku spezifisch)
find Sucht nach Dateien in einer Verzeichnisstruktur.
finddir Gibt besondere, vom System definierte, Verzeichnisse aus.
fmt Formattiert Absätze einer Datei neu.
fold Sorgt für einen Zeilenumbruch in einer Datei.
fortune Gibt einen zufälligen, hoffentlich interessanten, Sinnspruch aus.
frcode Wird von updatedb benutzt um die Liste mit Dateinamen zu komprimieren.
freetype-config Zeigt Informationen über FreeType's Kompilierung und Verlinkung.
fstrim Sendet einen TRIM Befehl zu einem SSD Laufwerk.
ftp Programm zur Datenübertragung per FTP.
ftpd FTP Daemon.
funzip Entpackt das erste Objekt eines Archivs und gibt es zur Standardausgabe aus.
fwcontrol FireWire Steuerprogramm.
gawk Sprache zur Mustererkennung und Verarbeitung.
gdb GNU Debugger.
getlimits Zeigt die plattformspezifischen Limits in einem für Skripte nutzbaren Format.
grep Sucht nach Mustern.
groups Zeigt die Grupopenzugehörigkeit aller Benutzer.
gunzip Siehe gzip.
gzexe De/Komprimiert ausführbare Dateien.
gzip De/Komprimiert Dateien.
hd Gibt eine Datei als Hex Werte aus.
head Gibt die ersten Zeilen einer Datei aus.
hey Ein kleines Tool, um GUI Anwendungen zu skripten.
hostname Zeigt oder setzt den Hostnamen des Systems.
id Gibt Informationen zu Benutzer und Gruppen aus.
ident Findet RCS Keywords in einer Datei.
ifconfig Konfiguriert eine Netzwerk Schnittstelle.
install Kopiert Systemdateien ohne das laufende System zu stören.
install-wifi-firmwares.sh Installiert die Firmware für eine Reihe von WLAN-Karten.
installsound Installiert ein neues Klangereignis im Sounds Einstellungsfenster.
iroster Zeigt alle Eingabegeräte.
isvolume Zeigt Informationen einer eingehängten Partition.
join Kombiniert jeweils ein Zeilenpaar mit identischen Join Feldern zu einer Zeile und gibt sie aus.

indexK

kernel_debugger Wechselt in den Kernel Debugger.
keymap Lädt oder speichert eine Tastaturbelegungs-Datei.
kill Sendet ein Signal um einen Prozess zu beenden.
less Zeigt eine Datei an.
lessecho Gibt übergebene Argumente aus und erweitert Meta-Symbole wie * und ? in Dateinamen.
lesskey Tastatureinstellungen für less.
link Erzeugt eine Verknüpfung zu einer Datei.
linkcatkeys [Überbleibsel des ursprünglichen Locale Kit.]
listarea Zeigt Informationen über den Speicherbereich aller laufenden Teams.
listattr Listet alle Attribute einer Datei auf. (Haiku spezifisch)
listdev Listet alle Geräte auf.
listimage Zeigt Informationen zu den Speicherabbildern aller laufenden Teams.
listport Listet alle offenen Ports im System, sortiert nach Team.
listres Zeigt die Ressourcen von Dateien an.
listsem Listet die Semaphoren, die von einem Team belegt sind.
listusb Listet alle USB-Geräte auf.
ln Erzeugt eine Verknüpfung zu einer Datei.
locale Zeigt die momentane eingestellte Sprache, ihren LC_CTYPE und die Formattierungseinstellung.
locate Findet eine Datei.
logger Sendet eine Nachricht zum System Log.
login Startet eine Sitzung auf dem System.
logname Gibt den Namen des aktuellen Benutzers aus.
ls Listet den Inhalt eines Verzeichnisses.
lsindex Listet die indizierten Attribute auf einer Partition. (Haiku spezifisch)
mail2mbox Konvertiert BeOS E-mail Dateien zu Unix mailbox Dateien.
make GNU Make Tool.
makebootable Macht die angegebene BFS Partition bootbar, indem es einen Bootcode in die ersten beiden Sektoren schreibt.
mbox2mail Konvertiert Unix mailbox Dateien zu BeOS E-mail Dateien.
md5sum Zeigt oder überprüft MD5 Checksummen.
merge Vereint drei Datei-Versionen.
message Gibt eine "flattened BMessage" Datei aus.
mimeset Setzt den MIME-Typ einer Datei.
mkdepend Makefile dependency generator.
mkdir Erzeugt ein Verzeichnis.
mkdos Initialisiert eine FAT Partition.
mkfifo Erzeugt eine Pipe mit einem bestimmten Namen.
mkfs Erzeugt ein Dateisystem.
mkindex Erzeugt einen neuen Index für ein Attribut. (Haiku spezifisch)
mktemp Erzeugt auf sichere Weise eine temporäre Datei oder Verzeichnis.
modifiers Zeigt die gerade (nicht) gedrückten Hilfstasten.
more Siehe less.
mount Hängt ein Dateisystem ein.
mount_nfs Hängt eine NFS Partition ein.
mountvolume Hängt eine Partition anhand ihres Namens ein.
mv Verschiebt eine Datei oder benennt sie um.
netcat Ein TCP und UDP Tool.
netstat Zeigt die aktuellen Netzwerkverbindungen, Routing Tabellen, Statistiken und Informationen zu Masquerading und Multicast.
nl Gibt jede Datei mit Zeilennummern aus.
nohup Führt einen Befehl aus, der Hangup Signale ignoriert.
nproc Gibt die Zahl der verfügbaren Recheneinheiten aus.
od Gibt eine eindeutige Darstellung einer Datei aus.
open Öffnet eine Anwendung oder ein Dokument von der Konsole aus. (Haiku spezifisch)

indexP

package Erzeugt, untersucht oder entpackt ein Haiku Paket.
package_repo Erzeugt oder untersucht eine Haiku Repository Datei.
passwd Ändert das Passwort des Benutzers.
paste Gibt durch einem Tab getrennte, korrespondierende Zeilen zweier Dateien aus.
patch Wendet eine Diff-Datei auf ein Original an.
pathchk Erkennt ungültige oder nicht portierbare Dateinamen.
pc Ein Taschenrechner für Programmierer.
ping Schickt ICMP-Echo-Request übers Netzwerk.
pkg-config Untersucht und konfiguriert ein Haiku Paket.
pkgman Verwaltet Pakete und Repositories.
play Spielt Tracks einer CD ab.
playfile Spielt Audio Dateien ab.
playsound Spielt Audio Dateien ab.
playwav Spielt WAV Dateien ab.
pr Erzeugt Seiten oder Spalten für den Druck.
printenv Gibt den Wert einer Umgebungsvariablen aus.
printf Formatiert Daten und gibt sie aus.
prio Ändert die Priorität eines Prozesses.
profile Analysiert die Performance eines laufenden Threads.
ps Zeigt alle laufenden Prozesse.
ptx Erzeugt aus den Wörter der Eingabedateien einen permutierten Index, einschließlich Kontext.
pwd Gibt das aktuelle Verzeichnis aus.
query Die Konsolen-Version von Trackers "Find by formula". (Haiku spezifisch)
quit Beendet eine Anwendung.
rc Ressource Kompiler.
readlink Gibt den Pfad zum Ziel einer symbolischen Verknüpfung aus.
reindex Nimmt Attribute bestehender Dateien in einen neu angelegten index auf. (Haiku spezifisch)
release Gibt eine Semaphore frei.
renice Ändert die Priorität eines laufenden Prozesses.
rlog Gibt Log-Einträge und andere Informationen zu RCS Dateien aus.
rm Entfernt Dateien und Verzeichnisse.
rmattr Entfernt ein Attribut von einer Datei. (Haiku spezifisch)
rmdir Entfernt Verzeichnisse.
rmindex Entfernt den Index eines Attributs. (Haiku spezifisch)
roster Zeigt Informationen über laufende Teams.
route Zeigt und ändert Netzwerk-Verbindungen.
safemode Zeigt ob das System im "Safemode" läuft.
screen_blanker Aktiviert den Bildschirmschoner.
screenmode Zeigt oder setzt den Bildschirmmodus.
sdiff Zeigt die Unterschiede zweier Dateien nebeneinander und ermöglicht eine Zusammenführung.
seq Gibt eine Zahlenreihe aus.
setdecor Zeigt oder aktiviert einen Dekorator.
setgcc Zeigt oder setzt die zu benutzende GCC Version.
settype Setzt den MIME Typ, Signatur und die bevorzugte Anwendung einer Datei.
setversion Zeigt die Version einer Datei.
setvolume Regelt die Lautstärke im System.
setwep Konfiguriert WEP Verschlüsselung für WLAN Netzwerke.
sh Siehe bash.
sha1sum Zeigt oder überprüft SHA1 Checksummen.
shar Erzeugt Shell-Archive.
shred Überschreibt eine Datei mehrmals.
shuf Gibt eine zufällige Permutation der eingegebenen Zeilen aus.
shutdown Fährt den Rechner herunter.
sleep Wartet für die angegebene Zeit in Sekunden.
sort Sortiert die übergebenen Dateien, hängt sie aneinander und gibt sie aus.
spamdbm Klassifiziert E-Mails als Spam oder nicht-Spam.
split Teilt Dateien in gleichgroße kleinere Dateien mit einem festgelegten Präfix.
stat Zeigt den Status von Dateien oder dem Dateisystem.
strace Verfolgt die Syscalls eines Threads oder Teams.
stty Zeigt oder setzt Terminal-Eigenschaften.
su Ändert die aktuelle Benutzer ID und Gruppenzugehörigkeit.
sum Gibt Checksumme und Blockanzahl von Dateien aus.
sync Erzwingt das Schreiben geänderter Blöcke auf Speichermedien und aktualisiert den Superblock.
sysinfo Zeigt Informationen zum System.

indexT

tac Hängt Dateien aneinander, beginnend mit der letzten Zeile, und gibt sie aus.
tail Gibt die letzten zehn Zeilen einer Datei aus.
tcpdump Zeigt den Datenverkehr im Netzwerk.
tcptester [nicht mehr in Verwendung]
tee Schreibt Daten von der Standardeingabe in eine Datei oder hängt sie an.
telnet Schnittstelle zum Telnet Protokoll.
telnetd Telnet Daemon.
test Vergleicht Werte und Dateien.
timeout Führt einen Befehle aus und beendet ihn nach einer vorgegebenen Zeit in Sekunden, falls er dann noch läuft.
top Zeigt alle gerade laufenden Threads und die CPU-Auslastung.
touch Ändert den Zeitstempel einer Datei.
tput Initialisiert ein Terminal oder fragt die terminfo Datenbank ab.
tr Tauscht oder ersetzt Zeichen oder fasst gleiche Zeichen zusammen, die von der Standardeingabe kommen.
traceroute Zeigt den Weg von Datenpaketen im Netzwerk.
translate Benutzt DataTranslators um Dateiformate zu konvertieren.
trash Wirft Dateien in den Mülleimer (Trash) oder holt sie von dort wieder.
true Tut nichts, signalisiert "Erfolg" und gibt den Wert "0" zurück.
truncate Verkleinert oder Vergrößert die eine Datei.
tsort Führt eine topologische Sortierung durch.
tty Gibt den Dateinamen des mit der Standardeingabe verbundenen Terminals aus.
uname Zeigt System Informationen.
unchop Stellt eine Datei wieder her, die zuvor mittels chop geteilt wurde.
unexpand Konvertiert Leerzeichen zu Tabulatoren.
uniq Filtert benachbarte gleiche Zeilen aus der Standardeingabe und gibt sie aus.
unlink Führt die "unlink" Funktion aus, um eine Datei zu entfernen.
unmount Hängt eine Partition aus.
unrar Entpackt ein rar Archiv.
unshar Entpackt ein shar Archiv.
untrash Siehe trash.
unzip Entpackt ein zip Archiv.
unzipsfx Macht bestehende zip Archive selbst-entpackend.
updatedb Aktualisiert eine Lokalisierungs-Datenbank.
uptime Zeigt Datum und Uhrzeit, sowie die verstrichene Zeit seit dem Systemstart.
urlwrapper Packt Konsolen- und andere Programme, die das nicht selbst unterstützen, in einen URL MIME Typ.
useradd Erstellt einen neuen Benutzer.
uudecode Dekodiert eine uuencodierte Datei.
uuencode Kodiert eine Datei so, dass sie per Email verschickt werden kann.
vdir Zeigt Informationen zu Dateien.
version Zeigt die Version einer Datei.
vmstat Zeigt Informationen zum virtuellen Speicher.
waitfor Wartet bis ein bestimmter Thread auftaucht. (Haiku spezifisch)
watch Führt ein Programm in regelmäßigen Abständen aus.
wc Gibt die Anzahl von Absätzen, Wörtern und Buchstaben (Bytes) einer Datei aus.
wget Tool zum Download via HTTP, HTTPS oder FTP
which Findet einen Befehl.
whoami Gibt den Benutzernamen zusammen mit der gerade aktiven ID aus.
xargs Erzeugt aus der Standardeingabe Befehlszeilen und führt sie aus.
xres Zeigt und ändert Ressourcen.
yes Gibt eine Zeichenfolge solange aus bis der Prozess abgebrochen wird.
zcat Siehe gzip.
zcmp Siehe zdiff.
zdiff Vergleicht komprimierte Dateien.
zforce Erzwingt eine '.gz' Endung für gzip Archive.
zgrep Sucht in eventuell komprimierten Dateien nach Mustern.
zip Fügt Objekte einem zip Archiv hinzu, oder ersetzt die darin bereits bestehenden.
zipcloak Verschlüsselt alle nicht-verschlüsselten Objekte eines zip Archivs.
zipgrep Durchsucht Objekte eines zip Archivs nach Zeichenketten oder Mustern.
zipinfo Siehe unzip.
zipnote Zeigt die Kommentare in einem zip Archiv.
zipsplit Teilt ein zip Archiv in kleinere Teile.
zmore Wie more, nur arbeitet es mit dem entpackten Inhalt einer komprimierten Datei.
znew Re-Komprimiert .Z Dateien zu .gz (gzip) Archiven.
-
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/magnify.html b/docs/userguide/userguide/de/applications/magnify.html deleted file mode 100644 index 9d8f806624..0000000000 --- a/docs/userguide/userguide/de/applications/magnify.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
- -

magnify-icon_64.pngLupe

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Magnify
Einstellungen:~/config/settings/Magnify_prefs
-


-

Lupe stellt den Bildschirmbereich unter dem Mauszeiger vergrößert dar.

-magnify.png -

Im Programmfenster oben stehen die Größe des angezeigten Bereichs und der Vergrößerungsgrad. "32 x 32 @ 8 Pixel/Pixel" bedeutet, man sieht einen 32 x 32 Pixel großen Bereich unter dem Mauszeiger und jedes Pixel ist um den Faktor 8 vergrößert.

-

Darunter ist die Farbe des Pixels angegeben, der rot umrandet dargestellt ist. Sie wird nach dem RGB-Schema und in HEX angegeben.
Die rote Umrandung kann mit / / / verschoben werden.

-

Zum Ausrichten und Messen von Entfernungen können bis zu zwei blaue Fadenkreuze mittels ALT H angezeigt werden. Deren X/Y-Koordinaten bezogen auf die linke obere Ecke und - wenn zwei angezeigt werden - die Entfernung der beiden zu einander werden am unteren Rand des Programmfensters angezeigt.
-Das jeweils aktivierte, durch ein X markierte der beiden kann mit / / / verschoben werden.

-

Der Mauszeiger kann über die Tastenkombination OPT / / / verschoben werden.

-

Das Auswahlmenü oben rechts enthält mehrere Einträge:

- - - - - - - - - - - - - - -
Bild speichernALT O Die aktuelle Darstellung wird als "Resource"-Datei gespeichert.
Bild kopierenALT C Die aktuelle Darstellung wird in die Ablage kopiert.
Infos aus-/einblendenALT T Die Informationen im Programmfenster oben und unten werden ein/ausgeblendet.
Fadenkreuz hinzufügenALT H Fügt ein von maximal zwei blauen Fadenkreuzen hinzu.
Fadenkreuz entfernenALT SHIFT H Entfernt das zuletzt hinzugefügte blaue Fadenkreuz.
Gitter aus-/einblendenALT G Hier kann das angezeigte Gitternetz ein/ausgeschaltet werden.
Bild einfrieren/freigebenALT F Wenn die Maus bewegt wird, ändert sich automatisch der angezeigte Bereich; dies kann hiermit verhindert werden.
Koordinaten einfrierenALT I Der angezeigte Bildschirmbereich wird bei Mausbewegung aktualisiert, die angezeigten Koordinaten verbleiben jedoch auf ihrem ursprünglichen Wert.
Quadratisches FensterALT / Nach einer manuellen Änderung der Fenstergröße wird hiermit wieder ein quadratischer Darstellungsbereich eingestellt.
Fenster verkleinernALT - Der Darstellungsbereich wird verkleinert.
Fenster vergrößernALT + Der Darstellungsbereich wird vergrößert.
Pixel verkleinernALT , Verringert die Vergrößerung.
Pixel vergrößernALT . Steigert die Vergrößerung.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/mail.html b/docs/userguide/userguide/de/applications/mail.html deleted file mode 100644 index ebeaf4fdae..0000000000 --- a/docs/userguide/userguide/de/applications/mail.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
- - - - -
Index
E-mails lesen
- Neue E-mails verfassen
- Einstellungen
- -

mail-icon_64.pngE-Mail

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Mail
Einstellungen:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objekte in diesem Ordner erscheinen im Kontextmenü der Mailbox in der Deskbar
-~/config/settings/Mail/signatures/ - Speicherort von Signaturen
-~/config/settings/Mail/status/ - Speicherort für eigene Status
-


-

Mail ist Haikus Standardprogramm zum Lesen und Verfassen von E-mails. Mit dem eigentlichen Abrufen und Versenden hat Mail nichts zu tun. Das geschieht mit dem mail_daemon, der mit den E-mail Einstellungen konfiguriert wird.

-

Diese Seite gibt nur einen allgemeinen Überblick über die Anwendung Mail. Tips wie man mit E-mail unter Haiku umgeht, stehen im Workshop zur E-mail-Verwaltung.

-

-index -E-mails lesen

-

Ein Doppelklick öffnet eine E-mail-Datei in Mail. Dessen Oberfläche ist recht einfach aufgebaut:

-email-read.png -

Ganz oben befindet sich ein Menü und optional eine Werkzeugleiste, darunter die interessanten Attribute einer E-mail (Von, An, Betreff, Datum), und dann der eigentliche Inhalt der E-mail. Sollte der Text mit seltsamen Zeichen oder gar nicht erscheinen, kann man versuchen eine andere Kodierung aus dem entsprechenden Menü zu wählen.

-

Wurden Dateien als Anhänge verschickt, sind diese am Ende der Nachricht gelistet. Per Rechtsklick lässt sich ein Anhang speichern... oder Anhang öffnen. Natürlich kann ein Anhang auch per Drag & Drop direkt auf dem Desktop oder in ein anderes Trackerfenster abgelegt werden.

-

Weil die meisten Befehle in Menü und Werkzeugleiste selbsterklärend sind, nachfolgend nur das Wichtigste.

-

-indexDatei

-

Wird das Fenster einer neuen E-mail geschlossen, wechselt dessen Status normalerweise von "New" ("Neu") auf "Read" ("Gelesen"). Mit den Untermenüs von Schließen und... lassen sich jedoch auch beliebige andere Status setzen. Dort findet sich auch die Option Setzen auf..., um einen eigenen Status zu erstellen, der unter ~/config/settings/Mail/status/ gespeichert wird.

-

-indexBearbeiten

-

Von hier lassen sich Mails Einstellungen... (siehe weiter unten) und per Konten... das Fenster der E-mail Einstellungen öffnen.

-

-indexAnsicht

-

Die folgenden Optionen dürfte man wenn überhaupt nur selten brauchen:

- - - -
Kopfdaten anzeigenALT HZeigt die vollständigen Kopfdaten einer E-mail, um beispielsweise den Weg den eine E-mail genommen hat nachverfolgen zu können.
Originalformat anzeigenZeigt eine E-mail in ihrer ursprüngliche Form, also mit allen Kontrollzeichen und ohne Einfärbungen etwa von Zitaten oder URLs.
-

-indexNachricht

-

Die verschiedenen Möglichkeiten auf eine E-mail zu antworten bedürfen einer Erklärung.

- - - - -
AntwortenALT RDie Standardantwort an den Server, von dem die E-mail auch empfangen wurde.
ACHTUNG: Im Falle einer Nachricht von einer Mailingliste wird dadurch normalerweise zurück in die Mailingliste geantwortet, nicht nur zu der Person, die die Nachricht geschrieben hat!
Antwort an AbsenderOPT ALT RHierdurch wiederum, wird einzig und allein der Person geantwortet, die im "Vom" Attribut steht.
Allen antwortenSHIFT ALT RAntwortet dem ursprünglichen Absender, sowie allen weiteren Empfängern der Originalmail ("Kopie").
-
Markiert man vor dem Antworten einen Textabschnitt in der Original-Mail, wird nur dieser Text in der Antwort-Mail zitiert. So lassen sich einfach Zitat-Orgien eindämmen, die wohl niemand gern sieht...
-

DIe Befehle zum Weiterleiten, Nochmals senden und In neue Nachricht kopieren sind wieder ziemlich selbsterklärend.

-

Wurde eine E-mail aus einem Trackerfenster oder Query-Ergebnisfenster geöffnet, springt Vorherige Nachricht und Nächste Nachricht zur vorigen/nächsten E-mail in der Liste.

-

Im Untermenü von Adresse speichern werden alle E-mail Adressen aus den Kopfdaten und dem Text der E-mail gesammelt. Wird eine Adresse aus dem Menü gewählt, öffnet sich die Anwendung Kontakte, in der sich die Informationen vervollständigen und abspeichern lassen.

-

-indexQueries

-

Das funktioniert zur Zeit leider noch nicht. Geplant ist, dass sich mittels Queries alle ähnlichen E-mails anzeigen lassen, also beispielsweise alle vom selben Absender oder mit dem gleichen Betreff/Thread-Titel.

- -

-index -Neue E-mails verfassen

-

Mit dem Menüpunkt Nachricht verfassen oder dem entsprechenden Symbol aus der Werkzeugleiste lässt sich eine neue E-mail erstellen. Alternativ geht das auch, indem man einfach die E-mail Anwendung startet oder Nachricht verfassen... aus dem Kontextmenü des E-Mail-Dienst Symbols in der Deskbar wählt.

-email-write.png -

Das Fenster ist dem zum Lesen von E-mails sehr ähnlich. Das Menü und die Werkzeugleiste unterscheiden sich etwas und die Textfelder muss man natürlich selbst mit den Empfängerdaten wie E-mail-Adresse, Betreff und so weiter ausfüllen.

-

Alle Empfänger, die unter Kopie eingetragen werden, erhalten eine exakte Kopie der E-mail. Benutzt man "Kopie" anstatt die Empfänger alle direkt im "An" Feld zu listen, signalisiert man, dass man von diesen Personen nicht unbedingt eine Antwort erwartet und diese nur mitinformiert wurden.
-Eine Blindkopie macht praktisch das gleiche, nur dass die einzelnen Personen nicht sehen können wer noch auf der Empfängerliste steht.

-

Mehrere Empfänger lassen durch Kommas getrennt angeben. -An, Kopie und Blindkopie sind Menüs. Sie enthalten alle E-mail Addressen, die auf dem Rechner durch eine Query nach People Dateien gefunden werden. Durch ihr "Group" Attribut werden sie in Unterordner sortiert.

-

Nachfolgend wieder nur die wichtigsten Menüpunkte.

-

-indexDatei

-

Angefangene E-mails lassen sich Als Entwurf speichern, um sie später weiterschreiben zu können. Dazu lassen sie sich per Entwurf öffnen aus einem Untermenü aufrufen, das durch eine Query nach "Draft" (engl. für Entwurf) erzeugt wird.

-

-indexBearbeiten

-

Mit Zitieren und Zitatebene entfernen, bzw. ihren jeweiligen Tastenkombinationen ALT / , lässt sich die Anzahl der ">" Symbole am Anfang jeder zitierten Zeile ändern. Einfach etwas Text in allen Zeilen markieren, die "ent"-zitiert bzw. eine Zitatebene weiterrutschen sollen, und den entsprechenden Menüpunkt auswählen.

- -email-spellcheck.png - -

Rechtschreibung prüfen funktioniert momentan nur für englische Texte. Fehler werden in rot und kursiv dargestellt. -Ein Rechtsklick auf ein so markiertes Wort öffnet ein Kontextmenü mit Korrekturvorschlägen und der Möglichkeit das offenbar nicht erkannte Wort per Hinzu ins Wörterbuch aufzunehmen.

-

Dann wieder die Menüpunkte zum Öffnen von Mails Einstellungen... (siehe weiter unten) und per Konten... das Fenster der E-mail Einstellungen.

-

-indexNachricht

-

Mittels Signatur anhängen lässt sich ein vordefinierter Text ans Ende der E-mail hängen. Aus dem Untermenü kann eine Signatur gezielt oder Zufällig gewählt werden.

- -email-signature.png - -

Bestehende und neue Signaturen können per Signaturen bearbeiten... geändert oder angelegt werden. Es öffnet sich ein Fenster, in dem Text und Titel einer neuen Signatur eingegeben werden können. Dort kann man aus dem Signatur Menü Signaturen Öffnen oder die aktuell geladene Speichern oder Löschen. Signaturen sollten unter ~/config/settings/Mail/signatures gespeichert werden.

-

Mit Anhang anfügen... und Anhang entfernen lassen sich Dateien an die E-mail anhängen und wieder entfernen. Man kann Dateien auch direkt aus einem Tracker-Fenster in eine E-mail ziehen. Man sollte sie allerdings im Kopfdaten-Bereich (An/Von/Betreff oben im Fenster) fallen lassen, sonst werden sie in als Inhalt in die E-mail eingefügt, falls es sich um Textdateien handelt.

- -email-attachments.png - -

Dateianhänge werden direkt unter den Kopfdaten angezeigt. Eine Datei kann per Kontextmenü entfernt werden oder indem man es markiert und ENTF drückt.

- -

-indexQueries

-

Das funktioniert zur Zeit leider noch nicht. Geplant ist, dass sich mittels Queries alle ähnlichen E-mails anzeigen lassen, also beispielsweise alle mit dem selben Empfänger oder mit dem gleichen Betreff/Thread-Titel.

- -

-index -Einstellungen

-email-preferences.png -

Mails Einstellungen sind zweigeteilt:

-

-indexProgrammoberfläche

- - - - - - - -
WerkzeugleisteEnthält Optionen Beschriftungen unter den Symbolen zu zeigen oder die Werkzeugleiste ganz auszublenden.
SchriftartLegt die Schriftart für den Inhalt von E-mails fest.
GrößeLegt die Schriftgröße fest.
Farbige ZitateFärbt Zitatebenen unterschiedlich ein.
RechtschreibprüfungDe/Aktiviert die Rechtschreibprüfung beim Start.
Nachrichten automatisch als gelesen markierenSchließt man eine E-mail mit dem Status "New" ("Neu"), kann sie automatisch als "Read" ("Gelesen") gekennzeichnet werden.
- -

-indexNachrichten

- - - - - - - - - -
StandardkontoHat man mehrere E-mail-Konten, lässt sich hier festlegen vom welchem aus neue E-mails standardmäßig verschickt werden.
Konto zum BeantwortenFür der Antwort auf eine E-mail kann entweder immer das Standardkonto benutzt werden, das im Menü darüber festgelegt wird, oder das Konto der Nachricht, bei dem die E-mail immer von dem Konto aus geschickt wird, auf dem auch die Originalnachricht eintraf.
Einleitung bei AntwortenDieser Textbaustein wird dem zitierten Text in einer Antwort-Mail vorangestellt. Dabei können diverse Variablen aus dem Menü neben dem Textfeld benutzt werden. Aus: "Hallo %n!\n\nAm %d hast Du folgendes geschrieben:\n" ergibt sich beispielsweise folgendes:: -
Hallo Prof. Hänsch!
-
-Am Mon, 18 Jan 1998 02:55:16 +0800 hast Du folgendes geschrieben:
-> also vielen Dank nochmals für die Idee mit den gekoppelten Lasern für die Spektroskopie.
-> ...und dann folgt der ganze Rest des Zitats...
Automatische SignaturFügt ans Ende jeder E-mail automatisch eine Signatur.
ZeichenkodierungLegt die standardmäßige Zeichenkodierung fest.
Warnung bei nicht-kodierbaren ZeichenEnthält eine E-mail Zeichen, die mit der aktuellen Zeichenkodierung nicht dargestellt werden können, kann man hier einstellen davon gewarnt zu werden. Dadurch erhält man Gelegenheit die Kodierung vor dem Senden zu ändern; ansonsten werden die nicht-kodierbaren Zeichen durch Rechtecksymbole ersetzt,
ZeilenumbruchFügt alle 76 Zeichen einen Zeilenubruch ein, um E-mails leserlicher zu machen.
Attribute von AnhängenNeben den Anhängen selbst können auch deren BFS Attribute mitversendet werden. Das ist schön für andere Haiku-Benutzer, weil sie dadurch eine vollständige Datei erhalten (man dneke an Künstler-, Album-, Titel-Attribute von MP3-Dateien). Es könnte bei allen anderen jedoch zu Verwirrung (oder gar Misstrauen) führen, wenn sie sich wundern was wohl diese "BeOS Attribute" sein könnten...
-Entscheidet man sich gegen den Versand von Dateiattributen, darf man nicht vergessen die Dateien vorher per ZIP zu packen, sonst gehen alle BFS-Attribute verloren.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/de/applications/mediaplayer.html b/docs/userguide/userguide/de/applications/mediaplayer.html deleted file mode 100644 index 26b2b91fda..0000000000 --- a/docs/userguide/userguide/de/applications/mediaplayer.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - Media-Player - - - - - - - - -
-
- -

mediaplayer-icon_64.pngMedia-Player

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/MediaPlayer
Einstellungen:~/config/settings/MediaPlayer
-


-

Media-Player ist die Standardanwendung zum Abspielen aller Audio- und Videodateien. Da es auf ffmpeg basiert, werden eine Unmenge an verbreiteten Formaten unterstützt. Die einfache Oberfläche enthält alle Bedienelemente, die man so erwartet:

-mediaplayer.png -

Mit dem Zeiger auf dem Fortschrittsbalken lässt sich schnell zur gewünschten Position springen. Hält man den Mauszeiger über den Balken, wird die aktuelle und verbleibende Zeit für diesen Clip eingeblendet. Klicke auf die Zeitanzeige rechts davon, lässt sie zwischen Gesamtzeit, momentaner Zeit und Restzeit wechseln.
-Darunter befinden sich die üblichen Tasten um zum vorigen Clip zu springen, Wiedergabe/Pause, Stopp und um zum nächsten Clip zu springen. Daneben befindet sich ein Lautstärkeregler (das Lautsprechersymbol schaltet stumm) und eine Pegelanzeige.

- -

Wiedergabe von Audio- und Videodateien

-

Weil es keine Features gibt, die nur auf Audio zutreffen, geht's gleich weiter mit den allgemeinen bzw. Videofunktionen.

-mediaplayer-info.png -

Für alle Medien zeigt Datei Info... (ALT I) Informationen wie Spieldauer oder Details zu Audio/Video Track und den verwendeten Codecs der aktuellen Datei.

-

Die meisten der oft benutzten Befehle aus den Menüs stehen auch in einem Kontextmenü mittels Rechtsklick auf die Videofläche zur Verfügung. Praktisch vor allem im Vollbildmodus.
-Unter Video befinden sich Befehle, um das Fenster auf verschiedene Größen zu zoomen oder das Seitenverhältnis auf diverse Standardwerte erzwingen zu können. Für korrekt erstellte Dateien fährt man mit Stream-Einstellungen am besten.

-

Media-Player kann Untertitel im SRT Format darstellen. Damit sie unter Untertitel auftauchen, muss ihr Dateiname identisch zu der Videodatei sein, allerdings mit einem angehängten Sprachkürzel und der Endung ".srt" statt der Videoformat-Endung. Also:

-
DerFilm.avi
-DerFilm.Deutsch.srt
-DerFilm.English.srt
-DerFilm.Français.srt
-

Mehrere Audiotracks, meist für unterschiedliche Sprachen innerhalb einer Videodatei benutzt, finden sich im Audiospur Menü. Videospur bietet das entsprechend falls mehrere Videostreams vorhanden sind.

-

Mittels Vollbild mode (ALT RETURN oder F oder einen Doppel-Linksklick) lässt sich in den Vollbildmodus wechseln, Oberfläche ausblenden (ALT H oder ein Doppel-Rechtsklick) blendet Media-Players Fensterrahmen und Bedienelemente aus, und durch Immer im Vordergrund (ALT A) schwebt der Media-Player immer über allen anderen Fenstern.

- -

Playlisten

-

Media-Player | Playliste... (ALT P) öffnet ein Fenster mit allen Dateien die zur Wiedergabe anstehen. Ein Doppelklick auf einen Eintrag startet die Wiedergabe.

-mediaplayer-playlist.png -

Um weitere Dateien anzufügen, lässt man sie einfach über der Liste fallen und ändert ihre Position per Drag & Drop. Aus dem Bearbeiten Menü lässt sich eine Zufällige Reihenfolge erzeugen oder einzelne Einträge aus der Liste Entfernen (ENTF). Die eigentliche Datei lässt sich auch direkt von hier In Papierkorb verschieben (ALT T).

-

Natürlich lässt sich eine Playliste auch Speichern und später wieder Öffnen. Oder man startet die Wiedergabe gleich mit einem Doppelklick auf eine Playlist-Datei.

- -

Einstellungen

-

Am Verhalten des Media-Players lässt sich mit ein paar Einstellungen drehen:

-mediaplayer-settings.png -

Die ersten Optionen unter Wiedergabe sind ziemlich selbstsprechend. Wiedergabe automatisch starten, Fenster nach vollendetem Abspielen schließen, oder Clips in Endlosschleife spielen.

-

Es folgen Einstellungen zur Darstellung.
-Man kann Hardware-Overlay verwenden, falls verfügbar, was die CPU-Last senkt, aber nur für ein einziges Fenster möglich ist und auch erstmal vom Grafikkartentreiber unterstützt werden muss.
-Es lässt sich ein Zoom mit hoher Qualität einschalten (allerdings nicht im Overlay-Modus), was durch ein sehr schnelles Filtern Stufenbildung vor allem bei vergrößerter Darstellung und im Vollbildmodus mindert.
-Durch Bedienelemente im Vollbildmodus vergrößern werden die Bedienelemente etwas größer dargestellt, vielleicht sitzt man bei bildfüllendem Video ja etwas weiter weg vom Bildschirm.
-Dann folgen Optionen zur Untertitelgröße und Untertitelposition. Sie können Unten im Video eingeblendet werden, wodurch sie immer im Bild sind. Oder Unten im Fenster, was es erlaubt die Fensterhöhe so zu ändern, dass die Untertitel immer unten im schwarzen Balken erscheinen.

-

Die letzte Option bestimmen in welcher Lautstärke Clips abgespielt werden, deren Fenster gerade nicht im Vordergrund sind. Entweder alle spielen immer Volle Lautstärke, mit weniger nervende Niedrige Lautstärke oder ganz Stumm geschaltet.

- -

Tastenkürzel

-

Media-Player kennt einige nützliche Tastenkürzel um die Wiedergabe zu steuern ohne die Maus zu benutzen.

- - - - - - -
YVoriger Track
XWiedergabe
CPause
VStopp
BNächster Track
-

Diese Tasten sind den Funktionen der entsprechenden Bedienknöpfe zugeordnet. Es sind immer die Tasten unten rechts auf der Tastatur, das bedeutet sie sind unabhängig vom verwendeten Tastaturlayout. Die genannten Tasten entsprechen einer deutschen Standard-Tastatur.

- - - - - - - - - - - - -
/ Rückwärts/Vorwärts spulen
SHIFT / 10 Sekunden rückwärts/vorwärts springen
ALT / 30 Sekunden rückwärts/vorwärts springen
/ Leiser/Lauter
ALT / Nächster/Voriger Track
LEERTASTEWiedergabe/Pause umschalten
ALT RETURNVollbild-Modus umschalten (auch durch Doppelklick ins Bild oder F oder TAB Taste)
ALT SHIFT 0 / 1 / 2 / 3Ändert das Seitenverhältnis zu Stream-Einstellungen (wie das Video kodiert wurde), Seitenverhältnis nicht korrigieren (bildet die Pixel 1:1 auf dem Bildschirm ab), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/midiplayer.html b/docs/userguide/userguide/de/applications/midiplayer.html deleted file mode 100644 index 63b306f009..0000000000 --- a/docs/userguide/userguide/de/applications/midiplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
- -

midiplayer-icon_64.pngMidi-Player

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/MidiPlayer
Einstellungen:~/config/settings/MidiPlayerSettings
-


-

Wie der Name schon verrät, dient der MidiPlayer zum Abspielen von Midi-Dateien. Midi-Dateien sind insofern besonders, als sie nicht digitalisierte und irgendwie kodierte Musik enthalten, sondern nur eine Beschreibung von ihr: Halte diese Note für soundso lang mit dieser Lautstärke und benutze dafür Instrument X.
-Während die so zustande kommenden Dateien sehr klein sind, folgt daraus auch, dass sich das Ergebnis je nach verwendeter Instrumentenbibliothek (der "SoundFont") stark unterscheidet. Diese SoundFont-Dateien sind meistens recht groß; um so größer, je höher die Qualität und Anzahl der Instrumenten-Samples ist.

-

Haiku kommt ohne vorinstallierte SoundFonts, weil sie so groß sind und sie nur relativ wenige Leute wirklich brauchen. Und die, die tatsächlich welche einsetzen, besitzen meist schon einen eigenen SoundFont hochwertiger Instrumente. Um aber zumindest irgendwas zu hören, kann ein frei verfügbarer mit einem optionalen Paket installiert werden. Im Terminal schreibt man dazu: installoptionalpackage TimGMSoundFont

-

Um einen anderen SoundFont zu benutzen, legt man eine Verknüpfung auf ihn in /boot/system/data/synth an und nennt sie big_synth.sy.

-midiplayer.png -

Die Oberfläche des MidiPlayers ist sehr einfach gehalten. Wird eine Midi-Datei doppelgeklickt oder auf dem Fenster fallen gelassen, beginnt automatisch die Wiedergabe. Mit einem Regler wird die Lautstärke geändert und aus einem Hall Menü lassen sich Effekte zuschalten. Zur Visualisierung kann eine Wellenform oben im Fenster angezeigt werden.

- -
-
- - - diff --git a/docs/userguide/userguide/de/applications/packageinstaller.html b/docs/userguide/userguide/de/applications/packageinstaller.html deleted file mode 100644 index 35cf3d0d7e..0000000000 --- a/docs/userguide/userguide/de/applications/packageinstaller.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:kein Eintrag; wird über Doppelklick auf eine entspechende Datei aufgerufen.
Ort:/boot/system/apps/PackageInstaller
Einstellungen:keine
-


-
Diese Seite ist nur ein erster Entwurf, sie wird bestimmt irgendwann mal verbessert...
-

Der PackageInstaller ist ein Programm für die Installation von BeOS Paketen im PKG Format. Es besitzt eine einfach zu benutzende Oberfläche, mit der sich Pakete schnell installieren lassen.

-

Es startet automatisch wenn man Dateien mit der Endung .pkg öffnen will.

-packageinstaller.png -

Über das Hauptfenster gelangt man zu zwei Konfigurationen:

-
    -
  • Installationstyp (je nach Entwickler kann es mehr als die eine (Standard) Installationsoption geben)
  • -
  • Installationsort (es können nur ganze Partitionen oder Festplatten ausgewählt werden, keine eigenen Pfade)
  • -
-

Ein Klick auf "Installieren" startet Auspacken und Installation.

-packageinstaller-installer.png -

An dieser Stelle können Warnungen und Fehler auftauchen, die anzeigen welche Bibliotheken und Abhängigkeiten noch fehlen, bevor das Programm lauffähig ist. Möglicherweise müssen diese Pakete zuerst installiert werden, bevor das eigentliche Paket installiert werden kann.

-

Ist die Installation abgeschlossen, sollte die installierte Anwendung im Anwendungs-Menü der Deskbar erscheinen.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/pe.html b/docs/userguide/userguide/de/applications/pe.html deleted file mode 100644 index b66e199477..0000000000 --- a/docs/userguide/userguide/de/applications/pe.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Pe/Pe
Benutzerhandbuch:/boot/system/apps/Pe/Documentation/index.html
Einstellungen:~/config/settings/pe/*
-


-

Pe ist ein sehr umfangreicher Texteditor, dessen Syntax-Hervorhebung hauptsächlich auf Programmierer und für HTML-Dokumente zugeschnitten ist. Pe wurde von Maarten Hekkelmann programmiert und wird, seit dem es quelloffen ist, von Haiku-Entwicklern gepflegt. Eine detaillierte Beschreibung findet sich auf der Projekt Seite von Pe.

-

Eine Beschreibung des Funktionsumfangs ist auch lokal verfügbar.

- -
-
- - - diff --git a/docs/userguide/userguide/de/applications/people.html b/docs/userguide/userguide/de/applications/people.html deleted file mode 100644 index 7f1bf468bb..0000000000 --- a/docs/userguide/userguide/de/applications/people.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
- -

people-icon_64.pngKontakte

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/People
Einstellungen:~/config/settings/People_data
-


-

Kontakte ist eine einfache Kontaktverwaltung, die die Attribute von Haikus Dateisystem dazu nutzt, Adressen und andere Kontaktinformationen zu speichern. Jeder Kontakt ist dabei eine eigene "Person" Datei mit ihren Daten in getrennten Attributen. Sie alle sind indiziert und daher mittels Queries durchsuchbar.

- -people.png - -

Mit dem Group Attribut ganz unten, lässt sich eine Person einer oder mehreren Gruppen zuordnen. Das ist nützlich bei "Massenmailings" an eine Reihe von Leuten, die z.B. gemeinsam an einem bestimmten Projekt arbeiten. Das Drop-Down Menü enthält alle momentan existierenden Gruppen. Gehört eine Person zu mehreren Gruppen, werden deren Namen mit einem "," getrennt.

- -

Diese "Person" Dateien werden normalerweise im Ordner /boot/home/people/ abgelegt. Für eine Liste aller Kontakte öffnet man einfach seinen People Ordner und blendet sich die gewünschten Attribute ein. Benutzt man mehrere Verzeichnisse um seine Kontakte zu ordnen, kann man sie mittels einer Query alle in einem einzigen Fenster anzeigen lassen.

- -people-files.png - -

Diese Dateien verhalten sich wie jede andere: Man kann sie nach ihren Attributen sortieren (sogar mit einer sekundären Sortierfolge durch halten von SHIFT während des Klickens) und sie lassen sich natürlich entfernen, duplizieren und umbenennen. Sogar die Kontaktinformationen selbst lassen sich direkt bearbeiten: Ein Klick auf ein Attribut (oder ALT E) springt in den Editiermodus genau wie das auch beim Dateiumbenennen geschieht. In diesem Modus springt man mit TAB und SHIFT TAB von Spalte zu Spalte.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/poorman.html b/docs/userguide/userguide/de/applications/poorman.html deleted file mode 100644 index 038adb4219..0000000000 --- a/docs/userguide/userguide/de/applications/poorman.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
- -

poorman-icon_64.pngWebserver

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/PoorMan
Einstellungen:~/config/settings/PoorMan Settings
-


-

Webserver ist ein netter kleiner Webserver, der ausgesprochen einfach einzurichten ist. Er bietet natürlich keine so fortgeschrittenen Funktionen wie eine ausgewachsene Serversoftware; er ist schließlich, wie sein Systemname PoorMan schon sagt, ein Arme-Leute-Webserver.

-

Bei seinem ersten Start fragt Webserver nach dem Ordner, der im Netz publiziert werden soll. Wählt man hier Standard, wird dafür der Ordner /boot/home/public_html angelegt. Als Startseite muss hier eine HTML-Datei mit dem Standardnamen index.html liegen.

-

Webserver zeigt sich mit einer einfachen Konsole, die alle Aktivitäten aufzeichnet. Dazu eine Statusanzeige ob der Server läuft, welches Verzeichnis publiziert wird und einen Zugriffszähler. Mit Bearbeiten | Einstellungen... lassen sich die Einstellungen ändern: -

-

poorman.png

-

Das Einstellungsfenster besteht aus drei Reitern:

-

Im Website Reiter kann ein anderer zu publizierender Ordner oder eine andere Startseite angegeben werden oder festgelegt werden, dass die Dateiliste des Ordners übertragen werden soll, falls keine Startseite existiert.
-Im Log Reiter kann man die Aufzeichnung der Ereignisse in der Konsole de/aktivieren oder sie optional in eine eigene Datei umleiten.
-Im Erweitert Reiter lässt sich die maximale Anzahl gleichzeitiger Verbindungen einstellen.

-

Die Befehle in der Menüleiste des Konsolenfensters sind selbsterklärend. Mit ihnen lässt sich die Konsolenausgabe oder Teile davon speichern, die Konsolenaufzeichnung bzw. Log-Datei leeren, der Server starten und anhalten und der Zugriffszähler zurücksetzen.

- -
Um auszuprobieren, ob PoorMan funktioniert, kann man einfach mal /boot/Anwendungen/BePDF/docs/ als Ordner und index.html als Startseite einstellen. Dann springt man im Browser zur Adresse 127.0.0.1, also dem localhost.
- -
-
- - - diff --git a/docs/userguide/userguide/de/applications/screenshot.html b/docs/userguide/userguide/de/applications/screenshot.html deleted file mode 100644 index 850b840124..0000000000 --- a/docs/userguide/userguide/de/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Screenshot
-/bin/screenshot
Einstellungen:~/config/settings/screenshot
-


-

Bildschirmfotos können entweder mittels der DRUCK Taste oder durch Start der Screenshot Anwendung geschossen werden.

-

screenshot.png

-

Im Screenshot Fenster kann man sich entscheiden, ob man den gesamten Bildschirminhalt oder nur das aktuelle Fenster aufnehmen will und ob dabei auch der Fensterrahmen bzw. der Mauszeiger mitgenommen werden soll. Außerdem lässt sich eine Verzögerung einstellen, nach der ein Screenshot erstellt wird.

-

Darunter kann Name, Format und Speicherort festgelegt werden, mit dem der Screenshot gespeichert wird wenn auf Speichern geklickt wird. Anstatt eine Datei auf die Platte zu bannen, kann man per In Ablage kopieren auch einfach nur die Ablage benutzen und das Bild von dort direkt in eine andere Anwendung einfügen. Neue Aufnahme schießt ein neues Bildschirmfoto.

-

Die folgenden Tastaturkürzel sind möglich, da alle Einstellungen für den nächsten Screenshot beibehalten werden:

- - - - -
DRUCKSchießt ein Bildschirmfoto ohne Verzögerung und öffnet das Screenshot Fenster.
SHIFT DRUCKSchießt ein Bildschirmfoto "heimlich" (ohne das Screenshot Fenster zu öffnen), aber mit allen beim letzten Mal getroffenen Einstellungen.
STRG DRUCKSchießt auch ein "heimliches" Bildschirmfoto mit den letzten Einstellungen, speichert es jedoch nicht ab, sondern kopiert es nur in die Ablage.
-

-index -Screenshots aus dem Terminal

-

Eine spezielle screenshot Anwendung ist für den Einsatz im Terminal oder einem Skript gedacht.
-screenshot --help zeigt die vertrauten Optionen als Parameter:

- -
~> screenshot --help
-
-screenshot [OPTION] [FILE] Erstellt einen Screenshot vom aktuellen Bildschirminhalt
-
-FILE ist der optionale Ausgabepfad und Dateiname, der im "silent" Modus benutzt wird.
-Existiert bereits eine Datei mit diesen Namen, wird sie ohne Warnung überschrieben. Wird
-FILE nicht angegeben, wird der Screenshot mit dem Standardnamen im Home Verzeichnis
-des Benutzers gespeichert.
-
-OPTION
-  -m, --mouse           Nimmt den Mauszeiger mit auf
-  -b, --border          Nimmt den Fensterrahmen mit auf
-  -w, --window          Aufnahme des aktiven Fensters statt des gesamten Bildschirminhalts
-  -d, --delay=seconds   Aufnahmeverzögerung [in Sekunden]
-  -s, --silent          Macht den Screenshot, ohne das Anwendungsfenster zu öffnen
-  -f, --format=image    Legt das Bildformat fest
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Kopiert den Screenshot in die System-Ablage ohne das
-                        Anwendungsfenster zu öffnen
-
-Achtung: OPTION -b, --border funktioniert nur zusammen mit -w, --window
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/showimage.html b/docs/userguide/userguide/de/applications/showimage.html deleted file mode 100644 index 57220f06d8..0000000000 --- a/docs/userguide/userguide/de/applications/showimage.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
- -

showimage-icon_64.pngBildbetrachter

- - - - -
Deskbar:kein Eintrag; wird über Doppelklick auf eine entspechende Datei aufgerufen.
Ort:/boot/system/apps/ShowImage
Einstellungen:~/config/settings/ShowImage_settings
-


-

Im Bildbetrachter lassen sich Bilder in allen Formaten anzeigen, die durch Translatoren unterstützt werden. Neue Formate werden automatisch erkannt, sobald ihr Translator installiert wurde. So geschah das zum Beispiel für Haikus Vektoricon-Dateien, WonderBrush-Dateien oder als WebP-Bilder weitere Verbreitung fanden.
-Der Bildbetrachter bietet einige der wichtigsten Bearbeitungsmöglichkeiten, wie das Beschneiden, Drehen oder Spiegeln von Bildern und das Speichern in verschiedenen Formaten.

-

indexBilder anzeigen

-showimage-view.jpg -

Unter Ansicht lässt sich eine Diashow aller Bilder eines Ordners (oder dem Ergebnisfenster einer Query) starten und dafür eine Verzögerung zwischen 2 und 20 Sekunden einstellen.

-

Andere Befehle beziehen sich immer auf das aktuell dargestellte Bild (ohne die Fenstergröße zu ändern):
-Originalgröße zeigt das Bild mit einem Vergrößerungsfaktor von 100%.
-An Fenstergröße anpassen passt das Bild ins Fenster ein, z.B. nachdem das Bild gezoomt oder die Fenstergröße geändert wurde.
-Vergrößern und Verkleinern ändert die Ansicht in 10%-Schritten. Auch mit dem Mausrad lässt sich zoomen; ist ein Bild größer als das Fenster, lässt sich der Bildausschnitt mit der linken Maustaste verschieben.

-

Zwei Einstellungen gelten nicht nur für das aktuell dargestellte Bild, sondern bleiben auch erhalten wenn man mehrere Bilder durchsieht:
-Zoomen mit hoher Qualität wendet zur Bildverbesserung einen schnellen Filter an, um Stufeneffekte beim Zoom abzuschwächen.
-Auf Fenstergröße vergrößern zieht kleinere Bilder auf Fenstergröße auf.

-

Bilder lassen sich im Vollbild Modus darstellen, die Option Im Vollbild-Modus Dateinamen zeigen blendet den Dateinamen immer unten im Bild ein.

-

Mittels Werkzeugleiste zeigen werden die Bedienelemente aus- und eingeblendet:

-showimage-toolbar.png -

Von links nach rechts: Vorheriges Bild, nächstes Bild, Diashow (im Vollbildmodus), Auswahlmodus, Originalgröße, an Fenstergröße anpassen, vergrößern, verkleinern.

-

Die meisten der oft benutzten Befehle erscheinen beim Rechtsklick auf ein Bild auch in einem Kontextmenü. Das ist besonders praktisch im Vollbildmodus.

-

indexBilder durchsehen

-showimage-browse.jpg -

Nachdem ein Bild geöffnet wurde, kann man schnell alle anderen Bilder in dessen Ordner (oder Ergebnisfenster einer Query) durchsehen, indem man / oder / drückt. Dabei sieht man wie sich die markierte Datei im Tracker-Fenster mit verändert.

-

Es besteht die Möglichkeit schnell den Ordner des aktuellen Bilds zu öffnen und sogar zu dessen übergeordneten Ordner oder Unterordnern zu navigieren. Das funktioniert genauso wie das Navigieren per Untermenüs im Tracker, indem man auf den Info-Teil in der Statusleiste klickt, in dem Größe und Dateiformat des aktuellen Bilds angezeigt werden.

-

Unter Blättern findet sich eine andere Art von Bilder-Durchsehen: Einige Dateiformate, beispielweise TIFF, können mehrere Seiten in einer Datei unterbringen. Mit Befehlen wie Erste Seite und Letzte Seite lassen sich diese Seiten anspringen.

-

indexBilder bearbeiten

-showimage-edit.jpg -

Unter Bild finden sich einige für Bildbetrachter nötige Befehle zur Bildbearbeitung: Rotieren und Spiegeln von Bildern. Dabei werden die eigentlichen Bilddaten jedoch nicht verändert. Es wird lediglich ein Attribut an die Datei gehängt, damit sie beim nächsten Öffnen gleich automatisch gedreht oder gespiegelt angezeigt wird.

-

Als Hintergrund verwenden... öffnet das Einstellungsfenster für Hintergründe, um das aktuelle Bild als Hintergrund für Arbeitsflächen zu verwenden.

-

Manchmal möchte man ein Bild auch auf einen Ausschnitt beschneiden. Um den Schnittrahmen zu setzen, kann man unter Bearbeiten in den Auswahlmodus wechseln und mit der linken Maustaste einen Rahmen aufziehen. Den Wechsel in den Auswahlmodus kann man sich sparen, indem man einfach STRG gedrückt hält bevor man den Rahmen aufzieht (sonst würde man ja maximal den Bildausschnitt verschieben).
-Auswahl aufheben oder ESC lässt den Rahmen wieder verschwinden.

-

Das nächste Kapitel beschreibt wie man den so abgesteckten Bildausschnitt abspeichert.

-

indexBilder speichern und konvertieren

-

Mittels Speichern unter... aus dem Datei Menü, lässt sich ein Bild in einem beliebigen Format speichern, indem man das entsprechende Format aus dem Untermenü wählt und anschließend einen Namen vergibt.
-Besonders wenn das Tracker-Fenster mit dem Speicherziel bereits geöffnet ist, geht das meist noch schneller per Drag & Drop.

-showimage-dnd.jpg -

Auf diese Weise bringt man auch das oben beschriebene Beschneiden zum Abschluss. Entweder man zieht wie dort beschrieben einen Rahmen auf, oder benutzt Bearbeiten | Alles auswählen für das gesamte Bild. Dann klickt man in den Auswahlrahmen und zieht ihn auf den Desktop oder irgendein anderes Tracker-Fenster, um einen neuen Bildausschnitt im selben Format wie das Originalbild zu erstellen.

-

Das Speichern in einem anderen Format funktioniert genauso, nur verwendet man stattdessen die rechte Maustaste, wodurch beim Fallenlassen der Auswahl ein Kontextmenü erscheint aus dem das gewünschte Format zu wählen ist.

-

indexTastaturkürzel

-

Hier einige der nützlichsten Tastenkürzel:

- - - - - - - - - - -
/ Vorheriges Bild
/ Nächstes Bild
ENTFIn den Papierkorb verschieben
+Vergrößern
-Verkleinern
0Originalgröße (100% Zoom)
1An Fenstergröße anpassen
ALT RETURNWechsel in/aus Vollbildmodus (auch per Doppelklick)
STRGBei gedrückter STRG Taste lässt sich ein Auswahlrahmen aufziehen, ohne extra in den Auswahlmodus wechseln zu müssen.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/soundrecorder.html b/docs/userguide/userguide/de/applications/soundrecorder.html deleted file mode 100644 index b073a24e0e..0000000000 --- a/docs/userguide/userguide/de/applications/soundrecorder.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
Solange die Übersetzung dieser Seite noch nicht ganz fertig ist, erscheint für die noch fehlenden Teile die englische Version.
- -

soundrecorder-icon_64.pngAudiorekorder

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/SoundRecorder
Einstellungen:~/config/settings/???
-


-

Dieses Thema wurde noch nicht beschrieben. Wer daran arbeiten möchte, meldet sich bitte auf der Documentation Mailingliste.

- -
-
- - - - diff --git a/docs/userguide/userguide/de/applications/stylededit.html b/docs/userguide/userguide/de/applications/stylededit.html deleted file mode 100644 index c13d334191..0000000000 --- a/docs/userguide/userguide/de/applications/stylededit.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/StyledEdit
Einstellungen:keine
-


-

Haikus einfacher Texteditor schreibt reine Textdateien. Dennoch lassen sich gewisse Formatierungen mittels Dateiattributen verwenden, die in Haikus Texteditor dargestellt werden.

-stylededit.png -

Falls es interessiert, so sehen diese zusätzlichen Attribute aus, wenn man sie im Terminal mit listattr anzeigt:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Wie man sieht, sind sämtliche Möglichkeiten zur Formatierung im Menü von Texteditor vorhanden: Zeilenumbruch ("line wrapping (on/off)") und Ausrichtung ("alignment (left/center/right)"); beide in einem eigenen Attribut. In einem weiteren befindet sich Schriftart, Größe und Farbe jedes Zeichens.

-
Weil Attribute auf die Eigenschaften des BFS Dateisystems angewiesen sind, heißt das nicht nur, dass man unter anderen Betriebssystem ganz normale Textdateien vorfindet. Es bedeutet auch, dass die Formatierungen verloren gehen, wenn man die Datei auf einer nicht-BFS Partition ablegt. Die oben erwähnten Attribute verschwinden dadurch und es bleibt eine einfache Textdatei.
-

Auf alle Fälle ist es eine nette Idee, die Möglichkeit für bunten Text in unterschiedlichen Schriften und Größen zu haben, während es sich immer noch um eine reine Textdatei handelt. Damit ist zum Beispiel eine ReadMe.txt Datei von jeder Plattform aus in einer Konsole lesbar und hat immer noch ein bisschen Style, wenn man sie unter Haiku doppelklickt.

-

Die eigentliche Bedienung von Texteditor ist so einfach, dass sich eine Erklärung für jeden der banalen Menüpunkte erübrigt. Man schreibt einfach seinen Text runter, markiert die zu formatierenden Wörter und wählt die entsprechenden Einträge für Schrift, Größe und Farbe aus dem Schrift Menü. Zeilenumbruch und Ausrichtung aus dem Dokument Menü lassen sich nur auf die gesamte Datei anwenden.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/terminal.html b/docs/userguide/userguide/de/applications/terminal.html deleted file mode 100644 index ee693bcdf5..0000000000 --- a/docs/userguide/userguide/de/applications/terminal.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Terminal
Einstellungen:~/config/settings/Terminal
-~/config/settings/profile - ergänzen/ändern von Standardwerten, die in /boot/system/settings/etc/profile
-~/config/settings/inputrc - ergänzen/ändern von Standardwerten, die in /boot/system/settings/etc/inputrc definiert sind
-


-

Das Terminal ist Haikus Schnittstelle zur Bash, der "Bourne Again Shell".

-

Einige Anleitungen zum Arbeiten in der Konsole finden sich in Bash und Skripten. Außerdem werden im Kapitel Haikus Konsolenprogramme einige Haiku-spezifischen Befehle vorgestellt. Hier geht es um die Anwendung Terminal an sich.

- -

-index -Fenster und Reiter

-

Es können beliebig viele Terminals geöffnet werden. Entweder jedes in seinem eigenen Fenster - durch einfaches Starten, oder mit ALT N von einem bereits laufenden Terminal aus - oder man benutzt die Reiterfunktion vom Terminal und öffnet einen neuen Reiter mit ALT T.

-terminal.png -
-

Ein Doppelklick in den noch freien Teil der Reiterleiste öffnet einen neuen Reiter; ein Doppelklick auf einen Reiter öffnet einen Dialog zum umbenennen seines Titels. Es existieren diverse mit einem %-Zeichen beginnende Variablen, die mittels eines Tooltips erklärt werden wenn der Mauszeiger über dem Textfeld steht.
-Als Standard, %1d: %p, zeigt ein Reiter den aktuellen Ordner und per : davon getrennt, den Namen des gerade laufenden Prozesses (oder -- wenn nur die Bash selbst läuft, wahrscheinlich im Leerlauf wartend). Der obige Screenshot zeigt den ersten Reiter mit einer FTP-Sitzung im Desktop Ordner und einen zweiten Reiter im Leerlauf im home Ordner.
-Mittels Bearbeiten | Fenstertitel... kann der Fenstertitel des Terminals auf ähnliche Weise definiert werden.

-

Ein Rechtsklick auf einen Reiter öffnet ein Kontextmenü, um Reiter schließen oder Andere Reiter schließen oder wie durch Doppelklick Reiter umbenennen... zu können.

-

Ein Terminal-Fenster kann wie jedes andere Programmfenster in seiner Größe verändert werden. Es sind auch vorgegebene Einstellungen unter Einstellungen | Fenstergröße vorhanden. Mittels ALT RETURN kann in den Vollbildmodus (und zurück) geschaltet werden.

-

Alle Einstellungen, die direkt im Menü Einstellungen geändert werden, Fenstertitel, Fenstergröße, Kodierung oder Schriftgröße, bleiben durch in der aktuellen Sitzung erhalten. Will man diese Änderungen dauerhaft behalten, müssen sie im Panel Einstellungen... vorgenommen werden.

- -

index -Einstellungen

-

Einstellungen | Einstellungen... öffnet ein Fenster, um die Standardeinstellungen eines Terminals zu konfigurieren.

-terminal-settings.png -
-

Die meisten Einstellungen sind selbsterklärend.
-Lässt man den Maszeiger über den "Formeln" für Reiter- und Fenstertitel schweben, werden die verschiedenen Variablen durch einen Tooltip erklärt.
-Entweder verwendet man vordefinierte Farbschema wie Mitternacht oder Retro oder erstellt ein Schema Benutzerdefiniert, indem man die zu ändernde Farbe wählt (Text, Hintergrund, Cursor etc.) und den Farbregler darunter benutzt.

-

Es folgen noch ein paar weitere Einstellungen: Man kann einen Blinkenden Cursor haben und einstellen, dass Text heller statt fett gedruckt wird. Letzteres umgeht die manchmal unansehnliche Anzeige fetter Buchstaben im Terminal
-Wird die Option Beenden bestätigen, falls noch aktive Programme laufen aktiviert, erscheint eine Warnung wenn man ein Terminal-Fenster schließen möchte, in dem gerade noch ein Programm ausgeführt wird.

- - - - -
In Datei speichern... Hiermit lassen sich unterschiedliche Einstellungen in getrennten Profilen speichern, die bei einem Doppelklick ein entsprechend konfiguriertes Terminal starten.
Anfangswerte Setzt die Einstellungen auf die Werte zurück, die beim Start des Einstellungspanels aktiv waren.
Standardwerte Setzt alle Einstellungen auf die Standardwerte zurück.
-

-index -Tastaturkürzel

-

Eine Liste mit Tastaturkürzeln ist unter Abkürzungen und Tastenkombinationen aufgelistet.

-

Ein weiteres nettes Feature is eher eine Tasten & Maus-Kombination: Hält man ALT gedrückt, werden Pfade und URLs hervorgehoben, die sich unter dem Mauszeiger befinden. Ein Linksklick öffnet die Datei, Ordner oder Webseite. Ein Rechtsklick zeigt ein Kontextmenü zum Pfad kopieren oder Absoluten Pfad kopieren. Angenommen man befindet sich in /MyData/source/haiku/ und hat den Pfad generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit unter dem Mauszeiger, kopiert letzterer Menüpunkt den kombinierten, absoluten Pfad:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

Wird ALT SHIFT gehalten, wird ein Pfad nur von seinem Anfang bis zum Mauszeiger hervorgehoben.

-

Übrigens fügt ein Rechtsklick im Terminalfenster den Inhalt der Zwischenablage ein. In Kombination mit dem Kopieren von Teilen hervorgehobener Pfade, lassen sich so zügig verschachtelte Dateihierachien durchstreifen..

- -

-index -Personalisierung der Bash

-

Da die Bash aus der Unix-Welt stammt, gibt es unzählige Möglichkeiten sie anzupassen. Zwei davon sind für den Anwender besonders interessant: profile und inputrc
-Werden diese beiden Dateien im /boot/home/config/settings/ Verzeichnis angelegt, erweiteren oder ersetzen die Standardwerte, die in /boot/system/settings/etc/ festgelegt sind,

- -

profile

-

Die Datei profile wird jedes Mal geladen, wenn ein neues Terminal gestartet wird. Durch sie werden die verschiedensten Variablen und Verhalten innerhalb der Bash definiert. Im Internet findet man eine Unmenge an Dokumentation, die alle Möglichkeiten im Detail zeigt.

-

Der Haiku/BeOS Tipp-Server enthält einige Beispiele und Tipps, unter anderem:

- -

Noch mehr Tipps gibt es hier.

- -

inputrc

-

Die Datei inputrc kümmert sich um die Tastaturzuweisungen. Da Haiku aber bereits mit einer sinnvollen Voreinstellung eingerichtet ist, wird man hier wenig ändern müssen - außer man hat spezielle Bedürfnisse. In diesem Fall sei auf die GNU Readline Bibliothek im Internet verwiesen.

- -

-index -Tipps für das Arbeiten mit dem Terminal

-
  • Wird eine Datei aus einem Tracker-Fenster ins Terminal gezogen, so wird der Pfad zu dieser Datei an der aktuellen Cursor-Position eingefügt. Wird sie mittels der rechten Maustaste hineingezogen, gibt es mehrere Möglichkeiten zur Auswahl:

    - - - - - - -
    Pfad einfügen Fügt den Pfad zu dieser Datei ein.
    Zum Ordner wechseln Wechselt im Terminal zum Verzeichnis der Datei.
    Verknüpfung hier erstellen Im aktuellen Verzeichnis des Terminals wird eine Verknüpfung zu dieser Datei erstellt.
    Hierher verschieben Verschiebt die Datei in das aktuelle Verzeichnis im Terminal.
    Hierher kopieren Kopiert die Datei in das aktuelle Verzeichnis im Terminal.
  • -
  • Vom Terminal aus kann auch jede Datei mit ihrem bevorzugten Programm gestartet werden. Der Befehl hierfür ist open [Dateiname]. Dies funktioniert auch mit den Repräsentanten für das aktuelle (".") und übergeordnete ("..") Verzeichnis. Um also ein Tracker-Fenster mit dem aktuellen Verzeichnis zu öffnen wäre dies einzugeben:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/textsearch.html b/docs/userguide/userguide/de/applications/textsearch.html deleted file mode 100644 index c23f76d6a9..0000000000 --- a/docs/userguide/userguide/de/applications/textsearch.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:Kein Eintrag; wird normalerweise über das Tracker Add-on gestartet.
Ort:/boot/system/apps/TextSearch
Einstellungen:~/config/settings/TextSearch
-


-

TextSearch sucht nach Zeichenfolgen in Textdateien. Normalerweise wählt man dazu die Dateien oder Ordner aus, die durchsucht werden sollen und wählt TextSearch aus Trackers Add-on Kontextmenü.

- -textsearch.png - -

Im Textfeld oben wird der Suchbegriff eingegeben und die Suche per RETURN oder Klick auf Suchen gestartet. Ist die Option Treffer-Zeilen anzeigen aktiviert, werden die Suchergebnisse automatisch aufgeklappt und zeigen dann die Zeilennummern der Fundstellen in den Dateien, die den Suchbegriff enthalten.

- -

Nur ein paar kurze Erläuterungen zu den ansonsten sich selbst erklärenden Menüpunkten:

- - - - - - - - - - - - - - - - - -

Menü Datei

Neues FensterALT N Öffnet ein neues Fenster, um dieselben Dateien/Ordner nach einem neuen Begriff zu durchsuchen.
Ziel wählen...ALT FZum Ändern der Dateien oder Ordner, die durchsucht werden sollen.

Menü Aktionen

Auf Auswahl begrenzenALT T Entfernt alle Suchergebnisse aus der Liste, die nicht ausgewählt sind.
Auswahl öffnenALT OÖffnet die ausgewählten Dateien mit ihrer bevorzugten Anwendung (wie bei einem Doppelklick). Falls es sich um einen Texteditor handelt, der das unterstützt (wie Pe), lässt sich auch genau zu der Zeile der Fundstelle springen.
Dateien im Tracker zeigenALT KÖffnet die Speicherorte der gerade ausgewählten Dateien im Tracker.
Text in Ablage kopierenALT BKopiert die momentane Auswahl in die Ablage.

Menü Einstellungen

Mit Punkt beginnende Ordner ignorieren Nützlich wenn man sich in einer Unix-Umgebung bewegt, in der Verwaltungsdateien oft in ".Ordner" versteckt werden. Sourcecode Versionierungssysteme wie SVN und CVS sind Beispiele für Anwendungen, die das so machen und auch unter Haiku weit verbreitet sind.
Escape-Sequenzen benutzen TextSearch benutzt das Konsolenprogramm grep. Dazu müssen spezielle Zeichen wie '"*\$?! und Leerzeichen mit einem \ "escaped" werden. Deaktiviert man diese Option, heißt das, dass man das von Hand machen muss, im Gegenzug erhält man allerdings die mächtigen Möglichkeiten von Regulären Ausdrücken.
Nur Textdateien TextSearch ist momentan nur zur Suche von Begriffen in reinen Textdateien sinnvoll zu gebrauchen. Deaktiviert man diese Option, werden alle Arten von Dateien durchsucht.

Menü Historie

Enthält kürzlich benutzte Suchbegriffe.

Menü Kodierung

Erlaubt bei Bedarf verschiedene Zeichencodierungen.
-
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/tv.html b/docs/userguide/userguide/de/applications/tv.html deleted file mode 100644 index 88b7dc8be5..0000000000 --- a/docs/userguide/userguide/de/applications/tv.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Anwendungen
Ort:/boot/System/apps/TV
Einstellungen:~/config/settings/???
-


-

Dieses Thema wurde noch nicht beschrieben. Wer daran arbeiten möchte, meldet sich bitte auf der Documentation Mailingliste.

- -
-
- - - - diff --git a/docs/userguide/userguide/de/applications/vision.html b/docs/userguide/userguide/de/applications/vision.html deleted file mode 100644 index 346067d453..0000000000 --- a/docs/userguide/userguide/de/applications/vision.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/Vision/Vision
Einstellungen:~/config/settings/Vision/*
-


-

Vision ist ein IRC Client, der ursprünglich für das BeOS entwickelt wurde. Auf der Vision Webseite findet man Anleitung und Bugtracker.

-
In den Haiku Kanälen findet man in verschiedenen Sprachen Hilfe von anderen Benutzern und Entwicklern.
-Am besten besucht, ist der englischsprachige Kanal #haiku von irc.freenode.org.
-

Hier einige Tipps, vor allem für IRC-Neulinge:

-
    -
  • Such mal nach "IRC Regeln" um die grundsätzlichen Verhaltensregeln im Chat zu kennen. Die Seite IRC FAQ, Net(t)iquette, Regeln & Infos ist beispielsweise nicht schlecht.

  • -
  • Durch die Registrierung seines Nicknames kann man verhindern, dass andere damit Schabernack treiben. Außerdem ist es eine vertrauensbildende Maßnahme gegenüber den anderen Kanalbewohnern. Siehe dazu Freenode's FAQ.

  • -
  • In Haikus 'Sounds' Einstellungen kann man einen Klang angeben, der immer ertönt wenn der eigene Nick erwähnt wird. Schließlich hat niemand immer das Chat-Fenster im Blick. Beginnt man seine Eingaben mit dem Nicknamen der Person, die man anspricht, erhöht das die Chancen wahrgenommen zu werden. Wie das Terminal beherrscht Vision die Tab-Vervollständigung von Nicknamen, d. h. beginnt man die Eingabe eines Nicknames und drückt nach einigen Buchstaben die Tabulatortaste, vervollständigt Vision den Nicknamen mit dem ersten Treffer.

  • -
-

Hier eine Liste von Befehlen, die in Vision eingegeben werden können. Sie wurden mit Genehmigung von der Vision Webseite kopiert.

-

Die Syntax:

- - - - - - -
/BEFEHLder Befehl
<benötigt>ein benötigter Parameter
[optional]ein optionaler Parameter
|eine Oder-Verknüpfung
...weitere Parameter möglich
- -
    -
  • /ABOUT
    -Öffnet Visions "Über" Fenster.

  • - -
  • /ACRONYM [Wort]
    -Öffnet www.acronymfinder.com mit der für HTML bevorzugten Anwendung.

  • - -
  • /AWAY [Begründung]
    -Setzt den "Away" Status im aktuellen Netzwerk. Wird keine Begründung mit angegeben, wird er auf 'BRB' gesetzt ("be right back" - "Bin gleich zurück").

  • - -
  • /BACK
    -Setzt den Status im aktuellen Netzwerk zurück ("back" - "Bin zurück").

  • - -
  • /CLEAR
    -Leert den aktuellen Textpuffer.

  • - -
  • /CTCP <Username|Kanal> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Wendet den angegebenen CTCP Befehl auf einen User oder Kanal an.

  • - -
  • /DCC <CHAT> <Username>
    -Öffnet eine private DCC Chat Sitzung mit dem angegebenen Usern.

  • - -
  • /DCC <SEND> <Username> [Datei]
    -Schickt eine Datei an <Username>. Wird keine Datei angegeben, öffnet sich ein Auswahl-Dialog,

  • - -
  • /DEOP /DOP /DEVOICE <Username1> [Username2] ...
    -De-ops oder de-voices <Username(n)>.

  • - -
  • /DESCRIBE <Username> <Nachricht>
    -Wie /ME, aber es wird eine Anfrage an <Username> geöffnet.

  • - -
  • /DNS <Domäne/IP Adresse>
    -Löst die angegebene IP oder Domäne auf.

  • - -
  • /EXIT
    -Beendet Vision.

  • - -
  • /GAWAY [Begründung]
    -Wie /AWAY, aber für alle verbundenen Netzwerke.

  • - -
  • /GBACK
    -Wie /BACK, aber für alle verbundenen Netzwerke.

  • - -
  • /GOOGLE [Suchbegriff]
    -Öffnet www.google.com mit der für HTML bevorzugte Anwendung.

  • - -
  • /INVITE /I <Username> <Kanal>
    -Lädt <Username> in den <Kanal> ein.

  • - -
  • /JOIN /J <Kanal> [Kanal-Schlüssel]
    -Betritt den <Kanal>. Übergibt den [Kanal-Schlüssel], falls erforderlich.

  • - -
  • /KICK /K <Username> [Begründung]
    -Kickt <Username> aus dem aktuellen Kanal. Wird keine [Begründung] angegeben, wird die in den Einstellungen definierte benutzt.

  • - -
  • /KILL <Username> [Nachricht]
    -Der IRC Operator-Befehl um einen User aus dem Netzwerk zu werfen.

  • - -
  • /LIST
    -Öffnet ein neues Panel mit einer Liste aller Kanäle des aktuellen Netzwerks [außer versteckte Kanäle].

  • - -
  • /M
    -Zeigt die Kanal-Modi des aktuellen Kanals an.

  • - -
  • /M <+-ohvbeqa> <Username1> [Username2] ...
    -Wie MODE <Kanal> <Modi> <Username>, aber für den aktuellen Kanal.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Wie /MODE <Kanal> <Modi>, aber für den aktuellen Kanal.

  • - -
  • /ME <Text>
    -Anzeige: * {DeinNickname} <Text>.

  • - -
  • /MODE <Kanal> <+-ohvbeqa> <Username1> [Username2] ...
    -Setzt den Modus für <Username(n)> auf <Kanal>.
    -z. B. /MODE #Kanal +o Username
    -oder /MODE #Kanal +oo-o Username1 Username2 Username3

  • - -
  • /MODE <Kanal> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Setzt den Modus von <Kanal> (die Kommas dienen nur zur optischen Trennung).
    -z. B. /MODE #Kanal +ms.

  • - -
  • /MSG <Username> <Nachricht>
    -Schickt eine <Nachricht> an <Username>.

  • - -
  • /NAMES
    -Listet alle Kanäle und alle User des Netzwerks im Netzwerkpanel auf (Achtung: damit sollte man vorsichtig sein).

  • - -
  • /NAMES <Kanal>
    -Listet alle User in <Kanal>.

  • - -
  • /NICK <neuer-Username>
    -Ändert den Usernamen zu <neuer-Username>.

  • - -
  • /NOTICE <Username> <Nachricht>
    -Schickt einen Hinweis mit der <Nachricht> an <Username>.

  • - -
  • /NOTIFY <Username1> [Username2] ...
    -Fügt <Username(n)> zur Benachrichtungsliste.

  • - -
  • /PEXEC /RRUN <Anwendung1> [ | <Anwendung2> | ... ]
    -Startet die angebene <Anwendung>. Wird mehr als eine Anwendung übergeben, werden sie nacheinander ausgeführt.
    -z. B. /PEXEC Terminal | StyledEdit öffnet ein Terminal und danach StyledEdit
    -oder /PEXEC ls -la ~/Downloads/ zeigt den INhalt des ~/Downloads/ Ordner im aktuellen Fenster an (also Achtung!).

  • - -
  • /OP /VOICE <Username1> [Username2] ...
    -"Ops" oder "voices" für <Username(n)>.

  • - -
  • /PART
    -Verlässt den aktuellen Kanal der Netzwerk.

  • - -
  • /PING <Username>
    -Pingt <Username> und gibt die Ping-Zeit aus. Entspricht /CTCP <Username> PING.

  • - -
  • /QUERY /Q <Username> [Nachricht]
    -Öffnet ein Anfragefenster für <Username> und sendet optional gleich eine [Nachricht].

  • - -
  • /QUIT /QUI [eigene-Verabschiedung]
    -Verlässt das aktuelle Netzwerk. Wird keine [eigene-Verabschiedung] angegeben, wird die in den Einstellungen definierte benutzt.

  • - -
  • /RAW /QUOTE <Befehl|Text>
    -Sendet einen IRC Befehl.

  • - -
  • /RECONNECT
    -Baut die Verbindung zum aktuellen Netzwerk erneut auf, wenn die 47 automatischen Versuche fehlgeschlagen sind.

  • - -
  • /SLEEP <Dezi-Sekunden>
    -Lässt den aktuellen Thread für die angegebene Zeit schlafen ; für zukünftiges Scripting.

  • - -
  • /SQUIT
    -IRC Operator-Befehl um die Verbindung zu einen Server abzubrechen.

  • - -
  • /T
    -Zeigt das Thema des aktuellen Kanals an.

  • - -
  • /T <Neues-Kanal-Thema>
    -Wie /TOPIC <Kanal> <Neues-Kanal-Thema>, aber für den aktuellen Kanal. -

  • - -
  • /TIME <Usernam>
    -Zeigt die lokale Zeit von <Username>. Entspricht /CTCP <Username> TIME.

  • - -
  • /TOPIC <Kanal>
    -Zeigt das Thema von <Kanal>.

  • - -
  • /TOPIC <Kanal> <Neues-Kanal-Thema>
    -Setzt das Thema von <Kanal> auf <Neues-Kanal-Thema>.

  • - -
  • /UNNOTIFY <Username1> [Username2] ...
    -Entfernt <Username(n)> von der Benachrichtigungsiste.

  • - -
  • /UPTIME [-l]
    -Zeigt die System-Laufzeit. Mit [-l] wird die Laufzeit nur lokal ausgegeben und nicht zum Netzwerk gesendet.

  • - -
  • /VERSION <Username>
    -Zeigt die Version des IRC-Programms von <Username>. Entspricht /CTCP <Username> VERSION.

  • - -
  • /VISIT <URL>
    -Öffnet die <URL> mit der für HTML bevorzugten Anwendung.

  • - -
  • /WEBSTER /DICTIONARY [Wort]
    -Öffnet www.m-w.com (Merriam Webster) mit der für HTML bevorzugten Anwendung.

  • - -
  • /VUPTIME [-l]
    -Zeigt die Laufzeit von Vision. Der [-l] Parameter ist derselbe wie für /UPTIME.

  • - -
  • /WALLOPS
    -IRC Operator-Befehl zum Senden einer "wallops" Nachricht (sichtbar für alle mit aktivem umode w.).

  • - -
  • /WHOIS /W <Username>
    -Zeigt whois Infos von <Username>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/de/applications/webpositive.html b/docs/userguide/userguide/de/applications/webpositive.html deleted file mode 100644 index 39e1be97b3..0000000000 --- a/docs/userguide/userguide/de/applications/webpositive.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/WebPositive
Einstellungen:~/config/settings/WebPositive/ - Konfigurationsdateien, Cookies, Cache und Surf-Historie
~/config/settings/WebPositive/Bookmarks - Alle Lesezeichen als einzelne Dateien
-


-

WebPositive, oder kurz Web+, ist Haikus eigener Webbrowser. Ein Teil des Namens ist eine kleine Hommage an BeOS' einfachen NetPositive, der andere bezieht sich auf das moderne Fundament des Browsers: das WebKit. Diese open source HTML Render-Bibliothek ist auch das Herzstück einiger anderer Mainstream Browser, wie Safari unter Mac OS X und Googles Chrome. Die Nutzung des sich ständig weiter entwickelnden WebKits ermöglicht, dass Web+ auch den zukünftigen Web-Technologien gewappnet sein wird.

-webpositive.png -

WebPositives Oberfläche ist recht übersichtlich: Unter der Menüleiste befindet sich eine weitere Leiste mit Symbolen, um in der Historie der angesurften Seiten zurück und vorzuspringen, das Laden einer Seite abzubrechen und (optional) um zur Startseite zu springen.
-Daneben folgt ein Textfeld zur Eingabe einer Zieladresse (URL).
-Unter dieser Navigationsleiste werden die Webseiten angezeigt. Es lassen sich mehrere Seiten parallel öffnen, indem man sie in eigene Reiter lädt.
-Ganz unten im Fenster befindet sie eine Statusleiste, in der die URL der gerade ladenden Seite angezeigt wird, oder auch die Zieladresse eines Links, über dem sich der Mauszeiger gerade befindet. Während eine Seite geladen wird, erscheint rechts ein Fortschrittsbalken.

-

indexEinstellungen

-

Aus dem Window Menü lässt sich ein Panel Settings öffnen, um einige Konfigurationen für WebPositive vorzunehmen.

-webpositive-settings.png -

Der erste Reiter, General, betrifft allgemeine Einstellungen: Welche Datei oder URL dient als Startseite (Start page), welche als Suchseite (Search page), in welchem Ordner (Downloads folder) sollen Downloads aus dem Netz gespeichert werden.
-Mittels zweier Menüs lässt sich entscheiden, welche Seite mit neuen Fenstern oder Reitern geladen oder ob eine leere Seite angezeigt werden soll.
-Die Reiterleiste lässt sich ausblenden, wenn sowieso nur eine einzelne Seite geöffnet ist. Die gesamte Oberfläche kann im Vollbildmodus automatisch ausgeblendet werden, und der Mauszeiger kann automatisch verschwinden, nachdem die Maus für kurze Zeit nicht bewegt wird.
-Schließlich lässt sich das Symbol für die Startseite in der Navigationsleiste ein- und ausblenden und die Anzahl der Tage einstellen, die sich der Browser die angesurften Orte in der Historie merkt.

-

Im zweiten Reiter können Schriftarten für Standard, Serifen, Non-Serifen und Schriften mit fester Breite und deren Größen ausgewählt werden.

-

Der letzte Reiter zur Konfiguration eines Proxyservers.

-

indexBilder durchsehen

-

Wer schon mal einen Browser benutzt hat, dürfte mit WebPositive keine großen Überraschungen erleben. Anstatt jedes Menü und Feature durchzugehen, hier nur einige der interessanteren Punkte.

-
    -
  • webpositive-tabbar.png -

    Neue Reiter können mit dem + Symbol rechts in der Reiterleiste geöffnet werden oder durch einen Doppelklick auf eine freie Fläche neben den Reitern, falls dafür noch Platz ist. Sind mehr Reiter geöffnet als in die Leiste passen, werden die < > Symbole aktiv, mit denen die Reiterleiste nach rechts und links gescrollt werden kann. Zur noch schnelleren Navigation dient das Symbol ganz rechts, das ein Menü mit allen vorhandenen Reitern öffnet.

  • -
  • Ein Klick mit der mittleren Maustaste öffnet einen Link im Hintergrund in einem neuen Reiter. Hält man dabei SHIFT gedrückt, öffnet sich der neue Reiter im Vordergrund.

  • -
  • Mit Zoom in und Zoom out aus dem View Menü kann der Inhalt einer Seite vergrößert und verkleinert werden.  Bei aktivem Zoom text only wird nur der Text vergrößert, alle Bilder bleiben in Originalgröße.

  • -
  • Ist die Einstellung zum Ausblenden der Oberfläche aktiviert, verschwindet beim Wechsel in den Vollbildmodus nach kurzer Zeit. Um sie kurzzeitig wieder einzublenden, muss man nur mit der Maus zum oberen Bildschirmrand fahren.

  • -
  • webpositive-locator.png -

    Während man eine Adresse in das Textfeld eingibt, sucht der Browser dazu passende URLs von Webseiten, die früher schon mal besucht wurden und listet sie unter dem Textfeld auf. Entweder man fügt weitere Buchstaben hinzu, um die Liste zu verkürzen oder wählt einen Eintrag mit oder aus. RETURN lädt die Seite. Oder man klickt das Symbol ganz rechts in der Leiste, das auch zum Aktualisieren der Seite dient.
    -Eingaben, die nicht als URL erkannt werden, dienen als Suchbegriff für eine Google-Suche. Das Textfeld kann also auch für eine schnelle Websuche genutzt werden.

  • -
  • Ein Rechtsklick öffnet ein Kontextmenü, mit dem, abhängig vom angeklickten Objekt, beispielsweise ein Link in einem neuen Fenster oder Reiter geöffnet, oder das Objekt runtergeladen werden kann etc.

  • -
  • Edit | Find öffnet eine Suchleiste unten im Fenster, um Begriffe auf der aktuellen Seite zu suchen. Die Fundstellen werden farbig hinterlegt.

  • -
-

indexLesezeichen

-

WebPositives Lesezeichen werden als einzelne Dateien und Ordner in ~/config/settings/WebPositive/Bookmarks/ verwaltet. Fügt man ein neues Lesezeichen hinzu, wird dort eine neue Datei erstellt. Dieser Ordner lässt sich bequem mit Manage Bookmarks... öffnen.

-webpositive-bookmarks -

Man kann URL, Name und Titel eines Lesezeichens ändern und Begriffe als "Keywords" eingeben, wie bei jeder Datei mit Attributen. Dazu müssen in Trackers Attribute Menü nur all diese Spalten angezeigt werden. Dann markiert man eine Datei, drückt ALT E und editiert das Attribut. Spalten werden mittels TAB gewechselt. Lesezeichen lassen sich in selbst angelegte Ordner einsortieren.

-

Weil der Tracker zur Verwaltung von Lesezeichen verwendet wird, lassen sich seine einzigartigen Features nutzen, um schnell zu finden was man sucht.
-Ist das Filtern während der Eingabe in den Trackereinstellungen aktiviert, lässt sich die Liste der Lesezeichen im Handumdrehen so verkürzen, dass nur noch die gezeigt werden, die die eingegebene Zeichenkette enthalten. Noch ein paarmal oder drücken, um das entsprechende Lesezeichen zu markieren und ein RETURN öffnet die Seite. Dabei sollte man alle Attributspalten eingeblendet haben, damit der Filter auch auf Name, Titel, URL und Keywords angewendet wird.

-

Damit das gut funktioniert, sollten alle Lesezeichen direkt in ~/config/settings/WebPositive/Bookmarks/ abgelegt und nur Kopien in Unterordner einsortiert werden, um sie in WebPositives Bookmarks Menü zu nutzen (wenn überhaupt). Befüllte "Keywords" Attribute helfen übrigens auch...

-

indexDownloads

-

Window | Downloads öffnet ein Fenster mit allen vergangenen und laufenden Downloads: -

-webpositive-downloads.png -

Gerade laufende Downloads werden mit einem Fortschrittsbalken dargestellt und zeigen, wie bei Kopieraktionen in Tracker, Informationen zu Downloadgeschwindigkeit, Dateigröße und voraussichtliche Endzeit. Rechts davon sind Buttons, um den Download abzubrechen (Cancel) oder neu zu starten (Restart) oder die Datei zu öffnen (Open) und ihren Eintrag von der Liste zu entfernen (Remove). Remove missing und Remove finished unter der Liste tun dies für alle Einträge. "Missing" sind Dateien, die in der Zwischenzeit gelöscht wurden.

-

Wird eine Datei in den Papierkorb verschoben noch während sie heruntergeladen wird, wird der Download abgebrochen. Außerdem erscheint ihr Icon halb-transparent.
-Sowieso ist WebPositive sehr tolerant, wenn es um Dateioperationen in Tracker geht. Dateien können umbenannt und verschoben werden, noch während sie heruntergeladen werden, und auch nachdem der Download abgeschlossen ist, werden solche Änderungen in den Einträgen im Downloads-Fenster weiter berücksichtigt.

-

Wer wollte nicht schon mal wissen, von welcher Webseite ein bestimmtes Paket, Bild oder sonst eine Datei heruntergeladen wurde? Das lässt sich herausfinden, indem man die Datei in DiskProbe öffnet und einen Blick in ihr META:url Attribute wirft.

-

indexTastaturkürzel

-

Hier einige der wichtigsten Tastaturkürzel:

- - - - - - - - - - - - - - -
ALT TÖffnet einen neuen Reiter.
ALT W Schließt den aktuellen Reiter.
ALT N Öffnet ein neues Fenster.
SHIFT ALT W Schließt das aktuelle Fenster.
ALT RETURN Wechselt in/aus Vollbildmodus
ALT R or F5 Aktualisiert die aktuelle Seite.
ALT H Öffnet die Startseite.
ALT D Blendet das Downloads-Fenster ein und aus.
ALT F Blendet die Suchleiste ein (Ausblenden mit ESC).
ALT B Legt ein Lesezeichen für die aktuellen Seite an.
ALT M Öffnet den Bookmarks-Ordner zum Verwalten von Lesezeichen.
ALT Vorherige Seite aus der Historie.
ALT Nächste Seite aus der Historie.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/applications/wonderbrush.html b/docs/userguide/userguide/de/applications/wonderbrush.html deleted file mode 100644 index 475c9a30f2..0000000000 --- a/docs/userguide/userguide/de/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Anwendungen
Ort:/boot/system/apps/WonderBrush/WonderBrush
Benutzerhandbuch:/boot/system/apps/WonderBrush/Documentation de
Einstellungen:~/config/settings/WonderBrush
-


-

WonderBrush ist ein Bitmap- und Vektorgraphik Editor. Nähere Informationen können auf der Webseite von YellowBites, den Entwicklern dieses Programms, und in der Haiku beigefügten Dokumentation nachgelesen werden.

- -
-
- - - - diff --git a/docs/userguide/userguide/de/attributes.html b/docs/userguide/userguide/de/attributes.html deleted file mode 100644 index d28c071e1c..0000000000 --- a/docs/userguide/userguide/de/attributes.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - Attribute - - - - - - - - -
-
- -

Attribute

- -

Attribute sind Datenfelder, die zu einer Datei gehören ohne dabei ein Teil von ihr zu sein. So werden sie nicht zur Dateigröße dazugerechnet und können kopiert oder geändert werden ohne die Datei selbst anzufassen. Das System benutzt diese Attribute, um zum Beispiel Größe, Dateityp oder das Datum der letzten Änderung zu speichern. Soweit ist das ähnlich wie bei anderen Betriebssystemen und deren Dateisystem.

-

Der Unterschied liegt darin, dass jede Art von Attribut an jedwede Datei gehängt werden kann und es in einem Tracker-Fenster dargestellt oder auch bearbeitet werden kann. Dazu muss nur die Art des Attributs definiert werden, das einem Dateityp hinzugefügt werden soll - zum Beispiel Text, Zahl oder Zeit - und ein Name und eine Beschreibung vergeben werden.

-

Die Datei selbst muss dabei nicht mal einen Inhalt haben. People Dateien sind ein Beispiel dafür:

-people.png -
-

Wie man sieht, sind das alle 0 byte große Dateien mit angehängten Attributen. Das E-mail Attribut von "John Nox" wird gerade direkt im Tracker bearbeitet.

-

Werden diese Attribute indiziert, wie das mit People, Email oder Audio Dateien von Hause aus der Fall ist, kann man sie mit Haikus schnellem Query System durchsuchen.

- -

-index -Attribute im Tracker

-

Attribute werden ähnlich wie in einer Datenbank oder Tabellenkalkulation dargestellt. Im Tracker kann ausgewählt werden, welche Attribute gezeigt werden sollen (Spalten), und die Dateiliste (Reihen) anschließend entsprechend sortiert werden.

-

Dazu öffnet man ein Tracker-Fenster und wählt aus dem Menü Attribute die darzustellenden Attribute aus. Oder man führt einen Rechtsklick auf einen Spaltentitel aus und wählt die entsprechenden Einträge aus dem Kontextmenü. Die Spalten können durch Ziehen der Spaltentitel verschoben werden. Um Spalten, die man nicht braucht, schnell zu entfernen, zieht man sie einfach ganz aus dem Fenster.

-

Ein Doppelklick auf die Trennlinie zweier Spaltentitel stellt automatisch die optimale Breite ein.

-

Klickt man auf einen Spaltentitel, ändert sich die Sortierreihenfolge von auf- zu absteigend. Hält man SHIFT gedrückt während man auf einen Spaltentitel klickt, lässt sich eine zweite Sortierung einrichten. So kann man zum Beispiel seine People Dateien nach Firmen sortieren und innerhalb dieser Sortierung nach Kontaktnamen. Obiger Screenshot zeigt ein Beispiel dafür. Die zweite Sortierordnung ist mit einem helleren Pfeil neben dem Titel gekennzeichnet.

-

Diese Attribute zu bearbeiten ist genauso einfach wie das Umbenennen einer Datei: Entweder klickt man auf einen Eintrag oder drückt ALT E und bewegt sich zwischen den Attributen mit TAB und SHIFT TAB. ESC verlässt den Bearbeitungsmodus ohne die Änderungen zu übernehmen.

- -

-index -Attribute im Terminal

-

Für alle, die die Kommandozeile bevorzugen oder vorhaben, mit vielen Dateien via Skript zu arbeiten, gibt es eine Reihe von Befehlen, um Attribute vom Terminal aus zu bearbeiten.

-

-index -listattr

-

listattr listet die Attribute einer Datei auf, zeigt aber nicht deren Inhalt.

-
usage: listattr 'filename' ['filename' ...]
-

Von obigem Beispiel-Screenshot:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Neben all den "META:*" Attributen mit den Kontaktinformationen, erscheinen zwei Attribute, die vom System gepflegt werden:

-
    -
  • BEOS:TYPE enthält den Dateityp als MIME String, hier "application/x-person". Er bestimmt das Standard-Icon und welche Anwendung die Datei z.B. bei einem Doppelklick öffnet.

  • -
  • "_trk/pinfo_le" ist das Attribut, in dem Tracker die Position des Icons der Datei speichert.

-
Man beachte den umgekehrten Schrägstrich nach "Clara". Im Terminal muss man Sonderzeichen wie ' " * \ $ ? ! "escapen". Das Leerzeichen zwischen "Clara" und "Botters" ist ebenfalls eines. Der Backslash ist also in Wirklichkeit vor dem Leerzeichen, und nicht etwa nach "Clara".
- -

-index -catattr

-

catattr gibt den Inhalt eines bestimmten Attributs einer Datei aus.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Wieder das Beispiel:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr hängt ein Attribut an eine Datei und/oder füllt es mit einem Wert.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

Wenn also die gute Clara einen Job bei der multi-nationalen Barkelbaer Inc. angetreten hat, befüllt man das vorher leere "Company" Attribut mit dieser Information (welches vom Typ "string" ist):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr entfernt ein Attribut komplett von einer Datei.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Obwohl es in der Praxis wohl immer genügen würde das "Fax" Attribut einfach nicht zu füllen, kann man es so auch komplett von Claras Datei entfernen:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr kopiert Attribute von einer oder mehreren Datei zu einer anderen. Standardmäßig wird dabei der eigentliche Inhalt der Datei nicht mit kopiert.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

Wenn neben den Attributen auch die Daten der Datei selbst kopiert werden sollen, verwendet man die Option "-d" oder "--data".

- -


-

Mehr Informationen zu diesen Befehlen und ihren Optionen erhält man durch Eingabe des Befehls gefolgt von "-h" oder "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/bash-scripting.html b/docs/userguide/userguide/de/bash-scripting.html deleted file mode 100644 index 669eca3164..0000000000 --- a/docs/userguide/userguide/de/bash-scripting.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Bash und Skripten - - - - - - - - -
-
- -

Bash und Skripten

- -

"Skripten" bezeichnet die Technik Prozesse zu automatisieren, indem -Befehle aneinandergereiht werden und das Ganze als Textdatei, ein -sogenanntes "Skript", abgespeichert wird. Jedes Mal wenn so ein Skript -aufgerufen wird, werden die Befehle nacheinander so ausgeführt, als ob -man sie per Hand ins Terminal eingegeben hätte.
-Skripte können zum einfachen Ausführen weniger Befehle in einer -bestimmten Reihenfolge dienen, durch ausgefeilte Programmierung aber -auch komplexe Aufgaben lösen.

- -

-index -Die Bash

-

Da Skripten natürlich stark auf die Konsole für die sie geschrieben wurden aufbauen, sollte man sich zuerst mit der BASH vertraut machen, die von Haiku benutzt wird. Dank ihrer weiten Verbreitung existieren für diese Konsole viele Ressourcen online. Johan Janssons Introduction to bash - a tutorial for bash under BeOS ist ein lesenswertes Dokument.

- -

-index -Die Skripter Bibel

-

Sobald man sich ein gewisses Grundwissen zum Arbeiten in der Konsole angeeignet hat, ist es an der Zeit sich ein wenig tiefer in die Welt des Skripten zu begeben. Nochmals, es gibt massenhaft Beispiele und Referenzmaterial im Internet und im Buchhandel. Eine sehr schöne, für Haiku praktisch maßgeschneiderte, Einführung ist das online verfügbare Scripting Chapter (PDF, 900kb) aus Scot Hackers BeOS Bible.

- -

-indexSkripten in Haiku

-

Früher nutzte Haiku Skripte zum Hoch- und Runterfahren des Systems. Heute wird dafür der launch_daemon benutzt. Der Benutzer kann diesen Prozess allerdings immernoch mit eigenen Skripten erweitern. Falls sie noch nicht existieren, muss man die benötigten Dateien selbst anlegen. Ansonsten sollten eigene Befehle einfach an den Stellen eingefügt werden, an denen sie ausgeführt werden sollen.

- -

-index -Das UserBootscript

-

/boot/home/config/settings/boot/UserBootscript wird ausgeführt, nachdem das System komplett hochgefahren wurde. Man kann zum Beispiel einige Programme aufrufen, die dann nach jedem Hochfahren automatisch gestartet werden:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Das "&" am Ende jedes Befehls ist wichtig, um ihn im Hintergrund zu starten. Anderenfalls wird das Skript solange anhalten, bis der Befehl beendet ist (in diesem Fall, bis das ausgeführte Programm geschlossen wurde).

- -

Eine einfache Alternative zum oben genannten ist es, die Anwendungen, die nach dem Hochfahren gestartet werden sollen, im Verzeichnis /boot/home/config/settings/boot/launch zu verlinken. Am einfachsten klickt man dazu mit der rechten Maustaste auf die entsprechende Anwendung, geht auf Verknüpfung erstellen und navigiert dann zum oben genannten Verzeichnis.

- -

-index -Das UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript wird direkt vor dem Herunterfahren ausgeführt. Das Runterfahren wird abgebrochen, falls das Skript einen anderen Rückgabewert als "0" zurück liefert.

- -

-index -Das UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript wird beim Herunterfahren als letztes ausgeführt. Es gilt jedoch zu beachten, das zum Zeitpunkt, an dem dieses Skript ausgeführt wird, viele Systemkomponenten schon nicht mehr laufen.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/bootloader.html b/docs/userguide/userguide/de/bootloader.html deleted file mode 100644 index 89761b1414..0000000000 --- a/docs/userguide/userguide/de/bootloader.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Boot Loader - - - - - - - - -
-
- -

Boot Loader

- -

Mit dem "Haiku Boot Loader" kann man zum einen unterschiedliche Haiku-Installationen starten, zum anderen hardware-spezifische Probleme umgehen. Er is auch nützlich wenn man etwas installiert hat, das das Booten von Haiku verhindert, siehe Fehlersuche weiter unten.

-

Um zum Bildschirm der Boot Loader Optionen zu gelangen, muss man noch vor Beginn des Boot-Prozesses SHIFT gedrückt halten. Ist ein Bootmanager installiert, kann man das bereits tun, bevor man dort den Haiku-Eintrag auswählt. Ist Haiku das einzige Betriebssystem auf dem Rechner, kann die Taste schon gehalten werden, während noch die BIOS Meldungen zu sehen sind.

-

-index -Boot Loader Optionen

-

Im Boot Loader hat man vier Auswahlmöglichkeiten:

- - - - - - - - - -
Select boot volume Hier lässt sich die zu bootende Haiku-Installation und Version auswählen.
Select safe mode options
-
Es gibt mehrere Möglichkeiten Haiku bei hardware-bezogenen Problemen zum Booten zu bringen, oder falls das System durch ein installiertes Add-On instabil wurde, indem man verschiedene Komponenten deaktiviert. Wird über die Pfeiltasten eine Option auswählt, wird am unteren Bildschirmrand eine kurze Erklärung angezeigt.
-

Safe mode
- Versetzt das System in einen abgesicherten Modus. Diese Einstellung kann unabhängig von den anderen Optionen aktiviert werden.

-

Disable user add-ons
- Verhindert das Laden jeglicher vom Benutzer installierten Add-Ons. Siehe Fehlersuche weiter unten.

-

Disable IDE DMA
- Deaktiviert IDE DMA, erhöht die IDE-Kompatibilität auf Kosten der Performance.

-

Ignore memory beyond 4 GiB
- Ignoriert den Speicher über dem 4 GiB Adresslimit, setzt die Einstellung in der 'kernel' Datei außer Kraft.

-

Use fail-safe video mode
- Aktiviert den VESA-Mode, es wird nicht versucht einen speziellen Grafiktreiber zu benutzen.

-

Disable IO-APIC
- Deaktiviert den IO APIC für das Interrupt-Routing und erzwingt stattdessen die Benutzung von "Legacy PIC".

-

Disable local APIC
- Deaktiviert den lokalen APIC und auch SMP (Multiprozessor).

-

Disable SMP
- Deaktiviert alle CPU Cores bis auf einen.

-

Don't call the BIOS
- Es werden keine BIOS-Funktionen aufgerufen.

-

Disable APM
- Deaktiviert Advanced Power Management Hardware-Unterstützung, setzt APM-Einstellungen in der 'kernel' Datei außer Kraft.

-

Disable ACPI
- Deaktiviert Advanced Configuration and Power Interface Hardware-Unterstützung, setzt ACPI-Einstellungen in der 'kernel' Datei außer Kraft.

-

Blacklist entries
- Ermöglicht die Auswahl von Systemdateien, die ignoriert werden sollen. Nützlich, um beispielsweise Treiber vorübergehend zu deaktivieren. Siehe Fehlersuche weiter unten.

Select debug options - Hier befinden sich einige hilfreiche Optionen zum Debuggen bzw. um Details für einen Bugreport zu erhalten. Auch hier wird bei jeder Option unten erklärender Text eingeblendet.
-

Enable serial debug output
- Aktiviert die Syslog-Ausgabe über die serielle Schnittstelle (Standard: 115200, 8N1).

-

Enable on screen debug output
- Zeigt statt dem üblichen Boot-Logo die Debug-Ausgaben während dem Hochfahren.

-

Disable on screen paging
- Schaltet die seitenweise Ausgabe aus, wenn "on screen debug" aktiviert ist.

-

Enable debug syslog
- Aktiviert für diese Sitzung einen besonderen Syslog-Buffer im Speicher, auf den der Boot-Loader nach einem Neustart zugreifen kann.

-

Display current boot loader log
- Zeigt die vom Boot-Loader gesammelten Debug-Informationen (Q verlässt das Log)

-

Add advanced debug option
- Erlaubt das direkte Eingeben erweiterter Debug-Optionen.

Ist "Enable debug syslog" aktiviert, werden beim folgenden Warmstart nach einem Crash noch weitere Optionen angeboten:

Save syslog from previous session during boot
- Speichert beim Hochfahren das Syslog der letzten Haiku Sitzung als /var/log/previous_syslog.

-

Display syslog from previous session
- Zeigt das Syslog der letzten Haiku Sitzung an.

-

Save syslog from previous session
- Speichert das Syslog der letzten Haiku Sitzung auf FAT32 formatiertes Laufwerk, z. B. USB-Stick.

Select fail safe video mode Falls die Option Use fail-safe video mode gewählt werden muss, um Haiku zu starten, kann man hier die Bildschirmauflösung und Farbtiefe auswählen.
-

-index -Fehlersuche

-

Falls sich Haiku weigert auf einem Rechner überhaupt nur hochzufahren, sollte man mal diverse Optionen unter Select safe mode options ausprobieren. Auf alle Fälle ist ein Bug Report angeraten.

-

Falls Haiku hingegen Ärger macht nachdem bestimmte Software, insbesondere Treiber, installiert wurde, gibt es mehrere Möglichkeiten Haiku wieder bootbar zu machen, um das verantworliche Paket wieder deinstallieren zu können:

-
    -
  • Aktiviert man Safe mode, verhindert das den Start der meisten Server, Daemons und dem UserBootScript.

  • -
  • Aktiviert man Disable user add-ons, verhindert das die Nutzung jeglicher Add-Ons (Treiber, Translatoren etc.), die in der Benutzer-Hierarchie unter Home installiert wurden.

  • -
  • Befindet sich der problematische Treiber oder Add-On etc. allerdings in der System Hierarchie, wird die Sache etwas komplizierter, da dieser Teil des Dateisystems nicht beschreibbar ist. Hier kommt die Option Blacklist entries zum Einsatz. Mit ihr lässt sich durch die System-Verzeichnisse navigieren, um die entsprechende Komponente mittels LEERTASTE oder RETURN zu deaktivieren. ESC führt wieder eine Verzeichnisebene zurück nach oben.

    -

    Online zeigt der Artikel "How to Permanently Blacklist a Package File" wie man diese Einstellung festlegt, damit sie bei jedem Hochfahren erhalten bleibt.

  • -
  • Unter Select boot volume kann man angeben welche frühere "Version" von Haiku gebootet werden soll. Jedesmal wenn ein Paket installiert oder deinstalliert wird, wird der alte Zustand gespeichert und er kann in den Boot Loader Optionen aus einer Liste ausgewählt werden, um Haiku in diesen alten Zustand zu booten.
    -Wenn Haiku also nach der Installation eines Pakets nicht mehr hochfahren kann, einfach eine Haiku Version vor diesem Zeitpunkt booten und dann das betreffende Paket wieder deinstallieren.

  • -
-

-index -Haiku starten

-

Nach der Auswahl einer oder mehrerer Optionen kann man über das Hauptmenü den eigentlichen Boot-Vorgang starten. Es erscheint daraufhin folgender Bildschirm:

-boot-screen.png - -

Wenn Haiku ordnungsgemäß bootet, leuchten nacheinander alle Icons auf, und das System wechselt zum Desktop.
-Die unterschiedlichen Symbole repräsentieren die verschiedenen Phasen des Boot-Vorganges:

- - - - - - - - -
Atom Die einzelnen Kernel-Module werden geladen.
Laufwerk/Lupe Die Boot-Partition wird gesucht und spezielle Dateisysteme angelegt (rootfs: / und /dev).
Steckkarte Der Geräte-Manager, der sich um die Zuteilung von Systemressourcen an die einzelnen Hardware-Komponenten kümmert, wird geladen.
Boot-Laufwerk Die vorher gefundene Boot-Partition wird in das Dateisystem eingebunden.
Chip Spezielle Hauptprozessor-Module werden geladen.
Ordner Alle Subsysteme werden aktiviert.
Rakete Der Launch_daemon hat das System gestarted.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/contents.html b/docs/userguide/userguide/de/contents.html deleted file mode 100644 index 96226b36b9..0000000000 --- a/docs/userguide/userguide/de/contents.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Haiku User Guide - Inhalt - - - - - - - - -
-
- -

Willkommen zum Haiku User Guide

- -

Auf den unten verlinkten Seiten werden einige der wichtigsten Aspekte von Haiku vorgestellt. Das Vervollständigen und Erweitern der Doku ist natürlich ein ständig fortlaufender Prozess (die neuesten Seiten und Übersetzungen gibt es bei der Online Version). Wer Fehler findet, weitere Kapitel vorschlagen oder selber etwas beisteuern will, möchte bitte über die Documentation Mailinglist Kontakt aufnehmen. Wer bei den Übersetzungen helfen möchte, findet dazu im i18n User Guide Wiki Informationen.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Boot LoaderBesondere Boot-Optionen, um Konfigurationsprobleme zu lösen.
Dateisystem LayoutDie Dateisystem Hierarchie und die wichtigsten Dateien und Ordner.
Haikus BenutzeroberflächeDie grundlegenden Elemente der grafischen Benutzeroberfläche
ArbeitsflächenVirtuelle Desktops für eine aufgeräumte Arbeitsumgebung.
TwitcherZwischen laufenden Programme wechseln.
TeammonitorBeenden nicht reagierender Anwendungen oder Systemkomponenten.
TrackerNavigation, Arbeiten mit Dateien und Ordner und die Konfiguration von Haikus Dateimanager.
Abkürzungen und TastenkombinationenDie wichtigsten Tastaturkürzel, die einem die Arbeit erleichtern.
DeskbarBenutzung und Konfiguration von Haikus Version von "Startmenü" und Taskbar.
DateitypenSetzen von Standardanwendungen, Ändern und Anlegen von eigenen Dateitypen.
AttributeEins von Haikus Hauptmerkmalen: Verwalten und Anhängen jedweder Daten an beliebige Dateien.
IndexIndizieren von Attributen für die spätere Suche.
QueriesBlitzschnelle Suchen mit Haikus Queries.
Workshop: Dateitypen, Attribute, Index und QueriesHaikus besondere Fähigkeiten, erklärt anhand einer einfachen DVD-Verwaltung.
Workshop: Haikus E-mail SystemE-Mail-Verwaltung mit eigenen Status und Queries
Workshop: Funknetzwerke nutzenOffene oder verschlüsselte Funknetzwerke konfigurieren.
AnwendungenGrundsätzliches zu Installation und Deinstallation von Programmen und eine Vorstellung aller mitgelieferten Anwendungen.
Desktop-AppsEinfache Werkzeuge für Desktop und Deskbar.
EinstellungenKonfiguration und Einstellungen des Systems.
Bash und SkriptenVom System verwendete Skripte und Vorstellung einiger Online Ressourcen zum Thema Konsole und Skripten.
- -
-
- - - diff --git a/docs/userguide/userguide/de/deskbar.html b/docs/userguide/userguide/de/deskbar.html deleted file mode 100644 index 47392f4b67..0000000000 --- a/docs/userguide/userguide/de/deskbar.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- - - - -
Index
- Das Deskbar Menü
- Das Tray
- Die Liste der Programme -
- -

Deskbar

- -

Die Deskbar wird standardmäßig in der oberen rechten Ecke des Desktops angezeigt. Sie ist praktisch Haikus Version von Windows' "Taskbar" und "Startmenü". Sie besteht aus dem Deskbar Menü, von dem aus Programme und Einstellungen aufgerufen werden können, darunter einen Infobereich (das "Tray") mit Uhr und Hilfsprogrammen, sowie eine Liste der gerade laufenden Programme.

-positions -

Die Deskbar kann in jede der vier Ecken - oder entlang des oberen oder untereren Bildschirmrands - verschoben werden. Hierzu muss die gepunktete Linie seitlich vom Tray mit der Maus zur gewünschten Position gezogen werden. Man kann die Deskbar auch zu einer kompakten Darstellung zusammenschieben, indem man die gepunktete Linie auf das Deskbar Menü zieht.

- -

-index -Das Deskbar Menü

-

Ein Klick auf den oberen Bereich der Deskbar öffnet dieses Menü:

-deskbar.png -
    -
  • Über dieses System - zeigt grundsätzliche Informationen zum installierten System, zu Lizenzinformationen und Danksagungen.

  • - -
  • Suchen... - öffnet den Query Dialog; ein mächtiges Werkzeug zum Suchen und Finden.

  • -
  • Replikanten einblenden - zeigt/verbirgt die kleinen Symbole, mit denen Replikanten verschoben, entfernt oder deren Kontextmenüs geöffnet werden.

  • -
  • Einhängen - öffnet den gleichen Dialog zum Einbinden von Partitionen, wie bei einem Klick auf den Desktop (siehe Datenträger einbinden).

  • -
  • Deskbar-Einstellungen... - öffnet ein Dialogfenster um die Deskbar anzupassen (siehe unten).

  • -
  • Herunterfahren... - bietet die Möglichkeit zum Neustart oder Ausschalten des Systems.

  • -
  • Letzte Dokumente, Ordner, Anwendungen - eine Liste der kürzlich geöffneten Programme, Dateien und Ordner (siehe Deskbar-Einstellungen weiter unten).

  • -
  • Anwendungen, Demos, Desktop-Apps, Einstellungen - eine Liste aller installierten Programme, der Demo-Programme und der System-Einstellungen.
    -Einträge wie Verküpfungen zu Anwendungen, Dokumenten oder sogar Query-Suchen können hinzugefügt werden, indem man sie im Ordner ~/config/settings/deskbar/menu/.

  • -
- -

-indexDeskbar-Einstellungen

-prefs-deskbar.png -

Das Fenster der Deskbar-Einstellungen ist in drei Abschnitte gegliedert.

- -

Anwendungen

-

Folgende Einstellungen betreffen nicht etwa installierte Anwendungen, sondern Verhalten und Erscheinungsbild der Liste der gerade laufenden Anwendungen.

- - - - - - - -
Laufende Anwendungen sortieren Ordnet die Liste laufender Programme alphabetisch.
Tracker immer zuerst Selbst wenn alphabetisch sortiert wird, bleibt Tracker immer erster in der Liste.
Expander anzeigen Über ein kleines Symbol lassen sich die Fenster eines Programms direkt unter seinem Eintrag in der Deskbar ein- und ausklappen.
Neue Anwendungen aufklappen Fenster neu gestarteter Programme werden automatisch unter deren Eintrag in der Deskbar ausgeklappt.
Anwendungsamen ausblenden Es werden nur noch die Icons der laufenden Anwendungen angezeigt.
Icon-Größe Ändert die Icon-Größe der laufenden Anwendungen.
- -

Menü

-

Während die ersten paar Menüpunkte der Deskbar unveränderlich sind, lassen sich diejenigen unter Herunterfahren... anpassen.
-Hier lässt sich die Anzahl der kürzlich geöffneten Dokumente, Ordner und Anwendungen einstellen, die in den entsprechenden Menüs der Deskbar erscheinen.
-Menü bearbeiten... öffnet den Ordner ~/config/settings/deskbar/menu/. Hier befinden sich die Dateien und Ordner aus der Deskbar, standardmäßig Anwendungen, Demos, Desktop-Apps und Einstellungen.
-Einträge wie Verküpfungen zu Anwendungen, Dokumenten oder sogar Query-Suchen können hinzugefügt und wieder gelöscht werden, indem man sie einfach in diesem Ordner ablegt bzw. entfernt.

- -

Programme die mittels Paketen installiert werden, erscheinen automatisch im Deskbar Menü. Hat man viele Pakete installiert, kann das schnell unübersichtlich werden. Will man volle Kontrolle und nur die Anwendung sehen, die man selbst dorthin verlinkt hat (womöglich in Kategorien in Unterordnern), geht das so:
-Man erzeugt eine Verknüpfung vom menu Ordner in ~/config/settings/deskbar/ und nennt ihn menu_entries. Im Terminal gibt dafür ein:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Fenster

-

Zu guter letzt, die Einstellungen für das Deskbar-Fenster.

- - - - -
-Immer im Vordergrund Die Deskbar bleibt immer im Vordergrund über allen anderen Fenstern.
Automatisch nach vorn holen Wird die Deskbar vom Mauszeiger berührt, springt sie automatisch in den Vordergrund.
Automatisch ausblenden Die Deskbar wird auf eine Größe von wenigen Pixeln verkleinert und nur beim Berühren mit dem Mauszeiger aufgeklappt.
- -

-index -Das Tray

-calendar.png -

Im Tray befindet sich unter anderem die Uhr. Lässt man den Mauszeiger kurz auf ihr ruhen, erscheint das Datum in einem Tooltip. Ein Linksklick zeigt einen Kalender, ein Rechsklick öffnet ein Kontextmenü mit dem die Uhranzeige aus- und eingeschaltet und zur Einstellung das Panel Datum & Zeit geöffnet werden kann.

-

Das Tray steht jedem Programm zur Verfügung, um dort Informationen oder Einstellungsmöglichkeiten für den Benutzer bereit zu stellen. So ändert sich zum Beispiel das Icon des Mailsystems, sobald ungelesene E-Mails vorhanden sind. Der Systemmanager ist ein weiteres Beispiel. Er zeigt durch Balken die aktuelle Prozessor-Last und Auslastung des Hauptspeichers und bietet über ein Kontextmenü weitere Informationen und Aktionen.

- -

-index -Die Liste der laufenden Programme

-list-of-apps.png -

Hier werden alle Programme angezeigt, die gerade aktiv sind. Durch einen Klick auf ein Programm kann man zu diesem, respektive zu einem seiner Fenster, wechseln. Mit einem Rechtsklick minimiert oder schließt man ein Programmfenster oder das gesamte Programm.

-

Bei aktivierter Einstellung "Expander anzeigen" in den Deskbar-Einstellungen, kann man über das kleine Dreieck die Liste der einzelnen Fenster eines Programmes direkt unterhalb des jeweiligen Eintrages in der Programmliste anzeigen lassen.

-

Das Symbol vor den Einträgen der einzelnen Programmfenster zeigt Informationen zu diesem Fenster. Ein farbiges Icon repräsentiert ein sichtbares Fenster, ein ausgegrautes Icon ein minimiertes Fenster. Linien vor dem Icon deuten darauf hin, dass das Fenster auf einer anderen als der aktuellen Arbeitsfläche ist.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/desktop-applets.html b/docs/userguide/userguide/de/desktop-applets.html deleted file mode 100644 index 2c43f59d46..0000000000 --- a/docs/userguide/userguide/de/desktop-applets.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - <acronym title="Desktop applets">Desktop-Apps</acronym> - - - - - - - - -
-
- -

Desktop-Apps

- -

Haiku kommt mit ein paar nützlichen Programmen, die über ihren Replikanten auf dem Desktop oder in der Deskbar installiert werden können.

- - - - - - - - - - - -
iconLaunchBox Verknüpfungen zu den wichtigsten Programmen.
iconNetzwerkstatus Informationen zur Netzwerkverbindung.
iconAkku-Anzeige Zeigt den Ladestatus vom Notebook-Akku.
iconSystemmanager Infos und Kontrolle aller laufenden Programme und Hintergrunddienste.
iconArbeitsflächen Eine Miniatur-Ansicht aller virtuellen Desktops.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/desktop-applets/launchbox.html b/docs/userguide/userguide/de/desktop-applets/launchbox.html deleted file mode 100644 index 2dde3d8d23..0000000000 --- a/docs/userguide/userguide/de/desktop-applets/launchbox.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar:Desktop-Apps
Ort:/boot/system/apps/LaunchBox
Einstellungen:~/config/settings/LaunchBox/*
-

Um schnell auf seine Lieblingsanwendungen zugreifen zu können, kann eine oder mehrere LaunchBoxen gestartet werden. Sie können so eingestellt werden, dass sie entweder nur auf dem aktuellen oder allen Workspaces erscheinen. Sie lassen sich auch zum schnellen Öffnen eines Dokuments in einer bestimmten Anwendung verwenden. So kann man z.B. eine HTML Datei auf einen Texteditor in der LaunchBox fallen lassen, um sie im Editor anstelle des normalerweise bevorzugten Programms, dem Browser, zu öffnen.

-launchbox.png -

Alle Einstellungen sind vom Kontextmenü aus erreichbar:

- - - - - - - - -
Feld hier einfügen Erzeugt ein neues, leeres Iconfeld.
Feld leeren Leert ein Iconfeld.
Feld entfernen Entfernt ein Iconfeld.
Beschreibung ändern... Schwebt der Mauszeiger über einem Icon, erscheint ein Tooltip mit dessen Dateinamen und, falls es sich um eine Anwendung handelt, dessen Kurzbeschreibung falls sich dieser vom Dateinamen unterscheidet (siehe Kapitel Dateitypen). Mit diesem Menüpunkt lässt sich diese Besschreibung für den Tooltip ändern.
Einstellungen
-- Horizontale Anordnung
-- Icongröße
-- Doppelklick ignorieren
-- Fensterrahmen anzeigen
-- Automatisch nach vorn holen
-- Auf allen Arbeitsflächen anzeigen
 
-Richtet die Iconfelder horizontal aus.
-Legt die Icongröße von 16 bis 64 Pixel fest.
-Started das verlinkte Objekt nur einmal, auch wenn man (unabsichtlich) doppelklickt.
-Blendet den Fensterrahmen ein.
-Die Launchbox spingt in den Vordergrund, sobald der Mauszeiger in die Nähe des Bildschirmrands kommt.
-Zeigt die LaunchBox auf allen Workspaces.
Block
-- Neu
-- Duplizieren
-- Schließen
 
-Erzeugt eine weitere LaunchBox.
-Dupliziert die aktuelle LaunchBox.
-Schließt die aktuelle LaunchBox.
LaunchBox
-- Beenden
 
-Schließt alle LaunchBoxen.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/desktop-applets/networkstatus.html b/docs/userguide/userguide/de/desktop-applets/networkstatus.html deleted file mode 100644 index 222951cef4..0000000000 --- a/docs/userguide/userguide/de/desktop-applets/networkstatus.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
- -

networkstatus-icon_64.pngNetzwerkstatus

- - - - -
Deskbar:Desktop-Apps
Ort:/boot/system/apps/NetworkStatus
Einstellungen:keine
-

Netzwerkstatus informiert über den aktuellen Zustand der Netzwerkverbindung. Wenn das Programm nicht schon läuft, kann man beim Start entscheiden, ob das Applet in einem Fenster laufen oder in die Deskbar installiert werden soll. Im Fenstermodus kann die Symbolgröße geändert werden, indem man die Fenstergröße anpasst, bevor man es am Replikanten-Symbol packt und auf den Desktop zieht.
-Wo das Applet auch installiert ist, bedient wird es per Rechtsklick über ein Kontextmenü.

-

NetworkStatus Applet
-Der oberste Bereich zeigt alle Netzwerkgeräte und deren momentaner Zustand. Der Klick auf einen Eintrag öffnet ein Fenster mit dessen IP-, Broadcast- und Netzmasken-Adresse.
-Darunter befindet sich eine Liste aller vom ersten WLAN-Adapter gefundenen Funknetzwerke und deren Signalstärke. Weitere Informationen zum Thema WLAN finden sich im Workshop: Funknetzwerke nutzen.
-Zu guter Letzt lassen sich aus dem Menü noch die Netzwerkeinstellungen öffnen... um die Netzwerk-Konfiguration zu ändern und das Applet Beenden.

- -

Statussymbole

- - - - - - -
BereitDie Verbindung ist hergestellt.
Konfigurierung läuftDie Verbindung wird hergestellt.
Statusloser ZustandEinige Einstellungen fehlen (siehe IP Konfiguration).
Nicht verbundenEs existiert keine physische Verbindung (vielleicht ist kein Netzwerkkabel angeschlossen oder es wurden keine Funknetzwerke gefunden).
-Es wurden keine Netzwerkgeräte gefunden (wahrscheinlich fehlen für die Hardware entsprechende Treiber).
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/desktop-applets/powerstatus.html b/docs/userguide/userguide/de/desktop-applets/powerstatus.html deleted file mode 100644 index d071a5bdb3..0000000000 --- a/docs/userguide/userguide/de/desktop-applets/powerstatus.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
- -

powerstatus-icon_64.pngAkku-Anzeige

- - - - -
Deskbar:Desktop-Apps
Ort:/boot/system/apps/PowerStatus
Einstellungen:~/config/settings/PowerStatus settings
-

Akku-Anzeige zeigt den Ladezustand des Akkus, ist also nur für Mobile Computer relevant. Wenn das Programm nicht schon läuft, kann man beim Start entscheiden, ob das Applet in einem Fenster laufen oder in die Deskbar installiert werden soll. Im Fenstermodus kann die Symbolgröße geändert werden, indem man die Fenstergröße anpasst, bevor man es am Replikanten-Symbol packt und auf den Desktop zieht.
-Wo das Applet auch installiert ist, bedient wird es per Rechtsklick über ein Kontextmenü.

-

Akku-Anzeige setzt übrigens eine funktionierende ACPI-Unterstützung voraus.

-PowerStatus applet -

Das Kontextmenü beherbergt die folgenden Optionen:

- - - - - - - - -
Beschriftung anzeigenZeigt den Ladezustand in Prozent oder als verbleibende Laufzeit.
Statusicon anzeigenZeigt das Symbol des Applets.
Zeit / Prozent anzeigenAnzeige entweder in Prozent oder als verbleibende Laufzeit (Beschriftung anzeigen muss dazu aktiviert sein).
Akku-Infos...Zeigt weitere Informationen über den Akku.
Über...Zeigt Informationen über PowerStatus.
BeendenBeendet das PowerStatus Applet.
-

Ist Beschriftung anzeigen aktiviert, wird der Ladezustand während des Aufladens in Klammern dargestellt.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/desktop-applets/processcontroller.html b/docs/userguide/userguide/de/desktop-applets/processcontroller.html deleted file mode 100644 index 451fe0e1e4..0000000000 --- a/docs/userguide/userguide/de/desktop-applets/processcontroller.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
- -

processcontroller-icon_64.pngSystemmanager

- - - - -
Deskbar:Desktop-Apps
Ort:/boot/system/apps/ProcessController
Einstellungen:keine
- -

ProcessController appletHauptaufgabe von Systemmanager ist die Anzeige von Prozessorauslastung und Speichernutzung. Außerdem können einzelne Teams überwacht und ihre Priorität geändert, oder auch zum Beenden gezwungen werden, falls ein Programm hängt. Bei Multiprozessorsystemen können sogar einzelne CPUs/Cores abgeschaltet werden. Zusätzlich können Tracker und Deskbar aus dem Menü komfortabel neu gestartet werden, sollten sie mal abgestürtzt sein.

-

Die Balken links zeigen die Auslastung jeder CPU, rechts befindet sich ein Balken zur Speicherauslastung. Die Zahl der Balken hängt natürlich von der Anzahl an CPUs/Cores des Rechners ab.

-

Wenn das Programm nicht schon läuft, kann man beim Start entscheiden, ob das Applet in einem Fenster laufen oder in die Deskbar installiert werden soll. Im Fenstermodus kann die Balkengröße geändert werden, indem man die Fenstergröße anpasst, bevor man es am Replikanten-Symbol packt und auf den Desktop zieht.
-Wo das Applet auch installiert ist, bedient wird es per Rechtsklick über ein Kontextmenü.
-Um es wieder aus der Deskbar zu entfernen, deaktiviert man mit dem Kontextmenü die Option In der Deskbar laufen.

-

Anwendungen beenden

-ProcessController - Quit an application -

Um eine Anwendung zu beenden, wählt man einfach deren Namen aus dem Menü Anwendung beenden. Dadurch wird eine Anwendung sauber geschlossen, genauso als hätte man den Schließen-Button des Fensters geklickt. Besonders vorsichtig sollte man allerdings mit Systemprozessen wie Server und Daemons sein. Werden sie beendet, läuft das System eventuell nicht mehr stabil oder zumindest nicht mehr wie gewohnt.

-

Speichernutzung

-ProcessController - Memory usage -

Die Überwachung der Speichernutzung kann ziemlich ungenau sein.

-

Das Menü ermöglicht die Überwachung der Speichernutzung der diversen Teams im System. Neben dem Team-Name befinden sich zwei Spalten: die erste enthält den Speicher, der schreibend reserviert wurde, während die zweite den Gesamtspeicherbedarf zeigt, also inklusive nur lesend genutzten Speicher (von gemeinsam genutzte Bibliotheken, beispielsweise).

-

Die oberste Zeile Systemressourcen & Cache zeigt die gesamte Speichernutzung von System und allen Anwendungen. Die Länge des blauen Balkens repräsentiert dden physikalisch im Rechner vorhandenen Speicher. Die folgenden Reihen zeigen den benutzten Speicher für jedes Team. Die Länge der Balken entspricht nur dem tatsächlich benutzten Teil des Speichers.

- - - -
Speichernutzung einer Anwendung (beschreibbar)
Speichernutzung, inklusive nur lesend (geteilt mit anderen Anwendungen)
- -

Threads und CPU-Last

-

Mit diesem Menü lassen sich Thread-Prioritäten ändern und Teams zum Beenden zwingen oder debuggen.

-
Änderungen durch Befehle aus diesem Menü greifen tief in das System ein und können zu Datenverlust und einem instabilen System führen. Hier ist eine ruhige Maushand gefragt!
-ProcessController - Priority - - - - -
Kernel-Code
User-Code
Leerlauf-Thread
-

Auf der ersten Ebene befinden sich die Team-Namen. Klickt man auf einen, kann das gesamte Team zum Beenden gezwungen werden. Der dunkelblaue Teil des Balkens entspricht der Zeit, die in Kernel-Code verbracht wird, der hellblaue Teil in User-Code, und der grüne Teil in den Leerlauf-Thread(s). Ein komplett blauer Balken bedeutet, dass dieses Team die gesamte Rechenleistung beansprucht.

-

Die zweite Ebene zeigt alle Threads eines Teams. Klickt man auf einen, kann er debugged oder zum Beenden gezwungen werden. Ein komplett blauer Balken bedeutet, dass dieser Thread einen Prozessor/Kern vollständig auslastet.

-

In der letzten Ebene des Menüs lässt sie die Priorität eines Threads ändern. Hier ist Vorsicht angesagt! In der Regel sollte die Priorität eines Threads umgekehrt zu seiner CPU-Auslastung sein. Das heißt, je mehr er versucht Rechenzeit zu bekommen, desto niedriger sollte seine Priorität sein. Am besten man spielt gar nicht erst mit Thread-Prioritäten einer Anwendung herum, sondern kontaktiert statt dessen deren Autoren; das ist deren Aufgabe.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/desktop-applets/workspaces.html b/docs/userguide/userguide/de/desktop-applets/workspaces.html deleted file mode 100644 index acce6b7029..0000000000 --- a/docs/userguide/userguide/de/desktop-applets/workspaces.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Workspaces Applet - - - - - - - - -
-
-
Solange die Übersetzung dieser Seite noch nicht ganz fertig ist, erscheint für die noch fehlenden Teile die englische Version.
-

workspaces-icon_64.pngArbeitsflächen

- - - - -
Deskbar:Desktop-Apps
Ort:/boot/system/apps/Workspaces
Einstellungen:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Speichert die Fensterposition des Panels.
-


-workspaces.png -

-Das Arbeitsflächen Applet befindet sich mit den anderen Desktop-Apps in der Deskbar. Es stellt eine Miniversion aller Arbeitsflächen dar. Im Kontext Menü des Applet Fensters sind mehrere Optionen verfügbar, welche alle recht selbsterklärend sind.
-Anzahl der Arbeitsflächen ändern... öffnet die Bildschirm Einstellungen, dort kann die Anzahl der Arbeitsflächen und deren Anordnung festgelegt werden (wie viele Zeilen und Spalten).

-

Da es sich um einen Replikant handelt, kann man das Fenster auf die gewünschte Größe bringen und dann direkt auf den Desktop ziehen (vorausgesetzt, die Option Replikanten einblenden im Deskbar-Menü ist aktiviert). Hält man beim Ändern der Fenstergröße SHIFT gedrückt, wird das Seitenverhältnis des Bildschirms beibehalten.

- -

-index -Fenster durch die Arbeitsflächen bewegen

-

Um ein Fenster zu bewegen, kann es einfach im Arbeitsflächen Applet gepackt und dann auf eine andere Arbeitsfläche gezogen werden. Das hat den Vorteil, dass das Fenster bewegt werden kann, ohne die aktuelle Arbeitsfläche verlassen zu müssen. Sind sehr viele Fenster auf einer Arbeitsfläche, ist es natürlich entsprechend schwer das Richtige zu erwischen. Eine andere Möglichkeit ist es, das Fenster an seinem Tab zu halten und die Arbeitsfläche mit ALT Fx zu wechseln.

-

Mehr Informationen zu Arbeitsflächen im allgemeinen und noch weitere Tastaturkürzel finden sich im Kapitel Arbeitsflächen.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Zusatzfunktionen

-

Das Arbeitsflächen Applet beinhaltet einige Zusatzfunktionen beim Klicken auf ein Fenster und gleichzeitigem Drücken einer der Hilfstasten:

- - - - -
STRGBringt das Fenster in den Vordergrund.
STRG SHIFTMinimiert das Fenster.
OPTSchickt das Fenster in den Hintergrund.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/filesystem-layout.html b/docs/userguide/userguide/de/filesystem-layout.html deleted file mode 100644 index ecfdefeee8..0000000000 --- a/docs/userguide/userguide/de/filesystem-layout.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - Dateisystem Layout - - - - - - - - -
-
- -

Dateisystem Layout

- -

In Haikus Dateisystem werden nach Möglichkeit allgemein verständliche Datei- und Ordnernamen verwendet, um den Benutzer nicht unnötig im Dunkeln zu lassen. Dateien und Ordner, die für das Funktionieren des Systems wichtig sind, werden gegen zufällige Änderungen durch einen der folgenden Hinweise geschützt:

-achtung-user.png  -achtung-system.png -

Der zweite Hinweis erscheint wenn versucht wird etwas in der Systemhierarchie umzubenennen oder zu löschen. Der "Umbenennen" Button kann nur geklickt werden während die SHIFT Taste gehalten wird.

-

Grundsätzlich verzweigt sich das Hauptverzeichnis der Bootpartition in zwei Äste:

- - - -
/boot/system/ Hier liegen die Systemdateien und die Anwendungen/Pakete, auf die alle Benutzer Zugriff haben.
/boot/home/ Das ist der persönliche Ordner des Benutzers mit all seinen Daten und Einstellungen. Außerdem liegen hier die Anwendungen/Pakete auf die andere Benutzer keinen Zugriff haben.
-

Solange Haiku noch nicht mehrbenutzerfähig ist, hat diese Aufteilung in gemeinsame und persönliche Anwendungen/Pakete keine Auswrkungen. Schließlich gibt es nur einen Benutzer mit nur einem Home Ordner. Weil Haiku aber irgendwann auch mehrere Benutzerkonten unterstützen wird, ist es sinnvoll sich schon jetzt daran zu gewöhnen.

- -

-index -Der System Ordner - /boot/system/

-

Bei Haikus Vorgänger BeOS hieß dieser Ordner /boot/beos/. Ihn trifft man immer mal wieder in älterer Dokumentation an (z.B. im original BeBook). -
-Die meisten Ordner in /boot/System/ sind schreibgeschützt. Das ist auch vernünftig, schließlich befinden sich hier Dateien, die wichtig für das funktionieren von Haiku sind und daher für (zufälligen) Änderungen geschützt werden müssen. Die einzigen vom Benutzer veränderbaren Ordner sind:

- - - - - - -
/boot/system/cache/ Enthält Cache-Dateien und den Ordner für temporäre Dateien, auf den /tmp/ verlinkt ist.
/boot/system/non-packaged/ Enthält die Ordner-Hierarchie für Dateien, die nicht Teil eines .hpkg sind (wahrscheinlich aus einem alten BeOS Archiv).
/boot/system/packages/ Neben den hier liegenden Haiku System-Paketen können hier gemeinsam von allen Benutzern genutzte Pakete hinzugefügt und entfernt werden.
/boot/system/settings/ Enthält systemweite Einstellungen.
/boot/system/var/ Enthält Log-Dateien wie das syslog (wichtig bei der Fehlersuche) und standardmäßig die Auslagerungsdatei.
-

Weitere Informationen zum packages und non-packaged Ordner finden sich unter Anwendungen.

- -

-index -Der Home Ordner - /boot/home/

-

Dieser Ordner gehört dem Benutzer. Hier können Ordner und Dateien nach Lust und Laune erstellt und gelöscht werden. (Übrigens, die Tilde ("~") ist eine Abkürung für den Home Ordner, damit man im Terminal nicht immer "/boot/home/" schreiben muss).
-Dateien, auf die später mal in einer Mehrbenutzer-Umgebung die anderen Benutzer zugreifen können sollen, müssen außerhalb von /boot/home/ angelegt werden. Zum Beispiel könnte man einen Ordner /boot/alle-Benutzer/ anlegen und die Sachen dort ablegen.

- - - - - - - - - - -
~/Desktop/ Hier befinden sich die Dateien, die auf dem Desktop liegen. Ein Doppelklick öffnet den Ordner nicht, weil er ja bereits geöffnet ist. Falls die Datei-Icons mal von Fenstern verdeckt sind, kann man einfach mal schnell die Arbeitsfläche wechseln. Natürlich ist auch eine Navigation über Untermenüs per Rechtsklick möglich.
~/mail/ Standardmäßig werden hier alle Mails abgelegt.
~/people/ Standardmäßig werden hier alle Kontaktdateien abgelegt, siehe Kontakte.
~/queries/ Queries werden generell für 7 Tage in diesem Ordner gespeichert, danach werden sie automatisch gelöscht.
- -

Der Ordner /boot/home/config/ ist besonders: Genauso wie /boot/system/ befindet der sich größtenteils unter der Kontrolle des Paketmanagments und daher schreibgeschützt. Und er enthält auch die gleichen vom Benutzer beschreibbaren Ordner:

- - - - - - - - - - -
~/config/packages/ Hier können Pakete hinzugefügt und entfernt werden, auf die die anderen Benutzer keinen Zugriff haben.
~/config/non-packaged/ Enthält die Ordner-Hierarchie für Dateien, die nicht Teil eines .hpkg sind (wahrscheinlich aus einem alten BeOS Archiv) und auf die die anderen Benutzer keinen Zugriff haben.
~/config/settings/ Dieser Ordner enthält die eigenen Einstellungen für alle Anwendungen, sowie einige Systemkonfigurationen. Einige Anwendungen verwalten ihre Einstellungen in eigenen Unterverzeichnissen, andere schreiben ihre Einstellungsdatei direkt in diesen Ordner.
- -

Weitere Informationen zum packages und non-packaged Ordner finden sich unter Anwendungen.

-

Hier einige der interessanteren Unterordner von ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Dieser Ordner enthält User Skripte die vor oder nach dem Hoch- bzw. Herunterfahren des Systems ausgeführt werden.
boot/launch/ In diesem Ordner enthaltene Verknüpfungen zu Programmen oder Dokumenten werden automatisch beim jedem Hochfahren geöffnet.
beos_mime/ In dieser MIME Datenbank sammelt Haiku all die verschiedenen Dateitypen und ihre Einstellungen.
deskbar/menu/ Hierher kopierte oder verlinkte Dateien/Ordner/Queries erscheinen im Menü der Deskbar.
kernel/drivers/ Hier gibt es vor allem eine interessante Datei: kernel bietet einige hardwarenahe Konfigurationen, wie Auschalten von SMP, Aktivieren von Debugging über die serielle Schnittstelle oder Einschalten von erweitertem Power-Management. Eine Konfigurationszeile wird aktiviert, indem das Rautesymbol "#" entfernt wird. Hier ist Vorsicht angeraten!
Tracker/ Neben diversen Konfigurationsdateien für den Tracker, finden sich hier einige interessante Unterverzeichnisse:
DefaultFolderTemplate/Jedes neu erstellte Verzeichnis erbt die Fenstergröße und das Layout der angezeigten Attribute dieses Ordners.
DefaultQueryTemplates/Das Layout von Query-Ergebnissen lässt sich je nach Dateityp individuell definieren. Siehe Query: Das Ergebnisfenster.
Go/Hier verknüpfte Ordner zu bevorzugten Speicherorten erscheinen z.B. in Öffnen- und Speicherdialogen. Siehe Haikus GUI: Favoriten und kürzliche benutzte Ordner.
Tracker New Template/Hier angelegte Dateien eines bestimmten Dateityps sind sofort in Trackers Datei | Neu... Menü verfügbar. Siehe Tracker: Arbeiten mit Dateien.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/filetypes.html b/docs/userguide/userguide/de/filetypes.html deleted file mode 100644 index 8049e8b826..0000000000 --- a/docs/userguide/userguide/de/filetypes.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - Dateitypen - - - - - - - - -
-
- -

Dateitypen

- -

Anders als Windows, verlässt sich Haiku zur Bestimmung des Dateityps nicht auf die Dateiendung (beispielsweise ".txt", ".jpg", ".mp3"). Diese Methode wird nur benutzt, wenn keine andere Möglichkeit erfolgreich war. Ansonsten verwendet Haiku MIME Typen, wie sie auch im Internet benutzt werden.

-
Während es unter Haiku nicht zwingend ist, Dateiendungen zu benutzen, sollte man es trotzdem tun, falls man Dateien mit Nutzern anderer Betriebssysteme austauschen möchte; zum Beispiel per E-Mail, durch Hochladen auf einen Server oder über einen USB-Stick. Ohne Dateiendung kann das andere System eine Datei eventuell nicht richtig zuordnen.
- -

index -Setzen des Dateityps einer bestimmten Datei

-

Man kann den Typ, das Icon und die verknüpfte Anwendung einer bestimmten Datei ändern. Dazu markiert man die Datei und ruft mittels Rechtsklick Add-ons | Filetype aus dem Kontextmenü auf.

-filetype-addon.png - -

-index -Der Dateityp

-

Im obigen Beispiel ist einer Datei der Typ "image/png" zugeordnet; sie wird von Haiku demnach als PNG-Datei erkannt. Sollte es sich tatsächlich jedoch um einen anderen Dateityp handeln, kann man diesen ändern, indem man entweder die korrekte MIME Signatur einträgt, oder auf einen der beiden Buttons unter dem Textfeld klickt:

- - - -
Auswählen... zeigt eine hierarchische Liste von Dateitypen, in der man zu image | GIF Image gelangt.
Gleicher wie... öffnet einen Dialog zur Auswahl einer Datei, die bereits den entsprechenden MIME-Typ besitzt.
- -

-index -Die bevorzugte Anwendung

-

Dieses Menü zeigt eine Liste aller Anwendungen, die mit diesem Dateityp etwas anfangen können. Aus ihr kann man das Programm wählen, das diese eine bestimmte Datei bei einem Doppelklick öffnen soll. So kann man z.B. die bevorzugte Anwendung einer HTML Datei vom Browser zu einem Texteditor ändern, solange man an ihr arbeitet. Jede andere HTML Datei wird weiterhin im Browser geöffnet, nur eben diese eine im Texteditor.

- -

Die Bevorzugte Anwendung ist die für diesen Dateityp global gesetzte Anwendung. Befindet sich die gewünschte Anwendung nicht in dem Menü, finden sich darunter wieder die beiden Buttons Auswählen... und Gleiche wie..., mit denen man das gleiche machen kann wie schon unter "Der Dateityp" weiter oben beschrieben.

- -

-index -Das Icon

-

Icons werden normalerweise vom Systemstandard für diesen Dateityp geerbt. Darum muss man sich nicht wundern, wenn das Iconfeld oben rechts im Dialog leer ist. Besitzt eine Datei ein eigenes Icon, lässt es sich im Dateitypen Add-On in das Iconfeld einer anderen Datei ziehen. Oder man doppelklickt in das Iconfeld und baut sich sein eigenes Symbol. Mehr über Icons und ihre Erstellung steht im Kapitel Icon-O-Matic.

- -

-index -Besondere Einstellungen für Anwendungen

-

Wird das Dateitypen Add-On auf eine Anwendung angewandt, (hier: Texteditor), erscheint ein etwas anderer Dialog:

-filetype-addon-stylededit.png -

Ganz oben befindet sich statt des Standard MIME Kennzeichens die eindeutige Signatur der Anwendung. Mit ihr findet das System das Programm, wo immer es auch installiert wurde.

-

Darunter finden sich eine Reihe von Optionen, die das Verhalten der Anwendung regeln:

- - - - - - -
Einzelausführung Pro ausführbarer Datei kann die Anwendung nur ein einziges mal laufen. Hat man zwei Kopien des Programms, können diese aber durchaus gleichzeitig ausgeführt werden.
Mehrfache Ausführung Die Anwendung kann öfters gestartet werden und läuft dann praktisch mehrmals parallel.
Exklusive Ausführung Es kann wirklich nur eine einzige Anwendung mit dessen genauer Signatur auf einmal laufen.
Nur Argumente Zeigt an, dass die Anwendung nicht auf Messages reagiert.
Hintergrundanwendung Die Anwendung erscheint nicht im Twitcher oder der Liste laufender Programme in der Deskbar.
-

Danach folgt eine Liste aller unterstützten Dateitypen. Typen können hinzugefügt (und auch entfernt) werden, wenn man meint die Anwendung käme mit ihnen klar. Als Folge erscheint das Programm im Menü bevorzugter Anwendungen oder in Trackers Öffnen mit... Kontextmenü bei einem Rechtsklick auf eine Datei dieses Typs.

-

Ganz unten folgen Informationen zu Version und Copyright. Wie die Signatur, werden auch diese Angaben vom Autor der Anwendung befüllt und sollten nicht verändert werden.

- -

-index -Globale Einstellungen mit den Dateitypen Einstellungen

-

Die Dateitypen Einstellungen beschäftigen sich nicht mit individuellen Dateien, sondern mit den globalen Einstellung von Dateitypen. Es lassen sich Standardicons und bevorzugte Anwendungen für ganze Dateitypen einstellen, oder Attribute hinzufügen, entfernen oder ändern. Es lassen sich sogar komplett eigene Dateitypen neu erstellen.

-

Alle Dateitypen und ihre Konfiguration sind in /boot/home/config/settings/beos_mime/ gespeichert. Bevor man mit Experimenten anfängt, sollte man dieses Verzeichnis sichern...

-

Mehr zu den Dateitypen Einstellungen steht im Workshop: Dateitypen, Attribute, Index und Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/gui.html b/docs/userguide/userguide/de/gui.html deleted file mode 100644 index 9ac1bad368..0000000000 --- a/docs/userguide/userguide/de/gui.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Haikus Benutzeroberfläche - - - - - - - - -
-
- - - - -
Index
- Bequem Fenstergröße und -position ändern
- Stack & Tile
- Dialoge zum Öffnen und Speichern
- Replikanten
- -

Haikus Benutzeroberfläche

- -

Haikus grafische Benutzeroberfläche ist ein fundamentaler Bestandteil des Systems. Anders als bei Unix-basierten Systemen gibt es keinen getrennten Fenstermanager, und nur in eine Konsole hochfahren ist nicht möglich. Weil sich Haiku ganz auf den Desktop-Nutzer konzentriert, ist dies einfach nicht nötig.

-

Weil die meisten wohl schon Erfahrung mit anderen grafischen Benutzeroberflächen haben, überspringen wir mal die Standards wie Menüs, Rechtsklick Kontextmenüs, Drag&Drop etc. Konzentrieren wir uns stattdessen auf die paar Besonderheiten der Haiku Oberfläche.

-gui.png -

Haikus GUI ist ziemlich selbst erklärend; nur wenige Dinge bedürfen einer weiteren Erläuterung.

-
    -
  1. Die Deskbar ist sozusagen Haikus "Start" Menü und Taskbar, siehe Deskbar.

  2. -
  3. Der gelbe Reiter zeigt mehr als den Programm- oder Dateinamen: -
    • Er lässt sich verschieben, indem man die SHIFT Taste gedrückt hält, während man ihn an eine andere Position zieht. So lassen sich einige Fenster hintereinander anordnen, und bleiben durch ihre beschrifteten Reiter einfach erreichbar.
    • -
    • Durch einen Doppelklick auf den Reiter werden Fenster minimiert (oder per STRG ALT M). Auf ein so minimiertes Fenster kann über dessen Eintrag in der Deskbar oder dem Twitcher zugegriffen werden.
    • -
    • Ein Rechtsklick auf den Reiter eines Fensters (oder dessen Rahmen) schickt es in der Hierarchie offener Fenster ganz nach hinten.
  4. -
  5. Der Button zum Fenster schließen.

  6. -
  7. Der "Zoom" Button (auch durch STRG ALT Z). Die meisten Anwendungen ziehen damit ihr Fenster auf die Maximalgröße auf. Das muss aber nicht immer sein. Tracker-Fenster etwa, ändern sich so, dass der Inhalt optimal dargestellt wird.

  8. -
  9. Der Fensterrahmen: zieht man mit der linken Maustaste, wird das Fenster verschoben, mit der rechten wird die Fenstergröße geändert.

  10. -
  11. Die Ecke zum Ändern der Fenstergröße.

  12. -
- -

-index -Bequem Fenstergröße und -position ändern

-

Arbeitet man mit mehreren Anwendungen gleichzeitig müssen oft Fenster verschoben oder in der Größe verändert werden. Es gibt dafür einen bequemeren Weg als auf die kleinen gelben Reiter zu zielen oder auf die noch kleineren Fensterrahmen. Und zu seiner geringen Größe kommt bei der Ecke noch dazu, dass man die Fenstergröße nur hier und auch nur in Richtung rechts und unten ändern kann.
-Sicher, per Rechtsklick kann man ein Fenster auch an jeder Rahmenstelle in der Größe ändern, aber dazu muss man auch ziemlich genau zielen.

-

Haikus Lösung ist die Einführung des Tastenkürzels STRG ALT in Kombination mit der Maus. Siehe dazu auch das Kapitel Tastaturkürzel und Tastenkombinationen für weitere Kürzel zum Fenstermanagement.

-resizing.png -

Wird STRG ALT gehalten, färben sich die dem Mauszeiger nächstgelegenen Fensterrahmen. Bewegt man die Maus in die Nähe eines anderen Rahmens, ändert sich das Ziel der Aktion entsprechend. Klickt und zieht man nun die Maus mit der rechten Maustaste, wird das Fenster entlang der eingefärbten Seite(n) vergrößert oder verkleinert.

-

Hält man STRG ALT und klickt mit der linken Maustaste irgendwo in ein Fenster, kann man es verschieben. Ein kurzer Klick mit der rechten Maustaste schickt das Fenster in den Hintergrund.

- -

-index -Stack & Tile

-

Haikus grafische Oberfläche bietet eine Funktion, die die Tatsache nutzt, dass Fenster nur einen gelben Reiter haben anstatt einer Titelleiste auf ganzer Breite. Dieses Feature heißt "Stack & Tile".
-Das folgende Beispiel zeigt ein Tracker-Fenster mit Lesezeichen, das zur Linken eines WebPositive Fensters klebt ("Tiling"), das wiederum mit einem anderen Tracker-Fenster gestapelt wurde ("Stacking"), das den Sourcecode-Ordner haiku zeigt. Die Animation simuliert, wie der Benutzer mit einem Klick auf die Titelreiter der Fenster im Stapel abwechselnd mal das eine, mal das andere Fenster in den Vordergrund holt.

-gui-s+t.gif -

So verbunden, können die Fenster gemeinsam als Gruppe verschoben oder in der Größe verändert werden. Praktisch, wenn man projektorientiert arbeiten möchte: Anstatt nach dem Browserfenster mit der Dokumentation, dem Editor, Tracker-Fenster und vielleicht eine das aktuelle Projekt betreffende Email zu suchen, werden all diese Fenster einfach per "Stack & Tile" zusammengefügt.

-

Das eigentliche Gruppieren von Fenstern ist einfach: Man hält OPT gedrückt während man ein Fenster an seinem Reiter greift; bewegt man das Fenster nun in die Nähe von Reiter oder Rahmen eines anderen Fensters, ändert sich deren Farbe und man lässt das Fenster los.

-

"Stack & Tile" besteht aus zwei verwandten Komponenten.

- - -
gui-stacking.png

Als "Stacking" bezeichnet man das Stapeln von Fenstern; die gelben Reiter werden dabei automatisch nebeneinander angeordnet.
-Beim Halten von OPT ändert sich die Farbe der Reiter, sobald sie überlappen; durch Loslassen werden die Fenster dann gestapelt.

- - -
gui-tilinging.png

Unter "Tiling" versteht man das horizontale oder vertikale Andocken von Fenstern, so dass sie praktisch aneinander kleben bleiben.
-Wieder ändern sich beim Halten von OPT Farben, diesmal die Andockstellen der Rahmen, sobald sich zwei Fenster nahe genug gekommen sind.

-

Trennen lassen sich Fenster auf gleiche Weise: OPT halten und ein Fenster an seinem Reiter fassen und aus der Fenstergruppe ziehen.

- -

-index -Dialoge zum Öffnen und Speichern

-

Öffnet oder speichert man eine Datei in irgendeiner Anwendung, erscheint so ein Dialog:

-open-save.png -

Er besteht aus den üblichen Dingen: Eine Auswahlliste aller Dateien des aktuellen Ordners, ein Textfeld um einen Dateinamen einzugeben und ein Menü für unterschiedliche Dateiformate und deren Einstellungen.
-Zum übergeordneten Verzeichnis gelangt man mit dem Pop-up Menü über der Dateiliste.

-

Ist bereits ein Tracker-Fenster mit dem gewünschten Ort offen, kann man einfach irgendeine Datei von dort oder das Ordnersymbol oben rechts in der Menüleiste in den Dialog ziehen. Dadurch springt der Dialog zu diesem neuen Ort.

- -

-index -Tastaturkürzel

-

Viele Kürzel in Öffnen- und Speicherdialogen sind die gleichen wie im Tracker. Neben den Befehlen, die auch über das Menü Datei erreichbar sind, gibt es noch einige nicht so offensichtliche:

- - - - - - - -
ALT NErstellt einen neuen Ordner.
ALT EBenennt das ausgewählte Objekt um.
ALT Wechselt in das übergeordnete Verzeichnis.
ALT or RETURNWechselt in das ausgewählte Verzeichnis.
ALT DWechselt zum Desktop.
ALT HWechselt zum Home Verzeichnis.
- -

-index -Favoriten und kürzlich verwendete Ordner

-

In Öffnen- und Speicherdialogen bietet das Menü Favoriten kürzlich besuchte Ordner und bevorzugte Speicherorte, die man selbst einrichten kann. Wie durch den kleinen Pfeil erkennbar, lassen sich diese Orte auch als Ausgangspunkt zum weiteren Navigieren in der Hierarchie nutzen.

-favorites.png -

Um einen Favoriten hinzuzufügen, klickt man sich einfach zu seinem Ziel durch und wählt dann Favoriten | Aktuellen Ordner hinzufügen. Er erscheint von nun an in jedem Öffnen/Speichern Dialog. Möchte man ihn wieder entfernen, wählt man Favoriten | Favoriten bearbeiten... und löscht den entsprechenden Eintrag.
-Alle Favoriten befinden sich in /boot/home/config/settings/Tracker/Go/. -Man kann Verknüpfungen zu Dateien und Ordnern also auch dort direkt anlegen und entfernen.

- -

-index -Replikanten

-

Replikanten sind kleine autarke Module von Anwendungen, die in andere Programme integriert werden können. Sofern Deskbars Option Replikanten einblenden aktiviert ist, erkennt man "replizierbare" Teile einer Anwendung durch ein kleines Symbol, normalerweise rechts unten:

-replicant.png -

Das nächstgelegene Objekt, das Replikanten aufnehmen kann, ist der Desktop: Man lässt einfach das kleine Symbol per Drag&Drop darauf fallen. Ab sofort ist es ein Teil des Desktops und die ursprüngliche Anwendung muss nicht mehr laufen damit es funktioniert.
-Ein Rechtsklick auf ein Replikanten-Symbol öffnet ein Kontextmenü, um das Über Fenster der ursprünglichen Anwendung anzuzeigen und zum Entfernen den Befehl Replikant entfernen.

-
Sollte ein Replikant auf dem Desktop mal Schwierigkeiten machen und sich auch nicht mehr entfernen lassen, kann man die Datei ~/Konfiguration/settings/Tracker/tracker_shelf löschen. Dadurch werden allerdings alle Replikanten vom Desktop entfernt.
-

Beispiele replizierbarer Anwendungen sind die Anzeigen vom Systemmanager, die Arbeitsflächen App oder der Rechner.

-
-
- - - - - diff --git a/docs/userguide/userguide/de/images/apps-images/activitymonitor.png b/docs/userguide/userguide/de/images/apps-images/activitymonitor.png deleted file mode 100644 index 893e12a9b0..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-1.png deleted file mode 100644 index d15cd24825..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-2.png deleted file mode 100644 index f4e41d3430..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-3.png deleted file mode 100644 index bf2e8e49ed..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-4.png deleted file mode 100644 index dea5bcd64c..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-5.png deleted file mode 100644 index 431a899f46..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-6.png deleted file mode 100644 index bb281e6dc4..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-7.png deleted file mode 100644 index f9f65b5fdf..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/de/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/bootmenu.png b/docs/userguide/userguide/de/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/cdplayer.png b/docs/userguide/userguide/de/images/apps-images/cdplayer.png deleted file mode 100644 index b04bcb3649..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/charactermap.png b/docs/userguide/userguide/de/images/apps-images/charactermap.png deleted file mode 100644 index 87a8dfe2d1..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/cli-alert.png b/docs/userguide/userguide/de/images/apps-images/cli-alert.png deleted file mode 100644 index 39dc3d5258..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/cli-desklink.png b/docs/userguide/userguide/de/images/apps-images/cli-desklink.png deleted file mode 100644 index 9bcd761afd..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/de/images/apps-images/cli-filepanel.png deleted file mode 100644 index a68b12cb5a..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/codycam.png b/docs/userguide/userguide/de/images/apps-images/codycam.png deleted file mode 100644 index 7cfda24713..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/debugger.png b/docs/userguide/userguide/de/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/debugger_alert.png b/docs/userguide/userguide/de/images/apps-images/debugger_alert.png deleted file mode 100644 index 34eb0747d3..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/deskcalc.png b/docs/userguide/userguide/de/images/apps-images/deskcalc.png deleted file mode 100644 index dafaf03469..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/de/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index 423b72006b..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/diskprobe.png b/docs/userguide/userguide/de/images/apps-images/diskprobe.png deleted file mode 100644 index 6d864812a6..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/diskusage.png b/docs/userguide/userguide/de/images/apps-images/diskusage.png deleted file mode 100644 index 2ae2a91a23..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/de/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/de/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/drivesetup.png b/docs/userguide/userguide/de/images/apps-images/drivesetup.png deleted file mode 100644 index ce002b6c1c..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/expander-preferences.png b/docs/userguide/userguide/de/images/apps-images/expander-preferences.png deleted file mode 100644 index 60759044fc..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/expander.png b/docs/userguide/userguide/de/images/apps-images/expander.png deleted file mode 100644 index 6013abeba1..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/de/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/de/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/de/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/haikudepot.png b/docs/userguide/userguide/de/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/de/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index e983af7c44..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/de/images/apps-images/i-o-m-overview.png deleted file mode 100644 index ca8346e707..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/installer.png b/docs/userguide/userguide/de/images/apps-images/installer.png deleted file mode 100644 index 758af2cad3..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/magnify.png b/docs/userguide/userguide/de/images/apps-images/magnify.png deleted file mode 100644 index 725ccc5083..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mail-attachments.png b/docs/userguide/userguide/de/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mail-preferences.png b/docs/userguide/userguide/de/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mail-read.png b/docs/userguide/userguide/de/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mail-signature.png b/docs/userguide/userguide/de/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/de/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mail-write.png b/docs/userguide/userguide/de/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/de/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 4a4a50e680..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/de/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 2853a82f5a..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/de/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 1542e8aa1b..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/mediaplayer.png b/docs/userguide/userguide/de/images/apps-images/mediaplayer.png deleted file mode 100644 index ae02e10439..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/midiplayer.png b/docs/userguide/userguide/de/images/apps-images/midiplayer.png deleted file mode 100644 index 25dba43756..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/de/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/de/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index e1cc806257..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/packageinstaller.png b/docs/userguide/userguide/de/images/apps-images/packageinstaller.png deleted file mode 100644 index 5220c11f07..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/people-files.png b/docs/userguide/userguide/de/images/apps-images/people-files.png deleted file mode 100644 index dcc4d797e8..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/people.png b/docs/userguide/userguide/de/images/apps-images/people.png deleted file mode 100644 index bcc7dad35a..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/poorman.png b/docs/userguide/userguide/de/images/apps-images/poorman.png deleted file mode 100644 index 3c7747ec08..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/screenshot.png b/docs/userguide/userguide/de/images/apps-images/screenshot.png deleted file mode 100644 index 99c0f7420f..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/de/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 507710a04a..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/de/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index f7da7071b7..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/de/images/apps-images/showimage-edit.jpg deleted file mode 100644 index 656deeb72d..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/de/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/de/images/apps-images/showimage-view.jpg deleted file mode 100644 index c215c478c1..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/stylededit.png b/docs/userguide/userguide/de/images/apps-images/stylededit.png deleted file mode 100644 index 7481e20d4f..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/terminal-settings.png b/docs/userguide/userguide/de/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/terminal.png b/docs/userguide/userguide/de/images/apps-images/terminal.png deleted file mode 100644 index b22ca7e4f0..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/textsearch.png b/docs/userguide/userguide/de/images/apps-images/textsearch.png deleted file mode 100644 index 700c62d352..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/de/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/web+download.png b/docs/userguide/userguide/de/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/de/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/de/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/web+settings.png b/docs/userguide/userguide/de/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/de/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/de/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/de/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/de/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/de/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/apps-images/webpositive.png b/docs/userguide/userguide/de/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/de/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/attributes-images/people.png b/docs/userguide/userguide/de/images/attributes-images/people.png deleted file mode 100644 index 31f28657e6..0000000000 Binary files a/docs/userguide/userguide/de/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/calendar.png b/docs/userguide/userguide/de/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/deskbar.png b/docs/userguide/userguide/de/images/deskbar-images/deskbar.png deleted file mode 100644 index 0097bd403f..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/de/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/positions.png b/docs/userguide/userguide/de/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/de/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/de/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index bca65bcad6..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/de/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/de/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/de/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/de/images/desktop-applets-images/launchbox.png deleted file mode 100644 index dcfa52175e..0000000000 Binary files a/docs/userguide/userguide/de/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/de/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index ca96540aaf..0000000000 Binary files a/docs/userguide/userguide/de/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/de/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 5480b728a1..0000000000 Binary files a/docs/userguide/userguide/de/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/de/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index c0ef24e2a1..0000000000 Binary files a/docs/userguide/userguide/de/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/de/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 26432ef51d..0000000000 Binary files a/docs/userguide/userguide/de/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/gui-images/favorites.png b/docs/userguide/userguide/de/images/gui-images/favorites.png deleted file mode 100644 index df9d85ea3e..0000000000 Binary files a/docs/userguide/userguide/de/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/de/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/de/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/de/images/gui-images/gui-stacking.png b/docs/userguide/userguide/de/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/de/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/gui-images/gui-tiling.png b/docs/userguide/userguide/de/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/de/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/gui-images/gui.png b/docs/userguide/userguide/de/images/gui-images/gui.png deleted file mode 100644 index 0c424f6604..0000000000 Binary files a/docs/userguide/userguide/de/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/gui-images/open-save.png b/docs/userguide/userguide/de/images/gui-images/open-save.png deleted file mode 100644 index 9b5b7136f3..0000000000 Binary files a/docs/userguide/userguide/de/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/gui-images/resizing.png b/docs/userguide/userguide/de/images/gui-images/resizing.png deleted file mode 100644 index f5bf96788f..0000000000 Binary files a/docs/userguide/userguide/de/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/networkstatus-images/applet.png b/docs/userguide/userguide/de/images/networkstatus-images/applet.png deleted file mode 100644 index 68b4f6ebf7..0000000000 Binary files a/docs/userguide/userguide/de/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/de/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/de/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/de/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/de/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/de/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/de/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/de/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/de/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/de/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/de/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/powerstatus-images/applet.png b/docs/userguide/userguide/de/images/powerstatus-images/applet.png deleted file mode 100644 index b27db7c29b..0000000000 Binary files a/docs/userguide/userguide/de/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/de/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index 8c32da3eb1..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/de/images/prefs-images/appearance-colors.png deleted file mode 100644 index 24f68b217d..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/de/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 144f75f1d0..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/de/images/prefs-images/appearance-fonts.png deleted file mode 100644 index d8bc0f8e51..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index b10138e1a4..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index 5e08b8c891..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index d61467d4d4..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/de/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index 7479531923..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/backgrounds.png b/docs/userguide/userguide/de/images/prefs-images/backgrounds.png deleted file mode 100644 index 02b1bed7e1..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/datatranslations.png b/docs/userguide/userguide/de/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/de/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/fonts.png b/docs/userguide/userguide/de/images/prefs-images/fonts.png deleted file mode 100644 index e1c987ffb5..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/keyboard.png b/docs/userguide/userguide/de/images/prefs-images/keyboard.png deleted file mode 100644 index 8b5402fca8..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/de/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 76bf611cdd..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/keymap.png b/docs/userguide/userguide/de/images/prefs-images/keymap.png deleted file mode 100644 index 0adc89282f..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/de/images/prefs-images/locale-formatting.png deleted file mode 100644 index ae6d6d17fd..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/locale-language.png b/docs/userguide/userguide/de/images/prefs-images/locale-language.png deleted file mode 100644 index 5ff915897b..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/mouse.png b/docs/userguide/userguide/de/images/prefs-images/mouse.png deleted file mode 100644 index 58016c80ea..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/de/images/prefs-images/network-prefs-device.png deleted file mode 100644 index 5ec5c9b804..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/de/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 938bbf6390..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/de/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index d4af6604f1..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/de/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index e026b3ec6e..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/network.png b/docs/userguide/userguide/de/images/prefs-images/network.png deleted file mode 100644 index 6c19cc424e..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/screen.png b/docs/userguide/userguide/de/images/prefs-images/screen.png deleted file mode 100644 index 2a98d17995..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/de/images/prefs-images/screensaver-fade.png deleted file mode 100644 index 164d8a4581..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/de/images/prefs-images/screensaver-modules.png deleted file mode 100644 index 2ac1982028..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/sounds.png b/docs/userguide/userguide/de/images/prefs-images/sounds.png deleted file mode 100644 index a5cca70c2c..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/time-clock.png b/docs/userguide/userguide/de/images/prefs-images/time-clock.png deleted file mode 100644 index 87fecf4ad3..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/time-network.png b/docs/userguide/userguide/de/images/prefs-images/time-network.png deleted file mode 100644 index 9c9691c2f8..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/time-time.png b/docs/userguide/userguide/de/images/prefs-images/time-time.png deleted file mode 100644 index a50473c439..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/time-timezone.png b/docs/userguide/userguide/de/images/prefs-images/time-timezone.png deleted file mode 100644 index 483071f3df..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/touchpad.png b/docs/userguide/userguide/de/images/prefs-images/touchpad.png deleted file mode 100644 index d199155115..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/de/images/prefs-images/virtualmemory.png deleted file mode 100644 index 69ef25932c..0000000000 Binary files a/docs/userguide/userguide/de/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/processcontroller-images/applet.png b/docs/userguide/userguide/de/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/de/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/processcontroller-images/memory.png b/docs/userguide/userguide/de/images/processcontroller-images/memory.png deleted file mode 100644 index f79968048e..0000000000 Binary files a/docs/userguide/userguide/de/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/processcontroller-images/priority.png b/docs/userguide/userguide/de/images/processcontroller-images/priority.png deleted file mode 100644 index f901a7c301..0000000000 Binary files a/docs/userguide/userguide/de/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/processcontroller-images/quit.png b/docs/userguide/userguide/de/images/processcontroller-images/quit.png deleted file mode 100644 index b027762e5d..0000000000 Binary files a/docs/userguide/userguide/de/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/queries-images/basic-query.png b/docs/userguide/userguide/de/images/queries-images/basic-query.png deleted file mode 100644 index 2d7ab2eff5..0000000000 Binary files a/docs/userguide/userguide/de/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/queries-images/formula-query.png b/docs/userguide/userguide/de/images/queries-images/formula-query.png deleted file mode 100644 index ef94b7a147..0000000000 Binary files a/docs/userguide/userguide/de/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/queries-images/query-window-filled.png b/docs/userguide/userguide/de/images/queries-images/query-window-filled.png deleted file mode 100644 index 3e767ecfb3..0000000000 Binary files a/docs/userguide/userguide/de/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/queries-images/query-window.png b/docs/userguide/userguide/de/images/queries-images/query-window.png deleted file mode 100644 index ba8874fe15..0000000000 Binary files a/docs/userguide/userguide/de/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/queries-images/result-window.png b/docs/userguide/userguide/de/images/queries-images/result-window.png deleted file mode 100644 index 146f1b588b..0000000000 Binary files a/docs/userguide/userguide/de/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/de/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 08d2902705..0000000000 Binary files a/docs/userguide/userguide/de/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/drill-down.png b/docs/userguide/userguide/de/images/tracker-images/drill-down.png deleted file mode 100644 index 83d05c821e..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/get-info.png b/docs/userguide/userguide/de/images/tracker-images/get-info.png deleted file mode 100644 index 0fcd59a5e4..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/mount-settings.png b/docs/userguide/userguide/de/images/tracker-images/mount-settings.png deleted file mode 100644 index 2420239ee0..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/new-menu.png b/docs/userguide/userguide/de/images/tracker-images/new-menu.png deleted file mode 100644 index b2e12961fb..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/de/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 557fe5c25b..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/open-with.png b/docs/userguide/userguide/de/images/tracker-images/open-with.png deleted file mode 100644 index f8d9e30493..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/de/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 5ca053cdb2..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/transaction-status.png b/docs/userguide/userguide/de/images/tracker-images/transaction-status.png deleted file mode 100644 index c2d6ef063c..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/de/images/tracker-images/window-drill-down.png deleted file mode 100644 index 9ba4c6586f..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/window-menu.png b/docs/userguide/userguide/de/images/tracker-images/window-menu.png deleted file mode 100644 index 3ec6c0911f..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/de/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 8b33bdefcc..0000000000 Binary files a/docs/userguide/userguide/de/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-email-images/browsing.png b/docs/userguide/userguide/de/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/de/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-email-images/query-1.png b/docs/userguide/userguide/de/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-email-images/query-2.png b/docs/userguide/userguide/de/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-email-images/query-3.png b/docs/userguide/userguide/de/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-email-images/query-4.png b/docs/userguide/userguide/de/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-email-images/status.png b/docs/userguide/userguide/de/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d0470a3c8d..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index 829bf47e0e..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 2cf6b85509..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 5b2904c441..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 9482623171..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/de/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/de/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/de/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/de/images/workspaces-images/workspaces.png b/docs/userguide/userguide/de/images/workspaces-images/workspaces.png deleted file mode 100644 index 9dd9649927..0000000000 Binary files a/docs/userguide/userguide/de/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/de/index.html b/docs/userguide/userguide/de/index.html deleted file mode 100644 index 275c72201f..0000000000 --- a/docs/userguide/userguide/de/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Index - - - - - - - - -
-
- -

Index

- -

Attribute and Queries sind zwei fundamentale Features von Haiku. Während Attribute allein schon sehr nützlich sind, um Zusatzinformationen anzuzeigen, müssen sie jedoch indiziert werden, um sie mit einer Query durchsuchen zu können. Dadurch gelangen sie intern in eine einfach durchsuchbare Tabelle, was Queries wiederum blitzschnell macht.
-Der Index ist ein Teil des Dateisystems und wird getrennt pro Partition verwaltet.

- -

-Index-Befehle im Terminal

-

Es existieren mehrere Befehle zur Verwaltung des Index:

-
    -
  • lsindex - Zeigt alle indizierten Attribute der aktuellen Partition.
    -Folgende Attribute sind standardmäßig indiziert:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Legt einen Index für ein Attribut auf der aktuellen Partition an.
  • -
-
Gebrauch: mkindex [Optionen] <Attribute>
-Legt einen neuen Index für das angebene Attribut an.
- 
-  -d, --volume=PATH     ein Pfad auf der Partition, auf der der Index angelegt wird, 
-                        Standard ist die aktuelle Partition. 
-  -t, --type=TYPE       der Typ des zu indizierenden Attributs.  Entweder "int", 
-                        "llong", "string", "float", or "double". 
-                        Standard ist "string". 
-      --copy-from       Pfad zur Partition von der der Index kopiert wird.
-  -v, --verbose         gibt informationen zum angelegten Index aus
-
-
-

-Nur neu angelegte Dateien mit diesem Attribut kommen automatisch in den Index!
-Bereits existierende Dateien müssen von Hand hinzugefügt werden, indem sie kopiert und anschließend die Originaldateien gelöscht werden. -Oder man benutzt den Befehl reindex.

-
    -
  • reindex - Fügt die Attribute bereits existierender Dateien in den neu erstellten Index der aktuellen Partition.
  • -
-
Gebrauch: reindex [-rvf] attr <Liste von Dateinamen und/oder Ordner> 
-  -r    arbeitet Ordner recursiv ab
-  -v    ausführliche Ausgabe von Informationen
-  -f    erstellt/aktualisiert alle Indexe von der Quell-Partition,
-        "attr" ist der Pfad zur Quell-Partition
-
    -
  • rmindex - Entfernt ein Attribut aus dem Index der aktuellen Partition.
  • -
-
Gebrauch: rmindex [OPTION]... INDEX_NAME 
- 
-Entfernt den Index "INDEX_NAME" von einer Partition. Ist das geschehen,
-kann mittel Queries nicht länger nach Dateien mit dem INDEX_NAME
-Attribut gesucht werden.
- 
-  -d, --volume=PATH     ein Pfad zu der Partition, von der der Index entfernt 
-                         werden soll 
-  -h, --help            zeigt diese Hilfe und bricht ab 
-  -p, --pattern         INDEX_NAME ist ein Muster 
-  -v, --verbose         gibt Informationen zum entfernten Index aus
- 
-INDEX_NAME ist der Name eines Datei Attributs.
- 
-Wird keine Partition angegeben, wird von der Partition des aktuellen Ordners ausgegangen.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/keyboard-shortcuts.html b/docs/userguide/userguide/de/keyboard-shortcuts.html deleted file mode 100644 index a5865c5161..0000000000 --- a/docs/userguide/userguide/de/keyboard-shortcuts.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - Abkürzungen und Tastenkombinationen - - - - - - - - -
-
- -

Abkürzungen und Tastenkombinationen

- -

Um z.B. Befehle von Menüs auszuführen, wird in Haiku standardmäßig nicht die anderwo übliche STRG Taste, sondern ALT benutzt. Das hat historische Gründe, da BeOS sehr durch MacOS inspiriert wurde. Wenn man sich erst mal daran gewöhnt hat, hat das tatsächlich Vorteile. So integriert sich ALT C und ALT V nahtlos in die bash Konsole des Terminals, wo STRG C einen gerade laufenden Prozess beendet.

-

Mit den Tastaturlayout Einstellungen kann jedoch für alle Fälle zur vielleicht vertrauteren STRG Taste gewechselt werden. Dieser Userguide geht auf alle Fälle immer von der Standardkonfiguration mit ALT als Befehlstaste aus.

-

Wenn man sich nicht sicher ist, welche Taste OPT oder MENÜ bei seinem Keyboard/Tastatur-Layout ist, kann man wieder die Tastaturlayout Einstellungen benutzen. Hier lässt sich erkennen welcher Tastendruck erzeugt wird, wenn man eine bestimmte Taste auf seiner Tastatur drückt.

- -

-index -Allgemeine Kürzel

-

Hier eine Liste mit den meist genutzten Tastaturkürzel, die immer zur Verfügung stehen, auch falls es dafür gerade kein entsprechendes Menü gibt:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxWechselt zur Arbeitsfläche X (Fx ist dabei die der Arbeitsfläche entsprechende Funktionstaste). Hält man dabei zusätzlich die SHIFT-Taste, wird das aktive Fenster zur neuen Arbeitsfläche mitgenommen.
STRG ALT / / / Zum Bewegen durch die Reihen und Spalten der verfügbaren Arbeitsflächen. Hält man dabei zusätzlich die SHIFT-Taste, wird das aktive Fenster zur neuen Arbeitsfläche mitgenommen.
OPTZieht man ein Fenster bei gedrückter OPT Taste in die Nähe von Reiter oder Rahmen eines anderen Fensters, lassen sie sich stapeln oder andocken (siehe Stack & Tile).
OPT / Wechselt durch alle offenen Fenster des aktuellenArbeitsfläche.
STRG ALT + LinksklickKlickt und zieht man mit der linken Maustaste wird das Fenster verschoben (siehe dazu Haikus Benutzeroberfläche).
STRG ALT + RechtsklickKlickt und zieht man mit der rechten Maustaste wird die Fenstergröße geändert (siehe dazu Haikus Benutzeroberfläche).
STRG ALT ZZoomt ein Fenster auf eine alternative Größe (meist die Maximalgröße).
STRG ALT MMinimiert das aktive Fenster.
STRG ALT HMinimiert alle Fenster der aktiven Anwendung.
STRG ALT FHolt das aktive Fenster in den Vordergrund (nur sinnvoll mit der Mauseinstellung Focus Follows Mouse).
STRG ALT BSchickt das aktive Fenster in den Hintergrund.
STRG TABGedrückt halten, um den Twitcher aufzurufen.
STRG ALT ENTFÖffnet den Teammonitor.
ALT ESCAktiviert die Menüleiste (Verlassen mit ESC).
ALT CKopiert die Auswahl in die Ablage.
ALT XSchneidet die Auswahl aus und kopiert sie in die Ablage.
ALT VFügt den Inhalt der Ablage ein.
ALT WSchließt das aktive Fenster.
ALT QBeendet eine Anwendung.
DRUCKSchießt ein Bildschirmfoto ohne Verzögerung und öffnet das Screenshot Fenster.
SHIFT DRUCKSchießt ein Bildschirmfoto "heimlich" (ohne das Screenshot Fenster zu öffnen), aber mit allen beim letzten Mal getroffenen Einstellungen.
STRG DRUCKSchießt auch ein "heimliches" Bildschirmfoto mit den letzten Einstellungen, speichert es jedoch nicht ab, sondern kopiert es nur in die Ablage.
- -

-index -Kürzel zur Textbearbeitung

-

Immer wenn Text bearbeitet wird – sei es beim Umbenennen einer Datei in Tracker, beim Bearbeiten einer Datei im Texteditor, oder im Chat in Vision – funktionieren die folgenden universellen Tastaturkürzel:

- - - - - - -
ALT / oder
OPT /
Springt wortweise durch den Text. Am besten gewöhnt man sich gleich an die Kürzel per OPT. Dann hat man weniger Probleme, falls eine Anwendung bereits die Kürzel per ALT für andere Befehle nutzt.
POS1Springt an den Anfang der Zeile.
ENDESpringt an das Ende der Zeile.
ALT POS1Springt an den Anfang des Dokuments.
ALT ENDESpringt an das Ende des Dokuments.
-

Wird gleichzeitig mit den obigen Tastenkürzel die SHIFT Taste gehalten, wird der sich zwischen den Cursor-Sprüngen befindliche Text ausgewählt.

- -

-index -Navigations-Kürzel in Tracker

-

Zusätzlich zu den allgemeinen Kürzeln, gibt es noch einige mehr für die Trackernavigation:

- - - - - - - - -
ALT Öffnet den übergeordneten Ordner.
ALT or RETURNÖffnet den markierten Ordner.
OPTWird die Taste gehalten, während man einen Ordner öffnet, schließt sich automatisch dessen übergeordneter Ordner. Das funktioniert auch wenn man zum Navigieren die Maus benutzt.
MENÜÖffnet das Deskbar Menü (Verlassen mit ESC).
ALT ZMacht die letzte Aktion rückgängig. Wieviele Aktionen rückgängig gemacht werden können, wird nur durch den verfügbaren Speicher begrenzt. Man beachte, das funktioniert nur für Aktionen, die Dateien direkt betreffen, Änderungen an Attributen oder Zugriffsrechten können so nicht rückgängig gemacht werden. Und wenn eine Datei aus dem Papierkorb geleert wurde, ist sie unwiederbringlich weg.
ALT SHIFT ZWiederholt die Aktion die zuvor mittels ALT Z rückgängig gemacht wurde.
SHIFT + MausradDas Scrollen durch lange Listen in Trackerfenstern oder beim Navigieren durch Untermenüs lässt sich so durch seitenweises Blättern beschleunigen.
- -

-index -Kürzel im Terminal

- - - - - - - - - - - - - - - - -
ALT NÖffnet eine neue Terminal Session in einem neuen Fenster.
ALT TÖffnet eine neue Terminal Session in einem neuen Reiter.
ALT 1, 2, 3...Wechselt zum entsprechenden Reiter.
ALT TABWechselt zum nächsten Terminal Fenster.
SHIFT / Wechselt zum vorigen/nächsten Reiter.
ALT SHIFT / Verschiebt den aktuellen Reiter nach links/rechts.
ALT + / -Vergrößern/Verkleinern der Schriftgröße.
ALT RETURNWechsel Vollbild-/Fenstermodus.
SHIFT / Scrollt die Terminal Ausgabe um eine Zeile rauf/runter.
SHIFT Bild↑ / Bild↓ Scrollt die Terminal Ausgabe um eine Seite rauf/runter.
TABTab-Vervollständigung. Nachdem einige Zeichen eingegeben wurden, komplettiert ein Druck der -TAB Taste einen Dateinamen oder Pfad. Gibt es mehr als einen Treffer, hält die Ausgabe an der Stelle die beginnt sich zu unterscheiden und man muss noch einige Zeichen zur weiteren Unterscheindung nachliefern. Drückt man TAB zweimal, werden alle Treffer aufgelistet.
/ Bewegt einen rauf und runter in einer Liste aller vorher schon mal eingegebenen Befehle.
STRG RBash Historie. Alle eingegebenen Befehle werden in der Datei ~/config/settings/bash_history gespeichert. Drückt man STRG R und beginnt einen Befehl einzugeben, erhält man den ersten Treffer aus der Bash Historie. Jetzt kann immer wieder STRG R gedrückt werden bis man die gewünschte Befehlszeile finden, die man mit RETURN ausführt.
STRG CBeendet den momentan ausgeführten Befehl.
STRG DBeendet die aktuelle Terminal Session.
- -

-index -Weitere Tastenkombinationen

-

Weitere Objekte können zu einer bestehenden Auswahl hinzugefügt oder davon entfernt werden, indem man eine zusätzliche Taste gedrückt hält, während man auf ein Objekt klickt (oder eine Datei im Tracker).

- - - -
SHIFTEs werden alle Objekte zwischen dem markierten und dem geklickten ausgewählt.
ALTFügt das angeklickte Objekt der Auswahl hinzu oder entfernt es aus ihr.
-

Beginnt man in einem Tracker Fenster Zeichen einzutippen, wird das Fenster entsprechend gescrollt und die Datei ausgewählt, die dieser inkrementellen Suche am besten entspricht. Existiert keine Datei, die mit den eingegebenen Zeichen anfängt, wird die Datei markiert, die diese Zeichen irgendwo in ihrem Namen oder in sonst einem angezeigten Attribut enthält. Diese Suche unterscheidet keine Groß- und Kleinbuchstaben.
-Die eingegebenen Zeichen erscheinen unten links, wo ansonsten die Anzahl der Objekte steht. Nach einer Sekunde springt die Anzeige dort wieder zurück und man könnte mit einer neuen inkrementellen Suche beginnen.
-Anstatt zur ersten Fundstelle der eingegebenen Zeichen zu springen, lässt sich Tracker auch so einstellen, dass alle nicht der Suche entsprechenden Dateien herausgefiltert werden. Siehe dazu das Thema Dateien filtern.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences.html b/docs/userguide/userguide/de/preferences.html deleted file mode 100644 index e3ea9f128f..0000000000 --- a/docs/userguide/userguide/de/preferences.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Einstellungen - - - - - - - - -
-
- -

Einstellungen

- -

Obwohl eine Grundphilosophie von Haiku besagt möglichst wenige Optionen, und dafür umso bessere Grundeinstellungen zu bieten, gibt es einige Dinge, die man einfach konfigurieren muss oder nach seinem Geschmack einstellen kann. Alle Einstelldialoge befinden sich in Deskbars Einstellungen Menü.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconErscheinungsbild Konfiguration einiger Aspekte der grafischen Oberfläche.
iconHintergründe Einstellen von Farben oder Bildern als Hintergründe für den Desktop oder einzelne Ordner.
iconDateikonvertierung Einstellungen für alle unterstützten Dateiformate.
iconDeskbar-Einstellungen Konfiguration der Deskbar.
iconE-Mail-Dienst Einrichten von E-Mail Konten.
iconDateitypen Hinzufügen, entfernen und konfigurieren von Dateitypen.
iconTastatur Einstellung von Wiederholverzögerung und -rate der Tastatur.
iconTastaturlayout Einstellung des Tastenlayouts.
iconLand & Sprache Einstellung der Sprache und Formate im System.
iconAudio & Video Audio und Video Einstellungen für Ein-/Ausgabegeräte und der systemweite Audiomixer.
iconMaus Konfiguration der Maus.
iconNetzwerk Konfiguration der Netzwerkeinstellungen.
iconDrucker Hinzufügen, entfernen und konfigurieren von Druckern.
iconBildschirm Konfiguration von Auflösung, Farbtiefe, Wiederholfrequenz und Zahl verwendeter Workspaces.
iconBildschirmschoner Hinzufügen, entfernen und konfigurieren von Bildschirmschonern.
iconTastenkürzel Anlegen eigener Kürzel, um etwa eine Anwendung per Tastenkombinationen zu starten. [fehlt noch]
iconKlänge Einstellung verschiedener Soundausgaben bei div. Ereignissen.
iconDatum & Zeit Setzen von Datum, Zeit und Zeitzone.
iconTracker-Einstellungen Konfiguration von Haikus Dateimanager.
iconTouchpad Konfiguration des Touchpads.
iconVirtueller Speicher Einstellung der virtuellen Speichergröße (Auslagerungsdatei).
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/appearance.html b/docs/userguide/userguide/de/preferences/appearance.html deleted file mode 100644 index 9fedfe9e0c..0000000000 --- a/docs/userguide/userguide/de/preferences/appearance.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Appearance - - - - - - - - -
-
- -

appearance-icon_64.pngErscheinungsbild

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Appearance
Einstellungen:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Im Erscheinungsbild Panel lassen sich einige Details von Haikus Erscheinungsbild anpassen.

- -

-index -Schriftarten

-appearance-fonts.png -

Haiku verwendet systemweit drei verschiedene Schriftarten. Sie können hier unter "Normal", "Fett" und "Feste Breite" (Schrift mit fester Buchstabenbreite) festgelegt werden. Daneben kann auch noch die Schriftart für Menüs eingestellt werden.

- -

-index -Installation neuer Schriftarten

-

Neue Schriften, die nicht als ordentliches .hpkg Paket vorliegen, können installiert werden, indem sie in einen ihrem Schrifttyp benannten Unterordner (psfonts oder ttfonts) in den entsprechenden non-packaged Ordner kopiert werden (siehe Dateisystem Layout). Bei TrueType Schriften wären das:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/   Schriften, die für jeden Benutzer verfügbar sind
/boot/home/config/non-packaged/data/fonts/ttfonts/   Schriften, die nur für einen selbst verfügbar sind
- -

-index -Farben

-appearance-colors.png -

Im Reiter, Farben lassen sich die Farben einiger Teile der Oberfläche einstellen. In das Farbfeld können Farben per Drag & Drop aus anderen Programmen, wie zum Beispiel WonderBrush, Icon-O-Matic oder dem Hintergründe Panel, gezogen werden.

- -

-index -Dekorator

-appearance-decorators.png -

Dekoratoren bestimmen Aussehen und Verhalten von Fenstern und all ihrer grafischen Elemente. Zur Zeit gibt es für Haiku allerdings nur einen einzigen Standard-Dekorator. Sollte man irgendwo einen alternativen Dekorator gefunden und installiert haben, ließe er sich hier auswählen.

-

Bei Haikus Standard-Dekorator lässt sich die Art der Scroll-Pfeile einstellen: entweder einfache Pfeile am Ende von Scroll-Balken, um ein bisschen Platz zu sparen, oder doppelte Pfeile — der BeOS Tradition folgend — wodurch sich beim Rauf- und Runter- oder Links- und Rechts-Scrollen eventuell ein paar Mausbewegungen sparen lassen...

- -

-index -Kantenglättung

-appearance-antialiasing.png -

Im Reiter, Kantenglättung befinden sich unterschiedliche Einstellungen, die die Ausgabe auf dem Bildschirm beeinflussen.

- -

-index -Glyph-Hinting

-

Aktiviert man Glyph-Hinting, werden alle Buchstaben so ausgerichtet, dass ihre horizontalen und vertikalen Ränder genau zwischen zwei Pixel liegen. Dadurch erreicht man einen sehr guten Kontrast, besonders bei Darstellungen von schwarz auf weiß. Text erscheint schärfer. Die Einstellung Nur nicht-proportionale Schriften beschränkt das Hinting auf Schriften fixer Breite und ist gerade bei Geräten mit geringen Auflösungen, wie Netbooks, interessant. Bei kleinen Schriftarten kann das Hinting ziemlich schlimm aussehen. Mit dieser Einstellung hat man die Vorteile aber zumindest noch in Texteditoren und im Terminal.

-

Hier sieht man den Unterschied von Hinting anhand vergrößerter Screenshots:

- - -
appearance-glyph-off.png
Hinting: aus
appearance-glyph-on.png
Hinting: an
-

Es sei angemerkt, dass alle Lupe Fenster auf dieser Seite natürlich auch selbst mit den verschiedenen Optionen dargestellt werden. So bekommt man einen echten Eindruck der Einstellungen, indem man zum Beispiel die fetten Titel der Fensterreiter vergleicht, oder den Text "33 x 15 @ 8 pixels/pixel".

- -

-index -Kantenglättungstyp

-

Eine weitere Technik, um die Darstellung zu verbessern, ist die Kantenglättung, welche auf Vektorgrafiken, als auch auf Text angewandt wird. Sie glättet Linien, indem die Farbe bestimmter Pixel geändert wird. Dazu gibt es zwei unterschiedliche Methoden:

-

Graustufen ändert die Intensität der äußeren Pixel.
-LCD-Subpixel macht das noch besser, vor allem bei (hochauflösenden) LCD-Monitoren. Anstatt der Intensität eines Pixels, wird die Farbe so geändert, dass eine Kante nur einen Bruchteil eines Pixels bewegt wird, da LCD-Schirme jeden Pixel aus einer roten, grünen und blauen Komponente zusammensetzen.

-

Hier wieder die beiden Methoden anhand vergrößerter Screenshots:

- - -
appearance-glyph-off.png
Grayscale, Hinting: aus
appearance-subpixel.png
LCD subpixel, Hinting: aus
-

Subpixel-Kantenglättung verleiht Objekten einen leicht farbigen Umriss, den nicht jeder mag. In Haiku kann man beide Kantenglättungsmethoden mischen und die für einen richtige Einstellung mit einem Schieberegler finden.

-
Die Kombination von Subpixel-Kantenglättung und Glyph-Hinting ist durch ein Softwarepatent geschützt und daher nicht von Haus aus verfügbar. Je nachdem in welchem Land der Erde man lebt, bekommt man u.U. eine dieses Feature enthaltende Version. Das ist sehr schade. Abhilfe könnte eventuell eine Petition bringen.
-

Wenn Glyph-Hinting zusammen mit LCD-Subpixel-Kantenglättung aktiviert wird, indem man den Quellcode entsprechend ändert und neu kompiliert, sieht das im Vergleich mit Hinting bei Graustufen-Kantenglättung so aus:

- - -
appearance-glyph-on.png
Graustufen, Hinting: an
appearance-glyph-on-subpixel.png
LCD-Subpixel, Hinting: an
-


-

Ganz unten im Fenster befinden sich zwei Buttons:

- - - -
Standardwerte Setzt alle Einstellungen auf die Standardwerte zurück.
Anfangswerte setzt wieder die Werte, die aktiv waren, als das Erscheinungsbild Panel gestartet wurde.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/backgrounds.html b/docs/userguide/userguide/de/preferences/backgrounds.html deleted file mode 100644 index 4c79a493ce..0000000000 --- a/docs/userguide/userguide/de/preferences/backgrounds.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Backgrounds - - - - - - - - -
-
- -

backgrounds-icon_64.pngHintergründe

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Backgrounds
Einstellungen:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - Speichert die Position des Programmfensters.
-

Für jeden Ordner und für den Desktop jeder Arbeitsfläche, lassen sich eigene Hintergrundfarben oder -grafiken auswählen.

-


-backgrounds.png -

Im Menü ganz oben lässt sich einstellen, ob die Änderungen nur für die aktuelle Arbeitsfläche, alle Arbeitsflächen, einen bestimmten Ordner oder für alle neu angelegten Ordner gelten sollen.

-

Darunter kann ein Hintergrundbild ausgewählt werden. Ein Bild lässt sich auch in die Vorschau links ziehen; es wird dann automatisch übernommen. Wählt man im Menü Keiner, bekommt man einen einfachen einfarbigen Hintergrund.

-

Wird ein Hintergrundbild verwendet, kann dessen Platzierung eingestellt werden:

- - - - - -
Manuell Das Bild kann in der Vorschau verschoben werden. Zur genaueren Positionierung lassen sich auch X- und Y-Koordinaten eingeben.
Zentriert Zentriert das Bild in der Bildschirmmitte.
Passend skaliert Das Bild wird unbeachtet seiner Seitenverhältnisse auf die gesamte Bildschirmgröße skaliert.
Gekachelt Das Bild wird als Kachel auf dem Bildschirm wiederholt angezeigt.
-

Die Option Icon-Textkontur legt eine dünne Kontur um Icon-Beschriftungen, um die Lesbarkeit zu erhöhen.

-

Ob die Icon-Beschriftung auf dem Desktop schwarz oder weiß dargestellt wird, entscheidet der Farbeinsteller. Eine dunkle Farbwahl erzeugt weißen Text, eine helle umgekehrt schwarzen. Wenn man also beispielsweise ein sehr helles Hintergrundbild verwenden will, sollte man auch den Farbeinsteller entsprechend hell einstellen, damit der Icon-Text in schwarz erscheint. (Oder man benutzt die erwähnte Kontur-Option.)
-Die ausgewählte Farbe findet sich auch in der Arbeitsflächen App wieder, welche eventuell benutzte Hintergrundbilder ignoriert.

- - - -
Anfangswerte setzt die Einstellungen auf die Werte zurück, die beim Start des Hintergründe Panels aktiv waren.
Anwenden übernimmt die aktuellen Einstellungen.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/datatranslations.html b/docs/userguide/userguide/de/preferences/datatranslations.html deleted file mode 100644 index 6ffe338583..0000000000 --- a/docs/userguide/userguide/de/preferences/datatranslations.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
- -

datatranslations-icon_64.pngDatenkonvertierung

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/DataTranslations
Einstellungen:~/config/settings/* - Jeder Translator ("Übersetzer") hat hier eine Datei mit spezifischen Einstellungen.
-~/config/settings/system/DataTranslations settings - Speichert die Position des Programmfensters.
-

Die Möglichkeit eines Programms, Daten in verschiedenen Dateiformaten abspeichern zu können, wird unter Haiku zentral durch sogenannte "Translatoren" - also Übersetzer - bereitgestellt. Die Einstellungen für jeden Translator wird in Datenkonvertierung vorgenommen.

-


-datatranslations.png -

Abhängig vom einzelnen Translator variiert der Umfang der Einstellungsmöglichkeiten. Es ist aber immer mindestens eine Schaltfläche Info vorhanden, die Auskunft über den Translator und dessen Speicherort angibt.
-Nachfolgend eine Tabelle der standardmäßig installierten Translatoren und ihrer wichtigsten Einstellungen.

- - - - - - - - - - - - - - - - - - - - - -
Apple-IconsGültige Bildgrößen sind 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP-Bilder24 bit Farbtiefe, unkomprimiert, keine Transparenz
EXR-BilderILM-eigenes Format für HDR Bilder.
GIF-Bilder8 bit Farbtiefe, verlustfreie Kompression, Transparenz
-Über die Anzahl der zu verwendenden Farben kann die Dateigröße beeinflusst werden.
-Die Transparenz wird entweder automatisch aus dem Alphakanal genommen, oder händisch über die Definition einer speziellen Farbe, die transparent dargestellt wird.
HVIF-IconsTranslator für Haikus Vektoricons
JPEG2000-Bilder24 bit Farbtiefe, komprimiert, keine Transparenz
-Hier interessiert meist nur die eingestellte Ausgabequalität.
JPEG-Bilder24 bit Farbtiefe, komprimiert, keine Transparenz
-Neben der Ausgabequalität kann noch eine Kantenglättung eingestellt werden, die Kompressions-Artefakte mildert, aber gleichzeitig die Bildschärfe verringert.
PCX-Bilder24 bit Farbtiefe, unkomprimiert, keine Transparenz; "PC Paintbrush Exchange"-Format
Photoshop-Bilder32 bit Farbtiefe, verlustfreie Kompression, Transparenz
-Alle Ebenen werden auf eine Bitmap-Ebene reduziert.
PNG-Bilder32 bit Farbtiefe, verlustfreie Kompression, Transparenz
PPM-Bilder24 bit Farbtiefe, unkomprimiert, keine Transparenz; "Portable PixMap"-Format
RAW-Bilderbis zu 48 bit Farbtiefe, unkomprimiert, keine Transparenz
RTF-Textdateienformatierter Text
SGI-Bilder24 bit Farbtiefe, optional verlustfreie Kompression, Transparenz
StyledEdit-DateienTextdatei mit Formatierung in Attributen
TGA-Bilder32 bit Farbtiefe, optional verlustfreie Komprimierung, Transparenz
TIFF-Bilder24 bit Farbtiefe, optional verlustfreie Komprimierung, Ebenen, Transparenz
WebP-Bilder8 bit Farbtiefe YUV 4:2:0 Bildformat, komprimiert, keine Transparenz
Windows-IconsGültige Bildgrößen sind 16, 32, 48
WonderBrush-Bilder32 bit Farbtiefe, Ebenen, Transparenz; spezielles Dateiformat von WonderBrush
-


-
Welches Dateiformat für welche Art von Bildern das Beste ist, hängt von der weiteren Verwendung des Bilds und dem verwendeten Farbumfang ab. Screenshots, Grafiken, Schwarz-Weiß-Zeichnungen und Bilder mit wenigen verwendeten Farben oder sehr kleine Bilder, werden am besten als GIF (bis 256 Farben) oder PNG (Millionen Farben) gespeichert. JPEG würde hier nur Kompressionsartefakte produzieren ohne die Dateigröße zu reduzieren.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/deskbar.html b/docs/userguide/userguide/de/preferences/deskbar.html deleted file mode 100644 index 81d98d260b..0000000000 --- a/docs/userguide/userguide/de/preferences/deskbar.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar-Einstellungen

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Deskbar
Einstellungen:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Die Deskbar-Einstellungen können auch direkt von der Deskbar aus aufgerufen werden. Die Einstellungen werden im Kapitel Deskbar beschrieben.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/e-mail.html b/docs/userguide/userguide/de/preferences/e-mail.html deleted file mode 100644 index cb37f03796..0000000000 --- a/docs/userguide/userguide/de/preferences/e-mail.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
- - - - -
Index
- Neues E-Mail Konto anlegen
- Kontoeinstellungen
- Einstellungen für eingehende Mails
- Einstellungen für ausgehende Mails
- Einstellungen für E-Mail Filter
- Der Mail Service -
- -

e-mail-icon_64.pngE-Mail-Dienst

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/E-mail
Einstellungen:~/config/settings/Mail/*
-

In Haiku wird der Empfang und Versand von E-Mails vom Mail Service (auch mail_daemon genannt) gehandhabt. Dieser Systemdienst kümmert sich darum, dass eingegangene Mails als Datei gespeichert werden und die Attribute zu dieser Datei aus den entsprechenden E-Mail Informationen befüllt werden. So können die E-Mails von jedem Programm oder vom Benutzer direkt verwendet werden und ein Wechsel des Mail-Programms ist jederzeit möglich.
-Die Konfiguration des Mail-Verkehrs wird in den E-Mail-Dienst-Einstellungen vorgenommen.

- -

-index -Neues E-Mail Konto anlegen

-

Im Folgenden werden die einzelnen Schritte erklärt, um ein neues E-Mail Konto anzulegen:
-Im Programmfenster der E-Mail Eigenschaften als erstes unten auf Hinzu klicken, um ein neues, noch unbenanntes Mail-Konto anzulegen. Es folgt dieser Dialog:

-e-mail-new-account.png -

Zuerst ist der Konto-Typ festzulegen: POP3 oder IMAP.

-

Dann ist die verwendete E-Mail-Adresse einzugeben, sowie der Login-Name und das Passwort für das Mail-Konto am Server. Der Kontoname bezeichnet das E-Mail Konto in der Liste aller Konten, der Benutzername wird als Absender einer E-Mail angegeben.

-

Haiku kennt einige der großen E-Mail Provider, so dass die notwendigen technischen Einstellungen wie IP-Adresse und Servername bereits automatisch ausgefüllt werden. Wenn das nicht möglich ist, oder die Daten angepasst werden müssen, kann man dazu nach Klicken auf Weiter wie nachfolgend beschrieben vorgehen.

-e-mail-new-account-2.png -

Zunächst werden Servername, Anmeldemethode und Verbindungsart für eingehende E-Mail, darunter für ausgehende E-Mail angegeben. Die dazu nötigen Informationen sollten sich auf der Webseite des E-Mail Providers finden lassen.
-Mehr Informationen zu den verschiedenen Einstellungen und weiteren Optionen im Folgenden.

- -

-index -Kontoeinstellungen

-

Durch Auswählen eines Kontonamens in der Liste links können einige allgemeine Einstellungen vorgenommen werden:

-e-mail-accounts.png -

Der Kontoname ist die Bezeichnung, unter der ein Konto beispielsweise in der Übersichtsliste aller Konten in den E-Mail-Dienst Einstellungen auftaucht. Benutzername ist der Absendername, den ein Empfänger beim Erhalt einer Nachricht sieht. Unter E-Mail-Adresse wird die Adresse angegeben, an die eine Antwort geschickt werden soll. Üblicherweise ist das die selbe Adresse, von der die E-Mail auch gesendet wurde.

-

Soll ein E-Mail Konto nur zum Senden oder nur zum Empfangen von E-Mails genutzt werden, lässt sich dies durch Rechtsklick auf den Kontonamen in der Liste links einstellen. Durch Entfernen des Hakens vor Eingang beziehungsweise Ausgang lässt sich ein Konto auf eingehende beziehungsweise ausgehende E-Mail beschränken.

- -

-index -Einstellungen für eingehende Mails

-

Mit einem Klick auf Eingang unter dem Kontonamen, lassen sich Einstellungen zum E-Mail Empfang vornehmen.

-e-mail-in.png -

Erster Eintrag ist die Mail-Server Adresse für eingehende E-Mails. Falls ein Provider einen bestimmten Port beim Anmelden verlangt, wird dieser mit einem vorangestellten Doppelpunkt an die Adresse angehängt, wie zum Beispiel pop.dein-provider.org:1400.

-

Anschließend werden die benötigten Anmeldeinformationen eingetragen: Benutzername und Passwort - falls nötig muss die Anmeldemethode von der Standardeinstellung Klartext auf APOP für die Authentifizierung umgestellt werden.

-

Bei Verwendung des POP3-Protokolls für eingehende E-Mails kann die Option E-Mails auf dem Server belassen eingeschaltet werden. So kann auch von einem anderen Computer aus auf die Mails zugegriffen werden. Mit Gelöschte E-Mails auch vom Server löschen werden die E-Mails erst dann auf dem Server gelöscht, wenn sie auch auf dem Rechner entfernt werden.

-

Sollte stattdessen IMAP als Übertragungsprotokoll verwendet werden, steht nur die Option Gelöschte E-Mails auch vom Server löschen zur Verfügung. Zusätzlich kann man noch IMAP-Ordner angeben, um nur von einem bestimmten Postfach und dessen Unterverzeichnissen die E-Mails zu synchronisieren.

-

Außerdem kann man durch Aktivieren der Option Nur Kopfzeilen herunterladen bei E-Mails über ... KB bestimmen, dass E-Mails lediglich teilweise (bis zu einer bestimten Größe) heruntergeladen werden. Dadurch werden von Mails, die größer als der eingestellte Wert sind, nur die Kopfzeilen heruntergeladen. So kann man erstmal die Betreffzeile und Absender prüfen, bevor man den Rest der Nachricht plus eventuelle Anhänge runterlädt. Die Einstellung ist vor allem bei langsamen Netzwerkverbindungen sinnvoll.

-

Der Speicherpfad für das lokale Postfach ist unter Zielverzeichnis eingetragen (Standard ist /boot/home/mail/in/) und kann jederzeit geändert werden. Dies ist sinnvoll, wenn man für jedes E-Mail Konto ein eigenes Unterverzeichnis verwenden möchte. Zwingend notwendig ist es aber nicht, denn über die "Queries" - Haikus mächtige Suchfunktion - kann man gleiches erreichen.

- - -

-index -Einstellungen für ausgehende E-Mails

-

Unter Ausgang lassen sich für jedes Konto Einstellungen zum E-Mail Versand vornehmen.

-e-mail-out.png -

Als erstes ist die SMTP-Server Adresse anzugeben. Wie beim Mail-Server für eingehende E-Mails beschrieben, kann hier wenn nötig ein spezieller Port angegeben werden: mail.dein-provider.org:1200.

-

Falls man sich am SMTP-Server mit Benutzernamen und Passwort anmelden muss, kann man diese angeben, wenn man die Anmeldemethode auf ESMTP stellt. Die andere Möglichkeit POP3 vor SMTP ist für Provider, die festgelegt haben, dass man nur unmittelbar nach einem Post-Abholen auch Versenden kann.

-

Genauso wie bei eingehenden Mails kann der Speicherpfad für ausgehende E-Mails unter Zielverzeichnis vom Standard /boot/Benutzer/mail/out/ in einen anderen geändert werden.

- -

-index -Ankündigung neuer E-Mails und andere Filter

-

Benachrichtigungsmöglichkeiten bei neuen E-Mails und Methoden E-Mails zu sortieren und zu filtern finden sich unter dem jeweiligen Kontonamen in E-Mail-Filter. Eine beliebige Anzahl von Filtern kann erstellt werden, die dann der Reihe nach angewendet werden. Ihre Reihenfolge lässt sich durch Verschieben per Drag&Drop an eine andere Position in der Liste verändern.
-Zur Zeit gibt es drei Filter für eingehende E-Mail. Nach Hinzufügen eines Filters kann dieser in der Liste ausgewählt werden, um dessen Optionen ansehen und einstellen zu können.

- -

-index -Spamfilter (AGMS Bayesian)

-e-mail-filter-spam.png -

Spam-Filter verwenden Methoden der Statistik, um E-Mails zu klassifizieren. Jeder Mail wird dabei ein Wert zwischen 0 und 1 zugewiesen, wobei man selbst festlegt, ab welchem Wert eine Mail als Spam gilt. Der errechnete Wert kann, durch Setzen des entsprechenden Hakens, der Betreffzeile vorangestellt werden.

-Der Spam-Filter kann auch so eingestellt werden, dass er anhand eingehender E-Mails dazulernt und sich dadurch immer weiter verbessert. Ein gezieltes Training auf erkannte Spam-Mails und Mails, die fälschlicherweise als Spam kategorisiert wurden, kürzt den Lernprozess ab. Mehr dazu im Abschnitt zum Programm E-Mail der Dokumentation.

-

Zusammen mit einer Filterregel können erkannte Spam-Mails automatisch aussortiert werden.

- -

-index -Filterregel

-e-mail-filter-header.png -

Dieser Filter vergleicht die Kopfzeilen einer Mail mit vorgegebenen Werten und führt dann entsprechend die in der Filterregel festgelegte Aktion aus.
-Im ersten Textfeld gibt man die zu prüfende Kopfzeile an. Möglich sind diese Werte:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name der Name des Absenders
From die eingetragene E-Mail Adresse des Absenders
To die Empfänger-Adresse
Reply To die Antwort-Adresse
When das Datum / die Uhrzeit des Mail-Empfangs
Subject die Betreffzeile
Cc für Adressen, die unter CC: (Empfänger einer Mail-Kopie) eingetragen sind.
Account der Name des Mail-Kontos
Status der Status der E-Mail; normalerweise kann er "Read" (gelesen), "Replied" (geantwortet), "Sent" (gesendet), "Forwarded" (weitergeleitet) oder "New" (ungelesen) sein - eingehende Mails sind naturgemäß immer "New".
Priority der Marker über die Wichtigkeit der Mail (wird - wenn überhaupt - vom Versender vergeben).
Thread grundsätzlich das gleiche wie die Betreffzeile, jedoch ohne eventuell vorangestelltes "Re:", "FW:", oder ähnliches.
Classification Group je nach dem, als was der Spam-Filter die Mail klassifiziert hat, ist dieser Wert entweder leer (wenn kein genauer Wert errechnet werden konnte), "Genuine" für erwünschte Mails oder "Spam".
Spam/Genuine Estimate der errechnete Wert des Spam-Filters für diese Mail; dieser Wert wird in wissenschaftlicher Schreibweise notiert, so steht zum Beispiel 1.065e-12 für 1,065/(10^12), also für "1,065 dividiert durch 10 hoch 12" - was ausgeschrieben 0,000000000001065 ergibt.
-

Das zweite Textfeld ist für das Suchmuster. Hier können "reguläre Ausdrücke" - sogenannte Reguläre Ausdrücke - verwendet werden. Damit erreicht man zwar eine sehr hohe Flexibilität bei den Suchmustern, unglücklicherweise sind reguläre Ausdrücke aber nicht leicht anzuwenden. Ein wenig Einarbeitung ist es aber wert und einfache reg_ex sind auch nicht zu schwer.

-

Über das Menü darunter lässt sich eine Aktion ausführen, wenn das Suchmuster erkannt wurde. So kann der Status der Mail verändert, oder die Mail an sich verschoben oder direkt gelöscht werden.

- -

-index -Ankündigung neuer E-Mails

-e-mail-filter-notification.png -

Wie man über den Eingang neuer Nachrichten informiert werden möchte, lässt sich als Methode unter mehreren Möglichkeiten auswählen, die sich auch kombinieren lassen:

- - - - - - - - - - - - - - - -
keine Keine Benachrichtigung
Tonsignal Spielt bei jeder neuen E-Mail die Klangdatei ab, die für das Ereignis "New E-mail" in den Klänge Einstellungen ausgewählt wurde.
Hinweisfenster Blendet bei jeder neuen E-Mail ein Hinweisfenster ein.
Tastatur-LEDs Lässt einige LEDs wie zum Beispiel für die Feststelltaste aufleuchten.
Hinweisfenster (alle Konten) Zeigt ein Hinweisfenster für alle neuen E-Mails an.
Tonsignal (alle Konten) Spielt die Klangdatei für das Ereignis "New E-mail" aus den Klänge Einstellungen einmal bei neuen E-Mails ab.
Statusfenster Zeigt das Statusfenster an.
- -

-indexFilter für ausgehende E-Mail

-

Aktuell gibt es für ausgehende Mails nur einen Filter: Fortune.
-Dieser Filter hängt an den E-Mail Text ein zufällig ausgesuchtes Zitat oder eine Text ähnlich einem Glückskeks. Wenn man diesen Filter vorher ausprobieren möchte, kann man den Befehl fortune auch direkt im Terminal eingeben.

- -

-index -Der E-Mail-Dienst

-

Nach der Konfiguration eingehender und ausgehender Mailserver, sowie eventuellen Filtern, muss dem E-Mail-Dienst, der das ganze Holen und Senden erledigt, noch gesagt werden wie und wann das zu geschehen hat.

-e-mail-settings.png -

Unter E-Mail abfragen legt man fest, in welchen Zeitabständen der Mailserver kontaktiert werden soll.
-Wenn man seine Netzwerkverbindung über eine Wählverbindung aufbaut, ist es ratsam Nur bei aktiver Einwahlverbindung und Versand aufschieben falls Einwahlverbindung nicht aktiv auszuwählen, damit nur dann E-Mails abgefragt werden, wenn sowieso schon eine Netzwerkverbindung besteht und ausgehende Mails zurück gehalten werden, um keine unnötigen Einwähl-Entgelte zu verursachen.

-

Der E-Mail-Dienst kann entweder Nie, Beim Senden, Beim Senden und Empfangen oder Immer ein Statusfenster anzeigen.

-

Nur wenn der mail_daemon schon während dem Hochfahren gestartet wird (Starte E-Mail-Dienst beim Systemstart), werden E-Mails automatisch empfangen und versendet.

-e-mail-mailbox.png -

Mailbox-Menü bearbeiten... öffnet das Verzeichnis /boot/home/config/Mail/Menu Links/. Alle Ordner oder auch Queries(!) - beziehungsweise Verknüpfungen hierzu - erscheinen im Kontextmenü des E-Mail-Dienst Icons in der Deskbar.

-

Über dieses Kontextmenü kann man auch eine neue Nachricht verfassen..., sofort nach neuen E-Mails schauen (E-Mails jetzt abrufen), oder die E-Mail-Dienst Einstellungen... aufrufen.

-

Hält man beim Aufrufen des Kontextmenüs SHIFT gedrückt, erhält man Zugriff auf weitere Befehle:

- - - - - - - -
E-Mails nur abrufen für Öffnet ein Untermenü, um E-Mails nur für ein bestimmtes Konto abzurufen.
E-Mails senden Ermöglicht es E-Mails zu senden, ohne dabei auch neue Nachrichten abzurufen.
E-Mail-Dienst ausschalten Beendet die gesamte E-Mail-Infrastruktur (mail_daemon).
-

Das Icon selbst zeigt an, ob sich im Posteingang ungelesene E-Mails (mit dem Status "New") befinden. Dann liegt ein kleiner Umschlag im Briefkasten.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/filetypes.html b/docs/userguide/userguide/de/preferences/filetypes.html deleted file mode 100644 index 6259b5f243..0000000000 --- a/docs/userguide/userguide/de/preferences/filetypes.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - FileTypes - - - - - - - - -
-
- -

filetypes-icon_64.pngDateitypen

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/FileTypes
Einstellungen:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Speichert alle MIME Typen als Ordner.
-

Siehe Dateitypen und den Workshop Dateitypen, Attribute, Index und Queries, die den Großteil dieser Einstellungen erklären.

- -
-
- - - - diff --git a/docs/userguide/userguide/de/preferences/fonts.html b/docs/userguide/userguide/de/preferences/fonts.html deleted file mode 100644 index 5d0b53fc73..0000000000 --- a/docs/userguide/userguide/de/preferences/fonts.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - Fonts - - - - - - - - -
-
-
Solange die Übersetzung dieser Seite noch nicht ganz fertig ist, erscheint für die noch fehlenden Teile die englische Version.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngSchriftarten

- - - - -
Deskbar:Einstellungen
Ort:/boot/System/preferences/Schriftarten
Einstellungen:~/Konfiguration/settings/system/app_server/fonts
-~/Konfiguration/settings/Font_settings - Speichert die Position des Programmfensters.
-


-fonts.png -

Haiku verwendet systemweit drei verschiedene Schriftarten. Sie können hier unter "Normal", "Fett" und "Feste Breite" (Schrift mit fester Buchstabenbreite) festgelegt werden. Daneben kann auch noch die Schriftart für Menüs eingestellt werden.

- - - -
Standardwerte setzt alles auf Standardwerte zurück.
Anfangswerte stellt den Zustand wieder her, der beim Start von "Fonts" aktiv war.
- -

-index -Installation neuer Schriftarten

-

Neue Schriftarten werden installiert, indem sie an ihren Platz im Dateisystem kopiert werden. Diese sind: /boot/Allgemein/data/fonts/, beziehungsweise /boot/Benutzer/Konfiguration/data/fonts/ (unter Dateisystem Layout wird der Unterschied dieser beiden Speicherorte näher erläutert).

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/keyboard.html b/docs/userguide/userguide/de/preferences/keyboard.html deleted file mode 100644 index 3b1cc9185e..0000000000 --- a/docs/userguide/userguide/de/preferences/keyboard.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
- -

keyboard-icon_64.pngTastatur

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Keyboard
Einstellungen:~/config/settings/Keyboard_settings
-


-keyboard.png -

Hier kann die Wiederholrate für einen Tastendruck und die Verzögerung eingestellt werden, die das System wartet, bis eine gedrückte Taste wiederholt wird. Die Einstellungen können in dem Textfeld getestet werden.

- - - -
Standardwerte Setzt alle Einstellungen auf die Standardwerte zurück.
Anfangswerte stellt die Einstellungen wieder her, die aktiv waren als Keyboard gestartet wurde.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/keymap.html b/docs/userguide/userguide/de/preferences/keymap.html deleted file mode 100644 index a7a6e53ccc..0000000000 --- a/docs/userguide/userguide/de/preferences/keymap.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
- -

keymap-icon_64.pngTastaturlayout

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Keymap
Einstellungen:~/config/settings/Keymap/* - Ort für vom Benutzer geänderte Tastaturlayouts.
-~/config/settings/Key_map
-


-keymap.png -

Zur Rechten zeigt das Tastaturlayout Fenster die Darstellung einer Tastatur. Wird eine Taste gedrückt, färbt sich die entsprechende Taste und das jeweilige Zeichen wird in das Tastenausgabe Textfeld unten eingetragen. Von dort kann der Inhalt auch in ein Dokument kopiert werden.
-Neben der Konfiguration eines eigenen Tastaturlayouts, kann das Tastaturlayout Panel auch hilfreich sein, ein spezielles Zeichen einer anderen Sprache zu finden. Man kann z.B. zu Französisch wechseln, um das "ç" zu finden, um es in seine Mail an François zu kopieren. (Die "Cedille" findet sich allerdings auch in anderen Tastaturlayouts...)

-

Gedrückte Hilfstasten wie SHIFT, CONTROL oder OPTION ändern die Tastenanzeige entsprechend.

-

Dann gibt es da noch die Tasten, die mit einem blauen Hintergrund gekennzeichnet sind. Diese Tasten werden Auslösetasten genannt und verändern das Zeichen der Taste, die man anschließend drückt. Klickt man auf so eine Taste mit der Maus, leuchten auf diese Weise veränderliche Tasten gelb auf. Ein weiterer Klick macht das wieder rückgängig. Beispiele sind é, ñ, ó or ë.

-

Unter der Tastaturdarstellung befinden sich zwei weitere Optionen:

- - - -
Auslösetasten definieren Setzt die oben erwähnten blauen Tasten.
Befehlstasten tauschen... Setzt die Befehlskürzeltaste in Windows/Linux Mode, d.h. CONTROL (= STRG) oder Haiku Mode, d.h. COMMAND (= ALT).
-

Die Liste auf der linken Seite enthält die voreingestellten Tastaturlayouts des Systems, und darunter ggf. benutzerdefinierte Layouts. Layouts lassen sich in der Tastaturdarstellung verändern: Lässt man eine Taste per Drag & Drop auf eine andere fallen, tauschen sie die Plätze.

-

Als Alternative zum Drag & Drop von Tasten, öffnet der Menüpunkt Datei | Hilfstasten zuordnen... dieses Fenster:

-keymap-modifiers.png -

Hier verschiedenen Funktionen die entsprechenden Tasten zugeordnet werden, oder auch Funktionen komplett deaktiviert werden. Man kann sogar unterschiedlichen Funktionen die gleiche Taste zuordnen. Das ist allerdings in den meisten Fällen keine gute Idee und man wird deshalb durch ein kleines Ausrufezeichen neben dem Auswahlmenu davor gewarnt.
-Klickt man Hilfstasten zuordnen werden die Änderungen übernommen und das Fenster geschlossen.

-

Abschließend lässt sich das Ergebnis mittels Datei | Speichern unter... speichern. So veränderte Layouts erscheinen nur in der benutzerdefinierten Liste wenn sie unter ~/config/settings/Keymap/ abgelegt werden. Ansonsten muss man sie per Datei | Öffnen... laden.

-

Um die Tastaturdarstellung besser an die reale Tastatur anzupassen, stehen diverse Einstellungen im Menü Tastatur zur Verfügung.

-

Die Schriftart der Tastenbeschriftungen kann im Menü Schriftart gesetzt werden. Achtung, nicht alle Schriften enthalten unbedingt alle für ein bestimmtes Layout benötigte Zeichen.

-

Schließlich bringt der Anfangswerte Knopf die Einstellungen wieder zurück, die beim Start des Keymap Panels aktiv waren.

- -

-index -Fortgeschrittene Änderungen von Tastaturlayouts

-

Neben dem Tastaturlayout Panel existiert noch eine weitere Möglichkeit sein Tastaturlayout zu individualisieren. Dabei wird eine Textdatei mit einer Unmenge HEX-Werten bearbeitet, was einen auf den ersten Blick erstmal einschüchtert, aber grundsätzlich begreifbar ist.

-

Das aktuelle Layout lässt sich mit einem Befehl im Terminal ausgeben:

-
keymap -d > MyKeymap
-

Die so generierte Textdatei lässt sich anschließend in einem Texteditor öffnen. Hier sollte man auf alle Fälle eine Schrift mit fester Breite verwenden, sonst findet man sich hier bestimmt nicht zurecht...
-Am Anfang der Datei befindet sich die Legende für eine stilisierte Tastatur mit den entsprechenden HEX-Werten für jede Taste. Darunter folgen die eigentlichen Zuweisungen der einzelnen Werte. Hiermit lässt sich all das ändern, was auch mit den Tastaturlayout Einstellungen möglich ist, und dann noch einiges mehr. Besitzt die eigene Tastatur spezielle Tasten, lassen sie sich hier u.U. aktivieren. Zumindest als normale Tasten oder weitere Option- oder Control-Taste. Dadurch kann man immer noch nicht z.B. Multimediatasten zum lauter/leiser machen benutzen oder um bestimmte Anwendungen zu starten. Dazu existieren die Tastenkürzel Einstellungen.

-

Ist man fertig, wird die Datei abgespeichert und das geänderte Layout mit diesem Befehl geladen:

-
keymap -s < MyKeymap
-

Möchte man dieses Layout in der Keymap Anwendung importieren, muss es erst in ein Binärformat konvertiert werden:

-
keymap -c < MyKeymap
-

Das erzeugt eine Datei keymap.out die man in Keymap über das Öffnen... Menü öffnen kann. Der Konsolenbefehl keymap kann so eine Binärdatei übrigends auch laden: keymap -l < keymap.out

-

So sieht die ausgegebene Datei aus (die ganz rechten Tasten wurden hier ausgeblendet, damit es besser auf die Seite passt):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = '+'      '*'      0x1d     '~'      ''       '*'      '+'      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/de/preferences/locale.html b/docs/userguide/userguide/de/preferences/locale.html deleted file mode 100644 index cfed6fb66b..0000000000 --- a/docs/userguide/userguide/de/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
- -

locale-icon_64.pngLand & Sprache

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Locale
Einstellungen:~/config/settings/Locale settings
-


-

Die Lokalisierung von Haiku beschränkt sich nicht auf das bloße Ersetzen von Texten mit deren Übersetzung. Auch komplexere Aufgaben wie die Formatierung von Zahlen, Zeit und Datum werden nach den in diesem Fenster vorgenommenen Einstellungen zu Land & Sprache erledigt.

-
Wer bei der Übersetzung helfen möchte oder mit einer noch fehlenden Sprache starten möchte, sollte über die Haiku-i18n Mailingliste Kontakt aufnehmen.
-

-indexSprache

-

Haiku wurde bereits in dutzende Sprachen übersetzt, wobei einige dieser Übersetzungen allerdings noch nicht abgeschlossen sind. Daher lassen sich mehr als eine zur "Bevorzugten Sprache" erklären. Fehlen Texte in einer Übersetzung, werden sie durch Texte aus der nächsten bevorzugten Sprache ersetzt. Wenn alle Stricke reißen, wird der englische Originaltext eingefügt (selbst falls man das nicht explizit ausgewählt hat).

-locale-language.png -

In diesem Beispiel wurde als bevorzugte Sprache Spanisch gewählt. Die erste Ersatzsprache ist italienisch, und falls der Text dort auch nicht vorhanden ist, kommt als Standard Englisch zum Zuge.
-Wird auf der linken Seite eine Sprache aufgeklappt, erscheinen eventuell vorhandene Untereinträge für verschiedene Variationen oder Dialekte einer Sprache.

-

-indexFormatierung

-

Der Reiter Formatierung enthält Einstellungen für die Darstellung von Datum, Zeit, Zahlen und Währung, und zwar unabhängig von der eingestellten bevorzugten Sprache.

-locale-formatting.png -

Ist man beispielsweise Spanier im italienisch sprechenden Teil der Schweiz, hätte man sein System wahrscheinlich am liebsten auf spanisch, aber Zahlen und Währung wie auf der Arbeit: schweizerisch/italienisch.
-Wenn einem dann die spanischen Namen für Tage und Monate genehmer sind (zum Beispiel in der Spalte für das Änderungsdatum von Dateien), lässt sich dieses Zeit-spezifische Format mit der Auswahl ganz oben erreichen: Monats-/Tagesnamen aus bevorzugter Sprache verwenden.

-

Zugegeben, obiges Beispiel beschreibt nicht gerade eine übliche Situation, es zeigt allerdings wie flexibel dieses System ist.

-

-indexOptionen

-

Der letzte Reiter bietet die Option Übersetzte Programm- und Ordnernamen in Deskbar und Tracker verwenden. Man kann sie deaktivieren, falls man seine grafische Oberfläche zwar gern auf Deutsch hat, aber für die Namen von Einstellungsfenster, Anwendungen und Standard-Ordner doch das englische Original bevorzugt.

-


-

Änderungen werden sofort übernommen, momentan laufende Anwendungen können allerdings ein Schließen und erneutes Starten benötigen, damit die neuen Einstellungen angezeigt werden.

- - - -
Standardwerte Setzt alle Einstellungen auf die Standardwerte zurück.
Anfangswerte setzt die Werte, die beim Start des Einstellungspanels aktiv waren.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/media.html b/docs/userguide/userguide/de/preferences/media.html deleted file mode 100644 index d865093897..0000000000 --- a/docs/userguide/userguide/de/preferences/media.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngAudio & Video

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Media
Einstellungen:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Speichert die Position des Programmfensters.
-

Dieses Thema wurde noch nicht beschrieben. Wer daran arbeiten möchte, meldet sich bitte auf der Documentation Mailingliste.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/mouse.html b/docs/userguide/userguide/de/preferences/mouse.html deleted file mode 100644 index a462b8494a..0000000000 --- a/docs/userguide/userguide/de/preferences/mouse.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
- -

mouse-icon_64.pngMaus

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Mouse
Einstellungen:~/config/settings/Mouse_settings
-


-mouse.png -

Im Auswahlmenü links kann die Art der Maus, respektive deren Tastenzahl, ausgewählt werden. Insbesondere für 1-Tasten Mäuse interessant: der Rechtsklick kann mit STRG-Linksklick und ein Klick auf die mittlere Taste mit STRG ALT-Linksklick erzeugt werden.

-

Die Tastenbelegung kann über das Markieren der entsprechenden Taste und dem dazugehörigen Auswahlmenü geändert werden.

-

Über die Schieberegler rechts kann die Doppelklick-Geschwindigkeit, die Geschwindigkeit des Mauszeigers und seine Beschleunigung eingestellt werden. Im Testfeld unter der Mausgrafik kann die Doppelklick-Geschwindigkeit getestet werden: Wird ein Wort durch Doppelklick nicht markiert, ist die entsprechende Geschwindigkeit zu hoch eingestellt (oder man muss halt lernen schneller zu klicken...).

-

Im Auswahlmenü Modus wird bestimmt, wie Programmfenster auf Klicks reagieren. Hierfür gibt es drei Möglichkeiten:

- - - - -
Klicken aktiviert und bringt nach vorn Das Fenster wird durch Klicken aktiviert und ganz nach vorn geholt. Dies ist die Standardeinstellung.
Klicken aktiviert Fenster Beim Klicken auf ein Fenster wird dieses nur aktiviert, aber nicht automatisch in den Vordergrund geholt. Dies gelingt entweder durch Klicken auf den Fensterreiter beziehungsweise -rahmen oder durch Klicken irgendwo im Fenster, während die Fenstermanagement-Tasten STRG ALT gehalten werden.
Ohne Klicken aktivierenDas Fenster unter dem Mauszeiger wird automatisch aktiviert. Um es in den Vordergrund zu holen, geht man vor wie bei Klicken aktiviert Fenster beschrieben.
-

Die Option Auf ersten Klick reagieren vermeidet, ein Fenster erst aktivieren zu müssen, bevor eine Schaltfläche gedrückt oder ein Menü geöffnet werden kann. Allerdings besteht dann Gefahr, aus Versehen beispielsweise statt des Fensterreiters den "Schließen"-Button zu treffen und ein Programm ungewollt zu beenden. Andererseits kann damit der Arbeitsfluss deutlich beschleunigt werden.

-

Alle Einstellungen werden sofort im System übernommen.

- - - -
Standardwerte Setzt alle Einstellungen auf die Standardwerte zurück.
Anfangswerte die Einstellungen, die aktiv waren, als das Programmfenster geöffnet wurde, werden wieder hergestellt.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/de/preferences/network.html b/docs/userguide/userguide/de/preferences/network.html deleted file mode 100644 index c58b0a5d75..0000000000 --- a/docs/userguide/userguide/de/preferences/network.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Netzwerk - - - - - - - - -
-
- -

network-icon_64.pngNetzwerk

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Network
Einstellungen:/boot/system/settings/network/resolv.conf
-


-

In den Netzwerk Einstellungen lassen sich alle verfügbaren Netzwerkgeräte und Dienste konfigurieren. Links im Fenster befinden sich einklappbare Listen aller Geräte und Dienste, rechts die dazugehörigen Informationen oder Einstellmöglichkeiten.
-Ganz unten lässt sich eine Checkbox aktivieren, um den NetzwerkStatus in der Deskbar anzuzeigen. Anfangswerte bringt die Einstellungen zurück, die beim Start des Panels aktiv waren.

- -

Geräte

-network-prefs-device.png - -

Hier sehen wir ein Wifi-Gerät, das den iprowifi4965 Treiber benutzt. Aus dem Menü lässt sich das WLAN auswählen mit verbunden werden soll. Hinter jedem WLAN Namen zeigt ein kleines Icon die jeweilige Signalstärke an.
-Wird ein WLAN ausgewählt, versucht Haiku bei jedem Hochfahren automatisch mit diesem eine Verbindung aufzubauen. Automatisch wählen hingegen, verbindet mit dem WLAN mit der höchsten Signalstärke.

-

Verbindet man sich mit einem geschützten Funknetzwerk, wird nach dem Passwort gefragt und ob diese Verbindung nur einmalig oder immer genehmigt werden soll. Letzteres speichert das Passwort, um es in Zukunft nicht mehr eingeben zu müssen.

-

Mit den Buttons darunter lässt sich ein Gerät Deaktivieren oder mit dem WLAN Neu verbinden.

- -

Unter jedem Gerät befindet sich eine Liste der verfügbaren Protokolle, IPv4 und IPv6:

-network-prefs-ipv4.png - -

Mit dem Menü ganz oben wird die Art der Zuweisung der benötigten Netzwerkparameter IP-Adresse, Netzmaske and Gateway gewählt. Per DHCP wird die Konfiguration dynamisch aus dem Netzwerk (Router etc.) bezogen. Wählt man Statisch, muss man die nötigen Adressen selbst eingeben und abschließend Anwenden.

- -

Kabelgebundene Geräte haben die gleichen Einstellungen, bis auf das WLAN Menü natürlich.

- -

Dienste

-

DNS-Einstellungen

-network-prefs-dns.png - -

Benutzt man DHCP wird die IP Adresse des DNS Servers und die Domäne automatisch aus dem Netzwerk (Router etc.) bezogen. Mit den Buttons auf der rechten Seite können weitere DNS Server hinzugefügt, entfernt und ihrer Priorität nach in der Liste sortiert werden. -Klickt man Anwenden werden die neuen Einstellungen aktiv.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku bietet einige Serverdienste, die nach Bedarf Aktiviert und Deaktiviert werden können. Auf der rechten Seite finden sich Informationen zum jeweiligen Server, die man beachten sollte: Der FTP and der Telnet Server sind unsicher und unverschlüsselt. Deshalb sind sie standardmäßig deaktiviert und sollten nur eingeschaltet werden, wenn man sich der Sicherheitsrisiken bewusst ist.

- -

Einstellungsdateien

- -

Die Netzwerkeinstellungen finden sich im Ordner /system/settings/network/. Das ist im Normalfall eher uninteressant, außer man muss sie mal löschen, weil irgendetwas phantastisch schief gegangen ist und man nochmal ganz von vorn anfangen will...

-

Eine Datei ist allerdings recht nützlich, besonders wenn man in der Konsole arbeitet. In der hosts Datei lassen sich Namen an IP Adressen im Netzwerk zuweisen. Zum Beispiel:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Neben dem Loopback zum Localhost habe ich die IP meines Synology Netzwerkspeichers unter "NAS" und meines Medienplayers under "XIOS" angelegt. Um eine FTP-Sitzung mit meinem Netzwerkspeicher zu starten, muss ich mich nicht an dessen IP Adresse erinnern, sondern gebe einfach ein:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/printers.html b/docs/userguide/userguide/de/preferences/printers.html deleted file mode 100644 index cc209004f1..0000000000 --- a/docs/userguide/userguide/de/preferences/printers.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
- -

printers-icon_64.pngDrucker

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Printers
Einstellungen:~/config/settings/printers/*
-

Dieses Thema wurde noch nicht beschrieben. Wer daran arbeiten möchte, meldet sich bitte auf der Documentation Mailingliste.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/screen.html b/docs/userguide/userguide/de/preferences/screen.html deleted file mode 100644 index 08c2270f99..0000000000 --- a/docs/userguide/userguide/de/preferences/screen.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
- -

screen-icon_64.pngBildschirm

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Screen
Einstellungen:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Nur im VESA Modus.
-~/config/settings/Screen_data - Speichert die Position des Programmfensters.
-

Jede Arbeitsfläche kann ihre eigene Bildschirmauflösung, Farbtiefe und Bildwiederholrate haben.

-screen.png -

Im oberen Dropdown Menü kann ausgewählt werden, ob Änderungen nur die derzeitige oder alle Arbeitsflächen betreffen. In den anderen beiden Dropdown Menüs können, abhängig von der Grafikkarte, alle unterstützten Bildschirmauflösungen, Farbtiefen und Bildwiederholraten gewählt werden.

-

Nach einem Klick auf Anwenden werden die Änderungen sofort übernommen, und es erscheint eine Alarmmeldung, ob die Einstellungen behalten werden oder rückgängig gemacht werden sollen. Falls nach 12 Sekunden keine Antwort erfolgt ist, werden alle Änderungen auf den vorherigen Stand zurückgesetzt. Hilfreich, falls der Monitor die gewählten Einstellungen nicht unterstützt, und die Alarmmeldung nicht sichtbar ist.

-

Auf der linken Seite sind Hersteller und Modellbezeichnung sowie Auflösung in dpi (dots per inch) des angeschlossenen Bildschirms aufgeführt. Beim Berühren mit dem Mauszeiger wird der Name der Grafikkarte als Tooltip angezeigt, falls diese von einem Treiber unterstützt wird. Ansonsten wird auf "VESA" zurückgegriffen, eine Lösung, die mit fast jeder Hardware funktioniert.

-

Anfangswerte setzt alle Einstellungen auf die Werte zurück, die beim Starten der Bildschirmeinstellungen aktiv waren.

-
Auch wenn Haikus VESA Modus recht leistungsfähig ist, gibt es mögliche Einschränkungen. Monitore im Breitbildformat können unter Umständen nicht in ihrer nativen Auflösung angesprochen werden, was zu einem etwas verzerrten und unscharfen Bild führt. Ebenso kann die Auswahl an verfügbaren Farbtiefen und Bildwiederholraten eingeschränkt sein.
-

Links unten kann die Anzahl der Arbeitsflächen ausgewählt und diese in Spalten und Zeilen eingeteilt, sowie die EInstellungen für Hintergründe geöffnet werden.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/de/preferences/screensaver.html b/docs/userguide/userguide/de/preferences/screensaver.html deleted file mode 100644 index 759fd92edc..0000000000 --- a/docs/userguide/userguide/de/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-

screensaver-icon_64.pngBildschirmschoner

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Screensaver
Einstellungen:~/config/settings/ScreenSaver_settings
- -

Das Fenster der Bildschirmschoner Einstellungen gliedert sich in zwei Reiter:

- -

-index -Allgemein

-screensaver-fade.png -
-

Ganz oben wird der Bildschirmschoner aktiviert bzw. deaktiviert.
-MIt dem Schieberegler darunter bestimmt man wie lange der Rechner ohne Benutzereingaben im Leerlauf verbringen darf, bis der Bildschirmschoner startet.

-

Die nächsten beiden Schieberegler müssen erst aktiviert werden, bevor sie benutzbar werden.
-Mit dem einen kann festgelegt werden wann der Bildschirm ausgeschaltet wird.
-Mit dem anderen, wann ein Passwort benötigt wird um den Computer freizuschalten.

-

Mit einem Klick in eine der Ecken des linken unteren Bildschirms kann dem System mitgeteilt werden, dass es den Bildschirmschoner sofort einschaltet wenn die Maus sich in der entsprechenden Ecke befindet. Im anderen Bildschirm wird die Ecke festgelegt in der der Bildschirmschoner geblockt wird. Um diese Funktion zu deaktivieren, genügt ein Klick in die Mitte des jeweiligen Bildschirms.

- -

-index -Bildschirmschoner

-screensaver-modules.png -
-

Der zweite Reiter zeigt eine Liste aller installierten Bildschirmschoner mit ihren jeweiligen Einstellungen. Mittels Test kann die aktuelle Einstellung getestet werden.
-Bildschirmschoner, die nicht als ordentliches .hpkg Paket vorliegen, können in den entsprechenden non-packaged Ordner kopiert werden (siehe Dateisystem Layout:

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/   Bildschirmschoner, die für jeden Benutzer verfügbar sind
/boot/home/config/non-packaged/add-ons/Screen Savers/   Bildschirmschoner, die nur für einen selbst verfügbar sind
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/shortcuts.html b/docs/userguide/userguide/de/preferences/shortcuts.html deleted file mode 100644 index 9cd5c52da7..0000000000 --- a/docs/userguide/userguide/de/preferences/shortcuts.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
- -

shortcuts-icon_64.pngTastenkürzel

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Shortcuts
Einstellungen:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Dieses Thema wurde noch nicht beschrieben. Wer daran arbeiten möchte, meldet sich bitte auf der Documentation Mailingliste.

- -
-
- - - - diff --git a/docs/userguide/userguide/de/preferences/sounds.html b/docs/userguide/userguide/de/preferences/sounds.html deleted file mode 100644 index d1073332ed..0000000000 --- a/docs/userguide/userguide/de/preferences/sounds.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
- -

sounds-icon_64.pngKlänge

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Sounds
Einstellungen:~/config/settings/Media/MediaFiles
-


-sounds.png -

Bestimmten Ereignissen im System lassen sich Klänge zuweisen. Dazu markiert man das entsprechende "Ereignis" in der Liste und wählt aus dem Menü darunter einen entsprechenden Klang aus.

- - -
kein schaltet einen Klang aus.
Weitere... öffnet einen Dialog, um einen neuen Klang zu laden, der sich noch nicht im Menü befindet.
-

Es können Klänge in jedem vom System unterstützten Format verwendet werden. Wenn Media-Player damit umgehen kann, funktioniert es auch mit jedem anderen Program.
-Mit Wiedergabe und Stop lässt sich ein markiertes Ereignis probehören.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/time.html b/docs/userguide/userguide/de/preferences/time.html deleted file mode 100644 index 5620c53799..0000000000 --- a/docs/userguide/userguide/de/preferences/time.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
- -

time-icon_64.pngDatum & Zeit

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Time
Einstellungen:~/config/settings/networktime settings - Alle Einstellungen für das Synchronisieren übers Netzwerk
-~/config/settings/RTC_time_settings - Die Einstellung der Hardware-Uhr (Lokalzeit oder GMT)
-~/config/settings/Time settings - Die Einstellung der Zeitzone
-~/config/settings/Time_preflet_window - Speichert die Position des Programmfensters etc.
-

Das Fenster der Zeit-Einstellungen gliedert sich in vier Reiter:

- -

-index -Datum und Zeit

-time-time.png -

Links kann man den Tag durch einen Klick in den Kalender einstellen. Monat und Jahr lassen sich durch einen Klick ins entsprechende Feld und anschließender Betätigung der Pfeilsymbole oder mit den Cursortasten der Tastatur ändern.

-

Ebenso stellt man die Zeit. Oder man bewegt einfach die Zeiger der Uhr.

- -

-index -Zeitzone

-time-timezone.png -

Hier muss man einfach nur sein Land aus der Liste der Kontinete finden und auswählen und Zeitzone setzen drücken. Bei Ländern mit mehreren Zeitzonen muss man noch eine Stufe tiefer aufklappen (wer hätte gedacht, dass es in Deutschland für "Büsingen" eine eigene Zeitzone gibt?).
-Rechts wird die Zeit der aktuell eingestellten Zeitzone gezeigt, sowie eine Vorschau auf die Zeit der momentan ausgewählten Zeitzone.

-

Ebenfalls befindet sich auf der rechten Seite die Einstllung der Hardware-Uhr des Computers. Es gibt zwei Modi:

- - - -
Lokale Zeitzur Anzeige der Ortszeit; wird normalerweise benutzt wenn man auf dem Rechner auch noch Windows nutzt.
GMTzur Anzeige der Greenwich Mean Time; das ist die UNIX-kompatible Einstellung.
- -

-index -Netzwerkzeit

-

Datum und Zeit von Hand einzustellen ist für einen Rechner mit Internetverbindung eigentlich nicht mehr zeitgemäß. Es existieren öffentliche Server, die sehr genaue Zeitsignale liefern.

-time-network.png -

Mit +/- können NTP-Server der Liste hinzugefügt bzw. wieder entfernt werden.

-

Mit den Optionen darunter wird bei aktiviertem Alle Server abfragen nicht nur der gerade ausgewählte verwendet. Durch Synchronisieren beim Hochfahren stellt man sicher, dass die Uhrzeit regelmäßig abgeglichen wird.

-

Man kann die Serverliste zurücksetzen wenn man versehentlich funktionierende NTP-servers gelöscht hat und per Synchronisieren den Abgleich manuell anstoßen.

- -

-index -Uhr

-time-clock.png -

Der letzte Reiter zeigt die Optionen für die Uhranzeige in der Deskbar. Die oberste Checkbox dektiviert die Anzeige komplett. Die restlichen Einstellungen sind ebenso selbsterklärend.

-


-

Jeder Reiter zeigt den Button Anfangswerte, mit dem die Einstellungen zurückgeholt werden, die beim Öffnen des Time Panels aktiv waren.

- -
-
- - - diff --git a/docs/userguide/userguide/de/preferences/touchpad.html b/docs/userguide/userguide/de/preferences/touchpad.html deleted file mode 100644 index 6816fb6e3c..0000000000 --- a/docs/userguide/userguide/de/preferences/touchpad.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Touchpad
Einstellungen:~/config/settings/Touchpad_settings
- -

In diesem Panel befinden sich alle Touchpad relevanten Einstellung, die für den Notebook Besitzer von Bedeutung sind.

- -touchpad.png - -

Mit den vertikalen und horizontalen roten Linien der Touchpad Darstellung lässt sich ein Scroll-Bereich definieren (rötlich gefärbt gegenüber der grauen normalen Navigationsfläche). Streicht man mit dem Finger über diesen Teil des Touchpads, bewegen sich die Scrollbalken eines Fensters entsprechend.

-

Mit den Schiebereglern rechts daneben lässt sich die allgemeine Scroll-Beschleunigung und die vertikalen und horizontalen Scroll-Geschwindigkeiten einstellen.
-Je größer die Beschleunigung, desto schneller scrollt eine Liste wenn man den Finger ganz schnell über den Scroll-Bereich bewegt. Die Scroll-Geschwindigkeit bestimmt das Verhalten beim "normal-schnellen" Überstreichen des Bereichs.

-

Unter der Touchpad Grafik lässt sich "Zwei-Finger-Scrollen" für horizontales und vertikales Scrollen aktivieren. Bewegt man zwei Finger parallel in der Vertikalen oder Horizontalen, bewegen sich die Scrollbalken eines Fensters entsprechend. Zumindest bei mir funktioniert das am besten mit jeweils einem Finger der linken und der rechten Hand.
-Wer mit diesem Feature zurecht kommt, der kann auf Scroll-Bereiche verzichten und das gesamte Touchpad zum normalen Navigieren nutzen

-

Ganz unten ist noch ein Regler zum einstellen der Berührungsempfindlichkeit. Werden Klicks per Antippen immer wieder ignoriert, sollte man die Empfindlichkeit erhöhen. Werden im Gegenteil immer irgendwelche Klicks registriert, obwohl eigentlich nur der Mauszeiger bewegt werden soll, sollte sie verringert werden.

- - - -
Standardwerte Setzt alle Einstellungen auf die Standardwerte zurück.
Anfangswerte setzt wieder die Werte, die aktiv waren als das Touchpad Panel gestartet wurde.
-

Folgender Tip bezieht sich nicht so sehr auf dieses Einstellungs Panel, sondern auf die Nutzung von Touchpads allgemein:
-Wusstest Du, dass man ein Drag & Drop nur per Touchpad ausführen kann, also ohne die Tasten zu benutzen? Dazu macht einfach einen Doppelklick, ohne jedoch den Finger nach dem zweiten Klick anzuheben. Das so aufgenommene Icon hängt nun am Mauszeiger und kann mit dem Finger auf dem Touchpad umher bewegt werden. Hebt man den Finger, wird das Icon fallen gelassen.

-

Angenommen der Finger erreicht beim Ziehen eines Icons den Rand des Touchpads, der Mauszeiger ist aber noch nicht am Bildschirmrand angekommen. Sobald man den Finger hebt, wird ja das Icon fallen gelassen. Wie also lässt sich das Icon weiterziehen?
-Je nach verbauter Hardware gibt es da ein nettes Feature: man lässt den Finger einfach am Rand des Touchpads, aber ohne den Finger zu heben. Der Mauszeiger fliegt dann einfach weiter wie auf Auto-Pilot

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/tracker.html b/docs/userguide/userguide/de/preferences/tracker.html deleted file mode 100644 index 01f57124b5..0000000000 --- a/docs/userguide/userguide/de/preferences/tracker.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker-Einstellungen

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/Tracker
Einstellungen:~/config/settings/Tracker/TrackerSettings
-


-

Die Tracker Einstellungen lassen sich auch aus jedem Trackerfenster mit dem Menü Fenster | Einstellungen.... aufrufen.
-Die einzelnen Einstellungen werden im Thema Tracker besprochen.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/preferences/virtualmemory.html b/docs/userguide/userguide/de/preferences/virtualmemory.html deleted file mode 100644 index 2e19cba39a..0000000000 --- a/docs/userguide/userguide/de/preferences/virtualmemory.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtueller Speicher

- - - - -
Deskbar:Einstellungen
Ort:/boot/system/preferences/VirtualMemory
Einstellungen:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Speichert die Position des Programmfensters.
-

Wenn dem Betriebssystem virtueller Hauptspeicher zur Verfügung steht, kann es im RAM gespeicherte Daten auf die Festplatte auslagern, um den Hauptspeicher besser verwenden zu können. Selbst wenn dem System eine große Menge an RAM zur Verfügung steht, ist es sinnvoll, virtuellen Speicher zu aktivieren.

-virtualmemory.png -

Die Größe des virtuellen Hauptspeichers ist nur durch die Größe des Datenträgers begrenzt, auf dem er angelegt wird. Da er normalerweise auf die Boot-Partition geschrieben wird, sollte man per Datenträgerbelegung hin und wieder nachsehen, ob der virtuelle Hauptspeicher daran schuld ist, wenn der Plattenplatz zur Neige geht.

-

Das Auslagern von RAM-Inhalten in einen virtuellen Hauptspeicher und das Zurückschreiben hat natürlich sehr viele Festplattenoperationen zur Folge. Hierdurch kann die Systempartition verlangsamt werden. Wenn im System eine weitere Festplatte vorhanden ist, bietet es sich an, den virtuellen Hauptspeicher auf diese zu legen.
-Für virtuellen Hauptspeicher im Vergleich zu echtem RAM gilt: mehr RAM ist immer besser als mehr virtueller Speicher.

- - - -
Standardwerte Setzt alle Einstellungen auf die Standardwerte zurück.
Anfangswerte setzt die Werte auf den Wert zurück, die aktiviert waren, als Virtueller Speicher gestartet wurde.
- -
-
- - - - diff --git a/docs/userguide/userguide/de/queries.html b/docs/userguide/userguide/de/queries.html deleted file mode 100644 index 58aa3123c8..0000000000 --- a/docs/userguide/userguide/de/queries.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Queries - - - - - - - - -
-
- - - - - -
Index
- Das Suchfenster
- Einfache Suche - "by Name"
- Erweiterte Suche - "by Attribute"
- Spezielle Suche - "by Formula"
- Das Ergebnisfenster
- Such-Vorlagen -
- -

Queries

- -

Als "Query" bezeichnet man eine Dateisuche anhand ihrer Attribute. Sie kann im Tracker oder Terminal gestartet werden und wird in /boot/home/queries/ abgelegt. Dort gespeicherte Such-Abfragen werden standardmäßig nach sieben Tagen entfernt. Die gespeicherten Such-Abfragen sind jedoch keine statischen Ergebnislisten, sondern vielmehr die dabei verwendete Suchformel, die bei jedem weiteren Aufruf dieser Query für die erneute Suche benutzt wird.
-Eine gespeicherte Query muss man aber nicht doppelklicken, um an aktuelle Ergebnisse zu kommen. Mittels Trackernavigation kann man sie wie jeden anderen Ordner über Untermenüs durchforsten.

- -

-index -Das Suchfenster

-

Queries werden über das Suchen.. Menü gestartet. Entweder von der Deskbar, einem Tracker-Fenster oder dem Desktop. Das Tastenkürzel ist ALT F. Das Suchfenster sieht folgendermaßen aus:

-basic-query.png -
    -
  1. Hier lassen sich lassen sich kürzlich verwendete oder gespeicherte Queries auswählen und die aktuellen Parameter als Query Vorlage speichern.

  2. -
  3. Suchen lassen sich von allen Dateien und Ordnern (Alle Dateien und Ordner) auf bestimmte Dateitypen einschränken.

  4. -
  5. Auswahl der Suchmethode:
      -
    • nach Name - eine einfache Suche nach Datei- oder Ordnername.
    • -
    • nach Attribut - eine erweiterte Suche nach bestimmten Zeichen in einem oder mehreren Attributen.
    • -
    • nach Formel - ein noch fortgeschrittenere Suche, bei der komplexe Suchformeln sehr fein angepasst werden können.
  6. -
  7. Auswahl der zu durchsuchenden Datenträger.

  8. -
  9. Eingabefeld des Suchbegriffs.

  10. -
  11. Über einen Klick auf das Dreieck werden weitere Optionen aufgerufen.

  12. -
  13. Wird die Option Temporär abgewählt, wird die Query nicht mehr automatisch nach sieben Tagen entfernt.

  14. -
  15. Wird die Option Einschließlich -Papierkorb aktiviert, wird der Papierkorb mit durchsucht.

  16. -
  17. Optionales Eingabefeld für den Dateinamen der Query, falls diese gespeichert werden soll.

  18. -
  19. Eine Query lässt sich durch Drag & Drop des Icons speichern. Geschieht dies mit der rechten Maustaste, kann sie auch als "Query-Vorlage" gespeichert werden.

  20. -
- -

-index -Einfache Suche - "nach Name"

-

Will man einfach nur alle Dateien und Ordner auf den eingehängten Datenträgern finden, die einem bestimmten Muster entsprechen, belässt man die Suchmethode einfach auf nach Name, füllt das Suchfeld entsprechend aus und drückt RETURN.

- -

-index -Erweiterte Suche - "nach Attribut"

-

Erweiterte Suchen sind durch Queries in den Attributen ausgewählter Dateitypen möglich. Das geht aber nur, wenn diese Attribute indiziert sind.

-query-window.png -

Als erstes stellt man dazu den Dateityp von Alle Dateien und Ordner auf, zum Beispiel, Text | E-mail und die Suchmethode auf nach Attribut.

-

Daraufhin erscheint links vom Eingabefeld ein Menü und darunter die Buttons Hinzu und Entfernen. Aus dem Menü wählt man das zu durchsuchende Attribut. Mittels Hinzu und Entfernen können noch weitere Attribute für die Suche verwendet werden, beziehungsweise auch wieder entfernt. Untereinander können die einzelnen Attributsuchen logisch mit AND/OR verknüpft werden.

-

Als Beispiel, eine Suche nach E-Mails:

-query-window-filled.png -

So sieht das Suchen-Fenster aus wenn man nach allen E-Mails sucht, die einen Clara Botters in den letzten 2 Monaten geschickt hat und deren Betreff "vibraphone" oder "skepticality" enthielt.
-Wie man sieht, versteht die Suche nach zeitbasierten Attributen einige nützliche Begriffe: Neben dem "last 2 months", funktionieren auch "today", "yesterday", "Monday" oder "last Monday" (was Montag letzter Woche entspricht) oder "last 2 minutes/hours/days/weeks".
-So lässt sich die Trefferzahl sehr gut einschränken.

- -

-index -Noch fortgeschrittenere Suche - "nach Formel"

-

Die Formel einer Query von Hand einzugeben is eine wahre Herausforderung und eigentlich ziemlich unpraktisch. Trotzdem ist es manchmal nützlich.

-

Nehmen wir mal obige Attribute-Query von Claras E-Mails. Hat man erst mal alle Suchbegriffe beisammen, schaltet man um zu nach Formel und ist prompt überwältigt von diesem einzeiligen Query-Ausdruck:

-formula-query.png -

Hier noch mal als Text und zur besseren Lesbarkeit umgebrochen:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

Wozu das Ganze?

-
    -
  • Die Suchformel lässt sich in eine E-Mail oder Forumbeitrag kopieren oder im IRC erwähnen, damit sie von anderen benutzt oder verbessert werden kann.

  • -
  • Mit dieser Methode lassen sich Queries entspannt im Attribut Modus konstruieren. Anschließend wechselt man in den Formel Modus, um die Formel der so erstellten Query im Terminal oder einem Skript zu nutzen.

  • -
  • Eine Query lässt sich so fein anpassen, indem man zusätzliche Klammern setzt, in bestimmten Abschnitten auf Groß- und Kleinschreibung achtet oder einige logische Verknüpfungen verneint durch Ändern von "==" zu "!=" für ein NOT AND. Dazu benötigt man nur ein gewisses Basiswissen über Reguläre Ausdrücke und ein klein wenig Programmier-Kenntnisse.

  • -
- -

-index -Das Ergebnisfenster

-

Hat man die Suche gestartet, wird das Find-Fenster durch ein Ergebnisfenster ersetzt. Hier ein Beispiel einer Suche nach "server":

-result-window.png -

Außer ihrem grauen Hintergrund, unterscheidet Ergebnisfenster nichts von jedem anderen Tracker-Fenster. Einige Dinge gehören erwähnt:

-
    -
  • Durch einen Doppelklick auf das Path Attribut, öffnet sich der Speicherort einer Datei oder eines Ordners.

  • -
  • Mit Datei | Query bearbeiten oder ALT G gelangt man zurück zum Suchen-Fenster, um die Query zu verändern.

  • -
  • Eine Query ist "live". Wenn im System also eine den Suchkriterien entsprechende Datei neu auftaucht oder verschwindet, schlägt sich diese Änderung sofort im Suchergebnis nieder.

  • -
-

Für jeden Dateityp lässt sich für das Ergebnisfenster ein sinnvolles Attribut-Layout festlegen. Dazu öffent man einen Ordner, der Dateien des Dateityps enthält, für den man so eine Layout-Vorlage erstellen möchte. Hier richtet man sich die Ansicht der einzelnen Attributspalten so ein, wie man sie im Ergebnisfenster gern hätte und kopiert das Layout mit Attribute | Anordnung kopieren.

-

Jetzt öffnet man /boot/home/config/settings/Tracker/DefaultQueryTemplates, legt einen neuen Ordner mit dem Namen Gruppe/Dateityp an, wobei dabei der Querstrich mit einem Unterstrich ersetzt wird, also zum Beispiel "audio_x-mp3". Diesen neuen Ordner öffnet man anschließend und fügt das vorher kopierte Layout mit Attribute | Anordnung einfügen ein.

- - -

-index -Query-Vorlagen

-

Beim Doppelklick einer gespeicherten Query erscheint sofort das Ergebnisfenster und die Dateisuche beginnt unverzüglich. Manchmal möchte man aber nicht mit exakt diesen Parametern suchen, sondern sie nur als Ausgangspunkt für eine etwas abgeänderte Formel benutzen.
-Mit dem Menüpunkt Query als Vorlage speichern (siehe (1) im Bild weiter oben) oder durch Herausziehen des Icons (10) mit der rechten Maustaste lässt sich genau das erreichen. Ein Doppelklick darauf öffnet nicht gleich das Ergebnisfenster, sondern das Suchen-Fenster, in dem man schnell einen Suchbegriff anpassen oder Attribute hinzufügen oder entfernen kann.

-

Egal wo Query-Vorlagen gespeichert wurden, sie erscheinen im Menü mit den kürzlich durchgeführten Queries im Suchen-Fenster.

-
-
- - - - - diff --git a/docs/userguide/userguide/de/teammonitor.html b/docs/userguide/userguide/de/teammonitor.html deleted file mode 100644 index ffaebab6e8..0000000000 --- a/docs/userguide/userguide/de/teammonitor.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - <acronym title="Team Monitor">Teammonitor</acronym> - - - - - - - - -
-
- -

Teammonitor

- -

STRG ALT ENTF ruft den Teammonitor auf, der alle momentan laufenden Programme auflistet.

-teammonitor.png -

Programme, die vom System gestartet wurden sind blau, die vom Benutzer schwarz.
-Rote Anwendungen reagieren nicht mehr; oft ein Zeichen, dass sie abgestürzt sind. Mit Beenden (oder enntweder ENTF oder Q lässt sich eine aus der Liste gewählte Anwendung beenden. Funktioniert das nicht, kann man Beenden erzwingen (oder SHIFT ENTF oder K) versuchen.

-

OPT ALT T ruft ein Terminal auf.

-

Falls Tracker oder Deskbar abgestürzt oder eingefroren sind, erscheint ein weiterer Button (manchmal muss dazu das hängende Team erst gekillt werden): Desktop neu starten startet Tracker und/oder Deskbar neu.

- -
-
- - - - diff --git a/docs/userguide/userguide/de/tracker-add-ons.html b/docs/userguide/userguide/de/tracker-add-ons.html deleted file mode 100644 index 5a67e3ad0f..0000000000 --- a/docs/userguide/userguide/de/tracker-add-ons.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Tracker Add-Ons - - - - - - - - -
-
-
Solange die Übersetzung dieser Seite noch nicht ganz fertig ist, erscheint für die noch fehlenden Teile die englische Version.
- -

Tracker Add-Ons

- -

Anwendungen können Add-Ons installieren, um im Tracker von einer Dateiauswahl aus aufgerufen werden zu können. Im Kontextmenü unter Add-ons oder dem Datei Menü des Tracker-Fensters werden nur die Add-Ons angezeigt, die auch mit dem betreffenden Dateityp umgehen können. Add-Ons, die auch ohne eine markierte Datei benutzt werden können, werden immer angezeigt.

-

Tracker Add-Ons, die nicht als ordentliches .hpkg Paket vorliegen, können in den entsprechenden non-packaged Ordner kopiert werden (siehe Dateisystem Layout:

- - - -
/boot/system/non-packaged/add-ons/Tracker/   Add-Ons, die für jeden Benutzer verfügbar sind
/boot/home/config/non-packaged/add-ons/Tracker/   Add-Ons, die nur für einen selbst verfügbar sind
-

Wenn der Dateiname eines Add-On mit einem Bindestrich und einem Buchstaben endet, kann das Add-On über diesen Buchstaben mit einer Tastenkombination aufgerufen werden, zum Beispiel: Open Target Folder-O kann mit ALT OPT O gestartet werden.
-Da es keine zwei Add-On mit dem gleichen Kürzel geben kann, muss man bei der Vergabe des Buchstabens rücksichtsvoll vorgehen.

- -

Haikus Tracker Add-Ons

-

Die folgenden Tracker Add-Ons sind in jeder Haiku Installation enthalten:

- - - - - - - - - - - - - -
Hintergründe-BÖffnet die Einstellung Hintergründe zum Anpassen des Bildschirm- oder Ordnerhintergrunds. Wird dieses Add-On auf einer Bilddatei aufgerufen, ist dieses Bild im Einstellungsdialog bereits als mögliches Hintergrundbild vorausgewählt.
Datenträgerbelegung-IStartet Datenträgerbelegung mit dem aktuellen Ordner als Basis.
FileType-FDer für diese Datei spezielle Dateitypen-Dialog wird geöffnet. Wenn das Add-On nicht auf einer Datei aufgerufen wird, öffnen sich die Einstellungen für die globalen Dateitypen.
Open Target Folder-OWird nur bei einer Verknüpfung angeboten und öffnet den Ordner, in dem die eigentliche Datei gespeichert ist.
TextSearch-GÖffnet die Anwendung TextSearch um nach einem beliebigen Text innerhalb eines Ordners und dessen Unterordner zu suchen.
ZipOMatic-ZEine Auswahl an Dateien wird zu einer ZIP-Datei zusammengepackt. Wenn dieses Add-On aufgerufen wird, ohne dass eine oder mehrere Dateien markiert sind, öffnet sich ein Dialogfeld, mit dem man per Ziehen und Ablegen von Dateien ein Archiv erstellen kann.
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/tracker.html b/docs/userguide/userguide/de/tracker.html deleted file mode 100644 index 8292776ca5..0000000000 --- a/docs/userguide/userguide/de/tracker.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- - - - - -
Index
- Datenträger einbinden
- Navigieren
- Aussehen
- Tracker Einstellungen
- Mit Dateien arbeiten
- Infos zu Dateioperationen -
- -

Tracker

- -

Der Tracker ist die graphische Oberfläche für den Umgang mit Dateien. Alle Dateioperationen (Dateien und Ordner anlegen oder löschen, kopieren, verschieben, oder ausführen) können hier vorgenommen werden.

-

Der Tracker ist eine Anwendung, wie jede andere (die Arbeitsfläche mit all ihren Icons is tatsächlich auch nur ein Fenster im Vollbild-Modus im Hintergrund). Deshalb wird er auch in der Deskbar mit allen geöffneten Fenstern gelistet und kann beendet und neu gestartet werden. Sollte der Tracker (oder auch die Deskbar) einmal einfrieren kann er am leichtesten über den Teammonitor reaktiviert werden.

- -

-index -Einbinden von Datenträgern

-

Um einen Datenträger (sei es eine Festplatte oder Partition, eine CD oder USB-Stick) unter Haiku verwenden zu können, muss dieser erst in das System eingebunden werden. Über einen Rechtsklick auf den Arbeitsplatz oder einem bereits eingebundenen Datenträger kann der Menüpunkt Einhängen aufgerufen werden. Dieser Punkt Einhängen findet sich auch in der Deskbar.

-drill-down.png -

Es können Einstellungen vorgenommen werden, ob und welche Datenträger bei einem Systemstart eingebunden werden
-Im obigen Bild beispielsweise werden automatisch alle Datenträger eingebunden, die während dem Betrieb hinzugefügt werden (beispielsweise eine CD oder ein USB-Stick) und während dem Systemstart nur die Datenträger, die beim letzten Mal eingebunden waren.

-
Bevor man einen Datenträger, wie zum Beispiel einen USB-Stick, vom Computer trennt, sollte man ihn unbedingt vorher über "Aushängen" im System abmelden. Nur so wird sichergestellt, dass alle Dateioperationen auf diesem Datenträger vollständig abgeschlossen wurden. Anderenfalls ist ein Datenverlust nicht auszuschließen!
- -

-index -Navigieren

-

Standardmäßig wird beim Doppelklick auf einen Ordner ein neues, weiteres, Tracker-Fenster geöffnet. Das führt schnell zu einem übervollen Arbeitsplatz.
-Wenn beim Doppelklick auf den Ordner OPT gedrückt wird, schließt sich automatisch das übergeordnete Fenster.
-Dies gilt auch bei der Navigation über die Tastatur. Mehr hierzu unter Tastaturkürzel und Tastenkombinationen.

-

Die Ordner-Navigation ist eine der Hauptaufgaben des Tracker. Im Gegensatz zu Datei-Managern anderer Betriebssysteme hat man im Tracker einige einzigartige Funktionen, die das Navigieren effizienter gestalten.

- -

-indexNavigation über Untermenüs

-

Anstatt jeden Unterordner über einen Doppelklick aufrufen zu müssen, kann man im Tracker sehr einfach durch die Ordnerstruktur navigieren:

-drill-down.png - -

Wird ein Ordner, oder ein Datenträger mit der rechten Maustaste angeklickt, so ist der erste Eintrag im Kontextmenü dieser Ordner, beziehungsweise Datenträger selbst. Man kann nun sehr einfach über das aufklappende Untermenü in der Ordnerstruktur bis zum Zielverzeichnis, respektive der gewünschten Datei navigieren und über einen Klick öffnen. Das obige Bild zeigt beispielsweise den Inhalt des Ordners /boot/home/config/.
-Wenn man bei dieser Art der Navigation zusätzlich noch einen Datei zieht, wird sie an den Ort verschoben (innerhalb des gleichen Datenträgers) oder kopiert (auf einen anderen Datenträger) über dem man sie los lässt.

-

Eine ähnliche Navigationsmethode steht in jedem Tracker-Fenster zur Verfügung:

-window-drill-down.png -

Ein Klick auf den linken unteren Bereich - dort wo die Anzahl der angezeigten Einträge steht - öffnet ein Menü, dass alle übergeordneten Ordner bis zur obersten Ebene (dem Arbeitsplatz) enthält, was ein Navigieren zum gewünschten Zielordner möglich macht.

-

Als Hinweis: der Arbeitsplatz (Desktop) ist immer die höchste Ebene in der Ordnerstruktur, da im Tracker dort die eingebundenen Datenträger angezeigt werden. Wenn man - über diese Art der Navigation - auf einen anderen Datenträger wechseln möchte, muss man zum Arbeitsplatz, um dort alle eingebundenen Laufwerke angezeigt zu bekommen.


-

Die gleiche Möglichkeit der Navigation über Untermenüs erhält man auch, wenn man eine Datei über einen Ordner zieht und einen kurzen Moment verweilt. Es klappt dann ein Untermenü auf, in dem man sich bis zum gewünschten Ordner vorarbeiten kann, um die Datei dorthin zu verschieben. Wenn die Datei mit der rechten Maustaste gezogen wurde, dann öffnet sich nach dem Loslassen ein Auswahlmenü zum Kopieren, Verschieben oder Verweis erstellen der Datei.

- -

-index -Einfach losschreiben, um zu Dateien zu springen

-

Das Konzept dürfte bereits von anderen Betriebssystemen her bekannt sein: durch Eintippen der ersten Buchstaben springt die Markierung zu der ersten Datei, die dem eingegebenen Text entspricht. In Haiku wurde dieses Konzept noch einen Schritt weiter entwickelt. Falls keine Datei mit den eingegebenen Buchstaben beginnt, wird die Datei markiert, die die Buchstabenreihe in ihrem Namen enthält; sollte dies auch nicht der Fall sein, so werden noch sämtliche Attribute der Dateien nach dieser Buchstabenreihe durchsucht. Zusätzlich wird noch der eingegebene Text unten links im Tracker-Fenster angezeigt. Wenn hier wieder auf die Anzahl-Anzeige umgeschaltet ist, kann eine neue Suche vorgenommen werden.

-window-type-ahead.png -

Im obigen Beispiel wäre ein reine Suche nach den ersten Buchstaben eines Dateinamens nicht sinnvoll, da sehr viele Dateien mit "Haiku logo" beginnen. Unter Haiku jedoch wird nach Eingabe von "web" sofort zum ersten Vorkommen in der Datei " Haiku logo - website" gesprungen.

-

-index -Nach Dateien filtern

-

Anstatt zu den Dateien zu springen während man lostippt, gibt es auch noch die Möglichkeit alle Dateien rauszufiltern, die die eingegebene Zeichenfolge nicht enthalten. Dadurch werden gerade Verzeichnisse mit Unmengen an Dateien auf einmal sehr übersichtlich. Mittels SHIFT LEERTASTE als Trenner lassen sich sogar mehrere Zeichenketten als Filter anwenden.
-Im Gegensatz zum Dateien-anspringen bleibt der Filter aktiv, bis ESC gedrückt wird oder das Fenster geschlossen wird (bzw. bei der Nutzung von Single Window Navigation, der Ordner gewechselt wird.)
-Dieses "type-ahead" filtern wird in den Tracker Einstellungen aktiviert.

- -

-index -Aussehen

-window-menu.png -

Im Menü Fenster können drei verschiedene Ansichten für das Tracker-Fenster eingestellt werden:

-
    -
  • Icon-Ansicht (ALT 1) - Große Icons; die Größe kann im dazugehörigen Untermenü oder über die Tastenkombination ALT +/- eingestellt werden.

  • -
  • Mini-Icon-Ansicht (ALT 2) - Kleine Icons.

  • -
  • Listenansicht (ALT 3) - Eine detaillierte Liste der Dateien; hier ist es möglich die unterschiedlichen Attribute zu den Dateien anzeigen zu lassen. (Mehr dazu im Abschnitt Attribute.)

  • -
-

Das Fenster-Menü hat noch weitere Einträge:

-
    -
  • Optimale Größe (ALT Y) - Ändert die Fenstergröße auf einen sinnvollen Wert.

  • -
  • Icons ordnen nach... - Nur in der Icon- und Mini-Icon Ansicht nutzbar, gestattet es über ein Untermenü die Icons nach diversen Eigenschaften zu sortieren:

    -
      -
    • Name, Systemname, Größe, Geändert, Erstellt, Art, Ort, Berechtigungen

    • -
    • Reihenfolge umkehren - Kehrt die Sortierreihenfolge um.

    • -
    • Icons ausrichten (ALT K) - Die Icons werden an einem unsichtbaren Raster ausgerichtet; bei zusätzlichem Drücken von SHIFT ändert sich der Menüpunkt zu Icons ordnen und die Icons werden zusätzlich noch nach oben gewähltem Kriterium sortiert.

    • -
  • -
  • Auswählen... (SHIFT ALT A) - Wählt Dateien anhand eines Regulären Ausdrucks aus.

  • -
  • Schließen (ALT W) - Schließt das Tracker-Fenster; bei zusätzlichem Drücken von SHIFT ändert sich der Menüpunkt zu Alle schließen und alle Tracker-Fenster auf allen Arbeitsflächen werden geschlossen.

  • -
  • Alle auf dieser Arbeitsfläche schließen (ALT Q) - Schließt alle Tracker-Fenster auf der aktuellen Arbeitsfläche; hilfreich, wenn man die Taste OPT nicht drückte, als man durch die Verzeichnisse navigierte und nun der gesamte Arbeitsplatz voll von Tracker-Fenstern ist.

  • -
-

Wenn man nicht alle Icons mittels Icons ausrichten (ALT K) neu ausrichten möchte, sondern nur einige, dann kann man diese markieren und sie beigedrückter ALT-Taste verschieben. Sie werden dann am Raster ausgerichtet.

-

Die restlichen Unterpunkte sind hinreichend selbsterklärend. Genauer soll jedoch auf den Punkt "Einstellungen" eingegangen werden:

- -

-index -Tracker Einstellungen

-

Über Fenster | Einstellungen... wird ein Fenster geöffnet, dessen zahlreiche Einstellungen sich stellenweise nicht sofort erschließen. Da jedoch alle Einstellungen direkt angewendet werden, kann man die Änderungen sofort erkennen.
Hier eine kurze Erklärung zu den nicht ganz offensichtlichen Einstellungen:

-
    -
  • Desktop - Hier kann ausgewählt werden, ob jedes eingebundene Laufwerk für sich am Arbeitsplatz angezeigt wird, oder alle zusammen in einem Tracker-Fenster, das mit dem Icon "Datenträger" repräsentiert wird.

  • -
  • Fenster - Wird Einzelfenster-Modus aktiviert, öffnet sich ein doppelgeklickter Ordner nicht in einem neuen Fenster, sondern der Inhalt wird stattdessen im selben Fenster dargestellt. Diese Einstellung unterscheidet sich zu der oben erwähnten Möglichkeit, einen Ordner bei gedrückter OPT-Taste zu öffnen, da hier die individuellen Einstellungen zu Anzeige und Position des Fensters verloren gehen. -

    -tracker-preferences-navigator.png -

    -

    Auch wenn sich die Ein-Fenster-Navigation vielleicht vertrauter anfühlt, sollte man der ursprünglichen Navigation von Haiku eine Chance geben, da es durchaus sein kann, dass man hiermit schneller navigiert wenn man sich erstmal daran gewöhnt hat. Andererseits bietet nur diese Einstellung die Möglichkeit, einen Navigator einzublenden, in dem man per Symbol "vor" und "zurück", sowie ein Verzeichnis höher gehen und einen neuen Verzeichnispfad hineinkopieren kann.

    -

    Anstatt zu den Dateien zu springen während man lostippt, gibt es mit Filtern während der Eingabe auch noch die Möglichkeit alle Dateien rauszufiltern, die die eingegebene Zeichenfolge nicht enthalten, siehe weiter oben.

  • -
  • Papierkorb - Einstellungen zum Verhalten beim Löschen von Dateien.

  • -
  • Datenträger-Icons - Farbe des optionalen Füllstandsanzeigers von eingebundenen Datenträger.

  • -
  • Datenträger einhängen - Hier lässt sich einstellen wann welche Datenträger automatisch eingehängt werden, wie es weiter oben unter "Einbinden von Datenträgern" beschrieben ist.

  • -
-

Dieses Einstellungs-Fenster kann auch mittels Tracker aus den Einstellungen der Deskbar aufgerufen werden.

- -

-index -Arbeiten mit Dateien

-

Das Kontextmenü zu einer Datei entspricht in weiten Teilen dem Datei Menü.

-

Die Menüpunkte sind im Großen und Ganzen selbsterklärend.

-
    -
  • Suchen... - Suche nach einer Datei oder einem Ordner (siehe hierzu näheres unter: Query).

  • -
  • Neu - Erstellt einen neuen Ordner oder eine neue Datei basierend auf einer Vorlage. -

    -new-menu.png -

    -

    Wählt man Vorlagen bearbeiten... aus, öffnet sich der Ordner /boot/home/config/settings/Tracker/Tracker New Templates. Wird in diesem Verzeichnis eine Datei angelegt, wird diese - zusammen mit ihrem Dateityp und sämtlichen Attributen - als Vorlage im Menü Neu angezeigt. In diesem Beispiel die Datei "Text" mit dem Dateityp text/plain. Näher wird darauf unter Dateitypen eingegangen.

  • -
  • Öffnen mit... - Ein Untermenü mit allen Anwendungen, die diese Datei - besser: diesen Dateityp - öffen können. -

    -open-with.png -

    -

    Die Anwendung, die diese Datei auch öffen würde, wenn man sie doppelt anklickt, ist mit einem Häckchen versehen. Desweiteren werden alle Programme gelistet, die diesen Dateityp öffnen können, hier wäre das text/plain. Danach werden die Anwendungen aufgelistet, die den "supertype" - hier wäre das text/* - öffnen. Ganz unten in der Liste sind alle die Programme, die jede Art von Dateityp öffnen können. Wenn man nicht auf eines der gelisteten Programme klickt, sondern auf den Eintrag Öffnen mit... direkt, dann öffnet sich folgendes Fenster:

    -

    -open-with-preferred -

    Hier werden nochmals alle Programme aufgelistet, die bereits im Untermenü zu sehen waren, jedoch mit zusätzlichen Informationen. Wenn man ein Programm auswählt und auf Öffnen und zur Bevorzugten machen klickt, kann man gleichzeitig die bevorzugte Anwendung für diesen Dateityp, hier text/plain setzen.

  • -
  • Datei-Info -

    -get-info -

    In dem sich öffnenden Fenster werden Informationen zu der ausgewählten Datei angezeigt. Ein Klick auf den Dateipfad öffnet ein Tracker-Fenster. Es besteht hier auch die Möglichkeit, für diese Datei die bevorzugte Anwendung auszuwählen und - wenn das kleine Dreieck neben Berechtigungen geklickt wird - im Weiteren die Dateirechte und den Besitzer der Datei festlegen. (Hinweis: bis Haiku ein Mehr-Benutzer-System ist, "gehören" alle Dateien dem Benutzer "baron"; wer das ist, und warum ihm alle Dateien gehören, erschließt sich nach der Lektüre der "BeOS Bible" von Scott Hacker.)

  • -
  • Umbenennen, Duplizieren and In Papierkorb verschieben - Hiermit wird der Dateiname geändert, die Datei wird dupliziert oder in den Papierkorb verschoben.

  • -
  • Verschieben nach, Kopieren nach and Verknüpfung erstellen - Über die Navigation durch Untermenüs wird die Datei zum Ziel verschoben, kopiert oder dort ein Verweis zu der Datei erzeugt. Wenn man gleichzeitig SHIFT drück, kann man einen relativen Verweis anlegen.

  • -
  • Ausschneiden, Kopieren and Einfügen - Die Datei wird mittels Zwischenablage ausgeschnitten, kopiert oder eingefügt. Wenn gleichzeitig SHIFT gedrückt wird, beim Aufrufen dieses Menüpunktes, können per Mehr kopieren/ausschneiden mehrere Dateien in die Zwischenablage kopiert / ausgeschnitten werden; bei Drücken von SHIFT wird die Datei bei der entsprechenden Auswahl nicht eingefügt, sondern lediglich ein Verweis dazu.

  • -
  • Identifizieren - Hiermit wird der Dateityp einer Datei festgestellt. So wird beispielsweise einer mittels wget in das Dateisystem kopierten Datei nicht automatisch ein Dateityp zugeordnet. Hält man SHIFT beim Aufruf des Kontextmenüs, ändert sich dieser Eintrag zu Identifizierung erzwingen, das den Dateityp erkennt und setzt, auch wenn schon eine Bezeichnung besteht.

  • -
  • Add-ons - Öffnet ein Untermenü mit allen für diesen Dateityp zutreffenden Tracker Add-ons.

  • -
- -

-index -Informationen zu Dateioperationen

-

Wenn man eine Datei kopiert, verschiebt oder löscht, zeigt der Tracker einen Fortschrittsanzeiger an. Werden mehrere Dateioperationen vorgenommen, während andere noch laufen, bekommt jede einen eigenen Anzeiger.

-transaction-status.png -

Rechter Hand sind Schaltflächen zum Pausieren der Dateioperation oder zum Abbrechen dieser. Ein Pausieren kann dann sinnvoll sein, wenn man einen große Anzahl von Dateien bewegt und dadurch die Festplatte stark beschäftigt. Währenddessen sind alle weiteren Zugriffe auf die Festplatte zeitlich verzögert.

- -
-
- - - - - diff --git a/docs/userguide/userguide/de/twitcher.html b/docs/userguide/userguide/de/twitcher.html deleted file mode 100644 index 7af00ee663..0000000000 --- a/docs/userguide/userguide/de/twitcher.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
- -

Twitcher

- -

Mit dem Twitcher kann auf einfache Weise zwischen laufenden Anwendungen und ihren Fenstern gewechselt werden.

-twitcher.png -

Mit STRG TAB wechselt man zwischen der aktuellen und der zuletzt aktiven Anwendung. Wenn STRG TAB schnell mehrfach gedrückt wird, wechselt man durch alle Anwendungen. Durch Drücken und Halten von STRG TAB kann man mittels wiederholtem Drücken von TAB oder / zum gewünschten Programm wechseln. Zu einem speziellen Fenster einer Anwendung gelangt man durch Drücken von oder , wenn das Anwendungs-Icon hinterlegt ist.

-

Man kann durch alle Fenster einer Anwendung im aktuellen Workspace wechseln, indem man STRG ~ drückt. Die Tilde ist je nach Tastaturlayout an unterschiedlichen Stellen; im Deutschen ist sie neben der Return-Taste.

-

Es ist auch möglich, den Twitcher über STRG TAB aufzurufen, und dann das gewünschte Programm, beziehungsweise das Programmfenster mit der Maus auszuwählen; hierbei ist aber die STRG-Taste gedrückt zu halten.

-

Der Twitcher hat zusätzlich noch einige Tastaturkürzel:

- - - - -
ESCBeendet den Twitcher und das letzte aktive Programm ist wieder aktiviert.
QBeendet eine gewählte Anwendung.
HMinimiert alle Fenster einer gewählten Anwendung.
- -
-
- - - - diff --git a/docs/userguide/userguide/de/workshop-email.html b/docs/userguide/userguide/de/workshop-email.html deleted file mode 100644 index f25a57b22b..0000000000 --- a/docs/userguide/userguide/de/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: E-mails verwalten - - - - - - - - -
-
- - - - - -
Index
- E-mails unter Haiku
- Eigene Status nutzen
- Queries nutzen
- Weitere Tipps
- -

Workshop: E-mails verwalten

- -

Dieser Workshop soll zeigen, wie man mit E-mails unter Haiku umgeht. Es wird davon ausgegangen, dass die E-Mail-Dienste mit den E-Mail-Dienst Einstellungen richtig konfiguriert sind und der Leser mit den Grundlagen der Anwendung E-Mail vertraut ist.

- -

-index -E-mails unter Haiku

-

Wer vor Haiku schon andere Betriebssysteme genutzt hat, ist wahrscheinlich große Anwendungen wie MS Outlook oder Thunderbird gewohnt. Man muss sie mit allen möglichen Daten wie Mailserver-Addressen und ähnlichem füttern und sie verwenden ihre eigene Kontakt-Datenbank. Sie übernehmen das Abrufen und Verschicken der E-mails und speichern sie in einer großen Datei in einem speziellen Format.
-Ein Wechsel der E-Mail-Anwendung wird dadurch zu einem größeren Unterfangen, das einiges an Ex- und Import und Konvertieren von Daten erfordert. Möchte man mehrere Anwendungen gleichzeitig benutzen, um beispielsweise mal ein anderes Programm auszuprobieren, geht das auch kaum ohne Probleme.

-

Haikus Umgang mit E-mails ist da anders; alles wird in kleine, separate Module aufgebrochen.

-

Der mail_daemon übernimmt die Kommunikation mit den Mailservern. Das E-Mail-Dienst Panel ist die Zentrale zur Konfiguration der E-Mail-Konten und beispielsweise in welchen Abständen sie abgerufen werden sollen.

-

Jede heruntergeladene oder versendete Nachricht wird in einer einzelnen E-Mail-Datei gespeichert. Die Kopfdaten (Absender, Betreff, Datum etc.) und der Status (z. B. "New" - "Neu", "Replied" - "Beantwortet", "Sent" - "Gesendet") werden als BFS-Attibute an die Dateien gehängt, was das Suchen und Filtern mit Haikus schnellen Queries ermöglicht.

-browsing.png -

Weil E-mails einzelne Dateien sind, können sie genauso einfach durchgeschaut werden wie das mit Bildbetrachter und einen Ordner (oder Query-Ergebnis) mit Bildern geht. Lässt man das Tracker-Fenster geöffnet, sieht man die sich bewegende Markierung der gerade geöffneten Datei während man mit den "Nächste"/"Vorherige" Symbolen durch die Dateiliste fährt.
-Da es sich um normale Dateien handelt, ist es auch kein Problem zum Lesen der E-mails ein anderes Programm als Haikus E-Mail zu benutzen.

-

Genauso resultiert das Verfassen einer neuen Nachricht in einer normalen Datei, die dem mail_daemon zum Versand übergeben wird. Die Kontaktverwaltung wird der Kontakte Anwendung überlassen.

-

Man kann also sagen, während woanders Mailprogramme alles erledigen müssen, von der Kommunikation mit Mailservern bis zur Darstellung der E-mails und Werkzeuge sie zu suchen und filtern, benutzt Haiku eine Kette kleinerer Werkzeuge und das normale Dateimanagement:

-
    -
  • Der mail_daemon holt und sendet E-mails und speichert sie als normale Dateien.

  • -
  • Tracker-Fenster und Queries, um die E-Mail-Dateien zu finden und zu filtern.

  • -
  • Die Anwendung E-Mail zum Lesen und Verfassen von Nachrichten, wobei für das systemweite Kontaktmanagement die Anwendung Kontakte dient.

  • -
-

Insbesondere die Verwendung von Tracker und Queries zur Verwaltung von E-mails ist ein weitreichendes Konzept. Die Erfahrung, die man dabei sammelt ist direkt übertragbar auf alle anderen Gebiete, die mit Dateimanagement zu tun haben. Der Tracker steht im Mittelpunkt, egal ob es dabei um Bilder, Musik, Videos, Kontakte oder irgendwelche anderen Dokumente geht.
-Und wird eine dieser Systemkomponenten verbessert, profiteren alle Anwendungen davon, nicht nur diejenigen, die mit E-mail zu tun haben.

- -

-index -Eigene Status nutzen

-

Während man seine E-mails durchsieht kommt es öfters vor, dass man sich mit einigen erst später in Ruhe befassen möchte. Durch Mails Befehl Schließen und | Status "New" belassen würde die E-mail in der Query für "Neue Nachrichten" bleiben, aber so sammeln sich schnell eine Menge E-mails an...

-

Eine Möglichkeit ist natürlich einfach eine Antwort anzufangen und diese als Entwurf zu speichern. Aber wenn man eigentlich gar nicht antworten, sondern nur die E-mail später nochmal lesen wollte, ist auch das nicht ideal.

-status.png -

Am besten benutzt man Schließen und | Status setzen... um einen neuen Status anzulegen um damit E-mails zu kategorisieren. Man könnte so einen Status beispielsweise "Später" nennen und dann eine Query danach starten wenn man mehr Zeit hat.
-Oder man legt sich für bestimmte Projekte jeweils einen eigenen Status an. Ich habe z. B. einen namens "HUG" (für "Haiku User Guide") angelegt, unter dem ich alle E-mails sammle, die den Inhalt des Userguides betreffen könnten, wie Commit-Mails über Codeänderungen, die ein Feature ändern oder neu einführen oder sonstige Mails, die den Userguide verbessern könnten.
-Man sollte den Namen des Status auf alle Fälle kurz halten, damit er in die übliche Breite der Statusspalte im Tracker passt.

-

Um den Status einer E-mail zu ändern, muss sie nicht unbedingt mit dem E-Mail Programm geöffnet werden. Mit den Tracker Add-Ons Mark as Read ("Auf 'Gelesen' setzen") und Mark as... ("Setzen auf...") kann der Status der markierte E-mails in einem Rutsch gesetzt werden.

- -

-index -Queries nutzen

-

Alle E-mails werden in einen vom Benutzer angegebenen Ordner gespeichert. Der lässt sich natürlich öffnen, et voilà, schon sieht man alle seine E-mails. Doch mit der Zeit wird dieser Ordner immer voller und es dauert immer länger, bis tausende Dateien und ohre Attribute eingelesen und sortiert sind. Außerdem kümmern einen nur selten zwei Jahre alte E-mails von nigerianischen Prinzen und ihren Erbschaftsangelegenheiten...

-
Eine Menge Zeit beim Einlesen eines Ordners geht beim Sortieren und Anzeigen der von der Platte gelesenen Dateien drauf. Möchte man wirklich einen Ordner mit einer riesigen Zahl an Dateien öffnen, kann man die Sache beschleunigen, indem man das Trackerfenster "unsichtbar" macht, es also entweder minimiert oder auf eine andere Arbeitsfläche wechselt. Der Systemmonitor zeigt den Einfluss auf die CPU-Last an.
-

Query hilf!

-

Mit dem Einsatz von Queries lässt sich die Anzahl der dargestellten E-mails schön einschränken. Sie werden übrigens auch vom Mailbox-Symbol in der Deskbar benutzt.

-daemon-in-deskbar.png -

Open Draft ("Entwurf öffnen") füllt sein Untermenü durch eine Query nach dem Status "Draft", der vom E-Mail Programm beim Speichern einer Nachricht vergeben wird.

-

Open Inbox Folder ("Posteingang öffnen") und Open Mail Folder ("E-mail Ordner öffnen") sind einfach nur Verknüpfungen zu regulären Ordnern (und nicht mal wirklich nützlich...).

-

Das Untermenü von # neue Nachrichten wird durch eine Query nach dem Status "New" befüllt (die gleiche Query wird übrigens benutzt um das Mailbox-Symbol mit Briefen gefüllt zu zeigen).

- -

In ~/config/settings/Mail/Menu Links können eigene Queries (oder Ordner, Anwendungen, Skripts etc.) abgelegt oder verlinkt werden, die dann in dem Mailbox-Kontextmenü auftauchen.

-
Die Query ~/Konfiguration/settings/Mail/mailbox ist ein Sonderfall: Sie wird bei einem Linksklick auf das Mailbox-Symbol ausgeführt. Dieses Verhalten kann geändert werden, indem man sie mit einer anderen Datei (oder Verknüpfung zu einer Datei) ersetzt. Es muss keine Query sein, eine Verknüpfung auf einen Ordner mit Queries oder ein Skript oder eine Anwendung geht genauso. Nur der Name muss "mailbox" bleiben.
- -

-index -Query Beispiele

-

Hier einige Bespiele nützlicher Queries:

- - - - - - -
query-1.png
-Findet alle E-mails mit dem Status "Later".
query-2.png
-Findet alle E-mails der letzten 2 Tage.
query-3.png
-Findet alle E-mails der letzten 2 Wochen von Ingo Weinhold.
query-4.png
-Findet alle Nachrichten von der Haiku Commit Mailingliste der letzten 12 Stunden.
- -

-index -Weitere Tipps

-
    -
  • Wird eine Query nicht als "Query", sondern als "Query Vorlage" gespeichert, erscheint beim Aufruf nicht gleich das Ergebnisfenster, sondern das "Suchen..." Fenster. So lässt sich einfach der Suchbegriff für Betreff oder Absender ändern, oder beispielsweise ein Zeitraum von "2 days" auf "3 days" verlängern.

  • -
  • Mit aktiviertem "Filtern während der Eingabe" in denTracker Einstellungen lassen sich Query-Ergebnisse sehr schnell noch weiter filtern. Oft reicht es ja eine Query nach allen E-mails der letzten 3 Tage zu machen und den Rest einfach per Eingabe zu filtern. Der große Vorteil dabei: Man muss nicht exakt vorgeben welche Attribute durchsucht werden sollen, da beim Filtern alle eingeblendeten berücksichtigt werden.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/de/workshop-filetypes+attributes.html b/docs/userguide/userguide/de/workshop-filetypes+attributes.html deleted file mode 100644 index cd33a58fe4..0000000000 --- a/docs/userguide/userguide/de/workshop-filetypes+attributes.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - Workshop: Dateitypen, Attribute, Index und Queries - - - - - - - - -
-
- - - - - -
Index
- Vorbereitungen
- Erstellung des Dateityps
- Icon
- Dateierkennung
- Beschreibung
- Bevorzugte Anwendung
- Zusätzliche Attribute
- Indexing
- Daten eingeben
- Suchanfragen -
- -

Workshop: Dateitypen, Attribute, Index und Queries

- -

In diesem Workshop wird gezeigt, wie sinnvoll Attribute, Queries, der Index und eigene Dateitypen sein können. Als Beispiel werden wir eine DVD-Datenbank erstellen.

- -

-index -Vorbereitungen

-

Zuerst sollten wir uns Gedanken machen, welche Dateitypen und Attribute benötigt werden. Ursprünglich war geplant, Bookmark-Dateien mit einem Link zum Eintrag des Films in der IMDb zu verwenden. Da aber Haiku damals noch keinen Browser hatte, der mit solchen Bookmark-Dateien umgehen konnte (im Gegensatz zu NetPositive unter BeOS), verwenden wir ein JPEG-Bild für das DVD-Cover.
-Mit WebPositive hat Haiku nun allerdings wieder einen Browser, der Bookmark-Dateien benutzt. Jetzt ließe sich also auch ein Lesezeichen anstatt eines Bilds als Basis-Dateityp für unsere Datenbankdateien verwenden.
-Auf alle Fälle hängen wir an diese Dateien eine Reihe von Attributen. Hier müssen wir uns entscheiden, welche Art von Attributen wir verwenden - Zahlen oder Text - und welche davon in einer Suchabfrage gefunden werden sollen.

-

Sinnvoll sind zum Beispiel diese Attribute:

-
    -
  • Film-Titel
  • -
  • Genre
  • -
  • URL zur IMDb
  • -
  • Regisseur / Schauspieler
  • -
  • Handlung
  • -
  • Wertung (von 1 bis 10)
  • -
  • Koordinaten im DVD-Regal, sodass die DVD auch tatsächlich gefunden werden kann.
  • -
  • Wenn nötig, wer die DVD ausgeliehen hat.
  • -
- -

-index -Erstellung eines eigenen Dateityps

-

In Dateitypen klicken wir auf Hinzu... unterhalb der hierarchischen Liste der Dateitypen. In dem dann öffnenden Dialogfenster legen wir fest, zu welcher MIME-Gruppe der neue Dateityp gehört oder ob es sich um eine gänzlich neue Gruppe handelt. Unser Dateityp soll die interne Bezeichnung ("Interner Name") DVDdb bekommen und unter "applications" abgelegt werden.

-filetypes-new-file-type.png -

Jetzt öffnet sich ein neues Fenster für den neu angelegten Dateityp DVDdb:

-filetypes-dvddb.png - -

-index -Icon

-

Ein Doppelklick auf das Icon öffnet Icon-O-Matic um darin ein neues Icon zu erstellen. Natürlich kann auch ein bereits bestehenden Icon in das Feld gezogen werden.

- -

-index -Dateierkennung

-

Unter "Dateierkennung" können Dateiendungen eingegeben werden, die typisch für diesen Dateityp sind. Da wir in unserem Beispiel dies nicht benötigen, wird es außer Acht gelassen.

- -

-index -Beschreibung

-
    -
  • Typname - Erscheint unter anderem im Attribut-Menü eines Tracker-Fensters.
  • -
  • Beschreibung - eine etwas ausführlichere Beschreibung
  • -
- -

-index -Bevorzugte Anwendung

-

Dieses Auswahlmenü zeigt alle Anwendungen, die diesen Dateityp verwenden können. Hier kann ausgewählt werden, welches Programm gestartet wird, wenn eine Datei diesen Typs doppelt angeklickt wird.

- - - -
Auswählen... öffnet ein Dialogfenster zur Auswahl der Anwendung; in unserem Beispiel wählen wir Bildbetrachter um das DVD-Cover anzuzeigen.
Gleicher wie... öffnet ein Dialogfenster, in dem man eine Datei auswählen kann, die bereits die bevorzugte Anwendung verwendet, die auch hier verwendet werden soll.
- -

-index -Zusätzliche Attribute

-

Unter "Extra Attribute" geben wir alle zusätzlichen Attribute ein, die wir oben festgelegt haben. Ein Klick auf Hinzu... öffnet dieses Fenster:

-filetype-extra-attribute.png -
    -
  • Attributname - Erscheint als Spaltenkopf im Tracker-Fenster

  • -
  • Interner Name - Wird für die Indizierung und Suche verwendet.

  • -
  • Typ - Beschreibt die Art des Attributs und entsprechend wie es gesucht werden kann. -
      -
    • String - normaler Text
    • -
    • Boolean - für die binären Werte 0 und 1
    • -
    • Integerfür ganzzahlige Werte diesen Umfangs: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float - Fließkommazahlen einfacher Genauigkeit
    • -
    • Double - Fließkommazahlen doppelter Genauigkeit
    • -
    • Time - Zeit und Datum-Werte
    • -
    -
  • -
-
    -
  • Sichtbar - Nur wenn diese Option markiert ist, kann das Attribut im Tracker gesehen / angezeigt werden; da unsere DVD-Datenbank angezeigt werden soll, setzten wir das Kreuz mit diesen Einstellungen:
      -
    • Anzeigen als - auf "Default" (Standard) belassen. Zukünftig sind hier weitere Möglichkeiten wie Fortschrittsbalken oder Sterne geplant
    • -
    • Editierbar - hiermit kann das Attribut direkt im Tracker ergänzt werden
    • -
    • Breite - die Breite der Spalte des Attributs im Tracker-Fenster
    • -
    • Ausrichtung - die Ausrichtung des Attribut-Wertes in der Spalte im Tracker: linksbündig, zentriert oder rechtsbündig
    • -
-

Jetzt müssen diese Werte für die Attribute eingegeben werden:

- - - - - - - - - - -
Interner NameAttributtypindiziert?Beschreibung
DVDdb:title text Ja Film-Titel
DVDdb:genre text Ja Genre
DVDdb:url text Nein URL
DVDdb:cast text Ja Regisseur / Schauspieler
DVDdb:plot text Nein Handlung
DVDdb:rating int-32 Ja Wertung von 1 bis 10
DVDdb:coord text Nein DVD-Regal
DVDdb:lent text Ja Ausgeliehen an
- -

-index -Indizierung

-

Bevor wir unsere DVD-Datenbank mit Daten befüllen, müssen wir noch einige Attribute in den Index aufnehmen. Nur so stehen sie für die Suche in Haiku, den Queries zur Verfügung.
Um mit Scott Hacker, dem Autor der BeOS-Bible zu sprechen: "Es können so viele Attribute wie nur gewünscht in den Index aufgenommen werden, Doch man sollte es nicht übertreiben." - eine sinnvolle Auswahl sollte also getroffen werden.

-

Wir nehmen diese Attribute in den Index auf:

- - - - - - -
Interner NameAttributtyp
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

Um dies zu erreichen, müssen wir im Terminal die folgenden Befehle der Reihe nach eingeben:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

Mit der Option -t wird die Art des Attributs festgelegt. Bis auf die Wertung (Zahl) sind alle "Text"

- -

-index -Daten eingeben

-

Nachdem nun alles vorbereitet ist, können wir damit beginnen, die Datenbank zu befüllen.
-Da jeder Eintrag eine Bilddatei mit dem DVD-Cover sein soll, speichern wir zu jedem Film, den wir in die Datenbank (einem Ordner) aufnehmen eine dazugehörige JPEG-Datei.

-

Wenn wir den Ordner öffnen, sehen wird ein ganz normales Tracker-Fenster mit einer Bild-Datei darin. Mit einem Rechtsklick auf diese Datei und der Auswahl Add-ons | FileType setzen wir nun den Dateityp dieses Bildes auf application/DVDdb. Näheres zu den Dateitypen hier: Dateitypen

-

Jetzt aktivieren wir alle DVDdb-Attribute aus dem Menü Attribute und sortieren sie nach unseren Vorlieben:

-filetypes-dvddb-empty.png -

Mit einem Klick auf ein leeres Attribut (oder ALT E) können wir die entsprechenden Werte eingeben. Mittels TAB und SHIFT TAB können wir von Attribut zu Attribut springen.

-

Um einen neuen Eintrag anzulegen kopieren wir entweder ein neues Bild in das Verzeichnis, oder wir verwenden den Menüpunkt "Datei | Neu..." indem wir eine leere Datei mit dem Dateityp "applications/DVDdb" und dem Dateinamen "DVDdb" im Ordner /boot/home/config/settings/Tracker/Tracker New Templates anlegen.

-

Jetzt befindet sich bei eine Rechtsklick im Tracker-Fenster unter Neu... ein neuer Eintrag neben dem standardmäßigen "Neuer Ordner".

- -

-index -Suchanfragen

-

Nach mehreren Stunden stupidem Befüllen der Attribute haben wir nun eine kleine Datenbank, in der wir nach Herzenslust suchen können. Zum Beispiel nach allen Filmen mit Christina Ricci, die wir mit "7" oder besser bewertet haben.

-

Für die Suchergebnisse kann man ebenfalls eine sinnvolles Layout der Attribute festlegen.
-Nachdem die Spalten im DVDdb-Ordner so eingestellt wurden, wie sie für das Suchergebnis sinnvoll sind, kopiert man diese mittels Attribute | Anordnung kopieren.

-

Darauf hin ist in /boot/home/config/settings/Tracker/DefaultQueryTemplates ein neuer Ordner anzulegen, der nach group/filetype benannt wird, wobei der Schrägstrich durch einen Unterstrich zu ersetzten ist; in unserem Fall also "applications_DVDdb".

-

Öffne den neuen Ordner und kopiere das Attibute-Layout mit Attribute | Anordnung einfügen. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/de/workshop-wlan.html b/docs/userguide/userguide/de/workshop-wlan.html deleted file mode 100644 index 6902ea6a1d..0000000000 --- a/docs/userguide/userguide/de/workshop-wlan.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - Workshop: Funknetzwerke nutzen - - - - - - - - -
-
- - - - - -
Index
- Unterstützte Hardware zum Laufen bringen
- Mit einem Funknetzwerk verbinden
- Vom Terminal aus verbinden
- Tipps -
- -

Workshop: Funknetzwerke nutzen

- -

Bei der heutzutage üblichen Drang zur permanenten Internetverbindung ist es unerlässlich eine funktionierende Netzwerkumgebung zu haben. Weil es für ein so kleines Projekt wie Haiku unmöglich ist mit der laufend neuen Hardware und ihre Treiber Schritt zu halten, verlässt sich Haiku auf eine FreeBSD Kompatibilitätsschicht für seine Netzwerktreiber.
-Dadurch erhält man eine große Anzahl an unterstützter Hardware, wenn auch wahrscheinlich nicht für alles was es so gibt. Online existiert eine Liste unterstützter Hardware und FreeBSD 9.3's Release Hardware Notes.

-
Zur Zeit werden nur PCI, PCI-X, PCI-Express, Mini PCI, und Mini PCI-Express Geräte unterstützt.
-PCMCIA, CardBus, ExpressCard, USB und ISA Geräte funktionieren noch nicht.
- -

-index -Unterstützte Hardware zum Laufen bringen

-

Selbst wenn die erste Hürde von generell unterstützter Hardware genommen ist, benötigen einige Funknetzkarten noch Firmware Module um richtig zu funktionieren. Einige dieser proprietären Firmwaredateien dürfen aus lizenzrechtlichen Gründen nicht mit Haiku geliefert werden. Haiku bietet allerdings ein einfaches Skript, das alle benötigten Dateien herunterlädt und installiert. Wer drahtlos online gehen möchte, sollte das Skript ausführen um sicherzugehen, dass alle eventuell benötigten Firmwaredateien an Bord sind.

-

Dazu öffnet man ein Terminal und schreibt:

-
install-wifi-firmwares.sh
-

Es werden die entsprechenden Lizenzen angezeigt, die akzeptiert werden müssen bevor die Firmwaredateien installiert werden.

- -

Besteht keine Internetverbindung, um die fehlenden Firmwaredateien unter Haiku herunterzuladen, gibt es auch eine Offline-Methode, siehe Tipps weiter unten.

- -

-index -Mit einem Funknetzwerk verbinden

-

Standardmäßig wird nach dem Booten automatisch mit dem ersten nicht-verschlüsselten Netzwerk verbunden. Mit der Desktop-App Networkstatus kann man mit einem spezifischen Netzwerk Kontakt aufnehmen.

-

Ein Rechtsklick auf dessen Icon in der Deskbar zeigt ein Kontextmenü, aus dem der öffentliche Name (die gesendete "SSID") des Netzwerks gewählt wird.

-join-network.png -

Es öffnet sich ein Fenster, in dem die Art der Authentifizierung gewählt (wahrscheinlich WPA/WPA2, WEP ist keine sichere Verschlüsselung mehr!) und das Passwort für dieses Funknetzwerk eingegeben werden kann. OK beginnt den Login-Prozess.
-Je nach verwendeter Hardware und Konfiguration kann das eine Weile dauern. Über den Fortschritt wird durch Benachrichtigungen informiert:

-join-network.gif -

Sobald "Ready" angezeigt wird und das Netzwerkstatus-Icon in der Deskbar ein rundes grünes Licht anzeigt, ist die Verbindung aufgebaut. Enden die Benachrichtigungen mit "No link" und einem gelben Dreieck als Icon, ging etwas schief, wahrscheinlich ein falsches Passwort.

- -

-index -Vom Terminal aus verbinden

-

Wer die Konsole bevorzugt oder Skripte nutzen möchte oder das ~/config/settings/boot/UserBootscript, um sich nach dem Hochfahren automatisch mit einem bestimmten Funknetzwerk zu verbinden, für den gibt es den Befehl ifconfig.

-

Um nach verfügbaren Funknetzwerken zu suchen, öffnet man ein Terminal und gibt die erste Zeile ein:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

Der Pfad zum eigenen Funknetzwerk-Adapter muss selbstverständlich entsprechend angepasst werden.
-Die Ausgabe zeigt den öffenlichen Namen (SSID), die MAC Adresse, Signalstärke und Authentifizierungsmethode aller gefundenen Netzwerke.

-

Mit folgender Befehlszeile wird mit einem bestimmten Funknetzwerk Verbindung aufgenommen. Einzusetzen ist der entsprechende öffentliche Name (SSID) und das zugehörige Passwort.

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {Passwort}
-

Bevor man ifconfig Befehle absetzt, sollte man warten bis die erste Konfiguration des Funknetzwerk-Adapters nach dem Hochfahren abgeschlossen ist, da diese ansonsten eventuell ignoriert werden. Je nach verwendeter Hardware und Konfiguration kann das eine Weile dauern. Am besten man hat ein Auge auf die Benachrichtigungen...

- -

-index -Tipps

-

Beschaffen von Firmwaredateien ohne Internetverbindung

-

Wenn man die Firmwaredateien nicht über das install-wifi-firmwares.sh Skript herunterladen kann (vielleicht hat man ja keine funktionierende Internetverbindung unter Haiku), kann man stattdessen dieses Shellskript herunterladen und unter einem anderen Betriebssystem mit installiertem wget und zip ausführen.
-Das Skript lädt die benötigten Dateien herunter und erstellt eine ZIP Datei, die man dann unter Haiku in /boot entpackt. Ist das geschehen, öffnet man ein Terminal und schreibt:

-
install-wifi-firmwares.sh
-

Es werden die entsprechenden Lizenzen angezeigt, die akzeptiert werden müssen bevor die Firmwaredateien installiert werden.

-

Verbindungsabbrüche vermeiden

-

Haikus Treiber für manche WLAN Chips, wie dem iprowifi4965, neigen dazu bei WPA Verschlüsselung die Verbindung zu verlieren. Wer davon betroffen ist, kann versuchen den "HT Mode" (High Throughput, 802.11n) auszuschalten bevor man sich mit einem Netzwerk verbindet:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

Wird das Problem so gelöst, kann die Zeile in das ~/config/settings/boot/UserBootscript mit aufgenommen werden, um sie bei jedem Hochfahren automatisch auszuführen.

-
-
- - - - - diff --git a/docs/userguide/userguide/de/workspaces.html b/docs/userguide/userguide/de/workspaces.html deleted file mode 100644 index 83f12af79e..0000000000 --- a/docs/userguide/userguide/de/workspaces.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - <acronym title="Workspaces">Arbeitsflächen</acronym> - - - - - - - - -
-
- -

Arbeitsflächen

- -

Arbeitsflächen sind virtuelle Desktops, mit eigener Auflösung, Farbtiefe und eigenem Hintergrund. Es können bis zu 32 dieser Arbeitsflächen in den Bildschirm Einstellungen konfiguriert werden.

- -workspace_overviewpng.png - -

-index -Arbeitsfläche wechseln

-

Die Arbeitsfläche kann mit einem Klick auf das Arbeitsflächen Applet (zu sehen im Bild oben) oder mit der Tastenkombination ALT Fx gewechselt werden; "x" ist dabei die Arbeitsflächen-Nummer. Organisiert man seine Arbeitsflächen in Viererreihen, kann die Anordnung der Fx Tasten auf der Tastatur nachgeahmt werden.
-Das Klicken auf eine Anwendung in der Deskbar bringt einen ebenfalls auf die entsprechende Arbeitsfläche.

-

Eine andere komfortable Möglichkeit ist, mit STRG ALT /// räumlich durch die Spalten und Reihen der verfügbaren Arbeitsflächen zu navigieren. Hält man dabei zusätzlich SHIFT gedrückt, wird das aktive Fenster auf die neue Arbeitsfläche mitgenommen.

-

Zwischen der aktuellen und letzten Arbeitsfläche kann man mit ALT ^ hin und her wechseln. Welches Zeichen das genau ist, hängt vom verwendeten Tastaturlayout ab - es ist immer die Taste unter ESC. Auch hier nimmt man das aktive Fenster mit, hält man dabei SHIFT gedrückt. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications.html b/docs/userguide/userguide/en/applications.html deleted file mode 100644 index c8b84c79db..0000000000 --- a/docs/userguide/userguide/en/applications.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - Applications - - - - - - - - -
-
- -

Applications

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Haiku's applications

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor A tool to track system resources like CPU and memory usage.
iconBootManager A tool to install a boot menu in the Master Boot Record (MBR) of a drive.
iconCharacterMap An application that shows the Unicode character map.
iconCodyCam A tool to regularly upload images from a webcam to a server.
iconDebugger A graphical debugger.
iconDeskCalc A calculator.
iconDiskProbe A HEX editor for files and devices.
iconDiskUsage A tool to visualize a disk's memory usage.
iconDriveSetup A harddisk partitioning tool.
iconExpander A tool to unpack common archives.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic An app to create Haiku's vector icons.
iconInstaller The tool to install Haiku to a partition.
iconMagnify A magnified view of the area around your mouse pointer.
iconMail An email client.
iconMediaPlayer A player for all supported audio/video files.
iconMidiPlayer A player for MIDI files.
iconPackageInstaller Installer for BeOS packages in PKG format.
iconPeople A contact manager.
iconPoorMan A simple web server.
iconScreenshot A tool to take screenshots.
iconShowImage A simple image viewer.
iconSoundRecorder A tool to record audio from line-in or a microphone. [still missing]
iconStyledEdit A simple text editor.
iconTerminal Access to the bash.
iconTextSearch A search tool for text files.
iconTV A viewer for analog TV. [still missing]
iconWebPositive A native web browser
- -

-index -Haiku's commandline applications

-

Besides the normal commandline tools coming with the bash shell or are necessary to be POSIX compliant, there are a few Haiku-specific commandline applications worth mentioning. These commands are often useful for scripting purposes, see also topic Bash and Scripting.

- - - -
iconList of all commandline applications
iconHaiku-specific commandline applications
- -

-index -Bundled applications

-

Besides the above listed programs, which are all maintained by the Haiku project, there are a few essential applications bundled in a standard Haiku system. Bugs and feature requests for those have to be filed with the particular maintainer.

- - - - - - - - - - - -
iconBePDF A PDF viewer.
iconPe An advanced texteditor with syntax coloring and much more.
iconVision An IRC client.
iconWonderBrush YellowBite's graphics programm.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/activitymonitor.html b/docs/userguide/userguide/en/applications/activitymonitor.html deleted file mode 100644 index a18aa5e74f..0000000000 --- a/docs/userguide/userguide/en/applications/activitymonitor.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - ActivityMonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngActivityMonitor

- - - - -
Deskbar:Applications
Location:/boot/system/apps/ActivityMonitor
Settings:~/config/settings/ActivityMonitor settings
-


-

You can track system resources by launching the ActivityMonitor and activating different items of interest. -

-activitymonitor.png -

By right-clicking into the window, you can toggle the display of all kinds of resources:
-Used/Cached Memory, Swap Space, CPU Usage, Network Receive/Send, Page faults, Semaphores, Ports, Threads, Teams, Running Applications, Raw/Text Clipboard Size, Media Nodes.

-

Below the graph is a legend (hideable from the context menu). You can change the colors and that of the graph's background via drag&drop from any color picker, e.g. from Icon-O-Matic.

-

You can add more views from the File menu if it gets too crowded.

-

The Settings menu opens a panel to set the update interval.

-

Each view has it's own Replicant handle and can thus be arranged, for example, on the Desktop.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/bepdf.html b/docs/userguide/userguide/en/applications/bepdf.html deleted file mode 100644 index 84f6fd5833..0000000000 --- a/docs/userguide/userguide/en/applications/bepdf.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Applications
Location:/boot/system/apps/BePDF/BePDF
Documentation:/boot/system/apps/BePDF/docs/*
Settings:~/config/settings/BePDF
-


-

BePDF is a fast launching PDF viewer. Besides viewing, it supports annotating and user-defined bookmarking for unencrypted PDFs. It's fully localized for 20 languages at the moment with additional languages being easily added via text files.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/bootmanager.html b/docs/userguide/userguide/en/applications/bootmanager.html deleted file mode 100644 index 68da4498f9..0000000000 --- a/docs/userguide/userguide/en/applications/bootmanager.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
- -

bootmanager-icon_64.pngBootManager

- - - - -
Deskbar:No entry, normally started from Installer's Tools menu
Location:/boot/system/apps/BootManager
Settings:none
MBR backups are saved by default in ~/config/settings/bootman/
-


-

If you don't add the Haiku partition to an existing boot manager like GRUB, BootManager can install a small boot menu in the Master Boot Record (MBR) that looks something like this:

-bootmenu.png -
Boot Manager isn't yet tested very well and still has a few restrictions that it will complain about if they aren't met: the menu can only be installed on your first harddisk and there has to be a 2KiB space after the Master Boot Record (MBR).
-

BootManager guides you through the installation process of the boot menu.

-

-index -Choosing the destination drive

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/cdplayer.html b/docs/userguide/userguide/en/applications/cdplayer.html deleted file mode 100644 index bf40bf2964..0000000000 --- a/docs/userguide/userguide/en/applications/cdplayer.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDPlayer

- - - - -
Deskbar:Applications
Location:/boot/system/apps/CDPlayer
Settings:~/cd/* - Stores details to all identified CDs
-


- -


-cdplayer.png -

Usage is pretty much what you'd expect from looking at the control buttons.
-Activate the Repeat button to the left of Shuffle to loop the complete CD.

-

If you need more control like playlists, try MediaPlayer instead.

-
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/charactermap.html b/docs/userguide/userguide/en/applications/charactermap.html deleted file mode 100644 index 68e26f0da2..0000000000 --- a/docs/userguide/userguide/en/applications/charactermap.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - CharacterMap - - - - - - - - -
-
- -

charactermap-icon_64.pngCharacterMap

- - - - -
Deskbar:Applications
Location:/boot/system/apps/CharacterMap
Settings:~/config/settings/CharacterMap settings
-


-

CharacterMap will show you the UTF-8 code of every character a font supports.

-charactermap.png -

To the left you have the standardized blocks, together with a handy filter function. Optionally, you can choose to also Show private blocks from the View menu. The right shows the actual characters in these blocks, using the font specified in the Font menu. Below that you can change the font size. And below that, the values of the character currently under the mouse pointer is displayed in hex, decimal and UTF-8 notation.

-

You can drag&drop a character directly from the character map into a text editor, or right-click on one to either Copy character (ALT C) or Copy as escaped byte string (SHIFT ALT C). Resulting in, e.g. either or \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/en/applications/cli-apps.html b/docs/userguide/userguide/en/applications/cli-apps.html deleted file mode 100644 index b0c632cf17..0000000000 --- a/docs/userguide/userguide/en/applications/cli-apps.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - Commandline Applications - - - - - - - - -
-
- -

cli-app-icon_64.pngHaiku-specific commandline applications

- - -
Location:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relating to attributes: listattr, catattr, addattr, rmattr, copyattr

-

These commands are used to display, read out, add and remove attributes of files. Remember that these meta data are currently only available on BFS formatted volumes. Moving files onto other file systems will strip all attributes!
-All these commands are described in topic Attributes in Terminal.

- -

index -Relating to the index: lsindex, mkindex, reindex, rmindex

-

With these commands you list, make, reindex and remove attributes to BFS' index. Every volume has it's own index, remember that when copying files from one volume to another.
-These commands are described in topic Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Useful scripting commands

-

Here are a few commandline tools that are especially useful for scripting (see also topic Bash and Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Other commands

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/codycam.html b/docs/userguide/userguide/en/applications/codycam.html deleted file mode 100644 index b48773c33a..0000000000 --- a/docs/userguide/userguide/en/applications/codycam.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:Applications
Location:/boot/system/apps/CodyCam
Settings:~/config/settings/codycam
-


-

With CodyCam you take pictures at a specified interval from a connected webcam or any other video-in device and save it via FTP.

-My very temporarily installed cam in Dartmoor National Park. -

To the left under the preview, you set the filename that'll be suffixed with an increasing number for every picture taken. Beneath that you decide on the file format and the rate the pictures are taken.

-

To the right you choose either FTP or sFTP (if SSH is available) and enter the needed data to save the images on a server.

- -
-
- - - diff --git a/docs/userguide/userguide/en/applications/debugger.html b/docs/userguide/userguide/en/applications/debugger.html deleted file mode 100644 index 2b016f91d8..0000000000 --- a/docs/userguide/userguide/en/applications/debugger.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/en/applications/deskcalc.html b/docs/userguide/userguide/en/applications/deskcalc.html deleted file mode 100644 index 009ced98a3..0000000000 --- a/docs/userguide/userguide/en/applications/deskcalc.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
- -

deskcalc-icon_64.pngDeskCalc

- - - - -
Deskbar:Applications
Location:/boot/system/apps/DeskCalc
Settings:~/config/settings/DeskCalc_settings
-


-

DeskCalc is a simple calculator that nevertheless has some nice features that aren't apparent on first sight.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • You can resize the calculator until it fits your needs and then put it as Replicant onto the Desktop via drag&drop of the symbol in the bottom right corner. Make sure Show replicants is activated in the Deskbar.

  • -
  • The keypad can be colored with a drag&drop from any color well, e.g. from Icon-O-Matic.

  • -
  • You can move up and down in a history of past calculations with and .

  • -
  • You can select DeskCalc's contents and drag&drop it into any application. Or you drop it into a Tracker window or onto the Desktop and a text file with that clipping is created there.

    -

    Even better, the reverse is also possible:
    -Create clippings as described at various stages of your calculation and go back to them by drag & dropping them back into DeskCalc.
    -Or you drag&drop a calculation directly out of an email onto DeskCalc.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/diskprobe.html b/docs/userguide/userguide/en/applications/diskprobe.html deleted file mode 100644 index 0f19c139ce..0000000000 --- a/docs/userguide/userguide/en/applications/diskprobe.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar:Applications
Location:/boot/system/apps/DiskProbe
Settings:~/config/settings/DiskProbe_data
-


-

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!

-
Always work with the backup of a file and be extra careful when working directly on a device.
-

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:

-

diskprobe.png

-

The main view shows always one block of data, the size of which can be adjusted with View | BlockSize. 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.
-You can move from block to block with the slider above or with ALT  and ALT  and switch between the HEX and ASCII columns with TAB.

-

Block | Selection will not only show the selection with different endianess (and in HEX or decimal, set by View | Base), 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.
-This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

Depending on the kind of attribute, you'll get a different editor tab besides the always present Raw Editor. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.

-
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/diskusage.html b/docs/userguide/userguide/en/applications/diskusage.html deleted file mode 100644 index bddecfbdab..0000000000 --- a/docs/userguide/userguide/en/applications/diskusage.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Deskbar:Applications
Location:/boot/system/apps/DiskUsage
Settings:~/config/settings/DiskUsage
-


-

DiskUsage shows graphically how the space on your volumes is utilized.
-A useful tool to answer the question, "Where has all my disk space gone?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

The concentric circles represent different levels in the file system hierarchy. Above, the circle in the center represents the /boot/home/ folder. Each segment of the ring immediately outside that circle is a file or folder under /boot/home/. Every segment farther outside brings you one level deeper in the file hierarchy. You may have to resize the window to accommodate very deep folders.

-
    -
  • If the graphical representation of a file or folder comprises less than about 2° of a circle, it is excluded from the display.
  • -
  • The number of files that's reported for a folder includes files in subfolders too. A folder counts as a file.
  • -
  • DiskUsage ignores symbolic links.
  • -
-

As you move the mouse over a segment, information about that file or folder appears in the status bar at the bottom.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

You can drag files and folders from DiskUsage to other applications or to the Desktop or other Tracker windows for copying. Vice versa, dropped volumes and folders on DiskUsage's window will zoom directly to them, making them the new center circle.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/drivesetup.html b/docs/userguide/userguide/en/applications/drivesetup.html deleted file mode 100644 index 9b147efbf1..0000000000 --- a/docs/userguide/userguide/en/applications/drivesetup.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar:Applications
Location:/boot/system/apps/DriveSetup
Settings:~/config/settings/DriveSetup
-


-

DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the GParted LiveCD to provide the space for another partition.

-drivesetup.png -

At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the +/- widget that appears in that case in front of that device to see the details of every logical partition.

-

You can select a partition from the list and mount and unmount them with the commands in the Partition menu or by pressing ALT M or ALT U.

-

You can also completely delete a partition with Partition | Delete.
-Which brings us to this:

-
Dealing with creating/deleting/initializing partitions is very dangerous business. Always check twice to be sure you're working with the right one and always keep an up-to-date backup of your data in case something goes wrong!
-

-index -Creating a new partition

-
If you plan to use the entire drive as one partition, e.g. a USB stick or a Compact Flash card, you can skip the creation of a partition and proceed right to Initializing.
-

When you found unformatted space on a drive, like the above <empty>, you can create a new partition in this space with Partition | Create...(ALT C).

-drivesetup-create.png -

You're prompted with this dialog that lets you adjust the partition size and type. Choose Be File System if you want to use the partition for an Haiku installation or if you want to use all the interesting Haiku features with it, like attributes and queries. Note, that other operating systems might not be able to access such a partition.

-

If you have created a primary partition instead of just another extended/logical partition within one, the above dialog also displays an Active partition checkbox. You'll have to check that, if you'll use that partition to boot a Haiku installation.

-

Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.

-

-index -Initializing a partition

-

Only unmounted partitions can be initialized by using the Partition | Initialize menu.

-drivesetup-initialize.png -

Here you set the name for the partition and it's blocksize. 2048 bytes per block are recommended, but you can choose larger or smaller sizes if you have these very specific needs.
-Initializing will destroy all data on that partition!

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/expander.html b/docs/userguide/userguide/en/applications/expander.html deleted file mode 100644 index b1fb0ffed9..0000000000 --- a/docs/userguide/userguide/en/applications/expander.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
- -

expander-icon_64.pngExpander

- - - - -
Deskbar:No entry, normally launched via double-clicking a supported file.
Location:/boot/system/apps/Expander
Settings:~/config/settings/Expander_Settings
-


-

Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.
-Just double-click an archive to see this simple interface:

-

expander.png

- - - - -
SourceALT Owill open a file dialog to find an archive to unpack.
DestinationALT Dwill open a file dialog to set the destination.
ExpandALT Ewill start the unpacking. It can be aborted with ALT K.
-

You can toggle the display of the file listing by un/checking Show contents or pressing ALT L.

-
Expander can only unpack whole archives.
-You can't select individual files to expand or add/remove files from the archive.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/haikudepot.html b/docs/userguide/userguide/en/applications/haikudepot.html deleted file mode 100644 index 6c27fe5b84..0000000000 --- a/docs/userguide/userguide/en/applications/haikudepot.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/icon-o-matic.html b/docs/userguide/userguide/en/applications/icon-o-matic.html deleted file mode 100644 index 673c7c7789..0000000000 --- a/docs/userguide/userguide/en/applications/icon-o-matic.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
- - - - -
Index
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Applications
Location:/boot/system/apps/Icon-O-Matic
Settings:~/config/settings/Icon-O-Matic
- -


- -

Before we come to the actual creating of icons in Icon-O-Matic, a few words on Haiku's icons in general.

- -

-index -BeOS bitmap vs. Haiku vector icons

-

Contrary to the BeOS, Haiku uses vector icons instead of bitmap icons. A special Haiku Vector Icon Format (HVIF) was developed that is highly optimized for small file sizes and fast rendering. That's why our icons are for the most part much smaller than either a bitmap or the widely used SVG format. Also, unlike BeOS' bitmap icons, Haiku isn't limited to an 8bit palette (256 colors).
-Take this icon of the Terminal, for example:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Note that the BeOS used two versions of an icon, one 16x16 and one 32x32, to achieve good visuals in List and Icon View mode.

-

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Icons are attributes

-

Icons are stored as an attribute with their file. However, that doesn't mean that every file has to have this attribute to appear with an icon in a Tracker window: data files inherit their icon from their filetype. To globally change the filetype's icon you use the FileTypes preferences. If you only want to add a special icon to an individual file, you use the FileType add-on on it instead. See topic Filetypes for more information.

-
Being an attribute, it follows that only filesystems supporting metadata can retain a file's individual icon. So, if you move files off your BFS volume, consider zipping them up so you don't lose icons or other attributes.
- -

-index -Creating icons with Icon-O-Matic

-

Icon-O-Matic is Haiku's icon editor that can save your work as HVIF, SVG or PNG. The icon can also be directly attached as attribute to an existing file or exported as a resource or source file used by developers. Since the application was tailored to the optimized HVIF format, its usage reflects the inner workings of this format.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Here's a quick overview of Icon-O-Matic's window:

-i-o-m-overview.png - -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

- - -

-index -Path

-

A path consists of several points which are connected with lines or Bezier curves. To add or change points, make sure the path is selected in the path list.

- -

Simply clicking in the canvas will set the first point. While setting a point, you decide if the resulting line will be straight or curved: a simple click and release produces a straight line, holding down the mouse button and moving the mouse will drag out the handles for a Bezier curve. Of course, you can also change it all later on.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

The mouse pointer indicates the current mode:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Move point(s)Insert pointAdd pointDelete point
CTRL
Corner↔Bezier
ALT
Select points
SHIFT
-

You can invoke a context menu by right-clicking a point or a selection of points:

- - - - - - -
Select allALT ASelects all points of the current path.
TransformTPuts all selected points in a transformation box, so you can move, resize and rotate them together. It works just like with shapes, described a bit further down.
SplitSplits selected points into two, one sitting on top of the other.
FlipRotates selected points by 180°. Only has an effect on Bezier points.
RemoveDELDeletes selected points.
- -

Path Menu

-

The Path menu offers a few obvious entries to Add rectangle and Add circle or to Duplicate or Remove a path. Here are some that may need a bit more explaining:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean upMost useful with imported SVGs, this function will remove redundant points.
Rotate indices rightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate indices leftALT SHIFT RDoes the same in the other direction.
- -

Path Properties

-

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset transformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze transformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Shape Properties

-

Besides a Name, the Properties view for a shape has these options:

- - - - -
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNot OK!
Shape 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Shape 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Style

-

A style can either be a solid color or some type of gradient.
-Besides the predefined colors under Swatches, you can mix your own by clicking on the current color. Also, note the slider under the color spectrum which sets the alpha-channel (transparency).

-i-o-m-gradients -

You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Style Menu

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Style Properties

-

The Name is the only Properties of a style.

- - -

-index -Transformer

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter limitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Saving an icon

-

There's your usual menu bar at the top, File, Edit, Options. The usage is pretty much self-explaining, so we'll only look at how to save your work.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSaves as resource used by programmers
HVIF source codeSaves as source code used by programmers
SVGSaves as SVG
PNGSaves as a 64px sized PNG
PNG setSaves as 16, 32 and 64px sized PNGs
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Tips & Tricks

-

A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:

-
    -
  • Read the Icon Guidelines to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.

  • -
  • You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Check the preview to see if your icon still looks good in 16x16. You may want to use the Level Of Detail settings described in the Shapes section.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/installer.html b/docs/userguide/userguide/en/applications/installer.html deleted file mode 100644 index d9603c56e0..0000000000 --- a/docs/userguide/userguide/en/applications/installer.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Installer
Settings:none
-


-

The Installer is used to copy Haiku onto another volume.
-Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:

-
    -
  • This is alpha-quality software. Make backups or suffer the consequences!

  • -
  • The Installer needs a prepared partition. You may have to use a GParted LiveCD or a similar tool until Haiku's DriveSetup is mature enough to handle this task.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Once you acknowledged with Continue, you're presented with the main window:

-installer.png -

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
-The second pop-up menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.

-

Clicking the little expander widget will Show optional packages, if available, that you can choose to install in addition to the basic Haiku.

-

You should do a last check if you really picked the right target before starting the installation process. Click on Setup partitions... to open DriveSetup and have a look at the naming and layout of the available volumes and partitions.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Tools

-

At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the Onto: Please choose target menu and select Write boot sector from the Tools menu to make it bootable again.

-

The other item in the Tools menu is used to Set up a boot menu that puts a menu in the boot sector to choose what operating system to boot. See topic BootManager for more information.
- You don't need to run the BootManager if you already use a bootmanager like GRUB, in which case you have to add Haiku manually (see above), or Haiku runs exclusively on your machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/list-cli-apps.html b/docs/userguide/userguide/en/applications/list-cli-apps.html deleted file mode 100644 index 1e47ebea67..0000000000 --- a/docs/userguide/userguide/en/applications/list-cli-apps.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - List of commands - - - - - - - - -
-
- -

cli-app-icon_64.pngList of all commandline applications

- - -
Location:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Language and keymap setup.
[ Returns true/false after comparing items.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Shows a message box. (Haiku specific)
arp Manipulates the system ARP cache.
awk See gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 See bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Leftover from the move of locale-kit.]
echo Displays a line of text.
egrep See grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep See grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp File transfer program.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip See gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Leftover from the move of locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creates a directory.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more See less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh See bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Returns true/false after comparing items.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash See trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat See gzip.
zcmp See zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo See unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/magnify.html b/docs/userguide/userguide/en/applications/magnify.html deleted file mode 100644 index 67eeed9d2a..0000000000 --- a/docs/userguide/userguide/en/applications/magnify.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
- -

magnify-icon_64.pngMagnify

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Magnify
Settings:~/config/settings/Magnify_prefs
-


-

Magnify shows an enlarged version of the area around your mouse pointer.

-magnify.png -

At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.

-

Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with / / / .

-

To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
-They can also be moved with / / / . The active crosshair is marked with an "x".

-

You can move the mouse pointer pixel by pixel with OPT  / / / .

-

Clicking on the pop-up menu gives you a number of options:

- - - - - - - - - - - - - - -
Save imageALT S Saves the current display as a resource file.
Copy imageALT C Copies the current display to the clipboard.
Hide/Show infoALT T Toggles the display of all the additional information.
Add a crosshairALT H Adds a crosshair you can drag around.
Remove a crosshairALT SHIFT H Removes the last added crosshair.
Hide/Show gridALT G Toggles the overlayed grid.
Freeze/Unfreeze imageALT F Stops/continues updating the magnification area.
Stick coordinatesALT I Keeps updating the magnification area, but don't follow the mouse pointer any more.
Make squareALT / Reverts back to a square display after resizing the window.
Decrease window sizeALT - Shrinks the magnified area around the mouse pointer.
Increase window sizeALT + Enlarges the magnified area around the mouse pointer.
Decrease pixel sizeALT , Lowers magnification.
Increase pixel sizeALT . Increases magnification.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/mail.html b/docs/userguide/userguide/en/applications/mail.html deleted file mode 100644 index 720d737ec0..0000000000 --- a/docs/userguide/userguide/en/applications/mail.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
- - - - -
Index
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Mail
Settings:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/en/applications/mediaplayer.html b/docs/userguide/userguide/en/applications/mediaplayer.html deleted file mode 100644 index 0fa3405ae7..0000000000 --- a/docs/userguide/userguide/en/applications/mediaplayer.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Deskbar:Applications
Location:/boot/system/apps/MediaPlayer
Settings:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/midiplayer.html b/docs/userguide/userguide/en/applications/midiplayer.html deleted file mode 100644 index 86fa61d238..0000000000 --- a/docs/userguide/userguide/en/applications/midiplayer.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Deskbar:Applications
Location:/boot/system/apps/MidiPlayer
Settings:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/en/applications/packageinstaller.html b/docs/userguide/userguide/en/applications/packageinstaller.html deleted file mode 100644 index 51476d5f2e..0000000000 --- a/docs/userguide/userguide/en/applications/packageinstaller.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:No entry, normally launched via -double-clicking a supported file.
Location:/boot/system/apps/PackageInstaller
Settings:none
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/pe.html b/docs/userguide/userguide/en/applications/pe.html deleted file mode 100644 index fd8a53a4a3..0000000000 --- a/docs/userguide/userguide/en/applications/pe.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Applications
Location:/boot/system/apps/Pe/Pe
Documentation:/boot/system/apps/Pe/Documentation/index.html
Settings:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/en/applications/people.html b/docs/userguide/userguide/en/applications/people.html deleted file mode 100644 index c6d6574f88..0000000000 --- a/docs/userguide/userguide/en/applications/people.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
- -

people-icon_64.pngPeople

- - - - -
Deskbar:Applications
Location:/boot/system/apps/People
Settings:~/config/settings/People_data
-


-

People is a simple contact database using the attributes of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a query.

- -people.png - -

The Group attribute at the bottom allows assigning a person to one or more groups. Useful for "mass mailing" a number of people who, for example, work on a specific project. The pop-up menu offers all currently existing groups. If a person belongs to more than one group, the group names are delimited with a ",".

- -

These Person files are usually all saved in /boot/home/people/. To get a list of all your contacts, just open your people folder and display all attributes of interest. If you choose to organize your Person files in different folders, just use a query to display them all in one window.

- -people-files.png - -

You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding SHIFT while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or ALT E) to edit works just like renaming a file. Once you're in edit mode, TAB and SHIFT TAB will jump from column to column.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/poorman.html b/docs/userguide/userguide/en/applications/poorman.html deleted file mode 100644 index 4b7736deb3..0000000000 --- a/docs/userguide/userguide/en/applications/poorman.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:Applications
Location:/boot/system/apps/PoorMan
Settings:~/config/settings/PoorMan Settings
-


-

PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.

-

Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.

-

PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings...: -

-

poorman.png

-

The settings panel is divided into three tabs:

-

In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
-Logging lets you de/activate logging to the console or optionally to a separate logfile.
-The Advanced tab holds the setting for the maximum simultaneous connections.

-

The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/en/applications/screenshot.html b/docs/userguide/userguide/en/applications/screenshot.html deleted file mode 100644 index c1a33ce796..0000000000 --- a/docs/userguide/userguide/en/applications/screenshot.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Screenshot
-/bin/screenshot
Settings:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/showimage.html b/docs/userguide/userguide/en/applications/showimage.html deleted file mode 100644 index 50e0f091f6..0000000000 --- a/docs/userguide/userguide/en/applications/showimage.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar:No entry, normally launched via -double-clicking a supported file.
Location:/boot/system/apps/ShowImage
Settings:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBrowsing

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexKeyboard shortcuts

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
CTRLWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/soundrecorder.html b/docs/userguide/userguide/en/applications/soundrecorder.html deleted file mode 100644 index d5f580d5e4..0000000000 --- a/docs/userguide/userguide/en/applications/soundrecorder.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar:Applications
Location:/boot/system/apps/SoundRecorder
Settings:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/en/applications/stylededit.html b/docs/userguide/userguide/en/applications/stylededit.html deleted file mode 100644 index 88041095bc..0000000000 --- a/docs/userguide/userguide/en/applications/stylededit.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Applications
Location:/boot/system/apps/StyledEdit
Settings:none
-


-

StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.

-stylededit.png -

If you're interested, this is what those additional attributes look like when examined in Terminal with listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

As you can see, all the formatting options from StyledEdit's menu are present: line wrapping (on/off) and alignment (left/center/right), each in one attribute. Styles (font, size, color) of each letter mangled into another.

-
Because these attributes are a file system feature of BFS, this means that not only other platforms just see a plain text file, it also follows, that the formatting will be lost when a file is stored on a non-BFS partition. The above attributes are simply stripped and what's left is the ordinary, plain text file.
-

In any case, it's a nice idea having the possibility of colored text in different fonts and sizes while still being a normal text file. A ReadMe.txt, for example, is therefore readable in a shell on any platform and still has a bit of style when viewed via double-click from Haiku.

-

Actually using StyledEdit is so simple, we'll skip explaining every mundane menu item. Just write down your text then select the words you'd like to format and apply font, size and color from the Font menu. Line wrapping and alignment from the Document menu only work on the whole file.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/terminal.html b/docs/userguide/userguide/en/applications/terminal.html deleted file mode 100644 index c17456d8b5..0000000000 --- a/docs/userguide/userguide/en/applications/terminal.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Terminal
Settings:~/config/settings/Terminal
-~/config/settings/profile - adds/overrides defaults in /boot/system/settings/etc/profile
-~/config/settings/inputrc - adds/overrides defaults in /boot/system/settings/etc/inputrc
-


-

The Terminal is Haiku's interface to bash, the Bourne Again Shell.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Windows and tabs

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Settings

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Keyboard shortcuts

-

You'll find a list of useful shortcuts in Shortcuts and key combinations.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Bash customization

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Hints for working with the Terminal

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/textsearch.html b/docs/userguide/userguide/en/applications/textsearch.html deleted file mode 100644 index cf491b3590..0000000000 --- a/docs/userguide/userguide/en/applications/textsearch.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:No entry, normally launched via Tracker Add-on
Location:/boot/system/apps/TextSearch
Settings:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

File menu

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Action menu

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Settings menu

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

History menu

Contains recently used search strings.

Encoding menu

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/tv.html b/docs/userguide/userguide/en/applications/tv.html deleted file mode 100644 index 799b9a0d42..0000000000 --- a/docs/userguide/userguide/en/applications/tv.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Applications
Location:/boot/system/apps/TV
Settings:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/en/applications/vision.html b/docs/userguide/userguide/en/applications/vision.html deleted file mode 100644 index 43e84f3201..0000000000 --- a/docs/userguide/userguide/en/applications/vision.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Vision/Vision
Settings:~/config/settings/Vision/*
-


-

Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the Vision website.

-
You can find help from other Haiku users and developers on Haiku channels in various languages.
-The most frequented is the English speaking #haiku at irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/en/applications/webpositive.html b/docs/userguide/userguide/en/applications/webpositive.html deleted file mode 100644 index 6fae6425e9..0000000000 --- a/docs/userguide/userguide/en/applications/webpositive.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Applications
Location:/boot/system/apps/WebPositive
Settings:~/config/settings/WebPositive/ - Configuration files, cookies, cache and browsing history
~/config/settings/WebPositive/Bookmarks - All bookmarks as single files
-


-

WebPositive, or Web+ for short, is Haiku's native web browser. One part of its name is a tip of the hat to BeOS' simple NetPositive, the other points to its modern foundation: the WebKit. This open source HTML rendering library is at the heart of other mainstream browsers as well, like Safari of Mac OS X and Google's Chrome. By using the ever evolving WebKit, Web+ will be able to keep up with new web technologies.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexSettings

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexBrowsing

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexBookmarks

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDownloads

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexKeyboard shortcuts

-

Here are some useful keyboard shortcuts:

- - - - - - - - - - - - - - -
ALT TOpens a new tab.
ALT W Closes the current tab.
ALT N Opens a new window.
SHIFT ALT W Closes the current window.
ALT ENTER Toggles full screen mode.
ALT R or F5 Refreshes the current page.
ALT H Opens the home page.
ALT D Shows/hides the Downloads window.
ALT F Shows the find bar for in-page searching (hide with ESC).
ALT B Bookmarks the current page.
ALT M Manage bookmarks, opening the Bookmarks folder.
ALT Previous page in the history.
ALT Next page in the history.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/applications/wonderbrush.html b/docs/userguide/userguide/en/applications/wonderbrush.html deleted file mode 100644 index a905004a8c..0000000000 --- a/docs/userguide/userguide/en/applications/wonderbrush.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Applications
Location:/boot/system/apps/WonderBrush/WonderBrush
Documentation:/boot/system/apps/WonderBrush/Documentation en
Settings:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/en/attributes.html b/docs/userguide/userguide/en/attributes.html deleted file mode 100644 index 0a793c7649..0000000000 --- a/docs/userguide/userguide/en/attributes.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - Attributes - - - - - - - - -
-
- -

Attributes

- -

Attributes are data fields that belong to a file but aren't part of that file, e.g. they are not computed into the file size and can be copied or changed without touching the file itself. The system uses these attributes to store e.g. file size, file type or date of the last modification. This is similar to other operating systems and their filesystems.

-

What's different is that you can add any kind of attribute to any file and display it or make it editable in a Tracker window. You just have to define the kind of attribute you want to add to a file type (e.g. string, integer or time) and give it a name and description.

-

The file itself doesn't even need any contents at all. Take a look at these People files for example:

-people.png -
-

As you can see, these are all 0-sized files with attached attributes, the E-mail attribute of "John Nox" being edited right in Tracker.

-

If you index these attributes, as People, Email or audio files are by default, they are also searchable with Haiku's fast query system.

- -

-index -Attributes in Tracker

-

Attributes are displayed quite similar to a database or spreadsheet. Using Tracker you can choose which attributes to display (columns) and sort file listings (rows) accordingly.

-

To do this, open a Tracker window, click on the Attributes menu, and select the attributes you want to display. Alternatively, simply right-click onto a column heading and mark the items in the context menu. You can rearrange the columns by a simple drag&drop of the column heading. Moving a column out of a window, is a fast way to get rid of columns you don't need.

-

Double-click on the line between two attributes in the heading to automatically resize a column to its optimal width.

-

Click on a column heading to toggle the sorting order from ascending to descending. You can establish a secondary sort order by pressing the SHIFT key while clicking on a column heading. You can sort your People files by company and within that order sort by contact name, for instance. See the above screenshot as an example. The secondary sort order is marked by a lighter colored indicator beside the heading.

-

Editing these attributes is as simple as renaming a file: Either click on an entry or press ALT E and move between the attributes with TAB and SHIFT TAB. ESC leaves the editing mode without applying the changes.

- -

-index -Attributes in Terminal

-

If you prefer to use the commandline or plan to work with many files using scripting, there are several commands for controlling attributes from Terminal.

-

-index -listattr

-

listattr lists a file's attributes, but doesn't show the contents of the attributes.

-
usage: listattr 'filename' ['filename' ...]
-

From our screenshot example above:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Besides all the "META:*" attributes that hold the contact's information, there are two attributes that are managed by the system:

-
    -
  • BEOS:TYPE holds the file type as a MIME string, here "application/x-person". It determines the default icon and the application that opens the file when you e.g. double click it.

  • -
  • "_trk/pinfo_le" is the attribute with which Tracker keeps track of a file's icon position.

-
Note the backslash after "Clara". In Terminal you have to "escape" special characters like '"*\$?!. The space between "Clara" and "Botters" is also one of those. Therefore the backslash is really in front of the space character, and not after "Clara".
- -

-index -catattr

-

catattr displays the contents of a specific attribute of a file.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Again our example:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr adds an attribute to a file and/or fills it with a value.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

So, say dear Clara took a job with the multi-national Barkelbaer Inc., you fill the formerly empty "Company" attribute with that data (which is of type "string"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr completely removes an attribute from a file.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Though in all practicality it would be enough to just not fill the "Fax" attribute, you can completely remove it from Clara's file by typing:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr copies attributes from one or more files to another. By default, the actual contents of the file is not copied.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

If you do want to copy the attributes plus the data of the file itself, you can add the option "-d" or "--data".

- -


-

More information on these commands and their options can be found by typing the command name followed by "-h" or "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/bash-scripting.html b/docs/userguide/userguide/en/bash-scripting.html deleted file mode 100644 index 4ee20dd915..0000000000 --- a/docs/userguide/userguide/en/bash-scripting.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - Bash and Scripting - - - - - - - - -
-
- -

Bash and Scripting

- -

"Scripting" is the technique of automating procedures by stringing together commands and saving it all as text files, so called "scripts". Every time you run such a script, the commands are processed one after the other just like they would if you entered them into the Terminal by hand.
-Scripts can range from simply executing a few commands in a specific order to sophisticated pieces of code that solve complex tasks.

- -

-index -The Bash

-

Since scripts rely naturally a lot on the shell they are interpreted by, you should first familiarize yourself with the BASH that's used by Haiku. There are many resources online as it's a widely used shell. One nice document is Johan Jansson's Introduction to bash - a tutorial for bash under BeOS.

- -

-index -The Scripting Bible

-

After you've learned a few basics about working in the shell, it's time to slowly ease yourself into the world of scripting. Again, you'll find loads of tutorials and reference material online as well as in bookstores. A very nice introduction that's practically tailor-made for Haiku is the online available Scripting Chapter (PDF, 900kb) of Scot Hacker's BeOS Bible.

- -

-indexScripts in Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -The UserBootscript

-

/boot/home/config/settings/boot/UserBootscript will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Remember to end a command with an "&" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).

- -

A simple alternative to the above for launching applications at boot up is to put links to them in the /boot/home/config/settings/boot/launch directory. This can be done simply by right-clicking on the application you wish to have started automatically, going to Create Link and then navigating to the above directory.

- -

-index -The UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.

- -

-index -The UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript is executed as the last step in the shutdown process. Note, that most parts of the system have terminated by the time this script is executed.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/bootloader.html b/docs/userguide/userguide/en/bootloader.html deleted file mode 100644 index 35321f7027..0000000000 --- a/docs/userguide/userguide/en/bootloader.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - Boot Loader - - - - - - - - -
-
- -

Boot Loader

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

To enter the Boot Loader options, you have to press and keep holding the SHIFT key before the beginning of Haiku's boot process. If there's a boot manager installed, you can start holding SHIFT before invoking the boot entry for Haiku. If Haiku is the only operating system on the machine, you can begin holding the key while still seeing boot messages from the BIOS.

-

-index -Boot Loader Options

-

Once it's there, you're offered four menus:

- - - - - - - - - -
Select boot volume Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Select fail safe video mode If you had to activate the option Use fail-safe video mode, you can set resolution and color depth.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

After activating one or more options, you return to the main menu and continue booting, which presents you with this boot screen:

-boot-screen.png - -

If everything works OK, one symbol after another quickly lights up.
-The different symbols roughly correspond to these boot stages:

- - - - - - - - -
Atom Initializing modules.
Disk + magnifier Creating rootfs (/) and mounting devfs (/dev).
Plug-in card Initializing device manager.
Boot disk Mounting boot disk.
Chip Loading CPU specific modules.
Folder Final initialization of subsystems.
Rocket Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/contents.html b/docs/userguide/userguide/en/contents.html deleted file mode 100644 index 2410421997..0000000000 --- a/docs/userguide/userguide/en/contents.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - Haiku User Guide - Contents - - - - - - - - -
-
- -

Welcome to the Haiku User Guide

- -

Below, you'll find the documentation of the most important aspects of Haiku. Naturally, completing and extending the documentation is a continuing process (see the online version for updated pages and translations). If you find errors, would like to suggest topics or maybe even contribute yourself, please get in touch on the documentation mailing list. If you're interested in helping with translations, you'll find information on that at the i18n user guide wiki.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Boot LoaderSet safe boot options to solve configuration problems.
Filesystem layoutUnderstand the filesystem hierarchy and get familiar with important file locations and folders.
Haiku's GUILearn about the basic elements of the graphical user interface.
WorkspacesUse virtual desktops for an uncluttered work environment.
TwitcherSwitch between running applications.
Team MonitorKill unresponsive applications or system components.
TrackerLearn all about navigating, working with files and folders and how to configure Haiku's file manager.
Shortcuts and key combinationsThe most common shortcuts to speed up your workflow.
DeskbarUse and configure Haiku's version of the "Start" menu and taskbar.
FiletypesSet default applications, change file types and create your own.
AttributesOne of Haiku's main features lets you manage and add any kind of data to any file.
IndexUse indexing to be able to search for attributes.
QueriesUse Haiku's lightning fast queries to quickly find what you're looking for.
Workshop: Filetypes, Attributes, Index and QueriesLearn to use some of Haiku's key features by organizing your DVDs.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsLearn how to un/install applications in general and how work with the ones that come with Haiku.
Desktop AppletsSimple tools to install on your Desktop and Deskbar.
PreferencesConfiguring and setting up your system.
Bash and ScriptingLearn of some interesting scripts used by the system and about online resources for working in the shell and scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/en/deskbar.html b/docs/userguide/userguide/en/deskbar.html deleted file mode 100644 index a9dc59cdb3..0000000000 --- a/docs/userguide/userguide/en/deskbar.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- - - - -
Index
- The Deskbar Menu
- The Tray
- The list of running programs -
- -

Deskbar

- -

The Deskbar is the little panel that by default is located in the upper right corner of the screen. It's Haiku's version of Windows' taskbar with its Start button. It contains the Deskbar menu from where you can start applications and preferences, a tray with a clock and other tools below that and a list of currently running programs at the bottom.

-positions -

You can move the Deskbar to any corner or as a bar along the upper or lower border of the screen by gripping the knobbly area on one side of the tray and drag&drop it into the new position. You can also fold it into a more compact layout by drag&dropping the knobbly area onto the Deskbar menu.

- -

-index -The Deskbar Menu

-

A menu opens when you click on the Deskbar's top:

-deskbar.png -
    -
  • About this system... - Shows some basic information of the system, licenses and the credits of the Haiku project.

  • - -
  • Find... - Opens the Query dialog.

  • -
  • Show replicants - Shows/hides the little Replicant widget you use to drag it around, remove or access its context menu.

  • -
  • Mount - Offers the same options as when invoked by right-clicking the Desktop (see Mounting Volumes).

  • -
  • Deskbar preferences... - Opens a panel to configure the Deskbar (see below).

  • -
  • Shutdown - Offers options to either Restart system or Power off.

  • -
  • Recent documents, folders, applications - List of the last recently opened documents, folders and applications (see Deskbar preferences below).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexDeskbar Preferences

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -The Tray

-calendar.png -

Among other things, the tray is housing the clock. Hover the mouse over it to display the date in a tooltip. Left-click it to show a calendar. Right-click it to hide/show the clock or launch the Time preferences to set it.

-

Any program can install an icon in the tray to provide an interface to the user. The email system, for instance, shows a different symbol when there's unread mail and offers a context menu to e.g. create or check for new mail. ProcessController is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.

- -

-index -The list of running programs

-list-of-apps.png -

You can change to a specific running application by clicking on its entry in the Deskbar and choosing (one of) its windows, from the submenu. By right-clicking you can minimize or close a window or the entire application.

-

If you activated Expanders in the Deskbar settings, you can expand/collapse the list of windows directly under an application's entry.

-

In front of every application's windows is a symbol providing info on its state. A bright symbol means a window is visible, a dark one that it's minimized. Three lines in front of a symbol shows that it's not on the current workspace.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/desktop-applets.html b/docs/userguide/userguide/en/desktop-applets.html deleted file mode 100644 index 461131279f..0000000000 --- a/docs/userguide/userguide/en/desktop-applets.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Desktop Applets - - - - - - - - -
-
- -

Desktop Applets

- -

Haiku provides a few useful tools that can be installed on the Desktop or the Deskbar via their Replicants.

- - - - - - - - - - - -
iconLaunchBox Shortcuts to your favorite applications.
iconNetworkStatus Is your connection up?
iconPowerStatus Shows the state of charge of your notebook's battery.
iconProcessController Monitor and control every running app and service.
iconWorkspaces A miniature version of all workspaces.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/desktop-applets/launchbox.html b/docs/userguide/userguide/en/desktop-applets/launchbox.html deleted file mode 100644 index af2fdbe292..0000000000 --- a/docs/userguide/userguide/en/desktop-applets/launchbox.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar:Desktop Applets
Location:/boot/system/apps/LaunchBox
Settings:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

All options are reached from the context menu:

- - - - - - - - -
Add button here Adds an empty button.
Clear button Empties a button.
Remove button Removes a button.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/desktop-applets/networkstatus.html b/docs/userguide/userguide/en/desktop-applets/networkstatus.html deleted file mode 100644 index 41e07759c9..0000000000 --- a/docs/userguide/userguide/en/desktop-applets/networkstatus.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Deskbar:Desktop Applets
Location:/boot/system/apps/NetworkStatus
Settings:none
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/desktop-applets/powerstatus.html b/docs/userguide/userguide/en/desktop-applets/powerstatus.html deleted file mode 100644 index 821edbd95f..0000000000 --- a/docs/userguide/userguide/en/desktop-applets/powerstatus.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Desktop Applets
Location:/boot/system/apps/PowerStatus
Settings:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/desktop-applets/processcontroller.html b/docs/userguide/userguide/en/desktop-applets/processcontroller.html deleted file mode 100644 index 4a20bc45bf..0000000000 --- a/docs/userguide/userguide/en/desktop-applets/processcontroller.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
- -

processcontroller-icon_64.pngProcessController

- - - - -
Deskbar:Desktop Applets
Location:/boot/system/apps/ProcessController
Settings:none
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/desktop-applets/workspaces.html b/docs/userguide/userguide/en/desktop-applets/workspaces.html deleted file mode 100644 index 5963c7b619..0000000000 --- a/docs/userguide/userguide/en/desktop-applets/workspaces.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Workspaces Applet - - - - - - - - -
-
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar:Desktop Applets
Location:/boot/system/apps/Workspaces
Settings:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Stores the panel's window position.
-


-workspaces.png -

You find the Workspaces applet with the other Desktop applets in the Deskbar. It shows a miniature version of all workspaces. There are several options available from the context menu of the applet's window, which are all pretty self-explaining.
-Change workspace count... will open the Screen preferences where you set the number of workspaces and their arrangement (how many rows and columns).

-

Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure Show replicants is activated in the Deskbar menu). Hold SHIFT while resizing to keep your screen's aspect ratio.

- -

-index -Moving windows between workspaces

-

To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows in a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT Fx.

-

For more information on workspaces in general and more keyboard shortcuts, see topic Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Special functionality

-

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:

- - - - -
CTRLBrings the window to the front.
CTRL SHIFTMinimizes the window.
OPTSends the window to the back.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/filesystem-layout.html b/docs/userguide/userguide/en/filesystem-layout.html deleted file mode 100644 index 682a2766a9..0000000000 --- a/docs/userguide/userguide/en/filesystem-layout.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Filesystem layout - - - - - - - - -
-
- -

Filesystem layout

- -

Haiku's filesystem layout is quite transparent, trying to always use non-cryptic names for files and folders, that don't leave the user guessing. Files and folders that are important for the system to function properly, are protected from accidental tempering by showing one of these alerts:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -The system folder - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -The home folder - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ This folder contains the settings to all applications and a few configurations for the system. Some applications manage their settings in their own subfolders, others simply put their configuration file in there.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ This folder is the place for User Scripts that are executed before or after the system boots up or shuts down.
boot/launch/ Links to programs or documents in this folder are automatically launched on every boot-up.
beos_mime/ In this MIME database Haiku keeps track of all the different filetypes and their settings.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ There's one settings file that may be of interest: kernel offers some low level configurations like disabling SMP, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "#". Be careful here!
Tracker/ Besides the various settings files for Tracker, there are some interesting subfolders:
DefaultFolderTemplate/Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.
DefaultQueryTemplates/You can define the layout of query result windows for certain filetypes. See topic Query: The result window.
Go/Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic Haiku's GUI: Favorites and recent folders.
Tracker New Template/Add a template for any filetype that's then available from Tracker's File | New... menu. See topic Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/filetypes.html b/docs/userguide/userguide/en/filetypes.html deleted file mode 100644 index bb4b8cb48e..0000000000 --- a/docs/userguide/userguide/en/filetypes.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - Filetypes - - - - - - - - -
-
- -

Filetypes

- -

Other than Windows, Haiku doesn't rely on the 3-letter file extension for a file type (e.g. .txt, .jpg, .mp3). This method is only a last resort fallback. Haiku uses MIME types just like it's custom on the internet.

-
While there's no reason to use file extensions in Haiku, remember to add them to files you want to share with users of other operating systems, e.g. over email, uploading to a server or via exchange of an USB drive. Otherwise their system may not recognize the file type.
- -

index -Setting the filetype of a specific file

-

You can change the type of a specific file, its icon and the associated application. Select the file and invoke the Add-Ons | Filetype add-on from the right-click context menu.

-filetype-addon.png - -

-index -The File Type

-

The above is a PNG file, it's MIME string image/png. Let's say you definitely know that it's not a PNG but a GIF. You can change that either by entering the correct MIME string by hand or with one of the two buttons below the textbox:

- - - -
Select... shows a hierarchical list of filetypes where you navigate to image | GIF Image.
Same as... opens a file dialog where you choose any file that already has the filetype you're looking for.
- -

-index -The Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked. You could, for example, change a HTML file's preferred application from the browser to a text editor while you're working on it. Every other HTML file still opens in the browser, only this particular one starts in your text editor.

- -

The Default application is the one that's set globally for that filetype. If you don't find the program you want to associate with this file in the pop-up menu, you'll again find the buttons Select... and Same as... which do the similar thing described under "The File Type" above.

- -

-index -The Icon

-

If you're wondering why the icon well on the top right is empty: Icons are normally inherited from the system default for that filetype. You can open the Filetype add-on of a file that contains an icon and drag&drop it into your file's icon well. Or you double-click the icon well and create or edit your own icon. For more info on icons and how to create your own, see topic Icon-O-Matic.

- -

-index -Special settings for applications

-

If you invoke the Filetype add-on on an executable (here: StyledEdit), you'll get a different dialog:

-filetype-addon-stylededit.png -

On top, you'll see, instead of a standardized MIME string, the unique application signature. With it, the system finds the program wherever it's installed.

-

Below it are several flags, controlling the app's behaviour:

- - - - - - -
Single launch Only one instance of the app can be running per executable file. If you have two copies of that app, however, they can run side by side.
Multiple launch Many instances of the app can run simultaneously.
Exclusive launch Really only one instance with that app's signature is allowed to run at a time.
Args only Indicates the app doesn't respond to messages.
Background app The app won't appear in Twitcher or the list of running apps of the Deskbar.
-

Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's Open with... context menu when you right-click on a file of that type.

-

At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered.

- -

-index -Global settings with the FileTypes Preferences

-

The FileTypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.

-

All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...

-

To learn more about the FileTypes preferences see the workshop: Filetypes, Attributes, Index and Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/gui.html b/docs/userguide/userguide/en/gui.html deleted file mode 100644 index f07f4e495d..0000000000 --- a/docs/userguide/userguide/en/gui.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - Haiku's GUI - - - - - - - - -
-
- - - - -
Index
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

Haiku's GUI

- -

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.

-

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.

-gui.png -

There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.

-
    -
  1. The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic Deskbar.

  2. -
  3. The yellow tab offers more than just a program's name or a document's filename: -
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • -
    • You minimize a window with a double-click on its tab (or with CTRL ALT M). A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • -
    • You can send a window to the back with a right-click on its tab (or its border).
  4. -
  5. The close button.

  6. -
  7. The "zoom" button (or CTRL ALT Z). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -A quick way to move or resize windows

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Open and save panels

-

When opening or saving a file from any application, a panel like this opens:

-open-save.png -

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.
-You can enter parent folders with the pop-up menu above the file listing.

-

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.

- -

-index -Keyboard shortcuts

-

Many shortcuts in open and save panels are the same used in Tracker. Besides the commands that are also available through the File menu, there are a few not that obvious:

- - - - - - - -
ALT N Creates a new folder.
ALT E Lets you rename the selected entry.
ALT Moves into the parent folder.
ALT or ENTER Moves into the selected folder.
ALT D Takes you to your Desktop.
ALT H Takes you to your Home folder.
- -

-index -Favorites and recent folders

-

The Favorites menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

-favorites.png -

To add a Favorite, you simply navigate to your destination and choose Favorites | Add current folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure favorites... and delete its entry.
-All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

- -

-index -Replicants

-

Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to Show replicants is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:

-replicant.png -

The most prominent place that accepts Replicants is the Desktop: You simply drag & drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.
-A right-click on a Replicant handle offers a context menu to show the originating app's About window and to Remove replicant.

-
Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete ~/config/settings/Tracker/tracker_shelf. Unfortunately, this will remove all Replicants from the Desktop.
-

Examples for replicatable applications are the graphs of the ActivityMonitor, the Workspaces applet or DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/en/images/apps-images/activitymonitor.png b/docs/userguide/userguide/en/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/en/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/bootmenu.png b/docs/userguide/userguide/en/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/cdplayer.png b/docs/userguide/userguide/en/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/charactermap.png b/docs/userguide/userguide/en/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/cli-alert.png b/docs/userguide/userguide/en/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/cli-desklink.png b/docs/userguide/userguide/en/images/apps-images/cli-desklink.png deleted file mode 100644 index b56fd0c53f..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/en/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/codycam.png b/docs/userguide/userguide/en/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/debugger.png b/docs/userguide/userguide/en/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/debugger_alert.png b/docs/userguide/userguide/en/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/deskcalc.png b/docs/userguide/userguide/en/images/apps-images/deskcalc.png deleted file mode 100644 index 2c63b9bb31..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/en/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index 9e6a516a22..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/diskprobe.png b/docs/userguide/userguide/en/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/diskusage.png b/docs/userguide/userguide/en/images/apps-images/diskusage.png deleted file mode 100644 index eb7c232c48..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/en/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/en/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/drivesetup.png b/docs/userguide/userguide/en/images/apps-images/drivesetup.png deleted file mode 100644 index b6f4eb13a2..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/expander-preferences.png b/docs/userguide/userguide/en/images/apps-images/expander-preferences.png deleted file mode 100644 index 3ba7303331..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/expander.png b/docs/userguide/userguide/en/images/apps-images/expander.png deleted file mode 100644 index 07b37ea9cd..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/en/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/en/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/en/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/haikudepot.png b/docs/userguide/userguide/en/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/en/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/en/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/installer.png b/docs/userguide/userguide/en/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/magnify.png b/docs/userguide/userguide/en/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mail-attachments.png b/docs/userguide/userguide/en/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mail-preferences.png b/docs/userguide/userguide/en/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mail-read.png b/docs/userguide/userguide/en/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mail-signature.png b/docs/userguide/userguide/en/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/en/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mail-write.png b/docs/userguide/userguide/en/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/en/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/en/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/en/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/mediaplayer.png b/docs/userguide/userguide/en/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/midiplayer.png b/docs/userguide/userguide/en/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/en/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/en/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/packageinstaller.png b/docs/userguide/userguide/en/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/people-files.png b/docs/userguide/userguide/en/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/people.png b/docs/userguide/userguide/en/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/poorman.png b/docs/userguide/userguide/en/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/screenshot.png b/docs/userguide/userguide/en/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/en/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/en/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/en/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/en/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/en/images/apps-images/showimage-view.jpg deleted file mode 100644 index 157906506a..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/stylededit.png b/docs/userguide/userguide/en/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/terminal-settings.png b/docs/userguide/userguide/en/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/terminal.png b/docs/userguide/userguide/en/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/textsearch.png b/docs/userguide/userguide/en/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/en/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/web+download.png b/docs/userguide/userguide/en/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/en/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/en/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/web+settings.png b/docs/userguide/userguide/en/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/en/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/en/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/en/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/en/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/en/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/apps-images/webpositive.png b/docs/userguide/userguide/en/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/en/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/attributes-images/people.png b/docs/userguide/userguide/en/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/en/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/calendar.png b/docs/userguide/userguide/en/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/deskbar.png b/docs/userguide/userguide/en/images/deskbar-images/deskbar.png deleted file mode 100644 index b87d2ee1da..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/en/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/positions.png b/docs/userguide/userguide/en/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/en/images/deskbar-images/prefs-apps.png deleted file mode 100644 index d4bab04792..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/en/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index d4bab04792..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/en/images/deskbar-images/prefs-menu.png deleted file mode 100644 index 47e05c1666..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/en/images/deskbar-images/prefs-window.png deleted file mode 100644 index af98d2ce80..0000000000 Binary files a/docs/userguide/userguide/en/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/en/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 311f1abc2d..0000000000 Binary files a/docs/userguide/userguide/en/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/en/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/en/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/en/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/en/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/en/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 689e31edb7..0000000000 Binary files a/docs/userguide/userguide/en/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/en/images/filetypes-images/filetype-addon.png deleted file mode 100644 index bddad539dd..0000000000 Binary files a/docs/userguide/userguide/en/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/gui-images/favorites.png b/docs/userguide/userguide/en/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/en/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/en/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/en/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/en/images/gui-images/gui-stacking.png b/docs/userguide/userguide/en/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/en/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/gui-images/gui-tiling.png b/docs/userguide/userguide/en/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/en/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/gui-images/gui.png b/docs/userguide/userguide/en/images/gui-images/gui.png deleted file mode 100644 index 0ee9666efc..0000000000 Binary files a/docs/userguide/userguide/en/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/gui-images/open-save.png b/docs/userguide/userguide/en/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/en/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/gui-images/resizing.png b/docs/userguide/userguide/en/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/en/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/networkstatus-images/applet.png b/docs/userguide/userguide/en/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/en/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/en/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/en/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/en/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/en/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/en/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/en/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/en/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/en/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/en/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/en/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/powerstatus-images/applet.png b/docs/userguide/userguide/en/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/en/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/en/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/en/images/prefs-images/appearance-colors.png deleted file mode 100644 index eeb3574015..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/en/images/prefs-images/appearance-decorators.png deleted file mode 100644 index f4491fb2f3..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/en/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/en/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/backgrounds.png b/docs/userguide/userguide/en/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/datatranslations.png b/docs/userguide/userguide/en/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/en/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/fonts.png b/docs/userguide/userguide/en/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/keyboard.png b/docs/userguide/userguide/en/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/en/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/keymap.png b/docs/userguide/userguide/en/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/en/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/locale-language.png b/docs/userguide/userguide/en/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/mouse.png b/docs/userguide/userguide/en/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/en/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/en/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/en/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/en/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/network.png b/docs/userguide/userguide/en/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/screen.png b/docs/userguide/userguide/en/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/en/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/en/images/prefs-images/screensaver-modules.png deleted file mode 100644 index a7098123ac..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/sounds.png b/docs/userguide/userguide/en/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/time-clock.png b/docs/userguide/userguide/en/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/time-network.png b/docs/userguide/userguide/en/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/time-time.png b/docs/userguide/userguide/en/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/time-timezone.png b/docs/userguide/userguide/en/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/touchpad.png b/docs/userguide/userguide/en/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/en/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/en/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/processcontroller-images/applet.png b/docs/userguide/userguide/en/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/en/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/processcontroller-images/memory.png b/docs/userguide/userguide/en/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/en/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/processcontroller-images/priority.png b/docs/userguide/userguide/en/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/en/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/processcontroller-images/quit.png b/docs/userguide/userguide/en/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/en/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/queries-images/basic-query.png b/docs/userguide/userguide/en/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/en/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/queries-images/formula-query.png b/docs/userguide/userguide/en/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/en/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/queries-images/query-window-filled.png b/docs/userguide/userguide/en/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/en/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/queries-images/query-window.png b/docs/userguide/userguide/en/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/en/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/queries-images/result-window.png b/docs/userguide/userguide/en/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/en/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/en/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 26fed82446..0000000000 Binary files a/docs/userguide/userguide/en/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/drill-down.png b/docs/userguide/userguide/en/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/get-info.png b/docs/userguide/userguide/en/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/mount-settings.png b/docs/userguide/userguide/en/images/tracker-images/mount-settings.png deleted file mode 100644 index b9fa7dd28a..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/new-menu.png b/docs/userguide/userguide/en/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/en/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/open-with.png b/docs/userguide/userguide/en/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/en/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 59d702de70..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/transaction-status.png b/docs/userguide/userguide/en/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/en/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/window-menu.png b/docs/userguide/userguide/en/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/en/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/en/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-email-images/browsing.png b/docs/userguide/userguide/en/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/en/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-email-images/query-1.png b/docs/userguide/userguide/en/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-email-images/query-2.png b/docs/userguide/userguide/en/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-email-images/query-3.png b/docs/userguide/userguide/en/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-email-images/query-4.png b/docs/userguide/userguide/en/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-email-images/status.png b/docs/userguide/userguide/en/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/en/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/en/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/en/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/en/images/workspaces-images/workspaces.png b/docs/userguide/userguide/en/images/workspaces-images/workspaces.png deleted file mode 100644 index e8ed932323..0000000000 Binary files a/docs/userguide/userguide/en/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/en/index.html b/docs/userguide/userguide/en/index.html deleted file mode 100644 index 3f22aa7e37..0000000000 --- a/docs/userguide/userguide/en/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Index - - - - - - - - -
-
- -

Index

- -

Attributes and Queries are key features of Haiku. While attributes are useful on their own, to display additional information on a file, for a query on them, they need to be indexed. It puts them into a lookup table, which in turn makes queries lightning fast.
-The index is part of the filesystem and is kept for every volume/partition separately.

- -

-Indexing commands in Terminal

-

There are several commands to manage the index:

-
    -
  • lsindex - Displays the indexed attributes on the current volume/partition.
    -These are the attributes that are indexed by default:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Adds an attribute to the index of a volume/partition.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Only new files with that attribute come automatically into the index!
-Existing files have to be added manually by copying them and deleting the originals after that. Alternatively you can use the command reindex. -

-
    -
  • reindex - Puts the attributes of existing files into the newly created index of a volume/partition.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Removes an attribute from the index of a volume/partition.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/keyboard-shortcuts.html b/docs/userguide/userguide/en/keyboard-shortcuts.html deleted file mode 100644 index 018fb25225..0000000000 --- a/docs/userguide/userguide/en/keyboard-shortcuts.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - Shortcuts and key combinations - - - - - - - - -
-
- -

Shortcuts and key combinations

- -

By default, Haiku's shortcut key, to invoke commands from menus for example, is not the usual CTRL key, but ALT instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually has advantages as e.g. ALT C and ALT V integrate seamlessly into the bash shell of the Terminal, where CTRL C quits the running process.

-

In any case, you can switch to the maybe more familiar CTRL key in the Keymap preferences. The user guide always describes the default configuration with the command key being ALT.

-

If you're in doubt which keys are the OPT or MENU keys on your particular keymap/keyboard-layout, again use the Keymap preferences. There you can see what keystroke is sent when you press a key on your keyboard.

- -

-index -General shortcuts

-

Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxSwitches to Workspace X (Fx is the function key corresponding to that workspace). Take the active window with you by adding SHIFT
CTRL ALT / / / Navigates spatially the rows/columns of the available workspaces. Add SHIFT to take the active window with you.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZZooms a window to an alternative size (maximum size for most applications).
CTRL ALT MMinimizes the active window.
CTRL ALT HHides (minimizes) all windows of the active application.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BSends the active window to the back.
CTRL TABHold down to bring up the Twitcher.
CTRL ALT DELOpens the Team Monitor.
ALT ESCEnters the menu bar (leave with ESC).
ALT CCopies the selection to the clipboard.
ALT XCuts the selection to the clipboard.
ALT VPastes the clipboard's contents.
ALT WCloses the active window.
ALT QQuits an application.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Shortcuts for Tracker navigation

-

Additionally to the general shortcuts, here are some more for navigating with Tracker:

- - - - - - - - -
ALT Opens the parent folder.
ALT or ENTEROpens the selected folder.
OPTHolding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse.
MENUOpens the Deskbar menu (leave with ESC).
ALT ZUndo last action. The undo history is only limited by the available memory. Note, this only works for actions on the file itself, changed attributes and permission settings can't be undone with this. Also, once a file is removed from Trash it's gone for good.
ALT SHIFT ZRedo the action you just reverted with ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Shortcuts in Terminal

- - - - - - - - - - - - - - - - -
ALT NOpens another Terminal session in a new window.
ALT TOpens another Terminal session in a new tab.
ALT 1, 2, 3 ...Switches to the corresponding tab.
ALT TABSwitches to the next Terminal window.
SHIFT / Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Increase/Decrease font size.
ALT ENTEREnter/leave fullscreen mode.
SHIFT / Scrolls the Terminal output up/down one line.
SHIFT Page↑ / Page↓ Scrolls the Terminal output up/down one page.
TABTab-completion. After entering a few letters, press TAB once to auto-complete a filename or path. If there is more than one match, it stops where the name starts to differ and you have to provide some more letters to further distinguish them. You can also press TAB twice to have all matches listed.
/ Moves up or down in a history of all previously entered commands.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CStops the currently running command.
CTRL DCloses the current Terminal session.
- -

-index -Other key combinations

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTThis will select everything between the first selected item and the one you click on.
ALTAdds or removes the item you're clicking on from the selection.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences.html b/docs/userguide/userguide/en/preferences.html deleted file mode 100644 index b529e7c1c7..0000000000 --- a/docs/userguide/userguide/en/preferences.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - Preferences - - - - - - - - -
-
- -

Preferences

- -

While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's Preferences menu.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configure certain aspects of the graphical interface.
iconBackgrounds Set a color or image as background of the Desktop or any other folder.
iconDataTranslations Settings for all supported file formats.
iconDeskbar Configure the Deskbar.
iconE-mail Configure your email accounts.
iconFileTypes Add, remove and configure filetypes.
iconKeyboard Configure repeat delay and rate.
iconKeymap Set the mapping of your keyboard.
iconLocale Set your system language and formatting.
iconMedia Audio and video settings like in/output devices and the system's audio mixer.
iconMouse Configure your mouse.
iconNetwork Configure your network.
iconPrinters Add, remove and configure printers.
iconScreen Configure resolution, depth, refresh rate and number of used Workspaces.
iconScreenSaver Add, remove and configure a screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSounds Assign sounds to different system events.
iconTime Set time, date and timezone.
iconTracker Configure Haiku's file manager.
iconTouchpad Configure your touchpad.
iconVirtualMemory Set the amount of swap space.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/appearance.html b/docs/userguide/userguide/en/preferences/appearance.html deleted file mode 100644 index 3c36890d01..0000000000 --- a/docs/userguide/userguide/en/preferences/appearance.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - Appearance - - - - - - - - -
-
- -

appearance-icon_64.pngAppearance

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Appearance
Settings:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

The Appearance preferences lets you change some aspects of Haiku's visuals.

- -

-index -Fonts

-appearance-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- -

-index -Installing new fonts

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Colors

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Antialiasing

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Glyph hinting

-

An activated Glyph hinting aligns all letters in such a way that their vertical and horizontal edges rest exactly between two pixels. The result is a perfect contrast, especially when dealing with black on white. Text appears crisper. There's also a setting for Monospaced fonts only that's especially helpful with low resolution devices like netbooks. Small fonts can look pretty bad when hinting is turned on, but with this setting you still have the advantage of hinting for text editors and Terminal.

-

See the difference hinting makes with these magnified screenshots:

- - -
appearance-glyph-off.png
Hinting: off
appearance-glyph-on.png
Hinting: on
-

It should be pointed out that all the Magnify windows on this page are of course rendered themselves with the different options as well. So, you get a real world impression of the settings by comparing, for example, the bold yellow tab title or the text "33 x 15 @ 8 pixels/pixel".

- -

-index -Antialiasing type

-

Another technique to improve rendering is Antialiasing, which supports all vector graphics as well as text. It smooths lines by changing the color of certain pixels. There are two methods for that:

-

Grayscale changes the intensity of pixels at the edge.
-LCD subpixel does an even better job, especially with (high resolution) LCD monitors. Instead of the intensity of a pixel, it changes its color which moves an edge by a fraction of a pixel, because LCD displays produce every pixel with a red, green and blue component.

-

Again, the two different methods with magnified screenshots:

- - -
appearance-glyph-off.png
Grayscale, Hinting: off
appearance-subpixel.png
LCD subpixel, Hinting: off
-

Subpixel based antialiasing adds a slight colored shine to objects. Something not everyone tolerates. In Haiku you can mix the two antialiasing methods and find the right setting for you by using a slider.

-
The subpixel based antialiasing in combination with the glyph hinting is subject of a software patent and is therefore not available by default. Depending on where in the world you live, you may get an unlocked version. Sorry about that. Talk with your representative.
-

If you do activate hinting plus LCD subpixel rendering by changing the source and recompiling, this is how it looks compared to hinting with Grayscale:

- - -
appearance-glyph-on.png
Grayscale, Hinting: on
appearance-glyph-on-subpixel.png
LCD subpixel, Hinting: on
-


-

At the bottom of the panel are two buttons:

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Appearance preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/backgrounds.html b/docs/userguide/userguide/en/preferences/backgrounds.html deleted file mode 100644 index 2965c629fe..0000000000 --- a/docs/userguide/userguide/en/preferences/backgrounds.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Backgrounds - - - - - - - - -
-
- -

backgrounds-icon_64.pngBackgrounds

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Backgrounds
Settings:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - stores the panel's window position
-

You can set a color or an image as background for every folder and the Desktop for every workspace.

-


-backgrounds.png -

The top menu specifies if your changes are applied to the current workspace only, all workspaces, a specific folder or as default for every new folder.

-

Below that you can assign an image or select None if you want simply a colored background. Images can also be drag&dropped onto the preview to the left.

-

If you are using an image, you have to decide on the placement:

- - - - - -
Manual lets you specify the coordinates. You can drag the picture around in the preview to the left or enter X and Y manually.
Center centers the picture in the middle of the screen.
Scale to fit enlarges the picture with no regard to its aspect ratio until it fills the screen.
Tile fills the screen by repeating the picture.
-

Activating Icon label outline puts a thin contour around icon labels.

-

Whether an icon label's actual text is black or white depends on the setting of the color picker. A dark color sets the text to white, a light color to black. So, if you assign a very bright image to the background, you should also set the color picker to a bright color in order to have icon labels readable in black. (Or use the outline option above.)
-The selected color is also reflected in the Workspaces applet, which ignores images as backgrounds.

- - - -
Revert brings back the settings that were active when you started the Backgrounds preferences.
Apply sets your changes.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/datatranslations.html b/docs/userguide/userguide/en/preferences/datatranslations.html deleted file mode 100644 index 79646103d8..0000000000 --- a/docs/userguide/userguide/en/preferences/datatranslations.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/DataTranslations
Settings:~/config/settings/* - Every Translator creates its own settings file here after you've changes its defaults.
-~/config/settings/system/DataTranslations settings - Stores the panel's window position.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP images24bit, uncompressed, no transparency
EXR imagesILM's high dynamic-range (HDR) format
GIF images8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
HVIF iconsTranslator for Haiku's vector icon format
JPEG2000 images24bit, compressed, no transparency
-Here, you normally only care about the output quality.
JPEG images24bit, compressed, no transparency
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
PCX images24bit, uncompressed, no transparency, PC Paintbrush Exchange format
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
PNG images32bit, lossless compression, transparency
PPM images24bit, uncompressed, no transparency, Portable PixMap format
RAW imagesup to 48bit, uncompressed, no transparency
RTF text filesFormatted text
SGI images24bit, optional lossless compression, transparency
StyledEdit filesPlain text with formatting stored in attibutes
TGA images32bit, optional lossless compression, transparency
TIFF images24bit, optional lossless compression, layers, transparency
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
WonderBrush images32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/deskbar.html b/docs/userguide/userguide/en/preferences/deskbar.html deleted file mode 100644 index 0f496568c5..0000000000 --- a/docs/userguide/userguide/en/preferences/deskbar.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Deskbar
Settings:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

The Deskbar preference panel is also available from the Deskbar. Its settings are discussed in the topic on Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/e-mail.html b/docs/userguide/userguide/en/preferences/e-mail.html deleted file mode 100644 index 372e682241..0000000000 --- a/docs/userguide/userguide/en/preferences/e-mail.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
- - - - -
Index
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/E-mail
Settings:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Creating a new e-mail account

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name the name of the sender
From the e-mail address of the sender
To your e-mail address (different for each e-mail account)
Reply to the e-mail address replies are sent to
When the date and time the mail was received
Subject the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Account the name of the e-mail's account
Status The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Priority is set by the sender's e-mail program (e.g. "urgent")
Thread essentially the same as "Subject", but without things like Re: or Fwd:
Classification group depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Spam/Genuine estimate this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Outgoing Mail Filters

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Setting up the Mail Service

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/filetypes.html b/docs/userguide/userguide/en/preferences/filetypes.html deleted file mode 100644 index cfc3276bea..0000000000 --- a/docs/userguide/userguide/en/preferences/filetypes.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - FileTypes - - - - - - - - -
-
- -

filetypes-icon_64.pngFileTypes

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/FileTypes
Settings:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Stores all MIME types as folders.
-

Please refer to topic Filetypes and the workshop Filetypes, Attributes, Index and Queries that explains most of this preference panel.

- -
-
- - - - diff --git a/docs/userguide/userguide/en/preferences/fonts.html b/docs/userguide/userguide/en/preferences/fonts.html deleted file mode 100644 index 0b8ee95686..0000000000 --- a/docs/userguide/userguide/en/preferences/fonts.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Fonts - - - - - - - - -
-
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngFonts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Fonts
Settings:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Stores the panel's window position.
-


-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Fonts preferences.
- -

-index -Installing new fonts

-

You install new fonts by copying them into their respective user folder, i.e. /boot/common/data/fonts/ or /boot/home/config/data/fonts/ (see topic Filesystem layout).

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/keyboard.html b/docs/userguide/userguide/en/preferences/keyboard.html deleted file mode 100644 index ed14d3c312..0000000000 --- a/docs/userguide/userguide/en/preferences/keyboard.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
- -

keyboard-icon_64.pngKeyboard

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Keyboard
Settings:~/config/settings/Keyboard_settings
-


-keyboard.png -

Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Keyboard preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/keymap.html b/docs/userguide/userguide/en/preferences/keymap.html deleted file mode 100644 index d00f8c7156..0000000000 --- a/docs/userguide/userguide/en/preferences/keymap.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
- -

keymap-icon_64.pngKeymap

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Keymap
Settings:~/config/settings/Keymap/* - Location of user modified keymaps.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/en/preferences/locale.html b/docs/userguide/userguide/en/preferences/locale.html deleted file mode 100644 index 6eb71af673..0000000000 --- a/docs/userguide/userguide/en/preferences/locale.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
- -

locale-icon_64.pngLocale

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Locale
Settings:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/media.html b/docs/userguide/userguide/en/preferences/media.html deleted file mode 100644 index 6ace972db7..0000000000 --- a/docs/userguide/userguide/en/preferences/media.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngMedia

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Media
Settings:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Stores the panel's window position.
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/mouse.html b/docs/userguide/userguide/en/preferences/mouse.html deleted file mode 100644 index db34bf4210..0000000000 --- a/docs/userguide/userguide/en/preferences/mouse.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Mouse
Settings:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

All settings are immediately applied.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Mouse preferences.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/en/preferences/network.html b/docs/userguide/userguide/en/preferences/network.html deleted file mode 100644 index c113d23d9a..0000000000 --- a/docs/userguide/userguide/en/preferences/network.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Network - - - - - - - - -
-
- -

network-icon_64.pngNetwork

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Network
Settings:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/printers.html b/docs/userguide/userguide/en/preferences/printers.html deleted file mode 100644 index a3ce826cd0..0000000000 --- a/docs/userguide/userguide/en/preferences/printers.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
- -

printers-icon_64.pngPrinters

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Printers
Settings:~/config/settings/printers/*
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/screen.html b/docs/userguide/userguide/en/preferences/screen.html deleted file mode 100644 index 3330381202..0000000000 --- a/docs/userguide/userguide/en/preferences/screen.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
- -

screen-icon_64.pngScreen

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Screen
Settings:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Only when running in VESA mode.
-~/config/settings/Screen_data - Stores the panel's window position.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

After clicking on Apply, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Revert brings back the setting that was active when you started the Screen preferences.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/en/preferences/screensaver.html b/docs/userguide/userguide/en/preferences/screensaver.html deleted file mode 100644 index 069c6aa242..0000000000 --- a/docs/userguide/userguide/en/preferences/screensaver.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Screensaver
Settings:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/shortcuts.html b/docs/userguide/userguide/en/preferences/shortcuts.html deleted file mode 100644 index a005686fc8..0000000000 --- a/docs/userguide/userguide/en/preferences/shortcuts.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/en/preferences/sounds.html b/docs/userguide/userguide/en/preferences/sounds.html deleted file mode 100644 index e8ad6a5065..0000000000 --- a/docs/userguide/userguide/en/preferences/sounds.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
- -

sounds-icon_64.pngSounds

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Sounds
Settings:~/config/settings/Media/MediaFiles
-


-sounds.png -

You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.

- - -
None will silence an event.
Other... will open a file panel to find a new sound that isn't yet in the menu.
-

You can use any format that's supported by the system. If MediaPlayer can deal with it, so can any other program.
-You can "pre-hear" an event's sound by selecting it and using the Play and Stop buttons.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/time.html b/docs/userguide/userguide/en/preferences/time.html deleted file mode 100644 index 0e1a972fda..0000000000 --- a/docs/userguide/userguide/en/preferences/time.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
- -

time-icon_64.pngTime

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Time
Settings:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/en/preferences/touchpad.html b/docs/userguide/userguide/en/preferences/touchpad.html deleted file mode 100644 index 031a7fdadf..0000000000 --- a/docs/userguide/userguide/en/preferences/touchpad.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Touchpad
Settings:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/tracker.html b/docs/userguide/userguide/en/preferences/tracker.html deleted file mode 100644 index 3934ba5bd1..0000000000 --- a/docs/userguide/userguide/en/preferences/tracker.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Tracker
Settings:~/config/settings/Tracker/TrackerSettings
-


-

The Tracker preference panel is also available from every Tracker window with the menu Window | Preferences....
-Its functions are discussed in the topic on Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/preferences/virtualmemory.html b/docs/userguide/userguide/en/preferences/virtualmemory.html deleted file mode 100644 index 75392121a3..0000000000 --- a/docs/userguide/userguide/en/preferences/virtualmemory.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtualMemory

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/VirtualMemory
Settings:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Stores the panel's window position.
-

Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.

-virtualmemory.png -

You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at DiskUsage to find out what's eating up your diskspace.

-

Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.
-Upgrading your RAM is of course the most effective way to go...

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the VirtualMemory preferences.
- -
-
- - - - diff --git a/docs/userguide/userguide/en/queries.html b/docs/userguide/userguide/en/queries.html deleted file mode 100644 index 72e5bb7ebb..0000000000 --- a/docs/userguide/userguide/en/queries.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Queries - - - - - - - - -
-
- - - - - -
Index
- The Find window
- Basic queries - "by Name"
- Advanced queries - "by Attribute"
- Even more advanced queries - "by Formula"
- The result window
- Query Templates -
- -

Queries

- -

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
-Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

- -

-index -The Find window

-

You start a query by invoking the Find... menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

-basic-query.png -
    -
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. -
  3. Narrow down your search from All files and folders to specific file types.

  4. -
  5. Define the search method:
      -
    • by Name - a basic search by file or folder name
    • -
    • by Attribute - an advanced search, you specify search terms for one or more attributes
    • -
    • by Formula - an even more advanced search, you can fine-tune a complex query term
  6. -
  7. Select which drives to search on.

  8. -
  9. Enter the search term.

  10. -
  11. The expander hides/unhides the additional options.

  12. -
  13. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  14. -
  15. Check if your query is supposed to Include trash.

  16. -
  17. Optionally, enter a name for this query if you want to save it.

  18. -
  19. You can drag&drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

  20. -
- -

-index -Basic queries - "by Name"

-

If you simply want to find all files and folders on your mounted disks that match a certain pattern, simply leave the search method at by Name, enter the search term into the text box and press ENTER.

- -

-index -Advanced queries - "by Attribute"

-

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

-query-window.png -

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by Attribute.

-

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

-

Let's do an email query as an example:

-query-window-filled.png -

This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".
-As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
-A good way to cut down the number of search results.

- -

-index -Even more advanced queries - "by Formula"

-

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

-

Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to by Formula mode and be overwhelmed by this one line query string:

-formula-query.png -

Once more as text, edited for readability:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

What's the use?

-
    -
  • You could copy and paste the string into an email, forum or IRC for others to use or debug.

  • -
  • You can use this method to construct a query in Attribute mode and then switch to Formula mode, to comfortably generate a search string to use for a query in Terminal or a script.

  • -
  • You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "==" to "!=" for a NOT AND. All you need is a basic understanding of regular expressions and maybe some scripting basics.

  • -
- -

-index -The result window

-

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

-result-window.png -

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

-
    -
  • You can open the location of a file or folder by double clicking on its path attribute.

  • -
  • With File | Edit query or ALT G you get back to your Find window to refine your query.

  • -
  • A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.

  • -
-

You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

- - -

-index -Query Templates

-

If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these exact search parameters, but use it as starting point to only slightly tweak the formula.
-By using the Save query as template menu item (see (1) in screenshot at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.

-

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.

-
-
- - - - - diff --git a/docs/userguide/userguide/en/teammonitor.html b/docs/userguide/userguide/en/teammonitor.html deleted file mode 100644 index 7ddf1935c9..0000000000 --- a/docs/userguide/userguide/en/teammonitor.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
- -

Team Monitor

- -

With CTRL ALT DEL you invoke the Team Monitor which lists all currently running programs.

-teammonitor.png -

Programs that were launched by the system are blue, those started by the user black.
-Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can try to quit a program by selecting it and pressing Quit application (or either DEL or Q). If that doesn't work, try Kill application (or SHIFT DEL or K) instead.

-

You can summon a Terminal with OPT ALT T.

-

If your Tracker or Deskbar crashed or froze, a new button appears (you may have to kill the offending team first): Restart the desktop will restart Tracker and/or Deskbar for you.

- -
-
- - - - diff --git a/docs/userguide/userguide/en/tracker-add-ons.html b/docs/userguide/userguide/en/tracker-add-ons.html deleted file mode 100644 index 33cf016e3e..0000000000 --- a/docs/userguide/userguide/en/tracker-add-ons.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Tracker Add-Ons - - - - - - - - -
-
- -

Tracker Add-Ons

- -

Applications can install add-ons so they can be invoked easily on a selection of files from Tracker. Only the add-ons that can handle a specific filetype are presented under Add-Ons from the context menu or the File menu of a Tracker window. Some add-ons don't necessarily need a file to work on and are thus always present.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    for add-ons available to every user.
/boot/home/config/non-packaged/add-ons/Tracker/    for add-ons only available to yourself.
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Haiku's Tracker Add-Ons

-

These Tracker Add-Ons come with every Haiku installation:

- - - - - - - - - - - - - -
Background-BOpens the Background preferences to change the color or image of the Desktop or any folder. Invoked on an image file the Background panel is launched with that image already loaded as a potential background.
DiskUsage-IStarts the DiskUsage application with the according folder as basis.
FileType-FInvoked on a file, opens its specific FileType panel, otherwise the general FileTypes preferences are launched.
Open Target Folder-OCan only be used on a linked file and opens the folder that file lives in.
TextSearch-GStarts the TextSearch application to look for a string in the selected folder (and its subfolders).
ZipOMatic-ZA selection of files will be added to a zip archive, invoked without a selection opens a panel to create an archive via drag&drop.
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/tracker.html b/docs/userguide/userguide/en/tracker.html deleted file mode 100644 index 854504597a..0000000000 --- a/docs/userguide/userguide/en/tracker.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- - - - - -
Index
- Mounting volumes
- Navigating
- Appearance
- Tracker preferences
- Working with files
- Transaction status -
- -

Tracker

- -

The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Mounting Volumes

-

In order to access a harddisk, CD, USB stick etc., you first have to mount the volume, that is, let the system know it's there. This is done with a right-click on the Desktop or an already mounted volume (like the boot disk) and choosing the volume from the Mount submenu. You find the same Mount menu in the Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Before you disconnect e.g. a harddrive or USB stick, make sure you have successfully unmounted the volume. This guarantees that all data transfer has finished. Otherwise you may lose data or corrupt the disk!
- -

-index -Navigating

-

By default, when you double-click a folder, Tracker opens a new window while leaving the parent window open. This can quickly lead to an overcrowded desktop.
-You can prevent that by holding down the OPT key, which automatically closes the parent window.
-This is also true for keyboard navigation. For more on that, see topic Shortcuts and key combinations.

-

Moving through your folders is one of Trackers main purposes, just like the file managers on other platforms. Haiku's Tracker has some unique features that will help you doing that efficiently.

- -

-indexDrilling down the submenus

-

Instead of double-clicking your way down folder after folder, there's a better way to drill down:

-drill-down.png - -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/home/config/.
-If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

-

A similar method can be used from any Tracker window:

-window-drill-down.png -

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

-

Note, that the Desktop is always the topmost level as that is where Tracker shows mounted volumes. So, if you want to go to another disk, you first have to navigate to the top (Desktop) and cross over to your other disk from there.


-

You'll get the same submenu-navigating when you drag a file over a folder. After a short while of hovering, a submenu pops up and you can drill down to your destination. If you initiated the drag with the right mousebutton, you can choose between copying, moving or linking the file when you release the mouse.

- -

-index -Jumping to files with type-ahead

-

You may be familiar with the concept from file managers of other operating systems: typing the first few letters of a filename will jump to the first file matching these starting characters. Haiku took the idea a step further. If there isn't a file starting with those letters it will jump to the first file including the string anywhere in its name. And if there's nothing with the string in its filename, the attributes are searched next.

-window-type-ahead.png -

In the above example, there are many files starting with "Haiku logo", rendering simpler approaches to typing ahead quite useless. In Haiku however, typing "web" jumps right to its first occurence in "Haiku logo - website". The characters you enter appear in the bottom left corner where you normally find the item count of all files in the folder. A second after entering a character, the display jumps back to normal and you're ready for a new type ahead search.

-

-index -Type-ahead filtering

-

Instead of jumping to a file while typing, there's also the option to filter out all files not matching your type-ahead string. This can improve clarity dramatically, especially when dealing with crowded folders. By using SHIFT SPACE as delimiter, you can even filter on multiple strings.
-Contrary to type-ahead jumping, the filtering will stick until you press ESC or close the window (or leave the folder if you're using Single Window Navigation).
-This type-ahead filtering is set in the Tracker preferences.

- -

-index -Appearance

-window-menu.png -

Tracker windows offer three different viewing modes from the Window menu:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

The Window menu offers a number of other functions:

-
    -
  • Resize to fit (ALT Y) - Resizes the window to its ideal size.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Sometimes you just want to rearrange a few icons without doing a complete Clean up (ALT K). In that case, you select these icons and start to drag them to their new location. Before you drop them there, keep ALT pressed. This will align the icons to the invisible grid.

-

The rest of the functions are pretty self-explanatory, leaving the Tracker preferences.

- -

-index -Tracker preferences

-

Window | Preferences... opens a panel that offers a number of settings that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes. -
So, in short, the not so obvious settings:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - You can set Single window navigation, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of its parent folder. This is not the same as clicking while holding the OPT key, as described above, because you'll lose the per window saved position and size. -

    -tracker-preferences-navigator.png -

    Before you switch Tracker to Single window navigation mode, 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 Navigator where you can enter or copy & paste a path name and use back, forward and up buttons.

    -

    Activating Type-ahead filtering 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 above.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

This panel, by the way, is also available as Tracker from Deskbar's Preferences.

- -

-index -Working with files

-

When invoked on a selected file, most of the File menu commands are also offered in the context menu by right-clicking that file.

-

As usual the commands are pretty clear.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Transaction status

-

When you copy, move or delete files, Tracker shows its progress with a status window. If you initiate more than one transaction, each job gets its own status display.

-transaction-status.png -

To the right are two buttons to pause or stop a transaction entirely. Sometimes it can be useful to temporarily pause a large transaction. For example, you may need to quickly launch a large application. Copying large amounts of data chokes your harddisk's IO bandwidth and thus delays your workflow.

- -
-
- - - - - diff --git a/docs/userguide/userguide/en/twitcher.html b/docs/userguide/userguide/en/twitcher.html deleted file mode 100644 index fc15b4f4b1..0000000000 --- a/docs/userguide/userguide/en/twitcher.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
- -

Twitcher

- -

The Twitcher is a task switcher to jump between running applications and their windows.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

You cycle through all an applications visible windows on the current workspace with CTRL ~ (which, depending on the keymap you're using, is the key below ESC).

-

It's also possible to invoke the Twitcher with CTRL TAB and then use the mouse to choose the application/window you'll jump to when releasing the CTRL key.

-

The Twitcher also offers a few more advanced keyboard shortcuts:

- - - - -
ESCAborts the twitching and returns to the formerly active window.
QQuits the selected application.
HHides all windows of the selected application.
- -
-
- - - - diff --git a/docs/userguide/userguide/en/workshop-email.html b/docs/userguide/userguide/en/workshop-email.html deleted file mode 100644 index 2aef148490..0000000000 --- a/docs/userguide/userguide/en/workshop-email.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
- - - - - -
Index
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/en/workshop-filetypes+attributes.html b/docs/userguide/userguide/en/workshop-filetypes+attributes.html deleted file mode 100644 index 226fca0dcd..0000000000 --- a/docs/userguide/userguide/en/workshop-filetypes+attributes.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - Workshop: Filetypes, Attributes, Index and Queries - - - - - - - - -
-
- - - - - -
Index
- Preparations
- Creating a custom filetype
- Icon
- File recognition
- Description
- Preferred Application
- Extra Attributes
- Indexing
- Filling in the data
- Querying the database -
- -

Workshop: Filetypes, Attributes, Index and Queries

- -

This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.

- -

-index -Preparations

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Here are the attributes I'd like to see for my DVDs:

-
    -
  • Movie title
  • -
  • Genre
  • -
  • URL to e.g. IMdB
  • -
  • Director/Cast
  • -
  • Plot
  • -
  • My rating from 1 to 10
  • -
  • Coordinates in my shelf, e.g. A2, B3, so I find the DVD also in Real Life :)
  • -
  • If so, who's borrowed the disk...
  • -
- -

-index -Creating a custom filetype

-

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

-filetypes-new-file-type.png -

Now, a panel for your new DVDdb filetype opens:

-filetypes-dvddb.png - -

-index -Icon

-

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

- -

-index -File Recognition

-

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

- -

-index -Description

-
    -
  • Type name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • -
  • Description - A bit more detailed description.
  • -
- -

-index -Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked.

- - - -
Select... opens a file dialog where you choose the application to open with this filetype. Here, we set ShowImage to display the DVD's cover.
Same as... opens a file dialog where you choose any file that already has the preferred application set that you're looking for.
- -

-index -Extra Attributes

-

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

-filetype-extra-attribute.png -
    -
  • Attribute name - Appears e.g. as the column heading in Tracker windows.

  • -
  • Internal name - Is used for indexing and querying the attribute.

  • -
  • Type - Defines the value the attribute can hold and therefore how it can be queried. -
      -
    • String for normal text
    • -
    • Boolean for binary data: 0 or 1
    • -
    • Integer for integer numbers with different ranges: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float for floatingpoint numbers, single precision
    • -
    • Double for floatingpoint numbers, double precision
    • -
    • Time for time and date format
    • -
    -
  • -
-
    -
  • Visible - This checkbox determines if the attribute is visible in a Tracker window at all. Since the Tracker will be the interface to our DVD database, we check it and define its appearance with:
      -
    • Display as - Leave on "Default". In the future more option will become available, e.g. a bar or stars for a rating etc.
    • -
    • Editable - Determines if the attribute shall be editable in Tracker.
    • -
    • Width - The default width of that attributes column in a Tracker window.
    • -
    • Alignment - The attribute can be displayed left, center, or right aligned.
    • -
-

Now, insert all the info for our attributes:

- - - - - - - - - - -
Internal NameAttribute typeindexed?Description
DVDdb:title text yes Movie title
DVDdb:genre text yes Genre
DVDdb:url text no URL
DVDdb:cast text yes Director/Cast
DVDdb:plot text no Plot
DVDdb:rating int-32 yes Rating 1 to 10
DVDdb:coord text no Shelf
DVDdb:lent text yes Lent to
- -

-index -Indexing

-

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
-So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

-

This leaves these attributes:

- - - - - - -
Internal NameAttribute type
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

To index them, we open a Terminal and simply add one attribute after the other:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

- -

-index -Filling in the data

-

Now, everything's set and we can begin putting some data into our base.
-Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

-

Opening that folder we see a typical Tracker window with one JPEG in it. Right-clicking it, we change its filetype to application/DVDdb with the Filetype Addon. There's more info on this in the Filetypes document.

-

Now, we activate all our DVDdb attributes from the Attributes menu of the Tracker window and rearrange the columns to our taste:

-filetypes-dvddb-empty.png -

By clicking on a yet empty attribute (or pressing ALT E) we enter editing mode and fill each attribute. With TAB and SHIFT TAB you can navigate between attributes.

-

In our example, we usually start with a downloaded JPG cover and change its type to applications/DVDdb. There's another elegant way to produce a file to work with. Just copy an empty file of our filetype to /boot/home/config/settings/Tracker/Tracker New Templates and rename it to DVDdb.

-

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

- -

-index -Querying the database

-

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

-

You can assign a sensible attribute layout for query results of a specific filetype.
-Open the folder containing your DVDdb files and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder and rename it to group/filetype, replacing slashes with underscores; in our case "applications_DVDdb".

-

Open the new folder and paste in the layout with Attributes | Paste layout. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/en/workshop-wlan.html b/docs/userguide/userguide/en/workshop-wlan.html deleted file mode 100644 index 9cf8f69b16..0000000000 --- a/docs/userguide/userguide/en/workshop-wlan.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
- - - - - -
Index
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/en/workspaces.html b/docs/userguide/userguide/en/workspaces.html deleted file mode 100644 index c7be027fba..0000000000 --- a/docs/userguide/userguide/en/workspaces.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Workspaces - - - - - - - - -
-
- -

Workspaces

- -

Workspaces are virtual desktops, complete with their own resolution, color depth and background. Up to 32 of these workspaces can be set from the Screen preferences.

- -workspace_overviewpng.png - -

-index -Switching workspaces

-

You switch between workspaces by either clicking into the Workspaces applet (which is seen in the above image) or by using the keyboard shortcut ALT Fx, where "x" is the workspace number. It's a good idea to arrange your workspaces in rows of four to mimick the layout of the Fx keys on the keyboard.
-Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it's in.

-

Another very convenient way is to use CTRL ALT /// to navigate spatially the rows/columns of the available workspaces. If you additionally hold down SHIFT, the active window will move with you to the new workspace.

-

You can switch back and forth between two workspaces with ALT ` (the actual key depends on the keymap you're using - it is the key below ESC). Again, holding SHIFT will take the active window with you.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications.html b/docs/userguide/userguide/es/applications.html deleted file mode 100644 index 75c0818956..0000000000 --- a/docs/userguide/userguide/es/applications.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - Aplicaciones - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Aplicaciones

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Aplicaciones de Haiku

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor (Monitor de Actividad) Herramienta para monitorizar los recursos de sistema como la CPU o el uso de memoria.
iconBootManager A tool to install a boot menu in the Master Boot Record (MBR) of a drive.
iconCharacterMap (Mapa de carácteres) Aplicación que muestra el mapa de carácteres Unicode.
iconCodyCam (Visor de cámara web) Herramienta para subir imágenes habitualmente de una webcam a un servidor.
iconDebugger A graphical debugger.
iconDeskCalc (Calculadora) Una calculadora.
iconDiskProbe Editor hexadecimal para ficheros y dispositivos.
iconDiskUsage Herramienta para visualizar el uso de memoria de disco.
iconDriveSetup Herramienta de particionado de discos.
iconExpander Herramienta para desempaquetar (descomprimir) ficheros comunes.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic Aplicación para crear iconos vectoriales de Haiku.
iconInstaller La herramienta para instalar Haiku en una partición.
iconMagnify Una vista ampliada del área que rodea al puntero del ratón.
iconMail An email client.
iconMediaPlayer A player for all supported audio/video files.
iconMidiPlayer A player for MIDI files.
iconPackageInstaller Installer for BeOS packages in PKG format.
iconPeople Gestor de contactos (Agenda).
iconPoorMan Un sencillo servidor web.
iconScreenshot Una herramienta para hacer capturas de pantalla.
iconShowImage A simple image viewer.
iconSoundRecorder Una herramienta para grabar sonido desde la entrada de línea o un micrófono. [todavía falta]
iconStyledEdit Un sencillo editor de texto.
iconTerminal Acceso a Bash.
iconTextSearch Una herramienta de búsqueda para ficheros de texto.
iconTV Un visor de TV analógica. [todavía falta]
iconWebPositive Un navegador Web nativo
- -

-index -Aplicaciones en línea de comandos de Haiku

-

Además de las herramientas de línea de comandos incluidas con la shell bash o que necesitan ser compatibles con POSIX, existen unas pocas aplicaciones en línea de comandos específicas de Haiku que merecen ser mencionadas. Estos comandos a menudo son útiles para propósitos de scripting, ver el tema Bash y Scripting.

- - - -
iconList of all commandline applications
iconHaiku-specific commandline applications
- -

-index -Aplicaciones incluídas

-

Aparte de los programas listados más arriba, los cuales están mantenidos por el proyecto Haiku, hay algunas aplicaciones esenciales incluídas en un sistema Haiku estándar. Los errores y solicitudes de mejoras deben enviarse al mantenedor de esa aplicación en particular.

- - - - - - - - - - - -
iconBePDF Visor de documentos PDF.
iconPe Editor de texto avanzado con coloreado de sintaxis y mucho más.
iconVision Cliente de IRC.
iconWonderBrush Programa de gráficos hecho por YellowBite.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/activitymonitor.html b/docs/userguide/userguide/es/applications/activitymonitor.html deleted file mode 100644 index 7efed93642..0000000000 --- a/docs/userguide/userguide/es/applications/activitymonitor.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Monitor de Actividades - - - - - - - - -
-
- -

activitymonitor-icon_64.pngMonitor de Actividades (ActivityMonitor)

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/ActivityMonitor
Configuración:~/config/settings/ActivityMonitor settings
-


-

Se pueden rastrear los recursos del sistema al abrir el Monitor de actividades y activar los diferentes elementos de interés. -

-activitymonitor.png -

Al dar clic derecho en la ventana, se puede conmutar el desplegado de toda clase de recursos:
-Memoria Usada/en Caché, Espacio de intercambio, Uso de CPU, Recepción/Envío de red, fallos de página, Semáforos, Puertos, Hilos, Equipos, Aplicaciones corriendo, Tamaño en bruto/texto del portapapeles, Nodos de medios.

-

Debajo de los gráficos hay una leyenda (puede ocultarse desde el menú contextual). Pueden cambiarse sus colores así como el color del fondo de las gráficas vía arrastrar y soltar, o arrastrar y soltar de cualquier seleccionador de color, p.ej., desde Icon-O-Matic.

-

Puede agregar más vistas desde el menú File (archivo) si se llena demasiado.

-

El menú Settings (Configuración) abre un panel donde se puede cambiar el intervalo de actualización.

-

Cada vista tiene su propio manejador Replicante y así puede ordenarse, por ejemplo, en el Escritorio.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/bepdf.html b/docs/userguide/userguide/es/applications/bepdf.html deleted file mode 100644 index eca2ebc850..0000000000 --- a/docs/userguide/userguide/es/applications/bepdf.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Aplicaciones
Ubicación:/boot/apps/BePDF/BePDF
Documentación:/boot/apps/BePDF/docs/*
Configuración:/boot/common/settings/BePDF
-


-

BePDF es un visor de PDF de rápida apertura. Además de visualizar, soporta anotaciones y marcaje de páginas definido por el usuario para PDFs sin cifrar. Está completamente traducido a 20 idiomas al momento y pueden agregarse idiomas adicionales mediante archivos de texto.

-

La documentación está disponible en formato HTML o PDF. También está debajo del menú Ayuda | Mostrar ayuda....

-
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/bootmanager.html b/docs/userguide/userguide/es/applications/bootmanager.html deleted file mode 100644 index a4d749dbb2..0000000000 --- a/docs/userguide/userguide/es/applications/bootmanager.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

bootmanager-icon_64.pngBootManager

- - - - -
Deskbar:No entry, normally started from Installer's Tools menu
Location:/boot/system/apps/BootManager
Settings:none
MBR backups are saved by default in ~/config/settings/bootman/
-


-

If you don't add the Haiku partition to an existing boot manager like GRUB, BootManager can install a small boot menu in the Master Boot Record (MBR) that looks something like this:

-bootmenu.png -
Boot Manager isn't yet tested very well and still has a few restrictions that it will complain about if they aren't met: the menu can only be installed on your first harddisk and there has to be a 2KiB space after the Master Boot Record (MBR).
-

BootManager guides you through the installation process of the boot menu.

-

-index -Choosing the destination drive

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/cdplayer.html b/docs/userguide/userguide/es/applications/cdplayer.html deleted file mode 100644 index 815613db6e..0000000000 --- a/docs/userguide/userguide/es/applications/cdplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - CDPlayer (Reproductor de discos) - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDPlayer

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/CDPlayer
Configuración:~/cd/* - Almacena los detalles de todos los CD's identificados.
-


- -


-cdplayer.png -

El uso es el que podría esperarse viendo los botones de control.
-Active el botónRepeat (repetición) a la izquierda de Shuffle (desordenar) para repetir el CD completo.

-

Si necesita mayor control, como por ejmplo listas de reproducción, pruebe MediaPlayer.

-
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/charactermap.html b/docs/userguide/userguide/es/applications/charactermap.html deleted file mode 100644 index 76cdae3bd2..0000000000 --- a/docs/userguide/userguide/es/applications/charactermap.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Mapa de caracteres - - - - - - - - -
-
- -

charactermap-icon_64.pngCharacterMap

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/CharacterMap
Configuración:~/config/settings/CharacterMap settings
-


-

CharacterMap le mostrará el código UTF-8 de cada carácter que soporte una tipo de letra.

-charactermap.png -

A la izquierda se ven los bloques estandarizados, junto con una función de filtro. Opcionalmente, se puede seleccionar también Show Private Blocks (Mostrar bloquees privados) desde el menú View (Vista). El cuadro de la derecha muestra los caracteres actuales del bloque seleccionado, utilizando el tipo de letra especificada en el menú Font (Tipo de letra). Debajo se puede cambiar el tamaño de letra, y debajo, se muestran los valores en hexadecimal, decimal y UTF-8 de los caracteres que estén bajo el puntero del ratón.

-

Se puede arrastrar y soltar un caracter directamente del mapa de carateres a un editor de texto, o hacer clic derecho sobre uno bien para Copiar Caracter (ALT C) o Copiar como cadena de escape Unicode (SHIFT ALT C). Resultando en o bien o \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/es/applications/cli-apps.html b/docs/userguide/userguide/es/applications/cli-apps.html deleted file mode 100644 index 33e332cedd..0000000000 --- a/docs/userguide/userguide/es/applications/cli-apps.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Aplicaciones de línea de comandos - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

cli-app-icon_64.pngHaiku-specific commandline applications

- - -
Ubicación:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relacionados con los atributos: listattr, catattr, addattr, rmattr, copyattr

-

Estos comandos son utilizados para mostrar, leer, añadir o eliminar atributos de ficheros. Recuerde que estos metadatos sólo están disponibles actualmente en los volúmenes formateados como BFS. ¡Mover los ficheros a otro sistema de ficheros eliminará todos los atributos!
-Todos estos comandos están descritos en el tema Atributos en la Terminal.

- -

index -Relacionados con el indexado: lsindex, mkindex, reindex, rmindex

-

Con estos comandos se puede listar, crear, reindexar y eliminar atributos del índice de BFS. Todo volumen tiene su propio índice, recuérdelo cuando copie ficheros de un volumen a otro.
-Estos comandos están descritos en el tema Indice.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Comandos útiles de scripting

-

Aquí se muestran unas pocas herramientas en línea de comandos que son especialmente útiles para scripting (ver también el tema Bash y Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Other commands

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/codycam.html b/docs/userguide/userguide/es/applications/codycam.html deleted file mode 100644 index 1a83d1457d..0000000000 --- a/docs/userguide/userguide/es/applications/codycam.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/CodyCam
Configuración:~/config/settings/codycam
-


-

Con CodyCam se pueden tomar imágenes en un intervalo de tiempo especificado provenientes de una cámara web o cualquier otro dispositivo de vídeo y guardarlo vía FTP.

-My very temporarily installed cam in Dartmoor National Park. -

A la izquierda, bajo la previsualización, se puede cambiar el nombre del fichero. Éste tendrá un sufijo con un número para cada imagen tomada. Debajo se puede decidir en qué formato será grabado y el intervalo de tiempo en el cual las imágenes serán tomadas.

-

A la derecha se puede elegir o bien FTP o sFTP (si SSH está disponible) e introducir los datos necesarios para guardar las imágenes en el servidor.

- -
-
- - - diff --git a/docs/userguide/userguide/es/applications/debugger.html b/docs/userguide/userguide/es/applications/debugger.html deleted file mode 100644 index 19bff4f3a7..0000000000 --- a/docs/userguide/userguide/es/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/es/applications/deskcalc.html b/docs/userguide/userguide/es/applications/deskcalc.html deleted file mode 100644 index 312f175252..0000000000 --- a/docs/userguide/userguide/es/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - Calculadora de escritorio - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

deskcalc-icon_64.pngDeskCalc

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/DeskCalc
Configuración:~/config/settings/DeskCalc_settings
-


-

DeskCalc es una calculadora simple que sin embargo tiene algunas características agradables que no están aparentemente a primera vista.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • Se puede retamañar la calculadora hasta que se ajuste a sus necesidades y luego colocarla como Replicante dentro del Escritorio vía arrastrar y colocar el símbolo en la esquina inferior derecha. Asegúrese que Show Replicants esté activado en el Deskbar.

  • -
  • El teclado numérico se puede clorear con un movimiento de arrastrar y colocar desde cualquier pozo de color, p. ej., desde Icon-O-Matic.

  • -
  • Es posible revisar el historial de cálculos anteriores usando las teckas y .

  • -
  • Se pueden seleccionar los contenidos de DeskCalc y arrastrar y colocar a cualquier aplicación. O se puede arrastrar dentro de una ventana de Tracker o al Escritorio y un achivo de texto con ese recorte se creará allí.

    -

    Y mucho mejor, la operación inversa también es posible:
    -Cree recortes como se describe en varias etapas de su cálculo y regrese a ellas arrastrando y soltándolas de regreso a DeskCalc.
    -O puede arrastrar y colocar un cálculo directamente de un correo electrónico a DeskCalc.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/diskprobe.html b/docs/userguide/userguide/es/applications/diskprobe.html deleted file mode 100644 index c090b8f34b..0000000000 --- a/docs/userguide/userguide/es/applications/diskprobe.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/DiskProbe
Configuración:~/config/settings/DiskProbe_data
-


-

DiskProbe es un editor hexadecimal para ver y alterar datos de un archivo o en un dispositivo a nivel de bytes. Es una herramienta a muy bajo nivel, y por lo tanto, si no se es cuidadoso, puede ocasionar graves daños.

-
Siempre trabaje siempre con un respaldo de seguridad del archivo y sea especialmente cuidadoso cuando trabaje directamente sobre un dispositivo.
-

Al iniciar DiskProbe se le preguntará primero por el archivo o dispositivo sobre el que desea trabajar. Posteriormente, le aparecerá esta interfaz:

-

diskprobe.png

-

The main view shows always one block of data, the size of which can be adjusted with View | BlockSize. 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.
-You can move from block to block with the slider above or with ALT and ALT and switch between the HEX and ASCII columns with TAB.

-

Block | Selection no sólo mostrará la selección con distinta codificación endian (y en HEX o decimal, según se seleccione en View | Base), sino también interpretará la selección como un bloque paralelo para seleccionarse. Estará desvanecido en gris si la posición está fuera del archivo/dispositivo.
-Esta es una característica útil principalmente cuando se observe en los sistemas de archivo, pues a menudo contienen apuntadores a otros bloques.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

Dependiendo de la clase de atributo, obtendrá una pestaña de editor diferente además de la ventana Raw Editor siempre presente. Por ejemplo, hay editores para cadenas y tipos MIME o un visor de icono para el atributo vectoricon.

-
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/diskusage.html b/docs/userguide/userguide/es/applications/diskusage.html deleted file mode 100644 index 2ab4abf92c..0000000000 --- a/docs/userguide/userguide/es/applications/diskusage.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

diskusage-icon_64.pngDiskUsage (Uso del disco)

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/DiskUsage
Configuración:~/config/settings/DiskUsage
-


-

DiskUsage exhibe gráficamente el uso del espacio de los volúmenes.
-Es una herramienta muy útil para contestar la pregunta, "¿Qué pasó con todo mi espacio?"

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

Los círculos concéntricos representan los diferentes niveles en la jerarquía del sistema de archivos. En la imagen superior, el círculo del centro representa el directorio /boot/home/. Cada segmento del anillo que esté fuera de ese círculo es un archivo o una carpeta dentro de /boot/home/. Cada segmento más alejado le llevará a un nivel más profundo de la jerarquía de archivos. Puede que haya que redimensionar la ventana para acomodar directorios muy profundos.

-
    -
  • Si la representación gráfica de un archivo o un directorio ocupa menos de 2º (grados) del círculo, es excluido de la imagen.
  • -
  • El número de archivos que se muestran para cada directorio incluye también los archivos dentro de los subdirectorios. Un directorio cuenta como un archivo.
  • -
  • DiskUsage ignora los enlaces simbólicos.
  • -
-

Mientras mueve el ratón sobre un segmento, la información acerca de ese archivo o directorio aparecerá en la barra de estado de la parte inferior.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

Se pueden arrastrar archivos y directorios desde DiskUsage a otras aplicaciones, al Escritorio o a otras ventanas de Tracker para copiar. De la misma forma, arrastrar volúmenes y directorios dentro de DiskUsage provocará que el programa haga zoom directamente en ellos, haciendo que sean el centro del círculo.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/drivesetup.html b/docs/userguide/userguide/es/applications/drivesetup.html deleted file mode 100644 index 93ea904e2e..0000000000 --- a/docs/userguide/userguide/es/applications/drivesetup.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/DriveSetup
Configuración:~/config/settings/DriveSetup
-


-

DriveSetup es una herramienta para crear, borrar e inicializar particiones. Por ahora no puede redimensionar ni mover particiones existentes, así que es necesario o un volumen sin particionar (ta vez un disco externo USB u otro disco duro) o modificar la configuración inicial con una herramienta como GParted LiveCD para proveer de espacio otra partición.

-drivesetup.png -

En la zona superior se muestra una repesentación gráfica de todas las particiones existentes en el interior del dispositivo elegido de la lista de abajo. Hay un máximo de 4 particiones primarias, cada una de las cuales puede contener un cierto número de particiones lógicas. Es posible manejar la lista con el control +/- que aparece, si es necesario, frente al dispoitivo en cuestión para visualizar los detalles de cada partición lógica.

-

Se puede seleccionar una partición de la lista y montarla o desmontarla con las órdenes menú Partición o presionando ALT M o ALT U.

-

Es posible borrar completamente una partición con Partición | Borrar.
-Lo que devuelve el siguiente aviso:

-
Tratar asuntos de creación/borrado/iniciación de particiones es una tarea muy peligrosa. Compruebe siempre dos veces para asegurarse de que está trabajando con la partición adecuada, y guarde siempre una copia de seguridad actualizada de sus datos ¡sólo por si algo sale mal!
-

-index -Creación de una nueva partición

-
Si pretende usar un disco completo como partición única, por ejemplo un pendrive o una tarjeta Flash, puede saltar se el proceso de creación de particiones y poceder directamente a Inicialización.
-

Cuando se encuentra un espacio sin formatear en un dispositvo como el de la imagen superior <vacío>, es posible crear una nueva partición desde Partición | Crear...(ALT C).

-drivesetup-create.png -

Este cuadro de diálogo permite ajustar el tamaño y el tipo de la partición. Seleccione Be File System -Si se desea usar la partición para una instalación de Haiku o si se quieren usar sobre ella todas las características interesantes de Haiku, como atributos y consultas. Tenga en cuenta que otros sistemas operativos a lo mejor no son capaces de acceder a tal partición.

-

Si ha creado una partición primaria en vez de otra partición lógica, el cuadro de diálogo superior también muestra un cuadro seleccionable Active Partition. Se tendrá que seleccionar tal opción si se va a usar esa partición para lanzar una instalación de Haiku.

-

Antes de que se pueda usar, o incluso montar la nueva partición, debe ser inicializada con un sistema de archivos.

-

-index -Inicializando una partición

-

Sólamente se pueden inicializar particiones que no estén montadas a través del menú Partctión | Inicializar.

-drivesetup-initialize.png -

Aquí se selecciona el nombre para la partición y el tamaño de sus bloques de datos. Se recomiendan 2048 bytes por bloque, pero es posible escoger un tamaño inferior o superior si es necesario por alguna razón concreta.
-¡La Inicialización eliminará todos los datos de la partición!

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/expander.html b/docs/userguide/userguide/es/applications/expander.html deleted file mode 100644 index e2ca5306a7..0000000000 --- a/docs/userguide/userguide/es/applications/expander.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

expander-icon_64.pngExpander

- - - - -
Deskbar:Sin entrada, normalmente ejecutado al clicar dos veces sobre un archivo soportado.
Ubicación:/boot/system/apps/Expander
Configuración:~/config/settings/Expander_Settings
-


-

Expander es una pequeña herramienta para desempaquetar rápidamente la mayoría de los ficheros comprimidos comunes, entre ellos los: zip, gzip, bzip2, rar y tar.gz.
-Sólo clique dos veces sobre un archivo comprimido para ver esta simple interfaz:

-

expander.png

- - - - -
FuenteALT Oabre un cuadro de diálogo para localizar un fichero comprimido a desempaquetar.
DestinoALT Dabre un cuadro de diálogo para escoger el destino.
ExpandirALT Eempieza la descompresión. Puede cancelarse con ALT K.
-

Es posible cambiar la lista de visualización del archivo marcando o no la opción Mostrar Contenido, o presionando ALT L.

-
Expander sólamente puede descomprimir archivos completos.
-No es posible seleccionar archivos individuales para descomprimir o añadir/eliminar archivos al fichero comprimido.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/haikudepot.html b/docs/userguide/userguide/es/applications/haikudepot.html deleted file mode 100644 index 295c484c83..0000000000 --- a/docs/userguide/userguide/es/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/icon-o-matic.html b/docs/userguide/userguide/es/applications/icon-o-matic.html deleted file mode 100644 index 0bde79aaf8..0000000000 --- a/docs/userguide/userguide/es/applications/icon-o-matic.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
- - - - -
Índice
Los mapas de bits de BeOS frente a los iconos vectoriales de Haiku
- Los iconos son atributos
- Crear iconos con Icon-O-Matic
- Rutas
- Forma
- Estilo
- Transformador
- Guardar un icono
- Consejos y trucos
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Icon-O-Matic
Configuración:~/config/settings/Icon-O-Matic
- -


- -

Antes de adentrarnos en la creación de iconos con Icon-O-Matic, comencemos con una introducción general sobre los iconos en Haiku.

- -

-index -Los mapas de bits de BeOS frente a los iconos vectoriales de Haiku

-

En contraposición a BeOS, Haiku usa iconos vectoriales en lugar de iconos de mapas de bits. Se ha desarrollado un formato especial para este tipo de iconos: HVIF (Haiku Vector Icon Format); que está altamente optimizado para archivos de poco tamaño y rápido servicio. Esa es la razón de por qué la mayor parte de nuestros iconos ocupan mucho menos espacio que un mapa de bits o el ampliamente usado formato SVG. Además, a diferencia de los iconos de BeOS, Haiku no tiene la limitación de 8 bits (256 colores), -
-Tomemos este icono de Terminal, por ejemplo:

- - - - -
Mapa de bitsSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 bytes
+ 256 bytes
7,192 bytes 768 bytes
-

Fíjese en que BeOS usa dos versiones de cada icono, una de 16x16 y otra de 32x32, para conseguir buenos efectos visuales tanto en el modo de visión Listado, como en el de Vista de Iconos.

-

Este ingenioso truco no es necesario con los iconos vectoriales. Además de ocupar menos espacio en disco, los iconos vectoriales también se amplían mucho mejor que los maspas de bits. (Nota: BeOS ofrecía sólo una visualización de 16x16 y 32x32.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Mapa de bitsi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Los iconos son atributos

-

Los iconos se almacenan como un atributo de su archivo correspondiente. Sin embargo, eso no significa que cada archivo tenga que tener este atributo para ser mostrado con icono en una ventana del Tracker: Los archivos de datos reciben su icono según su tipo. Para cambiar cambiar los iconos asociados a cada tipo de archivo se puede hacer desde las preferencias de Tipos de archivo(Tipos de archivo). Si sólo quiere añadir un icono especial a un archivo en concreto, se puede hacer a través del agregado Tipos de archivo simplemente. Lea la información de Tipos de archivo para más información.

-
Al ser un atributo, sólo en sistemas de archivos que soporten "metadata" se puede mantener el icono incdividual de un archivo. Por lo tanto, si saca archivos de su volumen BFS, considere la opción de comprimirlos para no perder sus iconos u otros atributos.
- -

-index -Crear iconos con Icon-O-Matic

-

Icon-O-Matic es el editor de iconos de Haiku que puede exportar el resultado tanto en HVIF, como en SVG y PNG. El icono también puede ser directamente enlazado a un archivo existente o exportado como un archivo de fuente de un programa usado por desarrolladores. Como la aplicación se ha hecho a medida del formato optimizado HVIF, su utilización da muestras del trabajo interno de este formato.

-

A diferencia del software de gráficos de vectores normales, no tiene que lidiar con objetos separados, cada uno con sus propiedades específicas como la ruta, el ancho del trazo, color y relleno del trazo, etc. En su lugar, se ensamblan los objetos ("figuras") a partir de rutas y colores compartidos ("estilos") y se seleccionan ciertas propiedades. Este reuso de elementos es un secreto de la eficiencia de HVIF. Aunque eso imponga algunas restricciones en el diseñador de iconos, hay unas cuantas ventajas también.
-Por ejemplo, al reutilizar una ruta, pueden modificarse bastantes objetos juntos al manipula una ruta dada. Piense en un objeto y su sombra. Al modificar su ruta compartida se cambiará el objeto mismo y automáticamente su (tal vez ligeramente distorsionada o desplazada) sombra.

- -

Aquí se muestra una visión general de la ventana de Icon-O-Matic:

-i-o-m-overview.png - -

Para crear cualquier objeto visible en el área de trabajo, se necesita una de las ya mencionadas formas con una ruta y un estilo. Según interese, se pueden crear una, dos, o tres juntas desde el menú Forma. Cada tipo de objeto (Rutas, Formas,Transformadores y Estlios) tiene un menú sobre u lista de elementos, ofreciendo diversas órdenes. Cada elemento tiene un determinado número de opciones que se configuran desde Propiedades.

- - -

-index -Rutas

-

Se llama ruta a un conjunto de puntos interconectados con líneas o curvas Bezier. Para añadir o cambiar puntos, asegúrese de que la ruta deseada está seleccionada en la lista de rutas.

- -

Con sólo dar clic en el área de trabajo se establece un punto inicial. Mientras se coloca un punto se decide si la línea resultante será recta o curva: con un simple clic y soltar se produce una línea recta; manteniendo presionado el botón del ratón y moviendo el cursor se delimita una línea Bezier curva. Evidentemente, es posible cambiar después los tipos de líneas.

- -i-o-m-path-ab - -

Para cambiar de "A" a "B", tiene que transformar algunos puntos de esquinas a puntos curva. Eso se hace manteniendo presionado ALT mientras se da clic en un punto y moviendo los puntos de las manecilla. Esto resulta en un Bezier simétrico: la segunda manecilla sigue el movimiento de la otra. Si necesita moverlas independientemente, de nuevo de clic y arrastre sobre una manecilla Bezier mientras sostenga la tecla ALT.
-De manera similar, para cambiar de Bezier a un punto de esquina, mantenga ALT y haga clic sobre un punto.

- -

Para amover un punto, simplemente se coge con el cursor y se suelta en su nueva ubicación. Para sleccionar más de un punto mantenga pulsado SHIFT y marque un rectángulo de selección. Los puntos seleccionados están marcados por un borde rojo en vez del negro habitual.
-Para insertar un punto dentro de una ruta se clica en la línea de unión entre dos puntos.
-Los puntos seleccionados son eliminados al presionar DEL o al clicar sobre cualquier punto mientras se deja pulsada la tecla CTRL.

- -

El puntero del ratón indica el modo actual:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Mover punto(s)Insertar puntoAñadir puntoBorrar punto
CTRL
Esquina↔Bezier
ALT
Seleccionar punto
SHIFT
-

Se puede solicitar un menú contextual clicando con el botón derecho sobre un punto o una elección de puntos:

- - - - - - -
Select allALT A(Seleccionar todo) Selecciona todos los puntos de la ruta actual.
TransformT(Transformar) Pone todos los puntos seleccionados en una caja de transformación, pudiendo moverlos, redimensionarlos y rotarlos todos a la vez. Funciona igualmente con formas, como se describe un poco más abajo.
Split(Separar) Divide los puntos seleccionados en dos, uno sobre otro.
Flip(Voltear) Rota los puntos seleccionados 180°. Sólo tiene efecto en los puntos del tipo Bezier.
RemoveSupr(Remover) Elimina los puntos seleccionados
- -

Menú Ruta

-

El menú Ruta ofrece unas cuantas opciones obvias para Add Rectangle (Añadir Rectángulo) y Add Circle (Añadir Círculo) o para Duplicate (duplicar) o Remove (Eliminar) una ruta. Aquí están algunos casos que pueden necesitar algo más de explicación:

- - - - - - -
Reverse(Reversa) Si la ruta no está "cerrada" (vea Propiedades de ruta, más abajo), un clic dentro del lienzo siempre crea un nuevo punto, conectándolo con el últimmo. "Reverse" siempre revertirá ese orden y el nuevo punto se conectará siempre en su lugar al punto de inicio original.
Clean Up(Limpiar) Útil mayormente con SVGs importados, esta función removerá puntos redundantes.
Rotate Indices RightALT R(Rotar índices a la derecha) En la práctica, esto rota la apertura de una ruta. Se ve mejor cuando se usa una ruta sin cerrar con un estilo y una forma con un transformador de trazo. Ahora, si la ruta luce como una ⊂ se rotará así: ⊂ ∩ ⊃ ∪ (en el sentido de las manecillas del reloj).
Rotate Indices LeftALT MAYÚSCULAS R(Rotar índices a la izquierda) Hace lo mismo en la otra dirección (en el sentido contrario a las manecillas del reloj).
- -

Propiedades de ruta

-

Propiedades, en la zona inferior izquierda de la ventana, ofrece todas las herramientas disponibles para el objeto seleccionado en ese momento. Una ruta sólo tiene dos: un Nobre y si está Cerrada o no.

- - -

-index -Ruta

-

Una forma agrupa juntas una o más rutas con un estilo. A efectos prácticos, es el objeto que se verá en el área de trabajo. La agrupación se hace mediante los recuadros de selección frente a rutas y estilos: Simplemente seleccione y marque la ruta y el estilo deseados.

-

Una forma define cómo una ruta y estilo se aplican, p. ej., si el objeto se llena o sólo se delinea (lo cual se realiza al usar Transformadores en la figura, llegaremos allí después). También, una forma se puede mover, rotar o retamañar sin tocar la ruta usada. De esa manera, se puede reusar una ruta única y tener diferentes, pero relacionadas, figuras.

- -i-o-m-shape - -

Cuando se selecciona una forma de la lista, se dibuja un rectángulo a su alredeor. En función de dónde se seleccione, la forma es movida, redimensionada o girada alrededor de un punto en su centro, e cual puede ser movido. Manteniendo pulsado SHIFT se fija la dirección al ser movida, limitando la rotación a 45 grados y restringiendo la proporción cuando se redimensiona. El estado del puntero indica, de nuevo, el modo de trabajo actual:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoverRedimensionarRotarMover
centro de rotación
- -

Las figuras descansan encima de la otra, cada una en su propia capa, si lo desea. Para reordenarlas, se arrastra y suelta su entrada en una posición diferente en la lista.

- -

Menú Figuras

-

El menú Shape ofrece las opciones anteriormente mencionadas de Añadir Vacía, Con Ruta/Estilo/Ruta&Estilo y Duplicar o Eliminar una forma. Entoces hay:

- - - -
Reset Transformation(Restablecer transformación) Revierte todos los movimientos, retamañados y transformaciones que se hayan aplicado a la forma.
Freeze Transformation(Congelar transformación) Cuando se transforma una figura, su(s) ruta(s) asignada(s) permanecen en su posición original. Esto puede intentarse; tal vez más de una forma se use en esa ruta, tal vez intencionalmente se use Options | Snap to Grid (Opciones | Gradilla) para seleccionar los puntos en bordes de pixel precisos.
-Si no, "Freeze Transformation" aplicará la forma de transformación actual a la(s) ruta(s) asignada(s). Un restablecimiento de transformación futuro con "Reset Transformation" regresará la figura a este nuevo estado.
- -

Propiedades de la figura

-

Además del Name (nombre), la vista de Properties (propiedades) para una forma tiene estas opciones:

- - - - -
Min LODNivel mínimo de detalle
Max LODNivel máximo de detalle
- -
Nivel de detalle
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Vea cómo no hay números en la versión de 16px del icono de BeVexed? Esto se hace con la configuración de "Nivel de detalle" de sus formas.
-Con el LOD se controla la visibilidad de una forma dependiendo su tamaño. De esta manera, puede olvidarse de los detalles de un icono que luzcan bien en un icono más grande, pero tal vez no tanto en su versión más pequeña.

-

Así es como funciona: Un LOD de 1.0 se define como un tamaño de icono de 64px. Para obtener el LOD de un tamaño de icono particular simplemente se divide entre 64, p. ej., un icono de 16px tiene un nivel de detalle de 16/64 = 0.25. Una figura no será visible debajo de su Min LOD ni por encima de su Max LOD.

-

Así que, si selecciona un Min LOD de alguna figura en 0.0 y el Max LOD en 0.5, esto significa que la forma sólo será visible para iconos de tamaños más pequeños o iguales a 32px. Si desea excluir el tamaño de icono de 32px, tiene que permanecer el valor debajo de 0.5, digamos 0.49.

-

El LOD no es sólo para quitar figuras detalladas, sino también, p. ej., para cambiar el ancho de línea en diferentes tamaños, si siente que se necesite. Simplemente duplique la forma, haga sus cambios y seleccione las configuraciones de ambos LOD para mostrar tanto uno u otro. Aquí yace la única fuente de confusión potencial, cuando involuntariamente se traslapan LODs de figuras y se pregunta por qué en algún tamaño ambas son visibles...
-Por ejemplo, si la Figura 1 tuviera que mostrarse debajo de 48px y la figura 2 desde 48px hacia arriba (LOD: 48/64 = 0.75):

- - - - - - - - -
Bien¡Mal!
Forma 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Forma 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Estilo

-

Un estilo puede ser un color sólido o algún tipo de gradiente.
-Además de los colores predefinidos bajo Swatches, se pueden mezclar colores propios haciendo clic sobre el color actual. Note, además, el control deslizante bajo el espectro de colores, el cual establece el nivel de transparencia.

-i-o-m-gradients -

De forma rápida se crea un nuevo estilo mezclando su color y simplemente arrastrar y soltar en la lista de estilos.

-

Si opta por un gradiente, seleccione el tipo (Linear, Radial, Diamond (diamante), Cone) (cono) y luego defina los colores inicial y final. Esto se hace con un arrastrar y colocar desde un espacio de color dentro del indicador de color respectivo debajo del gradiente.
-Por supuesto, puede mover estos indicadores para cambiar el gradiente a su gusto. Puede también insertar más indicadores para agregar más colores dando doble clic dentro del gradiente. Al presionar Supr se remueve el indicador seleccionado.

-

Se puede mover, retamañar y rotar la caja representante de un gradiente en el lienzo hasta que se ajuste a sus necesidades. Esto funciona igual que con las figuras.

- -

Menú Estilo

-

El menú Style (estilo) ofrece las entradas usuales para Add (agregar), Duplicate (duplicar) o Remove (remover) un estilo y para Reset Transformation (restablecer la transformación).

- -

Propiedades de estilo

-

El Nombre es la única Propiedad de un estilo.

- - -

-index -Transformador

-

Una figura puede tener Transformadores los cuales cambien su apariencia. Los efectos, no obstante, son más sutiles que un camión transformándose en un robot de batalla...

- -

Menú agregar Transformador

- - - -
Contour(Contorno) Agrega una línea exterior a una figura.
Stroke(Trazo) Traza la ruta de una figura en lugar de rellenarla con un estilo.
- -

Dependiendo la clase de Transformador, obtendrá una selección diferente de propiedades.

- -

Propiedades de Transformador

-

Además de un nombre Name y el ancho Width real para el transformador, la vista Properties (propiedades) tiene estas opciones (dependiendo de su ligeramente diferente tipo):

- - - - - -
Caps(Tapas) Sólo en Trazo. Define cómo tapar los finales de una línea: Butt (base), Square (cuadrado) o Round (redondeado).
Detect Orient.(Detectar contorno) Sólo en Contorno. Determina si el contorno está en el lado interior o exterior de la ruta.
Joints(Juntas) Define cómo las líneas se juntan en un punto: Miter (inglete), Round (redondeado) o Bevel (biselado).
Miter LimitSólo cuando la selección Joins está en "Miter" (inglete) esta selección influencia cómo luce la junta de inglete.
- - -

-index -Guardar un icono

-

Allí está la barra de menú usual hasta arriba, File (Archivo), Edit (Edición), Options (Opciones). El uso es muy autoexplicativo, así que sólo veremos cómo guardar su trabajo.

-

File | Save As... (Archivo | Guardar como) guardará en un formato especial de Icon-O-Matic que retiene información adicional como los nombres de rutas, figuras y estilos. Estos se retirarán del icono una vez que se exporte al espacio de trabajo. Es buena idea respaldar el trabajo así, porque sin los objetos nombrados todo se llama "<path>/<shape>/<style>" lo cual hace los cambios específicos tedioso.

- -

File | Export As... (Archivo | Exportar como) abre un familiar cuadro de diálogo guardar con un menú desplegable de formatos de archivo hasta abajo, ofreciendo estas alternativas:

- - - - - - - - - -
HVIFFormato de icono vectorial de Haiku
HVIF RDefSe guarda como recurso utilizado por programadores
HVIF Source CodeSe guarda como código fuente utilizado por programadores
SVGSe guarda como SVG
PNGSe guarda como un PNG de 64px de tamaño
PNG SetSe guarda como PNGs de 16, 32 y 64px
BEOS:ICON AttributeElige un archivo y selecciona su atributo icono directamente
META:ICON AttributeElige un archivo y adjunta el icono como mera metainformación
- - -

-index -Consejos y trucos

-

Se deben tomar en cuenta unas cuantas cosas cuando se trabaja con Icon-O-Matic y algunos consejos generales para su uso:

-
    -
  • Lea la Guías de iconos para saber acerca de características importantes de iconos de Haiku, p. ej., perspectiva, colores y sombras.

  • -
  • Se debería intentar siempre minimizar el uso de rutas, pues son más pesadas en tamaño de archivo. Reutilice rutas siempre que sea posible y trabaje con figuras manipuladas y sus transformadores en su lugar. El buen uso de gradientes también puede ahorrar espacio.

  • -
  • Cuando sea posible, se debería activar Snap-to-Grid (alinear a la gradilla) del menú Options (opciones) cuando se editen rutas. Los puntos de ruta que se alinean con la gradilla de 64x64 pixeles usan menos espacio de almacenamiento. También se obtiene la vista más limpia si se seleccionan en bordes de pixel exactos. Por ejemplo, es importante alinear las líneas más prominentes con la gradilla de 16x16.

  • -
  • Verifique la previsualización para ver si su icono se ve bien incluso en 16x16. También sería bueno ver la configuración de Nivel de detalle descrito en la sección Figuras.

  • -
  • Hay una manera fácil de producir letras, incluso si Icon-O-Matic no provea tal herramienta. Sólo ingrese texto en un editor de texto como StyledEdit, ajuste el tipo de letra y estilo, y arrastre y coloque o copie y pegue el texto seleccionado en Icon-O-Matic. Esto creará las rutas y formas acordes.

  • -
  • Si se asigna más de una ruta a una figura, sus áreas traslapadas se cancelarán mutuamente. Cuando una ruta esté completamente dentro de otra, prácticamente crea un agujero en la figura resultante.

  • -
  • Se puede acercar y alejar del lienzo de trabajo con la rueda del ratón. Desplazarse se realiza arrastrando con el botón medio del ratón o con un arrastre con el botón izquierdo del ratón mientras se presione la Barra espaciadora.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/installer.html b/docs/userguide/userguide/es/applications/installer.html deleted file mode 100644 index 3bbddb8e92..0000000000 --- a/docs/userguide/userguide/es/applications/installer.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Installer
Configuración:ninguna
-


-

Installer se usa para copiar Haiku a otro volumen.
-Una vez ejecutado, muestra una ventana inicial con información importante. No es el simple EULA al que se está acostumbrado a lanzar de un vistazo, indica:

-
    -
  • Este software está en calidad de Alpha. ¡Haga copias de seguridad o aténgase a las consecuencias!

  • -
  • Installer necesita una partición preparada. A lo mejor es necesario usar un GParted LiveCD o una herramienta similar hasta que el Drive Setup de Haiku sea lo suficientemente maduro como para soportar esta tarea.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Una vez admitido con Continue, se le presenta la ventana principal:

-installer.png -

En la primera ventana emergente se selecciona la fuente de instalación. Puede ser un Haiku actualmente instalado o provenir de un CD de instalación o pendrive, etc.
-La segunda ventana emergente especifica el destino para la instalación. Esta partición/volumen de destino será sobreescrita completamente, y tiene que haber sido preparada previamente por un gestor de particiones tal como GParted.

-

Clicando sobre el pequeño widget Show Optional Packages,si está disponible, se podrán elegir componentes para instalar sobre el Haiku básico.

-

Debería hacer una comprobación final de si eligió bien el destino antes de inicia la instalación. Clique sobre Setup partitions... para abrir DriveSetup y eche un vistazo al nombre y estilo de las particiones y volúmenes disponibles.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Herramientas

-

Al final de la instalación, la partición se hace automáticamente de arranque. Sin embargo, puede ocurrir que otro sistema operativo o herramienta de particionado sobreescriba (accidentalmente) el sector de arranque del volumen Haiku. En este caso, arranque el sistema con su CD de instalación e inicie a Installer. Seleccione su partición Haiku de inicio en el menú Onto: Please Choose Target (Dentro de> por favor elija el objetivo) y haga clic en Write Boot Sector (Escribir sector de arranque) para hacerlo "arrancable" de nuevo.

-

El otro elemento en el menú Tools es el Boot Manager (administrador de arranque) que coloca un menú para elegir qué sistema operativo iniciar.
-No se necesita correr al Boot Manager si ya tiene un selector de arranque como Grub, en cuyo caso tiene que agregar a Haiku manualmente (vea arriba) o Haiku corre exclusivamente en su máquina.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/list-cli-apps.html b/docs/userguide/userguide/es/applications/list-cli-apps.html deleted file mode 100644 index 46d9efbd9d..0000000000 --- a/docs/userguide/userguide/es/applications/list-cli-apps.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - List of commands - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

cli-app-icon_64.pngList of all commandline applications

- - -
Location:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Language and keymap setup.
[ Returns true/false after comparing items.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Shows a message box. (Haiku specific)
arp Manipulates the system ARP cache.
awk See gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 See bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Leftover from the move of locale-kit.]
echo Displays a line of text.
egrep See grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep See grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp File transfer program.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip See gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Leftover from the move of locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creates a directory.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more See less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh See bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Returns true/false after comparing items.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash See trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat See gzip.
zcmp See zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo See unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/magnify.html b/docs/userguide/userguide/es/applications/magnify.html deleted file mode 100644 index 2db48232fe..0000000000 --- a/docs/userguide/userguide/es/applications/magnify.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
- -

magnify-icon_64.pngMagnify

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Magnify
Configuración:~/config/settings/Magnify_prefs
-


-

Magnify muestra una versión ampliada del área alrededor del puntero del ratón.

-magnify.png -

En la zona superior se encuentra el grado de aunmento de la zona. "32 x 32 @ 8 pixels/pixel" significa que se muestra un cuadrado de 32x32 píxeles alrededor del cursor, y cada píxel es ampliado un factor 8.

-

Debajo está el color del píxel marcado con una línea roja. Su color se muestra como un valor RGB hexadecimal.
-Se puede mover el marco rojo con las teclas / / / .

-

Para medir distancias y alinear objetos, se pueden agregar dos guías azules con ALT H. Sus respectivas coordenadas X/Y se dirigen hacia la esquina superior, y, si se añaden ambas, su distancia X/Y mutua se muestra en la parte inferior.
Pueden también ser movidas con las teclas / / / . La guía activa se marca con una "x".

-

Se puede mover el puntero de píxel en píxel con las teclas OPT / / / .

-

Clicar en el menú emergente muestra diversas opciones:

- - - - - - - - - - - - - - -
Guardar ImagenALT S Guarda lo mostrado actualmente como un archivo de fuente.
Copiar ImagenALT C Guarda lo que se está visualizando en el portapapeles.
Esconder/Mostrar InformaciónALT T Activa/Desactiva la información mostrada.
Añadir una guíaALT H Añade una marca alrededor de la que se puedea arrastrar.
Eliminar una guíaALT SHIFT H Elimina la última guía añadida.
Escindar/Mostrar cuadrículaALT G Activa/Desactiva la cuadrícula superpuesta.
Congelar/Descongelar imagenALT F Deja/Continua actualizando la zona ampliada.
Coordinación de stickALT I Permanece actualizando la zona ampliada,pero deja de seguir el cursor.
Hacer cuadradoALT / Devuelve el cuadro mostrado antes de redimensionar la ventana.
Reducir tamaño de ventanaALT - Reduce el tamaño de la zona ampliada alrededor del cursor.
Aumentar tamaño de ventanaALT + Umenta la zona ampliada alrededor del cursor.
Disminuir tamaño de píxelALT , Disminuye la ampliación.
Aumentar tamaño de píxelALT . Aumenta la ampliación.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/mail.html b/docs/userguide/userguide/es/applications/mail.html deleted file mode 100644 index 4a7bbe8d91..0000000000 --- a/docs/userguide/userguide/es/applications/mail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - Mail (Correo) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - -
Index
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Mail
Configuración:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/es/applications/mediaplayer.html b/docs/userguide/userguide/es/applications/mediaplayer.html deleted file mode 100644 index a7b336c034..0000000000 --- a/docs/userguide/userguide/es/applications/mediaplayer.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/MediaPlayer
Configuración:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/midiplayer.html b/docs/userguide/userguide/es/applications/midiplayer.html deleted file mode 100644 index 141a124a45..0000000000 --- a/docs/userguide/userguide/es/applications/midiplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/MidiPlayer
Configuración:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/es/applications/packageinstaller.html b/docs/userguide/userguide/es/applications/packageinstaller.html deleted file mode 100644 index 3e0f184341..0000000000 --- a/docs/userguide/userguide/es/applications/packageinstaller.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - Instalador de paquetes - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:Sin acceso, normalmente se abre al dar doble clic en un archivo soportado.
Ubicación:/boot/system/apps/PackageInstaller
Configuración:ninguna
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/pe.html b/docs/userguide/userguide/es/applications/pe.html deleted file mode 100644 index 84dba1d0ba..0000000000 --- a/docs/userguide/userguide/es/applications/pe.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Pe/Pe
Documentación:/boot/system/apps/Pe/Documentation/index.html
Configuración:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/es/applications/people.html b/docs/userguide/userguide/es/applications/people.html deleted file mode 100644 index 8c0283889a..0000000000 --- a/docs/userguide/userguide/es/applications/people.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
- -

people-icon_64.pngPeople

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/People
Configuración:~/config/settings/People_data
-


-

People es una base de datos de contactos que usa atributos del sistema de archivos de Haiku para almacenar direcciones y otros datos de los contactos. Cada contacto es guardado como un archivo Person (Persona), cuyos datos están separados en atributos. Todos los datos están enlazados, y son por lo tanto accesibles a través de una consulta (búsqueda).

- -people.png - -

El atributo Group en la parte inferior permite asignar a la persona a uno o más grupos. útil para enviar una gran cantidad de correo za un número de gente que, por ejemplo, trabaja en un proyecto concreto. El menú emergente ofrece todos los grupos que existen actualmente. Si una persona pertenece a más de un grupo, los nombres de los grupos están separados por ",".

- -

Los archivos Person están normalmente guardados en/boot/home/people/. Para obtener una lista de todos sus contactos, simplemente abra su directorio de contactos, y seleccione la visualización de los atributos que le interesen. Si decide organizar sus archivos People en diferentes carpetas, simplemente use una consulta (búsqueda) para mostrarlos todos en la misma ventana.

- -people-files.png - -

Puede tratar estos archivos como cualquier otros: Puede clasificar, de acuerdo con los atributos (incluso una segunda claificación manteniendo presionado SHIFT mientras clica) y por supuesto borrar, duplicar o renombrar archivos Person. Incluso puede editarse la información directamente: Clicando sobre un atributo (o ALT E) para ecambios como renombrar un archivo.Una vez en el modo de edición TAB and SHIFT TAB se va de columna en columna.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/poorman.html b/docs/userguide/userguide/es/applications/poorman.html deleted file mode 100644 index 72ec0f11c6..0000000000 --- a/docs/userguide/userguide/es/applications/poorman.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/PoorMan
Configuración:~/config/settings/PoorMan Settings
-


-

PoorMan es un agradable y pequeño servidor Web que es extremadamente fácil de activar. Naturalmente, no ofrece ninguna característica avanzada como los softwares de servidor de peso pesado, después de todo es sólo el servidor Web de un pobre hombre.

-

Tras su primera ejecución, PoorMan pregunta por la carpeta que va a servir a la Web. Si se va con la Default (predeterminada), una carpeta nueva: /boot/home/public_html se crea por usted. Como página de inicio un archivo HTML llamado predeterminadamente index.html tiene que estar presente allí.

-

PoorMan se presenta con una sencilla consola que documenta su actividad. Luego, hay información de estado si el servidor está corriendo, cuál carpeta se sirve, y un contador de clics. La configuración se cambia on Edit | Settings... (Editar | Configuraciones...):

-

poorman.png

-

El panel de configuraciones se divide en tres tabuladores:

-

En Site (sitio) se puede seleccionar otra carpeta para servir, ingresar otra página de inicio y está la opción de enviar un listado de archivos si la página de inicio no está presente.
-Logging permite des/activar los mensajes de salida a la consola u opcionalmente a un archivo de sucesos separado.
-El tabulador Advanced (avanzado) mantiene la selección del número máximo de conexiones simultáneas.

-

Los elementos de menú de la ventana de la consola son autoexplicativos. Con ellos se puede, p. ej., cuardar (partes) de la salida de la consola, limpiar la consola o el archivo de sucesos e iniciar/detener el servidor o limpiar el contador de clics.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/es/applications/screenshot.html b/docs/userguide/userguide/es/applications/screenshot.html deleted file mode 100644 index 05a74fdff8..0000000000 --- a/docs/userguide/userguide/es/applications/screenshot.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - Captura de pantalla - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Screenshot
-/bin/screenshot
Configuración:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Tomar una captura de pantalla desde la Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> Screenshot --help
-
-Screenshot [OPTION]... Creates a bitmap of the current screen
-
-OPTION
-  -o, --options         Show options window first
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the app window
-                        overrides --options, saves to home folder as png
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/showimage.html b/docs/userguide/userguide/es/applications/showimage.html deleted file mode 100644 index 5740e36654..0000000000 --- a/docs/userguide/userguide/es/applications/showimage.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar:Sin acceso, normalmente se abre al dar doble clic en un archivo soportado.
Ubicación:/boot/system/apps/ShowImage
Configuración:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBrowsing

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexKeyboard shortcuts

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
CTRLWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/soundrecorder.html b/docs/userguide/userguide/es/applications/soundrecorder.html deleted file mode 100644 index 4f501d5a73..0000000000 --- a/docs/userguide/userguide/es/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Grabador de sonidos - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/SoundRecorder
Configuración:~/config/settings/???
-


-

Todavía falta la documentación. Si desea trabajar en ella, por favor anúncielo en la Lista de correo de documentación para evitar duplicación.

- -
-
- - - - diff --git a/docs/userguide/userguide/es/applications/stylededit.html b/docs/userguide/userguide/es/applications/stylededit.html deleted file mode 100644 index 74f6eb5290..0000000000 --- a/docs/userguide/userguide/es/applications/stylededit.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/StyledEdit
Configuración:ninguna
-


-

StyledEdit es el editor de texto simple de Haiku. Aunque guarda archivos en formato de texto plano, se escriben atributos adicionales para tener capacidades de formato limitadas cuando se vea con StyledEdit.

-stylededit.png -

Si le interesa, así es como esos atributos adicionales se ven cuando se examina en la Terminal con listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Como se puede ver, todas las opciones de formato desde el menú de StyledEdit están presentes: line wrapping (on/off) y alignment (left/center/right), cada uno en un atributo. Los estilos (tipo de letra, tamaño, color) de cada letra aplicada a dentro de otra.

-
Ya que estos atributos son una característica del sistema de archivos BFS, significa que no sólo otras plataformas verán un archivo de texto plano, sino que el formato se perderá cuando se guarde en una partición no BFS. Los atributos de arriba sencillamente se eliminarían y lo que queda es un archivo de texto plano ordinario.
-

En cualquier caso, es buena idea tener la posibilidad de texto coloreado en distintas fuentes y tamaños mientras sea un archivo de texto normal. Un archivo ReadMe.txt, por ejemplo, es de esta manera legible en un shell en cualquier plataforma y todavía tiene un estilo de bit cuando se muestre con doble clic desde Haiku.

-

Usar StyledEdit es en realidad tan simple que no explicaremos los detalles mundanos de cada menú del programa. Escriba el texto, seleccione las palabras que desea formatear y aplique el tipo de letra, tamaño (Size) y color (Color) del menú Font (tipos). Las opciones Wrap lines (ajuste de automático de línea) y Align (alineación) que se encuentran en el menú Document se aplican a todo el documento.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/terminal.html b/docs/userguide/userguide/es/applications/terminal.html deleted file mode 100644 index 55ef770f64..0000000000 --- a/docs/userguide/userguide/es/applications/terminal.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Terminal
Configuración:~/config/settings/Terminal
-~/config/settings/profile - agrega/sobrescribe predeterminados en /boot/system/etc/profile
-~/config/settings/inputrc - agrega/sobrescribe predeterminados en /boot/system/etc/inputrc
-


-

La Terminal es la interfaz de Haiku a Bash, un intérprete de comandos (Bourne Again Shell en inglés).

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Windows and tabs

-

Puede abrir tantas Terminales como se necesite, cada una de ellas en su propia ventana simplemente abriendo más Terminales o con ALT N desde una Terminal que ya esté corriendo. O puede usar la vista por pestañas de Terminal y abrir otra pestaña con ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

Una ventana de Terminal se puede retamañar como cualquier o puede usar los ajustes preestablecidos desde el menú Settings | Window Size (Selecciones | Ventana). ALT ENTER habilita o deshabilita el modo a pantalla completa.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Settings

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Atajos de teclado

-

Encontrará una lista de atajos útiles en Atajos y combinaciones de teclas.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Personalización de Bash

-

Viniendo de Unix, hay incontables posibilidades para personalizar al propio Bash. Hay dos archivos que son especialmente importantes para el usuario: profile y inputrc
-Ambos archivos pueden crearse en la carpeta /boot/home/config/settings/ y agregar o sobrescribir los predeterminados del sistema que se definen en /boot/system/etc/.

- -

profile

-

El archivo profile se caraga cada vez que se abre una Terminal nueva. Selecciona toda clase de "aliases" y variables que afectarán el comportamiento y apariencia de Bash. Encontrará muchos recursos en línea que detallen todas las posibilidades.

-

El "Haiku/BeOS Tip Server" (Servidor de consejos de Haiku/BeOS, en inglés) tiene bastantes consejos para iniciar, por ejemplo:

- -

Y hay más, déle un vistazo.

- -

inputrc

-

El archivo inputrc trata con teclas de acceso rápido. Ya que Haiku proporciona predeterminados útiles, probablemente no tenga que lidiar con estas selecciones más envueltas. Si tiene necesidades especiales aquí, consulte alguno de los vastos recursos en línea, p. ej., The GNU Readline Library (La biblioteca de lectura en línea de GNU, en inglés).

- -

-index -Pistas para trabajar con la Terminal

-
  • Al arrastrar un archivo o carpeta desde una ventana de Tracker a la Terminal insertará su ruta en la posición del cursor. Arrastrar con el botón derecho del ratón ofrece acciones adicionales en un menú contextual:

    - - - - - - -
    Insert Path (insertar ruta) Inserta la ubicación del archivo, igual que arrastrar y soltar con el botón izquierdo del ratón.
    Change Directory (cambiar carpeta) Cambia a la carpeta del archivo arrastrado.
    Create Link Here (crear enlace aquí) Crea un enlace al archivo arrastrado en la carpeta de trabajo actual de la Terminal.
    Move Here (mover aquí) Mueve el archivo arrastrado dentro de la carpeta de trabajo actual de la Terminal.
    Copy Here (copiar aquí) Copia el archivo arrastrado dentro de la carpeta de trabajo actual de la Terminal.
  • -
  • Puede abrir cualquier archivo con su aplicación preferida con el comando open [nombredearchivo]. Esto también funciona con la representación de la carpeta actual (".") y su carpeta padre ("..") que lo abren en una ventana de Tracker. Así que, para abrir la carpeta de trabajo actual, se escribe:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/textsearch.html b/docs/userguide/userguide/es/applications/textsearch.html deleted file mode 100644 index dc06827279..0000000000 --- a/docs/userguide/userguide/es/applications/textsearch.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - TextSearch (Buscador de texto) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

textsearch-icon_64.pngTextSearch (Buscador de texto)

- - - - -
Deskbar:No entry, normally launched via Tracker Add-on
Ubicación:/boot/system/apps/TextSearch
Configuración:~/config/settings/TextSearch
-


-

TextSearch busca por una cadena en los ficheros de texto. Se suele invocar típicamente desde el menú contextual agregados de Tracker en la selección de ficheros o directorios que quiere buscar.

- -textsearch.png - -

Se introduce la cadena a buscar en la caja de texto de la parte superior y se pulsa RETURN o se hace clic en Buscar para comenzar. Si Mostrar líneas está marcado, las coincidencias son expandidas automáticamente para mostrar las líneas del fichero que contiene la cadena de búsqueda.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

Menú Archivo

Nueva ventanaALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Action menu

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Settings menu

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

History menu

Contains recently used search strings.

Encoding menu

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/tv.html b/docs/userguide/userguide/es/applications/tv.html deleted file mode 100644 index ad262eb417..0000000000 --- a/docs/userguide/userguide/es/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/TV
Configuración:~/config/settings/???
-


-

Todavía falta la documentación. Si desea trabajar en ella, por favor anúncielo en la Lista de correo de documentación para evitar duplicación.

- -
-
- - - - diff --git a/docs/userguide/userguide/es/applications/vision.html b/docs/userguide/userguide/es/applications/vision.html deleted file mode 100644 index ea8b1109fe..0000000000 --- a/docs/userguide/userguide/es/applications/vision.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - Vision (Cliente IRC) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/Vision/Vision
Configuración:~/config/settings/Vision/*
-


-

Vision es un cliente de IRC desarrollador originalmente para BeOS. La documentación y el bug tracker están dispoibles en la web de Vision.

-
Se puede obtener ayuda de otros usuarios de Haiku y desarrolladores en los canales de Haiku disponibles en varios idiomas.
-El más frecuentado es el de habla inglesa #haiku en irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/es/applications/webpositive.html b/docs/userguide/userguide/es/applications/webpositive.html deleted file mode 100644 index 1232432daa..0000000000 --- a/docs/userguide/userguide/es/applications/webpositive.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/WebPositive
Configuración:~/config/settings/WebPositive/ - Archivos de configuración, "cookies", caché e historial de navegación
~/config/settings/WebPositive/Bookmarks - All bookmarks as single files
-


-

WebPositive, o Web+, abreviado, es el navegador Web nativo de Haiku. Una parte de su nombre viene un poco del navegador sencillo del BeOS, NetPositive, y otro poco de sus modernos cimientos: el WebKit. Esta biblioteca de desplegado HTML de código abierto también está en el corazón de otros navegadores principales, como Safari para Mac OS X y el Chrome de Google. Al usar el WebKit, siempre en evolución, será capaz de mantenerse actualizado con las nuevas tecnologías Web.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexSettings

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexBrowsing

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexBookmarks

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDownloads

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexKeyboard shortcuts

-

Here are some useful keyboard shortcuts:

- - - - - - - - - - - - - - -
ALT TOpens a new tab.
ALT W Closes the current tab.
ALT N Opens a new window.
SHIFT ALT W Closes the current window.
ALT ENTER Toggles full screen mode.
ALT R or F5 Refreshes the current page.
ALT H Opens the home page.
ALT D Shows/hides the Downloads window.
ALT F Shows the find bar for in-page searching (hide with ESC).
ALT B Bookmarks the current page.
ALT M Manage bookmarks, opening the Bookmarks folder.
ALT Previous page in the history.
ALT Next page in the history.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/applications/wonderbrush.html b/docs/userguide/userguide/es/applications/wonderbrush.html deleted file mode 100644 index a04f2c4480..0000000000 --- a/docs/userguide/userguide/es/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - WonderBrush (Editor de imágenes) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Aplicaciones
Ubicación:/boot/system/apps/WonderBrush/WonderBrush
Documentación:/boot/system/apps/WonderBrush/Documentation en
Configuración:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/es/attributes.html b/docs/userguide/userguide/es/attributes.html deleted file mode 100644 index df01617227..0000000000 --- a/docs/userguide/userguide/es/attributes.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - Atributos - - - - - - - - -
-
- -

Atributos

- -

Los atributos son campos de datos que pertenecen a un archivo o fichero pero no son parte de él. Por ejemplo, no cuentan en el tamaño del fichero y pueden ser copiados o modificados sin tocar el archivo en sí mismo. El sistema utiliza estos atributos para almacenar, por ejemplo, el tamaño, tipo de fichero, o fecha de la última modificación. Esto es similar a otros sistemas operativos y sus sistemas de archivos.

-

Lo que es diferente es que se puede añadir cualquier tipo de atributo a cualquier fichero y mostrarlo o hacerlo editable en una ventana del Tracker. Tan sólo tiene que definir el tipo de atributo que quiere añadir a un tipo de fichero (por ejemplo un string o texto, un integer o número entero o una fecha) darle una descripción y un nombre.

-

El fichero en sí mismo ni siquiera necesita contenido. Mire estos ficheros tipo Persona por ejemplo:

-people.png -
-

Como se puede observar, todos estos son ficheros de tamaño cero con atributos adjuntos. Este es el atributo de correo electrónico de "John Nox" siendo editado directamente en Tracker.

-

Si se indexan estos atributos, como tipo Persona, tipo correo electrónico, o ficheros de sonido, que se indexan predeterminadamente, serán también localizables mediante el sistema de búsqueda rápida de Haiku.

- -

-index -Atributos en Tracker

-

Los atributos se muestran de forma muy similar a una base de datos o una hoja de cálculo. Utilizando a Tracker se puede elegir qué atributos mostrar (columnas) y ordenar las listas de archivos (filas) respectivamente.

-

Para hacerlo, abra una ventana de Tracker, haga clic en el menú de Attributes (Atributos) y seleccione los atributos que desee que se muestren. Otra forma de hacerlo es hacer clic derecho en la cabecera de la columna y marcar los elementos en el menú contextual. Se pueden reordenar las columnas con un simple movimiento de arrastrar y soltar en la cabecera de la columna. Mover las columnas fuera de una ventana es una forma rápida de deshacerse de las columnas que no necesite.

-

Hacer doble clic en la línea entre dos atributos de una cabecera redimensionará automáticamente la columna a su ancho óptimo.

-

Haga clic en una cabecera de columna para activar o desactivar el orden de clasificación ascendente o descendente. Se puede establecer un modo de clasificación secundario pulsando la tecla SHIFT mientras se hace clic en una cabecera de columna. Al hacer esto se puede, por ejemplo, ordenar los archivos tipo Persona por compañía, y ordenar éste por nombre de contacto. El tipo de orden secundario se marca mediante un indicador de color claro añadido a la cabecera.

-

Editar estos atributos es tan sencillo como renombrar el archivo: se puede, o bien hacer clic en una entrada, o bien pulsar ALT E y moverse entre los atributos con TAB y SHIFT + TAB. La tecla ESC sale del modo de edición sin guardar los cambios.

- -

-index -Atributos en la terminal

-

Si prefiere utilizar la línea de comandos o tiene pensado trabajar con muchos archivos utilizando scritpting, hay varias órdenes para controlar los atributos desde la terminal.

-

-index -listattr

-

listattr muestra una lista de los atributos de un archivo, pero no muestra los contenidos de los mismos.

-
usage: listattr 'filename' ['filename' ...]
-

Captura de pantalla de ejemplo:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Además de todos los atributos"META:*" que mantienen la información de los contactos, hay dos atributos que se administran por el sistema:

-
    -
  • BEOS:TYPE mantiene el tipo de archivo como un string MIME, en este caso "application/x-person". El atributo determina el icono predeterminado y la aplicación que abre el archivo cuando, p. ej., se hace doble clic en él.

  • -
  • "_trk/pinfo_le" es el atributo con el cual Tracker mantiene récord de la posición del icono de un archivo.

-
Note la diagonal invertida después de "Clara". En la terminal se debe usar notación de "escape" en carácteres especiales como '"*\$?!. El espacio entre "Clara" y "Botters" también es uno de ellos. Por lo tanto la diagonal invertida está en realidad junto al carácter espacio, y no después de "Clara".
- -

-index -catattr

-

catattr despliega el contenido de un atributo específico de un archivo.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

De nuevo en nuestro ejemplo:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr agrega un atributo a un archivo y/o la llena con un valor.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

Así que digamos que nuestra querida Clara consiguió un trabajo con la multinacional Barkelbaer Inc., y se llene el atributo "Company" anteriormente vacío con esa información (la cual es del tipo "string"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr remueve completamente un atributo de un archivo.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Aunque en la práctica sería suficiente sólo con no llenar el atributo "Fax", se puede removerlo completamente del archivo de Clara escribiendo:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr copia atributos de uno o más archivos a otro. Predeterminadamente, el contenido real del archivo no se copian.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

Si desea copiar los atributos más la información dentro del mismo archivo, puede agregar la opción "-d" o la opción "--data".

- -


-

Más información sobre estos comandos y sus opciones pueden encontrarse al escribir el nombre del comando seguido por "-h" o "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/bash-scripting.html b/docs/userguide/userguide/es/bash-scripting.html deleted file mode 100644 index c7992d87ed..0000000000 --- a/docs/userguide/userguide/es/bash-scripting.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Bash y scripting - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Bash y scripting

- -

"Scripting" es la técnica de automatizar procesos concatenando órdenes y guardándolas como un fichero de texto, llamados "scripts". Cada vez que se inicia un script, las órdenes son procesadas una tras otra como si se hubiesen escrito en la Terminal a mano.
-Los scripts van desde simples ejecuciones de órdenes en un orden específico hasta sofisticados trozos de código que resuelven tareas complejas.

- -

-index -Bash

-

Ya que los scripts dependen instintivamente del shell en el que se ejecutan, primero debería familiarizarse con el BASH utilizado en Haiku. Existen muchos recursos en línea ya que es un tipo de shell comúnmente utilizado. Un buen documento es Introducción a Bash - Un tutorial de bash bajo BeOS escrito por Johan Jansson's.

- -

-index -La Biblia del Scripting

-

Después de que haya aprendido algunas cosas básicas acerca de cómo trabajar en la shell, es hora de introducirse lentamente en el mundo del scripting. De nuevo, se encontrará con montones de tutoriales y referencias en línea así como en librerías. Una buena introducción que está prácticamente realizada para Haiku es el Capítulo de Scripting (PDF, 900kb) de la Biblia del Hacker de BeOS.

- -

-indexScripts en Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -El UserBootscript (Script de arranque de usuario)

-

/boot/home/config/settings/boot/UserBootscript será ejecutado después de que el sistema haya terminado su proceso de arranque. Por ejemplo, puede lanzar programas que serían iniciados automáticamente en cada arranque:

-
# Iniciar LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Iniciar Applet de espacios de trabajo
-/boot/system/apps/Workspaces &
-

Recuerde que debe finalizar cada orden mediante un "&" para iniciarlo como un proceso en segundo plano, o el script se detendrá hasta que esa orden haya sido finalizada (en este caso, hasta que la aplicaciones iniciada se cierre de nuevo).

- -

Una alternativa sencilla a lo mostrado anteriormente para lanzar aplicaciones en el inicio es poner enlaces a las mismas en directorio /boot/home/config/settings/boot/launch. Esto se puede hacer simplemeetne mediante un clic derecho en la aplicación que quiere que se inicie automáticamente yendo a Create Link (Crear enlace) y luego navegar al directorio mostrado antes.

- -

-index -El UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript será ejecutado como el primer paso en el proceso de apagado. Si el script devuelve un estado de salida diferente de cero, el proceso de apagado es abortado.

- -

-index -El UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript es ejecutado como el último paso en el proceso de apagado. Hay que tener en cuanta que la mayor parte de los componentes de sistema ya han sido finalizados en el momento que se ejecuta este script.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/bootloader.html b/docs/userguide/userguide/es/bootloader.html deleted file mode 100644 index 20eafffa46..0000000000 --- a/docs/userguide/userguide/es/bootloader.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Cargador de arranque - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Cargador de arranque

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

Para visualizar las opciones del cargador de arranque, hay que mantener presionada la techa SHIFT (de mayúsculas) antes del comienzo del proceso de arranque de Haiku. En de haber un administrador de arranque instalado, empiece a presionar la tecla antes de seleccionar Haiku desde el mismo. Si Haiku es el único sistema operativo instalado, empiece a presionar la tecla mientras se viualizan los mensajes de arranque del BIOS.

-

-index -Boot Loader Options

-

Una vez allí, se le ofrecerán tres menús:

- - - - - - - - - -
Seleccionar volumen de arranque Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Seleccionar modo de vídeo a prueba de fallos Si activó la opción Utilizar modo de vídeo a prueba de fallos, puede configurarse la resolución y la profundidad de color.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

Tras activar una o más opciones, puede regresar de nuevo al menú principal y continuará iniciando, lo cual se presentará con esta pantalla de arranque:

-boot-screen.png - -

Si todo funciona bien, se deben iluminar un símbolo tras otro rápidamente.
-Los deferentes símbolos se corresponden con estas etapas de inicio:

- - - - - - - - -
Átomo Iniciando módulos.
Disco y lupa Creando rootfs (/) y montando devfs (/dev).
Tarjeta plug-in Iniciando gestor de dispositivos.
Disco de arranque Montando disco de arranque.
Chip Cargando módulos específicos de CPU.
Carpeta Inicialización final de subsistemas.
Cohete Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/contents.html b/docs/userguide/userguide/es/contents.html deleted file mode 100644 index 46d3fd7a62..0000000000 --- a/docs/userguide/userguide/es/contents.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Guía de usuario de Haiku - Contenidos - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Bienvenido a la guía de usuario de Haiku

- -

A continuación encontrará la documentación de los aspectos más importantes de Haiku. Naturalmente, completar y extender la documentación es un proceso constante (vea la versión en línea para encontrar las páginas y versiones actualizadas). Si encuentra errores, desea sugerir temas o incluso quiere colaborar, sírvase contactarnos en la lista de correo de la documentación. Si le interesa ayudar con las traducciones, encontrará información sobre ello en el Wiki de Guía de Usuario i18n.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cargador de arranqueConfigure opciones seguras de arranque para evitar problemas.
Filesystem layoutComprenda la jerarquía del sistema de archivos y conozca las ubicaciones de archivos y directorios importantes.
Haiku's GUIAprenda acerca de los elementos básicos de la interfaz gráfica de usuario.
Espacios de trabajoUtilice escritorios virtuales para un entorno de trabajo libre de estorbos.
Twitcher (seleccionador de tareas)Cambie entre aplicaciones iniciadas.
Team Monitor (Monitor de actividad)Salir de aplicaciones o componentes de sistema que no respondan.
Tracker (administrador y navegador de archivos)Aprenda todo acerca de la navegación, trabajo con archivos y directorios y cómo configurar el gestor de archivos de Haiku.
Atajos y combinaciones de teclasLos atajos de teclado más comunes para acelerar el flujo de trabajo.
Barra de escritorioUtilice y configure la versión de Haiku del menú "Inicio" y la barra de tareas.
Tipos de archivoConfigure las aplicaciones por defecto, cambie tipos de archivo y cree los suyos.
AtributosUna de las principales características de Haiku que le permite gestionar y añadir cualquier tipo de datos a cualquier archivo.
IndexadoUtilice el indexado para poder buscar datos entre los atributos.
ConsultasUtilice el sistema ultra rápido de consultas de Haiku para encontrar rápidamente lo que esté buscando.
Tutorial de trabajo: Tipos de archivos, atributos, indexado y consultasAprenda a usar algunas de las características clave de Haiku mientras organiza sus DVDs.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsAprenda cómo instalar o desinstalar aplicaciones en general y cómo trabajar con las que ya vienen instaladas en Haiku.
Applets de EscritorioHerramientas sencillas para instalar en el Escritorio y la Barra de Escritorio.
PreferenciasConfigurando y poniendo a punto tu sistema.
Bash y ScriptingAprenda de algunos de los interesantes scripts utilizados por el sistema y acerca de recursos en línea para trabajar con la shell y hacer scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/es/deskbar.html b/docs/userguide/userguide/es/deskbar.html deleted file mode 100644 index 75e02ea5fc..0000000000 --- a/docs/userguide/userguide/es/deskbar.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Deskbar (Barra de Escritorio) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - -
Índice
- El menú Deskbar
- La bandeja de sistema
- La lista de programas en ejecución -
- -

Deskbar (Barra de Escritorio)

- -

La Barra de Escritorio es el pequeño panel situado por defecto en la esquina superior derecha de la pantalla. Es la versión que tiene Haiku de la Barra de Tareas de Windows con su botón "Inicio". Contiene el menú "Deskbar" , desde el que se pueden iniciar aplicaciones, acceder a la configuración de preferencias, a la bandeja del sistema con un reloj y otras herramientas debajo, y una lista de las programas actualmente en ejecución debajo.

-positions -

Se puede mover la Barra de Escritorio a cualquier esquina o a lo largo del borde superior o inferior de la pantalla tomando la zona resaltada por una lado de la bandeja del sistema y arrastándola/ajustándola a la nueva posición. Se puede plegar también en una disposición más compacta arrastrándola y modificando su tamaño; soltando la zona resaltada sobre el menú "Barra de Escritorio"

- -

-index -El menú Deskbar ("Barra de Escritorio")

-

Se abre un menú cuando se hace clic sobre la parte superior de la barra del escritorio:

-deskbar.png -
    -
  • Acerca del Sistema... - Muestra algo de información básica del sistema, de las licencias y créditos del proyecto Haiku.

  • - -
  • Encontrar... - Abre el Cuadro de Consultas.

  • -
  • Mostrar Replicantes - Muestra/esconde el pequeño widget Replicante que se usa para trasladarlo, removerlo o accesar a su menú contextual.

  • -
  • Montar - Ofrece las mismas opciones que cuando se invoca al dar clic derecho en el Escritorio (vea Montar Volúmenes).

  • -
  • Preferencias del Deskbar (Barra de Escritorio) - Abre un panel para configurar el Deskbar (mirar abajo).

  • -
  • Apagar - Ofrece la opción de Reiniciar o Apagar el Sistema.

  • -
  • Documentos, Carpetas, Aplicaciones Recientes - Lista de los últimos documentos, carpetas y aplicaciones a las que se ha accedido recientemente (ver Preferencias del Deskbar abajo).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexPreferencias del Deskbar

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -La Bandeja del sistema

-calendar.png -

Among other things, the tray is housing the clock. Hover the mouse over it to display the date in a tooltip. Left-click it to show a calendar. Right-click it to hide/show the clock or launch the Time preferences to set it.

-

Cualquier programa puede instalar un icono en el área de sistema para proporcionar una interfaz al usuario. El sistema de correo electrónico, por mencionar alguno, muestra un símbolo diferente cuando hay correo sin leer y ofrece un menú contextual para, p. ej., crear o verificar el correo nuevo. El Controlador de Procesos es otro ejemplo que usa un icono en el área de sistema para proporcionar información (CPU, uso de memoria) y ofrece un menú contextual.

- -

-index -La lista de programas en ejecución

-list-of-apps.png -

Se puede cambiar a una aplicación concreta en ejecución haciendo clic en su entrada en el Deskbar y seleccionando una de sus ventanas desde el submenú. Dando clic con el botón derecho se puede minimizar o cerrar una ventana o la aplicación completa.

-

Si se activaron los Expanders en las selecciones del Deskbar, se puede expandir/colapsar la lista de ventanas directamente bajo una entrada de aplicación.

-

Enfrente de cada ventana de aplicación hay un símbolo que proporciona información sobre su estado. Un símbolo brillante significa que una ventana está visible, uno oscuro, que está minimizado. Tres líneas enfrente a un símbolo muestra que no está en el espacio de trabajo actual.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/desktop-applets.html b/docs/userguide/userguide/es/desktop-applets.html deleted file mode 100644 index b619589d07..0000000000 --- a/docs/userguide/userguide/es/desktop-applets.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Applets de Escritorio - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Applets de Escritorio

- -

Haiku incluye algunas herramientas útiles que se pueden instalar en el Escritorio o en el Deskbar mediante Replicantes.

- - - - - - - - - - - -
iconLaunchBox Alberga accesos directos para sus aplicaciones favoritas.
iconNetworkStatus ¿Tiene conexión activa?
iconPowerStatus Shows the state of charge of your notebook's battery.
iconProcessController Monitor and control every running app and service.
iconWorkspaces Una versión miniatura de todos los espacios de trabajo.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/desktop-applets/launchbox.html b/docs/userguide/userguide/es/desktop-applets/launchbox.html deleted file mode 100644 index bd926f68df..0000000000 --- a/docs/userguide/userguide/es/desktop-applets/launchbox.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - LaunchBox (Lanzador de aplicaciones) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar:Desktop Applets
Ubicación:/boot/system/apps/LaunchBox
Configuración:~/config/settings/LaunchBox/*
-

Se pueden iniciar uno o varios componentes LaunchBox para organizar accesos directos a sus aplicaciones y documentos favoritos. Puede decidir si cada uno de dichos accesos directos se muestra en todos los espacios de trabajo o sólo en el actual. También pueden servir para abrir rápidamente un documento con un programa determinado. Por ejemplo, se puede arrastrar y soltar un archivo HTML en un editor de texto en un LaunchBox para abrirlo en ese editor en vez de en el navegador predeteminado.

-launchbox.png -

Todas las opciones son accesibles desde el menú contextual:

- - - - - - - - -
Añadir Botón Aquí Añade un botón vacío.
Limpiar botón Vacía un botón.
Borrar botón Elimina un botón.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Herramientas
-- Horizontal Layout
-- Tamaño de icono
-- IgnorarDouble-click
-- Mostrar bordes de ventana
-- Auto-Alzar
-- Mostrar en todos los epacios de trabajo
 
-Alinea los botones horizontalmente.
-Establece un tamaño de icono entre 16 y 64 píxeles.
-Lanza el objeto sólo una vez aunque se clique dos veces accidentalmente sobre él.
-Muestra el borde de la ventana.
-LaunchBox emerge si el ratón está próximo al borde de la pantalla.
-Muestra el LaunchBox en todos los espaciose de trabajo.
Bloc
-- Nuevo
-- Clonar
-- Cerrar
 
-Añade un nuevo bloc de LaunchBox.
-Duplica el bloc atual.
-Cierra el bloque actual.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/desktop-applets/networkstatus.html b/docs/userguide/userguide/es/desktop-applets/networkstatus.html deleted file mode 100644 index 26b3566d8c..0000000000 --- a/docs/userguide/userguide/es/desktop-applets/networkstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - NetworkStatus (Estado de la red) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

networkstatus-icon_64.pngNetworkStatus (Estado de la red)

- - - - -
Deskbar:Desktop Applets
Ubicación:/boot/system/apps/NetworkStatus
Configuración:ninguna
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/desktop-applets/powerstatus.html b/docs/userguide/userguide/es/desktop-applets/powerstatus.html deleted file mode 100644 index 2f7811e107..0000000000 --- a/docs/userguide/userguide/es/desktop-applets/powerstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Desktop Applets
Location:/boot/system/apps/PowerStatus
Settings:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/desktop-applets/processcontroller.html b/docs/userguide/userguide/es/desktop-applets/processcontroller.html deleted file mode 100644 index ef1e915a69..0000000000 --- a/docs/userguide/userguide/es/desktop-applets/processcontroller.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - ProcessController (Controlador de procesos) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

processcontroller-icon_64.pngProcessController (Controlador de procesos)

- - - - -
Deskbar:Desktop Applets
Ubicación:/boot/system/apps/ProcessController
Configuración:ninguna
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/desktop-applets/workspaces.html b/docs/userguide/userguide/es/desktop-applets/workspaces.html deleted file mode 100644 index 41c5797423..0000000000 --- a/docs/userguide/userguide/es/desktop-applets/workspaces.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Applet workspaces (Applet espacios de trabajo) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar:Desktop Applets
Ubicación:/boot/system/apps/Workspaces
Configuración:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Guarda la posición de la ventana.
-


-workspaces.png -

Puede encontrar el applet de espacios de trabajo junto con los demás applets de escritorio en el Deskbar. El applet muestra una versión en miniatura de todos los espacios de trabajo. Hay muchas opciones disponibles desde el menú contextual de la ventana del applet, que son bastante autoexplicativas.
-Change Workspace Count... (cambiar espacios de trabajo) abrirá las preferencias de pantalla donde podrá configurar el número de espacios de trabajo y su distribución (cuántas filas y columnas).

-

Debido a que el applet es un Replicante, se puede redimensionar la ventana como se desee y luego arrastrarla y soltarla mediante su manejador en el escritorio (asegúrese de que Show Replicants (mostrar replicantes) está activado en el menú).

- -

-index -Mover ventanas entre espacios de trabajo

-

Para mover una ventana, arrástrela desde el applet de espacios de trabajo y muévala a otro espacio de trabajo. Esto tiene la ventaja de poder mover ventanas sin abandonar el espacio de trabajo actual. Por supuesto, esto sólo funciona correctamente cuando no hay demasiadas ventanas en un espacio de trabajo y la ventana objetivo no está oculta por otras ventanas. Otra posibilidad es arrastrar una ventana por su pestaña y mantenerla mientras se cambia de espacio de trabajo mediante ALT Fx.

-

Para más información sobre espacios de trabajo en general y atajos de teclado, vea el tema Espacios de trabajo.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Funcionalidad especial

-

El applet de espacios de trabajo otorga algunas funciones adicionales cuando se hace clic en una ventana manteniendo pulsadas algunas teclas:

- - - - -
CTRLTrae la ventana al frente.
CTRL MAYÚSCULASMinimiza la ventana.
OPTEnvía la ventana al fondo.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/filesystem-layout.html b/docs/userguide/userguide/es/filesystem-layout.html deleted file mode 100644 index b78fef95a0..0000000000 --- a/docs/userguide/userguide/es/filesystem-layout.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - Disposición del sistema de archivos - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Disposición del sistema de archivos

- -

El sistema de archivos de Haiku es muy transparente, siempre intenta usar nombres lógicos para sus archivos y carpetas que no confundan el usuario. Los archivos y carpetas que son de importancia para el sistema para funcionar apropiadamente se protegen de la modificación accidental, mostrando uno de estos avisos:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -La carpeta del sistema - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -La carpeta de inicio - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ Esta carpeta contiene las selecciones para todas las aplicaciones y unas cuantas configuraciones para el sistema. Algunas aplicaciones administran sus configuraciones en sus propias subcarpetas, otros simplemente ponen su archivo de configuración allí.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Esta carpeta es el lugar para Scripts de usuario que se ejecutan antes que el sistema inicie o se apague.
boot/launch/ Enlaza a programas o documentos en esta carpeta que automáticamente se ejecutan en cada inicio.
beos_mime/ En esta base de datos MIME Haiku mantiene récord de todos los distintos tipos de archivo y sus selecciones.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ Hay un archivo de configuraciones que puede ser de interés: kernel ofrece configuraciones de bajo nivel como deshabilitar SMP, activar depuración serial o habilitar administración de energía avanzada. Se activa la línea de configuración removiendo el símbolo de comentario "#". ¡Sea cuidadoso aquí!
Tracker/ Además de los varios archivos de configuración para Tracker, hay algunas subcarpetas interesantes:
DefaultFolderTemplate/Muestra y arregla todos los atributos y el tamaño de la ventana a su gusto. Cada carpeta nueva que se cree la usará como plantilla.
DefaultQueryTemplates/Se puede definir la disposición de las ventanas de resultado de consulta para ciertos tipos de archivo. Vea el tema Consultas: la ventana de resultados.
Go/Coloca enlaces a sus ubicaciones favoritas aquí para tenerlas disponibles, p. ej., en los paneles abrir y guardar. Vea el tema GUI de Haiku: Favoritos y carpetas recientes.
Tracker New Template/Agregue una plantilla para cualquier tipo de archivo que luego estará disponible en el menú File | New... (Archivo | Nuevo) de Tracker. Vea el tema Tracker: Trabajar con archivos.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/filetypes.html b/docs/userguide/userguide/es/filetypes.html deleted file mode 100644 index 22dd471aee..0000000000 --- a/docs/userguide/userguide/es/filetypes.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - Tipos de archivo - - - - - - - - -
-
- -

Tipos de archivo

- -

Al contrario que Windows, Haiku no depende de la extensión de tres letras al final del archivo para definir un tipo de archivo (e.j.: .txt, .jpg, .mp3). Este método es el último recurso de todos. Haiku utiliza tipos MIME como es costumbre en Internet.

-
Debido a que no hay razón para utilizar extensiones de archivo en Haiku, deberá recordar ponerlas cuando quiera compartir archivos con usuarios de otros sistemas operativos a través de, por ejemplo, correo electrónico, subiendo el archivo a un servidor o intercambiándolo en una unidad USB. De lo contrario, puede que el sistema no reconozca el tipo de archivo.
- -

index -Configurar el tipo de un archivo en específico

-

Se puede cambiar el tipo de un archivo en específico, su icono y la aplicación asociada al mismo. Seleccione el archivo e invoque el menú Add-Ons | Filetype add-on del menú contextual del menú derecho del ratón.

-filetype-addon.png - -

-index -El tipo de archivo

-

La imagen mostrada arriba es un archivo PNG y su cadena MIME es image/png. Digamos que sabe que no es un PNG, sino un GIF. Puede cambiarlo escribiendo ls cadena MIME correcta a mano, o bien mediante alguno de los dos botones debajo del cuadro de texto.

- - - -
Select... (Seleccionar) Muestra una lista jerárquica donde puede navegar hasta image | GIF Image.
Same as... (Mismo que) Abre un diálogo de archivo donde puede elegir cualquier archivo que ya contenga el tipo que está buscando.
- -

-index -La aplicación preferida

-

Este menú desplegable muestra una lista de todas las aplicaciones que pueden manejar este tipo de archivo en particular. Aquí se puede seleccionar que aplicación debe abrir el archivo al hacer doble clic sobre él. Se puede, por ejemplo, cambiar la aplicación preferida para abrir HTML de un navegador a un editor de texto mientras se está trabajando en él. Todos los demás ficheros HTML se abrirán todavía con el navegador, sólo este se abrirá en el editor de texto.

- -

La Default Application (Aplicación preferida) es la única que se configura de forma global para el tipo de archivo. Si no se encuentra la aplicación que quiera asociar con este tipo de archivo en el menú desplegable, encontrará de nuevo los botones Select... (Seleccionar) y Same As... (Mismo que) que cumplen las mismas funciones que se describieron bajo "El tipo de archivo" en la sección de arriba.

- -

-index -El icono

-

Si se pregunta por qué el recuadro de icono en la parte superior derecha está vacío: los iconos normalmente se heredan del predeterminado del sistema para ese tipo de archivo. Puede abrir el Filetype Add-On de un archivo que contenga un icono y arrastrarlo hasta el recuadro de icono de su archivo. O puede hacer doble clic en el recuadro de icono y crear o editar su propio icono. Para más información acerca de iconos y cómo crear uno propio, vea el tema Icon-O-Matic.

- -

-index -Configuraciones especiales para aplicaciones

-

Si se invoca el Agregado Tipo de archivo sobre un ejecutable *aquí: StyledEdit), se obtendrá un diálogo diferente:

-filetype-addon-stylededit.png -

Además, en lugar de una cadena MIME estandarizada, verá la firma de aplicación única. Con él, el sistema encuentra el programa dondesea que esté instalado.

-

Debajo de él hay varias banderas, controlando el comportamiento de la aplicación:

- - - - - - -
Single Launch (Ejecución única) Sólo una instancia de la aplicación puede correr por ejecutable. Si tiene dos copias de la aplicación, no obstante, pueden correr lado a lado.
Multiple Launch (Ejecución múltiple) Muchas instancias de la aplicación pueden correr simultáneamente.
Exclusive Launch (Ejecución exclusiva) En realidad sólo a una instancia con la firma de esa aplicación se le permite correr a la vez.
Args Only (Sólo args) Indica que la aplicación no responde a los mensajes.
Background App (Aplicación de fondo) La aplicación no aparecerá en Twitcher o en la lista de las aplicaciones que corren del Deskbar.
-

Luego está la lista de los tipos de archivo soportados. Se pueden agregar (y remover) tipos de archivo si piensa que la aplicación puede manejarlos. Como consecuencia, la aplicación aparecerá en el menú para las aplicaciones preferidas del menú contextual Open with... de Tracker cuando se le dé clic derecho en un archivo de ese tipo.

-

Hasta abajo están la información de la versión y de derechos reservados. Como con la firma de la aplicación, se llenan por el autor de la aplicación y no deberían alterarse.

- -

index -Configuración global con las Preferencias de tipos de archivo

-

Las preferencias de Tipos de archivo no lidian con archivos individuales, sino con configuraciones globales de tipo de archivo. Pueden cambiarse los iconos predeterminados y las aplicaciones preferidas para agregar, remover o alterar atributos de todos los tipos de archivo. Puede incluso crear un tipo de archivo propio desde cero.

-

Todos los tipos de archivo y su configuración se almacenan en /boot/home/config/settings/beos_mime/. Antes que comience a experimentar, sería prudente hacer una copia de respaldo de esa carpeta...

-

Para aprender más acerca de las preferencias de Tipos de archivo vea el taller: Tipos de archivo, atributos, índices y consultas.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/gui.html b/docs/userguide/userguide/es/gui.html deleted file mode 100644 index 4fb14bd04d..0000000000 --- a/docs/userguide/userguide/es/gui.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - La interfaz gráfica de usuario de Haiku - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - -
Index
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

La interfaz gráfica de usuario de Haiku

- -

La interfaz gráfica de Haiku es una parte integral del sistema. A diferencia de sistemas operativos basados en UNIX, Haiku no tiene administrador de ventanas por separado y arrancar el sistema simplemente en una terminal de shell de línea de comandos no es posible. Siendo el foco de Haiku el usuario de escritorio, esto no se considera necesario.

-

Puesto que probablemente tenga experiencia con otros ambientes gráficos, saltémonos los menús estándar, los menús contextuales del clic derecho, el arrastrar y soltar (drag&drop), etc. Demos un vistazo a los contados aspectos únicos de la Interfaz Gráfica de Usuario de Haiku en su lugar.

-gui.png -

Hay únicamente unas cuantas cosas en la interfaz gráfica de usuario de Haiku que no son obvias y merecen una explicación.

-
    -
  1. El Deskbar es el menú "inicio" de Haiku, si así lo desea ver. Vea el tema Deskbar.

  2. -
  3. La pestaña amarilla ofrece más que sólo el nombre del programa o un nombre de archivo de un documento: -
    • Puede moverla sosteniendo la tecla MAYÚSCULAS mientras la arrastra a otra posición, permitiéndole clasificar un número de ventanas y convenientemente llegar a ellas mediante su nombre de pestaña.
    • -
    • Se minimiza una ventana con un doble clic en su pestaña (o con CTRL ALT M). Una ventana oculta puede alcanzarse por su entrada en el Deskbar o el Twitcher.
    • -
    • Se puede enviar una ventana al fondo con un clic derecho en su pestaña (o su borde).
  4. -
  5. El botón de cierre.

  6. -
  7. El botón "zoom" (o con CTRL ALT Z). En la mayoría de las aplicaciones, esto expandirá una ventana a su tamaño máximo. Sin embargo, no siempre es así. Las ventanas del Tracker, por ejemplo, se retamañarán para ajustar mejor a los contenidos.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -A quick way to move or resize windows

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Los cuadros de diálogo Abrir y Guardar

-

Cuando se abre o se guarda un archivo desde cualquier aplicación, un panel como este se abre:

-open-save.png -

Tiene todas las cosas usuales: una lista de archivos de la carpeta actual para seleccionarlos, en el caso de un cuadro de diálogo guardar, un campo de texto para ingresar un nombre de archivo y un menú de selección para diferentes formatos de archivo y sus selecciones.
-Se puede ingresar carpetas padre con el menú de selección arriba de la lista de archivos.

-

Si ya tiene una ventana del Tracker con la ubicación de un archivo para abrir, se puede simplemente arrastrar cualquer archivo o la representación de la carpeta (p. ej., el el símbolo en la parte superior derecha de la barra de menús) dentro del cuadro de diálogo. Esto cambia el cuadro de diálogo a esa nueva ubicación.

- -

-index -Atajos de teclado

-

Muchos atajos en los cuadros de diálogo abrir y guardar son los mismos utilizados en Tracker. Además de los comandos que también están disponibles mediante el menú Archivo, hay unos cuantos que no son obvios:

- - - - - - - -
ALT NCrea una carpeta nueva.
ALT EPermite renombrar la entrada seleccionada.
ALT Se mueve hacia la carpeta padre.
ALT o ENTERSe mueve a la carpeta seleccionada.
ALT DLe lleva a su Escritorio.
ALT HLe lleva a su carpeta personal (Home).
- -

-index -Favoritos y carpetas recientes

-

El menú Favoritos en los cuadros de diálogo abrir y guardar proporciona una lista de carpetas recientemente visitadas y ubicaciones favoritas que se pueden seleccionar como se desee. Como se indica por la pequeña flecha, se pueden usar estos lugares para navegar más abajo de la jerarquía mediante submenús.

-favorites.png -

Para agregar un Favorito, simplemente navegue al destino deseado y seleccione el menú Favoritos | Agregar carpeta actual. Desde ese momento aparecerá en todos los cuadros de diálogo abrir y guardar. Para remover un Favorito, seleccione Favoritos | Configurar Favoritos... y borre su entrada.
-Todos los favoritos se almacenan en /boot/home/config/settings/Tracker/Go/. Así que podría también agregar y remover enlaces a archivos y carpetas directamente allí.

- -

-index -Replicantes

-

Los replicantes son pequeñas partes autocontenidas de aplicaciones que pueden integrarse dentro de otros programas. Cuando está activada la opción para -are Mostrar Replicantes del Deskbar, podrá reconocer una parte capaz de ser replicante por su pequeño manejador, normalmente en la esquina inferior derecha:

-replicant.png -

El lugar más prominente que acepta replicantes es el escritorio. Simplemente arrastre y suelte el pequeño manejador dentro de él. Desde ese momento es parte del escritorio y la aplicación que origina al replicante no tiene que iniciarse para que trabaje.
-Un clic derecho en un manejador de replicante ofrece un menú contextual para mostrar el cuadro de diálogo Acerca de de la aplicación que le origina y la opción de Remover Replicante.

-
Si llegara a experimentar dificultades con un replicante en el escritorio y simplemente no pudiera deshacerse de él, borre a ~/config/settings/Tracker/tracker_shelf. Desafortunadamente, esto removerá todos los replicantes del escritorio.
-

Ejemplos de aplicaciones que pueden tener replicantes son los gráficos del Monitor de Actividades, el applet Espacios de trabajo o la Calculadora de Escritorio.

-
-
- - - - - diff --git a/docs/userguide/userguide/es/images/apps-images/activitymonitor.png b/docs/userguide/userguide/es/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/es/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/bootmenu.png b/docs/userguide/userguide/es/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/cdplayer.png b/docs/userguide/userguide/es/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/charactermap.png b/docs/userguide/userguide/es/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/cli-alert.png b/docs/userguide/userguide/es/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/cli-desklink.png b/docs/userguide/userguide/es/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/es/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/codycam.png b/docs/userguide/userguide/es/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/debugger.png b/docs/userguide/userguide/es/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/debugger_alert.png b/docs/userguide/userguide/es/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/deskcalc.png b/docs/userguide/userguide/es/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/es/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/diskprobe.png b/docs/userguide/userguide/es/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/diskusage.png b/docs/userguide/userguide/es/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/es/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/es/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/drivesetup.png b/docs/userguide/userguide/es/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/expander-preferences.png b/docs/userguide/userguide/es/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/expander.png b/docs/userguide/userguide/es/images/apps-images/expander.png deleted file mode 100644 index 7411bb8bf2..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/es/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/es/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/es/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/haikudepot.png b/docs/userguide/userguide/es/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/es/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/es/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/installer.png b/docs/userguide/userguide/es/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/magnify.png b/docs/userguide/userguide/es/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mail-attachments.png b/docs/userguide/userguide/es/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mail-preferences.png b/docs/userguide/userguide/es/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mail-read.png b/docs/userguide/userguide/es/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mail-signature.png b/docs/userguide/userguide/es/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/es/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mail-write.png b/docs/userguide/userguide/es/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/es/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/es/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/es/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/mediaplayer.png b/docs/userguide/userguide/es/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/midiplayer.png b/docs/userguide/userguide/es/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/es/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/es/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/packageinstaller.png b/docs/userguide/userguide/es/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/people-files.png b/docs/userguide/userguide/es/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/people.png b/docs/userguide/userguide/es/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/poorman.png b/docs/userguide/userguide/es/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/screenshot.png b/docs/userguide/userguide/es/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/es/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/es/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/es/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/es/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/es/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/stylededit.png b/docs/userguide/userguide/es/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/terminal-settings.png b/docs/userguide/userguide/es/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/terminal.png b/docs/userguide/userguide/es/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/textsearch.png b/docs/userguide/userguide/es/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/es/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/web+download.png b/docs/userguide/userguide/es/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/es/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/es/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/web+settings.png b/docs/userguide/userguide/es/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/es/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/es/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/es/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/es/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/es/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/apps-images/webpositive.png b/docs/userguide/userguide/es/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/es/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/attributes-images/people.png b/docs/userguide/userguide/es/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/es/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/calendar.png b/docs/userguide/userguide/es/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/deskbar.png b/docs/userguide/userguide/es/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/es/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/positions.png b/docs/userguide/userguide/es/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/es/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/es/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/es/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/es/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/es/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/es/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/es/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/es/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/es/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/es/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/es/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/es/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/es/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/es/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/es/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/gui-images/favorites.png b/docs/userguide/userguide/es/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/es/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/es/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/es/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/es/images/gui-images/gui-stacking.png b/docs/userguide/userguide/es/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/es/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/gui-images/gui-tiling.png b/docs/userguide/userguide/es/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/es/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/gui-images/gui.png b/docs/userguide/userguide/es/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/es/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/gui-images/open-save.png b/docs/userguide/userguide/es/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/es/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/gui-images/resizing.png b/docs/userguide/userguide/es/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/es/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/networkstatus-images/applet.png b/docs/userguide/userguide/es/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/es/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/es/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/es/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/es/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/es/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/es/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/es/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/es/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/es/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/es/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/es/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/powerstatus-images/applet.png b/docs/userguide/userguide/es/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/es/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/es/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/es/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/es/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/es/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/es/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/backgrounds.png b/docs/userguide/userguide/es/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/datatranslations.png b/docs/userguide/userguide/es/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/es/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/fonts.png b/docs/userguide/userguide/es/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/keyboard.png b/docs/userguide/userguide/es/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/es/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/keymap.png b/docs/userguide/userguide/es/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/es/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/locale-language.png b/docs/userguide/userguide/es/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/mouse.png b/docs/userguide/userguide/es/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/es/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/es/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/es/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/es/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/network.png b/docs/userguide/userguide/es/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/screen.png b/docs/userguide/userguide/es/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/es/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/es/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/sounds.png b/docs/userguide/userguide/es/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/time-clock.png b/docs/userguide/userguide/es/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/time-network.png b/docs/userguide/userguide/es/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/time-time.png b/docs/userguide/userguide/es/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/time-timezone.png b/docs/userguide/userguide/es/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/touchpad.png b/docs/userguide/userguide/es/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/es/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/es/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/processcontroller-images/applet.png b/docs/userguide/userguide/es/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/es/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/processcontroller-images/memory.png b/docs/userguide/userguide/es/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/es/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/processcontroller-images/priority.png b/docs/userguide/userguide/es/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/es/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/processcontroller-images/quit.png b/docs/userguide/userguide/es/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/es/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/queries-images/basic-query.png b/docs/userguide/userguide/es/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/es/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/queries-images/formula-query.png b/docs/userguide/userguide/es/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/es/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/queries-images/query-window-filled.png b/docs/userguide/userguide/es/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/es/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/queries-images/query-window.png b/docs/userguide/userguide/es/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/es/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/queries-images/result-window.png b/docs/userguide/userguide/es/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/es/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/es/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/es/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/drill-down.png b/docs/userguide/userguide/es/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/get-info.png b/docs/userguide/userguide/es/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/mount-settings.png b/docs/userguide/userguide/es/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/new-menu.png b/docs/userguide/userguide/es/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/es/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/open-with.png b/docs/userguide/userguide/es/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/es/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/transaction-status.png b/docs/userguide/userguide/es/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/es/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/window-menu.png b/docs/userguide/userguide/es/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/es/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/es/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-email-images/browsing.png b/docs/userguide/userguide/es/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/es/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-email-images/query-1.png b/docs/userguide/userguide/es/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-email-images/query-2.png b/docs/userguide/userguide/es/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-email-images/query-3.png b/docs/userguide/userguide/es/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-email-images/query-4.png b/docs/userguide/userguide/es/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-email-images/status.png b/docs/userguide/userguide/es/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/es/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/es/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/es/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/es/images/workspaces-images/workspaces.png b/docs/userguide/userguide/es/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/es/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/es/index.html b/docs/userguide/userguide/es/index.html deleted file mode 100644 index a2b3177d77..0000000000 --- a/docs/userguide/userguide/es/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Índice - - - - - - - - -
-
- -

Índice

- -

Los atributos y las consultas son características clave de Haiku. Mientras los atributos son útiles por propia cuenta, para desplegar información adicional en un archivo, para realizar una consulta sobre ellos se necesitan indexar. Ello los coloca dentro de una tabla de búsqueda, haciendo que las búsquedas sean rápidas como el rayo.
-Los índices son parte del sistema de archivos y se almacenan para cada volumen/partición separadamente.

- -

Indexar comandos en la Terminal

-

Hay varias comandos para administrar los índices:

-
    -
  • lsindex - Despliega los atributos indexados en el volumen/partición actual.
    -Estos son los atributos que se indexan predeterminadamente:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Agrega un atributo al índice de un volumen/partición.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

¡Únicamente los archivos nuevos con ese atributo automáticamente llegan al índice!
-Existing files have to be added manually by copying them and deleting the originals after that. Alternatively you can use the command reindex. -

-
    -
  • reindex - Pone los atributos de archivos existentes dentro del índice recientemente creado de un volumen/partición.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Remueve un atributo del índice de un volumen/partición.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/keyboard-shortcuts.html b/docs/userguide/userguide/es/keyboard-shortcuts.html deleted file mode 100644 index ca507bd16c..0000000000 --- a/docs/userguide/userguide/es/keyboard-shortcuts.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - Atajos y combinaciones de teclado - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Atajos y combinaciones de teclado

- -

Predeterminadamente, la tecla de atajo de Haiku para invocar comandos desde los menús, no es la usual CTRL sino ALT. Esto tiene razones históricas, debido a que BeOS se inspiró de alguna manera por MacOS. Después que se acostumbre, realmente tiene ventajas, p. ej., ALT C y ALT V se integran directamente dentro de la Terminal de shell Bash, mientras que CTRL C cierra el proceso que esté corriendo.

-

De cualquier modo, puede cambiar a la tal vez más familiar tecla CTRL en las preferencias de Distribución de teclado. La guía de usuario siempre describirá la configuración predeterminada con la tecla ALT como tecla de comando.

-

Si hubiera duda sobre cuáles teclas son OPT o MENU en el teclado que esté usando, abra de nuevo el diálogo de preferencias Distribución de teclado preferences. Allí se puede ver qué pulso de tecla se envía cuando se presiona alguna tecla del teclado.

- -

-index -Atajos de teclado generales

-

Aquí hay una tabla de muchos de los atajos más comúnmente usados que están siempre disponibles, incluso si no haya un menú correspondiente:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxIntercambia al Espacio de trabajo X (donde Fx es la tecla de función correspondiente a ese espacio de trabajo). Lleve la ventana activa con usted agregando la tecla MAYÚSCULAS
CTRL ALT ///Navega espacialmente entre filas y columnas de los espacios de trabajo disponibles. Agregue MAYÚSCULAS para llevar la ventana activa con usted.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZAjusta una ventana a un tamaño alternativo (tamaño máximo para la mayoría de las aplicaciones).
CTRL ALT MMinimiza la ventana activa.
CTRL ALT HOculta (minimiza) todas las ventanas de la aplicación activa.
CTRL ALT FJala la ventana activa al frente (sólo aplica cuando está activa la preferencia del ratón El foco sigue al ratón).
CTRL ALT BEnvía la ventana activa al fondo.
CTRL TABMantener presionado para traer a Twitcher.
CTRL ALT DELAbre el Monitor de actividad.
ALT ESCIngresa la barra de menú (se sale con ESC).
ALT CCopia la selección al portapapeles.
ALT XCorta la selección al portapapeles.
ALT VPega el contenido del portapapeles.
ALT WCierra la ventana activa.
ALT QCierra una aplicación.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Atajos de navegación de Tracker

-

Adicionalmente a los atajos generales, aquí hay algunos más para navegar con Tracker:

- - - - - - - - -
ALT Abre la carpeta padre.
ALT o ENTERAbre la carpeta seleccionada.
OPTManteniéndolo mientras se abre una carpeta automáticamente se cerrará el folder padre. Esto también funciona cuando se navegue con el ratón.
MENUAbre el menú de la barra de escritorio Deskbar (se sale de ella con ESC).
ALT ZDeshacer la última acción. La historia de deshacer se limita sólo por la memoria disponible. Nótese, esto sólo funciona para acciones en el propio archivo, los cambios de atributos y selecciones de permiso no pueden deshacerse con esto. También, una vez que un archivo se removió de la Basura se fue para siempre.
ALT MAYÚSCULAS ZRehacer la acción que se acaba de revertir con ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Atajos en la Terminal

- - - - - - - - - - - - - - - - -
ALT NAbre otra sesión de Terminal en una ventana nueva.
ALT TAbre otra sesión de Terminal en una pestaña nueva.
ALT 1, 2, 3...Intercambia a la pestaña correspondiente.
ALT TABIntercambia a la siguiente ventana de Terminal.
MAYÚSCULAS /Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Incrementa/Decrementa el tamaño de letra.
ALT ENTEREntra y sale del modo a pantalla completa.
MAYÚSCULAS /Desplaza la salida de la Terminal hacia arriba/abajo una línea.
MAYÚSCULAS AvPag/RePagDesplaza la salida de Terminal hacia arriba/abajo una página.
TABCompletado de línea de comandos. Tras ingresar algunas letras, presione TAB una vez para autocompletar un nombre de archivo o ruta. Si hay más de una concordancia, se detiene donde el nombre comienza a diferenciarse y deben proporcionarse algunas letras más para distinguirlas más. También se puede presionar TAB dos veces para tener un listado de todas las concordancias.
/Se mueve hacia arriba o abajo en la historia de todos los comandos ingresados previamente.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CDetiene el comando corriendo actualmente.
CTRL DCierra la sesión actual de Terminal.
- -

-index -Otras combinaciones de teclas

-

Se pueden agregar o remover ítems de/a alguna selección sosteniendo una tecla modificadora mientras se dé clic en alguna entrada (o archivo en el caso de Tracker).

- - - -
MAYÚSCULASSeleccionará todo entre el primer item señalado y al que se le dé clic después.
ALTAgrega o remueve el elemento sobre el que se haga clic en la selección.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences.html b/docs/userguide/userguide/es/preferences.html deleted file mode 100644 index d1e77d9906..0000000000 --- a/docs/userguide/userguide/es/preferences.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Preferencias - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Preferencias

- -

Mientras que una filosofía clave de Haiku es reducir las opciones y tener predeterminados sensibles en su lugar, hay algunas cosas que tienen que configurarse o pueden selecionarse a alguna preferencia individual. Encontrará todos los paneles en el menú Preferences (Preferencias) del Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconApariencia (Appearance) Configura ciertos aspectos de la interfaz gráfica.
iconFondos de pantalla (Backgrounds) Selecciona un color o una imagen como fondo del Escritorio o de cualquier otra carpeta.
iconTraducciones de información (DataTranslations) Selecciones para todos los formatos de archivo soportados.
iconDeskbar Configura a Deskbar, la barra de escritorio.
iconCorreo electrónico (E-mail) configura sus cuentas de correo.
iconTipos de archivo (FileTypes) Agrega, remueve y configura tipos de archivo.
iconTeclado (Keyboard) Configura el retardo y la frecuencia de repetición.
iconDistribución de teclado (Keymap) Selecciona el mapa de distribución de su teclado.
iconIdioma Set your system language and formatting.
iconMedia Configuraciones de audio y vídeo como dispositivos de entrada y salida y el mezclador de audio del sistema.
iconRatón (Mouse) Configura el ratón.
iconRed (Network) Configura su red.
iconImpresoras (Printers) Agrega, remueve y configura impresoras.
iconPantalla (Screen) Configura la resolución, profundidad, taza de actualización y número de Espacios de trabajo a utilizarse.
iconProtector de pantalla (ScreenSaver) Agrega, remueve y configura un protector de pantalla.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSonidos (Sounds) Asigna sonidos a diferentes eventos del sistema.
iconFecha y hora (Time) Selecciona la hora, fecha y huso horario.
iconTracker Configura el administrador de archivos de Haiku.
iconTouchpad Configura su touchpad.
iconMemoriaVirtual (VirtualMemory) Selecciona la cantidad de espacio de intercambio.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/appearance.html b/docs/userguide/userguide/es/preferences/appearance.html deleted file mode 100644 index b2f63c078e..0000000000 --- a/docs/userguide/userguide/es/preferences/appearance.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Apariencia - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

appearance-icon_64.pngAppearance

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Appearance
Configuración:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Preferencias de apariencia le permite cambiar agunos aspectos de visualización de Haiku.

- -

-index -Fonts

-appearance-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- -

-index -Installing new fonts

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Colores

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Antialias

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Glyph hinting (Glifos insinuados)

-

Cuando Glyph hinting se activa, se alinean todas las letras de tal manera que sus orillas vertical y horizontal descansan exactamente entre dos pixeles. El resultado es un contraste prefecto, especialmente cuando se trata con negro sobre blanco. El texto aparece más preciso. También hay una seleccion para "Únicamente tipos de letra monoespaciados"; es especialmente útil para dispositivos de baja resolución como netbooks. Las fuentes pequeñas pueden verse muy mal cuando la definición adicional (hinting) está encendida, pero con esta selección puede todavía sacar ventaja de la definición adicional para editores de texto y la Terminal.

-

Vea la diferencia que la definición adicional hace con estas capturas de pantalla aumentadas:

- - -
appearance-glyph-off.png
Definición adicional: apagada
appearance-glyph-on.png
Definición adicional: encendida
-

Debe señalarse que todas las ventanas Magnify (aumentadas) en esta página son por supuesto renderadas en sí mismas con las opciones diferentes también. Así que se puede obtener una impresión en el mundo real de las selecciones al comparar, por ejemplo, el título de la ficha amarilla en negrita o el texto "33 x 15 @ 8 pixels/pixel".

- -

-index -Tipos de Antialiasing

-

Otra técnica para mejorar el renderado es el Antialias, el cual soporta todos los gráficos de vector así como texto. Suaviza las líneas al cambiar el color de ciertos pixeles. Hay dos métodos para eso:

-

Grayscale (escala de grises) cambia la intensidad de los pixeles en la orilla.
-LCD subpixel hace un mejor trabajo todavía, especialmente con monitores LCD (de alta resolución). En lugar de la intensidad de un pixel, cambia su color el cual mueve una orilla por una fracción de pixel, porque las pantallas LCD producen cada pixel con un componente rojo, verde y azul.

-

De nuevo, los dos métodos diferentes con capturas de pantalla aumentadas:

- - -
appearance-glyph-off.png
Escala de grises, definición adicional: apagada
appearance-subpixel.png
Subpixel LCD, definición adicional: apagada
-

El antialias basado en subpixel agrega un brillo ligeramente coloreado a los objetos. Algo que no todos toleran. En Haiku se pueden combinar los dos métodos de antialias y encontrar la selección adecuada al usar una guía de selección.

-
El antialias basado en subpixel en combinación con el glyph hinting se sujeta a una patente de software y por ello no está disponible predeterminadamente. Dependiendo en dónde viva, puede tener una versión desbloqueada. Disculpe por ello. Consulte con su representante local.
-

Si activa el suavizado adicional más el renderado de subpixel LCD cambiando archivos fuente y recompilando, así es como se ve, comparado al suavizado adicional con escala de grises:

- - -
appearance-glyph-on.png
Escala de grises, definición adicional: encendida
appearance-glyph-on-subpixel.png
Subpixel de LCD, definición adicional: encendida
-


-

Al fondo del panel hay dos botones:

- - - -
Defaults (predeterminado) regresa todo a los valores predeterminados.
Revert Trae de vuelta las selecciones que estaban activas cuando se inició el cuadro de diálogo de preferencias Apariencia (Appearance).
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/backgrounds.html b/docs/userguide/userguide/es/preferences/backgrounds.html deleted file mode 100644 index ea46d804a1..0000000000 --- a/docs/userguide/userguide/es/preferences/backgrounds.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Fondos de pantalla - - - - - - - - -
-
- -

backgrounds-icon_64.pngBackgrounds

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Backgrounds
Configuración:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - Guarda la posición de la ventana.
-

Puede configurar un color o una imagen como fondo para cada directorio y en el Escritorio para cada espacio de trabajo.

-


-backgrounds.png -

El menú desplegable superior muestra si los cambios realizados están siendo aplicados al espacio de trabajo actual, a todos los espacios de trabajo, a un directorio concreto, o por defecto a cualquier directorio nuevo.

-

Debajo se puede seleccionar una imagen o seleccionar None si sólamente quiere un fondo de color. Las imágenes también pueden ser desplazadas, redimensionadas y soltadas dentro del cuadro de previsualización a la izquierda.

-

Si utiliza una imagen, debe decidir el lugar donde va a ponerla:

- - - - - -
Manual permite especificar las coordenadas. Puede arrastrar la imagen por el cuadro de previsualización de la izquierda o introducir las coordenadas X e Y manualmente.
Center (centrar) centra la imagen en el medio de la pantalla.
Scale to fit (escalar hasta ajustar) estira la imagen independientemente de su proporción hasta que rellena la pantalla.
Tile (mosaico) rellena la pantalla mediante repeticiones de la imagen.
-

Si está activo Icon label outline (borde de etiqueta de icono) se pondrá un fino contorno alrededor de las etiquetas de icono.

-

Si el texto de la etiqueta de un icono es blanco o negro, depende de la configuración en el selector de color. Un color oscuro pone el texto en blanco, un color claro, pondrá el texto en negro. De esa manera, si configura una imagen muy brillante para el fondo, debería configurar también el selector de color a un color muy brillante para que las etiquetas de los iconos sean legibles en negro (o usar la opción anterior de poner borde)
-El color seleccionado se refleja también en el applet de Espacios de Trabajo, el cual ignora las imágenes como fondos.

- - - -
Revert devuelve la configuración al estado en el que estaba cuando abrió las preferencias de fondo.
Apply aplica los cambios realizados.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/datatranslations.html b/docs/userguide/userguide/es/preferences/datatranslations.html deleted file mode 100644 index 3ab9e1333b..0000000000 --- a/docs/userguide/userguide/es/preferences/datatranslations.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Traducciones de información - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/DataTranslations
Configuración:~/config/settings/* - Cada Traductor crea su propio archivo de configuración en esta ubicación cuando se modifican sus valores por defecto.
-~/config/settings/system/DataTranslations settings - Almacena la posición de la ventana.
-

Todas las aplicaciones tienen la capacidad de abrir y guardar cualquier formato de archivo para el cual haya un Traductor instalado. Los ajustes de estos traductores se configuran en las preferencias de DataTranslations.

-


-datatranslations.png -

Dependiendo de sus capacidades, cada Traductor ofrece distintas posibilidades de configuración. El mínimo es un botón de Información... que abrirá una ventana con los créditos y el directorio de instalación.
-La siguiente tabla da una visión general de los traductores por defecto y sus opciones más útiles.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
Imágenes BMPColor real (24 bits), sin compresión ni transparencia
Imágenes EXRFormato de alto rango dinámico (HDR) de la ILM
Imágenes GIFColor indexado (8 bits), compresión sin pérdida de información, transparencia
-Puede reducirse el tamaño de archivo limitando el número de colores usados y la paleta.
-Pueden guardarse imágenes con transparencia, bien de forma automática usando el canal alfa o bien ajustando manualmente el valor RGB del color que queremos definir como transparente.
HVIF iconsTranslator for Haiku's vector icon format
Imágenes JPEG2000Color real (24 bits), comprimido, sin transparencia
-Normalmente solo se ajusta la calidad de salida.
Imágenes JPEGColor real (24 bits), comprimido, sin transparencia
-Aparte de la calidad de salida también puede ajustarse el suavizado de la imagen, lo que disminuirá los artefactos de compresión aunque puede producir una imagen algo borrosa.
Imágenes PCXColor real (24 bits), sin compresión ni transparencia. PC Paintbrush Exchange format
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
Imágenes PNGColor real (32 bits), compresión sin pérdida de información, transparencia
Imágenes PPMColor real (24 bits), sin compresión ni transparencia. Portable PixMap format
Imágenes RAWHasta 48 bits, sin compresión ni transparencia
Archivos de texto RTFTexto con formato
Imágenes SGIColor real (24 bits), compresión opcional sin pérdida de información, transparencia
Archivos de StyledEditPlain text with formatting stored in attibutes
Imágenes TGAColor real (32 bits), compresión opcional sin pérdida de información, transparencia
Imágenes TIFFColor real (24 bits), compresión opcional sin pérdida de información, capas, transparencia
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
Imágenes WonderBrushColor real (32 bits), capas, transparencia, datos vectoriales y rasterizados
-


-
Los formatos GIF (hasta 256 colores) o PNG (millones de colores) suelen ser los que dan mejor resultado para guardar capturas de pantalla, dibujos en blanco y negro, gráficas y otras imágenes con pocos colores o de dimensiones reducidas. El formato JPEG, por ejemplo, produce artefactos de compresión sin una reducción apreciable del tamaño de archivo.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/deskbar.html b/docs/userguide/userguide/es/preferences/deskbar.html deleted file mode 100644 index b894ca782b..0000000000 --- a/docs/userguide/userguide/es/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Deskbar (Barra de Escritorio) - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Deskbar
Configuración:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

El panel de preferencias Deskbar está disponible también desde el Deskbar. Sus configuraciones se abordan en el apartado Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/e-mail.html b/docs/userguide/userguide/es/preferences/e-mail.html deleted file mode 100644 index da23db56a0..0000000000 --- a/docs/userguide/userguide/es/preferences/e-mail.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - - - Correo electrónico (E-mail) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - -
Índice
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/E-mail
Configuración:~/config/settings/Mail/*
-

Haiku incluye un sistema que obtiene el correo electrónico regularmente mediante un servicio de correo (también conocido como mail_daemon) y guarda cada correo como un archivo de texto individual. Analiza el correo y rellena sus atributos con toda la información necesaria en la cabecera, como por ejemplo los campos De, Para, Asunto, y su estado de lectura. Ahora ya puede ser consultado por usted o por cualquier aplicación. Este sistema hace que cambiar de clientes de correo sea sencillo, ya que todos los datos y configuraciones permanecen iguales.
-La configuración se realiza desde el panel de preferencias de la aplicación.

- -

-index -Creación de una cuenta de correo electrónico

-

Empecemos el proceso de configurar una cuenta de correo electrónico..
-Se puede comenzar haciendo clic en el botón Add (Añadir) para crear una cuenta nueva sin nombre. Esto abre una ventana donde se rellena toda la información de la cuenta:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Ahora se introduce la dirección de correo electrónico (E-mail Address), nombre de usuario (Login Name) y clave (Password), escriba un nombre para la cuenta (Account Name) que será como se muestre en Haiku, y su nombre real (Real Name).

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Haga clic en Incoming (Entrante) bajo el nombre de su cuenta para configurar cómo se reciben los correos.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

Si usa POP3 y recibe correos de esta cuenta desde diferentes computadoras, tal vez querrá activar la opción para Leave mail on server (dejar los correos en el servidor) y únicamente >Remove mail from server when deleted (borrar correo del servidor cuando se borre) en carpetas locales.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Haga clic en Outgoing debajo de su nombre de la cuenta para seleccionar cómo se enviarán los correos electrónicos.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

Si necesita registrarse, cambie el Login Type a ESMTP e ingrese el nombre de usuario y contraseña debajo. El otro tipo se usa con proveedores que le requeren comprobar el correo con POP3 before SMTP (POP3 antes que SMTP) para identificarse.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

El filtro de spam usa métodos estadísticos para clasificar un correo como no deseado. Asigna un valor entre 0 y 1 a él y se puede decidir cuáles son los límites para un correo genuino y cuáles se considerarán spam.
-Puede tener la calificación de spam agregada al inicio del tema.
-También, el filtro de spam puede aprender de todo el correo electrónico entrante. Por supuesto, tendrá que enseñarle a diferenciar los positivos falsos y los correos que marque erróneamente como spam.Puede encontrar más cuando abordemos la aplicación Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name Nombre del remitente
From Dirección de correo electrónico del remitente
To Su dirección de correo electrónico (una diferente para cada cuenta)
Reply To Dirección a la cual se envían las respuestas
When Fecha y hora en que se ha recibido el mensaje
Subject Asunto del mensaje
Cc Direcciones de quieres reciben copias del mensaje
Account Nombre de la cuenta de correo electrónico
Status Estado actual del mensaje. El estado del mensaje puede ser: "Read" (leido), "Replied" (respondido), "Sent" (enviado), "Forwarded" (transferido), "New" (nuevo) o cualquier otro estado definido por el usuario. Cuando el Servicio de Correo baja un mensaje, su estado inicial será siempre "New" (nuevo), salvo que se lo modifique mediante un filto.
Priority Prioridad del mensaje definida por el programa de correo electrónico remitente (por ejemplo, "urgente")
Thread esencialmente lo mismo que "Subject", pero sin cosas como Re: o Fwd:
Classification Group dependiendo de cómo lo clasifique el filtro de spam, esto será "empty" (si no se tiene certeza) o contiene la palabra "Genuine" (genuino) o "Spam"
Spam/Genuine Estimate este es un estimado numérico que el filtro de spam asignó al correo. Se muestra en notación científica, donde 1.065e-12 traslada a 1.065 dividido por 10 a la duodécima potencia, lo cual en este caso se traslada a 0.000000000001065.
-

El segundo campo de texto contiene el patrón de búsqueda elegido. Acepta expresiones regulares que le dan mayor flexibilidad, mientras desafortunadamente complica las cosas un poquito. Lea un poco al respecto, vale la pena y los patrones de búsqueda sencillos no son tan complicados después de todo.

-

Con el menú emergente debajo de él, asigne una acción cuando el patrón concuerde. Puede mover o borrar un correo, seleccionar su estado como "Read" (leído) o cualquier otra cosa o seleccione la cuenta de correo con la que dará respuesta (reply).

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Filtros para mensajes enviados

-

Al momento, sólo hay un filtro que lidia con correo saliente: fortune. -
-Adjuntará una "galleta de la fortuna" sabia o graciosa al azar al final de cada correo antes que se envíe. Puede probarlo escribiendo el comando fortune en una Terminal.

- -

-index -Configuración del Servicio de Correo

-

Ahora que ha configurado los servidores de correo entrante y saliente (y tal vez algunos filtros también), tiene que decirle al Mail Service que haga toda la comprobación y atractivo de cómo hacer su trabajo.

-e-mail-settings.png -

Debajo de Mail Checking (configurar correo) se configura el intervalo en el cual se comprueba en el servidor de correo de la cuenta si hay correo nuevo.
-Si tiene una conexión de marcado, puede verificar la opción Only When Dial-Up is Connected (sólo cuando la cuenta de marcado esté conectada) y también Schedule Outgoing Mail When Dial-Up is Disconnected (agendar el correo saliente cuando la cuenta de marcado esté desconectada) para evitar marcar automáticamente a intervalos regulares únicamente para comprobar correo.

-

El Mail Service tiene una ventana de estado el cual puede seleccionarse para aparecer Never (nunca), While Sending (mientras se envía), While Sending and Receiving (mientras se envía y recibe) o Always (siempre).

-

Asegúrese que esté activado Start Mail Services on Startup (iniciar servicios de correo al inicio) o no habrá mail_daemon corriendo para hacer este trabajo...

-e-mail-mailbox.png -

Edit Mailbox Menu... (editar el menú de correo entrante) abrirá la carpeta /boot/home/config/Mail/Menu Links/. Todas las carpetas o consultas (¡!) o sus enlaces puestos en esta carpeta aparecerán en el menú contextual del icono de bandeja de entrada de la bandeja del Deskbar "Mail Services" (servicios de correo).

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

El propio icono de buzón de correo muestra si hay mensajes sin leer (estado en "New" o nuevo) cuando hay sobres dentro.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/filetypes.html b/docs/userguide/userguide/es/preferences/filetypes.html deleted file mode 100644 index 740063e25a..0000000000 --- a/docs/userguide/userguide/es/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Tipos de archivo - - - - - - - - -
-
- -

filetypes-icon_64.pngFileTypes

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/FileTypes
Configuración:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Almacena todos los tipos MIME como directorios.
-

Por favor remítase al tema Tipos de archivo y al tutorial de trabajo Tipos de archivo, atributos, indexado y consultas que explican la mayoría de este panel de preferencias.

- -
-
- - - - diff --git a/docs/userguide/userguide/es/preferences/fonts.html b/docs/userguide/userguide/es/preferences/fonts.html deleted file mode 100644 index cd123859ef..0000000000 --- a/docs/userguide/userguide/es/preferences/fonts.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Tipografías - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngFonts

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Fonts
Configuración:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Almacena la posición de la ventana.
-


-fonts.png -

Haiku define tres tipos de letra estándar para diferentes propósitos. Aquí se pueden especificar los tipos de letra para la tipografía normal, negrita y monoespaciada que se utiliza en las diferentes partes del sistema. Además de estos, hay también una configuración separada para el tipo de letra usada en los menús.

- - - -
Defaults (predeterminado) regresa todo a los valores predeterminados.
Revert regresa a las selecciones que estaban activas cuando se abrió el cuadro de diálogo Fonts.
- -

-index -Instalar tipos de letra nuevos

-

You install new fonts by copying them into their respective user folder, i.e. /boot/common/data/fonts/ or /boot/home/config/data/fonts/ (see topic Filesystem layout).

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/keyboard.html b/docs/userguide/userguide/es/preferences/keyboard.html deleted file mode 100644 index aeb130f02b..0000000000 --- a/docs/userguide/userguide/es/preferences/keyboard.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Teclado - - - - - - - - -
-
- -

keyboard-icon_64.pngKeyboard

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Keyboard
Configuración:~/config/settings/Keyboard_settings
-


-keyboard.png -

Selecciona la velocidad de repetición y el retardo para que una tecla presionada comience a repetirse. Puede probar las selecciones en el campo de texto en la parte inferior.

- - - -
Defaults (predeterminado) regresa todo a los valores predeterminados.
Revert regresa las selecciones que estuvieron activas cuando se abrió el cuadro de diálogo de preferencias Keyboard.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/keymap.html b/docs/userguide/userguide/es/preferences/keymap.html deleted file mode 100644 index df135637c8..0000000000 --- a/docs/userguide/userguide/es/preferences/keymap.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - Distribución de teclado - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

keymap-icon_64.pngKeymap

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Keymap
Configuración:~/config/settings/Keymap/* - Ubicación de las combinaciones de teclado modificadas por el usuario.
-~/config/settings/Key_map
-


-keymap.png -

A la derecha, la ventana Distribución de teclado muestra una representación del teclado. Cuando se presiona una tecla, la correspondiente tecla se oscurece y el símbolo asignado se ingresa dentro del campo de texto Sample and Clipboard (Ejemplo y portapapeles) hasta abajo. Desde allí también se puede copiar y pegar dentro de un documento.
-Así, las preferencias de distribución de teclado no sólo están para configurar su teclado local, sino también es útil cuando se busca un símbolo especial usado en otros idiomas. Por ejemplo, puede intercambiarse el teclado a "French" (francés), encontrar la "ç" y copiarla al correo para François. (Aunque se puede encontrar la "cedil" también en otras distribuciones de teclado...)

-

Al presionar las teclas modificadoras como Mayúsculas, Control u Option se cambia el teclado desplegado en conformidad.

-

Luego están las teclas que se marcan con un fondo azul. Se llaman Dead Keys (Teclas muertas) que pueden cambiar la tecla que se presiona después de ellas. Si se hace clic en tal tecla azul con el ratón, aquellas teclas modificables se iluminan en amarillo. Haga clic de nuevo y todo regresará a la normalidad. Algunos ejemplos son é, ñ, ó o ë.

-

Debajo de la representación del teclado hay dos opciones más:

- - - -
Select Dead Keys (Seleccionar teclas muertas) para seleccionar las teclas azules arriba mencionadas.
Switch Shortcut Key... (Cambiar tecla de atajos) para usar la tecla de atajos en modo Windows/Linux, p. ej., Control (normalmente Ctrl) o el modo de Haiku, p. ej., Command (normalmente ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

Para equiparar mejor el panel Distribución de teclado a su teclado físico, hay algunas configuraciones diferentes disponibles desde el menú Layout (Disposición).

-

El tipo de letra utilizado en la representación del teclado se selecciona desde el menú Font (Tipografía). Note que puede o no contener todos los símbolos para una Distribución de teclado específica.

-

Finalmente, hay un botón Revert (Revertir) para regresar las configuraciones que estaban activas cuando se inició el panel preferencias de Distribución de teclado.

- -

index -Manipulación avanzada de distribución de teclado

-

Hay otro método para personalizar su distribución de teclado además del panel de preferencias Distribución de teclado. Involucra editar un archivo de texto que contiene cargas de valores hexadecimales, lo cual puede parecer intimidante a primera vista, pero realmente no es tan imposible de entender.

-

Se puede tirar copia de la distribución de teclado actual con un comando en la Terminal:

-
keymap -d MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

Cuando termine, guardará el archivo y hará que el sistema cargue la distribución de teclado modificada con este comando:

-
keymap -s < MyKeymap
-

Si quisiera importar esta distribución dentro del panel Distribución de teclado, tiene que compilarla primero en un formato binario:

-
keymap -c < MyKeymap
-

Esto producirá un archivo keymap.out el cual se puede cargar mediante el menú Open... (Abrir). Por cierto, el comando keymap es capaz de cargar también este formato binario: keymap -l < keymap.out

-

Este es el archivo arrojado (las teclas en extrema derecha del teclado estilizado se cortan para un desplegado más agradable en esta página):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = '+'      '*'      0x1d     '~'      ''       '*'      '+'      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/es/preferences/locale.html b/docs/userguide/userguide/es/preferences/locale.html deleted file mode 100644 index 4a2e80bf13..0000000000 --- a/docs/userguide/userguide/es/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Idioma - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

locale-icon_64.pngLocale

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Locale
Configuración:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/media.html b/docs/userguide/userguide/es/preferences/media.html deleted file mode 100644 index ef167e45ec..0000000000 --- a/docs/userguide/userguide/es/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngMedia

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Media
Configuración:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Almacena la posición de la ventana del panel.
-

Todavía falta la documentación. Si desea trabajar en ella, por favor anúncielo en la Lista de correo de documentación para evitar duplicación.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/mouse.html b/docs/userguide/userguide/es/preferences/mouse.html deleted file mode 100644 index a131d559d8..0000000000 --- a/docs/userguide/userguide/es/preferences/mouse.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Ratón - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Mouse
Configuración:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

Se pueden cambiar de lugar los botones clicando sobre ellos y eligiendo su nueva poición en el menú emergente.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

Todas las configuraciones se aplican inmediatamente.

- - - -
Defaults (predeterminado) regresa todo a los valores predeterminados.
Revert restaura la configuración que había en funcionamiento cuando se inició "Mouse preferences" (Preferencias del ratón)
- -
-
- - - - - - diff --git a/docs/userguide/userguide/es/preferences/network.html b/docs/userguide/userguide/es/preferences/network.html deleted file mode 100644 index 2582893885..0000000000 --- a/docs/userguide/userguide/es/preferences/network.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - Red - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

network-icon_64.pngNetwork

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Network
Configuración:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/printers.html b/docs/userguide/userguide/es/preferences/printers.html deleted file mode 100644 index addea14e7d..0000000000 --- a/docs/userguide/userguide/es/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Impresoras - - - - - - - - -
-
- -

printers-icon_64.pngPrinters

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Printers
Configuración:~/config/settings/printers/*
-

Todavía falta la documentación. Si desea trabajar en ella, por favor anúncielo en la Lista de correo de documentación para evitar duplicación.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/screen.html b/docs/userguide/userguide/es/preferences/screen.html deleted file mode 100644 index c509e5cea3..0000000000 --- a/docs/userguide/userguide/es/preferences/screen.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Screen (Pantalla) - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

screen-icon_64.pngScreen

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Screen
Configuración:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Sólo cuando se corre en modo VESA.
-~/config/settings/Screen_data - Almacena la posición de la ventana del panel.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

Tras dar clic en Apply (aplicar), el modo de gráficos se cambia y aparecerá un alerta, pidiéndole mantener o cancelar los cambios. Si no contesta esa alerta, el modo de gráficos se revertirá tras 12 segundos a la selección previa. Tal vez no se podría ver la alerta porque su monitor no soportara la selección.

-

A la izquierda, puede seleccionarse el número de espacios de trabajo y arreglarlos en columnas y filas y abrir el cuadro de diálogo Backgrounds (fondos de pantalla).

-

Revert (Revertir) regresa la selección que estaba activa cuando se inició el panel de preferencias Screen (pantalla).

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/es/preferences/screensaver.html b/docs/userguide/userguide/es/preferences/screensaver.html deleted file mode 100644 index bbcc3c723f..0000000000 --- a/docs/userguide/userguide/es/preferences/screensaver.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Protector de pantalla - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Screensaver
Configuración:~/config/settings/ScreenSaver_settings
- -

El panel de preferencias de ScreenSaver se divide en dos tabuladores: -

- -

-index -Atenuación

-screensaver-fade.png -
-

La casilla de verificación hasta arriba habilita/deshabilita el protector de pantalla.
-Con el deslizador debajo de él, se controla luego cuánto tiempo inactivo tarda en entrar el protector de pantalla. -

-

Los siguientes dos deslizadores sólo se usan después de haber activado sus casillas de verificación:
-Un deslizador determina en cuántos minutos la pantalla se apagará.
-El otro, tras cuántos minutos se necesita una contraseña para desbloquear la máquina. -

-

Al dar clic dentro de esquinas diferentes de las dos pantallas en la parte inferior, para decirle al sistema cuándo inicar inmediatamente el protector de pantalla o cómo evitar que entre cuando se descanse el ratón en la esquina indicada. Dé clic en la mitad de las pantallas para deshabilitar esa característica de nuevo. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/shortcuts.html b/docs/userguide/userguide/es/preferences/shortcuts.html deleted file mode 100644 index fd9485f7b8..0000000000 --- a/docs/userguide/userguide/es/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/es/preferences/sounds.html b/docs/userguide/userguide/es/preferences/sounds.html deleted file mode 100644 index c7c8b3274e..0000000000 --- a/docs/userguide/userguide/es/preferences/sounds.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Sonidos - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

sounds-icon_64.pngSounds

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Sounds
Configuración:~/config/settings/Media/MediaFiles
-


-sounds.png -

Es posible asignar sonidos a ciertos eventos del sistema. Simplemente seleccione el evento de la lista y escoja un sonido del menú desplegable.

- - -
Ninguno silencia un evento.
Otro... abre un panel para buscar y añadir un sonido que aún no esté deisponible en el menú.
-

Se puede uar cualquier formato soportado por el sistema. Si MediaPlayer puede ocuparse de él, podrá cualquier otro programa.
-Puede "pre-escuchar" el sonido de un evento seleccionándolo y usando los botones Reproducir and Parar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/time.html b/docs/userguide/userguide/es/preferences/time.html deleted file mode 100644 index 6a04284c22..0000000000 --- a/docs/userguide/userguide/es/preferences/time.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - Fecha y hora - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

time-icon_64.pngTime

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Time
Configuración:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

A la izquierda, se puede configurar el día del mes simplemente clicando sobre él en el calendario. Puede cambiar el mes y el año clicando sobre él y usando las flechas (hacia arriba/ hacia abajo) hasta el correcto, o las teclas del cursor sobre el teclado.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Hora Localto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/es/preferences/touchpad.html b/docs/userguide/userguide/es/preferences/touchpad.html deleted file mode 100644 index 685081164b..0000000000 --- a/docs/userguide/userguide/es/preferences/touchpad.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Touchpad
Configuración:~/config/settings/Touchpad_settings
- -

Este panel ofrece bastantes opciones de configuración relacionadas con el Touchpad que son interesantes cuando se esté usndo en una notebook.

- -touchpad.png - -

Al arrastrar las líneas rojas horizontal y vertical en la representación del touchpad, se seleccionan el área de desplazamiento (ligeramente roja contra el área general de toque, en gris). Al mover un dedo en esa parte del pad se moverán las barras de desplazamiento de una ventana de forma correspondiente.

-

A la derecha hay deslizadores para seleccionar la aceleración de desplazamiento y la velocidad de desplazamiento horizontal y vertical.
-La selección de aceleración decide cuán más rápida se desplaza una lista si se mueve sobre el área de desplazamiento muy rápido. Las velocidades de desplaamiento controlan la velocidad general cuando se usa el área de desplazamiento de manera "normal".

-

Debajo del gráfico del touchpad hay casillas de verificación para habilitar el "Desplazamiento con dos dedos" para el deslizamiento horizontal y vertical. Se mueven dos dedos en paralelo para mover las barras de desplazamiento de una ventana. Al menos para algunas personas, funciona mejor si con un dedo se mueve con un dedo de la mano izquierda y otro con uno de la mano derecha.
-Si se siente cómodo con esta característica, puede usarla con la selección de áreas de desplazamiento y en su lugar utilizar todo el pad para la navegación normal.

-

Al fondo está otro deslizador para seleccionar la sensibilidad de clic al dar golpe. Si se ignoran sus golpes, incremente la sensibilidad. Si el sistem registra clics todo el tiempo, mientras todo lo que desea es mover el puntero del ratón, intente decrementarla.

- - - -
Defaults (predeterminado) regresa todo a los valores predeterminados.
Revert (Revertir) regresa las configuraciones que estuvieron activas cuando se abrió el cuadro de diálogo preferencias del Touchpad.
-

Aquí hay un consejo no relacionado a las preferencias de Touchpad, pero cabe mencionarlo en el tema general:
-¿Sabía que se puede arrastrar y colocar sólo con el touchpad, p. ej., sin usar los botones? Sólo haga doble clic sin levantar el dedo después del segundo clic. El icono elegido se pegará al puntero del ratón y podrá desplazarlo moviendo el dedo. Al levantar el dedo se soltará el icono.

-

Si el dedo alcanzara una orilla del touchpad mientras se arrastra un icono, pero el puntero del ratón todavía no haya alcanzado la orilla de la pantalla, ̉cómo puede mantener el objeto en movimiento? Tan pronto como levante su dedo, el icono se soltaría.
-Dependiendo de su hardware, hay una linda característica: sólo deje su dedo sin levantarlo en la orilla del touchpad. El puntero del ratón se mantendrá moviendo en piloto automático.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/tracker.html b/docs/userguide/userguide/es/preferences/tracker.html deleted file mode 100644 index 2dfcad10a1..0000000000 --- a/docs/userguide/userguide/es/preferences/tracker.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/Tracker
Configuración:~/config/settings/Tracker/TrackerSettings
-


-

El panel de preferencias de Tracker está disponible también en todas y cada una de las ventanas de Tracker dentro del menú Window | Preferences....
Sus funciones se abordan en el tema sobre Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/preferences/virtualmemory.html b/docs/userguide/userguide/es/preferences/virtualmemory.html deleted file mode 100644 index 46862b0366..0000000000 --- a/docs/userguide/userguide/es/preferences/virtualmemory.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtualMemory

- - - - -
Deskbar:Preferencias
Ubicación:/boot/system/preferences/VirtualMemory
Configuración:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Almacena la posición de la ventana.
-

La memoria virtual permite al sistema intercambiar memoria hacia el disco duro, si la RAM pudiera usarse más sensiblemente para otras cosas. Así, incluso si se tuvieran montones de RAM, el proporcionar memoria virtual nunca es una mala idea.

-virtualmemory.png -

Se puede seleccionar el espacio inclusive a una cantidad mayor del tamaño de la memoria física si se necesita. Con los discos duros tan grandes de hoy, asignar el tamaño de memoria física no debiera ser un problema. De cualquier forma, se puede ajustar rápidamente el tamaño si el espacio libre se acabara alguna vez. En ese caso tabmién se debiera dar un vistazo a DiskUsage para averiguar qué se está comiendo el espacio en disco.

-

Normalmente, el archivo de intercambio se escribe en su partición de arranque. Si a menudo se sobrecarga el disco debido al sistema de memoria virtual esté intercambiando constantemente de memoria, puede probar el usar un disco duro separado para el archivo de intercambio. Simplemente otra partición en el mismo disco duro con el sistema/información no le ayudará.
-Aumentar su RAM es por supuesto el camino más efectivo a seguir...

- - - -
Defaults (predeterminado) regresa todo a los valores predeterminados.
Revert regresa las selecciones que estaban activas cuando se inició el cuadro de diálogo de preferencias VirtualMemory.
- -
-
- - - - diff --git a/docs/userguide/userguide/es/queries.html b/docs/userguide/userguide/es/queries.html deleted file mode 100644 index e05561a601..0000000000 --- a/docs/userguide/userguide/es/queries.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - Consultas - - - - - - - - -
-
- - - - - -
Índice
La ventana Encontrar
- Consultas básicas - "por nombre"
- Consultas avanzadas - "por atributo"
- Consultas todavía más avanzadas - "por fórmula"
- La ventana de resultados
- Plantillas de consulta -
- -

Consultas

- -

Una consulta es un archivo de búsqueda basado en atributos de archivo y pueden realizarse dentro de Tracker o en la Terminal. Las consultas se guardan en /boot/home/queries/ y predeterminadamente duran siete días antes de purgarse. Note, estas no son listas de resultados estáticas de su búsqueda, pero están las fórmulas de consulta las cuales disparan una nueva búsqueda en el momento que se abren.
-Incluso mejor, no tiene que darle doble clic para rehacer una consulta. Se puede examinar una consulta guardada así como cualquier carpeta al darle doble clic en ella y navegar a través de sus submenús.

- -

index -La ventana Encontrar

-

Se inicia una consulta invocando el menú Find... (Encontrar) tanto del menú Deskbar o de cualquier ventana del Tracker o el Escritorio (el cual realmente es una ventana de Tracker a pantalla completa). El atajo de teclado es ALT F. Se presenta la ventana Encontrar:

-basic-query.png -
    -
  1. Seleccione consultas recientes o guardadas o guarde los parámetros de búsqueda actuales como una Plantilla de consulta.

  2. -
  3. Reducir la búsqueda de All files and folders (Todos los archivos y carpetas) a tipos de archivo específicos.

  4. -
  5. Definir el método de búsqueda:
      -
    • by Name (por nombre) - una búsqueda básica por el nombre del archivo o carpeta
    • -
    • by Attribute (por atributo) - una búsqueda avanzada, se especifican términos de búsqueda para uno o más atributos
    • -
    • by Formula (por fórmula) - una búsqueda todavía más avanzada, se puede refinar un término de búsqueda compleja
  6. -
  7. Seleccione en cuáles dispositivos buscar.

  8. -
  9. Ingrese el término de búsqueda.

  10. -
  11. El expansor oculta/muestra las opciones adicionales.

  12. -
  13. Deseleccione la casilla de verificación Temporary (Temporalmente) si no quiere que esta consulta se autodestruya tras 7 días.

  14. -
  15. Verifique si su búsqueda debiera Include trash (Incluir la basura).

  16. -
  17. Opcionalmente, ingrese un nombre para esta consulta si desea guardarla.

  18. -
  19. Se puede arrastrar y colocar el icono en cualquier lugar para guardar una consulta. Al hacerlo con el botón derecho del ratón, se ofrece la opción de guardarla como plantilla.

  20. -
- -

index -Consultas básicas - "por Nombre"

-

Si simplemente quiere encontrar todos los archivos y carpetas en los discos montados que concuerdan con un cierto patrón, simplemente deje el método de búsqueda en by Name, ingrese el término de búsqueda dentro de la caja de texto y presione Enter.

- -

index -Consultas avanzadas - "por Atributo"

-

Pueden crearse consultas más avanzadas buscando dentro de los atributos de tipos de archivo específicos. Para que funcione, estos atributos tienen que estar indexados.

-query-window.png -

Se comienza seleccionando el tipo de archivo de All files and folders (Todos los archivos y carpetas) a, por ejemplo, Text | E-mail (Texto | E-mail) y cambie el método de búsqueda a by Attribute.

-

Esto agrega un menú desplegable a la izquierda de la caja de texto y los botones Add (Agregar) y Remove (Remover) debajo. Del menú se puede seleccionar cuál atributo consultar. Con Add y Remove se pueden consultar atributos adicionales o removerlos de nuevo. Estos atributos pueden enlazarse lógicamente con AND/OR.

-

Hagamos una consulta de correo electrónico como ejemplo:

-query-window-filled.png -

Esta es la ventana Encontrar cuando se están buscando todos los correos electrónicos que Clara Botters le ha enviado en el tema "vibraphone" o "skepticality".
-Como se ve, buscando a través de atributos basados en tiempo se soportan algunas frases útiles: además de los "últimos 2 meses", se podría usar "hoy", "ayer", "lunes" o "el lunes pasado" (lo cual sería el lunes de la semana pasada), o "los últimos 2 minutos/horas/días/semanas".
-Una buena manera de reducir el número de resultados de búsqueda.

- -

index -Consultas todavía más avanzadas - "por Fórmula"

-

Escribir una consulta de fórmula a mano es intimidante y realmente muy impráctico. No obstante, tiene sus usos.

-

Tome la consulta de arriba por atributo de los correos de Clara concernientes a vibraphones, etc. Si tiene todos los atributos y sus términos de búsqueda seleccionados, intente cambiar al modo by Formula y se asombrará por esta cadena de búsqueda de una línea:

-formula-query.png -

Una vez más como texto, editado para legibilidad:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

¿Cuál es el uso?

-
    -
  • Podría copiar y pegar la cadena dentro de un correo electrónico, foro o IRC para que otros lo usen o depuren.

  • -
  • Se puede usar este método para construir una consulta en modo Attribute (Atributo) y luego intercambiar al modo Formula, para generar confortablemente una cadena de búsqueda para uarse en una consulta en la Terminal o en un script.

  • -
  • Puede afinarse la búsqueda insertando paréntesis donde se necesite, hacer que partes de ella distingan entre mayúsculas y minúsculas o negociar combinaciones lógicas al cambiar, p. ej., "==" por "!=" para un NOT AND. Todo lo que se necesita es un entendimiento básico de expresiones regulares y tal vez algo básico de scripting.

  • -
- -

index -La ventana de resultados

-

Después de iniciar una búsqueda, la ventana Encontrar se remplazará por una ventana de resultados. Aquí hay un ejemplo que consultó "server":

-result-window.png -

Además del fondo negro, las ventanas resultantes trabajan exactamente como cualquier otra ventana de Tracker. Algunas cosas valen la pena resaltar:

-
    -
  • Puede abrirse la ubicación de un archivo o carpeta al darle doble clic en su atributo de ruta.

  • -
  • Con File | Edit Query (Archivo | Editar consulta) o ALT G se puede regresar a la ventana Encontrar para refinar la consulta.

  • -
  • Una búsqueda está viva, p. ej., si un archivo que concuerda el criterio de búsqueda aparece o desaparece del sistema, este cambio se refleja en los resultados en tiempo real.

  • -
-

Se puede asignar una disposición de atributos sensible para resultados de una consulta o un tipo de archivo específico. Abrir una carpeta que contenga archivos del tipo de archivo de los que le gustaría crear una plantilla y acomodar los atributos como le gustaría tener presentados los resultados de la consulta. Copie esta disposición con Attributes | Copy Layout (Atributos | Copiar disposición).

-

Abra /boot/home/config/settings/Tracker/DefaultQueryTemplates, cree una nueva carpeta llamada group/filetype, remplace la diagonal con un guión bajo, p. ej., "audio_x-mp3". Abra la nueva carpeta y pegue en la disposición copiada previamente con Attributes | Paste Layout (Atributos | Pegar disposición).

- - -

index -Plantillas de consulta

-

Si hace doble clic en una consulta guardada, la búsqueda de archivo está, se inicia e inmediatamente se abre la ventana de resultados. Sin embargo, tal vez no quiere buscar esos exactos parámetros de búsqueda, sino usarlos como punto de inicio para sólo ligeramente ajustar la fórmula.
-Usando el elemento del menú Save Query as Template (Guardar búsqueda como plantilla) (véase (1) la captura de pantalla al inicio) o arrastrar y soltar el icono (10) en cualquier lugar con el botón derecho del ratón, se puede crear tal plantilla. Al darle doble clic no se abrirá la ventana de resultados, sino el panel Encontrar, dándole la oportunidad de cambiar rápidamente las cadenas de búsqueda o agregar/remover atributos.

-

Dondesea que elija guardar las plantillas de búsqueda, se listarán en el menú del panel Encontrar de las consultas recientes.

-
-
- - - - - diff --git a/docs/userguide/userguide/es/teammonitor.html b/docs/userguide/userguide/es/teammonitor.html deleted file mode 100644 index 12eea32994..0000000000 --- a/docs/userguide/userguide/es/teammonitor.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Monitor de actividad (Team Monitor) - - - - - - - - -
-
- -

Monitor de actividad (Team Monitor)

- -

Con CTRL ALT DEL se solicita la visualización del Team Monitor, donde están listados todos los programas en ejecución en ese momento.

-teammonitor.png -

Los programas que han sido ejecutados por el sistema están en azul, y aquellos iniciados por el usuario, en negro.
-Las aplicaciones que no responden, lo que suele ser signo de que el programa está colgado, están marcadas en rojo. Se puede terminar la ejecución de un programa seleccionándolo y presionando el botón Terminar Aplicación.

-

Se puede solicitar un Terminal pulsando OPT ALT T.

-

Si el Tracker o la Barra de Escritorio dejaron de funcionar correctamente se muestra un nuevo botón (a lo mejor es necesario cesar la ejecución de todo el equipo que no responde):Reiniciar el Escritorio reinicia el Tracker y/o la Barra de Escritorio.

- -
-
- - - - diff --git a/docs/userguide/userguide/es/tracker-add-ons.html b/docs/userguide/userguide/es/tracker-add-ons.html deleted file mode 100644 index 112de28ccb..0000000000 --- a/docs/userguide/userguide/es/tracker-add-ons.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Agregados de Tracker - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Agregados de Tracker

- -

Las aplicaciones pueden instalar agregados para que puedan invocarse fácilmente en una selección de archivos desde Tracker. Únicamente los agregados que pueden manejar un tipo de archivo específico se presentan bajo Add-Ons del menú contextual o del menú File (archivo) de una ventana de Tracker. Algunos agregados no necesitan necesariamente de un archivo para trabajar y por ello siempre están presentes.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    para los agregados visibles para todos los usuarios.
/boot/home/config/non-packaged/add-ons/Tracker/    para los agregados disponibles únicamente para usted.
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Agregados de Tracker de Haiku

-

Estos agregados de Tracker vienen con todas las instalaciones de Haiku:

- - - - - - - - - - - - - -
Background-BAbre las preferencias de fondo o Background para cambiar el color o imagen del Escritorio o cualquier carpeta. Si se invoca sobre un archivo de imagen, se abre el cuadro de diálogo con esa imagen ya cargada como fondo potencial.
DiskUsage-IInicia la aplicación DiskUsage con la carpeta acordada como base.
FileType-FSi se invoca sobre un archivo, abre su cuadro de diálogo Tipos de archivo específico, de lo contrario, el cuadro de diálogo preferencias de tipos de archivo se abrirá.
Open Target Folder-OSólo puede usarse sobre un archivo enlazado y abre la carpeta en la que vive ese archivo.
TextSearch-GInicia la aplicación TextSearch para buscar una cadena en la carpeta seleccionada (y sus subcarpetas).
ZipOMatic-ZSe agregará una selección de archivos al archivo zip, o si se invoca sin una selección, abre un cuadro de diálogo para crear un archivo mediante arrastrar y soltar.
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/tracker.html b/docs/userguide/userguide/es/tracker.html deleted file mode 100644 index 4eb0a9af01..0000000000 --- a/docs/userguide/userguide/es/tracker.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - - -
Índice
- Montar volúmenes
- Navegar
- Apariencia
- Preferencias de Tracker
- Trabajar con archivos
- Estado de transacción -
- -

Tracker

- -

Tracker es la interfaz gráfica para todos sus archivos. Le permite crear archivos nuevos y carpetas o encontrar, lanzar o renombrar también como copiar o borrar los existentes.

-

Al ser una aplicación como cualquier otra (el Escritorio con sus iconos es realmente sólo una ventana a pantalla completa en el fondo), Tracker aparece con sus ventanas en el Escritorio y puede cerrarse y reiniciarse. La manera más fácil para cerrar y reiniciar un Tracker sin responder o congelado (o un Escritorio "caprichoso") es llamar al Team Monitor (Monitor de equipos).

- -

-index -Montar volúmenes

-

Para ingresar a un disco duro, CD, unidad de almacenamiento USB, etc., hay que montar el volumen primero, es decir, hacerle saber al sistema que está allí. Esto se realiza con un clic derecho en el Escritorio o en un volumen ya montado (como el disco de inicio) y seleccionado el volumen desde el submenú Mount (mohtar). Puede encontrar el mismo menú Mount en la barra de escritorio Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Antes de desconectar, p. ej., un disco duro o una unidad USB, asegúrese de haber desmontado exitosamente el volumen. Esto garantiza que toda la transferencia de información haya terminado. ¡De lo contrario podría perder su información o corromper el disco!
- -

-index -Navegar

-

Predeterminadamente, cuando se da doble clic en una carpeta, Tracker abre una ventana nueva mientras deja la ventana padre abierta. Esto puede rápidamente llevar a un escritorio superpoblado.
-Puede evitarse al mantener la tecla OPT, la cual cierra automáticamente la ventana padre.
-Esto también es válido para navegación mediante teclado. Para más en ese tema, vea Atajos y combinaciones de teclado.

-

Moverse a través de carpetas es uno de los propósitos principales de Tracker, así como los administradores de archivos en otras plataformas. El Tracker de Haiku tiene algunas características únicas que le ayudarán a hacerlo más eficientemente.

- -

-indexSumergirse mediante submenús

-

En lugar de dar doble clic todo el camino carpeta tras carpeta, hay una mejor manera de sumergirse:

-drill-down.png - -

Al dar clic derecho dentro de una carpeta, y en la parte superior del menú contextual usual se encuentra un submenú de la carpeta actual que le permite navegar un nivel hacia abajo. Sólo muévase hacia abajo en la jerarquía hasta que encuentre el archivo o carpeta que estaba buscando y dé clic en él para abrirlo. Debajo se muestran el contenido de la carpeta /boot/home/config/.
-Si hace lo de arriba mientras arrastre un archivo consigo, se moverá adonde eventualmente lo suelte.

-

Un método similar puede usarse desde cualquier ventana de Tracker:

-window-drill-down.png -

Haga clic en el área inferior izquierda, donde se lista el número de items, y obtendrá submenús para cada nivel debajo de su ubicación actual. Desde allí puede descender a través de las carpetas de manera usual.

-

Note que el Escritorio es siempre el nivel superior ya que es donde Tracker muestra los volúmenes montados. Así que, si desea ir a otro disco, tiene primero que navegar a la cima (Escritorio) y cruzar hacia su otro disco desde allí.


-

Se obtiene la misma navegación de submenús cuando se arrastra un archivo sobre una carpeta. Después de un corto tiempo de sostenerlo, un submenú aparece y puede descender hacia su destino. Si se inició el arrastre con el botón derecho del ratón, se puede elegir entre copiar, mover o hacer un acceso directo al archivo cuando se suelte dicho botón.

- -

-index -Saltar a archivos con type-ahead

-

Puede que esté familiarizado con el concepto de administradores de archivos de otros sistemas operativos: al escribir las primeras letras de un nombre de archivo se saltará hacia el primer archivo que concuerde con esos carácteres iniciales. Haiku tomó la idea un paso más adelante. Si no hay un archivo que comience con esos carácteres, saltará al primer archivo que incluya la cadena en cualquier lugar en su nombre. Y si no hay nada con la cadena en su nombre de archivo, se busca enseguida en los atributos.

-window-type-ahead.png -

En el ejemplo de arriba, hay muchos archivos que inician con "Haiku logo", acercamientos más simples que type-ahead son inútiles. En Haiku, sin embargo, escribir "web" salta enseguida a la primera aparición en "Haiku logo - website". Los carácteres que se ingresan aparecen en la esquina inferior izuierda donde normalmente se encuentra el ítem enumerando todos los archivos en la carpeta. Un segundo después de ingresar un carácter, la visualizaciön regresa a la normalidad y está lista para una nueva búsqueda de type-ahead.

-

-index -Filtrado de Type-ahead

-

En lugar de saltar a un archivo mientras se escribe, también está la opción de filtrar todos los los archivos que no concuerden con la cadena de type-ahead. Esto puede mejorar la claridad dramáticamente, en especial cuando se trabaja con carpetas muy pobladas. Al usar MAYÚSCULAS BARRA ESPACIADORA como delimitadores, puede inclusive filtrar sobre múltiples cadenas.
-Al contrario al salto de type-ahead, el filtrado se mantendrá hasta que presione ESC o cierre la ventana (o deje el folder si está utilizando Navegación en una sola ventana).
-Este filtrado de type-ahead se selecciona en las Preferencias de Tracker.

- -

-index -Apariencia

-window-menu.png -

Las ventanas de Tracker ofrecen tres modos de vista diferentes desde el menú Window (Ventana):

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

El menú Window (ventana) ofrece otras cuantas funciones:

-
    -
  • Resize Window (retamañar ventana, ALT Y) - Cambia el tamaño de la ventana a su medida ideal.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Algunas veces sólo se requiere reacomodar unos cuantos iconos sin hacer un Clean Up (reacomodo, ALT K). En ese caso, puede seleccionar esos iconos y comenzar a arrastrarlos hacia su nueva ubicación. Antes que los suelte, mantenga presionada la tecla ALT. Esto alineará los iconos a la rejilla invisible.

-

El resto de las funciones son muy autoexplicativas, vayamos a las preferencias de Tracker.

- -

-index -Preferencias de Tracker

-

Window | Preferences... (Ventana | Preferncias...) abre un cuadro de diálogo que ofrece algunas selecciones que, aunque no fuera obvio, debiera aclararse una vez que se intenten. Ya que todas las selecciones se aplican en vivo, inmediatamente verá los cambios. -
Así que, en breve, las selecciones no tan obvias:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows (ventanas) - Puede seleccionarse Single Window Navigation (navegación en una sola ventana), p. ej., si al dar doble clic en una carpeta no se abre en su propia ventana, sino dentro de la ventana ya abierta, remplazando la vista de su carpeta padre. Esto no es lo mismo que dar clic mientras se mantiene presionada la tecla OPT, como se describió arriba, ya que se perderá la posición y tamaño guardado por cada ventana. -

    -tracker-preferences-navigator.png -

    -

    Antes que elija el modo "Single Window Navigation" de Tracker, ya que puede ser más familiar, le recomendamos darle una oportunidad a la exploración basada en menús, porque puede funcionar mucho más rápido tras acostumbrarse. Del otro lado, la navegación en ventana única ofrece un Navegador donde se puede ingresar o copiar y pegar un nombre de ruta y usar los botones atrás, adelante y arriba.

    -

    Activar el filtrado de Type-ahead filtrará los contenidos de una ventana de Tracker mientras se escribe para desplegar sólo los archivos que concuerden con la cadena en su nombre o cualquier atributo actualmente desplegado. Vea arriba.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

Este cuadro de diálogo, por cierto, también está disponible como Tracker en las Preferences (preferencias) de la barra de escritorio Deskbar.

- -

-index -Trabajar con archivos

-

Cuando se invoca sobre un archivo seleccionado, la mayoría de los comandos del menú File (archivo) también se ofrecen en el menú contextual al hacer clic derecho en ese archivo.

-

Como siempre, los comandos son muy claros.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Estado de transacción

-

Cuando se copian, mueven o borran archivos, Tracker muestra su progreso con una ventana de estado. Si se inicia más de una transacción, cada trabajo obtiene su propio desplegado de estado.

-transaction-status.png -

A la derecha están dos botones para pausar o detener la transacción completamente. Algunas veces puede ser útil para temporalmente pausar una transacción larga. Por ejemplo, puede necesitar abrir rápidamente una aplicación grande. Copiar grandes cantidades de información choca con el ancho de banda de entrada y salida de su disco duro y así se demora el flujo de trabajo.

- -
-
- - - - - diff --git a/docs/userguide/userguide/es/twitcher.html b/docs/userguide/userguide/es/twitcher.html deleted file mode 100644 index 0ed0fe615f..0000000000 --- a/docs/userguide/userguide/es/twitcher.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
- -

Twitcher

- -

Twitcher es un selector de tareas para moverse entre las diversas aplicaciones en ejecución, así como sus ventanas.

-twitcher.png -

Teclee CTRL TAB para seleccionar entre la actual y la última aplicación/ventana. Tecleando CTRL TAB rápidamente, navegará entre todas las aplicaciones. O también presione y mantenga CTRL TAB para moverse a través de todas las aplicaciones en ejecución pulsando repetidamente TAB o /. Si se necesita una ventana concreta de un programa, vaya a su icono de la forma descrita y entonces a sus diversas ventanas abiertas con las teclas / .

-

Se recorre el conjunto de las ventanas de las aplicaciones visibles sobre el espacio activo de trabajo con CTRL ~ (lo que corresponde, según el teclado que se esté utilizando, a la tecla bajo ESC). - - -

-

También es posible solicitar a Twitcher con CTRL TAB y entonces, usar el ratón para elegir la aplicación o la ventana hacia la cual será dirigido al soltar la tecla CTRL . - -

-

Twitcher también ofrece algunos accesos rápidos de teclado más avanzados:

- - - - -
ESCCesa la actividad y vuelve a la ventana activa actual.
QDesmarca la aplicación seleccionada.
HOculta todas las ventanas de la aplicación seleccionada.
- -
-
- - - - diff --git a/docs/userguide/userguide/es/workshop-email.html b/docs/userguide/userguide/es/workshop-email.html deleted file mode 100644 index c57ea8980c..0000000000 --- a/docs/userguide/userguide/es/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - - -
Index
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/es/workshop-filetypes+attributes.html b/docs/userguide/userguide/es/workshop-filetypes+attributes.html deleted file mode 100644 index 0f033443ab..0000000000 --- a/docs/userguide/userguide/es/workshop-filetypes+attributes.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - Taller: Tipos de archivo, atributos, índices, y consultas - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - - -
Índice
- Preparativos
- Crear un tipo de archivo personalizado
- Icono
- Reconocimiento de archivos
- Descripción
- Aplicación preferida
- Atributos adicionales
- Indexado
- Completar la información
- Consultar la base de datos -
- -

Taller: Tipos de archivo, atributos, índices, y consultas

- -

Este es un taller de trabajo para mostrar el uso de los Atributos, Consultas, el Indexado y Tipos de archivo personalizados. Como ejemplo, construiremos una base de datos para llevar un registro de nuestra colección de DVDs.

- -

-index -Preparativos

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Aquí están los atributos que me gustaría ver para mis DVDs:

-
    -
  • Título de la película
  • -
  • Género
  • -
  • URL a, por ejemplo, IMdB
  • -
  • Director/Personal
  • -
  • Argumento
  • -
  • Mi puntuación del 1 al 10
  • -
  • Coordenadas en mi estantería, por ejemplo, A2, B3, así también puedo encontrar el DVD en la vida real :)
  • -
  • Si es así, a quién he prestado el disco...
  • -
- -

-index -Crear un tipo de archivo personalizado

-

Inicie las preferencias de Filetypes (Tipos de archivo) y haga clic en el botón Add... (añadir) debajo de la lista jerárquica de la izquierda. Al hacerlo, se abre una pequeña ventana de diálogo donde se especifica en qué grupo MIME residirá el nuevo tipo de archivo; se puede crear también un grupo completamente nuevo. Pongámoslo en "applications" (aplicaciones) y démosle DVDdb como el nombre interno (en "Internal Name").

-filetypes-new-file-type.png -

Ahora, un panel para su nuevo tipo de archivo DVDdb se abre:

-filetypes-dvddb.png - -

-index -Icono

-

Haga doble clic en el pozo de icono para abrir a Icon-O-Matic y diseñar un icono para su tipo de archivo. También puede arrastrar y soltar un icono desde el pozo de iconos de otro tipo, quizás como punto de referencia para una versión modificada.

- -

-index -Reconocimiento de archivos

-

Puede añadir sufijos tales como .txt, .jpg, .mp3 para reconocer archivos por extensión. Resulta útil cuando se trabaja con archivos de sistemas que no tienen tipos MIME. No lo necesitaremos para nuestro ejemplo.

- -

-index -Descripción

-
    -
  • Nombre de tipo - Aparece por ejemplo en el menú de atributos de las ventanas de Tracker, y en la clase de atributo de archivo.
  • -
  • Descripción - Una descripción un poco más detallada.
  • -
- -

-index -Aplicación preferida

-

Este menú muestra una lista de todos los aplicaciónes que pueden usar este tipa de file. Puede definir la programa que abre este file especifico cuando lo da clic doble.

- - - -
Select... abre una ventana de archivo donde se elige la aplicación a abrir para este tipo de archivo. Aquí configuramos ShowImage para mostrar la carátula del DVD.
Same as... abre una ventana de archivo donde se elige un archivo que ya tenga la aplicación preferida por la que estás buscando.
- -

-index -Atributos adicionales

-

Aquí ingresamos todos los atributos personalizados que decidimos en nuestras preparaciones. Dando clic en el botón Add... se abre un cuadro de diálogo:

-filetype-extra-attribute.png -
    -
  • Attribute Name (nombre del atributo) - Aparece, p. ej., como la columna de encabezado en las ventanas de Tracker.

  • -
  • Internal Name (nombre interno) - Se usa para indexar y consultar al atributo.

  • -
  • Type (tipo) - Define el valor que el atributo puede manejar y por lo tanto cómo se consultará. -
      -
    • String para texto normal
    • -
    • Boolean para información binaria: 0 ó 1
    • -
    • Integer para números enteros con rangos diferentes: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float para números con punto flotante, de precisión sencilla
    • -
    • Double para números con punto flotante, de precisión doble
    • -
    • Time para formato de día y hora
    • -
    -
  • -
-
    -
  • Visible - Esta casilla de verificación determina si el atributo puede estar visible en una ventana de Tracker. Ya que Tracker será la interfaz de nuestra base de datos DVD, la comprobamos y definimos su visualización con:
      -
    • Display As (desplegar como) - Déjela en "Default" (predeterminado). En el futuro estarán disponibles más opciones, p. ej., una barra o estrellas para calificar, etc.
    • -
    • Editable - Determina si el atributo podrá editarse en Tracker.
    • -
    • Width (ancho) - El ancho predeterminado de esa columna de atributos en una ventana de Tracker.
    • -
    • Alignment (alineación) - El atributo se puede desplegar alineado a la izquierda, centrado o a la derecha.
    • -
-

Ahora, ingrese toda la información para nuestros atributos:

- - - - - - - - - - -
Nombre internoTipo de atributo¿Indexado?Descripción
DVDdb:title text Título de la película
DVDdb:genre text Género
DVDdb:url text No URL
DVDdb:cast text Director/Personal
DVDdb:plot text No Argumento
DVDdb:rating int-32 Calificación de 1 a 10
DVDdb:coord text No Anaquel/Ubicación
DVDdb:lent text Prestado a
- -

-index -Indexado

-

Antes que empecemos a ingresar información en nuestra pequeña base de datos de DVD, deberíamos agregar ciertos atributos al índice. Únicamente los atributos indexados pueden usar las consultas rápidas de Haiku.
-Asi que, ¿qué estaremos buscando en el futuro? Probablemente no preguntemos "¿Qué está en la coordenada B4 en mi estante?" o "¿El URL de IMdB o la trama de la película contienen la palabra 'pope-shenooda'?"

-

Lo anterior deja estos atributos:

- - - - - - -
Nombre internoTipo de atributo
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

Para indexarlos, abrimos una Terminal y simplemente agregamos un atributo después del otro:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

La opción -t define el tipo de atributo, el cual es "string" para todos excepto la calificación, que es un número entero.

- -

-index -Completar la información

-

Ahora, todo está listo y podemos comenzar a poner información en nuestra base.
-ya que nuestro archivo básico es una imagen de portada, vamos a algún recurso en línea como IMdB, buscamos nuestra primera película y guardamos la portada o el afiche (poster) de la película en una carpeta nueva donde queramos mantener nuestros archivos DVDdb.

-

Al abrir esa carpeta vemos una ventana típica de Tracker con un JPEG en ella. Al darle clic derecho, cambiamos su tipo de archivo a application/DVDdb con el agregado Filetype Addon. Hay más información sobre esto en el documento Tipos de archivo.

-

Enseguida, activamos todos nuestros atributos DVDdb desde el menú Attributes de la ventana de Tracker y reacomodamos las columnas a nuestro gusto:

-filetypes-dvddb-empty.png -

Dando clic en un atributo todavía vacío (o presionando ALT E) ingresamos al modo de edición y llenamos cada atributo. Con TAB y MAYÚSUCULAS TAB se puede navegar entre atributos.

-

En nuestro ejemplo, usualmente comenzamos con una portada JPEG descargada y cambiamos su tipo a applications/DVDdb. Hay otra manera elegante de producir un archivo para trabajarlo. Sólo copie un archivo vacío de nuestro tipo de archivo a /boot/home/config/settings/Tracker/Tracker New Templates y renómbrelo a DVDdb.

-

Dando clic derecho dentro de una ventana de Tracker, encontrará una nueva entrada debado de New... además de la predeterminada "New folder" (carpeta nueva).

- -

-index -Consultar la base de datos

-

Bastantes horas de trabajo a regañadientes después, tenemos una agradable pequeña base de datos que podemos consultar para encontrar todas las películas de Christina Ricci en nuestro poder que tengan calificación de 7+ :)

-

Se puede asignar una vista de atributos sensible para los resultados de búsqueda de un tipo de archivos específico.
-Para ello abra una carpeta con archivos DVDdb y reacomode los atributos como le gustaría que se presentaran los resultados de la consulta. Copie esta vista con el menú Attributes | Copy Layout.

-

Abra /boot/home/config/settings/Tracker/DefaultQueryTemplates, cree una nueva carpeta y cámbiele el nombre a group/filetype, remplazando las diagonales con guiones bajos: en nuestro caso "applications_DVDdb".

-

Abra la carpeta nueva y pegue la vista con Attributes | Paste Layout. ¡Listo!:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/es/workshop-wlan.html b/docs/userguide/userguide/es/workshop-wlan.html deleted file mode 100644 index 67a03b6895..0000000000 --- a/docs/userguide/userguide/es/workshop-wlan.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - - -
Index
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/es/workspaces.html b/docs/userguide/userguide/es/workspaces.html deleted file mode 100644 index ee5e71fafd..0000000000 --- a/docs/userguide/userguide/es/workspaces.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Espacios de trabajo - - - - - - - - -
-
- -

Espacios de trabajo

- -

Los espacios de trabajo son escritorios virtuales completos, con su propia resolución, profundidad de color y fondo de pantalla. Hasta 32 de estos espacios de trabajo se pueden configurar desde las preferencias de pantalla.

- -workspace_overviewpng.png - -

-index -Cambiar entre espacios de trabajo

-

Puede cambiar de espacios de trabajo, bien haciendo clic en el applet de espacios de trabajo (el cual se ve en la imagen de ariba), o utilizando el atajo de teclado ALT Fx, donde "x" es el número del espacio de trabajo. Es buena idea organizar los espacios de trabajo en filas de cuatro, para imitar la distribución de las teclas Fx en el teclado.
-También, dar click en la aplicación o en una de sus ventanas en el Deskbar, le enviará al espacio de trabajo en el que está.

-

Otra forma cómoda de hacerlo es utilizar CTRL ALT /// para moverse espacialmente entre las filas y columnas de los espacios de trabajo disponibles. Si adicionalmente se presiona MAYÚSCULAS, la ventana activa se moverá con usted hacia el nuevo espacio de trabajo.

-

Puede alternar entre dos espacios de trabajo con ALT ~ (que, dependiendo del mapa de teclado que esté usando, es la tecla debajo de ESC, que tendrá que pulsar dos veces para obtener ~).

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications.html b/docs/userguide/userguide/fi/applications.html deleted file mode 100644 index 21b03a3be0..0000000000 --- a/docs/userguide/userguide/fi/applications.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - Sovellukset - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

Sovellukset

- -

Katsokaamme yksityiskohtaisesti sitä kuinka asennetaan ja poistetaan ohjelmia ennen sukeltamista Haikun mukana tuleviin sovelluksiin. Kätevin tapa löytää, asentaa, päivittää ja poistaa sovelluksia on Haikun pakkauksenhallintajärjestelmän kautta. Koska Haiku on kuitenkin suurelta osin binaarinen ja lähdeyhteensopiva BeOS-esi-isän kanssa, saatat löytää vanhempia arkistoja (.zip ja .pkg), jotka voidaan myös asentaa.

-
Alla mainitaan aina ~/system/-kansiohierarkia. Jos tarkoituksesi on asentaa pakkauksia vain yhdelle käyttäjälle (sitten kun Haikusta tulee monikäyttäjäkäyttöjärjestelmä), sinun pitäisi käyttää peilitiedostojärjestelmää kotikansion ~/config/ alla. Katso lisätietoja aiheesta Tiedostojärjestelmäkokoonpano.
- -

-index -Haiku-pakkaukset (.hpkg)

-

Yksinkertaisin tapa on käyttää HaikuVarastoa pakkausten etsimiseen, lataamiseen ja automaattiseen asentamiseen tai asennuksen poistamiseen. Jos olet ladannut pakkauksen jostain muualta ———— ehkä koska se ei ole (vielä) julkisessa tietovarastossa ———— kaksoisnapsauta vain sitä sen avaamiseksi HaikuVarastossa ja asenna se sieltä.

-

Löydät äskettäin asennetun sovelluksen kansiosta ~/system/apps/ tai komentorivisovelluksen tapauksessa kansiosta ~/system/bin/. Kaikki muut tiedostot, joista ohjelma on riippuvainen (kirjastot, data, lisäosat, jne.) ilmaantuvat automaattisesti oikeisiin paikkoihin tiedostojärjestelmässä.

-

Aiheet Työpöytäpalkki tai Käynnistyslaatikko kuvailevat, kuinka pikakuvake lisätään vasta asennettuun sovellukseen.

-
Muuten, vaikka voit purkaa .hpkg-tiedoston, kuten minkä tahansa muun arkiston, pakkauksenhallinta ei tee sitä pakkauksen asennuksen aikana. Vaikka alla oleva tiedostojärjestelmä vain näyttää levittävän tiedostot asianmukaisiin paikkoihin, mitään tiedostojen fyysistä siirtämistä ei tapahdu. Tästä syystä asentaminen/asennuksen poisto on hyvin nopeaa ja siistiä.
-

Jos pakkauksessa on riippuvuus joistakin muista kirjastoista tai pakkauksista, ponnahdusikkuna kysyy myös, että ladataanko ja asennetaanko välttämättömät tiedostot.

-

Asennuksen poistaminen on yhtä helppoa: Etsi pakkaus vain HaikuVarastosta ja napsauta Poista asennus-painiketta.

-

Jos työskentelet Pääteikkunassa tai haluat tehdä pakkauksen asennuksen poistamisen tai asentamisen skriptissä, sinun on katsottava komentoa pkgman --help.

- -

-index -Vanhat BeOS-arkistot (.zip ja .pkg)

-

BeOS-arkistot, jotka sisältävät sovelluskansiossa kaiken tarvittavan, voidaan yksinkertaisesti purkaa (kaksoisnapsautus avaa Laajentajan tai vanhan Pakkausasentajan) avulla missä tahansa kansion /boot/home/ alla ja sovellus voidaan suorittaa siellä. Sellaisten itsensäsisältävien sovellusten asennuksen purkaminen on helppoa: poista vain sovelluksen kansio.

-

Seuraava koskee vanhojen BeOS-sovellusten enemmistöä. Jos ilmenee, että sovellus ei toimi suoraan "laatikosta otettuna", koska se haluaa levittää tiedostojaan kiinteästi koodattuihin kansiosijainteihin, joiden olemassaoloa ei taata, voit yrittää korjata pulman manuaalisesti. Kansio ~/system/non-packaged/ sallii sinun luoda uudelleen tarvittavan kansiohierarkia. Kun yhä enemmän oikeita .hpkg-pakkauksia tulee saataville ja vanhat BeOS-sovellukset pakataan uudelleen, tätä tarvitaan yhä vähemmän. Tarkista tästä verkkoartikkelista kuinka non-packaged-hierarkiaa käytetään.

- -

-index -Haikun sovellukset

-

Haikun mukana tulee pieni, mutta olennainen joukko sovelluksia. Löydät ne kaikki kansiosta /boot/system/apps/. Sovellukset, joita ei normaalisti käynnistetä kaksoisnapsauttamalla data-tiedostoa (esimerkiksi ShowImage kuvatiedostoille) voidaan löytää Työpöytäpalkin valikosta Sovellukset.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAktiviteettivalvonta Työkalu järjestelmäresurssien kuten prosessori- ja muistikäytön jäljittämiseksi.
iconAlkulataushallinta Työkalu, joka asentaa alkulatausvalikon levyaseman Master Boot Record (MBR) -tietueeseen.
iconMerkkikuvaus Sovellus, joka näyttää Unicode-merkkikuvauksen.
iconCody-kamera Työkalu, joka säännöllisesti kopioi kuvatiedostoja webbikamerasta palvelimelle.
iconDebugger A graphical debugger.
iconTyöpöytälaskin Laskin.
iconLevyasemakoestin Heksadesimaalieditori tiedostoille ja laitteille.
iconLevyasemakäyttö Työkalu, joka visualisoi levymuistin käytön.
iconLevyasema-asetukset Levyaseman osiointityökalu.
iconLaajentaja Työkalu, joka purkaa tavalliset arkistot.
iconHaikuVarastot Työkalu (sovellus)pakkausten löytämiseksi, lataamiseksi, päivittämiseksi ja asennuksen purkamiseksi
iconKuvakemaatti Sovellus Haikun vektorikuvakkeiden luomiseksi.
iconAsennusohjelma Työkalu Haikun asentamiseksi osiolle.
iconSuurennuslasi Suurennettu alue hiiren kohdistimen alla.
iconSähköposti Sähköpostiasiakasohjelma.
iconMediasoitin Soitin kaikille tuetuille audio- ja videotiedostoille.
iconMIDI-soitin Soitin MIDI-tiedostoille.
iconPakkausasentaja Asennusohjelma PKG-muotoisille BeOS-pakkauksille.
iconIhmiset Yhteystietojen hallinta.
iconKöyhis Yksinkertainen webbipalvelin.
iconNäytönkaappaus Työkalu näyttökaappausten ottamiseksi.
iconKuvakatselin Yksinkertainen kuvakatselin.
iconÄäninauhuri Työkalu audiotiedostojen äänittämiseksi kanavalta tai mikrofonista. [puuttuu yhä]
iconTyylitetty editori Yksinkertainen tekstieditori.
iconPääteikkuna Pääsy bash-komentotulkkiin.
iconTekstihaku Hakutyökalu tekstitiedostoille.
iconTV Katselin analogia-TV:lle. [puuttuu yhä]
iconWebPositive Kotoperäinen webbiselain
- -

-index -Haikun komentorivisovellukset

-

Paitsi normaalit komentorivityökalut, jotka tulevat bash-komentotulkin kera tai ovat välttämättömiä POSIX-yhteensopivuuden vuoksi, Haikun mukana tulee muutamia mainitsemisen arvoisia Haiku-kohtaisia komentorivisovelluksia. Nämä komennot ovat usein hyödyllisiä skriptaustarkoituksessa, katso myös aihe Bash ja skriptaus.

- - - -
iconKaikkien komentorivisovellusten luettelo
iconHaiku-kohtaiset komentorivisovellukset
- -

-index -Sovelluspaketit

-

Paitsi yllä luetellut sovellukset, joita Haiku-hanke ylläpitää, vakiossa Haiku-järjestelmässä on muutamia olennaisia sovelluspaketteja. Viat ja ominaisuustoivomukset niille on lähetettävä kyseisten sovellusten ylläpitäjille.

- - - - - - - - - - - -
iconBePDF PDF-selain.
iconPe Kehittynyt tekstieditori syntaksivärityksellä ja paljolla muulla.
iconVision IRC-asiakassovellus.
iconWonderBrush YellowBite-yrityksen grafiikkaohjelma.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/activitymonitor.html b/docs/userguide/userguide/fi/applications/activitymonitor.html deleted file mode 100644 index 5f1f205a86..0000000000 --- a/docs/userguide/userguide/fi/applications/activitymonitor.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Aktiviteettivalvonta - - - - - - - - -
-
- -

activitymonitor-icon_64.pngAktiviteettivalvonta

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/ActivityMonitor
Asetukset:~/config/settings/ActivityMonitor settings
-


-

Voit jäljittää järjestelmäresursseja käynnistämällä Aktiviteettivalvonnan ja aktivoimalla eri kiinnostuksen kohteita.

-activitymonitor.png -

Napsauttamalla ikkunassa hiiren kakkospainiketta voit vaihdella erilaisten resurssien näyttöä:
-Käytetty muisti, välimuistitettu muisti, näennäismuistitila, suoritinkäyttö, verkkovastaanotto, verkkolähetys, sivuvirheet, opastimet, portit, säikeet, ryhmät, suoritetaan sovelluksia, raakadataleikepöytä, mediasolmut.

-

Grafiikan alla on selite (asiayhteysvalikosta piilotettava). Voit vaihtaa värejä ja grafiikan taustaa vetämällä ja raahaamalla minkä tahansa väripoimijan, esim.: sovelluksesta Kuvakemaatti.

-

Voit lisätä lisää näkymiä Tiedosto-valikosta, jos se tulee liian täyteen.

-

Valikko Asetukset avaa paneelin päivitysvälin asettamista varten.

-

Jokaisella näkymällä on oma Kopio-käsittelijä ja se voidaan siten järjestää esimerkiksi työpöydälle.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/bepdf.html b/docs/userguide/userguide/fi/applications/bepdf.html deleted file mode 100644 index 394a5ff3e4..0000000000 --- a/docs/userguide/userguide/fi/applications/bepdf.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/BePDF/BePDF
Dokumentaatio:/boot/system/apps/BePDF/docs/*
Asetukset:~/config/settings/BePDF
-


-

BePDF on nopeasti käynnistettävä PDF-selain. Paitsi selausta, se tukee kommenttien lisäystä ja käyttäjän lisäämiä kirjanmerkkejä salaamattomissa PDF-tiedostoissa. Se on kokonaan kotoistettu tällä hetkellä 20 kielelle ja lisäkieliä voidaan lisätä helposti tekstitiedostojen avulla.

-

Dokumentaatio on saatavilla HTML- tai PDF-muodossa. Jälkimmäinen avautuu myös valikosta Opaste | Näytä opaste....

-
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/bootmanager.html b/docs/userguide/userguide/fi/applications/bootmanager.html deleted file mode 100644 index 924c8fbd71..0000000000 --- a/docs/userguide/userguide/fi/applications/bootmanager.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Käynnistyshallinta - - - - - - - - -
-
- -

bootmanager-icon_64.pngKäynnistyshallinta

- - - - -
Työpöytäpalkki:Ei valikkoriviä, käynnistetään normaalisti Asennusohjelman Työkalut-valikosta
Sijainti:/boot/system/apps/BootManager
Asetukset:ei ole
MBR-varmuuskopiot tallennetaan oletuksena hakemistoon ~/config/settings/bootman/
-


-

Jos et lisää Haiku-osiota olemassa olevaan käynnistyshallintaan kuten GRUB, Käynnistyshallinta voi asentaa Master Boot Record (MBR) -tietueeseen pienen käynnistysvalikon, joka näyttää likimain tällaiselta:

-bootmenu.png -
Käynnistyshallintaa ei ole vielä testattu kovin hyvin ja siinä on vielä joitakin rajoituksia, joista se valittaa, jos ne kohdataan: valikko voidaan asentaa vain ensimmäiselle kiintolevylle ja siinä on oltava 2 kibitavua tilaa Master Boot Record (MBR) -tietueen jälkeen.
-

Käynnistyshallinta ohjaa sinut käynnistysvalikon asennusprosessin lävitse.

-

-index -Kohdelevyaseman valitsiminen

-bootmanager-1.png -

Käynnistyshallinta lähtee kaikkien saatavilla olevien levyasemien luettelosta, josta valitset kohteen. Jos kohdelevyasemalla on jo olemassa käynnistysvalikko, painike Poista asennus tulee aktiiviseksi johdatellen sinut yksinkertaisen proseduurin lävitse aiemmin varmuuskopioidun MBR:n palauttamiseksi, mikä poistaa taas käynnistysvalikon.
Muussa tapauksessa jatka valitsemalla Asenna.

-

-index -Master Boot Record (MBR) -tietueen varmuuskopiointi

-

Master Boot Record (MBR) tallennetaan nyt siltä varalta, että jokin menee vikaan ja haluat taas poistaa käynnistysvalikon. Tämä on selvästi hyvin tärkeä askel. Varmista, että et vahingossa korvaa jotain toista MBR-varmuuskopiota esimerkiksi ehkä jostain aikaisemmasta kokeilusta!

-bootmanager-2.png -bootmanager-3.png -

Valitse vain varmuuskopiotiedoston "MBR" kohde tai jätä oletuspolku. Seuraava-painikkeen napsauttamisen jälkeen saat vahvistuksen siitä, että varmuuskopiointi onnistui.

-

-index -Käynnistysvalikon asettaminen

-bootmanager-4.png -bootmanager-5.png -

Seuraavaksi sinulle esitellään kohdelevyaseman kaikkien osioiden luettelo. Asettamalla pukki-merkin päätät siitä, että mitkä osiot ilmaantuvat käynnistysvalikkoon. Tekstilaatikot sallivat sinun nimetä osiot uudelleen.

-

Sen jälkeen valitset ponnahdusvalikosta, että miltä osiolta käynnistetään oletuksena ja aseta aikavalvonta alla olevasta liukukytkimestä. Tässä "Heti" ohittaa käynnistysvalikon kokonaan. "Ei koskaan" tarkoittaa, että käynnistys pysähtyy käynnistysvalikkoon. Voit ohittaa aikavalvonnan pitämällä ALT-näppäintä alhaalla käynnistyksen aikana.

-

-index -Käynnistysvalikon kirjoittaminen

-bootmanager-6.png -bootmanager-7.png -

Ennen kuin käynnistysvalikko kirjoitetaan MBR-tietueeseen, saat asetuksesi yhteenvedon ja siten viimeisen mahdollisuuden keskeyttää toiminnon. Älä silti murehdi, niin kauan kuin pidät MBR-varmuuskopion tallessa, voit helposti perua muutokset. Jos asiat menevät kunnolla sekaisin, voit aina käynnistää Haikun asennus-CD-levyltä tai USB-tikulta ja kirjoittaa MBR-varmuuskopion takaisin kiintolevylle Käynnistyshallinnan avulla.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/cdplayer.html b/docs/userguide/userguide/fi/applications/cdplayer.html deleted file mode 100644 index 703682f1a7..0000000000 --- a/docs/userguide/userguide/fi/applications/cdplayer.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - CD-soitin - - - - - - - - -
-
- -

cdplayer-icon_64.pngCD-soitin

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/CDPlayer
Asetukset:~/cd/* - Tallentaa yksityiskohdat kaikista tunnistetuista CD-levyistä
-


- -


-cdplayer.png -

Käyttö on hyvin paljon sitä, mitä voi otaksua, kun katsoo ohjainpainikkeita.
Aktivoi Toisto-painike Shuffle-satunnaisjärjestyspainikkeen vasemmalla puolella, jolloin CD-soi jatkuvana silmukkana.

-

Jos tarvitset enemmän ohjaustoimintoja, kuten soittolistoja, kokeile sen sijaan Mediasoitinta.

-
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/charactermap.html b/docs/userguide/userguide/fi/applications/charactermap.html deleted file mode 100644 index f8a6692ec6..0000000000 --- a/docs/userguide/userguide/fi/applications/charactermap.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Merkkikuvaus - - - - - - - - -
-
- -

charactermap-icon_64.pngMerkkikuvaus

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/CharacterMap
Asetukset:~/config/settings/CharacterMap settings
-


-

Merkkikuvaus näyttää sinulle UTF-8-koodin jokaisesta kirjaimesta, jota kirjasin tukee.

-charactermap.png -

Vasemmalla on vakiolohkot yhdessä kätevien suodatintoimintojen kanssa. Valinnaisesti voit valita myös Näkymä-valikosta Näytä yksityiset lohkot. Oikealla näytetään todelliset merkit näissä lohkoissa, käyttäen kirjasinta, joka on määritelty Kirjasin-valikossa. Alla voit muuttaa kirjasimen kokoa. Ja sen alla näytetään hiiren kohdistimen kohdalla olevan kirjainmerkin heksadesimaali-, desimaali ja UTF-8 -arvo.

-

Voit raahata ja pudottaa merkin suoraan merkkikuvauksesta tekstieditoriin, tai valita hiiren oikealla painikkeella yhden seuraavista vaihtoehdoista: -Kopioi merkki (ALT C) tai Kopioi koodinvaihtomerkkijonona (VAIHTO ALT C). Tuloksena on esimerkiksi joko tai \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/fi/applications/cli-apps.html b/docs/userguide/userguide/fi/applications/cli-apps.html deleted file mode 100644 index 8f02b3a367..0000000000 --- a/docs/userguide/userguide/fi/applications/cli-apps.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Komentorivisovellukset - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

cli-app-icon_64.pngHaiku-kohtaiset komentorivisovellukset

- - -
Sijainti:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Attribuutteihin liittyvät sovellukset: listattr, catattr, addattr, rmattr, copyattr

-

Näitä komentoja käytetään näyttämään, lukemaan, lisäämään ja poistamaan tiedostojen attribuutteja. Muista, että nämä metatiedot ovat nykyisin käytettävissä vain BFS-alustetuilla taltioilla. Siirrettäessä tiedostoja toisiin tiedostojärjestelmiin kaikki attribuutit häviävät!
-Kaikki nämä komennot on kuvailtu aiheessa Pääteikkunan attribuutit.

- -

index -Hakemistoihin liittyvät sovellukset: lsindex, mkindex, reindex, rmindex

-

Näillä komennoilla voit luetteloida, tehdä, indeksoida uudelleen ja poistaa BFS-hakemistojen indeksejä. Jokaisella taltiolla on oma hakemistonsa, muista se kopioidessasi tiedostoja taltiolta toiselle.
-Nämä komennot kuvaillaan aiheessa Hakemisto.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Hyödylliset skriptikomennot

-

Tässä on muutamia komentorivityökaluja, jotka ovat erityisen hyödyllisiä skriptikäyttöön (katso myös aihetta Bash ja skriptien käyttö).

- - - - - - - - - - -

alert

alert taikoo tyypillisen hälytysikkunan ennalta määritellyllä kuvakkeella, selittävällä tekstillä ja enimmillään kolmella painikkeella. Se palauttaa painetun painikkeen otsikon ja poistumistilan (alkaen numerosta 0). Esimerkiksi, tämä on tehty rivillä:

-
alert --idea "FantasticApp(tm) asennettu onnistuneesti!
-Haluaisitko linkittää sen?" "Työpöydälle" "Työpöytäpalkkiin" "Ei kiitos"
-

cli-alert.png

-

filepanel

filepanel näyttää lataus- ja tallennustiedostopaneelin ja sallii käyttäjän valita tiedoston tai sijainnin. Paluuarvona saat valitun tiedoston tai kansion polun. Käytettävissä on useita parametreja, esimerkiksi aloituskansion asettaminen, ikkunan otsikko, oletusnimi tallennettaessa tai rajoitukset sallituissa tiedostotyypeissä. Tämä on esimerkki

-
filepanel -s -t "Tallenna lokitiedostosi" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey on pieni aputyökalu, joka lähettää BMessage-viestit sovellukseen ja tulostaa niiden vastauksen. Sitä voidaan käyttää sovellusskriptaukseen, toisin sanoen sovelluksen "kauko-ohjaukseen" skriptistä tai komentoriviltä. Sen käyttö on hiukan mutkikasta... Scot Hackerin BeOS-raamatussa on perusteellinen hey-oppikurssi, jonka tekijä on Chris Herborth.

-

query

query on komentoriviversio Etsi-paneelista. Itse asiassa, nopea tapa tuottaa hakutermi on rakentaa kysely Työpöytäpalkin Etsi-paneelissa, vaihtaa valikkoon kaavoittain, lisätä kaksoislainausmerkit (") eteen ja taakse ja liittää koko merkkijono query-komentosi perään Pääteikkunassa tai skriptissäsi.

-

waitfor

waitfor on kiva tapa odottaa tietyn sovelluksen tai säikeen käynnistymistä tai loppumista.

-
- -

index -Muut komennot

- - - - - - - - - - - - -

checkfs

checkfs on tärkeä työkalu tarkistamaan tiedostojärjestelmäsi virheet. Lisää yksinkertaisesti taltionimi, kuten /Haiku tai laitepolku ja ohjelma käy lävitse jokaisen tiedoston ja korjaa epäyhtenäisyydet missä mahdollista.

-

desklink

desklink voi asentaa kuvakkeen mille tahansa tiedostolle, kansiolle, kyselylle tai sovellukselle Työpöytäpalkin tarjottimelle. Se tarjoaa myös mahdollisuuden tiettyjen toimintojen suorittamiseen kontekstivalikosta napsauttamalla hiiren oikealla painikkeella kuvaketta. Esimerkkinä, yritä tätä lisäämällä komentorivisovellus screenshot eri valitsimilla ("\" ensimmäisellä rivillä on vain rivinvaihto Pääteikkunassa):

-
 desklink "cmd=Aktivoi ikkuna (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Poista kopio:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage sallii sinun rekisteröidä tavallisen tiedoston levylaitteena. Voit esimerkiksi rekisteröidä Haiku anyboot-levyvedoksen, liittää se Seuraajassa ja kopoida, muokata tai poistaa siitä tiedostoja käyttäen sitä Asennusohjelman lähteenä.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open on hyvin kätevä pieni työkalu. Sillä voi avata minkä tahansa tiedoston sen parhaimmaksi katsotulla sovelluksella, tai käynnistää tietyn sovelluksen sen tunnisteen avulla tietämättä sen tarkkaa polkua. Se toimii myös verkko-osoitteiden ja vieläpä "virtuaali"-kansioiden kanssa . nykyiselle kansiolle ja .. äitikansiolle, avaten kansion Seuraajassa.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/codycam.html b/docs/userguide/userguide/fi/applications/codycam.html deleted file mode 100644 index dcff4db36f..0000000000 --- a/docs/userguide/userguide/fi/applications/codycam.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Cody-kamera - - - - - - - - -
-
- -

codycam-icon_64.pngCody-kamera

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/CodyCam
Asetukset:~/config/settings/codycam
-


-

Cody-kameralla otat kuvia määritellyin aikavälein liitetystä webbikamerasta tai mistä tahansa muusta video-in-laitteesta ja tallennat ne FTP-yhteyskäytännöllä.

-My very temporarily installed cam in Dartmoor National Park. -

Esikatselun alapuolelle vasemmalle asetat tietostonimen, johon liitettään aina uusi kuva jokaisen kuvan ottamisen yhteydessä. Sen alla päätät tiedostomuodosta ja kuvaustaajuudesta.

-

Oikealla puolella valitset joko FTP-yhteyskäytännön tai sFTP-yhteyskäytännön (jos SSH on käytettävissä) ja kirjoitat tarvittavat tiedot kuvien tallentamiseksi palvelimelle.

- -
-
- - - diff --git a/docs/userguide/userguide/fi/applications/debugger.html b/docs/userguide/userguide/fi/applications/debugger.html deleted file mode 100644 index 85d3ed5f6b..0000000000 --- a/docs/userguide/userguide/fi/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/fi/applications/deskcalc.html b/docs/userguide/userguide/fi/applications/deskcalc.html deleted file mode 100644 index 7f87dfc54b..0000000000 --- a/docs/userguide/userguide/fi/applications/deskcalc.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Työpöytälaskin - - - - - - - - -
-
- -

deskcalc-icon_64.pngTyöpöytälaskin

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/DeskCalc
Asetukset:~/config/settings/DeskCalc_settings
-


-

Työpöytälaskin on yksinkertainen laskin, jossa on yksinkertaisuudesta huolimatta näppäriä ominaisuuksia, joita ei huomaa ensisilmäyksellä.

-deskcalc.png -
    -
  • Työpöytälaskin ymmärtää paljon enemmän kuin sen yksinkertainen näppäimistö antaa ymmärtää.
    Operaattorien , -, *, /, %, ^ sekä vakioiden pi and e lisäksi tuettuja ovat seuraavat matemaattiset funktiot:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Hiiren kakkospainike tarjoaa nämä valitsimet:

    - - - - - - -
    Ota käyttöön Num Lock käynnistyksen yhteydessäAktivoi automaattisesti näppäimiston numerolohkon Työpöytälaskinta käynnistettäessä
    Radiaanit/AsteetVaihda asetusten "radiaanit" ja "asteet" välillä kulmamittauksen yksikkönä
    TiivistettyALT 0Miniminäkymätila, joka piilottaa näppäimistön numerolohkon
    PerusALT 1Työpöytälaskimen vakionäyttö.
    TieteellinenALT 2Näytä lisäpainikkeita tieteislaskennalle.
    -
  • -
  • Mitä tulee käyttäjäsyöttöön, Työpöytälaskin on melko suvaitsevainen:
    -/, :, \ tulkitaan kaikki jako-operaattoriksi,
    -*, x ovat kelvollisia kertolaskun merkkejä.
    -Ole myös tietoinen, että . ja , ovat molemmat desimaalipilkkuja, joten et saa käyttää niitä 1000-lukujen erottajina.

  • -
  • Voit muuttaa laskimen kokoa kunnes se sopii tarkoituksiisi ja laittaa se Kopiona työpöydälle raahaamalla ja pudottamalla se oikean alakulman symbolista. Varmista, että Näytä kopiot on aktivoitu työpöytäpalkissa.

  • -
  • Näppäimistö voidaan värittää raahaa ja pudota -toiminnolla mistä värilähteestä tahansa, esimerkiksi Kuvakemaatista.

  • -
  • Voit siirtyä ylös ja alas entisten laskutoimitusten historiassa näppäimillä ja .

  • -
  • Voit valita Työpöytälaskimen sisällön ja raahata ja pudottaa sen mihin tahansa sovellukseen. Tai pudotat sen Seuraaja-ikkunaan tai työpöydälle ja tekstitiedosto laskimen sisällöllä luodaan siihen.

    -

    Vielä parempaa, myös käänteinen toiminto on mahdollinen:
    Luo katkelmia kuten on kuvattu laskelmiesi eri vaiheissa ja siirry takaisin niihin raahaamalla ja pudottamalla ne takaisin Työpöytälaskimeen.
    Tai voit raahata ja pudottaa laskelman suoraan sähköpostista Työpöytälaskimeen.

  • -
  • Työpöytälaskinta voidaan käyttää Pääteikkunassa. Laita vain lauseke kaksimerkkisten sulkumerkkien sisään, kuten tässä esimerkissä:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Huomaa: Pääteikkunassa käytettäessä Työpöytälaskin käyttää aina radiaaneja yksikkönä näissä trigonometriafunktioissa.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/diskprobe.html b/docs/userguide/userguide/fi/applications/diskprobe.html deleted file mode 100644 index d7dfc51319..0000000000 --- a/docs/userguide/userguide/fi/applications/diskprobe.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Levyasemakoestin - - - - - - - - -
-
- -

diskprobe-icon_64.pngLevyasemakoestin

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/DiskProbe
Asetukset:~/config/settings/DiskProbe_data
-


-

Levyasemakoestin on heksadesimaalieditori tiedostojen ja laitteiden tietojen katselemiseen ja muuttamiseen tavutasolla. Se on hyvin matalan tason työkalu ja sillä on mahdollista todella sotkea asiat, jos ei ole varovainen!

-
Työskentele aina tiedoston varmuuskopion kanssa ja ole erityisen huolellinen, kun työskentelet suoraan laitteen kanssa.
-

Kun Levyasemakoestin käynnistetään, ensimmäiseksi kysytään tiedostoa tai laitetta, jolla työskennellään. Sen jälkeen sinulle esitellään tämä käyttöliittymä:

-

diskprobe.png

-

Päänäkymä näyttää aina yhden tietolohkon, jonka koko voidaan säätää valikosta Näkymä | Lohkokoko. Vasemmalla on siiirto-osoite lohkon alusta, keskellä tieto heksadesimaalilukuna ja oikealla sama ASCII-symboleina.
-Voit siirtyä lohkosta lohkoon ylhäällä olevalla liukukytkimellä tai näppäimillä ALT  ja ALT  ja vaihtaa heksadesimaali- ja ASCII-sarakkeiden välillä TAB-näppäimellä.

-

Lohko | Valinta ei vain näytä valintaa eri endianess-tyyppeinä (ja heksadesimaalisena tai desimiaalisena, valikon Näkymä | Kantaluku asettamana), se tulkitsee myös valinnan siirto-osoitteena, johon voit hypätä. Se muuttuu harmaaksi, jos sijainti on tiedoston/laitteen ulkopuolella.
-Tämä on kätevä ominaisuus katsottaessa tiedostojärjestelmiä, koska ne usein sisältävät osoittimia muihin lohkoihin.

-

Jos koestamasi tiedosto sisältää attribuutteja, Attribuutit-valikkoa voidaan käyttää avaamaan ne kaikki uudessa Levyasemakoestinikkunassa. Tässä on Järjestelmästä-sovelluksen SYS:PACKAGE-attribuutti: -

diskprobe-about-attr.png

-

Riippuen attribuutin tyypistä saat erilaisen editorivälilehden aina läsnäolevan Raakaeditori-välilehden lisäksi. Esimerkiksi, merkkijonoja ja MIME-tyyppejä varten on editoreita tai kuvakekatselija vektorikuvakeattribuuttia varten.

-
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/diskusage.html b/docs/userguide/userguide/fi/applications/diskusage.html deleted file mode 100644 index cfc714185b..0000000000 --- a/docs/userguide/userguide/fi/applications/diskusage.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Levyasemakäyttö - - - - - - - - -
-
- -

diskusage-icon_64.pngLevyasemakäyttö

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/DiskUsage
Asetukset:~/config/settings/DiskUsage
-


-

Levyasemakäyttö näyttää graafisesti kuinka levyasemasi tila on käytetty.
-Hyödyllinen työkalu vastaamaan kysymykseen, "Minne kaikki levytilani on mennyt?".

-

Käynnistämisen jälkeen Levyasemakäyttö näyttää vain valkoisen ikkunan, jonka ylälaidassa on välilehtinä kaikki asennetut taltiot. Sinun on valittava se, josta olet kiinnostunut ja napsautettava Tutki-painiketta levyaseman tutkimisen aloittamiseksi. Laajoilla levyillä se voi kestää jonkin aikaa... Odottaessa voit vaihtaa eri välilehteen ja aloittaa tuon taltion tietojen katselemisen tai aloittaa tutkintaprosessin myös siellä.
-Ei ole suositeltavaa aloittaa useita samanaikaisia tutkintaprosesseja samalla fyysisellä levyllä, koska jatkuva lukupäiden uudelleenasettaminen levyasemassa pidentää odotusaikaasi.

-

diskusage.png

-

Samankeskiset ympyrät edustavat tiedostojärjestelmähierarkian eri tasoja. Ylinnä, ympyrä keskustassa edustaa /boot/home/-kansiota. Jokainen rengassegmentti välittömästi ympyrän ulkopuolella on tiedosto tai kansio kansion /boot/home/ alapuolella. Jokanen segmentti kauempana ulkona tuo sinut yhden tason syvemmälle tiedostohierarkiassa. Sinun on ehkä muutetttava ikkunan kokoa sopeutumisessa hyvin syviä kansioita varten.

-
    -
  • Jos tiedoston tai kansion graafinen esitys muodostaa vähemmän kuin 2 astetta ympyrästä, se jätetään näyttämättä.
  • -
  • Ilmoitettu kansion sisältämien tiedostojen lukumäärä sisältää myös alikansion tiedostot. Kansio lasketaan tiedostoksi.
  • -
  • Levyasemakäyttö ohittaa symboliset linkit.
  • -
-

Kun siirrät hiiren kohdistimen segmentin yläpuolelle, tietoja tuosta tiedostosta tai kansiosta näytetään alalaidan tilapalkissa.

-

Segmentin napsauttaminen hiiren kakkospainikkeella tarjoaa kontekstivalikon Hae tiedot, Avaa (Seuraajalla), Avaa sovelluksella tai Tutki uudelleen tuo kyseinen kansio.
-Segmentin napsauttaminen hiiren ykköspainikkeella tekee tuon tiedoston/kansion keskusympyräksi.
-Napsauttamalla hiiren ykköspainikkeella keskiympyrää siirtyy yhden tason ylöspäin.

-

Voit raahata tiedostoja ja kansioita Levyasemakäytöstä muihin sovelluksiin tai työpöydälle tai toiseen Seuraaja-ikkunaan, jolloin ne kopioituvat. Päinvastoin, Levyasemakäyttöön pudotetut tiedostot tai levyasemat rajautuvat heti sovelluksen uudeksi keskiympyräksi.

-

Voit myös käyttää minkä tahansa kansion kontekstivalikon Seuraaja-lisäosaa Levyasemakäytön käynnistämiseen tuosta nimenomaisesta paikasta.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/drivesetup.html b/docs/userguide/userguide/fi/applications/drivesetup.html deleted file mode 100644 index 2d9c670054..0000000000 --- a/docs/userguide/userguide/fi/applications/drivesetup.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Levyasema-asetukset - - - - - - - - -
-
- -

drivesetup-icon_64.pngLevyasema-asetukset

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/DriveSetup
Asetukset:~/config/settings/DriveSetup
-


-

Levyasema-asetukset on työkalu osioiden luomiseksi, poistamiseksi ja alustamiseksi. Tällä hetkellä et voi muuttaa olemassaolevien osioiden kokoa tai siirtää niitä, joten tarvitset joko osioimattoman taltion (ehkä ulkoinen USB-asema tai toinen kiintolevy) tai sinun on tehtävä alustavat asetukset sellaisilla työkaluilla kuin GParted LiveCD tarjoamaan tilaa toisessa osiossa.

-drivesetup.png -

Ylimpänä on graafinen esitys kaikista osioita, jotka on luetteloitu alapuolella valitun laitteen osioina. Paitsi neljän ensisijaisten osion enimmäismäärän, jokainen noista osioista voi sisältää lukuisia laajennettuja/loogisia osioita. Sinun on ehkä laajennettava luetteloa +/- -käyttöliittymäkomponentilla, joka ilmaantuu siinä tapauksessa tuon laitteen eteen, nähdäksesi yksityiskohdat jokaisesta loogisesta osiosta.

-

Voit valita osion luettelosta ja liittää tai irrottaa sen komennoilla Osio-valikossa tai painamalla näppäimiä ALT M tai ALT U.

-

Voit myös poistaa osion kokonaan Osio | Poista-valikolla.
-mikä tuo meidät tähän:

-
Osioiden luominen/poistaminen/alustaminen on hyvin vaarallinen toimi. Tarkista aina kaksi kertaa, että työskentelet oikean osion kanssa ja säilytä aina ajantasainen varmuuskopio siltä varalta, että jotain menee pieleen!
-

-index -Uuden osion luominen

-
Jos suunnittelet koko levyaseman käyttämistä yhtenä osiona, esimerkiksi USB-tikku tai Compact Flash -kortti, voit hypätä osion luomisen ylitse ja siirtyä suoraan Alustamiseen.
-

Kun löydät alustamattoman tilan levyasemalta, kuten yllä <tyhjä>, voit luoda tähän tilaan uuden osion Osio | Luo...-valikolla (ALT C).

-drivesetup-create.png -

Tällä valintaikkunalla sinua kehotetaan säätämään osion koko ja tyyppi. Valitse Be File System jos haluat käyttää osiota Haiku-asennukseen tai jos haluat käyttää osiossa mielenkiintoisia Haiku-ominaisuuksia, kuten attribuutteja ja kyselyjä. Huomaa, että toiset käyttöjärjestelmät eivät ehkä pysty lukemaan sellaista osiota.

-

Jos olet luonut ensisijaisen osion etkä vain toista laajennettua/loogista osiota, yllä oleva valintaikkuna näyttää myös Aktivoi osio-valintaruudun. Sinun on valittava se, jos käytät tuota osiota Haiku-asennuksen alkulataukseen.

-

Ennen kuin voit käyttää, tai edes liittää uuden luodun osion, siihen on alustettava tiedostojärjestelmä.

-

-index -Osion alustaminen

-

Vain liittämättömät osiot voidaan alustaa käyttäen Osio | Alusta-valikkoa.

-drivesetup-initialize.png -

Tässä asetat osion nimen ja sen lohkokoon. 2048 tavua per lohko on suositeltu, mutta voit valita laajemman tai pienemmän koon, jos sinulla on erityistarpeita.
-Alustaminen tuhoaa kaiken tiedon tuolla osiolla!

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/expander.html b/docs/userguide/userguide/fi/applications/expander.html deleted file mode 100644 index 5edaedcb9c..0000000000 --- a/docs/userguide/userguide/fi/applications/expander.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Laajentaja - - - - - - - - -
-
- -

expander-icon_64.pngLaajentaja

- - - - -
Työpöytäpalkki:Ei valikkoriviä, käynnistetään normaalisti kaksoisnapsauttamalla tuettua tiedostoa.
Sijainti:/boot/system/apps/Expander
Asetukset:~/config/settings/Expander_Settings
-


-

Laajentaja on pieni työkalu purkamaan nopeasti useimmat tavalliset arkistot, niiden joukossa zip, gzip, bzip2, rar ja tar.gz
Kaksoisnapsauta vain arkistoa nähdäksesi tämän yksinkertaisen käyttöliittymän:

-

expander.png

- - - - -
LähdeALT Oavaa tiedostokyselyikkunan purettavan arkiston löytämiseksi.
KohdeALT Davaa tiedostokyselyikkunan kohteen asettamiseksi.
LaajennnaALT Ealoittaa pakkauksen purkamisen. Se voidaan keskeyttää näppäimillä ALT K.
-

Voit vaihtaa tiedostoluettelon näytön päälle ja pois päältä Näytä sisällöt-rastilla tai painamalla näppäimiä ALT L.

-
Laajentaja voi purkaa vain kokonaisia arkistoja.
Et voi valita yksittäisiä tiedostoja laajennettaviksi tai lisätä/poistaa tiedostoja arkistosta.
-

Asetukset | Asetukset... tai ALT S avaa asetuspaneelin, joka tarjoaa joitakin hyödyllisiä asetuksia Laajentajan käyttäytymisen säätämiseksi.
Valitsimet ovat itsensäselittäviä:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/haikudepot.html b/docs/userguide/userguide/fi/applications/haikudepot.html deleted file mode 100644 index e8d252aff3..0000000000 --- a/docs/userguide/userguide/fi/applications/haikudepot.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - HaikuVarasto - - - - - - - - -
-
- - - - -
Hakemisto
Suodatin
- Luettelo
- Tietoalue
- Työkalut ja valitsimet
- Käyttäjätilin luominen
- Arvosanat ja kommentointi
-
- -

haikudepot-icon_64.pngHaikuVarasto

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/HaikuDepot
Asetukset:~/config/settings/HaikuDepot/
-


-

HaikuVarasto on keskeinen sovellus ohjelmistopakkaustesi hallintaan. Sovelluksella voit selata ja etsiä pakkausvarastoja (joita kutsutaan myös "varastot") sekä asentaa, päivittää ja poistaa pakkauksia. HaikuVarasto alkaa Mainostetut pakkaukset-luettelolla, jossa on ohjelmistoja, jotka tuntuvat kiinnostavan monia käyttäjiä. Heti kun kirjoitat termin hakukenttään tai valitset luokan, näyttö vaihtaa pienempään kuvakkeeseen ja sarakkeisiin järjestetään lisätietoja.

-haikudepot.png - -

index -Suodatin

-

Ylimpänä löydämme muutamia keinoja suodattaa alla saatavilla olevien pakkausten luetteloa:

-
    -
  • Luokka ponnahdusvalikko sallii sinun rajoittaa luettelon yksittäisiksi luokiksi kuten "Audio" tai "Pelit".

  • -
  • Varasto ponnahdusvalikko määrittää, mitkä verkkovarastot kysellään tai jos näytetään vain ne asennetut pakkaukset, jotka on asennettu jostain muualta kuin verkkovarastosta ("Paikallinen"). Ehkä USB-tikulta tai joltain webbisivulta ladatut tai pakkaukset, jotka olet rakentanut itse.

  • -
  • Etsintätermit-tekstikenttäsuodattimet sitten luetteloivat ne pakkaukset, jotka on kirjoitettu (välilyönneillä eroteltuina) merkkijonoina niiden nimissä tai kuvauksissa.

  • -
- -

index -Luettelo

-

Kuten mikä tahansa Seuraaja-ikkuna, voit valita asiayhteysvalikosta mitkä sarakkeet näytetään napsauttamalla sarakeotsaketta hiiren kakkospainikkeella. Ykköspainike lajittelee luettelon tuon sarakkeen mukaiseksi. Tietysti voit järjestää sarakkeet uudelleen raahaamalla ne uuteen paikkaan.

-

Pakkauksen tilasarakkeessa voi olla yksi seuraavista tiloista:

-
    -
  • Aktiivi: Pakkaus on asennettu ja valmiina käytettäväksi.

  • -
  • Saatavilla: Pakkaus on tässä varastossa ja se voidaan ladata ja asentaa. Jos pakkauksella on riippuvuuksia muihin pakkauksiin, sinulle kerrotaan siitä asennuksen aikana ja tarjotaan mahdollisuus ladata/asentaa kaikki välttämätön.

  • -
  • Odottaa / %: Odottaa näytetään pakkaukselle, jota jonotetaan lataukseen/asennukseen. Pakkauksen latauksen aikana edistyminen näytetään prosentteina.

  • -
  • Päivitys saatavilla: Asennettuun pakkaukseen on saatavilla uudempi versio.

  • -
-

Voit tarttua pisteviivaan pakkausluettelon välissä ja vaakasuora tietoalue muuttaa pakkausluettelon kokoa.

- -

index -Tietoalue

-

Alimmaisena on alue, joka näyttää tietoja pakkauksesta, joka on parhaillaan valittuna luettelossa.
-Pakkausnimen, tekijän, arvosanan ja version oikealla puolella on painike, joka – riippuen pakkauksen nykyisestä tilasta – sallii sinun Asentaa, Poistaa asennus tai Päivittää se. Jos pakkaus on jo asennettu, löydät täältä lisäpainikkeen, joka Avaa sovelluksen.

-

Alla on kolme välilehteä: Ohjelmasta, Arvosanat, ja Muutosloki.

-
    -
  • Ohjelmasta

    -

    Ensimmäisessä välilehdessä on yksityiskohtainen pakkauskuvaus sekä kuvakaappaukset ja yhteystiedot ja pakkausta ylläpitävän ryhmän verkko-osoite, jos sellainen on saatavilla. Kuvakaappauksen pienoiskuvan napsauttaminen avaa uuteen ikkunaan kuvan suurikokoisemman version

  • -
  • Arvosanat

    -

    Toisessa välilehdessä näytetään arvosanat ja käyttäjäkommentit, jos niitä on saatavilla.

    -haikudepot-rating-tab.png -

    Vasemmalla on tilasto, joka näyttää kuinka monelta käyttäjältä pakkaus sai tietyn määrän (1...5) tähtiä.
    -Keskellä on käyttäjäkommentteja käyttäjätunnuksilla, heidän antamiensa tähtien määrä ja mistä pakkausversiosta he antoivat arvosanan tai kommentin. Löydät lisätietoja siitä kuinka voit itse antaa pakkaukselle arvosanan alempaa.
    -Pienellä ylöspäin tai alaspäin olevalla peukalolla voit näyttää mielipiteesi tietystä kommentista.

  • -
  • Muutosloki

    -

    Viimeisessä välilehdessä näytetään pakkauksen kaikkien toistaiseksi julkaistujen versioiden yksityiskohtainen historia.

  • -
- -

index -Työkalut ja valitsimet

-

Työkalut-valikossa ikkunan yläosassa löydät rivin Päivitä varastot. Tämä pyytää varastoista ajantasaisen luettelon saatavilla olevista pakkauksista.

-

Valikosta Valitsimet voit valita myös Näytä kehityspakkaukset ja Näytä lähdekoodipakkaukset pakkausluetteloon. Tavalliset käyttäjät eivät ole niistä kiinnostuneita ja ne sotkisivat luetteloa. Ne ovat kuitenkin tarpeita niille ihmisille, jotka tarvitsevat kirjastoja, otsakkeita jne. pakkauskehitykseen ja niistä riippuvien ohjelmien kääntämiseen.

-

Kahdesta muusta aiheesta lisää kiinnostuneille valikosta löytyy Näytä saatavilla olevat pakkaukset ja Näytä asennetut pakkaukset, jotka ovat aika itseään selittäviä.

- -

index -Käyttäjätilin luominen

-

Voidaksesi antaa pakkaukselle arvosanan sinulla on oltava tili Haiku Depot-palvelimella, joka palvelee kaikkia pakkauksia ja kirjaa arvosanat sekä käyttäjäkommentit. Voit luoda tilin HaikuVarasto-sovelluksella napsauttamalla valikon oikeassa yläkulmassa, jossa näytetään nykyinen tila: Et ole kirjautunut sisään. Valinta Kirjaudu... avaa ikkunan kahdella välilehdellä; yhdellä voit kirjoittaa käyttäjätunnuksesi ja salasanasi (sitten kun sinulla on ne) kirjautuaksesi, ja toisessa luot uuden tilin:

-haikudepot-login-tab.png -

Tilin luomiseksi sinun on:

-
  • käytettävä käyttäjätunnusta, joka koostuu pienistä kirjaimista ilman erikoismerkkejä (äöå)
  • -
  • käytettävä salasanaa, jossa on vähintään 8 merkkiä, joista vähintään 2 on suuria kirjaimia ja 2 numeroita
  • -
  • tarjottava sähköpostiosoite (jos haluat uuden salasana lähetettäväksi siinä tapauksessa että unohdat sen)
  • -
  • ratkaistava captcha-kuva-arvoitus
-

Kirjautumisen jälkeen HaikuVaraston valikon yläoikealla lukee Kirjautuneena tunnuksella (...), mikä näyttää käyttäjätunnuksesi. Valikko tarjoaa nyt sinulle Vaihda tiliä... tai Kirjaudu ulos.

- -

index -Arvosanat ja kommentointi

-

Kun olet luonut käyttäjätilin ja kirjautunut sisään, voit antaa pakkaukselle arvosanan ja jättää kommentin, jos haluat. Liikuta vain hiiren kohdistinta pakkauksen tietoalueen arvosanatähtien päällä ja ne muuttuvat Anna pakkauksen arvosana...-painikkeeksi. Napsauta sitä arvosanaikkunan avaamiseksi:

-haiku-depot-ratingpanel.png -

Tässä liikutat hiiren kohdistinta tähtien yläpuolella niiden sytyttämiseksi ja arvosanasi valitsemiseksi, voit myös valita tasonumeron sovelluksen stabilisuusarvioksi ja poimia valinnaisen kommentin kielen. Jotta kommentti olisi merkityksellinen, sinun pitäisi työskennellä sovelluksella, jota arvioit tutustuaksesi sen ominaisuuksiin, ohjelmointivirheisiin ja oikkuihin. Ja älä kirjoita seuraa suomalaista suurromaania... pidä se lyhyenä, lempeänä ja kohteliaana. :)
-Lähetä-painikkeen napsauttamisen jälkeen tiedot lähetetään palvelimelle. Sinun on ehkä siirryttävä Työkalut-valikkoon valitsemaan Päivitä varastot ennen kuin voit nähdä muutoksesi.

-

Milloin tahansa voit palata ja muokata kommenttiasi tai antaa arvosanan uudelleen. Voit myös piilottaa arvioinnin muilta käyttäjältä poistamalla valinnan valintaruudusta Muut käyttäjät voivat nähdä tämän arvosanan.

-
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/icon-o-matic.html b/docs/userguide/userguide/fi/applications/icon-o-matic.html deleted file mode 100644 index e42fc6f31b..0000000000 --- a/docs/userguide/userguide/fi/applications/icon-o-matic.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - - - - Kuvakemaatti - - - - - - - - -
-
- - - - -
Hakemisto
BeOS-bittikartta vs. Haiku-vektorikuvakkeet
- Kuvakkeet ovat attribuutteja
- Kuvakkeiden luominen Kuvakemaatilla
- Polku
- Hahmo
- Tyyli
- Tiedostomuuntimet
- Kuvakkeen tallentaminen
- Vihjeet ja niksit
- -

icon-o-matic-icon_64.pngKuvakemaatti

- - - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Icon-O-Matic
Asetukset:~/config/settings/Icon-O-Matic
- -


- -

Ennen kuin todella aloitamme kuvakkeiden luomisen Kuvakemaatissa, muutama sana Haikun kuvakkeista yleensä.

- -

-index -BeOS-bittikartta vs. Haikun-vektorikuvakkeet

-

Päinvastoin kuin BeOS, Haiku käyttää vektorikuvakkeita bittikarttakuvakkeiden sijasta. Kehitettiin erityinen Haiku-vektorikuvakemuoto (HVIF), joka on hyvin optimoitu pieneen tiedostokokoon ja nopeaan renderointiin. Tästä syystä kuvakkeemme ovat enimmäkseen paljon pienempiä kuin bittikartat tai laajalti käytetty SVG-muoto. Myös toisin kuin BeOS:n bittikarttakuvakkeissa, Haiku ei ole rajoittunut 8-bittiseen palettiin (256 väriä).
-Ota esimerkiksi tämä Pääteikkunakuvake:

- - - - -
BittikarttaSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 tavua
+ 256 tavua
7,192 tavua 768 tavua
-

Huomaa, että BeOS käytti kahta kuvakeversiota, yksi 16x16 ja toinen 32x32 saavuttaakseen hyvän visuaalisen asun luetteloissa ja kuvakenäkymätilassa.

-

Tätä temppua ei tarvita vektorikuvakkeissa. Paitsi että koko on vain muutamia satoja tavuja, vektorikuvakkeet skaalautuvat myös paljon paremmin kuin bittikarttatiedostot. (Huomaa: BeOS tarjosi ainoastaan 16x16 ja 32x32 näytöt.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bittikarttai-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vektorii-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Kuvakkeet ovat attribuutteja

-

Kuvakkeet tallennetaan tiedoston attribuuttina. Se ei kuitenkaan tarkoita, että jokaisella tiedostolla on tämä attribuutti, joka näkyy Seuraajan ikkunassa: datatiedostot perivät kuvakkeensa tiedostotyypistään. Yleisesti käytettyä tiedostotyypin kuvaketta voi muuttaa Tiedostotyypit-asetuksista. Jos haluat vain lisätä tietyn kuvakkeen yksittäiseen tiedostoon, käytä siihen sen sijaan Tiedostotyyppilisäosaa. Katso lisätietoja aiheesta Tiedostotyypit.

-
Kun kyse on attribuutista, siitä seuraa, että vain metatietoja tukeva tiedostojärjestelmä voi säilyttää tiedoston yksilöllisen kuvakkeen. Joten jos siirrät tiedostoja pois BFS-taltiolta, harkitse niiden tiivistämistä arkistoksi niin että et kadota kuvakkeita tai muita attribuutteja.
- -

-index -Kuvakkeiden luominen Kuvakemaatilla

-

Kuvakemaatti on Haikun kuvake-editori, joka voi tallentaa työsi HVIF-, SVG- tai PNG-tiedostona. Kuvake voidaan myös suoraan liittää olemassa olevan tiedoston attribuutiksi tai viedä kehittäjien käyttämäksi resurssiksi tai lähdetiedostoksi. Koska sovellus räätälöitiin optimoituun HVIF-muotoon, sen käyttö heijastaa tämän muodon sisäistä toimintaa.

-

Toisin kun tavalliset vektorigrafiikkaohjelmistot, et jaa erillisiä objekteja, joista jokainen sisällyttää kaikki tietyt ominaisuutensa, kuten polku, viivaleveys, viiva ja täyttöväri, jne. Pikemminkin asennat objekti("hahmosi") jaetuista poluista ja väreistä ("tyylit") ja asetat tiettyjä ominaisuuksia. Tämä elementtien uudelleenkäyttö on yksi HVIF-muodon tehokkuuden salaisuuksista. Vaikka se määrää joitakin rajoituksia kuvakesuunnittelijalle, siitä on myös muutamia etuja.
Esimerkiksi polkua uudelleenkäytettäessä useita objekteja voidaan muokata yhdessä manipuloimalla tätä yhtä polkua. Ajattele objektia ja sen varjoa. Niiden jaetun polkun muokkaaminen muuttaa itse objektia ja automaattisesti sen (ehkä hiukan vääristynyttä/kääntynyttä) varjoa.

- -

Tässä on Kuvakemaatti-ikkunan pikayleiskuva:

-i-o-m-overview.png - -

Tarvitset kaikkien näkyvien objektien luominen kankaalle hahmoa polulla ja tyylillä. Kätevästi voit luoda yhden, kaksi tai kaikki kolme yhdessä Hahmo-valikosta. Jokaisella objektityyppillä (polut, hahmot, tiedostomuuntimet, ja tyylit) on valikko sen elementtiluettelon yläpuolella tarjoten eri komentoja. Jokaisella elementillä on tiettyjä valitsimia, jotka asetetaan Ominaisuudet-näkymässä.

- - -

-index -Polku

-

Polku koostuu useista pisteistä, jotka yhdistetään viivoilla tai Bezier-kaarilla. Pisteiden lisäämiseksi tai muuttamiseksi varmista, että polku on valittu polkuluettelossa.

- -

Kankaan napsauttaminen asettaa yksinkertaisesti ensimmäisen pisteen. Pisteitä asetettaessa päätät, jos tuloksena oleva viiva on suora tai kaareva: yksinkertainen napsautus ja vapautus tuottaa suoran viivan, hiiren painikkeen pitäminen alhaalla ja hiiren siirtäminen raahaa Bezier-kaaren kahvan. Tietysti voit myös muuttaa sen kaiken myöhemmin.

- -i-o-m-path-ab - -

Päästäksesi pisteestä "A" pisteeseen "B", sinun on muunnettava joitakin pisteitä kulmapisteistä kaaripisteiksi. Se tehdään pitämällä ALT-näppäin alhaalla samalla kun napsautetaan pistettä ja raahataan sitä kahvoista. Tästä on seurauksena symmetrinen Bezier-kaari: toinen kahva seuraa ensimmäisen liikettä. Jos sinulla on tarve siirtää kahvoja toisistaan riippumatta, napsauta ja rahaa taas Bezier-kahvasta samalla kun pidät alhaalla ALT-näppäintä.
Päinvastaisessa tapauksessa, mentäessä Bezier-kaaresta kulmapisteeseen, pidä alhaalla ALT-näppäintä ja napsauta pistettä.

- -

Pisteen siirtämiseksi yksinkertaisesti napsauta ja raahaa sitä. Useamman kuin yhden pisteen valitsemiseksi pidä alhaalla VAIHTO-näppäin ja piirrä valintanelikulmio. Valitut pisteet merkitään punaisella reunalla eikä tavallisella mustalla.
Pisteen lisäämiseksi polkuun napsauta yhdysviivaa kahden pisteen välillä.
Valitut pisteet poistetaan painamalla DEL-näppäintä tai napsauttamalla mitä tahansa pistettä samalla kun pidetään alhaalla CTRL-näppäintä.

- -

Hiiren osoitin osoittaa nykyisen tilan:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Siirrä pisteetLisäpisteLisää pistePoista piste
CTRL
Kulma↔Bezier
ALT
Valitse pisteet
VAIHTO
-

Voit kutsua asiayhteysvalikkoa napsauttamalla pistettä tai pisteiden valintaa hiiren kakkospainikkeella:

- - - - - - -
Valitse kaikkiALT AValitsee nykyisen polun kaikki pisteet.
MuunnaTLaittaa kaikki valitut pisteet muunnosikkunaan, joten voit siirtää, muuttaa niiden kokoa ja pyörittää niitä ympäri yhdessä. Se toimii aivan samoin kuin muodoilla, kuten kuvataan myöhemmin tässä asikirjassa.
Jaa kahtiaJakka valitut pisteet kahtia, toinen sijaiten toisen päällä.
Käännä ylösalaisinPyörittää valittuja pisteitä 180°. Tällä on vaikutusta vain Bezier-pisteisiin.
PoistaDELPoistaa valitut pisteet.
- -

Polkuvalikko

-

Valikko Polku tarjoaa muutamia ilmeisiä rivejä Lisää nelikulmio and Lisää ympyrä tai polulle Tee kaksoiskappale tai Poista. Tässä on muutamia, jotka vaatinevat lisäselitystä:

- - - - - - -
Käännä päinvastaiseksiJos polkusi ei ole "suljettu" (katso Polkuominaisuuksia alla), napsautus canvas-komponenttiin luo aina uuden pisteen, joka yhdistyy edelliseen. "Käännä päinvastaiseksi" muuttaa tämän järjestyksen ja uusi piste yhdistetään sen sijaan alkuperäiseen aloituspisteeseen.
SiivoaKaikkein hyödyllisin tuoduille SVG-tiedostoille, tämä toiminto poistaa kaksoiskappalepisteet.
Pyöritä indeksejä oikealleALT RKäytännössä tämä pyörittää polun avausta. Se nähdään parhaiten, kun käytetään ei-suljettua tyylillä varustettua polkua ja hahmoa viivamuuntimella. Nyt, jos polku näyttää kuten ⊂ se pyörii kuin tämä: ⊂ ∩ ⊃ ∪.
Pyöritä indeksejä vasemmalleALT VAIHTO RTekee saman toiseen suuntaan.
- -

Polkuominaisuudet

-

Ominaisuudet ikkunan vasemmassa alakulmassa tarjoaa kaikki käytettävissä olevat nykyisin valitun objektin asetukset. Polulla on vain kaksi: a Nimi ja onko se Suljettu vai ei.

- - -

-index -Hahmo

-

Hahmo ryhmittää yhteen yhden tai useampia polkuja, joilla on tyyli. Käytännössä se on objekti, jonka todellisuudessa näkee canvas-komponentissa. Ryhmitys tehdään valintaruuduilla polkujen ja tyylien edessä: valitse vain hahmosi ja rasti halutut polut ja tyyli.

-

Hahmo määrittää, kuinka polku ja tyyli toteutetaan, esimerkiksi sen, että onko objekti täytetty vai vain raidoitettu (mikä tehdään käyttämällä muunninta hahmossa, tulemme siihen myöhemmin). Myös hahmoa voidaan siirtää, pyörittää ja sen kokoa voidaan muuttaa koskettamatta käytettyä polkua. Tällä tavalla voit käyttää uudelleen yksittäistä polkua ja saada erilaisen, mutta sukua olevat muodot.

- -i-o-m-shape - -

Kun hahmo valitaan luettelosta, sen ympärille piirretään nelikulmio. Riippuen siitä, mistä tartut siihen, hahmoa siirretään, sen kokoa muutetaan tai sitä pyöritetään keskipisteen ympäri, mitä itseäkin voidaan siirtää. Pitämällä VAIHTO-näppäimen alhaalla lukitaan siirtosuunta, rajoitetaan pyörittäminen 45°:een ja rajoitetaan kuvasuhdetta kokoa muutettaessa. Hiiren osoitin kertoo taas nykyisen tilan:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
SiirräMuuta kokoaPyöritäSiirrä
pyörityspistettä
- -

Hahmot sijaitsevat toistensa päällä, jokainen omassa kerroksessaan, jos niin halutaan. Ne voi järjestää uudelleen rahaamalla ja pudottamalla komponenttirivin eri kohtaan luettelossa.

- -

Hahmovalikko

-

Hahmo-valikko tarjoaa aiemmin mainitut mahdollisuudet Lisää tyhjä, path/style/path-polku ja tyyli ja hahmolle Tee kaksoiskappale tai Poista. Sitten on myös:

- - - -
Nollaa muunnosPalauttaa kaikki hahmon siirrot, koon muuttamiset ja pyörittämiset, joita olet toteuttanut hahmoon.
Jäädytä muunnosKun muunnat hahmoa, siihen liitetyt polut pysyvät alkuperäisillä paikoillaan. Tämä voi olla tarkoituksellista; ehkä useampi hahmo käyttää tuota polkua, ehkä tarkoituksellisesti käytit Valitsimet | Napsauta rasteriin pisteiden asettamiseksi tarkkoihin pikselirajoihin.
-Jos näin ei ole, "Jäädytä muunnos" soveltaa nykyistä hahmomuunnosta liitettyihin polkuihin. Tuleva "Nollaa muunnos" palauttaa sitten tähän uuteen tilaan.
- -

Hahmo-ominaisuudet

-

Paitsi Nimi, hahmon Ominaisuudet-näkymällä on nämä valitsimet:

- - - - -
Minimi-LODYksityiskohtatason minimi
Maksimi-LODYksityiskohtatason maksimi
- -
Yksityiskohtataso (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Katso, onko BeVexed-kuvakkeen 16 pikseliversiossa numeroita? Se tehdään niiden hahmojen "Yksityiskohtataso"-asetuksella.
-LOD-asetuksella ohjaat hahmon näkyvyyttä sen koosta riippuen. Sillä tavalla voit jättää pois kuvakkeesta yksityiskohdat, jotka näyttävät hyvältä isommassa kuvakkeessa, mutta eivät niin paljoa pienemmässä versiossa.

-

Näin se toimii: 1.0 LOD on määritelty 64 pikselin kuvakekoko. Jotta saataisiin tietty LOD-kuvakekoko, se on yksinkertaisesti jaettava 64:lla, esimerkiksi 16 pikselin kuvakkeella on 16/64 LOD = 0.25. Hahmo ei ole näkyvä sen Minimi LOD-arvon alla ja sen Maksimi LOD-arvon yläpuolella.

-

Joten, jos asetat hahmon Minimi LOD-arvoksi 0.0 ja Maksimi LOD-arvoksi 0.5, tämä tarkoittaa, että hahmo on näkyvä ainoastaan kuvakekkoina, jotka ovat pienempiä tai yhtäsuuria kuin 32 pikseliä. Jos haluat sulkea pois 32 pikselin kuvakekoon, sinun on jäätävä arvon 0.5 alapuolelle, sanotaan vaikka 0.49.

-

LOD ei ole vain hahmon yksityiskohtien jättämistä varten, mutta myös esim.: piirrosviivan leveyden vaihtamiseksi erikokoiseksi, jos sinusta tuntuu, että sitä tarvitaan. Kopioi hahmosta kaksoiskappale ja tee muutoksesi sekä aseta sen molemmat LOD-asetukset näyttämään joko yhtä tai toista. Tässä on yksi hämmennyksen lähde, kun vahingossa kirjoitat hahmon LOD-arvojen päälle, ja ihmettelet, että miksei jotkut kokoarvot ole näkyvissä...
-Esimerkiksi, jos Hahmo 1 näytettiin alle 48 pikselin kokoisena ja Hahmo 2 arvosta 48 pikseliä ylöspäin (LOD: 48/64 = 0.75):

- - - - - - - - -
HyväEi hyvä!
Hahmo 1Minimi-LOD0.00Minimi-LOD0.00
Maksim-LOD0.74Maksim-LOD0.75
Hahmo 2Minimi-LOD0.75Minimi-LOD0.75
Maksim-LOD4.00Maksim-LOD4.00
- - -

-index -Tyyli

-

Tyyli voi olla joko täysivärinen tai jonkuntyyppinen liukuväri.
-Paitsi ennakolta määriteltyjä värejä Palaset-valikossa, voit sekoittaa värejä napsauttamalla nykyistä väriä. Huomaa myös liukukytkin värispektrin alla, mikä asettaa alfakanavan (läpinäkyvyys).

-i-o-m-gradients -

Luot uuden tyylin nopeasti sekoittamalla värisi ja yksinkertaisesti raahaamalla ja pudottamalla sen tyylien luetteloon.

-

Jos siirryt liukuväriin, aseta tyypiksi (Lineaarinen, Säteettäinen, Vinoneliö, Kartio) ja määrittele sitten alku- ja loppuvärit. Tämä tehdään raahaamalla ja pudottamalla värisanko vastaavaan väri-indikaattoriin liukuvärin alla.
-Voit tietysti siirtää nämä indikaattorit vaihtamaan liukuväriä halusi mukaan. Voit myös lisätä lisää värejä kaksoisnapsauttamalla liukuväriin. Painikkeen DEL painaminen poistaa valitun indikaattorin.

-

Voit siirtää, muuttaa kokoa ja kääntää liukuvärin esittelyikkunaa piirtoalueella kunnes se sopii tarkoituksiisi. Tämä toimii kuten hahmoilla.

- -

Tyylivalikko

-

Tyyli-valikko tarjoaa tavallisia valikkorivejä Lisää, Tee kaksoiskappale tai Poista tyyli ja Nollaa muunnos.

- -

Tyyliominaisuudet

-

Nimi on tyylin ainoa Ominaisuus.

- - -

-index -Muunnin

-

Hahmolla voi olla Muuntimia, jotka vaihtavat sen ulkoasun. Tehosteet ovat kuitenkin hienovaraisempia kuin kuorma-auton muuntuminen taistelurobotiksi...

- -

Muuntimen Lisää-valikko

- - - -
ÄäriviivaLisää ääriviivan hahmoon.
ViivaViivoittaa hahmon polun eikä täytä sitä tyylillä.
- -

Muuntimen tyypistä riippuen saat erilaisia ominaisjoukkoja.

- -

Muunninominaisuudet

-

Paitsi Muuntimen Nimi ja todellinen Leveys, Ominaisuudet-valikkonäkymällä on nämä (riippuen lievästi sen tyyppieroista) valitsimet:

- - - - - -
PääteholkitVain piirrosviiva. Määrittää viivan suojaholkit: Nuppi, Neliö tai Pyöreä.
Havaitse suuntaVain ääriiva. Määrittää, onko ääriviiva polun sisäpuolella vai ulkopuolella.
LiitoksetMäärittää, kuinka viivat yhdistetään pisteessä: Viistekulma, Pyöreä tai Särmä.
ViistekulmarajaVain kun yläpuolella oleva Liitokset on asetettu arvoon "Viistekulma" tämä asetus vaikuttaa viistoliitoksen ulkonäköön.
- - -

-index -Kuvakkeen tallentaminen

-

Ylimpänä on tavallinen valikkopalkki, Tiedosto, Muokkaa, Valitsimet. Käyttö on paljolti itsestäänselvää, joten katsomme vain, kuinka työ tallennetaan.

-

Tiedosto | Tallenna nimellä... tallentaa erikoisessa Kuvakemaatti-muodossa, joka säilyttää lisätiedot, kuten polkujen nimet, hahmot ja tyylit. Nämä riisutaan todellisesta kuvakkeesta heti kun viet sen tallennustilaan. On hyvä ajatus varmuuskopioida työsi tällä tavoin, koska ilman nimettyjä objekteja kaikki nimetään "<polku>/<hahmo>/<tyyli>" mikä tekee tietyt vaihdot hankaliksi.

- -

Tiedosto | Vie nimellä... avaa tutun tallennuspaneelin, jonka pohjalla on tiedostonmuodon ponnahdusvalikko, joka tarjoaa nämä valinnat:

- - - - - - - - - -
HVIFHaiku-vektorikuvakemuoto
HVIF RDefTallentaa ohjelmoijien käyttämänä resurssina
HVIF-lähdekoodiTallentaa ohjelmoijien käyttämänä lähdekoodina
SVGTallentaa SVG-tiedostona
PNGTallentaa 64px -kokoisena PNG-tiedostona
PNG setTallentaa 16-, 32- ja 64px -kokoisina PNG-tiedostoina
BEOS:ICON-attribuuttiValitse tiedosto ja aseta kuvakeattribuutti suoraan
META:ICON-attribuuttiValitse tiedosto ja liitä kuvake pelkkänä meta-tietona
- - -

-index -Vihjeet ja niksit

-

Muutamia asioita tulisi pitää mielessä, kun työskennellään Kuvakemaatilla ja joitakin yleisiä vihjeitä sen käytöstä:

-
    -
  • Lue Kuvakeohjeet oppiaksesi Haiku-kuvakkeiden tärkeät ominaisuudet, esim.: perspektiivi, värit ja varjot.

  • -
  • Polkujen käyttöä tulisia aina yrittää minimoida, koska ne ovat kalliimpia tiedoston koon kannalta. Yritä käyttää polkuja uudelleen aina kun mahdollista ja työskentele sen sijaan manipuloitujen hahmojen ja niiden muunnosten kanssa. Liukuvärien älykäs käyttö voi myös säästää tilaa.

  • -
  • Pitäisi milloin vain mahdollista aktivoida Kiinnitä-rasteriin Valitsimet-valikosta kun muokataan polkuja. Polkupisteet, jotka tasaavat 64x64 pikselin rasterikäyttöön käyttävät vähemmän tallennustila. Saat myös teräväpiirteisemmän näkymän, jos pisteet on asetettu tarkalleen pikselirajoille. Esimerkiksi, on tärkeää tasata silmiinpistävimmät ääriviivat 16x16-rasteriin.

  • -
  • Tarkista esikatselu nähdäksesi, näyttääkö kuvake yhä hyvältä 16x16-koossa. Haluat ehkä käyttää Hahmo-kappaleessa kuvailtuja Yksityiskohtataso-asetuksia.

  • -
  • Kirjainten tuottamien on helppoa, vaikka Kuvakemaatti ei tarjoa sellaista työkalua. Kirjoita vain teksti sellaisessa tekstieditorissa kuin StyleEdit, säädä kirjasintyyppi ja -tyyli sekä raahaa ja pudota tai kopioi-liitä valittu teksti Kuvakemaattiin. Tämä luo vastaavat polut ja hahmot.

  • -
  • Jos liität useamman kuin yhden polun hahmoon, päällekkäiset alueet peruvat toisensa. Kun yksi polku on kokonaan toisen sisällä, se luo käytännössä reiän tuloksena olevaan hahmoon.

  • -
  • Voit lähentää ja loitontaa piirrosaluetta hiiren rullalla. Vieritys tehdään joko napsauttamalla ja raahaamalla hiiren keskimmäisellä painikkeella tai normaalilla napsauta hiiren vasemmalla painikkeella ja raahaa samalla kun VÄLI-painiketta pidetään alhaalla.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/installer.html b/docs/userguide/userguide/fi/applications/installer.html deleted file mode 100644 index 956432f75e..0000000000 --- a/docs/userguide/userguide/fi/applications/installer.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Asennusohjelma - - - - - - - - -
-
- -

installer-icon_64.pngAsennusohjelma

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Installer
Asetukset:ei mitään
-


-

Asennusohjelmaa käytetään Haikun kopioimiseksi toiselle taltiolle.
Käynnistettäessä se näyttää käynnistysikkunan tärkeillä tiedoilla. Se ei ole järjetön EULA, jonka olet tottunut napsauttamaan pois silmänräpäyksessä, se ilmoittaa:

-
    -
  • Tämä on alfalaatuinen ohjelmisto. Tee varmuuskopioita, tai kärsi seurauksista!

  • -
  • Asennusohjelma tarvitsee ennakolta valmistellun osion. Olet ehkä käyttänyt GParted LiveCD-levyä tai samanlaista työkalua kunnes Haikun Levyasema-asetusohjelma on kypsynyt kylliksi käsittelemään tämän tehtävän.

  • -
  • Haiku voidaan lisätä manuaalisesti alkulataushallintaan GRUB. Ohjeet siitä, kuinka tämä todella tehdään, ovat saatavilla osoitteesta verkko-opaste.
  • -
-



-

Kun olet kerran hyväksynyt Jatka-painikkeella, sinulle esitellään pääikkuna:

-installer.png -

Ensimmäisessä ponnahdusvalikossa valitset asennuksen lähteen. Se voi olla jo asennettu Haiku-järjestelmä tai voi tulla asennus-CD-levyltä tai USB-levyltä, jne.
Toinen ponnahdusvalikko määrittelee asennuksen kohteen. Tämä kohdeosio/taltio korvataan kokonaan ja se on laitettu syrjään GParted-ohjelman tapaisella osiointityökalulla.

-

Pienen laajentajakäyttöliittymäkomponentin napsauttaminen avaa Näytä valinnaiset pakkaukset, jos niitä on käytettävissä, jotka voit valita asennettavaksi perus-Haikun lisäksi.

-

Sinun pitäisi lopuksi tarkistaa, että poimit todella oikean kohteen ennen asennusprosessin aloittamista. Napsauta painiketta Aseta osiot..., mikä käynnistää Levyasema-asetukset ja sinulla on näkymä olemassaolevien taltioiden ja osioiden nimeämiseksi ja sijoittelemiseksi.

-

Aloita käynnistää asennusproseduurin, joka perimmillään kopioi /home/- ja /system/ -kansion kohdetaltiolle ja tekee siitä käynnistettävän.

- -

index -Työkalut

-

Asennusproseduurin lopussa osio tehdään automaattisesti käynnistettäväksi. Voi kuitenkin tapahtua, että joku toinen käyttöjärjestelmä tai osiointityökalu (vahingossa) korvaa Haiku-taltion käynnistyssektorin. Käynnistä tässä tapauksessa asennus-CD-levysi ja aloita asennusohjelma. Valitse Haiku-käynnistysosio Kohde: Valitse kohde-valikko ja valitse Kirjoita käynnistyssektori valikosta Työkalut sen tekemiseksi uudelleen käynnistettäväksi.

-

Toista valintaa Työkalut-valikossa käytetään Aseta käynnistysvalikko-asetukseen, joka laittaa käynnistyssektoriin valikon, josta voidaan valita, mikä käyttöjärjestelmä käynnistetään. Katso lisätietoja aiheesta Käynnistyshallinta.
Sinun ei tarvitse suoritaa Käynnistyshallinta-ohjelmaa, jos käytät jo käynnistyshallintaa kuten GRUB, missä tapauksessa Haiku on lisättävä manuaalisesti (katso yllä), tai jos Haiku on ainoa käyttöjärjestelmä koneellasi.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/list-cli-apps.html b/docs/userguide/userguide/fi/applications/list-cli-apps.html deleted file mode 100644 index 712b3ac629..0000000000 --- a/docs/userguide/userguide/fi/applications/list-cli-apps.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - Komentojen luettelo - - - - - - - - -
-
- -

cli-app-icon_64.pngKaikkien komentorivisovellusten luettelo

- - -
Sijainti:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Kaikki Haikun mukana tulevat komentoriviohjelmat sijaitsevat joko hakemistossa /boot/system/bin. Omat tai muut lisäämäsi komentoriviohjelmat pitäisi sijoittaa hakemistoon ~/config/bin, kun asennus tapahtuu .hpkg-pakkauksesta. Muussa tapauksessa laitat ne hakemistoon ~/config/non-packaged/bin/. Kaikki nämä sijainnit ovat osa PATH-ympäristömuuttujaa ja löytyvät siksi automaattisesti.
-Tässä on luettelo Haikun mukana tulevista komentorivisovelluksista. Jokaisen kohdalla on vain lyhyt kuvaus siitä, mitä ne tekevät, yksityiskohtaisempia tietoja ohjelman käytöstä saa komentoriviparametrilla --help.

-


-

Indeksi:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Aloittaa palvelun, joka valvoo käytössä olevia ääni- ja videoliitännäisiä.
FirstBootPrompt Kieli- ja näppäimistöasetukset.
[ Palauttaa tosiarvot tosi/epätosi alkioiden vertailun jälkeen.

indexA

-
addattr Kirjoittaa attribuutin tiedostoon ottaen huomioon tyypin ja muuntaen arvot sen mukaiseksi. (Haiku-kohtainen)
alert Näyttää viesti-ikkunan. (Haiku-kohtainen)
arp Manipuloi järjestelmän ARP-välimuistia.
awk Katso gawk.
base64 Base64-koodaus tai -dekoodaus vakiotulosteeseen.
basename Riisuu hakemiston ja vallinnaisen loppuliitteen /polku/tiedostonimeen-merkkijonosta.
bash Bourne-again shell
bc Satunnaistarkkuuksinen laskinkieli.
beep Soittaa kelloa.
bunzip2 Katso bzip2.
bzip2 Tiedostotiivistäjä.
c++ C++-kääntäjä.
cal Näyttää kalenterin.
cat Liittää tiedostoja yhteen ja tulostaa niitä vakiotulosteeseen.
catattr Tulostaa tiedoston attribuutin sisällön. (Haiku-kohtainen)
cc C-kääntäjä
checkfs Tarkistaa ja korjaa tiedostojärjestelmän. (Haiku-kohtainen)
checkitout Hakee lähdekoodit niiden versionhallinnan verkko-osoitteesta.
chgrp Vaihtaa tiedostojen ryhmäomistajuuden.
chmod Vaihtaa tiedostojen käyttöoikeuksia.
chop Katkoo tiedostot pienemmiksi tiedostoiksi.
chown Vaihtaa tiedostojen omistajuuden.
chroot Suorittaa komennon määritellyn root-hakemiston sisällä.
cksum Tulostaa CRC-tarkistussumman ja tiedoston tavumäärän.
clear Tyhjentää Pääteikkunan.
clockconfig Tulostaa kellon asetukset.
cmp Vertaa tiedostoja tavu tavulta.
collectcatkeys [Ohjelmaa käytettiin ennen siirtymistä locale-kit-käyttöön.]
comm Vertaa lajiteltuja tiedostoja rivi riviltä.
compress Tietojen tiivistysohjelma
consoled Pääteikkunataustaprosessi
copyattr Kopioi kaikki attribuutit tai attribuuttien alijoukon yhdestä tai useammasta tiedostosta toiseen tai uuteen tiedostoon. (Haiku-kohtainen)
cp Kopioi tiedostoja ja hakemistoja.
csplit Katkoo tiedoston määrätyn mallin erottelemiin palasiin.
ctags Tuottaa indeksitiedoston tiedostosta löytyvistä eri kieliobjekteista
cut Tulostaa tiedoston jokaisesta rivistä lohkoja.
date Näyttää ja asettaa nykyisen ajan ja päivämäärän.
dc Työpöytälaskinkieli.
dd Kopioi raakatietoja, muuntaa ja muotoilee niitä operandien mukaan.
desklink Asentaa kohteita Työpöytäpalkkiin. (Haiku-kohtainen)
diskimage Rekisteröi tiedoston levylaitteena, joka voidaan liittää. (Haiku-kohtainen)
df Ilmoittaa liitettyjen taltioiden vapaan ja käytetyn tilan.
diff Vertailee tiedostoja rivi riviltä.
diff3 Vertailee kolmea tiedostoa rivi riviltä.
dircolors Väriasetukset komennolle ls.
dirname Riisuu tiedostonimen /polku/tiedostonimi -merkkijonosta.
draggers Näyttää/asettaa Replikaattien dragger-tilan.
driveinfo Näyttää laitteistotietoja.
dstcheck Näyttää viesti-ikkunan kun vaihdetaan kesäaikaan tai talviaikaan.
du Tekee yhteenvedon jokaisen tiedoston levyasemakäytöstä, rekursiivisesti myös alihakemistoissa.
dumpcatalog [Ohjelma, jota käytettiin ennen siirtymistä locale-kit-kotoistamiseen.]
echo Näyttää rivin tekstiä.
egrep Katso grep.
eject Poistaa irroitettavan median.
env Suorittaa ohjelman muokatussa ympäristössä.
error Tulostaa yksikäsitteisiä tekstivirheilmoituksia annetuista virhenumeroista.
expand Muuntaa sarkainmerkit välilyönneiksi.
expr Tulostaa lausekkeen arvon.

F

factor Tulostaa kokonaislukujen alkutekijöitä.
false Ei tee mitään. Indikoi ”epäonnistumista” ja palauttaa arvon ”1”.
fdinfo Näyttää tietoja järjestelmässä käytetyistä tiedostoindekseistä.
ffm Asettaa kohdistus seuraa hiirtä -toiminnon.
fgrep Katso grep.
filepanel Näyttää lataa/tallenna tiedosto -paneelin. (Haiku-kohtainen)
find Etsii tiedostoja hakemistohierarkkiassa.
finddir Löytää järjestelmän määrittelemän erikoishakemiston.
fmt Muotoilee uudelleen tiedoston kappaleet.
fold Jakaa tiedoston syöttörivit riviltä toiselle.
fortune Tulostaa satunnaisia, toivon mukaan mielenkiintoisia, mietelauseita.
frcode Komento updatedb kutsuu tiivistämään tiedostonimen luettelon.
freetype-config Näyttää FreeType-käännös- ja -linkitystiedot.
fstrim Lähetä TRIM-komento SSD-asemalle.
ftp Tiedostonsiirto-ohjelma
ftpd FTP-taustaprosessi
funzip Poimii arkiston ensimmäisen kohdan vakiotulosteeseen.
fwcontrol FireWire-ohjausohjelma
gawk Mallinetsintä- ja prosessointikieli.
gdb GNU-vikajäljitin
getlimits Tulostaa alustariippuvaiset rajat komentotulkkiskripteille hyödyllisessä muodossa.
grep Mallin etsintä.
groups Tulostaa jokaisen käyttäjätunnuksen ryhmäjäsenyyden.
gunzip Katso gzip.
gzexe Dekoodaa tai tiivistää suoritettavia tiedostoja.
gzip Dekoodaa tai tiivistää tiedostoja.
hd Heksadesimaalivedos
head Tulosta tiedoston ensimmäisen rivin.
hey Pieni työkalu graafisella käyttöliittymällä varustetujen sovellusten skriptaukseen.
hostname Tulostaa ja asettaa järjestelmän verkkonimen.
id Tulostaa käyttäjä- ja ryhmätietoja.
ident Tunnistaa RCS-avainsanat tiedostoissa.
ifconfig Asettaa verkkoliittymän.
install Kopioi tiedostoja kohteeseen häiritsemättä käynnissä olevaa järjestelmää.
install-wifi-firmwares.sh Asentaa eri langattomien korttien mikro-ohjelmiston.
installsound Asentaa uuden äänitapahtuman Äänet-asetuspaneelissa.
iroster Luettelee syöttölaitteita.
isvolume Hakee tietoja liitetyistä taltioista.
join Kirjoittaa jokaiselle syöttörivien parillle identtisillä liitoskentillä rivin vakiotulosteeseen.

indexK

kernel_debugger Siirtyy ydinvikajäljittimeen.
keymap Lataa ja tallentaa näppäimistökuvauksen.
kill Lähettää signaalin prosessin lopettamiseksi.
less Katsoo tiedoston sisällön.
lessecho Tulostaa argumentit ja laajentaa metamerkit, kuten * ja ? tiedostonimissä.
lesskey Määrittää näppäinsidonnat less-komennolle.
link Luo linkin tiedostoon.
linkcatkeys [Ohjelma, jota käytettiin ennen siirtymistä locale-kit-kotoistamiseen.]
listarea Luettelee aluetiedot kaikille parhaillaan suoritettaville ryhmille.
listattr Luettelee tiedoston attribuutit. (Haiku-kohtainen)
listdev Luettelee kaikki laitteet.
listimage Luettelee tiedostovedostietoja kaikista parhaillaan suoritettavista ryhmistä.
listport Luettelee kaikki avoimet portit ryhmän organisoimassa järjestelmässä.
listres Luettelee tiedostojen resursseja.
listsem Luettelee tietyn ryhmän varaamaat semaforit.
listusb Luettelee USB-laitteita.
ln Luo linkin tiedostoon.
locale Näyttää asetetun ensijaisen kielen, sen LC_CTYPE-määrittelyn ja ensisijaisen muotoilun.
locate Paikallistaa tiedoston.
logger Lähettää viestin järjestelmälokiin.
login Käynnistää järjestelmän istunnon.
logname Tulostaa nykyisen käyttäjän nimen.
ls Luettelee hakemiston sisällön.
lsindex Näyttää nykyisen taltion/osion indeksoidut attribuutit. (Haiku-kohtainen)
mail2mbox Muuntaa BeOS-sähköpostilaatikkotiedostot Unix-sähköpostilaatikkotiedostoiksi.
make GNU make -apuohjelma
makebootable Tekee määrätyt BFS-osiot/laitteet alkuladattaviksi kirjoittamalla alkulatauskoodin ensimmäiselle kahdelle sektorille.
mbox2mail Muuntaa Unix-sähköpostilaatikkotiedostot BeOS-sähköpostilaatikkotiedostoiksi.
md5sum Tulostaa ja tarkistaa MD5-tarkistussummia.
merge Kolmivaiheinen tiedostoyhdistäminen.
message Tulostaa litistetyn BMessage-tiedoston.
mimeset Asettaa tiedoston MIME-tyypin.
mkdepend Makefile-riippuvuusmuodostaja.
mkdir Luo hakemiston.
mkdos Alustaa FAT-osioita.
mkfifo Luo nimetyn putken.
mkfs Luo tiedostojärjestelmän.
mkindex Luo attribuutin uuden indeksin. (Haiku-kohtainen)
mktemp Luo turvallisesti tilapäisen tiedoston tai hakemiston.
modifiers Tulostaa parhaillaan (ei-)painetut muunnosnäppäimet.
more Katso less.
mount Liittää tiedostojärjestelmän.
mount_nfs Liittää NFS-osion.
mountvolume Liittää taltion nimen avulla.
mv Siirtää tai nimeää tiedoston uudelleen.
netcat TCP- ja UDP-apuohjelma.
netstat Tulostaa verkkoyhteydet, reititystaulukot, verkkoliittymätilastot, peitetyt yhteydet ja monilähetysjäsenyydet.
nl Tulostaa jokaisen tiedoston lisätyillä rivinumeroilla.
nohup Suorittaa komennon ohittaen sulkemissignaalit.
nproc Tulostaa käytettävissä olevien prosessointiyksiköiden lukumäärän.
od Kirjoittaa tiedoston yksiselitteisen esityksen.
open Käynnistää sovelluksen tai asiakirjan komentotulkki-ikkunasta. (Haiku-kohtainen)

indexP

package Luo, tarkastaa, tai purkaa Haiku-pakkauksen.
package_repo Luo tai tarkastaa Haiku-pakkausvarastotiedoston.
passwd Vaihtaa käyttäjän salasanan.
paste Tulostaa rivit, jotka koostuvat vastaavien rivien sekvensseistä jokaisesta tiedostosta, eroteltuna sarkainmerkeillä.
patch Toteuttaa diff-tiedoston alkuperäisestä.
pathchk Diagnostoi virheelliset ja siirtokelvottomat tiedostonimet.
pc Ohjelmoijan laskin.
ping Lähettää pyynnön ICMP-echo-request verkkolaitteelle.
pkg-config Analysoi ja asentaa Haiku-pakkauksen.
pkgman Hallitsee pakkauksia ja pakkausvarastoja.
play Soittaa kappaleita CD-levyltä.
playfile Soittaa äänitiedoston.
playsound Soittaa äänitiedoston.
playwav Soittaa WAV-tiedoston.
pr Muotoilee tiedostoille sivut ja sarakkeet tulostusta varten.
printenv Tulostaa ympäristömuuttujan arvon.
printf Muotoilee ja tulostaa tietoja.
prio Vaihtaa prosessin prioriteettia.
profile Profiloi säikeet.
ps Luettelee suoritettavia prosesseja.
ptx Tulostaa permutoidun indeksin, sisältäen asiayhteyden, syöttötiedostojen sanoista.
pwd Tulostaa nykyisen hakemiston.
query Komentotulkkkiapuohjelma, joka matkii Seuraajan "Etsi kaavan avulla"-toiminnallisuutta. (Haiku-kohtainen)
quit Sulkee sovelluksen.
rc Resurssikääntäjä
readlink Tulostaa polun symbolisen linkin kohteeseen.
reindex Laittaa olemassaolevien tiedostojen attribuutit vasta luotuihin indekseihin. (Haiku-kohtainen)
release Vapauttaa semaforin.
renice Vaihtaa suoritettavan prosessin prioriteetin.
rlog Tulostaa lokiviestit ja muita tietoja RCS-tiedostoista.
rm Poistaa tiedostoja ja hakemistoja.
rmattr Poistaa tiedostosta attribuutin. (Haiku-kohtainen)
rmdir Poistaa hakemistoja.
rmindex Poistaa attribuutin indeksistä. (Haiku-kohtainen)
roster Tulostaa tietoja käynnissä olevista ryhmistä.
route Luettelee ja manipuloi verkkoreittejä.
safemode Tarkistaa, että suoritetaanko järjestelmää turvatilassa.
screen_blanker Käynnistää näytönsammuttajan.
screenmode Näyttää tai asettaa näyttötilan.
sdiff Näyttää ja yhdistää kahden tiedoston erot vieri-viereen.
seq Tulostaa numerosekvenssin.
setdecor Näyttää tai asettaa koristeet.
setgcc Näyttää/asettaa käytetyn gcc-version.
settype Asettaa tiedoston MIME-tyypin, allekirjoituksen ja ensisijaisen sovelluksen.
setversion Näyttää tiedoston version.
setvolume Asettaa järjestelmän äänen voimakkuuden.
setwep Tarjoaa WEP-salauksen langattomille verkoille.
sh Katso bash.
sha1sum Tulostaa ja tarkistaa SHA1-tarkistussummia.
shar Luo komentotulkkiarkistoja.
shred Ylikirjoittaa tiedoston useita kertoja.
shuf Tulostaa syöttötiedostojen satunnaispermutaatioita.
shutdown Sulkee tietokoneen.
sleep Pitää määritellyn sekuntimäärän pituisen tauon.
sort Tulostaa kaikkien tiedostojen muodostaman yhteenliittymän.
spamdbm Luokittelee sähköpostiviestit roskapostiksi tai aidoiksi.
split Tulostaa kiinteäkokoiset syöttötiedostojen palaset etuliitteellä varustetuiksi tiedostoiksi.
stat Näyttää tiedoston tai tiedostojärjestelmän tilan.
strace Jäljittää säikeen tai ryhmän syscalls-kutsut.
stty Näyttää/asettaa pääteikkunan ominaisuudet.
su Vaihtaa todellisen käyttäjätunnisteen ja ryhmän.
sum Tulostaa jokaiselle tiedostolle tarkistussumman ja lohkojen lukumäärän.
sync Pakottaa muuttuneet lohkot levylle, päivittää super-lohkon.
sysinfo Näyttää järjestelmätiedot.

indexT

tac Yhdistää ja tulostaa tiedostoja, viimeinen rivi ensimmäisenä.
tail Tulostaa tiedoston 10 viimeistä riviä.
tcpdump Vedostaa verkkoliikenteen.
tcptester [vanhentunut]
tee Kirjoittaa ja liittää tietoja vakiosyötteestä tiedostoon.
telnet Käyttöliittymä telnet-yhteyskäytäntöön.
telnetd Telnet-taustaprosessi
test Palauttaa tosiarvot tosi/epätosi alkioiden vertailun jälkeen.
timeout Käynnistää komennon ja tappaa sen, jos se on käynnissä määritellyn sekuntimäärän jälkeen.
top Näyttää käynnissä olevat säikeet ja suoritinkäytön.
touch Vaihtaa tiedoston aikaleiman.
tput Alustaa pääteikkunan tai query terminfo -tietokannan.
tr Kääntää, jäädyttää ja/tai poistaa merkkejä vakiosyötteestä.
traceroute Tulostaa reitin, jonka paketit kulkevat verkon kautta.
translate Käyttää Tietomuuntimia tiedostomuotojen muuntamiseen.
trash Lähettää tiedostoja roskakoriin ja palauttaa niitä.
true Ei tee mitään. Indikoi ”menestystä” ja palauttaa arvon ”0”.
truncate Kutistaa tai laajentaa tiedoston koon.
tsort Tekee topologisen lajittelun.
tty Tulostaa vakiosyötteeseen yhdistetyn pääteikkunan tiedostonimen.
uname Tulostaa järjestelmätietoja.
unchop Luo uudelleen tiedoston, joka on aiemmin katkottu käskyllä chop.
unexpand Muuntaa välilyönnit sarkainmerkeiksi.
uniq Tulostaa viereiset täsmäävät rivit syötteestä, kirjoitetaan tulosteeseen.
unlink Kutsuu unlink-funktion määritellyn tiedoston poistamiseksi.
unmount Irroittaa taltion.
unrar Purkaa rar-arkiston.
unshar Purkaa shar-arkiston.
untrash Katso trash.
unzip Purkaa zip-arkiston.
unzipsfx Käytetty tekemään olemassaoleva zip-arkisto itsestäänpurkautuvaksi.
updatedb Päivittää kotoistamistietokannan.
uptime Tulostaa päivämäärän ja ajan sekä ajan, mikä on kulunut järjestelmän käynnistymisestä.
urlwrapper Käärii verkko-osoite-MIME-tyypit komentoriville tai muille sovelluksille, jotka eivät käsittele niitä suoraan.
useradd Luo uuden käyttäjän.
uudecode Dekoodaa uu-koodatun tiedoston.
uuencode Uu-koodaaa tiedoston niin, että se voidaan postittaa etäjärjestelmään.
vdir Luettelee tietoja tiedostoista.
version Palauttaa tiedoston version.
vmstat Tulostaa tietoja virtuaalimuistijärjestelmästä.
waitfor Odottaa, kunnes tietty säie ilmaantuu. (Haiku-kohtainen)
watch Suorittaa ohjelman jaksottaisesti.
wc Tulostaa tiedoston kappaleiden, sanojen ja kirjaimien lukumäärän.
wget Työkalu lataamiseen HTTP:n, HTTPS:n tai FTP:n kautta
which Paikallistaa komennon.
whoami Tulostaa nykyiseen todelliseen käyttäjätunnisteeseen liittyvän käyttäjänimen.
xargs Rakentaa ja suorittaa komentorivejä vakiosyötteestä.
xres Luettelee ja manipuloi resursseja.
yes Tulostaa merkkijonoa toistuvasti, kunnes tapetaan.
zcat Katso gzip.
zcmp Katso zdiff.
zdiff Vertailee tiivistettyjä tiedostoja.
zforce Pakottaa ’.gz’-tarkentimen gzip-tiedostoihin.
zgrep Tutkii mahdollisesti tiivistettyjen tiedostojen lävitse säännöllisiä lausekkeita etsien.
zip Lisää ja korvaa kohteita zip-arkistossa.
zipcloak Salaa kaikki salaamattomat kohdat zip-arkistossa.
zipgrep Tutkii annetut zip-tiedostokohteet merkkijonoa tai säännöllistä lauseketta etsien.
zipinfo Katso unzip.
zipnote Tulostaa zip-arkiston kommentit.
zipsplit Katkoo zip-arkiston pienemmiksi palasiksi.
zmore Kuten more mutta toimii minkä tahansa tiivistetyn tiedoston tiivistämättömällä sisällöllä.
znew Tiivistää .Z-tiedostot uudelleen .gz (gzip) -arkistoiksi.
-
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/magnify.html b/docs/userguide/userguide/fi/applications/magnify.html deleted file mode 100644 index 5cc12f880b..0000000000 --- a/docs/userguide/userguide/fi/applications/magnify.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Suurennuslasi - - - - - - - - -
-
- -

magnify-icon_64.pngSuurennuslasi

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Magnify
Asetukset:~/config/settings/Magnify_prefs
-


-

Suurennuslasi näyttää laajennetun version hiiren kohdistimen ympärillä olevasta alueesta.

-magnify.png -

Ylimpänä näet alueen suurennustason ja koon. "32 x 32 @ 8 pikseliä/pikseli" tarkoittaa, että katsot 32x32 pikselin neliötä hiiren osoittimen ympärillä ja jokainen pikseli on laajennettu 8-kertaiseksi.

-

Sen alapuolella on sen pikselin väri, joka on merkitty punaisella ääriviivalla. Sen väri esitetään RGB-arvona ja heksadesimaaliarvona.
-Voit siirtää punaista ääriviivaa näppäimillä / / / .

-

Etäisyyksien mittaamiseksi ja objektien tasaamiseksi voit lisätä korkeintaan kaksi sinistä hiusristikkoa näppäimillä ALT H. Niiden X-/Y-koordinaatit vasempaan yläkulmaan ja jos molemmat on lisätty, niiden X-/Y-etäisyys toisistaan näytetään alhaalla.
-Niitä voidaan myös siirtää näppäimillä / / / . Aktiivinen hiusristikko on merkitty merkillä ”x”.

-

Voit siirtää hiiren osoitinta pikseli pikseliltä näppäimillä Alt Gr/OPT  / / / .

-

Ponnahdusvalikon napsauttaminen tarjoaa sinulle lukuisia valitsimia:

- - - - - - - - - - - - - - -
Tallenna kuvaALT S Tallentaa nykyisen näytön resurssitiedostona.
Kopioi kuvaALT C Kopioi nykyisen näytön leikepöydälle.
Piilota/näytä tiedotALT T Vuorottelee kaiken lisätietojen näyttämisessä.
Lisää hiusristikkoALT H Lisää hiusristikon, jota voit raahata ympäriinsä.
Poista hiusristikkoALT VAIHTO H Poistaa viimeksi lisätyn hiusristikon.
Piilota/näytä rasteriALT G Vuorottelee päällysrasterin näyttämisessä.
Jähmetä/vapauta kuvaALT F Pysäyttää/jatkaa suurennusalueen päivittämistä.
TarttumiskoordinaatitALT I Jatkaa suurennusalueen päivittämistä, mutta ei enää seuraa hiiren osoitinta.
Tee neliöALT / Palaa takaisin neliönäyttöön ikkunan koon muuttamisen jälkeen.
Pienennä ikkunan kokoaALT - Supistaa suurennettua aluetta hiiren osoittimen ympärillä.
Kasvata ikkunan kokoaALT + Laajentaa suurennettua aluetta hiiren osoittimen ympärillä.
Pienennä pikselikokoaALT , Alentaa suurennusta.
Kasvata pikselikokoaALT . Kasvattaa suurennusta.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/mail.html b/docs/userguide/userguide/fi/applications/mail.html deleted file mode 100644 index 8625028c8e..0000000000 --- a/docs/userguide/userguide/fi/applications/mail.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - Sähköposti - - - - - - - - -
-
- - - - -
Hakemisto
Sähköpostiviestien lukeminen
- Uusien sähköpostiviestien luominen
- Asetukset
- -

mail-icon_64.pngSähköposti

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Mail
Asetukset:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Tähän laitetut objektit näkyvät sähköpostiohjelman asiayhteysvalikossa
-~/config/settings/Mail/signatures/ - Allekirjoitusten tallennuspaikka
-~/config/settings/Mail/status/ - Omien tilojen tallennuspaikka
-


-

Sähköposti on Haikun sähköpostiviestien oletuskatselin ja -muokkain. Sillä ei ole mitään tekemistä itse sähköpostiviestien noutamisen ja lähettämisen kanssa, minkä tekee mail_daemon-taustaprosessi ja se voidaan asettaa Sähköpostiasetukset-ohjelmalla.

-

Tämä sivu on yleiskatsaus Sähköpostisovellukseen. Lisätietoja siitä, kuinka sähköposti toimii Haikussa, löytyy viitteestä Työpaja sähköpostiviestien hallinnointiin.

-

-index -Sähköpostiviestien lukeminen

-

Sähköpostitiedoston avaamiseksi Sähköpostiohjelmassa sinun on kaksoisnapsautettava sitä. Käyttöliittymä on aika yksinkertainen:

-email-read.png -

Ylhäällä on valikko ja sen alla valinnainen työkalupalkki sähköpostin kiinnostusalueattribuuteilla (vastaanottaja, lähettäjä, aihe, päivämäärä) ja sähköpostiviestin varsinainen runko. Jos sähköpostiviestissä ilmenee outoja merkkejä tai se on tyhjä, yritä vaihtaa koodausta ponnahdusvalikon Dekoodaus-valikosta.

-

Jos sähköpostiviestissasi on liitteitä, ne on lueteltu viestin lopussa. Hiiren kakkospainikkeealla voi avata asiayhteysvalikon valikkoon Tallenna liite... tai Avaa liite. Voit myös raahata ja pudottaa liitteen Työpöydälle tai toiseen Seuraaja-ikkunaan.

-

Useimmat valikon ja työkalupalkin kohdat ovat itsestäänselittäviä, joten keskitymme vain huippukohtiin.

-

-indexTiedosto

-

Kun suljet uuden sähköpostiviestin ikkunan, sen tila vaihtuu normaalisti "Uudesta" "Luetuksi". Mutta voit asettaa myös tiloja valitsemalla tilan alivalikosta Sulje ja.... Sieltä löydät myös valitsimen Aseta tilaan..., mikä luo sinun omia tilojas, jotka tallennetaan hakemistoon ~/config/settings/Mail/status/.

-

-indexMuokkaa

-

Tästä löydät kohdan valikon Asetukset... (katso alla) avaamiseksi ja pikanäppäimen, jolla hallinnoit valikkokohtaa Tilit..., joka avaa Sähköpostiasetukset-paneelin.

-

-indexKatso

-

Tarvitset näitä kohtaa harvoin, jos koskaan:

- - - -
Näytä otsakeALT HNäyttää sähköpostiviestin täydellisen otsakkeen esimerkiksi siltä varalta, että sinun on jäljitettävä sähköpostiviestisi polku.
Näytä raakaviestiNäyttää sähköpostiviestin raakatilassaan, toisin sanoen, kaikkine ohjausmerkkeineen ja esimerkiksi ilman Sähköposti-ohjelman väritettyjä lainauksia tai verkko-osoitteita..
-

-indexViesti

-

Eri valinnat sähköpostiviestiin vastaamisessa tarvitsevat ehkä hiukan selittämistä.

- - - - -
VastaaALT RVakio vastaus palvelimelle, joka on lähettänyt sähköpostia sinulle. HUOMAA: Silloin kun on kyse sähköpostituslistapostista, tämä vastaa normaalisti takaisin postituslistalle, ei juuri sille henkilölle, joka kirjoitti viestin!
Vastaa lähettäjälleOPT ALT RToisaalta lähettää suoraan ja vain henkilölle, joka on lueteltu ”Lähettäjä”-attribuutissa.
Vastaa kaikilleVAIHTO ALT RVastaa alkuperäiselle lähettäjälle plus kaikille muille alkuperäisen sähköpostiviestin (Kopio-)vastaanottajille.
-
Jos merkitset jakson sähköpostiviestistä ennen vastaamista siihen, merkkitty teksti lainataan vastaussähköpostiviestiisi. Kiva tapa supistaa ylimääräistä lainaamista, mitä aika moni paheksuu...
-

Valinnat Lähetä edelleen, Lähetä uudelleen and Kopioi uuteen ovat taas aika itsestään selittäviä.

-

Kun olet avannut sähköpostin Seuraajasta tai kyselytulosikkunasta, Edellinen viesti ja Seuraava viesti siirtävät edelliseen tai seuraavaan viestiin luettelossa.

-

Tallenna osoite kerää kaikki sähköpostiosoitteet otsakkeesta ja todellisesta sähköpostiviestin rungosta alivalikossa. Osoitteen valitseminen avaa Ihmiset-sovelluksen, jossa voit täydentää ja tallentaa yhteystietoja.

-

-indexKyselyt

-

Tämä ei vielä toimi, mutta tarkoitus on säilyttää kyselyjä, jotka näyttäisivät kaikki parhaillaan avoinna olevaan sähköpostiviestiin liittyvät sähköpostiviestit, kuten kaikki saman lähettäjän viestit tai saman aiheen/säikeen viestit.

- -

-index -Uusien sähköpostiviestien luominen

-

Uusi sähköpostiviesti luodaan kutsumalla Uusi sähköpostiviesti-valikkoa tai vastaavaa kuvaketta avoimen sähköpostiviestin työkalupalkista. Tai voit käynnistää Sähköposti-sovelluksen tai valita Luo uusi viesti... Työpöytäpalkin sähköpostikuvakkeen asiayhteysvalikosta.

-email-write.png -

Ikkuna on melko samanlainen kuin se, jossa luetaan sähköpostia. Valikko ja työkalupalkki on lievästi erilainen ja teksti-ikkunat on täytetty tietysti vastaanottajien sähköpostiosoitteilla, aiheella ja niin edelleen.

-

Kopio-valikossa on luettelo sähköpostiviestin kopion vastaanottajista "carbon copy". Erona "Vastaanottaja"-kenttään on, että Kopio-luettelossa olevien vastaanottajien ei odoteta vastaavan viestiin.
-Piilokopio-tarkoittaa viestikopiota, joka ei näy muille vastaanottajille, vaan piilottaa "Kopio"-vastaanottajat toisiltaan.

-

Voit kirjoittaa useita vastaanottajia erottelemalla vastaanottajat pilkulla. -Vastaanottaja, Kopio, ja Piilokopio ovat ponnahdusvalikkoja. Ne sisältävät kaikki sähköpostiosoitteet, jotka sinun järjestelmässäsi löytyvät Ihmiset-tiedostojen kyselyllä. Niiden "Ryhmä"-attribuutti lajittelee ne vastaaviin alivalkioihin.

-

Keskitymme taas valikkojen mielenkiintoisimpiin ominaisuuksiin.

-

-indexTiedosto

-

Valikolla Tallenna luonnoksena voit tallentaa työsi toistaiseksi ja tulla siihen takaisin myöhemmin. Sen lataamiseksi uudelleen valitse se alivalikosta Avaa luonnos, joka luettelee kaikki sähköpostiviestit kyselytilalla "Luonnos".

-

-indexMuokkaa

-

Lainaa ja Poista lainaus tai niiden vastaavat pikanäppäimet ALT / käytetään lisäämään/poistamaan lainaustaso säätämällä numeroa ">" symboleja lainausrivien edesssä. Valitse vain jokin tekstiin kaikki ne rivit, jotka haluat lainata ja tai poistaa lainauksesta ja kutsu valikkokohdetta.

- -email-spellcheck.png - -

Tarkista oikeinkirjoitus tarjoaa nykyisin vain englanninkielisten tekstin oikeinkirjoituksen tarkistusta merkitsemällä väärät ja tuntemattomat sanat punaisella värillä ja näyttämällä ne kursivoituna. -Sellaisen sanan avaaminen hiiren kakkospainikkeella avaa asiayhteysvalikon, joka tarjoaa suosituksia sanan korjaamiseksi tai Lisää sen hyväksyttyyn sanastoon.

-

Sitten on taas kohteita avata Sähköposti-ohjelman Asetukset...-valikko (katso alla) ja pikanäppäin Tilit..., joka avaa Sähköpostiasetukset-paneelin.

-

-indexViesti

-

Valikolla Lisää allekirjoitus voit lisätä ennakolta määritellyn tekstin sähköpostiviestisi loppuun. Sen alivalikosta voit valita tietyn tekstin tai Satunnaisen.

- -email-signature.png - -

Luot uuden tai muokkaat olemassaolevan allekirjoituksen valikolla Muokkaa allekirjoituksia..., mikä avaa ikkunan, missä kirjoitat itse tekstin ja uuden allekirjoituksensi otsikon. Valikosta Allekirjoitus löydät alivalikot Avaa tietyn allekirjoituksen avaamiseksi tai Tallenna tallentamiseksi tai Poista parhaillaan ladatun allekirjoituksen poistamiseksi. Allekirjoitukset pitäisi tallentaa kansioon ~/config/settings/Mail/signatures.

-

Käytä Lisää liite... ja Poista liite tiedostojen lisäämiseksi tai poistamiseksi liitteinä. Voit myös raahata ja pudottaa tiedostot Seuraaja-ikkunasta. Ole varovainen niiden pudottamisessa (Vastaanottaja/Lähettäjä/Aihe -alueella ylhäällä) tai ne liitetään sähköpostitiedoston runkoon, jos ne ovat tekstitiedostoja.

- -email-attachments.png - -

Tiedostoliitteet on lueteltu otsakelohkon alla. Voit poistaa tiedoston kutsumalla asiayhteysvalikkoa tai valitsemalla sen ja painamalla painiketta DEL.

- -

-indexKyselyt

-

Tämä ei vielä toimi, mutta se on tarkoitettu säilyttämään kyselyt, jotka näyttävät kaikki parhaillaan avoinna olevaan sähköpostiviestiin liittyvät sähköpostiviestit, kuten kaikki saman lähettäjän tai samaa aihetta tai säiettä koskevat viestit.

- -

-index -Asetukset

-email-preferences.png -

Sähköpostiasetukset ovat kahdessa osassa:

-

-indexKäyttöliittymä

- - - - - - - -
PainikepalkkiValitsimet näyttävät nimiöt kuvakkeiden alla tai piilottavat työkalupalkin kokonaan.
KirjasinAsettaa sähköpostiviestin tekstissä käytetyn kirjasintyypin.
KokoAsettaa kirjasinkoon.
Väritetyt lainauksetVärittää lainausten eri tasot.
Alustava oikeinkirjoitustarkistustilaOttaa käyttöön tai pois käytöstä oikeinkirjoituksen tarkistuksen käynnistymisen yhteydessä.
Merkitse sähköpostiviestit automaattisesti luetuiksiJos suljet sähköpostiviestin, jonka tila on "Uusi", se merkitään automaattisesti tilaan "Luettu".
- -

-indexSähköpostin käyttö

- - - - - - - - - -
OletustiliJos sinulla on useita sähköpostitilejä, tämä määrittää, mitä niistä käytetään oletuksena kun luodaan uusi sähköpostiviesti.
VastaustiliKun vastaat sähköpostiviestiin, voit joko aina valita Käytä oletustiliä, joka asetettiin yllä ponnahdusvalikossa, tai käyttää Tili sähköpostiviestistä, mikä lähettää sähköpostiviestin samalle tilille, jolta sen vastaanotit.
Vastauksen esipuheTämä lisätään ennen vastauksesi lainattua tekstiä. Voit käyttää erilaisia muuttujia tekstikentän viereisestä ponnahdusvalikosta. Esimerkki: "Hei %n!\n\n%d kirjoitit:\n" tuottaa tämän: -
Hei Dr. Hawking!
-
-Mon, 18 Jan 1998 02:55:16 +0800 kirjoitit:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...ja loput lainatusta tekstistä seuraa...
Automaattinen allekirjoitusLisää allekirjoituksen automaattisesti sähköpostiviestin loppuun.
KoodausAsettaa oletuskoodauksen.
Varoita koodaamattomistaJos sähköpostiviestisi sisältää merkkijä, joita ei voida koodata nykyisellä asetetulla koodausmenetelmällä, voit laittaa päälle varoituksen siitä. Se antaa sinulla mahdollisuuden vaihtaa koodausta ennen lähetystä. Muussa tapauksessa koodaamattomat merkit korvataan neliösymboleilla.
Tekstin rivittäminenLisää rivinvaihdon joka 76. merkiksi, mikä helpottaa sähköpostiviestien lukemista.
Liitä attribuutitVoit valita BFS:n tiedostoattribuuttien lähettämisen liitteen mukana. Tämä on mukavaa muille Haiku-käyttäjille, koska he saavat "täydellisen" tiedoston (ajattele MP3-tiedostojen artisti-, albumi-, otsikkoattribuutteja), mutta ne voivat aiheuttaa hämmennystä (tai jopa epäluuloa) muille, jotka ihmettelevät, että mitä ylimääräiset "BeOS-attribuutti"-liitteet mahtavat olla...
-Jos valitset, että et lähetä attribuutteja liitteiden mukana, muista tiivistää tiedostosi zip-tiedostoiksi ennen niiden lähettämistä tai BFS-attribuutit riisutaan tiedostoista.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/fi/applications/mediaplayer.html b/docs/userguide/userguide/fi/applications/mediaplayer.html deleted file mode 100644 index 4abd7646e6..0000000000 --- a/docs/userguide/userguide/fi/applications/mediaplayer.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - Mediasoitin - - - - - - - - -
-
- -

mediaplayer-icon_64.pngMediasoitin

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/MediaPlayer
Asetukset:~/config/settings/MediaPlayer
-


-

Mediasoitin on kaikkien ääni- ja videotiedostojen oletussoitin. Kiitos sen ffmpeg-taustaohjelman, se tukee laajaa joukkoa käytettyjä tiedostomuotoja. Sen yksinkertaisessa käyttöliittymässä on kaikki odottamasi ohjainpainikkeet:

-mediaplayer.png -

Edistymispalkin liukukytkin sallii sinun vaihtaa nopeasti sijaintia. Hiiren kohdistimen pitäminen palkin päällä näyttää nykyisen ajan ja leikkeen jäljellä olevan ajan. Oikealla olevan aika-näytön napsauttaminen vuorottelee pituuden, nykyisen ja jäljellä olevan ajan välillä.
-Sen alta löydät tavalliset ohjaimet paluuseen edelliseen kappaleeseen, soitolle, tauolle, pysähtymiselle ja siirtymiselle seuraavaan kappaleeseen. Sitten on äänenvoimakkuuden säädin (kaiutinsymbolin napsauttaminen vuorottelee mykistämistä) ja voltti-/jännitemittari.

- -

Ääni- ja videosoitto

-

Koska äänisoitossa ei ole mitään erikoisominaisuuksia, siirrymme suoraan videoon ja yleisiin ominaisuuksiin.

-mediaplayer-info.png -

Kaikille medioille on käytettävissä valikko Tiedostotiedot... (ALT I). Se näyttää tiedot parhaillaan ladatusta tiedostosta, kuten soittoajan tai ääni- tai videokappaleen yksityiskohdata ja sen koodekin.

-

Useimmin käytetyt valikkokomennot ovat käytettävissä myös videoalueella hiiren kakkospainikkeen asiayhteysvalikosta. Se näppärää, kun ollaan kokonäyttötilassa.
-Valikon Video alta löydät valitsimia kaventaa tai laajentaa ikkunaa eri tasoille tai pakottamiseksi vaioarvoiseen kuvasuhteisiin. Kuvasuhteen jättämiseksi oletukseen Virta-asetukset pitäisi toimia parhaiten oikein koodatuilla tiedostoilla.

-

Mediasoitin tukee aliotsikoita SRT-muodossa. Jotta ne näkyvät valikon Aliotsakkeet alla, niiden tiedostonimet ovat samat kuin niiden videotiedostonimet, kielinimitarkentimella ja tarkentimella ".srt" eikä videotarkentimella. Esimerkiksi:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Moniäänikappaleet, useimmiten käytetty useaa kieltä varten yhden videotiedoston sisällä, ovat käytettävissä alivalikosta Ääniraita. Alivalikko Video | Kappale tarjoaa saman, kun useita videovirtoja on käytettävissä.

-

Voit vuorotella Koko näyttö-tilaa (ALT ENTER tai F tai hiiren ykköspainikkeen kaksoisnapsautuksella), piilottaa Mediasoittimen ikkunarajat ja ohjaimet Piilota käyttöliittymä (ALT H tai hiiren kakkospainikkeen kaksoisnapsautuksella) tai pitää sen ikkunaa Aina päällimmäisenä (ALT A).

- -

Soittoluettelot

-

Mediasoitin | Soittoluettelo... (ALT P) avaa ikkunan, jossa näkyy soittamista odottavien tiedostojen jono. Rivin kaksoisnapsautus aloittaa sen soittamisen.

-mediaplayer-playlist.png -

Voit lisätä lisää tiedostoja pudottamalla ne luetteloon ja järjestämällä niiden sijainti raahaa ja pudota -toiminnolla. Valikosta Muokkaa voit Satunnaista00a tai Poistaa (DEL) luettelorivin tai poistaa todellisen tiedoston valikkolla Siirrä roskakoriin (ALT T).

-

Voit tietysti tallentaa valikolla Tallenna soittoluettelon ja myöhemmin avata se uudelleen valikolla Avaa, tai aloittaa se yksinkertaisesti kaksoisnapsauttamalla soittoluettelotiedostoa.

- -

Asetukset

-

Mediasoittimen käyttäytymisen hienosäätöön on useita asetuksia:

-mediaplayer-settings.png -

Ensimmäinen kohta, Soittotila, on aika itsestäänselvä. Aloita soittaminen automaattisesti, sulje ikkunat kun lopetetaan tai soita leikkeitä silmukassa.

-

Seuraavana on erilainen Katso valitsimia.
-Voit valita Käytä laitteistovideokerrosta, jos se on käytettävissä, mikä alentaa suoritinkäyttöä, mutta toimii vain yhdessä videoikkunassa ja tarvitsee tukevan videokorttiajurin.
-Voit valita Skaalaa elokuvat pehmeästi (kun ei olla kerrostustilassa) mikä käyttää hyvin nopeaa suodatusta pehmentäen muuten lohkomaisia pikseleitä, kun kavennetaan videonäkymää tai katsotaan kokonäyttötilassa.
-Skaalausohjaimet kokonäyttötilassa jos pidät parempana hiukan isompia ohjaimia, ehkä katselet näyttöä hiukan kauempaa kokonäyttötilassa.
-Sitten on asetukset Aliotsikkokoko ja Aliotsikon sijainti. Ne voidaan näyttää Videon alareunassa, jossa ne ovat aina kuvan päällä. Tai Ikkunan alareuna, mikä sallii sinun muuttaa ikkunan kokoa pystysuoraan ja näyttää aliotsikot sen sijaan alhaalla mustana palkkina.

-

Viimeinen asetus määrittelee äänenvoimakkuuden niille leikkeille, jotka eivät ole parhaillaan aktiviisia. Voit kailottaa niitä kaikkia voimakkuudella Täysi äänenvoimakkuus, vähemmän häiritsevällä Alenna äänenvoimakkuutta tai hiljentää Mykistä.

- -

Näppäimistöohjaimet

-

Mediasoitin tarjoaa näppäriä näppäinyhdistelmiä soiton ohjaamiseksi ilman hiiren käyttöä.

- - - - - - -
ZHyppää edelliseen kappaleeseen
XSoita
CTauko
VPysäytä
BHyppää seuraavaan kappaleeseen
-

Nämä näppäimet on liitetty ohjainpainikkeiden toimintoihin. Ne ovat aina näppäimistön vasemman alakulman näppäimiä, toisin sanoen riippumattomia nykyisestä näppäinkuvauksesta. Yllä olevat näppäimet vastaavat vakiota US-amerikkalaista näppäinkuvausta.

- - - - - - - - - - - - -
/ Etsi taaksepäin/eteenpäin
VAIHTO / Hyppää taaksepäin/eteenpäin 10 sekuntia
ALT / Hyppää taaksepäin/eteenpäin 30 sekuntia
/ Vaimenna/Kasvata äänenvoimakkuutta
ALT / Hyppää seuraavaan/edelliseen Kappaleeseen
VälilyöntipainikeVuorottele soita/tauko -tiloja
ALT ENTERVuorottele kokonäyttötila (tehdään myös kaksoisnapsauttamalla hiiren ykköspainikkeella videoaluetta tai painamalla F tai TAB)
ALT VAIHTO 0 / 1 / 2 / 3Vaihtaa kuvasuhteen Virta-asetuksiin (kuinka video koodataan), Ei kuvasuhdekorjausta (kartoittaa videon pikselit 1:1 näytölle), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/midiplayer.html b/docs/userguide/userguide/fi/applications/midiplayer.html deleted file mode 100644 index 872ffe395b..0000000000 --- a/docs/userguide/userguide/fi/applications/midiplayer.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Midi-soitin - - - - - - - - -
-
- -

midiplayer-icon_64.pngMidi-soitin

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/MidiPlayer
Asetukset:~/config/settings/MidiPlayerSettings
-


-

Kuten nimi paljastaa, Midi-soitinta käytetään midi-musiikkitiedostojen soittamiseen. Midi-tiedostot ovat erityisiä, koska ne eivät sisällä varsinaista digitointia ja jollain tavalla koodattua musiikkia, vaan kuvauksen siitä: Pidä tämä nuotti näin pitkään tällä äänenvoimakkuudella ja käytä sen soittamiseen instrumenttia X.
-Samalla kun tämä pitää tiedostot aika pieninä, siitä seuraa myös riippuvuus soitinkirjastoon (niin kutsuttu "SoundFont"), joiden tulos voi erota valtavasti. Näillä SoundFonts-kirjastoilal on taipumus olla aika laajoja, kasvattaen soitinnäytteiden laatua ja lukumäärää.

-

Haikun mukana ei tule asennettuja SoundFont-kirjastoja, koska ne ovat niin laajoja ja vain muutamat ihmiset yleensä tarvitsevat sellaista. Useimmilla heillä on jo korkealaatuinen tai räätälöity SoundFonts-kirjasto. Jotta kykenisit kuulemaan edes jotakin voit asentaa ilmaisen kirjaston valinnaispakkauksesta. Kirjoita Pääteikkunassa: installoptionalpackage TimGMSoundFont

-

Kaikkien muiden SoundFont-kirjastojen käyttämiseksi luo linkki siihen kansiossa /boot/system/data/synth ja nimeä se nimellä big_synth.sy.

-midiplayer.png -

Midi-soittimen käyttöliittymä on hyvin yksinkertainen. Vain kaksoisnapsauta tai raahaa ja pudota midi-tiedosto ja soittaminen alkaa. Ohjaat äänenvoimakkuutta liukukytkimellä ja lisäät kaikuefektejä Kaikuefekti-ponnahdusvalikosta. Näkyvyysalueen aktivoiminen näyttää visualisoinnin ylhäällä näkyvänä oskilloskooppikuvana.

- -
-
- - - diff --git a/docs/userguide/userguide/fi/applications/packageinstaller.html b/docs/userguide/userguide/fi/applications/packageinstaller.html deleted file mode 100644 index d0ad7c16ea..0000000000 --- a/docs/userguide/userguide/fi/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Pakkausasennin - - - - - - - - -
-
- -

packageinstaller-icon_64.pngPakkausasennin

- - - - -
Työpöytäpalkki:Ei löydy Työpöytäpalkista, käynnistetään normaalisti kaksoisnapsauttamalla tuettua tiedostoa.
Sijainti:/boot/system/apps/PackageInstaller
Asetukset:ei mitään
-


-
Tämä on nykyään vain ensimmäinen luonnos. Tarkista myöhemmin uudelleen parannettua versiota.
-

Pakkausasennin on ohjelman asentaja BeOS-pakkauksille PKG-muodossa. Se tarjoaa helposti käytettävän graafisen käyttöliittymän, joka opastaa Haikun nopeassa paketinasennuksessa.

-

Tämä suoritetaan automaattisesti kun yrität avata .pkg-tarkentimella varustettuja tiedostoja.

-packageinstaller.png -

Pääikkunasta pääsee käsiksi kaksiin asetuksiin:

-
    -
  • asennustyyppi (riippuen kehittäjästä, jolla on ehkä useampia kuin yksi (vakio) asennusvalitsin).
  • -
  • asennussijainti (vain kokonaiset osiot/levyasemat voidaan valita, ei räätälöityjä polkuja)
  • -
-

Asenna-painikkeen napsauttamisen jälkeen pakkausten purkaminen ja asennusprosessi alkaa.

-packageinstaller-installer.png -

Tässä vaiheessa voi esiintyä varoituksia, joissa sanotaan, että ohjelman suorittamiseen tarvittavia kirjastoja tai riippuvuuksia voi puuttua. Saattaa olla tarpeellista asentaa nämä paketit ennen kuin yrität asentaa haluttua ohjelmaa.

-

Kun asennus on valmis, pakkauksen pitäisi näkyä Työpöytäpalkin sovellusvalikossa.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/pe.html b/docs/userguide/userguide/fi/applications/pe.html deleted file mode 100644 index 058902b16a..0000000000 --- a/docs/userguide/userguide/fi/applications/pe.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Pe/Pe
Dokumentaatio:/boot/system/apps/Pe/Documentation/index.html
Asetukset:~/config/settings/pe/*
-


-

Pe on edistynyt editori, joka syntaksikorostuksineen sopii pääasiassa ohjelmoijille ja HTML-koodin kirjoittajille. Alunperin sen loi Maarten Hekkelmann, se on avoimen lähdekoodin ohjelma ja Haiku-kehittäjät ylläpitävät sitä. Vianjäljittäjä ja lisätietoa on saatavilla osoitteessa Pe-projektisivu.

-

Löydät lisätietoja Pe:n ominaisuuksista sen paikallisesta dokumentaatiosta.

- -
-
- - - diff --git a/docs/userguide/userguide/fi/applications/people.html b/docs/userguide/userguide/fi/applications/people.html deleted file mode 100644 index 687dda0569..0000000000 --- a/docs/userguide/userguide/fi/applications/people.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Ihmiset - - - - - - - - -
-
- -

people-icon_64.pngIhmiset

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/People
Asetukset:~/config/settings/People_data
-


-

Ihmiset on yksinkertainen yhteystietotietokanta, joka käyttää Haikun tiedostojärjestelmän attribuutteja osoitteiden ja muiden yhteystietojen tallentamiseksi. Jokainen yhteystieto on tallennettu yhteen Person-tiedostoon, jossa tiedot ovat erillisissä attribuuteissa. Kaikki on indekstoitu ja siksi etsittävissä kyselyllä.

- -people.png - -

Ryhmä-attribuutti alhaalla sallii henkilön liittämisen yhteen tai useaan ryhmään. Se on hyödyllinen "massapostituksessa" lukuisille ihmisille, jotka esimerkiksi työskentelevät tietyssä hankkeessa. Ponnahdusvalikko tarjoaa kaikki parhaillaan olemassaolevan ryhmät. Jos henkilö kuuluu useampaan kuin yhteen ryhmään, ryhmänimet erotellaan merkillä ",".

- -

Nämä Henkilö-tiedostot tallennetaan tavallisesti kansioon /boot/home/people/. Jos haluat luettelon kaikista yhteystiedoista, avaa vain sinun ihmiset-kansiosi ja näytä kaikki kiinnostavat attribuutit. Jos valitset Henkilö-tietojesi järjestämisen eri kansioon, käytä vain kyselyä niiden näyttämiseksi yhdessä ikkunassa.

- -people-files.png - -

Voit käsitellä näitä tiedostoja kuten kaikkia muita: Voit lajitella niitä attribuuttien mukaan (vieläpä toiseen lajittelujärjestykseen pitämällä VAIHTO-näppäin alhaalla samalla kun napsautat tiedostoa hiirellä) ja tietysti poistaa, tehdä kaksoiskappaleita tai nimetä uudellen Henkilö-tiedostoja. Jopa yhteystietoja voidaan muokata suoraan: Napsauttamalla attribuuttia (tai ALT- ja E-näppäimillä) muokkaaminen toimii aivan kuin tiedoston nimeämisessä. Heti kun olet muokkaustilassa, SARKAIN ja VAIHTO SARKAIN hyppäyttävät sinut sarakkeelta sarakkeelle.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/poorman.html b/docs/userguide/userguide/fi/applications/poorman.html deleted file mode 100644 index f77535d6c8..0000000000 --- a/docs/userguide/userguide/fi/applications/poorman.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Köyhis - - - - - - - - -
-
- -

poorman-icon_64.pngKöyhis

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/PoorMan
Asetukset:~/config/settings/PoorMan Settings
-


-

Köyhis on näppärä pieni webbipalvelin, joka on äärimmäisen helppoa konfiguroida. Luonnollisesti se ei tarjoa mitään edistyneitä ominaisuuksia, kuten raskasta kuormaa palvelevat palvelinohjelmistot, se on vain köyhän miehen webbipalvelin.

-

Ensimmäisen käynnistyksen yhteydessä Köyhis kysyy kansiota, josta palvellaan webbiä. Jos etenet painikkeella Oletus, uusi kansio /boot/home/public_html luodaan sinulle. Aloitussivuna HTML-tiedosto nimetään oletuksena siten, että index.html-tiedoston on oltava siellä.

-

Köyhis esittlee itsensä yksinkertaisessa pääteikkunassa, joka lokikirjaa sen aktiviteetin. Sitten siellä on tilatietoa siitä, onko palvelin käynnissä, mitä kansiota palvellaan ja osumalaskuri. Asetuksia vaihdetaan valikossa Muokkaa | Asetukset...: -

-

poorman.png

-

Asetuspaneeli jaetaan kolmeen välilehteen:

-

Valikossa Sivusto voit valita toisen kansion palvelemisen, kirjoittaa toisen aloitussivun ja siellä on valitsin tiedostoluettelon lähettämiseksi, jos aloitussivua ei ole.
-Valikko Kirjaaminen sallii sinun sulkea/avata lokikirjauksen pääteikkunaan tai vaihtoehtoisesti erilliseen lokitiedostoon.
-Välilehti Lisäasetukset sisältää asetuksen samanaikaisten yhteyksien enimmäismäärästä.

-

Pääteikkunan valikkorivit ovat itsestäänselviä. Niillä voit esimerkiksi tallentaa pääteikkunan (osa)tulosteita, tyhjentää pääteikkunan tai käynnistää/sammuttaa palvelimen ja nollata osumalaskurin.

- -
Jos haluat kokeilla Köyhiksen toimintaa, valitse /boot/system/apps/BePDF/docs/ kansioksi ja index.html aloitussivuksi. Aseta sitten selaimesi verkko-osoitteeksi 127.0.0.1, mikä on paikallinen verkkokoneesi.
- -
-
- - - diff --git a/docs/userguide/userguide/fi/applications/screenshot.html b/docs/userguide/userguide/fi/applications/screenshot.html deleted file mode 100644 index 318e912a93..0000000000 --- a/docs/userguide/userguide/fi/applications/screenshot.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - Näytönkaappaus - - - - - - - - -
-
- -

screenshot-icon_64.pngNäytönkaappaus

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Screenshot
-/bin/screenshot
Asetukset:~/config/settings/screenshot
-


-

Näytönkaappauksia tehdään joko käynnistämällä Näytönkaappaus-sovellus tai painamalla näppäintä PrtScr,

-

screenshot.png

-

Näytönkaappaus-paneelissa voit vaihdella ottaa kokonäyttökaappauksia tai vain aktiivin ikkunan kaappauksia ja päätää siitä, sisällytetäänkö ikkunarajat ja hiiren osoitin mukaan. Voit myös asettaa viiveen kuvakaappauksen ottamiselle.

-

Sen alapuolella asetat näytönkaappaustiedoston nimen, muodon ja sijainnin, jota käytetään kun napsautat Tallenna-painiketta. Levylle tallentamisen sijasta voit päättää myös Kopio leikepöydälle voidaksesi liittää kaappauksen suoraan toiseen sovellukseen, tai ottaa Uusi näytönkaappaus.

-

Kaikki asetukset muistetaan seuraavalla kerralla, kun otat näytönkaappauksen, mikä ottaa käyttöön nämä kätevät näppäimistön pikanäppäimet:

- - - - -
PrtScrOttaa näytönkaappauksen viipeellä nolla ja käynnistää Näytönkaappaus-paneelin.
VAIHTO PrtScrOttaa näytönkaappauksen hiljaa (avaamatta paneelia) samalla kun sovellus yhä kunnioittaa viimeksi käytettyjä asetuksia.
CTRL PrtScrMyös tämä ottaa näytönkaappauksen hiljaa talletuilla asetuksilla, mutta tiedostoon tallentamisen sijasta kopioi sen vain leikepöydälle.
-

-index -Näytönkaappauksen tekeminen Pääteikkunasta

-

Pääteikkunassa ja skripteissä käytettäväksi on olemassa erikoinen screenshot-näytönkaappaussovellus.
-screenshot --help näyttää tutut valitsimet parametreina:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/showimage.html b/docs/userguide/userguide/fi/applications/showimage.html deleted file mode 100644 index 7eed3dff85..0000000000 --- a/docs/userguide/userguide/fi/applications/showimage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - Kuvakatselin - - - - - - - - -
-
- -

showimage-icon_64.pngKuvakatselin

- - - - -
Työpöytäpalkki:Ei löydy Työpöytäpalkista, käynnistetään normaalisti kaksoisnapsauttamalla tuettua tiedostoa.
Sijainti:/boot/system/apps/ShowImage
Asetukset:~/config/settings/ShowImage_settings
-


-

Kuvakatselin sallii sinun katsella kuvatiedostoja kaikisssa muodoissa, jotka Tietomuuntimet tukevat. Uudet muodot tunnistetaan automaattisesti, kun niiden muuntimet lisätään järjestelmään. Tämä on tehty esimerkiksi Haikun vektorikuvaketiedostoille, WonderBrush-kuville tai kun WebP-kuvat tulivat käytettäviksi.
-Kuvakatselin tarjoaa minimaalisia editointiominaisuuksia karsimalla, kiertämällä tai kääntämällä kuvia ja tallentaen niitä toisiin muotoihin.

-

indexKatsotaan

-showimage-view.jpg -

Näkymä-valikko tarjoaa aluksi kansion kaikkien kuvatiedostojen Diaesityksen (tai kyselytulosikkunan) ja asettaa Esitysviiveen 2:sta sekunnista 20:een sekuntiin.

-

Muut komennot koskevat parhaillaan näytettävää kuvatiedostoa (muuttamatta ikkunan kokoa):
-Alkuperäinen koko näyttää kuvan 100 prosentin loitonnustekijällä.
-Sovi ikkunaan supistaa kuvan takaisin ikkunakehykseen, esim.: sen jälkeen kun siihen on loitonnuttu tai ikkunan koon muuttamisen jälkeen.
-Lähennä ja Loitonna laajentavat ja kaventavat kuvaa 10 prosentin askelin. Loitontaminen ja lähentäminen tehdään hiiren rullauspainikkeella; kuvan venyttämiseksi suuremmaksi kuin ikkuna sinun on yksinkertaisesti napsautettava kuvaa hiiren ykköspainikkeella ja raahattava hiirtä ympäriinsä.

-

Kaksi asetusta ei koske parhaillaan näytettävää kuvaa ja ne on muistettava kun selataan kuvia peräkkäin:
-Korkealaatuinen loitonnus soveltaa hyvin nopeaa suodatusta, kun loitonnus vähentää särmikkäitä viivoja ja tuottaa pehmeämmän tuloksen.
-Venytä ikkunaan venyttää pienemmät kuvat täyttämään nykyisen ikkunakehyksen.

-

Sitten on Kokonäyttö-tila valitsimella Näytä kuvakaappaus kokonäyttötilassa joka korvaa kuvan alalaidan tiedostonimen.

-

Viimeiseksi, Näytä työkalupalkki näyttää tai piilottaa graafiset ohjauskomponentit:

-showimage-toolbar.png -

Vasemmalta oikealle: Edellinen kuvat, seuraava kuva, aloita diaesitys (kokonäyttötilassa), valintatila, alkuperäinen koko, sovita ikkunaan, lähennä, loitonna.

-

Useimmat yleisimmin käytetyistä komennoista on saatavilla asiayhteysvalikosta napsauttamalla hiiren kakkospainikketta kuvan päällä. Näppärää, kun ollaan kokonäyttötilassa.

-

indexSelataan

-showimage-browse.jpg -

Kuvan avaamisen jälkeen voit nopeasti selata lävitse kaikki muut kuvat samassa kansiossa (tai kyselytulosikkunassa) painamalla näppäimiä / tai /. Voit nähdä, kuinka valinta vaihtuu vastaavasti Seuraaja-ikkunassa.

-

On eräs nopea tapa avata nykyisen kuvan kansio ja jopa navigoida sen yläkansioon ja alikansioon. Se toimii juuri kuin alasporautumisnavigointi Seuraajassa napsauttamalla tilapalkin tietoaluetta, joka näyttää nykyisen kuvan koon ja muodon.

-

Valikon Selaa katsominen näyttää toisen selaustyypin: Jotkut kuvamuodot, kuten TIFF, voivat sisältää useita sivuja yhdessä tiedostossa. Komennot kuten Ensimmäinen sivu ja Seuraava sivu sallivat sinun navigoida noilla sivuilla.

-

indexMuokataan

-showimage-edit.jpg -

Kuva-valikko tarjoaa muutamia kuvakatseluun välttämättömiä manipulaatioita: kuvan kiertoa ja kääntämistä. Huomaa kuitenkin, että todellinen kuvatiedosto ei muutu. Tiedostoon lisätään vain attribuutti niin että ne näytetään pyöritettynä tai käännettynä kun avaat sen seuraavan kerran.

-

Käytä taustana... avaa asetusohjelman Tausta-asetukset kuvan asettamiseksi taustakuvaksi työtilaasi.

-

Rajaus on eräs toisinaan tarvittu ominaisuus. Leikattavan kehyksen rajaamiseksi voit vaihtaa Valintatilaan valikosta Muokkaa ja raahata ruutu hiiren ykköspainikkeella. Jos ett halua ensin vaihtaa tilaa, voit luoda tämän ruudun "normaalitilassa" pitämällä yksinkertaisesti alhaalla näppäintä CTRL samalla kun raahaat hiiren ykköspainikkeella, mikä normaalisti siirtää kuvaa sivusuunnasa.
-Nolla valinta tai näppäin ESC poistaa valintaruudun.

-

Seuraava kappale näyttää kuinka itse asiassa tallennetaan rajattu alue.

-

indexTallennetaan ja muunnetaan

-

Kuvan tallentamiseksi tai muuntamiseksi kaikkiin käytettävissä oleviin muotoihin voit kutsua normaalin Tallenna nimellä...-valikkorivin valikosta Tiedosto sekä valita muodon ja tiedostonimen.
-Usein vielä nopeampaa, erityisesti jos Seuraaja-ikkuna on jo avoinna, on raahaa ja pudota -toiminnon käyttäminen.

-showimage-dnd.jpg -

Näin yllä mainittu rajaaminen lopetetaan. Joko valitaan yllä kuvattu kehys, tai valitaan Muokka | Valitse kaikki koko kuvalle. Raahaa ja pudota valinta Työpöydälle tai mihin tahansa Seuraaja-ikkunaan uuden kuvaleikkauksen luomiseksi samassa muodossa kuin alkuperäinen kuva.

-

Toisen tiedostomuodon tallentamiseksi raahaa hiiren kakkospainikkeella ja valitse muoto asiayhteysvalikosta tiedostoa pudotettaessa.

-

indexPikanäppäimet

-

Tässä on hyödyllisimpien pikanäppäinten luettelo:

- - - - - - - - - - -
/ Edellinen kuva
/ Seuraava kuva
DELSiirrä Roskakoriin
+Lähennä
-Loitonna
0Alkuperäinen koko (100% loitonnus/lähennys)
1Sovita ikkunaan
ALT ENTERVaihtele kokonäyttötilaa (myös kaksoisnapsautuksen kautta)
CTRLPitämällä alhaalla näppäintä CTRL voit luoda valintakehyksen vaihtamatta valintatilaa eksplisiittisesti.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/soundrecorder.html b/docs/userguide/userguide/fi/applications/soundrecorder.html deleted file mode 100644 index d829dc5b2c..0000000000 --- a/docs/userguide/userguide/fi/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Ääninauhuri - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

soundrecorder-icon_64.pngÄäninauhuri

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/SoundRecorder
Asetukset:~/config/settings/???
-


-

Dokumentaatio puuttuu yhä. Jos haluat työstää sitä, ilmoita siitä Dokumentaatiopostituslistalla kaksinkertaisen työn välttämiseksi.

- -
-
- - - - diff --git a/docs/userguide/userguide/fi/applications/stylededit.html b/docs/userguide/userguide/fi/applications/stylededit.html deleted file mode 100644 index cf805244df..0000000000 --- a/docs/userguide/userguide/fi/applications/stylededit.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Tyylitetty editori - - - - - - - - -
-
- -

stylededit-icon_64.pngTyylitetty editori

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/StyledEdit
Asetukset:ei mitään
-


-

Tyylitetty editori on Haikun yksinkertainen tekstieditori. Vaikka se tallentaa tiedostoja puhtaassa tekstimuodossa, tallentamisen yhteydessä kirjoitetaan lisäattribuutteja, jotka tarjoavat Tyylitetylle editorille rajoitetut muotoiluominaisuudet.

-stylededit.png -

Jos sinua kiinnostaa, lisäattribuutit näyttävät seuraavan näköisiltä, kun niitä tutkitaan Pääteikkunan komennolla listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Kuten voit nähdä, kaikki Tyylitetyn editorin valikon muotoiluvalitsimet ovat mukana: rivittäminen (päälle/pois päältä) ja tasaus (vasemmalle/keskelle/oikealle), jokainen yhdessä attribuutissa. Jokaisen kirjaimen tyylit (kirjasin, koko, väri) on runnottu yhteen attribuuttiin.

-
Koska nämä attribuutit ovat BFS-tiedostojärjestelmän ominaisuus, tämä tarkoittaa, että muilla alustoilla tiedosto näkyy pelkkänä tekstitiedostona ja kaikki muotoilu myös kadotetaan, kun tiedosto tallennetaan ei-BFS-osiolle. Yllä olevat attribuutit yksinkertaisesti riisutaan pois ja jäljelle jää vain tavallinen tekstitiedosto.
-

Joka tapauksessa on kiva idea, kun on mahdollista värittää tekstiä eri kirjasimilla ja kirjainkoola samalla kun ollaan normaalitekstissä. Esimerkiksi tiedosto ReadMe.txt on luettava komentotulkissa kaikilla alustalla ja siinä on silti hiukan tyyliä, kun sitä katsotaan Haikussa kaksoisnapsautuksella.

-

Tyylitetyn editorin käyttö on itse asiassa niin yksinkertaista, että ohitamme jokaisen tavallisen valikkorivin selittämisen. Kirjoita vain teksti, valitse sitten sanat, jotka haluat muotoilla ja käytä valikkoa Kirjasin. Rivittäminen ja tasaus valikosta Asiakirja toimii vain koko tiedostolle.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/terminal.html b/docs/userguide/userguide/fi/applications/terminal.html deleted file mode 100644 index 987aa35a73..0000000000 --- a/docs/userguide/userguide/fi/applications/terminal.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Pääteikkuna - - - - - - - - -
-
- -

terminal-icon_64.pngPääteikkuna

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Terminal
Asetukset:~/config/settings/Terminal
-~/config/settings/profile - lisää/korvaa oletukset tiedostossa /boot/system/settings/etc/profile
-~/config/settings/inputrc - lisää/korvaa oletukset tiedostossa /boot/system/settings/etc/inputrc
-


-

Pääteikkuna on Haikun käyttöliittymä bash-komentotulkkiin, the Bourne Again Shell.

-

Viittaan aiheen Skriptaus muutamiin verkko-oppituntien linkkeihin toimimisestä komentotulkin alla ja kannattaa myös katsoa Haikun komentorivisovellukset. Tässä keskitymme itse Pääteikkuna-sovellukseen.

- -

-index -Ikkunat ja välilehdet

-

Voit avata niin monta Pääteikkunaa kuin tarvitset, joko jokainen omana ikkunana käynnistämällä Pääteikkuna tai näppäimillä ALT N jo käynnissä olevasta Pääteikkunasta. Tai voit käyttää Pääteikkunan välilehtinäkymää ja avata lisää välilehtiä näppäimillä ALT T.

-terminal.png -
-

Kaksoisnapsautus välilehtipalkin tyhjään osaan avaa uuden välilehden; kaksoisnapsautus välilehteen avaa valintaikkunan otsikon uudelleennimeämiseksi. Käytettävissä on useita työkaluvihjeessä selitettyjä %-suunniteltuja muuttujia, kun siirrät hiiren osoittimen tekstikentän yläpuolelle.
-Oletuksena, %1d: %p, välilehti näyttää nykyisen kansion ja, erotettuna merkillä :, parhaillaan suoritettavan prosessin nimen (tai -- jos se on vain suoritettava komentotulkki, luultavasti joutokäynnissä). Yllä oleva näytönkaappaus näyttää ensimmäisen välilehden FTP-istunnolla Työpöytä-kansiossa ja toisen välilehden joutokäynnissä koti-kansiossa.
-Valikon Muokkaa | Ikkunaotsikko... Pääteikkunaotssikkoa voidaan muokata samalla tavoin.

-

Välilehden napsauttaminen hiiren kakkospainikkeella näyttää asiayhteysvalikon Sulje välilehti, Sulje muut välilehdet tai, kuten kaksoisnapsautuksessa, Muokkaa välilehtiotsikkoa....

-

Pääteikkunan kokoa voidaan muuttaa kuten kaikkia muitakin ikkunoita tai voit käyttää uudelleenasetuksia valikosta Asetukset | Ikkunakoko. Näppäimet ALT ENTER vaihtavat kokonäyttötilaan.

-

Kaikki asetukset, jotka muutat suoraan Asetukset-valikon kautta, kuten Ikkunaotsikko, Ikkunakoko, Tekstikoodaus tai Kirjasinkoko säilytetään vain nykyisessä istunnossa. Jos haluat tehdä pysyvät muutokset, sinun on toteutettava ne Asetukset...-paneelissa.

- -

index -Asetukset

-

Asetukset | Asetukset... avaa paneelin Pääteikkunan vakioasetusten asettamiseksi.

-terminal-settings.png -
-

Useimmat tarjotut asetukset selittävät itsensä.
-Välilehden ja ikkunaotsikon nimeämiseksi liikuta hiiren kohdistinta kohdan "kaavat" yläpuolella, jolloin saat työkaluvihjeet saatavilla olevista muuttujista.
-Voit valita esiasennetun värikaavan kuten Keskiyö tai Retro tai luoda Oma:n värikaavan valitsemalla sen värin, jonka halat muuttaa (Teksti, Tausta, Kohdistin jne.) ja käytä sitten alla olevaa väripoimijaa.

-

Sitten seuraa lisää valitsimia: sinulla voi olla Vilkkuva kohdistin ja valitse Käytä vaaleaa eikä vahvennettua tekstin sijasta. Jälkimmäinen asetus välttää joskus melko näkymättömän lihavointikirjasimien renderoinnin Pääteikkunassa.
-Aktivoi valintaruutu Vahvista poistuminen, jos ohjelmia on käytössä ja sinua varoitetaan, kun yrität sulkea Pääteikkunan, jossa suoritetaan sovellusta.

- - - - -
Tallenna tiedostoon... antaa sinun tallentaa eri asetukset erillisenä profiilina, joka avautuu kaksoisnapsautuksella profiilin mukaisesti asetetuksi Pääteikkunaksi.
Palauta tuo sinulle takaisin ne asetukset, jotka olivat aktiivisia, kun avasit asetukset-paneelin.
Oletukset nollaa kaikki oletusarvoihin.
-

-index -Näppäimistön pikanäppäimet

-

Löydät hyödyllisten pikanäppäimien luettelon asiakirjasta Pikanäppäimet ja näppäinyhdistelmät.

-

Toinen näppärä ominaisuus, joka on enemmän näppäin & hiiri-yhdistelmä: Pitämällä alhaalla näppäintä ALT polku tai verkko-osoite hiiren osoittimen alla tulee korostetuksi. Hiiren ykköspainike avaa kohteen tiedosto/kansio file/folder tai webbisivun. Hiiren kakkospainike avaa joko asiayhteysvalikosta joko Kopioi polku- tai Kopioi absoluuttinen polku-rivin. Kuvittele, että olet kohteessa /MyData/source/haiku/ ja sinulla on hiiren osoittimen alla polku generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit, jälkimmäinen valikkorivi saa aikaan yhdistelmän, absoluuttisen polun <syvä henkäys>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

Jos pidät alhaalla näppäimiä ALT VAIHTO, korostetaan vain polku sieltä alusta, missä hiiren kohdistin sijaitsee.

-

Muuten, hiiren kakkospainikkeen napsauttaminen lisää leikepöydän Pääteikkunaan. Korostettujen polkujen yhdistelmässä tätä voidaan käyttää nopeaan navigointiin syvälle kansiohierarkkiaan.

- -

-index -Bash-räätälöinti

-

Unixista tulevan bash-komentotulkin räätälöimiseksi on lukemattomia mahdollisuuksia. Sitä varten kaksi tiedostoa on käyttäjille erityisen tärkeitä: profile ja inputrc
-Molemmat tiedostot voidaan luoda /boot/home/config/settings/-kansioon ja niillä voidaan lisätä tai korvata järjestelmäoletukset, jotka on määritelty hakemistossa /boot/system/settings/etc/.

- -

profile

-

Tiedosto profile ladataan joka kerta avattaessa Pääteikkunaa. Se asettaa kaikentyyppisiä alias-määrittelyjä ja muuttujia, jotka vaikuttavat bash-komentotulkin käyttäytymiseen ja ulkonäköön. Löydät monia verkkoresursseja, jotka kertovat yksityiskohtaisesti kaikista mahdollisuuksista.

-

Haiku/BeOS-vihjepalvelimessa on esimerkiksi muutamia vihjeitä, joilla voit aloittaa:

- -

Mahdollisuuksia on vielä lisää, vilkaise tänne.

- -

inputrc

-

Tiedosto inputrc käsittelee näppäinsidoksia. Koska Haiku tarjoaa hyödyllisiä oletusarvoja, sinun ei luultavasti tarvitse sotkeutua näihin kietoutuneempiin asetuksiin. Jos sinulla on tässä erikoistarpeita, perehdy moniin verkkoresursseihin, esim.: The GNU Readline Library.

- -

-index -Vihjeitä Pääteikkunatyöskentelystä

-
  • Tiedoston tai kansion raahaaminen Seuraaja-ikkunasta Pääteikkunaan lisää sen kohdistimen osoittamaan sijaintiin. Raahaaminen hiiren kakkospainikkeen asiayhteysvalikosta tarjoaa lisätoimintoja:

    - - - - - - -
    Lisää polku Lisää tiedoston sijainnin, sama kuin raahata ja pudottaa hiiren ykköspainikkeella.
    Vaihda hakemisto Vaihtaa raahatun tiedoston kansion.
    Luo linkki tähän Luo linkin raahattuun tiedostoon Pääteikkunan nykyisessä työhakemistossa.
    Siirrä tänne Siirtää raahatun tiedoston Pääteikkunan nykyiseen työhakemistoon.
    Kopioi tänne Kopioi raahatun tiedoston Pääteikkunan nykyiseen työhakemistoon.
  • -
  • Voit avata minkä tahansa tiedoston ensisijaisella sovelluksella komenolla open [tiedostonimi]. Tämä toimii myös nykyisen (".") ja yläkansion ("..") esitystavalla, joka avautuu silloin Seuraaja-ikkunassa. Joten kirjoita nykyisen työhakemiston avaamiseksi:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/textsearch.html b/docs/userguide/userguide/fi/applications/textsearch.html deleted file mode 100644 index 45d75242d8..0000000000 --- a/docs/userguide/userguide/fi/applications/textsearch.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Tekstihaku - - - - - - - - -
-
- -

textsearch-icon_64.pngTekstihaku

- - - - -
Työpöytäpalkki:Ei valikkoriviä, käynnistetään normaalisti Seuraajalisäosan kautta
Sijainti:/boot/system/apps/TextSearch
Asetukset:~/config/settings/TextSearch
-


-

Tekstihaku etsii merkkijonoa tekstitiedostoissa. Tyypillisesti sitä kutsutaan Seuraajan lisäosan asiayhteysvalikosta valitsemalla tiedostot tai kansiot, josta merkkijonoa halutaan etsiä.

- -textsearch.png - -

Aloitat kirjoittamalla hakumerkkijonon teksti-ikkunaan ylhäällä ja napauttamalla Enter-näppäintä tai napsauttamalla Etsi-painiketta. Jos Näytä rivit on valittuna, osumat laajennetaan automaattisesti näyttämään hakumerkkijonon sisältävät tiedoston rivit.

- -

Vain muutama sana muuten itsestäänselvistä valikkoriveistä:

- - - - - - - - - - - - - - - - - -

Tiedostovalikko

Uusi ikkunaALT N Avaa uuden ikkunan, jossa voit kirjoittaa toisen merkkijonon ja etsiä sitä samoista tiedostoista/kansioista.
Aseta kohde...ALT FValitaan uusi tiedostojen ja kansioiden joukko etsittäväksi.

Toimintovalikko

Karsi-valintaALT T Poistaa kaikki rivit luettelosta, joka ei ole nykyisin valittu.
Avaa-valintaALT OAvaa nykyiset valitut tiedostot ensijaisella sovelluksella (sama kuin kaksoisnapsauttamalla). Jos se on tekstieditori, joka tukee sitä (kuten Pe), voit hypätä tarkalleen sille riville, josta hakumerkkijono löytyi.
Avaa tiedostoja SeuraajassaALT KAvaa nykyisin valittujen tiedostojen sijainnin Seuraajassa.
Kopioi tekstin leikepöydälleALT BKopioi nykyisen valinnan leikepöydälle.

Asetukset-valikko

Ohita kansiot, jotka alkavat pisteellä Tämä on hyödyllinen työskenteltäessä "unixy"-ympäristössä, missä usein hallinnointitiedostot piilotetaan ".folders/"-kansioiden sisälle. Versionhallintajärjestelmät, kuten SVN ja CVS ovat esimerkkejä sovelluksista, jotka käyttävät tätä ja niitä käytetään laajalti Haikussa.
Koodinvaihtohakumerkkijono Tekstihaku käyttää komentorivityökalua grep. Sitä varten erikoismerkit, kuten '"*\$?! ja välilyönnnit ilmaistaan koodinvaihtomerkillä \. Tämän aktivoinnin poistaminen tarkoittaa, että sinun on tehtävä tämä itse, mutta vaihdossa sinulle myönnetään säännöllisten lausekkeiden voima.
Vain tekstitiedostot Tekstihaku on nykyisin hyödyllinen etsittäessä merkkijonoja pelkistä tekstitiedostoista. Tämä asetuksen poistaminen saa tekstihaun kuitenkin etsimään sitä kaikentyyppisistä tiedostoista.

Historiavalikko

Sisältää äskettäin käytetyt etsintämerkkijonot.

Koodausvalikko

Antaa sinun valita eri merkkikoodausten välillä, jos on tarvetta.
-
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/tv.html b/docs/userguide/userguide/fi/applications/tv.html deleted file mode 100644 index ac9d0217f6..0000000000 --- a/docs/userguide/userguide/fi/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/TV
Asetukset:~/config/settings/???
-


-

Dokumentaatio puuttuu yhä. Jos haluat työstää sitä, ilmoita siitä Dokumentaatiopostituslistalla kaksinkertaisen työn välttämiseksi.

- -
-
- - - - diff --git a/docs/userguide/userguide/fi/applications/vision.html b/docs/userguide/userguide/fi/applications/vision.html deleted file mode 100644 index c83165b709..0000000000 --- a/docs/userguide/userguide/fi/applications/vision.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

vision-icon_64.pngVision

- - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/Vision/Vision
Asetukset:~/config/settings/Vision/*
-


-

Vision on aluperin BeOS-käyttöjärjestelmää varten kehitetty IRC-asiakasohjelma. Dokumentaatio ja vianjäljitys löytyy osoiteesta Vision-webbisivu.

-
Löydät opastusta muilta Haiku-käyttäjiltä ja kehittäjiltä Haiku-kanavilta eri kielillä.
-Kaikkein sujuvinta on englanninkielinen #haiku osoitteessa irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

Syntaksi:

- - - - - - -
/COMMANDkomento
<required>vaadittu parametri
[optional]valinnainen parametri
|looginen OR
...lisäparametrit mahdollisia
- -
    -
  • /ABOUT
    -Avaa Visionin Ohjelmasta-ikkunan.

  • - -
  • /ACRONYM [sana]
    -Avaa www.acronymfinder.com nykyisellä html-käsittelijällä. (Huomaa: Jos tiedostokäsittelijä ei ole selain, se avaa Tiedostotyyppiasetukset-sovelluksessa määritellyn sovelluksen.)

  • - -
  • /AWAY [poissaolon syy]
    -Asettaa poissaolon syyn nykyiseen verkkoon. Jos mitään poissaolon syytä ei ole määritelty, se on asetettu arvoon 'BRB'. (palaan pian)

  • - -
  • /BACK
    -Asettaa tilasi 'olen palannut takaisin' nykyisessä verkossa.

  • - -
  • /CLEAR
    -Nolla nykyisen tekstipuskurin sisällön.

  • - -
  • /CTCP <käyttäjätunnus|kanava> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Suorittaa määritellyn ctcp-komennon kanavalla tai käyttäjätunnuksella.

  • - -
  • /DCC <CHAT> <käyttäjätunnus>
    -Avaa yksityisen dcc-verkkojutteluistunnon määritellyllä käyttäjätunnuksella.

  • - -
  • /DCC <SEND> <käyttäjätunnus> [tiedosto]
    -Lähettää tiedoston käyttäjälle <käyttäjätunnus>. Jos tiedostoa ei ole määritelty, Tiedosto-paneeli avautuu.

  • - -
  • /DEOP /DOP /DEVOICE <käyttäjätunnus1> [käyttäjätunnus2] ...
    -Suorittaa De-ops tai de-voices <käyttäjätunnus(käyttäjätunnuksille)>.

  • - -
  • /DESCRIBE <käyttäjätunnus> <viesti>
    -Sama kuin /ME, mutta avaa kyselyn käyttäjälle <käyttäjätunnus>.

  • - -
  • /DNS <verkkoaluenimi/IP-osoite>
    -Ratkaisee annetun IP-osoitteen tai verkkoaluenimen.

  • - -
  • /EXIT
    -Poistuu Vision-ohjelmasta.

  • - -
  • /GAWAY [poissaolon syy]
    -Sama kuin /AWAY [poissaolon syy], mutta toteuttaa kaikille yhdistetyille verkoille.

  • - -
  • /GBACK
    -Sama kuin /BACK, mutta toteuttaa kaikille yhdistetyille verkoille.

  • - -
  • /GOOGLE [hakumerkkijono]
    -Avaa www.google.com nykyisellä html-käsittelijälläsi. (Huomaa: Jos tiedostokäsittelijä ei ole selain, avaa Tiedostotyyppiasetukset-ohjelmassa määritellyn sovelluksen.)

  • - -
  • /INVITE /I <käyttäjätunnus> <kanava>
    -Kutsuu <käyttäjätunnus> <kanava>:lle.

  • - -
  • /JOIN /J <kanava> [kanava-avain]
    -Liity <kanava>:lle. Tarjoa [kanava-avain], jos välttämätöntä.

  • - -
  • /KICK /K <käyttäjätunnus> [syy]
    -Antaa potkut käyttäjälle <käyttäjätunnus> nykyiseltä kanavalta. Jos [syy] ei ole määritelty, syyksi asetetaaan Asetuksissa määritelty syy.

  • - -
  • /KILL <käyttäjätunnus> [viesti]
    -IRC-operaattorikomento käyttäjän poistamiseksi verkosta.

  • - -
  • /LIST
    -Avaa uuden näkymän, jossa luetellaan nykyisen verkon kaikki kanavat. [paitsi piilotetut kanavat]

  • - -
  • /M
    -Näyttää nykyisen kanavan kanavatilat.

  • - -
  • /M <+-ohvbeqa> <käyttäjätunnus1> [käyttäjätunnus2] ...
    -Sama kuin MODE <kanava> <tilat> <käyttäjätunnus>, mutta nykyiselle kanavalle.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sama kuin /MODE <kanava> <tilat>, mutta nykyiselle kanavalle.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <kanava> <+-ohvbeqa> <käyttäjätunnus1> [käyttäjätunnus2] ...
    -Asettaa tilan käyttäjälle <käyttäjätunnus (käyttäjätunnukset)> <kanava>:lle.
    -esim.: /MODE #channel +o käyttäjätunnus1
    -tai /MODE #channel +oo-o käyttäjätunnus1 käyttäjätunnus2 käyttäjätunnus3

  • - -
  • /MODE <kanava> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Asettaa <kanavan> tilan. (Huomaa: Commata vain optiselle erotukselle.)
    -esim.: /MODE #kanava +ms

  • - -
  • /MSG <käyttäjätunnus> <viesti>
    -Lähettää <viesti>:n käyttäjälle <käyttäjätunnus>.

  • - -
  • /NAMES
    -Näyttää kaikki verkon kanavat ja kaikki käyttäjätunnukset verkkoikkunassa. (Ole varovainen tämän kanssa)

  • - -
  • /NAMES <kanava>
    -Näyttää käyttäjätunnuksen (käyttäjätunnukset) <kanava>:lla.

  • - -
  • /NICK <uusi käyttäjätunnus>
    -Muuttaa käyttäjätunnukseksesi <uusi käyttäjätunnus>.

  • - -
  • /NOTICE <käyttäjätunnus> <viesti>
    -Lähettää ilmoituksen käyttäjälle <käyttäjätunnus> tietyllä <viesti>:llä.

  • - -
  • /NOTIFY <käyttäjätunnus1> [käyttäjätunnus2] ...
    -Lisää <käyttäjätunnukset> ilmoitusluetteloosi.

  • - -
  • /PEXEC /RRUN <sovellus1> [ | <sovellus2> | ... ]
    -Suorittaa tietyn <sovelluksen>. Jos tarjotaan enemmän kuin yhden sovelluksen, ne suoritetaan putkessa.
    -esim.: /PEXEC Terminal | StyledEdit avaa uuden Pääteikkunan, ja jälkeenpäin Tyylitetyn Editorin
    -tai /PEXEC ls -la ~/Downloads/ näyttää ~/Downloads/-hakemistosi sisällön nykyisessä ikkunassa (Huomio!)

  • - -
  • /OP /VOICE <käyttäjätunnus1> [käyttäjätunnus2] ...
    -Ops tai äänet <käyttäjätunnuksille>.

  • - -
  • /PART
    -Jättää nykyisen kanavan tai verkon.

  • - -
  • /PING <käyttäjätunnus>
    -Yhteyskokeilu <käyttäjätunnukseen> ja palauttaa yhteyskokeiluajan. Sama kuin /CTCP <käyttäjätunnus> PING.

  • - -
  • /QUERY /Q <käyttäjätunnus> [viesti]
    -Avaa kyselyikkunan <käyttäjätunnuksella>, valinnaisesti lisäksi [sanoma]lla.

  • - -
  • /QUIT /QUI [oma-poistumisviesti]
    -Poistuu nykyisestä verkosta. Jos [oma-poistumisviesti] ei ole määritelty, käytetään asetusten oletusjoukkoa.

  • - -
  • /RAW /QUOTE <komento|teksti>
    -Lähettää raaka-IRC komennon.

  • - -
  • /RECONNECT
    -Yhdistää uudelleen nykyiseen verkkoosi, os 47 automaattista uudelleenyhdistämisyritystä on epäonnistunut.

  • - -
  • /SLEEP <desisekuntia>
    -Saa nykyisen säikeen nukkumaan määritellyn ajan ; tulevaan skriptauskäyttöön.

  • - -
  • /SQUIT
    -IRC-operaattorikomento katkaisemaan yhteyden palvelimeen.

  • - -
  • /T
    -Näyttää nykyisen kanavan kanava-aiheen.

  • - -
  • /T <uusi-kanava-aihe>
    -Sama kuin /TOPIC <kanava> <uusi-kanava-aihe>, mutta nykyiselle kanavalle.

  • - -
  • /TIME <käyttäjätunnus>
    -Palauttaa <käyttäjätunnuksen> paikallisen ajan. Sama kuin /CTCP <käyttäjätunnus> TIME.

  • - -
  • /TOPIC <kanava>
    -Näyttää <kanavan> kanava-aiheen.

  • - -
  • /TOPIC <kanava> <uusi-kanava-aihe>
    -Asettaa <kanavan> kanava-aiheeksi <uusi-kanava-aihe>.

  • - -
  • /UNNOTIFY <käyttäjätunnus1> [käyttäjätunnus2] ...
    -Poistaa <käyttäjätunnukset> ilmoitusluettelostasi.

  • - -
  • /UPTIME [-l]
    -Näyttää ajan, jonka järjestelmät ovat olleet päällä. Jos [-l] on määritelty, päälläoloaika kaiutetaan paikallisesti, ja sitä ei lähetetä verkkoon.

  • - -
  • /VERSION <käyttäjätunnus>
    -Palauttaa <käyttätunnusten> IRC-asiakasohjelman asiakasversion. Sama kuin /CTCP <käyttäjätunnus> VERSION.

  • - -
  • /VISIT <verko-osoite>
    -Avaa <verkko-osoitteen> nykyisellä html-käsittelijälläsi. (Huomaa: Jos käsittelijä ei ole selain, se avaa sovelluksen, joka on määritelty TiedostoTyyppiAsetukset-sovelluksessa.)

  • - -
  • /WEBSTER /DICTIONARY [sana]
    -Avaa www.m-w.com (Merriam Webster) nykyisellä html-käsittelijälläsi. (Huomaa: Jos käsittelijä ei ole selain, se avaa sovelluksen, joka on määritelty TiedostoTyyppiAsetukset-sovelluksessa.)

  • - -
  • /VUPTIME [-l]
    -Näyttää Vision-ohjelman päälläoloajan. Parametrilla [-l] on sama vaikutus kuin parametrilla /UPTIME.

  • - -
  • /WALLOPS
    -IRC-operaattorikomento, joka lähettää wallops-viestin (näkyvissä niille käyttäjille, joiden umode w on aktiivinen).

  • - -
  • /WHOIS /W <käyttäjätunnus>
    -Palauttaa <käyttäjätunnuksen> whois-tiedot.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/fi/applications/webpositive.html b/docs/userguide/userguide/fi/applications/webpositive.html deleted file mode 100644 index 087f8a550b..0000000000 --- a/docs/userguide/userguide/fi/applications/webpositive.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/WebPositive
Asetukset:~/config/settings/WebPositive/ - Asetustiedostoja, evästeitä, välimuisti ja selaushistoria
~/config/settings/WebPositive/Bookmarks - Kaikki kirjanmerkit yhtenä tiedostona
-


-

WebPositive, tai lyhyesti Web+, on Haikun oma webbiselain. Yksi osa sen nimestä on lainaus BeOS:n yksinkertaisesta NetPositive-selaimen nimestä, toinen osa osoittaa nykyaikaiseen perustaan: WebKit. Tämä avoimen lähdekoodin HTML-renderöintikirjasto on muiden valtavirran webbiselainten ydin, kuten Mac OS X-tietokoneiden Safari ja Googlen Chrome. Käyttämällä edelleen kehittyvää WebKit-kirjastoa Web+ kykenee pysymään ajan tasalla uusissa web-tekniikoissa.

-webpositive.png -

WebPositiven käyttöliittymä on aika suoraviivainen: Valikkopalkin alla on toinen painikepalkki navigointiin selainhistorian edelliselle ja seuraavalla sivulle, sivun lataamisen lopettamiseen ja (valinnaisesti) painike aloitussivulle hyppäämiseen.
-Sitten tulee sijaintikenttä webbisivun verkko-osoitteen kirjoittamista varten.
-Tämän navigointipalkin alla on webbisivut. Voit avata useita sivuja rinnakkain lataamalla ne omiin välilehtiin.
-Ikkunan pohjalla on tilapalkki, joka näyttää ladattavana olevan sivun verkko-osoitteen tai linkin, jonka yllä hiiren kohdistin on parhaillaan. Sivua ladattaessa oikealle ilmaantuu edistymispalkki.

-

indexAsetukset

-

Ikkuna-valikosta voit avata Asetukset-paneelin muutamia WebPositiven tärkeitä asetuksia varten.

-webpositive-settings.png -

Ensimmäisessä välilehdessä käsitellään yleisasetuksia: Mitä tiedosto tai verkko-osoite palvelee Aloitussivuna, mitä käytetään Etsintäsivuna, mitä Latauskansiona netistä saatavaa materiaalia varten.
-Kaksi ponnahdusvalikko sallii sinun päättää, että mitä sivua ladata - jos mitään - kun avataan uusi ikkuna tai välilehti.
-Seuraavien valintaruutujen kautta vältät näyttämästä välilehtipalkkia, jos avoinna on vain yksi sivu. WebPositiven käyttöliittymä voidaan ohjata piiloutumaan automaattisesti kokonäyttötilassa, ja hiiren osoitin piilotetaan automaattisesti, jos hiirtä ei vähään aikaan siirretä.
-Lopuksi voit päättää sisällyttää "Koti"-painikkeen navigointipalkkiin ja asettaa niiden päivien lukumäärän, joina selaina muistaa historiassaan vieraillut sivut.

-

Toisessa välilehdessä voit valita vakio-, serif-, ei-serif- ja tasaväliset kirjasimet ja asettaa niiden oletuskoon.

-

Viimeistä välilehteä käytetään välityspalvelimen asettamiseen.

-

indexSelataan

-

Jos olet aiemmin käyttänyt jotain webbiselainta, niin WebPositiven ei pitäisi tarjota kovin montaa yllätystä. Sen sijaan, että kävisimme lävitse jokaisen valikkorivin ja ominaisuuden, katsokaamme vain muutamaa kohtaa.

-
    -
  • webpositive-tabbar.png -

    Uudet välilehdet luodaan +-painikkeella välilehtipalkin oikeassa reunassa tai jos tillaa on riittävästi, kaksoisnapsauttamalla sen tyhjää aluetta. Jos välilehtiä on enemmän kuin mitä mahtuu välilehteen, < > -vierityspainikkeet tulevat aktiiviseksi, mikä sallii vierittää välilehtipalkkia vasemmalle ja oikealle. Painike kaikkein oikeanpuoleisimpana kätkee ponnahdusvalikon, josta kaikki avoimet välilehdet voidaan valita vieläkin nopeammin navigointiin.

  • -
  • Linkin napsauttaminen hiiren keskimmäisellä eli kolmospainikkeella avaa taustalle sivun uudessa välilehdessä. Pitämällä alhaalla VAIHTO-näppäintä hiiren keskimmäistä painiketta napsautettaessa linkki avautuu edustalle.

  • -
  • Valikosta Näkymä voit Lähentää ja Loitontaa sivua. Valittavana on myös Laajenna vain tekstiä, mikä jättää kuvat alkuperäisen kokoisiksi.

  • -
  • Jos vaihdat kokonäyttötilaan ja käyttöliittymän piilotusasetus on aktivoitu, käyttöliittymä katoaa sekunnin kuluttua. Se liukuu takaisin näkyviin yksinkertaisesti liikuttamalla hiiren osoitinta näytön yllä.

  • -
  • webpositive-locator.png -

    Kun kirjoitat sijaintitekstikenttään, selain täsmää merkkijonon webbisivuosoitteisiin, joilla olet vieraillut aiemmin ja luettelee ne tekstikentän alapuolella. Voit joka jatkaa kirjainten lisäämistä lyhentääksesi mahdollisten sivujen luettelon, tai valita rivi näppäimellä tai näppäimellä . ENTER-näppäin lataa valitun sivun. Voit myös käyttää oikeanpuoleisinta painiketta sivun uudelleenlataamiseen.
    -Google etsii ne merkkijonot, joita ei tunnisteta verkko-osoitteiksi, joten sijaintikenttä nopeuttaa pikaisen webbihaun.

  • -
  • Napsautettavasta kohteesta riippuen hiiren kakkospainike avaa asiayhteysvalikon, jossa on linkki uuteen ikkunaan tai välilehteen, kohteen lataukseen jne.

  • -
  • Muokkaa | Etsi näyttää etsintäpalkin sivun alalaidassa sivun sisäisen etsinnän käynnistämiseksi. Hakuosumat korostetaan sivulla.

  • -
-

indexKirjanmerkit

-

WebPositiven kirjanmerkit hallinnoidaan tiedostoina ja kansioina hakemistossa ~/config/settings/WebPositive/Bookmarks/. Kirjanmerkin lisääminen lisää sinne uuden tiedoston. Voit avata kansion nopeasti valikolla Hallinnoi kirjanmerkkejä....

-webpositive-bookmarks -

Voit vaihtaa kirjanmerkkien verkko-osoitetta, nimeä, otsikkoa ja kirjoittaa avainsanoja aivan kuin kaikilla muilla tiedostoilla attribuuttien avulla. Varmista vain, että kaikkien niiden sarakkeet näytetään Seuraajan Attribuutit-valikossa, valitse sitten tiedosto, paina näppäimiä ALT E ja aloita attribuutin muokkaaminen; vaihda attribuuttisarakkeita näppäimellä SARKAIN.
Voit lajitella kirjanmerkkejä luomiisi eri kansioihin.

-

Käyttämällä Seuraajaa kirjanmerkkien hallintaan ja navigointiin nostat nopeasti esiin sen ainutlaatuiset ominaisuudet, jotka auttavat nopeasti löytämään etsimäsi.
-Aktivoimalla Kirjoittamisen aikainen suodatus Seuraaja-asetukset-sovelluksessa voit välittömästi supistaa kirjanmerkkiluettelosi täsmäämään suodatustasi. Muutama tai näppäily siirtää valinnan ja näppäimen ENTER painaminen avaa sivuston. Varmista, että näytetään kaikki attribuuttisarakkeet, jotta suodatus koskee nimeä, otsikkoa, verkko-osoitetta ja avainsanoja.

-

Tätä työtä varten kaikki kirjanmerkit tulisi pitää kansiossa ~/config/settings/WebPositive/Bookmarks/ ja vain kopiot pitäisi lajitella omiin alikansioihin WebPositiven Kirjanmerkit-valikkokäyttöä varten (jos ollenkaan). Myös avainsanojen todellinen täyttäminen auttaa...

-

indexLataukset

-

Ikkuna | Lataukset avaa ikkunaluettelon kaikista entisisttä ja meneillään olevista latauksista:

-webpositive-downloads.png -

Parhaillaan ladattavat tiedostot näytetään kasvavana etenemispalkkina ja samalla kopioidaan tiedostot Seuraajassa, tiedot latausnopeuksesta, tiedostokoosta ja odotetusta päättymisajasta. Oikealla olevat painikkeet Peru ja Käynnistä uudelleen lataus, tai Avaa tiedosto, tai Poista rivi luettelosta. Alimmaisena painikkeet Poista puuttuva ja Poista valmistunut tekevät tämän luettelon kaikille riveille. "Puuttuva" on tiedosto, joka on poistettu latausaikana.

-

Parhaillaan ladattavan tiedoston siirtäminen Roskakoriin pysäyttää lataamisen. Huomaat myös, että sen kuvakkeesta tulee "haamu".
-Yleensä WebPositive suhtautuu hyvin suvaitsevaisesti tiedostojen hallintaan Seuraajassa. Tiedostoja voidaan uudelleennimetä tai siirtää latauksen aikana ja vieläpä latauksen päätytty, nämä muutokset heijastuvat Lataukset-ikkunaan.

-

Oletko koskaan ihmetellyt, että mistä sivustolta latasit tietyn paketin, kuvan tai jonkun muun tiedoston? Voit jäljittää sen avaamalla tiedoston Levyasemakoestin-sovelluksella ja katsomalla tiedoston META:url-attribuuttia.

-

Haluatko näyttää verkko-osoitteet pysyvästi latauskansiossa? Kopioi vain kirjanmerkki siihen, laita kirjanmerkin verkko-osoite-attribuutti näkyväksi ja poista kirjanmerkki uudelleen.

-

indexPikanäppäimet

-

Tässä on joitakin hyödyllisiä pikanäppäimiä:

- - - - - - - - - - - - - - -
ALT TAvaa uuden välilehden.
ALT W Sulkee nykyisen välilehden.
ALT N Avaa uuden ikkunan.
VAIHTO ALT W Sulkee nykyisen ikkunan.
ALT ENTER Vuorottelee kokonäyttötila ja osaikkunan välillä.
ALT R tai F5 Päivittää nykyisen sivun.
ALT H Avaa kotisivun.
ALT D Näyttää/piilottaa Lataukset-ikkunan.
ALT F Näyttää etsintäpalkin sivunsisäisessä etsinnässä (piilotetaan painikkeella ESC).
ALT B Kirjanmerkitsee nykyisen sivun.
ALT M Hallinnoi kirjanmerkkejä, avaa Kirjanmerkit-kansion.
ALT Edellinen historiasivu.
ALT Seuraava historiasivu.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/applications/wonderbrush.html b/docs/userguide/userguide/fi/applications/wonderbrush.html deleted file mode 100644 index 04e5138a4f..0000000000 --- a/docs/userguide/userguide/fi/applications/wonderbrush.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Työpöytäpalkki:Sovellukset
Sijainti:/boot/system/apps/WonderBrush/WonderBrush
Dokumentaatio:/boot/system/apps/WonderBrush/Documentation fi
Asetukset:~/config/settings/WonderBrush
-


-

WonderBrush on bittikartta- ja vektorigrafiikkaeditori. Lisätietoja ja työpajat löytyvät osoitteesta YellowBites-webbisivu ja paikallisessa dokumentaatiossasi.

- -
-
- - - - diff --git a/docs/userguide/userguide/fi/attributes.html b/docs/userguide/userguide/fi/attributes.html deleted file mode 100644 index 8a38f13979..0000000000 --- a/docs/userguide/userguide/fi/attributes.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - Attribuutit - - - - - - - - -
-
- -

Attribuutit

- -

Attribuutit ovat tietokenttiä, jotka kuuluvat tiedostoon, mutta eivät ole tuon tiedoston osa, toisin sanoen niitä ei lasketa mukaan tiedoston kokoa laskettaessa ja niitä voidaan kopioida ja muuttaa koskematta itse tiedostoon. Järjestelmä käyttää attribuutteja esimerkiksi tiedoston koon, tiedostotyypin ja viimeisen muokkauspäivämäärän tallentamiseen. Tämä on samanlaista kuin muissa käyttöjärjestelmissä ja niiden tiedostojärjestelmissä.

-

Erona muihin on kuitenkin, että voit lisätä minkä tyyppisen attribuutin tahansa mihinkä tahansa tiedostoon ja näyttää sen tai tehdä siitä muokattavan Seuraaja-ikkunassa. On vain määriteltävä tiedostotyyppiin lisättävän attribuutin tyyppi (esimerkiksi merkkijono, kokonaisluku tai aika) ja annettava sille nimi ja kuvaus.

-

Itse tiedosto ei edes tarvitse mitään sisältöä. Vilkaise esimerkiksi näitä Ihmiset-tiedostoja:

-people.png -
-

Kuten näet, nämä kaikki ovat nollakokoisia tiedostoja, joihin on liitetty attribuutteja. Sähköpostiattribuutti "John Nox" on parhaillaan muokattavana Seuraajassa.

-

Jos indeksoit näitä attribuutteja, kuten oletuksena Ihmiset-, sähköposti- tai äänitiedostoja, ne ovat myös etsittävänä Haikun nopeassa hakujärjestelmässä.

- -

-index -Attribuutit Seuraajassa

-

Attribuutit näytetään aika lailla samalla tavalla kuin tietokannoissa tai taulukonlaskentaohjelmissa. Seuraajaa käyttämällä voit valita, mitkä attribuutit (sarakkeet) näytät ja lajitella tiedostoluettelot (rivit) sen mukaan.

-

Tämän tekemiseksi avaa Seuraaja-ikkuna, napsauta Attribuutit-valikkoa ja valitse attribuutit, jotka haluat näyttää. Vaihtoehtoisesti, napsauta yksinkertaisesti hiiren kakkospainikkeella sarakeotsakkeen päällä ja merkitse sarakkeet asiayhteysvalikossa. Voit järjestää sarakkeet uudelleen yksinkertaisesti sarakeotsakkeiden raahaa&pudota-menettelyllä. Sarakkeen siirtäminen ikkunan ulkopuolelle on nopea tapa päästä eroon sarakkeista, joita et tarvitse.

-

Kaksoisnapsauta otsakerivillä kahden attribuutin välissä, jolloin sarake automaattisesti muuttaa leveytensä optimaaliseksi.

-

Napsauta sarakeotsaketta lajittelujärjestyksen vaihtamiseksi päinvastaiseksi. Voit perustaa toissijaisen lajittelujärjestyksen painamalla VAIHTO-näppäintä samalla kun napsautat sarakeotsaketta. Voit lajitella Ihmiset-tiedostosi esimerkiksi yrityksen nimen mukaan ja sen sisällä lajitella yhteystietojen nimen mukaan. Katso yllä olevaa näyttökaappausta esimerkkinä. Toissijainen lajittelu on merkitty vaaleammanvärisellä indikaattorilla otsakkeen vieressä.

-

Näiden attribuuttien muokkaus on yhtä helppoa kuin tiedoston nimeäminen uudelleen: Napsauta joko riviä tai paina ALT E -näppäimiä ja siirry attribuuttien välillä SARKAIN-näppäimellä tai VAIHTO SARKAIN -näppäimillä. Poistut ESC-näppäimellä muokkaustilasta ilman että muutokset astuvat voimaan.

- -

-index -Attribuutit Pääteikkunassa

-

Jos pidät parempana käyttää komentoriviä ja suunnittelet työskenteleväsi monien tiedostojen kanssa käyttäen skriptausta, on useita komentoja, joilla voidaan ohjata attribuutteja Pääteikkunasta.

-

-index -listattr

-

-listattr luettelee tiedoston attribuutit, mutta ei näytä attribuuttien sisältöä.

-
käyttö: listattr 'tiedostonimi' ['tiedostonimi' ...]
-

Yllä olevasta näytönkaappausesimerkistämme:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Paitsi kaikki "META:*"-attribuutit, jotka säilyttävät yhteystietoja, on kaksi attribuuttia, joiden hallinnoinnista vastaa järjestelmä:

-
    -
  • BEOS:TYPE säilyttää tiedostotyypin kuten MIME-merkkijono, tässä tapauksessa "application/x-person". Se määrittelee oletuskuvakkeen ja sovelluksen, joka avaa tiedoston, kun sitä esimerkiksi kaksoisnapsautetaan.

  • -
  • "_trk/pinfo_le" on attribuutti, jossa Seuraaja säilyttää tiedoston kuvakkeen sijainnin.

-
Huomaa kenoviiva sanan "Clara" jäljessä. Pääteikkunassa on käytettävissä erikoisia koodinvaihtomerkkejä kuten '"*\$?!. Sanojen "Clara" ja "Botters" välissä oleva välilyönti on myös yksi niistä. Siksi kenoviivaa käytetään ilmaisemaan, että sanan "Clara" jälkeen on todella välilyönti, eikä kyseessä ole koodinvaihtomerkki.
- -

-index -catattr

-

catattr näyttää tiedoston tietyn attribuutin sisällön.

-
käyttö: catattr [--raw|-r] attr_name tiedosto1 [tiedosto2...]
-

Taas esimerkkimme:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr lisää attribuutin tiedostoon ja/tai täyttää sen arvolla.

-
käyttö: addattr [-t tyyppi] attribuutti arvo tiedosto1 [tiedosto2...]
-    tai: addattr [-f arvo-tiedostosta] [-t tyyppi] attribuutti tiedosto1 [tiedosto2...]
- 
-         Tyyppi on yksi seuraavista:
-                 merkkijono, mime-tyyppi, kokonaisluku, llong-luku, float-liukuluku, 
-                 double-luku, bool-boolean arvo, kuvake, raw-raaka-arvo 
-                 tai numeerinen arvo (toisin sanoen 0x1234, 42, 'ABCD', ...)
-         Oletus on merkkijono eli "string"
-

Joten sanotaan, että jos edellä mainittu Clara sai työpaikan monikansallisessa Barkelbaer Inc. -yrityksessä, niin aiemmin tyhjänä ollut "Company"-attribuutti täytetään tuolla tiedolla (mikä on tyyppiä "string"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr poistaa attribuutin kokonaan tiedostosta.

- -
käyttö: rmattr [-p] attr tiedostonimi1 [tiedostonimi2...]
-         'attr' on tiedoston attribuutin nimi
-         Jos '-p' on määritelty, 'attr' -määrittelyä pidetään mallina.
-

Vaikka kaikessa käytännöllisyydessä olisi riittävää, jos "Fax"-attribuutti vain jätettäisiin täyttämättä, sen voi kokonaan poistaa Claran tiedostosta kirjoittamalla:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr kopioi attribuutteja yhdestä tai useammasta tiedostosta toiseen. Oletuksena tiedoston todellista sisältöä ei kopioida.

-
Käyttö: copyattr <valitsimet> <lähde> [ ... ] <kohde>
- -

Jos haluat kopioida attribuutit ja myös itse datatiedoston, voit lisätä valitsimen "-d" tai "--data".

- -


-

Lisätietoja näistä komennoista ja niiden valitsimista löytyy kirjoittamalla komentonimien ja sen jälkeen valitsimen "-h" tai "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/bash-scripting.html b/docs/userguide/userguide/fi/bash-scripting.html deleted file mode 100644 index dd0c464e00..0000000000 --- a/docs/userguide/userguide/fi/bash-scripting.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - Bash ja skriptaus - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

Bash ja skriptaus

- -

"Skriptaus" on proseduurien automointitekniikka, jossa komentoja ketjutetaan merkkijonoiksi ja tallennetaan tekstitiedostona, niin kutsuttuna "skripteinä". Joka kerta kun skripti suoritetaan, komennot käsitellään yksi kerrallaan aivan kuin ne olisi kirjoitettu käsin Pääteikkunassa.
Skriptit voivat ulottua yksinkertaisesta muutaman komennon suorittamisesta aina edistyneisiin koodipätkiin, jotka ratkaisevat monimutkaisia tehtäviä.

- -

-index -Bash-komentotulkki

-

Koska skriptit turvautuvat luonnollisesti paljolti komentotulkkeihin, jotka tulkitsevat niitä, sinun pitäisi ensiksi tutustua BASH-komentotulkkiin, jota käytetään Haikussa. Verkossa on monia resursseja, koska se on laajalti käytetty komentotulkki. Yksi hyvä dokumentti on Johan Janssonin Perehdyttämien bash-komentotulkkiin - oppitunti bash-komnentotulkista BeOS-käyttöjärjestelmässä.

- -

-index -Skriptausraamattu

-

Sen jälkeen kun olet oppinut muutaman perusasian komentotulkissa työskentelemisestä, on aika hitaasti ujuttautua skriptausmaailmaan. Taas löydät kuormittain oppikursseja ja viitemateriaalia verkosta ja myös kirjakaupoista. Hyvä perehdyttäminen, joka on käytännöllisesti räätälöity Haikua varten, on verkossa linkissä Skriptauskappale (PDF, 900 kilotavua) Scot Hackerin BeOS-raamatusta.

- -

-indexSkriptit Haikussa

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -UserBootscript

-

/boot/home/config/settings/boot/UserBootscript suoritetaan sen jälkeen kun järjestelmä on lopettanut alkulatausprosessin. Esimerkiksi voisit käynnistää skriptissä lukuisia ohjelmia, jotka käynnistyisivät silloin automaattisesti jokaisen alkulatauksen yhteydessä:

-
# Käynnistä LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Käynnistä Workspaces Applet
-/boot/system/apps/Workspaces &
-

Muista lisätä komennon loppuun "&" ohjelman käynnistämiseksi taustaprosessina, tai skripti pysähtyy, kunnes komento on suoritettu loppuun (tässä tapauksessa: kunnes käynnistetty sovellus on taas suljettu).

- -

Yksinkertainen vaihtoehto yllämainitulle sovellusten käynnistämiselle alkulatauksen yhteydessä on laittaa linkit sovelluksiin /boot/home/config/settings/boot/launch-hakemistoon. Tämä voidaan tehdä yksinkertaisesti hiiren kakkospainikkeen napsautuksella sellaisen sovelluksen kohdalla, jonka toivot käynnistyvän automaattisesti, valitsemalla valikosta Luo linkki ja sitten navigoimalla yllä olevaan hakemistoon.

- -

-index -UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript suoritetaan ensimmäisenä askeleena sulkemisprosessissa. Jos skripti palauttaa nollasta poikkeavan arvon, sulkeminen keskeytetään.

- -

-index -UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript suoritetaan sulkemisprosessin viimeisenä askeleena. Huomaa, että suurin osa järjestelmästä on lopetettu siinä vaiheessa kun tämä skripti suoritetaan.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/bootloader.html b/docs/userguide/userguide/fi/bootloader.html deleted file mode 100644 index 80d1f14b2c..0000000000 --- a/docs/userguide/userguide/fi/bootloader.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Käynnistyslataaja - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

Käynnistyslataaja

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

Käynnistyslataajan valitsimiin pääsemiseksi sinun on painettava ja pidettävä alhaalla VAIHTO-näppäintä ennen Haikun käynnistysprosessin alkamista. Jos käynnistyshallinta on asennettu, voit aloittaa pitämällä VAIHTO-näppäintä ennen Haikun käynnistysrivin valintaa. Jos Haiku on ainoa koneeseen asennettu käyttöjärjestelmä, voit aloittaa näppäimen pitämisen alhaalla jo silloin, kun näet näytölläsi BIOS-käynnistysviestit.

-

-index -Käynnistyslataajavalitsimet

-

Kun olet päässyt sinne, näkyviin tulee neljä valikkoa:

- - - - - - - - - -
Valitse käynnistyslevy Choose which Haiku installation/version to start.
Valitse turvatilavalitsimet - Laitteistopulmien tapahtuessa voit kokeilla useita valitsimia tai jos järjestelmä tulee epästabiiliksi tai sitä ei pysty käynnistämään huonosti käyttäytyvän lisäosan vuoksi. Kun valintapalkin siirtää valitsimelle, niin näytön alalaitaan ilmaantuu lyhyt selite.
-

Turvatila
- Laittaa järjestelmän turvatilaan. Tämä voidaan ottaa käyttöön riippumatta muista valitsimista.

-

Ota pois käytöstä käyttäjälisäosat
- Estää kaikkien käyttäjän asentamien lisäosien latauksen. Vain järjestelmähakemistossa sijaitsevia lisäosia käytetään. Katso alla Vianjäljitys.

-

Ota pois käytöstä IDE DMA
- Ottaa pois käytöstä IDE DMA:an, lisää IDE-yhteensopivuutta suorituskyvyn kustannuksella.

-

Ohita muisti 4 gibitavun takana
- Ohittaa kaiken muistin 4 gibitavun rajan takana, korvaa asetukset käyttöjärjestelmäytimen asetustiedostossa. -

-

Käytä vikasietoista videotilaa
- Järjestelmä käyttää VESA-tilaa ja ei yritä käyttää videografiikka-ajureita.

-

Ota pois käytöstä IO-APIC
- Ottaa pois käytöstä IO APIC keskeytysreitityksen, pakotetaan sen sijaan perinne-PIC.

-

Ota pois käytöstä paikallinen APIC
- Ottaa pois käytöstä paikallisen APIC:in, ottaa pois käytöstä myös SMP:n.

-

Ota pois käytöstä SMP
- Ottaa pois käytöstä kaiken muun paitsi yhden prosessoriytimen.

-

Älä kutsu BIOS:ia
- Pysäyttää järjestelmän kutsumasta BIOS-funktioita.

-

Ota pois käytöstä APM
- Ottaa pois käytöstä Advanced Power Management -laitetuen, korvaa APM-asetukset käyttöjärjestelmäytimen asetustiedostossa.

-

Ota pois käytöstä ACPI
- Ottaa pois käytöstä Advanced Configuration ja Power Interface -laitetuen, korvaa ACPI-asetukset käyttöjärjestelmäytimen asetustiedostossa.

-

Merkitse kohde mustalle listalle
- Sallii valita järjestelmätiedostoja, jotka ohitetaan. Hyödyllinen esim. otettaessa tilapäisesti ajureita pois. Katso alla Vianjäljitys.

Valitse vianjäljitysvalitsimet - Tästä löydät useita valitsimia, jotka opastavat vianjäljityksessä tai yksityiskohtien hakemisessa vikailmoitukseen. Taas näytön alalaidassa näytetään lyhyt selite.
-

Ota käyttöön vianjäljitystulostus sarjaporttiin
- Kääntää päälle järjestelmälokin lähetyksen sarjaporttiin (oletus: 115200, 8N1).

-

Ota käyttöön vianjäljitystulostus näytölle
- Näyttää vianjäljitystulostuksen näytölle järjestelmää käynnistettäessä eikä normaaliin käynnistyslokiin.

-

Ota pois käytöstä näytön sivutus
- Ottaa pois käytöstä sivutuksen, kun vianjäljitystulostus on otettu käyttöön.

-

Ota käyttöön vianjäljitysjärjestelmäloki
- Ottaa käyttöön erityisen muistissa olevan järjestelmälokipuskurin tälle istunnolle, johon käynnistyslataaja pääsee käsiksi uudelleenkäynnistyksen jälkeen.

-

Näytä nykyinen käynnistyslatajaloki
- Näyttää käynnistyslataajan kirjaamat vianjäljitystiedot (poistu lokista painamalla näppäintä Q)

-

Lisää edistynyt vianjäljitysvalitsin
- Sallii edistyneiden vianjäljitysvalitsimien kirjoittamisen suoraan.

Jos valitsin "Ota käyttöön vianjäljitys syslog-tiedostoon" on aktivoitu, uudelleenkäynnistyminen kaatumisen jälkeen näyttää nämä lisävalitsimet:

Tallenna järjestelmäloki edellisestä istunnosta käynnistyksen aikana
- Tallentaa järjestelmälokin edellisestä Haiku-istunnosta tiedostoon /var/log/previous_syslog käynnistyksen aikana.

-

Näytä järjestelmäloki edellisestä istunnosta
- Näyttää järjestelmälokin edellisestä Haiku-istunnosta

-

Tallenna järjestelmäloki edellisestä istunnosta
- Tallentaa järjestelmälokin edellisestä Haiku-istunnosta levylle. Nykyisin tuetaan vain FAT32-taltioita.

Valitse vikaturvallinen videotila Jos sinun oli aktivoitava valitsin Käytä vikaturvallista videotilaa, voit asettaa resoluution ja värisyvyyden.
-

-index -Vianjäljitys

-

Jos Haiku kieltäytyy käynnistymästä aivan alusta, yritä asettaa eri valitsimia valikosta Valitse turvatilavalitsimet. Harkitse joka tapauksessa vikailmoitus-raportin täyttämistä.

-

Toisaalta, jos Haiku äkkiä vain häiriököi, kun olet asentanut jonkin ohjelmiston, erityisesti laitteistoajurin, sinulla on useita valitsimia käytettävissä saadaksesi Haikun taas käynnistymään poistamalla häiritsevän pakkauksen asennuksen:

-
    -
  • Turvatila-aktivointi estää useimpien palvelin-, taustaprosessi- ja KäyttäjäKäynnistysSkriptien käynnistymisen.

  • -
  • Ota pois käytöstä käyttäjälisäosat-aktivointi estää kaikkien lisäosien käytön (ajurit, kääntäjät, jne.), jotka olet asentanut Home-kansion alaiseen hierarkkiaan.

  • -
  • Jos häiritsevä ajuri, lisäosa jne. on asennettu järjestelmähierarkiaan, asiat ovat hiukan mutkikkaampia, koska se alue on kirjoitussuojattu. Tässä Merkitse kohteita mustalle listalle voi näytellä tärkeää roolia. Sen avulla voit navigoida läpi koko järjestelmähierarkian ja ottaa pois käytöstä komponentit, jotka sotkevat järjestelmää merkitsemällä kohteita VÄLILYÖNTI-näppäimellä tai RETURN-näppäimellä. ESC-näppäin palauttaa sinut yhden tason ylöspäin ylempään hakemistoon.

    -

    Verkossa oleva artikkeli Kuinka merkitä pakkaustiedoston mustalle listalle pysyvästi näyttää, kuinka tästä asetuksesta tekee pysyvän.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Haikun käynnistäminen

-

Yhden tai useamman valitsimen aktivoinnin jälkeen palaat päävalikkoon ja jatkat käynnistystä, mikä esittää sinulle tämän käynnistysnäytön:

-boot-screen.png - -

Jos kaikki toimii normaalisti, symboli toisensa jälkeen syttyy.
Erilaiset symbolit vastaavat likimain näitä alkulatausvaiheita:

- - - - - - - - -
Atomi Moduulien alustaminen
Levy + suurentaja Luodaan rootfs (/) ja liitetään devfs (/dev).
Lisäosakortti Alustetaan laitehallintaa
Käynnistetään levy Liitetään käynnistyslevy
Mikropiirit Ladataan prosessorikohtaiset moduulit
Kansio Alijärjestelmien loppualustus.
Raketti Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/contents.html b/docs/userguide/userguide/fi/contents.html deleted file mode 100644 index ee515d1fc9..0000000000 --- a/docs/userguide/userguide/fi/contents.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Haiku-käyttäjäopas - Sisältö - - - - - - - - -
-
- -

Tervetuloa Haiku-käyttäjäoppaaseen

- -

Alla löydät Haikun dokumentaation tärkeimmät aspektit. Luonnollisesti dokumentaation täydentäminen ja laajentaminen on jatkuva prosessi (katso verkkoversiosta päivitettyjä sivuja ja kotoistamisia). Jos löydät virheitä, haluaisit suositella aiheita tai ehkä itse avusta dokumentoinnissa, ota yhteys sähköpostilistaan documentation mailing list. Jos olet kiinnostunut auttamaan kotoistamisessa, löydät tietoja siitä osoitteesta i18n user guide wiki.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KäynnistyslataajaAseta turvalliset käynnistysasetukset asetuspulmien ratkaisemiseksi.
TiedostojärjestelmäsijoitteluYmmärrä tiedostojärjestelmän hierarkkia ja tutustu tärkeisiin tiedostosijainteihin ja kansioihin.
Haikun graafinen käyttöliittymäOpi graafisen käyttöliittymän peruselementeistä.
TyötilatKäytä virtuaalisia työpöytiä järjestetyksessä olevalle työympäristölle.
VaihtajaVaihda suoritettavien sovellusten välillä.
RyhmävalvontaTapa ne sovellukset ja järjestelmäkomponentit, jotka eivät vastaa.
SeuraajaOpi kaikki navigoinnista, tiedostojen ja kansioiden kanssa työskentelemisestä ja kuinka asetetaan Haikun tiedostohallinta.
Pikanäppäimet ja näppäinyhdistelmätYleisimmät oikotiet työkulkusi nopeuttamiseksi.
TyöpöytäpalkkiKäytä ja aseta Haikun versio "Käynnistä"-valikosta ja tehtäväpalkista.
TiedostotyypitAseta oletussovellukset, vaihda tiedostotyypit ja luo omia tiedostotyyppejäsi.
AttribuutitYksi Haikun pääpiirteistä on antaa sinun hallita ja lisätä mitä tahansa tietoja mihin tahansa tiedostoon.
IndeksiKäytä indeksointia kyetäksesi etsimään attribuutteja.
KyselytKäytä Haikun salamannopeita kyselyjä löytääksesi nopeasti sen mitä olet etsimässä.
Työpaja: Tiedostotyypit, attribuutit, indeksi ja kyselytOpi käyttämään joitakin Haikun avainominaisuuksia järjestelemällä DVD-levyjäsi.
Työpaja: Sähköpostin hallintaOpi käyttämään Haikun sähköpostijärjestelmää omilla tilatiedoilla ja kyselyillä.
Työpaja: Langaton verkkoAseta avoin tai salattu langaton verkko.
SovelluksetOpi kuinka poistetaan ja asennetaan sovelluksia yleensä ja kuin työskennellään Haikun mukana tulevien sovellusten kanssa.
TyöpöytäsovelmatYksinkertaiset työkalut asennettavaksi Työpöydällesi ja Työpöytäpalkkiisi.
AsetuksetJärjestelmäsi asettamisesta.
Bash ja skriptausOpi joitakin järjestelmän käyttämiä mielenkiintoisia skriptejä ja verkkoresursseja, joita voi käyttää komentotulkissa ja skriptejä käytettäessä.
- -
-
- - - diff --git a/docs/userguide/userguide/fi/deskbar.html b/docs/userguide/userguide/fi/deskbar.html deleted file mode 100644 index 9fbc2d961e..0000000000 --- a/docs/userguide/userguide/fi/deskbar.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - Työpöytäpalkki - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- - - - -
Hakemisto
- Työpöytäpalkkivalikko
- Tarjotin
- Käynnissä olevien ohjelmien luettelo
- -

Työpöytäpalkki

- -

Työpöytäpalkki on pieni paneeli, joka oletuksena sijaitsee näytön oikeanpuoleisessa yläkulmassa. Se on Haikun versio Windowsin tehtäväpalkista Käynnistä-painikkeineen. Se sisältää Työpöytäpalkkivalikon, josta voit käynnistää sovellukset ja asetusohjelmat, tarjottimen kellolla ja muilla työkaluilla sen alla sekä alimmaisena parhaillaan suoritettavien ohjelmien luettelo.

-positions -

Voit siirtää Työpöytäpalkin mihin nurkkaan tahansa tai palkkina näytön ylä- tai alarajalle tarttumalla pisteviiva-alueeseen tarjottimen sivussa ja raahaamalla ja pudottamalla sen uuteen paikkaan. Voit taittaa sen myös pienempään tilaan raahaamalla ja pudottamalla pisteviiva-alue Työpöytäpalkkivalikkoon.

- -

-index -Työpöytäpalkkivalikko

-

Valikko avautuu, kun napsautat Työpöytäpalkin yläosaa.

-deskbar.png -
    -
  • Haikusta... - Näyttää joitakin järjestelmän perustietoja, lisenssitiedot ja Haiku-hankkeen tunnustukset kehittäjille.

  • - -
  • Etsi... - Avaa Kysely-valintaikkunan.

  • -
  • Näytä kopiot - Näyttää/piilottaa pienen Kopio-käyttöliittymäkomponentin, jota käytät aiheyhteysvalikon ympäriinsä raahaamiseen, poistamiseen ja kutsumiseen.

  • -
  • Liitä - Tarjoaa samat valitsimet kuin kutsuttaessa hiiren kakkospainikkeella työpöydältä (katso Liitä taltiot).

  • -
  • Työpöytäpalkkiasetukset... - Avaa paneelin Työpöytäpalkin asetuksia varten (katso alla).

  • -
  • Sammuttaminen - Avaa valitsimet joko Käynnistä järjestelmä uudelleen tai Sammuta virta.

  • -
  • Äskettäiset asiakirjat, kansiot ja sovellukset - Viimeiseksi avattujen asiakirjojen, kansioiden ja sovellusten luettelo (katso Työpöytäpalkkiasetukset alla).

  • -
  • Sovellukset, Esittelyohjelmat, Työpöytäsovelmat ja Asetusohjelmat - Asennettujen sovellusten, esittelyohjelmien, sovelmien ja asetusohjelmien luettelo.
    Voit lisätä linkin muihin ohjelmiin (tai mihin tahansa kansioon, asiakirjaan, kyselyyn jne.) laittamalla ne kansioon ~/config/settings/deskbar/menu/.

  • -
- -

-indexTyöpöytäpalkin asetukset

-prefs-deskbar.png -

Työpöytäpalkin asetuspaneeli on jaettu kolmeen lohkoon.

- -

Sovellukset

-

Seuraava asetus ei koske asennettuja sovelluksia, mutta suoritettavien sovellusten luettelon käyttäytymistä ja ulkonäköä.

- - - - - - - -
Lajittele suoritettavat sovellukset Lajittelee suoritettavat ohjelmat aakkosjärjestykseen.
Seuraaja aina ensimmäisenä Vieläpä silloin, kun sovellukset on lajiteltu aakkosjärjestykseen, Seuraaja on aina ensimmäisenä luettelossa.
Näytä sovelluslaajentaja Tarjoaa pienen käyttöliittymäkomponentin näyttämään/piilottamaan ohjelman kaikki ikkunat sen Työpöytäpalkkirivin alle.
Laajenna uudet sovellukset Vasta käynnistettyjen ohjelmien ikkunat laajenevat automaattisesti niiden Työpöytäpalkkirivillä.
Piilota sovellusten nimet Poistaa suoritettavien sovellusten tekstinimiöt.
Kuvakekoko Säätää suoritettavien sovellusten kuvakekoon.
- -

Valikko

-

Kun Työpöytäpalkin pari ensimmäistä valikkoriviä ovat kiinteitä, voit räätälöidä Sammuta virta...-valikkorivin alla olevia.
-Tässä voit asettaa Työpöytäpalkin valikossa näkyvien äskettäisten asiakirjojen, kansioiden ja sovellusten lukumäärän, tai haluatko nähdä niitä ollenkaan.
Painike Muokkaa valikkoa... avaa kansion ~/config/settings/deskbar/menu/. Siitä löydät tiedostot ja kansiot, jotka ilmaantuvat Työpöytäpalkkiin. Oletuksena nämä ovat Asetusohjelmat, Esittelyohjelmat, Sovellukset, ja Työpöytäsovelmat.
Voit poistaa ja lisätä kohteita kuten linkkejä sovelluksiin, asiakirjoihin tai jopa kyselyjä yksinkertaisesti kopioimalla/poistamalla niitä tästä kansiosta tai tähän kansioon.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Ikkuna

-

Lopuksi Työpöytäpalkki-ikkunan asetukset.

- - - - -
Aina päällimmäisenä Työpöytäpalkki pysyy aina kaikkien muiden ikkunoiden päällä.
Nosta automaattisesti Työpöytäpalkki ponnahtaa etualalle, jos hiiren kohdistin koskettaa sitä.
Piilota automaattisesti Työpöytäpalkki on pienennetty vain muutaman pikselin kokoiseksi ja ponnahtaa näkyviin vain, jos hiiren kohdistin koskettaa niitä.
- -

-index -Tarjotin

-calendar.png -

Muiden asioiden lisäksi tarjotin on säilytyspaikka kellolle. Hiiren kohdistimen siirtäminen sen yläpuolelle näyttää päivämäärän työkaluvihjeessä. Hiiren vasemmalla painikkeella saa näkyviin kalenterin. Hiiren oikealla painikeella piilotetaan/näytetään kello tai käynnistetään Aika-asetukset sen asettamiseksi.

-

Mikä tahansa ohjelma voi asentaa kuvakkeen tarjottimelle tarjoten käyttöliittymän käyttäjälle. Sähköpostijärjestelmä, esimerkiksi, näyttää erilaisen symbolin silloin kun on lukematonta postia ja tarjoaa asiayhteysvalikon esimerkiksi uuden sähköpostiviestin luomiseksi tai lukemiseksi. Prosessivalvonta on toinen esimerkki, joka käyttää tarjottimen kuvakkeita tietojen tarjoamiseen (prosessori/muistikäyttö) ja tarjoaa asiayhteysvalikon.

- -

-index -Käynnissä olevien ohjelmien luettelo

-list-of-apps.png -

Voit vaihtaa tiettyä suoritettavaa sovellusta napsauttamalla sen riviä Työpöytäpalkissa ja valitsemalla alivalikosta (yhden sen) ikkunoista. Hiiren oikealla painikkeella voit minimoida tai sulkea ikkunan tai koko sovelluksen.

-

Jos aktivoit Laajentajat Työpöytäpalkin asetuksissa, voit laajentaa/supistaa ikkunoiden luettelon suoraan sovellusrivin alla.

-

Jokaisen sovellusikkunan edessä on symboli, joka tarjoaa tietoa sen tilasta. Kirkas symboli tarkoittaa, että ikkuna on näkyvissä, tumma symboli tarkoittaa, että se on minimoitu. Kolme viivaa symbolin edessä näyttää, että se ei ole nykyisessä työtilassa.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/desktop-applets.html b/docs/userguide/userguide/fi/desktop-applets.html deleted file mode 100644 index 5327d4d8e5..0000000000 --- a/docs/userguide/userguide/fi/desktop-applets.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Työpöytäsovelmat - - - - - - - - -
-
- -

Työpöytäsovelmat

- -

Haiku tarjoaa muutamia hyödyllisiä työkaluja, jotka voidaan asentaa työpöydälle tai Työpöytäpalkkiin kopioiden avulla.

- - - - - - - - - - - -
iconKäynnistysikkuna Pikakuvakkeet suosikkisovelluksiisi.
iconVerkkotila Onko yhteytesi päällä?
iconVirtatila Näyttää sylimikrosi akun lataustilan.
iconProsessiohjain Valvoo ja ohjaa jokaista käynnissä olevaa sovellusta ja palvelua.
iconTyötilat Kaikkien työtilojen miniatuuriversio.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/desktop-applets/launchbox.html b/docs/userguide/userguide/fi/desktop-applets/launchbox.html deleted file mode 100644 index c2af62f052..0000000000 --- a/docs/userguide/userguide/fi/desktop-applets/launchbox.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Käynnistysikkuna - - - - - - - - -
-
- -

launchbox-icon_64.pngKäynnistysikkuna

- - - - -
Työpöytäpalkki:Työpöytäsovelmat
Sijainti:/boot/system/apps/LaunchBox
Asetukset:~/config/settings/LaunchBox/*
-

Yksi tai useampia Käynnistysikkuna-sovelmia voidaan käynnistää järjestämään suosikkisovelluksesi tai asiakirjan pikanäppäimiä. Päätät itse, näytetäänkö ne kaikissa vai vain nykyisessä työtilassa. Ne voivat palvella myös asiakirjan nopeassa avauksessa tietyssä sovelluksessa. Esimerkiksi voisit raahata ja pudottaa HTML-tiedoston tekstieditoriin Käynnistysikkunassa sen sijaan, että HTML-tiedosto avattaisiin ensisijaisessa sovelluksessa eli selaimessa.

-launchbox.png -

Kaikki valitsimet tavoitetaan asiayhteysvalikosta:

- - - - - - - - -
Lisää painike tähän Lisää tyhjän painikkeen.
Nollaa painikkeen Tyhjentää painikkeen.
Poista painike Poistaa painikkeen.
Aseta kuvaus... Hiiren kohdistimen pitäminen kuvakkeen päällä näyttää työkaluvihjeen tiedostonimellä ja silloin kun kyse on sovelluksesta, sen lyhyen kuvauksen, jos se eroaa nimestä (katso aihe Tiedostotyypit). Tällä valikkorivillä voit muokata tämän työkaluvihjeen kuvausta.
Asetukset
-- Vaakasuora asettelu
-- Kuvakekoko
-- Ohita kaksoisnapsautukset
-- Näytä ikkunarajat
-- Nosta automaattisesti ylimmäiseksi
-- Näytä kaikissa työtiloissa
 
-Tasaa painikkeet vaakasuoraan.
-Asettaa kuvakekooksi 16 ... 64 pikseliä.
-Käynnistää objektin vain kerran, vaikka (vahingossa) kaksoisnapsauttaisit.
-Näyttää ikkunarajat.
-Käynnistysikkuna ponnahtaa näkyviin, jos hiiri on lähellä näytön reunaa.
-Näyttää Käynnistysohjelma-sovelman jokaisessa työtilassa.
Pad
-- Uusi
-- Klooni
-- Sulje
 
-Lisää uusi ilmentymä.
-Tee nykyisestä ilmentymästä kaksoiskappale.
-Sulje nykyinen ilmentymä.
Käynnistysikkuna
-- Poistu
 
-Lopettaa kaikki Käynnistysikkuna-ilmentymät.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/desktop-applets/networkstatus.html b/docs/userguide/userguide/fi/desktop-applets/networkstatus.html deleted file mode 100644 index 0d0a24f54f..0000000000 --- a/docs/userguide/userguide/fi/desktop-applets/networkstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Verkkotila - - - - - - - - -
-
- -

networkstatus-icon_64.pngVerkkotila

- - - - -
Työpöytäpalkki:Työpöytäsovelmat
Sijainti:/boot/system/apps/NetworkStatus
Asetukset:ei mitään
-

Verkkotila näyttää verkkoyhteyksiesi tilan. Jos sovelma ei ole vielä käynnissä, niin se kysyy käynnistymisen yhteydessä, että avataanko se ikkunatilassa vai Työpöytäpalkissa. Ikkunatilassa kykenet muuttamaan kuvakkeen kokoa ja käyttämään Replikantti-kahvaa raahaamaan se Työpöydälle.
-Milloin se on asennettu, se t oimii hiiren kakkospainikkeen asiayhteysvalikosta.

-

Verkkotilasovelma
-Ensimmäinen lohko sisältää kaikkien verkkolaitteiden nimet ja niiden tilat. Sellaista riviä napsauttamalla näkyviin tulee ikkuna, joka näyttää sen IP-osoitteen, lähetys- ja verkkopeiteosoitteen.
-Alla on luettelo ensimmäisen langattoman verkkoadapterin löytämistä langattomista verkoista ja signaalivoimakkuden indikaattori. Katso lisää Työpaja: Langattomat verkot siitä kuinka yhteys asetetaan.
-Viimeiseksi voit valikosta Avaa verkkoasetukset... vaihtaa verkkoasetuksesi tai Poistua sovelmasta.

- -

Tilakuvakkeet

- - - - - - -
ValmisYhteys on perustettu.
AsetetaanYhteydenotto käynnissä.
Ei tilallista asetustaJotkut asetukset puuttuvat (tarkista IP-asetukset).
Ei yhteyttäEi ole fyysistä yhteyttä (verkkokaapeli ei ole ehkä yhdistetty tai langaton verkko ei ole käytettävissä).
-Verkkoadaptereita ei ole käytettävissä (jos olet varma, että ainakin yksi on yhdistetty, niin luultavasti ei ole vielä ajureita).
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/desktop-applets/powerstatus.html b/docs/userguide/userguide/fi/desktop-applets/powerstatus.html deleted file mode 100644 index d7115b303c..0000000000 --- a/docs/userguide/userguide/fi/desktop-applets/powerstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Virtatila - - - - - - - - -
-
- -

powerstatus-icon_64.pngVirtatila

- - - - -
Työpöytäpalkki:Työpöytäsovelmat
Sijainti:/boot/system/apps/PowerStatus
Asetukset:~/config/settings/PowerStatus settings
-

Virtatila näyttää tietoja akkutasosta, joten se on hyödyllinen vain sylimikroissa. Jos se ei ole vielä käynnissä, sovelman käynnistyessä kysytään, että avantaanko ohjelma ikkunatilassa vai Työpöytäpalkissa live-tilassa. Ikkunatilassa kykenet muuttamaan kuvakkeen kokoa muuttamalla ikkunan kokoa ja käyttämällä Replikantti-kahvaa sen raahaamiseksi Työpöydälle.
-Milloin sovelma on asennettu, sitä käytetään hiiren kakkospainikkeen asiayhteysvalikosta.

-

Huomaa: Virtatila vaatii toimivan ACPI-tuen.

-PowerStatus applet -

Asiayhteysvalikko tarjoaa nämä valitsimet:

- - - - - - - - -
Näytä tekstinimiöNäyttää akkutason prosenttina tai jäljelläolevan aikana.
Näytä tilakuvakeNäyttää sovelman kuvakkeen.
Näytä aikaVuorottelee akkutason näyttämisen prosentteina tai jäljellä olevana aikana (Näytä tekstinimiö on oltava aktiivinen).
Akkutiedot..Näyttää laajennetun akkutiedot-ikkunan.
Ohjelmasta...Näyttää Ohjelmasta-ikkunan.
PoistuPoistuu Virtatila-sovelmasta.
-

Kun Näytä tekstinimiö on aktiivinen, akkutaso näytetään ladattaessa hakasulkeissa.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/desktop-applets/processcontroller.html b/docs/userguide/userguide/fi/desktop-applets/processcontroller.html deleted file mode 100644 index 3331a690ca..0000000000 --- a/docs/userguide/userguide/fi/desktop-applets/processcontroller.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - Prosessivalvonta - - - - - - - - -
-
- -

processcontroller-icon_64.pngProsessivalvonta

- - - - -
Työpöytäpalkki:Työpöytäsovelmat
Sijainti:/boot/system/apps/ProcessController
Asetukset:ei mitään
- -

ProcessController appletProsessivalvonta-sovelman päätehtävä on näyttää prosessori(e)n aktiviteetti ja käytetyn muistin määrän. Se sallii yksittäisten ryhmien valvonnan, niiden prioriteetin vaihtamisen, ja niiden tappamisen, jos ohjelma jumittuu. Moniprosessoriympäristössä se sallii sinun ottaa pois käytöstä yksittäisiä prosessoreita tai prosessoriytimiä. Kun Seuraaja tai Työpöytäpalkki kaatuu, voit käynnistää ne uudelleen Prosessivalvonnan valikosta.

-

Indikaattorit vasemmalla näyttävät jokaisen prosessorin käytön, samalla kun palkit oikealla näyttävät muistikulutuksen. Muista, että indikaattoreiden lukumäärä riippuu tietokoneen prosessorien/prosessoriytimien lukumäärästä.

-

Jos Prosessivalvonta ei ole vielä käynnissä, ohjelma kysyy, että avataanko sovellus ikkunatilasssa vain suorana lähetysenä Työpöytäpalkissa. Ikkunatilassa voit muuttaa palkkinäytön kokoa muuttamalla ikkunan kokoa ja käyttämällä sitten Replikantti-kahvaa sen raahaamiseksi Työpöydälle.
-Kun se on asennettu, se toimii hiiren kakkospainikkeen asiayhteysvalikosta.
-Sovelman poistamiseksi Työpöytäpalkista, poista valinta Suora lähetys Työpöytäpalkista asiayhteysvalikossa.

-

Poistu sovelluksesta

-ProcessController - Quit an application -

Sovelluksesta poistumiseksi valitse sen nimi Poistu sovelluksesta-valikosta. Tämä on siisti tapa sovelluksen sulkemiseen, aivan kuin napsautettaisiin sulje-painiketta. Ole kuitenkin varovainen, että et sulje järjestelmäprosesseja kuten palvelimia tai taustaprosesseja. Järjestelmäsi saatta lakata toimimasta luotettavasti.

-

Muistikäyttö

-ProcessController - Memory usage -

Muistinkäytön valvonta voi olla melko epätarkkaa.

-

Tämä valikko sallii sinun valvoa järjestelmäsi eri ryhmien muistikäyttöä. Ryhmän nimen vieressä on kaksi saraketta: ensimmäisenä varatun kirjoitettavan muistin määrä, kun taas toinen näyttää kaiken kirjoitussuojatun muistitilan (esimerkiksi jaetut kirjastot).

-

Ensimmäinen rivi Järjestelmäresurssit ja välimuistit... näyttää järjestelmän ja kaikkien sovellusten käyttämän muistin yhteismäärän. Sinisen palkin pituus perustuu tietokoneesi fyysisen muistin yhteismäärään. Seuraava rivi näyttää jokaisen prosessin käyttämän muistin määrän. Huomaa, että palkin pituus perustuu vain todelliseen käytetyn muistin määrään.

- - - -
Vain tietyn sovelluksen käyttämä muisti (kirjoitusoikeudella)
Kirjoitussuojatun tilan sisältävä muisti (voidaan jakaa muiden sovellusten kanssa)
- -

Säikeet ja prosessorikäyttö

-

Tämä valikko sallii sinun vaihtaa säikeen prioriteettejä, tappaa ryhmiä ja vikajäljittää niitä.

-
Muutokset näiden valikkokomentojen kautta ulottuvat syvälle järjestelmään ja voivat aiheuttaa tietojen katoamista ja järjestelmän epästabiilisuutta. Pidä hiirikäsi vakaana!
-ProcessController - Priority - - - - -
Käyttöjärjestelmäydinkoodia
Käyttäjäkoodia
Joutosäie
-

Ensimmäisellä tasolla näet ryhmänimet. Yhtä napsauttamalla voit tappaa koko ryhmän. Palkin tummansininen osa on käyttöjärjestelmäydinkoodissa käytetty aika, vaaleansininen on käyttäjäkoodiaika, vihreä osa on joutosäieaika. Jos palkki on kokonaan sininen, se tarkoittaa että ryhmä käyttää kaiken prosessointitehon.

-

Toinen taso näyttää ryhmän tietyt säikeet. Napsauttamalla yhtä voit vikajäljittää tai tappaa sen. Jos palkki on kokonaan sininen, niin se tarkoittaa, että säie on saanut prosessorin/prosessoriytimen kuormituksen maksimikuormitukseen.

-

Viimeisin valikkotaso sallii sinun vaihtaa säikeen prioriteettia. Ole huolellinen siinä! Peukalosääntönä on, että säikeen prioriteetin tulisi olla prosesssorikäytön käänteisarvo. Tämä tarkoittaa, että mitä mitä enemmän se yrittää käyttää prosessoriaikaa, sitä alhaisempi sen prioriteetin tulisi olla. Yleensä, älä sotke sovellusten prioriteetteja; ota yhteyttä sovelluksen kehittäjään, se on hänen tehtävänsä. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/desktop-applets/workspaces.html b/docs/userguide/userguide/fi/desktop-applets/workspaces.html deleted file mode 100644 index 0565d7267a..0000000000 --- a/docs/userguide/userguide/fi/desktop-applets/workspaces.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Työtilat-appletti - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
-

workspaces-icon_64.pngTyötilat

- - - - -
Työpöytäpalkki:Työpöytäsovelmat
Sijainti:/boot/system/apps/Workspaces
Asetukset:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Tallentaa paneelin ikkunan sijainnin.
-


-workspaces.png -

Löydät Työtilat-sovelman muiden Työpöytäsovelmat-valikon luettelosta Työpöytäpalkista. Se näyttää miniatuuriversion kaikista työtiloista. Sovelman ikkunan kontekstivalikosta löytyy useita valitsimia, jotka ovat suhteellisen itsensäselittäviä.
-Vaihda työtilalukumäärää... avaa Näyttöasetukset, joissa voit asettaa työtilojen lukumäärän ja niiden järjestelyn (kuinka monta riviä ja saraketta).

-

Koska sovelma on Kopio, voit muuttaa ikkunan kokoa halusi mukaan sekä sitten raahata ja pudottaa se kahvasta työpöydälle (varmista, että Näytä kopiot on aktivoitu Työpalkkivalikossa. Pidä VAIHTO-näppäin alhaalla kun muutat ikkunan kokoa näytön kuvasuhteen säilyttämiseksi.

- -

-index -Ikkunoiden siirtäminen työtilojen välillä

-

Ikkunan siirtämiseksi tartu siihen Työtilat-sovelmassa ja yksinkertaisesti raahaa se toiseen työtilaan. Tästä on hyötynä, että voit siirtää sen jättämättä nykyistä työpöytää. Se tietysti toimii hyvin vain kun työtilassa ei ole liian montaa ikkunaa ja kohdetyötila ei ole muiden ikkunoiden peittämä. Toinen mahdollisuus on tarttua ikkunan välilehteen ja pitää siitä kiinni samalla kun vaihtaa työtilaa ALT Fx -näppäimillä.

-

Lisätietoja työtiloista yleensä ja lisää näppäimistöpikanäppäimistä, katso aihetta -Työtilat.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Erityistoiminnallisuus

-

Työtilat-sovelma tarjoaa joitakin lisätoiminnallisuuksia kun napsautetaan ikkunaa samalla kun pidetään alhaalla jotain muokkainnäppäintä:

- - - - -
CTRLTuo ikkunan eteen.
CTRL VAIHTOMinimoi ikkunan.
Alt Gr/OPTLähettää ikkunan taustalle.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/filesystem-layout.html b/docs/userguide/userguide/fi/filesystem-layout.html deleted file mode 100644 index 91f8d44bb2..0000000000 --- a/docs/userguide/userguide/fi/filesystem-layout.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Tiedostojärjestelmäsijoittelu - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

Tiedostojärjestelmäsijoittelu

- -

Haikun tiedostojärjestelmäsijoittelu on aika läpinäkyvä, yrittäen aina käyttää salaamattomia tiedosto- ja kansionimiä, mikä ei jätä käyttäjille arvaamisen tarvetta. Tiedostot ja kansiot, jotka ovat tärkeitä järjestelmän toimimiseksi kunnolla, on suojattu vahingossa tapahtuvalta käsitttelyltä yhdellä näistä hälytyksistä:

-achtung-user.png  -achtung-system.png -

Toinen hälytys ponnahtaa esiin, jos yrität nimetä uudelleen tai poistaa jotain järjestelmähierarkiasta. Tässä painiketta Nimeä uudelleen on napsautettava vain, jos pidät VAIHTO-näppäintä alhaalla.

-

Yleensä käynnistystaltion juurihakemistosta erkanee kaksi haaraa:

- - - -
/boot/system/ Sisältää järjestelmätiedostot ja kaikkien käyttäjien jakamat sovellukset/pakkaukset.
/boot/home/ Tämä on henkilökohtainen kansiosi, jossa säilytät tietojasi ja asetuksiasi sekä sovelluksia/pakkauksia, joita ei jaeta muiden käyttäjien kanssa.
-

Niin kauan kuin Haiku ei ole monikäyttäjäjärjestelmä, erolla jaettujen ja ei-jaettujen sovellusten/pakkausten välillä ei ole näkyvää vaikutusta, koska on vain yksi käyttäjä yhdellä home-kansiolla. Mutta koska tulevaisuudessa on tuki useammalle kuin yhdelle käyttäjälle, on järkevää oppia oikea tapa alusta alkaen.

- -

-index -Järjestelmäkansio - /boot/system/

-

Haikun edeltäjässä BeOS-käyttöjärjestelmässä tämä kansio oli nimeltään /boot/beos/. Saatat yhä löytää sen joissakin vanhemmissa dokumenteissa (esimerkiksi alkuperäisessä BeBook-kirjassa).
-Useimmat kansion /boot/system/ sisällä olevat kansiot ovat kirjoitussuojattuja, mikä on järkevää, koska ne sisältävät tiedostoja, jotka ovat välttämättömiä Haikun toimimiseksi oikein ja siksi niiden on oltava turvassa (vanhingossa tapahtuvalta) muuttamiselta. Ainoat käyttäjän kirjoitettavissa olevat kansiot ovat:

- - - - - - -
/boot/system/cache/ Sisältää välimuistitiedostoja ja tilapäisen kansion, joka on linkitetty osoitteeseen /tmp/.
/boot/system/non-packaged/ Sisältää hierarkian tiedostoille, jotka eivät ole osa pakkauksesta .hpkg (luultavasti vanhoja BeOS-arkistotiedostoja).
/boot/system/packages/ Paitsi Haikun järjestelmäpakkauksia, voit lisätä ja poistaa pakkauksia, jotka on jaettu kaikkien käyttäjien kesken.
/boot/system/settings/ Sisältää järjestelmänlaajuisia asetuksia.
/boot/system/var/ Sisältää lokitiedostoja kuten syslog (tärkeä vianjäljityksessä) ja on oletussijainti näennäismuistitiedostolle.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -Kotikansio - /boot/home/

-

Tämä kansio kuuluu sinulle. Tässä voit luoda ja poistaa tiedostoja ja kansioita halusi mukaan. (Muuten tilde-merkki ("~") on oikotie kotihakemistoon, joten sinun ei tarvitse aina kirjoitta "/boot/home/" Pääteikkunassa.)
-Ne tiedostot, jotka haluat tulevaisuudessa jakaa monikäyttäjäympäristössä muiden käyttäjien kanssa on laitettava kansion /boot/home/ ulkopuolelle. Esimerkiksi voit luoda kansion /boot/all-users/ ja laittaa materiaalin sinne.

- - - - - - - - - - -
~/Desktop/ Säilyttää työpöytäsi tiedostot. Kaksoisnapsautus ei avaa sitä, koska se on jo aina näkyvissä. Kun avoin ikkuna sattuu peittämään tiedostosi, vaihda nopeasti toiseen Työtila-ikkunaan. Tietysti siirtyminen alaspäin hiiren kakkospainikkeella on myös mahdollista.
~/mail/ Tämä on sähköpostiviestiesi oletussijainti.
~/people/ Tämä on yhteystietotiedostojesi oletussijainti, katso Ihmiset.
~/queries/ Kyselyt tallennetaan tähän, oletuksella tilapäisesti 7 päivää.
- -

Kansio /boot/home/config/ on erityinen: aivan kuin /boot/system/ se on enimmäksen paketinhallinnan alainen ja siksi kirjoitussuojattu. Se myös sisältää nämä samanlaiset kirjoitussuojatut kansiot:

- - - - - - - - - - -
~/config/packages/ Tässä voit lisätä/poistaa pakkauksia, joita ei ole jaettu kaikkien käyttäjien kanssa.
~/config/non-packaged/ Sisältää hierarkian tiedostoille, jotka eivät ole osa pakkausta .hpkg (luultavasti vanhasta BeOS-arkistotiedostosta) ja ei ole jaettu kaikkien käyttäjien kesken.
~/config/settings/ Tämä kansio sisältää asetuksia kaikkiin sovelluksiin ja muutamia järjestelmän asetuksia. Jotkut sovellukset käsittelevät asetuksiaan omissa alikansioisssa, toiset laittavat yksinkertaisesti asetustiedostonsa tänne.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Tässä on lisää kiinnostavia ~/config/settings-kansion alikansioita:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Tämä kansio on paikka Käyttäjäskripteille, jotka suoritetaan ennen käynnistystä tai sammuttamista tai niiden jälkeen.
boot/launch/ Linkit ohjelmiin tai asiakirjoihin tässä kansiossa käynnistetään automaattisesti jokaisen käynnistyksen yhteydessä.
beos_mime/ Tässä MIME-tietokannassa Haiku säilyttää kaikkien eri tiedostotyyppien jäljet ja niiden asetuksia.
deskbar/menu/ Kopioituna tai linkitetynä kansioon files/folders/queries tämä kansio ilmaantuu Työpöytäpalkkivalikkoon.
kernel/drivers/ Yksi asetustiedosto saattaa olla kiinnostava: kernel tarjoaa joitakin alemman tason asetuksia kuten SMP:n ottamisen pois käytöstä, sarjavianjäljityksen aktivoinnin tai kehittyneen virranhallinnan (APM) käyttöönoton. Voit aktivoida asetusrivin poistamalla kommenttimerkin "#" rivin alusta. Ole varovainen tässä!
Tracker/ Paitsi Seuraajan eri asetustiedostoja, tässä on joitakin kiinnostavia alikansioita:
DefaultFolderTemplate/Näyttää ja järjestää kaikki attribuutit ja ikkunakoot haluamallasi tavalla. Jokainen uusi luomasi kansio käyttää sitä mallinteena.
DefaultQueryTemplates/Voit määritellä kyselytulosikkunan asettelun tietyille tiedostotyypeille. Katso aihe Kysely: Tulosikkuna.
Go/Laita linkkejä suosikkipaikkaasi tässä tehdäksesi käytettäväksi esimerkiksi paneelien avaamisessa ja sulkemisessa. Katso aihe Haiku graafinen käyttöliittymä: Suosikit ja äskettäiset kansiot.
Tracker New Template/Lisää mallinne jokaiselle tiedostotyypille, joka on käytettävissä Seuraajan Tiedosto | Uusi...-valikossa. Katso aihe Seuraaja: Työskentely tiedostoilla.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/filetypes.html b/docs/userguide/userguide/fi/filetypes.html deleted file mode 100644 index eafe729ca9..0000000000 --- a/docs/userguide/userguide/fi/filetypes.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - Tiedostotyypit - - - - - - - - -
-
- -

Tiedostotyypit

- -

Toisin kuin Windows-käyttöjärjestelmässä, Haiku ei tukeudu 3-kirjaimiseen tiedostotyyppien tiedostotarkentimiin (esimerkiksi .txt, .jpg, mp3). Tämä menetelmä on ainoastaan viimeinen varasuunnitelmavaihtoehto. Haiku käyttää MIME-tyyppejä aivan kuten on tapana internetissä.

-
Samalla kun ei ole syytä käyttää tiedostotarkentimia Haikussa, muista lisätä ne tiedostoihin, jotka haluat jakaa muiden käyttöjärjestelmien käyttäjien kanssa, esimerkiksi sähköpostin välityksellä, kopioimalla palvelimelle tai vaihtamalla USB-tikkua. Muussa tapauksessa heidän käyttöjärjestelmänsä ei tunnista tiedostotyyppiä.
- -

index -Tietyn tiedoston tiedostotyypin asettaminen

-

Voit vaihtaa tietyn tiedoston tyyppiä, sen kuvaketta ja siihen liitettyä sovellusta. Valitse tiedosto ja kutsu Lisäosat | Tiedostotyyppilisäosat asiayhteysvalikosta hiiren oikealla painikkeella.

-filetype-addon.png - -

-index -Tiedostotyyppi

-

Yllä on PNG-tiedosto, sen MIME-merkkijono image/png. Sanotaan, että varmasti tiedät, että se ei ole PNG-tiedosto, vaan GIF-tiedosto. Voit muuttaa sen joko kirjoittamalla oikean MIME-merkkijonon manuaalisesti tai yhdellä kahdesta painikkeesta teksti-ikkunan alla.

- - - -
Valitse... näyttää tiedostotyyppien hierarkisen luettelon, johon navigoit image | GIF Image.
Sama kuin... avaa tiedostonvalintaikkunan, jossa valitse minkä tahansa tiedoston, jolla on jo etsimäsi tiedostotyyppi.
- -

-index -Ensisijainen sovellus

-

Tämä ponnahdusvalikko näyttää kaikkien niiden sovellusten luettelon, jotka voivat käsitellä tätä tiettyä tiedostotyyppiä. Siitä voit valita millä ohjelmalla avaat tämän tietyn tiedoston kaksoisnapsautuksen jälkeen. Voisit esimerkiksi vaihtaa HTML-tiedoton ensisijaista sovellusta selaimesta tekstieditoriksi, jolla työstät tiedostoa. Jokainen muu HTML-tiedosto avautuu yhä selaimessa, vain tämä tietty tiedosto avautuu tekstieditorissasi.

- -

Oletussovellus on se, joka on asetettu yleisesti tälle tiedostotyypille. Jos et löydä ohjelmaa, jonka haluat liittää tähän tiedostoon ponnahdusvalikosta, voit jälleen etsiä painikkeilla Valitse... ja Sama kuin..., jotka tekevät samaa kuin mitä kuvattiin yllä kohdassa "Tiedostotyyppi".

- -

-index -Kuvake

-

Jos ihmettelet, että miksi kuvakelähde oikeassa yläkulmassa on tyhjä: Kuvakkeet periytyvät normaalisti järjestelmäoletuksesta tuolle tiedostotyypille. Voit avata tiedoston Tiedostotyyppilisäosan, joka sisältää kuvakkeen ja raahata ja pudottaa sen tiedostosi kuvakelähteeseen. Tai kaksoisnapsautat kuvakelähdettä ja luot tai muokkaat oman kuvakkeesi. Lisätietoja kuvakkeista ja siitä kuinka luot oman, katso aihetta Kuvakemaatti.

- -

-index -Sovellusten erityisasetukset

-

Jos kutsut Tietostotyyppilisän suoritettavalle tiedostolle (tässä: StyledEdit), saat erilaisen valintaikkunan:

-filetype-addon-stylededit.png -

Ylimmäisen näet vakion MIME-merkkijonon sijasta uniikin sovellusallekirjoituksen. Sen avulla järjestelmä löytää ohjelman heti kun se on asennettu.

-

Alla on useita lippuja, jotka ohjaavat sovelluksen käyttäytymistä:

- - - - - - -
Yksittäiskäynnistys Vain yksi sovelluksen ilmentymä voidaan suorittaa kerrallaan. Jos sinulla on kuitenkin kaksi kopiota sovelluksesta, ne voidaan suorittaa rinnatusten.
Useita käynnistymisiä Monia sovelluksen ilmentymiä voidaan suorittaa samanaikaisesti.
Yksinomainen käynnistys Todella vain yksi ilmentymä sovelluksen allekirjoituksella saa suorittaa kerrallaan.
Vain argumentit ilmoiittaa,, että sovellus ei vastaa viesteihin.
Taustasovellus Sovellus ei ole näkyvissä Vaihtajaohjelmassa tai Työpöytäpalkin suoritettavien ohjelmien luettelossa.
-

Sitten siellä on tuettujen tiedostotyyppien luettelo. Voit lisätä (tai poistaa) tiedostotyyppejä, jos ajattelet, että sovellus voi käsitellä niitä. Seurauksena sovellus ilmaantuu ensisijaisen sovelluksen valikkoon tai Seuraajan Avaa sovelluksella...-aiheyhteysvalikkoon, kun napsautat hiiren oikealla painikkeella tuon tyyppistä tiedostoa.

-

Alimmaisen on versio- ja copyright-tiedot. Kuten sovellusallekirjoitus, ne täyttää sovelluksen kehittäjä niitä ei pitäisi muuttaa.

- -

-index -Yleiset tiedostotyypit-asetukset

-

Tiedostotyypit-asetukset ei käsittele yksittäisiä tiedostoja vaan yleisiä tiedostotyypin asetuksia. Voit vaihtaa oletuskuvaketta ja ensisijaista ohjelmaa tai lisätä, poista ja muuttaa koko tiedostotyypin attribuuttteja. Voit jopa luoda oman tiedostyypin tyhjästä.

-

Kaikki tiedostotyypit ja niiden asetukset tallennetaan kansioon /boot/home/config/settings/beos_mime/. Ennenkuin aloitat kokeilun, saatta olla järkevä tehdä varmuuskopio tuosta kansiosta...

-

Opi lisää Tiedostotyypit-asetuksista katsomalla työpajaa: Tiedostotyypit, Attribuutit, Indeksi ja Kyselyt.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/gui.html b/docs/userguide/userguide/fi/gui.html deleted file mode 100644 index a5a54ff5c2..0000000000 --- a/docs/userguide/userguide/fi/gui.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - Haikun graafinen käyttöliittymä - - - - - - - - -
-
- - - - -
Hakemisto
- Helppo siirtäminen ja koon muuttaminen
- Pinoa ja laatoita
- Avaus- ja tallentamispaneelit
- Kopiot
- -

Haikun graafinen käyttöliittymä

- -

Haikun graafinen käyttöliittymä on järjestelmän kiinteä osa. Toisin kuin Unix-perustaisissa järjestelmissä, ei ole mitään erillistä ikkunahallintaa eikä alkulataus vain komentorivikuoreen ei ole mahdollista. Haikun kohdistuu työpöytäkäyttäjiin, ja komentorivikuoreen käynnistymistä ei ole pidetty tarpeellisena.

-

Koska sinulla on luultavasti kokemuksia muista graafisista ympäristöistä, hypätään standardien, kuten valikoiden, hiiren kakkospainikkeella näkyviin saatavan asiayhteysvalikon, vedä ja raahaa -toiminnon jne. ylitse. Tutustutaan sen sijaan muutamaan Haikun ainutlaatuiseen puoleen.

-gui.png -

Haikun graafisessa käyttöliittymässä on vain muutamia asioita, jotka eivät ole itsestään selviä ja ansaitsevat selityksen.

-
    -
  1. Työpöytäpalkki on Haikun "Käynnistä"-valikko ja tehtäväpalkki, jos niin haluat. Katso aihetta Työpöytäpalkki.

  2. -
  3. Keltainen välilehti tarjoaa muutakin kuin vain ohjelman nimen tai asiakirjan tiedostonimen: -
    • Voit siirtää ikkunaa pitämällä VAIHTO-näppäimen alhaalla raahatessasi sitä toiseen paikkaan, ottaen käyttöön useiden ikkunoiden pinoamisen ja pääset kätevästi käsiksi niihin niiden nimetyn välilehden kautta.
    • -
    • Muutat ikkunan minimikokoiseksi kaksoisnapsauttamalla sen välilehteä (tai CTRL ALT M -näppäimillä). Sellainen piilotettu ikkuna voidaan kutsua valitsemalla sen valikkorivi Työpöytäpalkissa tai Vaihtaja-ohjelmassa.
    • -
    • Voit lähettää ikkunan taustalle napsauttamalla sen välilehteä (tai sen reunaa) hiiren kakkospainikkeella.
  4. -
  5. Sulje-painike.

  6. -
  7. Laajentamispainike (tai CTRL ALT Z). useimmissa sovelluksissa, laajentaa ikkunan maksimikokoon. Sen ei kuitenkaan tarvitse tehdä sitä. Seuraaja-ikkunat esimerkiksi muuttavat kokoaan parhaiten sisältöön sopivaan kokoon.

  8. -
  9. Ikkunan reuna. Raahaaminen hiiren vasemmalla painikkeella siirtää ikkunan, raahaaminen hiiren kakkospainikkeella muuttaa ikkunan kokoa.

  10. -
  11. Koon muuttamiskulma.

  12. -
- -

-index -Nopea tapa siirtää tai muuttaa ikkunan kokoa

-

Ikkunoiden siirtäminen ja koon muuttaminen on laaja osa vuorovaikutuksesta useiden samanaikaisesti suoritettavien sovellusten välillä. Sen sijaan, että yritettäisiin osua pieneen keltaiseen otsikkovälilehteen tai vielä ohuempaan reunaviivaan, ikkunoiden siirtämiseksi on kätevämpi tapa. Koon muuttamisnurkalla on pienen koon lisäksi myös toinen rajoitus. Se sallii koon muuttamisen vain oikean alakulman suuntaan ja siitä keskustaan päin.
Raahaaminen hiiren kakkospainikkeella toimii, mutta sinun on tähdättävä huolellisesti.

-

Näiden asioiden ratkaisemiseksi Haiku tarjoaa näppärän ratkaisun ikkunahallintaan käyttämällä näppäinyhdistelmää CTRL ALT ja hiirtä. Katso myös ikkunahallintaan liittyviä lisätietoja kappaleesta Pikanäppäimet ja näppäinyhdistelmät.

-resizing.png -

Pitämällä alhaalla näppäimiä CTRL ALT korostetaan ikkunareuna, joka sijaitsee lähimpänä hiiren kohdistinta. Siirrä hiirtä toiseen suuntaan ja toinen raja vaihtuu kohteeksi. Napsauttamalla ja raahaamalla hiiren kakkospainikkeella voit muuttaa ikkunan kokoa korostetun reunan kohdalta.

-

Pidä alhaalla näppäimiä CTRL ALT ja napsauta sekä raahaa hiiren ykköspainikkeella kaikkialle ja ikkuna siirtyy mukana. Nopea napsautus hiiren kakkospainikkeella lähettää sen takaisin.

- -

-index -Pino ja laatoitus

-

Haikun käyttöliittymä tarjoaa ainutlaatuisia ominaisuuksia, jotka painottaa, että ikkkunoilla on keltainen välilehti eikä täysilevyinen otsikkopalkki käytön parantamiseksi. Sitä kutsutaan nimellä "Pino ja laatoitus".
-Alla olevassa esimerkissä, Seuraaja-ikkuna kirjanmerkillä on laatoitettu WebPositive-ikkunan viereen, mikä itse on pinottu toisen Seuraajaikkunan kanssa, mikä näyttää lähdekansion haiku. Tässä animaatiossa käyttäjä napsauttaa pinoikkunan välilehtiä tuoden ne vuorotellen etualalle.

-gui-s+t.gif -

Tällä tavalla yhdistetty ikkunoiden ryhmää voidaan siirtää ja sen kokoa voidaan muuttaa yhdessä - näppärä järjestely työskenneltäessä hankekeskeisemmässä ympäristössä. Oikean selainikkunan etsimisen sijasta dokumentaatio, editori ja seuraajaikkunat ja ehkä hankkeeseen liittyvät sähköpostiviestit voidaan vain pinota ja laatoittaa yhteen.

-

Ikkunoiden todellisen järjestelyn tekeminen on helppoa. Pidä alhaalla Alt Gr/OPT-näppäintä samalla kun raahaat ikkunaa välilehdestä toisen ikkunan välilehden tai reunan viereen, kunnes se korostuu ja vapauta sitten hiiren painike.

-

Pino ja laatoitus sisältää kaksi asiaan liittyvää osaa.

- - -
gui-stacking.png

"Pinoaminen" on ikkunoiden laittamista toistensa päälle, jolloin keltaiset välilehdet siirtyvät automaattisesti oikeaan paikkaan.
-Kun pidetään alhaalla Alt Gr/OPT-painiketta, välilehdet vaihtavat väriä, kun niiden päälle siirretään ikkuna; pudota sitten ikkuna pinoamisen aloittamiseksi.

- - -
gui-tilinging.png

"Laatoittaminen" tarkoittaa ikkunoiden liimaamista vaakasuorassa tai pystysuorassa yhteen.
-Pidä taas alhaalla painiketta Alt Gr/OPT, ja ne reunat, jotka hitsautuvat yhteen, vaihtavat väriä, kun pudotat ikkunan lähelle toista ikkunaa.

-

Ikkunoiden erottaminen tehdään samalla tavalla, pitämällä Alt Gr/OPT-näppäin alhaalla samalla kun ikkuna vedetään välilehdestä kiinnipitäen pois ryhmästä.

- -

-index -Avataan ja tallennetaan paneeleja

-

Kun avataan tai tallennetaan tiedostoa mistä tahansa sovelluksesta, avautuu tämän näköinen paneeli:

-open-save.png -

Siinä on kaikki tavalliset asiat: Nykyisen kansion tiedostoluettelo, josta voi valita tiedoston, tiedoston tallennustapauksessa tekstikenttä tiedostonimen kirjoittamista varten ja ponnahdusvalikko eri tiedostomuotoja ja niiden asetuksia varten.
Voit siirtyä äitihakemistoon ponnahdusvalikosta tiedostoluettelon yläpuolelta.

-

Jos sinulla on jo Seuraaja-ikkuna tiedoston avaussijainnissa, voit yksinkertaisesti raahata minkä tahansa tiedoston tai kansio-esityksen (toisin sanoen symbolin valikkopalkin oikealla puolella) paneeliin. Tämä vaihtaa paneelin uuteen paikkaa.

- -

-index -Näppäimistön pikanäppäimet

-

Monet pikanäppäinmäärittelyt avaus- ja sulkemispaneelissa ovat samat kuin Seuraajassa käytetyt. Sitäpaitsi komennoissa, jotka ovat myös käytettävissä Tiedosto-valikon kautta, on muutamia jotka eivät ole itsestäänselviä:

- - - - - - - -
ALT N Luo uuden kansion.
ALT E Sallii sinun nimetä uudelleen valitun kohteen.
ALT Siirtää äitikansioon.
ALT tai ENTER Siirtää valittuun kansioon.
ALT D Siirtää sinut työpöydällesi.
ALT H Siirtää sinut kotikansioosi.
- -

-index -Suosikit ja äskeiset kansiot

-

Suosikit-valikko avaus- ja sulkemispaneelissa tarjoaa äskettäin vieraillut kansiot ja suosikkisijainnit, jotka voit asettaa itse. Kuten pienellä nuolella ilmaistaan, voit käyttää myös näitä sijainteja navigoidaksesi kauemmas alaspäin alivalikkojen hierarkiassa.

-favorites.png -

Suosikin lisäämiseksi navigoit yksinkertaisesti haluamaasi kohteeseen ja valitset Suosikit | Lisää nykyinen kansio. Tästä alkaen se esiintyy jokaisessa avaus- ja tallentamispaneelissa. Suosikin poistamiseksi valitse Suosikit | Aseta suosikit... ja poista haluamasi suosikkirivi.
Kaikki suosikit pidetään kansiossa /boot/home/config/settings/Tracker/Go/. Joten pystyisit myös lisäämään ja poistamaan linkkejä tiedostoihin ja kansioihin suoraan sieltä.

- -

-index -Kopiot

-

Kopiot ovat pieniä itsensä sisältäviä sovellusosia, jotka on integroitu toisiin sovelluksiin. Edellyttäen, että Seuraajan valitsin Näytä kopiot on aktivoitu, tunnistat sovelluksen kopio-osan pienestä kahvasta, joka on normaalisti oikeassa alakulmassa:

-replicant.png -

Huomioonherättävin paikka, joka hyväksyy Kopiot on Työpöytä. Yksinkertaisesti rahaat ja pudotat pienen kahvan sille. Siitä alkaen se on osa Työpöytää ja sovellus, josta Kopio on lähtöisin, ei tarvitse käynnistyä toimiakseen.
Hiiren kakkospainikkeen painallus Kopiokahvassa tarjoaa asiayhteysvalikon, joka näyttää alkuperäsovelluksen Ohjelmasta-ikkunan ja Poista kopio-valikon.

-
Jos koet vaikeuksia Kopion kanssa Työpöydällä ja et pääse niistä eroon, poista ~/config/settings/Tracker/tracker_shelf. Valitettavasti tämä poistaa kaikki Kopiot Työpöydältä.
-

Esimerkkejä kopioitavista sovelluksista ovat Aktiviteettivalvonta-ohjelman graafit, Työtilat-sovelma tai Työpöytälaskin.

-
-
- - - - - diff --git a/docs/userguide/userguide/fi/images/apps-images/activitymonitor.png b/docs/userguide/userguide/fi/images/apps-images/activitymonitor.png deleted file mode 100644 index 9be545c5f7..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-1.png deleted file mode 100644 index bd9f73eae9..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/fi/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/bootmenu.png b/docs/userguide/userguide/fi/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/cdplayer.png b/docs/userguide/userguide/fi/images/apps-images/cdplayer.png deleted file mode 100644 index 7594f14e43..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/charactermap.png b/docs/userguide/userguide/fi/images/apps-images/charactermap.png deleted file mode 100644 index c907e2efce..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/cli-alert.png b/docs/userguide/userguide/fi/images/apps-images/cli-alert.png deleted file mode 100644 index 6b4b9cd4c1..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/cli-desklink.png b/docs/userguide/userguide/fi/images/apps-images/cli-desklink.png deleted file mode 100644 index ebadd29074..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/fi/images/apps-images/cli-filepanel.png deleted file mode 100644 index 238c01beda..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/codycam.png b/docs/userguide/userguide/fi/images/apps-images/codycam.png deleted file mode 100644 index 805fe1a742..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/debugger.png b/docs/userguide/userguide/fi/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/debugger_alert.png b/docs/userguide/userguide/fi/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/deskcalc.png b/docs/userguide/userguide/fi/images/apps-images/deskcalc.png deleted file mode 100644 index 5cfc932a45..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/fi/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index f11db63b13..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/diskprobe.png b/docs/userguide/userguide/fi/images/apps-images/diskprobe.png deleted file mode 100644 index 7dcdc4fd99..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/diskusage.png b/docs/userguide/userguide/fi/images/apps-images/diskusage.png deleted file mode 100644 index 95689064d7..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/fi/images/apps-images/drivesetup-create.png deleted file mode 100644 index 81b3502c73..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/fi/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index ec43fa3363..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/drivesetup.png b/docs/userguide/userguide/fi/images/apps-images/drivesetup.png deleted file mode 100644 index 09a54936fb..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/expander-preferences.png b/docs/userguide/userguide/fi/images/apps-images/expander-preferences.png deleted file mode 100644 index f613496250..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/expander.png b/docs/userguide/userguide/fi/images/apps-images/expander.png deleted file mode 100644 index 759b8b2445..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/fi/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/fi/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/fi/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/haikudepot.png b/docs/userguide/userguide/fi/images/apps-images/haikudepot.png deleted file mode 100644 index 150e72a711..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/fi/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/fi/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/installer.png b/docs/userguide/userguide/fi/images/apps-images/installer.png deleted file mode 100644 index 5d038292a2..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/magnify.png b/docs/userguide/userguide/fi/images/apps-images/magnify.png deleted file mode 100644 index 51990eb5c6..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mail-attachments.png b/docs/userguide/userguide/fi/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mail-preferences.png b/docs/userguide/userguide/fi/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mail-read.png b/docs/userguide/userguide/fi/images/apps-images/mail-read.png deleted file mode 100644 index f460f4b83f..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mail-signature.png b/docs/userguide/userguide/fi/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/fi/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mail-write.png b/docs/userguide/userguide/fi/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/fi/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 0b03f9dd27..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/fi/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index e1cf0be6cb..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/fi/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 07e1833f27..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/mediaplayer.png b/docs/userguide/userguide/fi/images/apps-images/mediaplayer.png deleted file mode 100644 index 832fba6119..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/midiplayer.png b/docs/userguide/userguide/fi/images/apps-images/midiplayer.png deleted file mode 100644 index 2962c5a81e..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/fi/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/fi/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index f467339c45..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/packageinstaller.png b/docs/userguide/userguide/fi/images/apps-images/packageinstaller.png deleted file mode 100644 index cc0d0aa8de..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/people-files.png b/docs/userguide/userguide/fi/images/apps-images/people-files.png deleted file mode 100644 index 41f7f9b923..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/people.png b/docs/userguide/userguide/fi/images/apps-images/people.png deleted file mode 100644 index 2c9256753e..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/poorman.png b/docs/userguide/userguide/fi/images/apps-images/poorman.png deleted file mode 100644 index 500b32ce4d..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/screenshot.png b/docs/userguide/userguide/fi/images/apps-images/screenshot.png deleted file mode 100644 index 6225f28b9d..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/fi/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/fi/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/fi/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/fi/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/fi/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/stylededit.png b/docs/userguide/userguide/fi/images/apps-images/stylededit.png deleted file mode 100644 index 5716fff64f..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/terminal-settings.png b/docs/userguide/userguide/fi/images/apps-images/terminal-settings.png deleted file mode 100644 index 97b7267f0e..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/terminal.png b/docs/userguide/userguide/fi/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/textsearch.png b/docs/userguide/userguide/fi/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/fi/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/web+download.png b/docs/userguide/userguide/fi/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/fi/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/fi/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/web+settings.png b/docs/userguide/userguide/fi/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/fi/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index 3b54283b65..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/fi/images/apps-images/webpositive-downloads.png deleted file mode 100644 index e98863a25d..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/fi/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/fi/images/apps-images/webpositive-settings.png deleted file mode 100644 index 49cef30f44..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/fi/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/apps-images/webpositive.png b/docs/userguide/userguide/fi/images/apps-images/webpositive.png deleted file mode 100644 index d419d5a5e1..0000000000 Binary files a/docs/userguide/userguide/fi/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/attributes-images/people.png b/docs/userguide/userguide/fi/images/attributes-images/people.png deleted file mode 100644 index cfe1a81257..0000000000 Binary files a/docs/userguide/userguide/fi/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/calendar.png b/docs/userguide/userguide/fi/images/deskbar-images/calendar.png deleted file mode 100644 index 343f034a22..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/deskbar.png b/docs/userguide/userguide/fi/images/deskbar-images/deskbar.png deleted file mode 100644 index 8ee243f2ef..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/fi/images/deskbar-images/list-of-apps.png deleted file mode 100644 index 4718ad315d..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/positions.png b/docs/userguide/userguide/fi/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/fi/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/fi/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index f5061257cd..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/fi/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/fi/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/fi/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/fi/images/desktop-applets-images/launchbox.png deleted file mode 100644 index a6d055f8af..0000000000 Binary files a/docs/userguide/userguide/fi/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/fi/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/fi/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/fi/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/fi/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/fi/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index bca197b6e2..0000000000 Binary files a/docs/userguide/userguide/fi/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/fi/images/filetypes-images/filetype-addon.png deleted file mode 100644 index e7e26b2891..0000000000 Binary files a/docs/userguide/userguide/fi/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/gui-images/favorites.png b/docs/userguide/userguide/fi/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/fi/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/fi/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/fi/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/gui-images/gui-stacking.png b/docs/userguide/userguide/fi/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/fi/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/gui-images/gui-tiling.png b/docs/userguide/userguide/fi/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/fi/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/gui-images/gui.png b/docs/userguide/userguide/fi/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/fi/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/gui-images/open-save.png b/docs/userguide/userguide/fi/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/fi/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/gui-images/resizing.png b/docs/userguide/userguide/fi/images/gui-images/resizing.png deleted file mode 100644 index 8e27076d3e..0000000000 Binary files a/docs/userguide/userguide/fi/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/networkstatus-images/applet.png b/docs/userguide/userguide/fi/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/fi/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/fi/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/fi/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/fi/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/fi/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/fi/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/fi/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/fi/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/fi/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/fi/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/fi/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/powerstatus-images/applet.png b/docs/userguide/userguide/fi/images/powerstatus-images/applet.png deleted file mode 100644 index d2c648739d..0000000000 Binary files a/docs/userguide/userguide/fi/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index fd250fbe77..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-colors.png deleted file mode 100644 index ee3b47963f..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 0710e0342c..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-fonts.png deleted file mode 100644 index 8a0d4f96ee..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/fi/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/backgrounds.png b/docs/userguide/userguide/fi/images/prefs-images/backgrounds.png deleted file mode 100644 index faef337814..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/datatranslations.png b/docs/userguide/userguide/fi/images/prefs-images/datatranslations.png deleted file mode 100644 index 91944c65b6..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 5ef30a2781..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index 3aed1fa6d1..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index b9946e29f0..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-in.png deleted file mode 100644 index 6d18455981..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index b00822e418..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index 557071b562..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 91c571bc22..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-out.png deleted file mode 100644 index da532fd0d9..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/fi/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 8cd1e5c9b8..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/fonts.png b/docs/userguide/userguide/fi/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/keyboard.png b/docs/userguide/userguide/fi/images/prefs-images/keyboard.png deleted file mode 100644 index 64ff5aace5..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/fi/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/keymap.png b/docs/userguide/userguide/fi/images/prefs-images/keymap.png deleted file mode 100644 index 7b78729aff..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/fi/images/prefs-images/locale-formatting.png deleted file mode 100644 index e604db4ae3..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/locale-language.png b/docs/userguide/userguide/fi/images/prefs-images/locale-language.png deleted file mode 100644 index 5610263cd6..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/mouse.png b/docs/userguide/userguide/fi/images/prefs-images/mouse.png deleted file mode 100644 index 0358921f89..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/fi/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/fi/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/fi/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/fi/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/network.png b/docs/userguide/userguide/fi/images/prefs-images/network.png deleted file mode 100644 index 8e2eb6698f..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/screen.png b/docs/userguide/userguide/fi/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/fi/images/prefs-images/screensaver-fade.png deleted file mode 100644 index c2dc3e410b..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/fi/images/prefs-images/screensaver-modules.png deleted file mode 100644 index 1ab691b411..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/sounds.png b/docs/userguide/userguide/fi/images/prefs-images/sounds.png deleted file mode 100644 index 6df73958fe..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/time-clock.png b/docs/userguide/userguide/fi/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/time-network.png b/docs/userguide/userguide/fi/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/time-time.png b/docs/userguide/userguide/fi/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/time-timezone.png b/docs/userguide/userguide/fi/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/touchpad.png b/docs/userguide/userguide/fi/images/prefs-images/touchpad.png deleted file mode 100644 index 0892ae9b03..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/fi/images/prefs-images/virtualmemory.png deleted file mode 100644 index 23386f816d..0000000000 Binary files a/docs/userguide/userguide/fi/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/processcontroller-images/applet.png b/docs/userguide/userguide/fi/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/fi/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/processcontroller-images/memory.png b/docs/userguide/userguide/fi/images/processcontroller-images/memory.png deleted file mode 100644 index 01b94bd9b2..0000000000 Binary files a/docs/userguide/userguide/fi/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/processcontroller-images/priority.png b/docs/userguide/userguide/fi/images/processcontroller-images/priority.png deleted file mode 100644 index baab2d2a2f..0000000000 Binary files a/docs/userguide/userguide/fi/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/processcontroller-images/quit.png b/docs/userguide/userguide/fi/images/processcontroller-images/quit.png deleted file mode 100644 index a1878fa914..0000000000 Binary files a/docs/userguide/userguide/fi/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/queries-images/basic-query.png b/docs/userguide/userguide/fi/images/queries-images/basic-query.png deleted file mode 100644 index e23377dbbc..0000000000 Binary files a/docs/userguide/userguide/fi/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/queries-images/formula-query.png b/docs/userguide/userguide/fi/images/queries-images/formula-query.png deleted file mode 100644 index c93765950e..0000000000 Binary files a/docs/userguide/userguide/fi/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/queries-images/query-window-filled.png b/docs/userguide/userguide/fi/images/queries-images/query-window-filled.png deleted file mode 100644 index 29bcf48823..0000000000 Binary files a/docs/userguide/userguide/fi/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/queries-images/query-window.png b/docs/userguide/userguide/fi/images/queries-images/query-window.png deleted file mode 100644 index 34a268e925..0000000000 Binary files a/docs/userguide/userguide/fi/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/queries-images/result-window.png b/docs/userguide/userguide/fi/images/queries-images/result-window.png deleted file mode 100644 index 9e2e5d2d36..0000000000 Binary files a/docs/userguide/userguide/fi/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/fi/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 90abca0d26..0000000000 Binary files a/docs/userguide/userguide/fi/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/drill-down.png b/docs/userguide/userguide/fi/images/tracker-images/drill-down.png deleted file mode 100644 index ae281ee394..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/get-info.png b/docs/userguide/userguide/fi/images/tracker-images/get-info.png deleted file mode 100644 index ad51f34921..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/mount-settings.png b/docs/userguide/userguide/fi/images/tracker-images/mount-settings.png deleted file mode 100644 index 8d8d4ef742..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/new-menu.png b/docs/userguide/userguide/fi/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/fi/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 5ad00982bb..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/open-with.png b/docs/userguide/userguide/fi/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/fi/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/transaction-status.png b/docs/userguide/userguide/fi/images/tracker-images/transaction-status.png deleted file mode 100644 index d8e2e4c7d9..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/fi/images/tracker-images/window-drill-down.png deleted file mode 100644 index a7dcde35af..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/window-menu.png b/docs/userguide/userguide/fi/images/tracker-images/window-menu.png deleted file mode 100644 index 3c40054590..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/fi/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 4f834eaa7f..0000000000 Binary files a/docs/userguide/userguide/fi/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-email-images/browsing.png b/docs/userguide/userguide/fi/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/fi/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-email-images/query-1.png b/docs/userguide/userguide/fi/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-email-images/query-2.png b/docs/userguide/userguide/fi/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-email-images/query-3.png b/docs/userguide/userguide/fi/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-email-images/query-4.png b/docs/userguide/userguide/fi/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-email-images/status.png b/docs/userguide/userguide/fi/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index 66c432021e..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 0b473a2f28..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index c774781835..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/fi/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/fi/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/fi/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/fi/images/workspaces-images/workspaces.png b/docs/userguide/userguide/fi/images/workspaces-images/workspaces.png deleted file mode 100644 index 99d34191dc..0000000000 Binary files a/docs/userguide/userguide/fi/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/fi/index.html b/docs/userguide/userguide/fi/index.html deleted file mode 100644 index 29ef97ab1c..0000000000 --- a/docs/userguide/userguide/fi/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Hakemisto - - - - - - - - -
-
- -

Hakemisto

- -

Attribuutit ja Kyselyt ovat Haikun avainominaisuuksia. Kun attribuutit ovat hyödyllisiä sellaisenaan, lisätietojen näyttämiseksi tiedostosta, niiden kyselemiseksi attribuutit on indeksoitava. Se laittaa ne hakutauluun, joka vuorostaan tekee kyselyt salamannopeiksi.
-Indeksi on tiedostojärjestelmän osa ja se pidetään jokaisella taltiolla tai osiolla erikseen.

- -

Indeksointikomennot Pääteikkunassa

-

Indeksin käsittelemiseen on useita komentoja:

-
    -
  • lsindex - Näyttää indeksoidut attribuutit nykyiseltä taltiolta/osiolta.
    -Nämä ovat oletuksena indeksoidut attribuutit:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Lisää attribuutin taltion/osion indeksiin.
  • -
-
Käyttö: mkindex [valitsimet] <attribuutti> 
-Luo uuden indeksin määrätylle attribuutille. 
- 
-  -d, --volume=POLKU    polku taltioon, johon indeksi lisätään, 
-                        oletuksena nykyinen taltio. 
-  -t, --type=TYYPPI      indeksoitavan attribuutin tyyppi.  Yksi seuraavista: "int", 
-                        "llong", "string", "float", tai "double". 
-                        Oletus on "string". 
-      --copy-from       polku taltioon, josta indeksit kopioidaan. 
-  -v, --verbose         tulosta tiedot luodusta indeksistä 
-
-
-

Vain uudet tiedostot, joilla on attribuutti, indekstoidaan automaattisesti!
-Olemassa olevat tiedostot on lisättävä manuaalisesti kopioimalla ne ja poistamalla alkuperäiset sen jälkeen. Vaihtoehtoisesti voit käyttää komentoa reindex. -

-
    -
  • reindex - Laittaa olemassa olevien tiedostojen attribuutit vasta luotuun taltion/osion indeksiin.
  • -
-
Käyttö: reindex [-rvf] attr <tiedostonimien ja/tai hakemistojen luettelo> 
-  -r    liiku hakemistoista rekursiivisesti
-  -v    tulosta laveasti
-  -f    luo/päivittää kaikki indeksit lähdetaltiosta,
-        "attr" on polku lähdetaltioon
-
-
-
    -
  • rmindex - Poistaa attribuutin taltion/osion indeksistä.
  • -
-
Käyttö: rmindex [VALITSIN]... INDEKSI_NIMI 
- 
-Poistaa indeksin nimeltään INDEKSI_NIMI levytaltiosta.  Heti kun tämä on tehty, ei ole enää mahdollista käyttää kyselyjärjestelmää tiedostojen 
-etsimiseen INDEKSI_NIMI-attribuutilla. 
- 
-  -d, --volume=POLKU    polku taltioon, josta indeksi 
-                         poistetaan 
-  -h, --help            näytä opaste ja poistu 
-  -p, --pattern         INDEKSI_NIMI on malli 
-  -v, --verbose         tulosta tiedot poistettavasta indeksistä 
- 
-INDEKSI_NIMI on tiedostoattribuutin nimi. 
- 
-Jos taltiota ei ole määritelty, otaksutaan taltio, jossa nykyinen hakemisto sijaitsee.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/keyboard-shortcuts.html b/docs/userguide/userguide/fi/keyboard-shortcuts.html deleted file mode 100644 index 1a80e9a246..0000000000 --- a/docs/userguide/userguide/fi/keyboard-shortcuts.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - Pikanäppäimet ja näppäinyhdistelmät - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

Pikanäppäimet ja näppäinyhdistelmät

- -

Haikun oletuspikanäppäin esimerkiksi komentojen kutsumiseksi valikosta ei ole tavallinen CTRL-näppäin, vaan sen sijaan ALT-näppäin. Tällä on historiallisia syitä MacOS antoi vaikutteita BeOS-käyttöjärjestelmään. Kun siihen tottuu, siitä on etua, esim.: ALT C ja ALT V integroituvat saumattomasi Pääteikkunan bash-komentotulkkiin, missä CTRL C poistuu suoritettavasta prosessista.

-

Joka tapauksessa voit vaihtaa tutumpaan CTRL-näppäimeen Näppäimistökuvaus-sovelluksessa. Käyttöopas kuvaa oletusasetuksen, jossa komentonäppäin on ALT.

-

Jos sinulla on epäilystä siitä, että mikä näppäin Alt Gr tai MENU tietyssä näppäinkuvauksessa tai näppäimistöasettelusssa, käytä taas Näppäimistökuvaus-sovellusta. Siellä näet, että mikä näppäinlyönti lähetetään, kun painat näppäimistön näppäintä.

- -

-index -Yleiset pikanäppäimet

-

Tässä on luettelo monista yleisesti käytetyistä pikanäppäimistä, jotka ova käytettävissä, vaikka niille ei ole aina vastaavaa valikkoa:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxVaihtaa Työtila X:ään (Fx on funktionäppäin, joka vastaa työtilaa). Ota aktiivi ikkuna mukanasi lisäämällä yhdistelmään VAIHTO-näppäimen
CTRL ALT / / / Navigoi avaruudellisesti käytettävissä olevien työtilojen rivejä tai sarakkeita. Lisää yhdistelmään VAIHTO niin saat aktiivin ikkunan mukanasi.
Alt Gr/OPTNäppäimen Alt Gr pitäminen alhaalla raahattaessa ikkuna lähelle toisen ikkunan välilehteä tai reunaa aiheuttaa niiden pinoamisen tai asettumisen rinnakkaisiksi tiiliksi (katso kappale Haikun graafinen käyttöliittymä).
Alt Gr/OPT / Askeltaa nykyisen työtilan avoimien ikkunoiden lävitse.
CTRL ALT + hiiren ykköspainikeNapsauttaminen ja raahaaminen hiiren ykköspainikkeella siirtää ikkunan (see chapter Haikun graafinen käyttöliittymä).
CTRL ALT + hiiren kakkospainikeNapsauttaminen ja raahaaminen hiiren kakkospainikkeella muuttaa ikkunan koon (see chapter Haikun graafinen käyttöliittymä).
CTRL ALT ZLoitontaa tai lähentää ikkunan toisen kokoiseksi (useimmissa sovelluksissa enimmäiskokoon).
CTRL ALT MMinimoi aktiivin ikkunan.
CTRL ALT HPiilottaa (minimoi) aktiivin sovelluksen kaikki ikkunat.
CTRL ALT FVetää aktiivin ikkunan päällimmäiseksi (käytössä vain hiiriasetuksella Kohdistus seuraa hiirtä).
CTRL ALT BLähettää aktiivin ikkunan taustalle.
CTRL TABAlhaalla pitäminen tuo näkyviin Vaihtaja-sovelluksen.
CTRL ALT DELAvaa Ryhmävalvonta-sovelluksen.
ALT ESCSiirtyy valikkopalkkiin (poistuu ESC-näppäimellä).
ALT CKopioi valinnan leikepöydälle.
ALT XLeikkaa valinnan leikepöydälle.
ALT VLiittää leikepöydän sisällön.
ALT WSulkee aktiivin ikkunan.
ALT QSulkee sovelluksen.
PrtScrOttaa näytönkaappauksen viipeellä nolla ja käynnistää Näytönkaappaus-paneelin.
VAIHTO PrtScrOttaa näytönkaappauksen hiljaa (avaamatta paneelia) samalla kun sovellus yhä kunnioittaa viimeksi käytettyjä asetuksia.
CTRL PrtScrMyös tämä ottaa näytönkaappauksen hiljaa talletuilla asetuksilla, mutta tiedostoon tallentamisen sijasta kopioi sen vain leikepöydälle.
- -

-index -Tekstimuokkauksen pikanäppäimet

-

Milloin vain muokkaat tekstiä – kyse voi olla tiedoston nimeämisestä uudelleen Seuraajassa, tiedoston muokkauksesta Tyylitetyssä editorissa, tai jutellessa Vision-ohjelmassa – on olemassa muutamia yleisiä pikanäppäimiä:

- - - - - - -
ALT / tai
Alt Gr/OPT /
Hyppää sana kerallaan tekstin lävitse. (Huomaa: Se saattaa olla hyödyllistä tottua käyttämään Alt Gr/OPT-näppäinyhdistelmiä. Silloin sinulla on kaikki asennettuna, jos joku sovellus jo käyttää ALT-yhdistelmiä johonkin toiseen komentoon.)
HOMEHyppää rivin alkuun.
ENDHyppää rivin loppuun.
ALT HOMEHyppää asiakirjan alkuun.
ALT ENDHyppää asiakirjan loppuun.
-

Pitämällä lisäksi VAIHTO-näppäintä kun käytetään yllä mainittuja näppäinyhdistelmiä, valitaan kohdistinhyppyjen välinen teksti.

- -

-index -Seuraaja-navigoinnin pikanäppäimet

-

Lisäksi Seuraaja-navigoinnissa on joitakin yleisiä pikanäppäimiä:

- - - - - - - - -
ALT Avaa ylätason kansion.
ALT tai ENTERAvaa valitun kansion.
Alt Gr/OPTPitämällä näppäintä alhaalla kansiota avatessa ylemmän tason kansio sulkeutuu automaattisesti. Tämä toimii myös navigoitaessa hiirellä.
MENUAvaa Työpöytäpalkin (poistuu ESC-näppäimellä).
ALT ZPeru viimeisin toiminto. Perumishistoriaa rajoittaa vain käytettävissä oleva muisti. Huomaa, tämä toimii vain itse tiedostotoiminnoille, muuttuneet attribuutit ja käyttöoikeusasetukset ei voida perua tällä. Myös kun tiedoston on siirretty Roskakoriin, niin se on mennyt iäksi.
ALT VAIHTO ZTee juuri palautettu toiminto uudelleen näppäimillä ALT Z.
VAIHTO + Hiiren rullaKun vieritetään Seuraaja-ikkunassa pitkän luettelon lävitse tai kun olet navigoimassa alivalikkojen lävitse, tämä nopeuttaa asioita aiheittamalla sivunkokoista vieritystä.
- -

-index -Pikanäppäimet pääteikkunassa

- - - - - - - - - - - - - - - - -
ALT NAvaa toisen Pääteikkunaistunnon uudessa ikkunassa.
ALT TAvaa toisen Pääteikkunaistunnon uudessa välilehdessä.
ALT 1, 2, 3 ...Vaihtaa vastaavaan välilehteen.
ALT SARKAINVaihtaa seuraavaan Pääteikkuna-ikkunaan.
VAIHTO / Vaihtaa välilehteen vasemmalla tai oikealla.
ALT VAIHTO / Siirtää nykyisen välilehden vasemmalle tai oikealle.
ALT + / -Kasvattaa tai pienentää kirjasinkokoa.
ALT ENTERKokoruutunäyttöön siirtyminen tai siitä poistuminen.
SHIFT / Vierittää Pääteikkunan tulostuksen rivin ylöspäin tai alaspäin.
VAIHTO PgUp / PgDnVierittää Pääteikkunan tulosteen sivun ylöspäin tai alaspäin.
SARKAINSarkain-täydentäminen. Paina muutaman kirjaimen kirjoittamisen jälkeen SARKAIN-näppäintä kerran, mikä täydentää tiedostonimen tai -polu. Jos on useampia kuin yksi täsmäys, se pysähtyy siellä, missä nimi eroaa ja sinun on tarjottava lisäkirjaimia niiden jatkoerottelemiseksi. Voit myös painaa SARKAIN-näppäintä kahdesti saadaksesi luettelon kaikista täsmäävistä.
/ Siirtyy ylös tai alas kaikkien aiemmin kirjoitettujen komentojen historiassa.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CPysäyttää parhaillaan suoritettavan komennon.
CTRL DSulkee nykyisen Pääteikkuna-istunnon.
- -

-index -Muut näppäinyhdistelmät

-

Voit lisätä tai poistaa riviä valinnasta pitämällä alhaalla muunnosnäppäintä samalla kun napsautetaan riviä (tai Seuraaja-tapauksessa tiedostoa).

- - - -
VAIHTOTämä valitsee kaikki ensimmäisen valitun rivin ja parhaillaan napsautetun välillä.
ALTLisää tai poistaa valitun rivin valinnasta.
-

Jos aloitat juuri kirjoittamisen Seuraaja-ikkunassa, Seuraaja vierittää edelleen ja valitsee tiedoston, joka parhaiten sopii askelkasvatushakuu. Jos ei ole tiedostoja, joiden nimi alkaa kirjoitetuilla kirjaimilla, näytetään tiedostot, joiden nimessä tai muussa näytetyssä attribuutissa on kirjoitetut kirjaimet missä kohtaa tahansa. Tämä haku ei ole kirjainkoosta riippuvaa.
-Kirjoittamasi kirjaimet ilmaantuvat alhaalle vasemmalle, missä on normaalisti lueteltujen kohteiden määrä. Sekunnin kuluttua se palaa takaisin ja voisit alkaa uuden askelkasvatusetsinnän.
-Sen sijaan että hyppäisin hakumerkkijonon ensimmäiseen ilmentymään, Seuraaja voidaan asettaa suodattamaan pois kaikki ei täsmäävät tiedostot. Katso aiheesta kirjoita eteenpäin -suodatus.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences.html b/docs/userguide/userguide/fi/preferences.html deleted file mode 100644 index 6de1756923..0000000000 --- a/docs/userguide/userguide/fi/preferences.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - Asetukset - - - - - - - - -
-
- -

Asetukset

- -

Vaikka Haikun avainfilosofia on vähentää valitsimia ja käyttää sen sijaan järkeviä oletuksia, joitakin asetuksia on tehtävä tai voidaan asettaa henkilökohtaisissa asetuksissa. Löydät kaikki paneelit Työpöytäpalkin Asetukset-valikossa.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconUlkoasu Aseta graafisen käyttöliittymän tiettyjä aspekteja.
iconTausta-asetukset Aseta Työpöydän tai minkä tahansa kansion taustan väri tai kuva.
iconTietomuuntimet Kaikkien tuettujen tiedostomuotojen asetukset.
iconTyöpöytäpalkki Aseta Työpöytäpalkki.
iconSähköposti Aseta sähköpostitilisi.
iconTiedostotyypit Lisää, poista ja aseta tiedostotyyppejä.
iconNäppäimistö Aseta toistoviive ja -nopeus.
iconNäppäinkuvaus Aseta näppäimistösi näppäinkuvaus.
iconPaikallisasetukset Aseta järjestelmäkielesi ja -asetukset.
iconMedia Ääni- ja videoasetukset, kuten syöte-/tulostelaitteet ja järjestelmän äänisekoitin.
iconHiiri Aseta hiiresi.
iconVerkko Aseta verkkosi.
iconTulostimet Lisää, poista ja aseta tulostimia.
iconNäyttö Aseta resoluutio, syvyys, virkistystaajuus ja käytettyjen Työtilojen lukumäärä.
iconNäytönsäästäjä Lisää, poista ja aseta näytönsäästäjä.
iconPikakuvakkeet Luo omia pikakuvakkeitasi, esim.: sovelluksen käynnistämiseen näppäinyhdistelmällä. [puuttuu yhä]
iconÄänet Liittää ääniä eri järjestelmätapahtumiin.
iconAika Aseta aika, päivämäärä ja aikavyöhyke.
iconSeuraaja Aseta Haikun tiedostonhallinta.
iconLevyhiiri Aseta levyhiiri.
iconVirtuaalimuisti Aseta näennäismuistitilan määrä.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/appearance.html b/docs/userguide/userguide/fi/preferences/appearance.html deleted file mode 100644 index 962b9a4661..0000000000 --- a/docs/userguide/userguide/fi/preferences/appearance.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - Ulkoasuasetukset - - - - - - - - -
-
- -

appearance-icon_64.pngUlkoasuasetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Appearance
Asetukset:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Ulkoasuasetukset sallivat sinun vaihtaa joitakin Haikun visuaalisia muotoja.

- -

-index -Kirjasimet

-appearance-fonts.png -

Haiku määrittää kolme vakiokirjasinta eri tarkoituksiin. Asetat pelkän, vahvennetun ja kiinteävälisen kirjasimen tyypit ja koot siten kuin haluat käyttää niitä koko järjestelmässä. Niiden lisäksi on erilliset asetukset valikoissa käytetyille kirjasimille.

- -

-index -Uusien kirjasimien asentaminen

-

Uudet fontit, jotka eivät tule osana normaalia .hpkg-pakkausta, voidaan asentaa kopioimalla ne alikansioon fonttityypin mukaisesti (psfonts tai ttfonts) niiden vastaavaan non-packaged-kansioon (katso aihe Tiedostojärjestelmasettelu). TrueType-fonteille se olisi:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    fontit jokaiselle käyttäjälle.
/boot/home/config/non-packaged/data/fonts/ttfonts/    fontit vain sinulle itsellesi.
- -

-index -Värit

-appearance-colors.png -

Välilehdessä Värit voit vaihtaa käyttöliittymän eri osien värejä. Värikaivo hyväksyy raahaa ja pudota -toiminnon muista ohjelmista, sallien sinun raahata värejä esimerkiksi WonderBrush-, Kuvakemaatti- tai Tausta-asetukset-paneeleista.

- -

-index -Ikkunakehykset

-appearance-decorators.png -

Kehykset määrittävät ikkunoiden ja käyttöliittymän kaikkien komponenttien ulkonäön ja käyttötuntuman. Nykyisin Haikun mukana tulee vain oletuskehykset. Jos löydät ja asennat muita kehyksiä, voit valita erilaisen ponnahdusvalikosta.

-

Haikun oletuskoristus sallii sinun asettaa vierintäpalkin nuolityypin: joko yksittäinen nuoli vierintäpalkkien päässä tilan säästämiseksi, tai kaksoisnuolet — perinteisellä BeOS-tavalla — potentiaalisesti säästäen joitakin hiiren liikkeitä kun vieritetään ylös ja alas tai vasemmalle ja oikealle...

- -

-index -Reunanpehmennys

-appearance-antialiasing.png -

Välilehti Reunanpehmennys tarjoaa erilaisia asetuksia kuinka asioita voidaan renderoida näytöllä.

- -

-index -Kirjoitusmerkin viimeistely

-

Aktivoitu Kirjainmerkin viimeistely tasaa kaikki kirjaimet siten, että niiden pystysuorat ja vaakasuorat reunat ovat tarkalleen kahden pikselin välissä. Tuloksena on täydellinen kontrasti, erityisesti kun kyse on mustasta valkoisella pohjalla. Teksti näyttää terävämmältä. Siellä on myös asetus Vain monospace-kirjaimet joka on erityisen hyödyllinen matalaresoluutiolaitteissa, kuten miniläppäreissä. Pienet kirjasimet voivat näyttää todella pahoilta, kun viimeistely on päällä, mutta tällä asetuksella etuna on tekstieditorien ja pääteikkunoiden tekstin viimeistely.

-

Katso mitä eroa viimeistely tekee näissä näyttökaappauksissa:

- - -
appearance-glyph-off.png
Viimeistely: pois päältä
appearance-glyph-on.png
Viimeistely: päällä
-

Olisi kiinnitettävä huomiota, että kaikki Suurenna-ikkunat tällä sivulla renderoivat tietysti itsensä eri valinnoilla. Joten saat todellisen esityksen vaikutuksista vertaamalla esimerkiksi lihavoitua keltaista välilehtiotsikkoa tai tekstiä "33 x 15 @ 8 pixels/pixel".

- -

-index -Reunanpehmennystapa

-

Toinen tekniikka parantaa renderointia on Reunanpehmennys, mikä tukee kaikkea vektorigrafiikkaa ja myös tekstiä. Se pehmentää viivoja vaihtamalla tiettyjen pikselien väriä. Tätä varten on kaksi menetelmää:

-

Harmaasävy vaihtaa pikselien intensiteettiä reunalla.
-LCD alipikseli tekee vielä paremman työn, erityisesti (suuriresoluutio) LCD-näytöillä. Pikselin intensiteetin sijasta se vaihtaa sen väriä, mikä siirtää reunaa pikselin murto-osalla, koska nestekidenäytöt tuottavat jokaisen pikselin punaisesta, vihreästä ja sinisestä komponentista.

-

Taas kaksi eri menetelmää suurennetulla näytönkappauksella:

- - -
appearance-glyph-off.png
Harmaasävy, viimeistely: pois päältä
appearance-subpixel.png
LCD alipikseli, viimeistely: pois päältä
-

Alipikseleihin perustuva reunanpehmennys lisää lievän värillisen hohdon objektiin. Kaikki eivät pidä siitä. Haikussa voit sekoittaa kaksi reunanpehmennystapaa ja löytää sinulle oikean asetuksen liukukytkimen avulla.

-
Alipikseliin perustuva reunanpehmennys yhdistettynä kirjoitusmerkin viimeistelyyn on ohjelmistopatentin kohteena ja ei ole siksi saatavissa oletuksena. Riiippuen siitä missä päin maailmaa elät, voit saada lukitsemattoman version. Valitamme asiaa. Keskustele edustajasi kanssa.
-

Jos aktivoit viimeistelyn plus LCD alipikselirenderoinnin vaihtamalla lähdekoodia ja kääntämällä sen uudelleen, niin se näyttää seuraavalta verrattuna viimeistelyyn Harmaasävyllä.

- - -
appearance-glyph-on.png
Harmaasävy, viiimeistely: päällä
appearance-glyph-on-subpixel.png
LCD alipikseli, viimeistely: päällä
-


-

Paneelin pohjalla on kaksi painiketta:

- - - -
Oletukset nollaa kaikki oletusarvoihin.
Palauta tuo takaisin asetukset, jotka olivat aktiivisia, kun käynnistit Ulkoasuasetukset.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/backgrounds.html b/docs/userguide/userguide/fi/preferences/backgrounds.html deleted file mode 100644 index 30d5bcbd96..0000000000 --- a/docs/userguide/userguide/fi/preferences/backgrounds.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Tausta-asetukset - - - - - - - - -
-
- -

backgrounds-icon_64.pngTausta-asetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Backgrounds
Asetukset:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - tallentaa paneeli-ikkunan sijainnin
-

Voit asettaa värin tai kuvan taustaksi jokaiselle kansiolle ja Työpöydän jokaiselle työtilalle.

-


-backgrounds.png -

Ylin valikko määrää, että koskeeko muutoksesi vain nykyistä työtilaa, kaikkia työtiloja, tiettyä kansiota tai oletuksena jokaista uutta kansiota.

-

Sen alla voit liittää kuvan tai valita Ei mitään jos haluat yksinkertaisesti värillisen taustan. Kuvat voidaan myös raahata ja pudottaa vasemmalla olevaan esikatseluun.

-

Jos käytät kuvaa, sinun on päätettävä sijoittelu:

- - - - - -
Manuaalinen sallii sinun määritellä koordinaatit. Voit raahata kuvaa ympäriinsä vasemmalla olevalla esikatselualueella tai kirjoittaa X ja Y -koordinaatit käsin.
Keskitä keskittää kuvan näytön keskelle.
Skaalaa sopimaan laajentaa kuvaa ottamatta huomioon sen kuvasuhdetta kunnes se täyttää näytön.
Limitä täyttää näytön toistamalla kuvaa.
-

Kuvakenimiön ääriviivan aktivoiminen laittaa ohuen ääriviivan kuvakkeen nimiöiden ympärille.

-

Se onko kuvakenimiön todellinen teksti musta vai valkoinen, riippuu väripoimijan asetuksista. Tumma väri asettaa tekstin valkoiseksi, vaalea väri mustaksi. Joten jos liität hyvin vaalean kuvan taustaksi, sinun olisi asetettava myös väripoimija vaaleaan väriin, jotta kuvakenimiö on luettava mustana. (Tai käytä yllä mainittua ääriviivavalitsinta.)
-Valittu väri heijastuu myös Työtilat-sovelmaan, joka ohittaa kuvat taustana.

- - - -
Palauta tuo takaisin asetukset, jotka olivat aktiivisia, kun käynnistit Tausta-asetukset.
Käytä asettaa muutoksesi.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/datatranslations.html b/docs/userguide/userguide/fi/preferences/datatranslations.html deleted file mode 100644 index 8e6791630d..0000000000 --- a/docs/userguide/userguide/fi/preferences/datatranslations.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Tietomuuntimet - - - - - - - - -
-
- -

datatranslations-icon_64.pngTietomuuntimet

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/DataTranslations
Asetukset:~/config/settings/* - -Jokainen muunnin luo omat asetustiedostonsa tänne sen jälkeen kun olet muuttanut sen asetuksia
~/config/settings/system/DataTranslations settings - Tallentaa paneelin ikkunan sijainnin.
-

Jokaisella sovelluksella on kyky avata ja tallentaa kaikissa niissä tiedostomuodoissa, joissa on Tietomuunnin asennettuna. Näiden muuntimien asetukset on asetettu Tietomuunninasetuksissa.

-


-datatranslations.png -

Muuntimen kyvyistä riippuen jokainen muunnin tarjoaa eri asetuksia. Saat vähintään Tiedot...-painikkeen, joka avaa ikkunan, jossa ilmoitetaan kehittäjätiedot ja asennuspolku.
Seuraava taulukko esittää yhteenvedon oletusmuuntimista ja niiden hyödyllisimmistä valitsimista.

- - - - - - - - - - - - - - - - - - - - - -
Apple-kuvakkeetKelvolliset kuvakoot ovat 16, 32, 48, 128, 256, 512, 1024 (RGB32 ja RGBA32)
BMP-kuvat24-bittinen, tiivistämätön, ei läpinäkyvyytt'ä
EXR-kuvatILM:n jyrkästi dynaamisen alueen (HDR) -muoto
GIF-kuvat8-bittinen, häviötön tiivistys, läpinäkyvyysVoit pienentää tiedostokokoa rajoittamalla käytettyjen värien määrää ja palettia.
Voit tallentaa kuvat läpinäkyvyydellä joko automaattisesti käyttämällä alfa-kanavaa tai asettamalla manuaalisesti läpinäkyvän RGB-arvon.
HVIF-kuvakkeetMuunnin Haikun vektorikuvakemuotoa varten
JPEG2000-kuvat24-bittinen, tiivistetty, ei läpinäkyvyyttä
Tässä välität normaalisti vain tulostuslaadusta.
JPEG-kuvat24-bittinen, tiivistetty, ei läpinäkyvyyttä
Tulostuslaadun lisäksi voit asettaa myös pehmennyksen, joka vähentää tiivistysartefakteja, mutta voi sumentaa kuvaa hiukan.
PCX-kuvat24-bittinen, tiivistämätön, ei läpinäkyvyyttä, PC Paintbrush -vaihtomuoto
Photoshop-kuvat32-bittinen, häviötön tiivistys, läpinäkyvyys
-Muunnin pienentää kaikki kerrokset yhdeksi bitmap-kerrokseksi.
PNG-kuvat32-bittinen, häviötön tiivistys, läpinäkyvyys
PPM-kuvat24-bittinen, tiivistämätön, ei läpinäkyvyyttä, siirrettävä PixMap -muoto
RAW-kuvataina 48-bittiseen, tiivistämätön, ei läpinäkyvyyttä
RTF-tekstitiedostotMuotoiltu teksti
SGI-kuvat24-bittinen, valinnainen häviötön tiivistys, läpinäkyvyys
Tyylitetty editori-tiedostotPelkkä teksti muotoiluilla, jotka on tallennettu attribuutteihin
TGA-kuvat32-bittinen, valinnainen häviötön tiivistys, läpinäkyvyys
TIFF-kuvat24-bittinen, valinnainen häviötön tiivistys, kerrokset, läpinäkyvyys
WebP-kuvat8-bittinen YUV 4:2:0 -kuvamuoto, tiivistetty, ei läpinäkyvyyttä
Windows-kuvakkeetKelvolliset kuvakoot ovat 16, 32, 48
WonderBrush-kuvat32-bittinen, kerrokset, läpinäkyvyys, vektori/pikselitiedot
-


-
Näytönkaappaukset, kaaviot, mustavalkoiset piirrokset ja muut kuvat muutamilla käytetyillä väreillä samoin kuin pienoiskuvat on paras tallentaa GIF-muodossa (aina 256 väriä) tai PNG-muodossa (miljoonia värejä). JPEG-muoto, esimerkiksi, esittelee tiivistysartefaktit ilman pienemmän tiedostokoon hyötyä.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/deskbar.html b/docs/userguide/userguide/fi/preferences/deskbar.html deleted file mode 100644 index bad7cc449f..0000000000 --- a/docs/userguide/userguide/fi/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Työpöytäpalkki - - - - - - - - -
-
- -

deskbar-icon_64.pngTyöpöytäpalkki

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Deskbar
Asetukset:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Työpöytäpalkin asetuspaneeli on myös käytettävissä Työpöytäpalkista. Sen asetuksista keskustellaan aiheessa Työpöytäpalkki.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/e-mail.html b/docs/userguide/userguide/fi/preferences/e-mail.html deleted file mode 100644 index fd40c3458b..0000000000 --- a/docs/userguide/userguide/fi/preferences/e-mail.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - Sähköposti - - - - - - - - -
-
- - - - -
Hakemisto
- Uuden sähköpostitilin luominen
- Tiliasetukset
- Lisää saapuvan sähköpostin asetuksista
- Lisää lähtevän sähköpostin asetuksista
- Ilmoitukset ja muut sähköpostisuodattimet
- Postipalvelun asettaminen
- -

e-mail-icon_64.pngSähköposti

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/E-mail
Asetukset:~/config/settings/Mail/*
-

Haiku tarjoaa järjestelmän, joka noutaa sähköpostia säännöllisesti Sähköpostipalvelun kautta (tunnetaan myös nimellä mail_daemon) ja tallentaa jokaisen sähköpostiviestin yksittäisenä tekstitiedostona. Se jäsentää sähköpostiviestin ja täyttää sen attribuutit kaikilla välttämättömillä otsaketiedoilla, kuten lähettäjä, vastaanottaja, aihe ja viestin lukemistila. Nyt sinä tai mikä tahansa sovellus voi kysyä sitä. Tämä järjestelmä tekee sähköpostiasiakasohjelman vaihtamisen helpoksi, koska kaikki tiedot ja asetuksesi pysyvät samana.
Asetus on tehty sähköpostiasetuspaneelissa.

- -

-index -Uuden sähköpostitilin luominen

-

Käykäämme sähköpostitilin asetusprosessi lävitse.
Aloitat napsauttamalla Lisää-painiketta, mikä luo uuden, nimeämättömän tilin. Tämä avaa paneelin, jossa täytät tilitietosi:

-e-mail-new-account.png -

Ensimmäiseksi asetat sen millä yhteyskäytännöllä vastaanotat sähköpostisi, joko POP3-yhteyskäytännöllä tai IMAP-yhteyskäytännöllä.

-

Nyt kirjoitat sähköpostiosoitteesi, kirjautumisnimesi ja salasanasi sekä annat sen tilinimen, jonka alla se tunnetaan Haikussa ja oikean nimesi.

-

Jos tilisi on pääsähköpostitarjoajalta, Haiku jo tietää kaikki tekniset yksityiskohdat kuten palvelimen IP-osoitteet. Jos näin ei ole laita, painikkeen Seuraava napsauttaminen avaa toisen ikkunan näiden tietojen kirjoittamiseksi manuaalisesti:

-e-mail-new-account-2.png -

Asetat ensiksi palvelinnimen, kirjautumistyypin ja yhteystyypin tulevalle sähköpostille ja sen alla lähtevälle sähköpostille. Sinun pitäisi löytää tarpeelliset tiedot sähköpostitarjoajasi webbisivulta.
Katso alla lisätietoja eri asetuksista ja lisävalitsimista.

- -

-index -Tiliasetukset

-

Valitsemalla tilin nimen vasemmanpuoleisesta luettelosta voit vaihtaa joitakin yleisiä asetuksia:

-e-mail-accounts.png -

Tilinimi on nimi, joka näytetään esimerkiksi sähköpostiasetusten tililuettelossa. Oikea nimi on se nimi, jonka joku näkee, kun hän saa sähköpostia sinulta. Paluuosoite on sähköpostiosoite, jota käytetään, kun joku vastaa sähköpostiisi. Normaalisti se on sama osoite, josta olet lähettänyt sähköpostiviestisi.

-

Jos haluat käyttää sähköpostitiliäsi vain joko lähettämiseen tai vastaanottamiseen, voit aktivoida/poistaa aktivoinnin käyttämällä hiiren kakkospainiketta tilin nimen kohdalla vasemmanpuoleisessa luettelossa. mikä asettaa hyväksymismerkin vastaavasti.

- -

-index -Lisää saapuvan sähköpostin asetuksista

-

Napsauta painiketta Tuleva tilin nimen kohdalla sen asettamiseksi kuinka sähköpostia vastaanotetaan.

-e-mail-in.png -

Ensimmäisenä on Sähköpostipalvelin-osoite tulevalle sähköpostille. Jos sähköpostitarjoajasi haluaa sinun kirjautuvat tiettyyn porttiin, voit lisätä sen osoitteeseen, erotettuna kaksoispisteellä. Esimerkiksi pop.your-provider.org:1400.

-

Seuraavaksi kirjoitat kirjautumistiedot: kirjautumisnimi ja salasana, ja vaihdat kirjautumistyypin, jos se on välttämätöntä, oletusarvosta Pelkkä teksti todentamista varten APOP-tyypiksi.

-

Jos käytät POP3-yhteyskäytäntöä ja noudat tämän tilin sähköpostiviestit eri tietokoneilta, saatat haluta aktivoida valitsimen Jätä sähköposti palvelimelle ja vain Poista sähköpostiviesti palvelimelta poistettaessa paikallisesti.

-

Jos käytät sen sijaan IMAP-yhteyskäytäntöä, sinulla on valitsin Poista sähköposti palvelimelta poistettaessa paikallisesti. Voit määritellä IMAP-kansiot vain synkronoidaksesi tietyn kansion ja sen alikansiot.

-

Voit myös valita vain Osittain ladatut viestit suurempia kuin tietty koko. Tällä saat näkyviin vain otsakkeen ja voit päättää, että haluatko ladata loput viestistä plus mahdolliset liitteet sen jälkeen kun olet nähnyt aiheen ja kuka on lähettänyt viestin. Tämä on hyödyllinen hitailla yhteyksillä.

-

Voit vaihtaa tulevan sähköpostilaatikkosi Kohteen (oletus: /boot/home/mail/in/), mikä on hyödyllinen, jos haluat erotella eri tilien sähköpostit omiin kansioihin. Kyselyt sallivat sinun kuitenkin lajitella sanomat yhtä helposti.

- - -

-index -Lisää lähtevän sähköpostin asetuksista

-

Napsauta Lähtevä tilin nimen kohdalla sen asettamiseksi, kuinka sähköpostiviestit lähetetään.

-e-mail-out.png -

Ensimmäisenä on SMTP-palvelinosoite lähtevää sähköpostia varten. Kuten edellä tulevalle sähköpostin palvelimelle, voit käyttää tiettyä porttia, jos on tarvetta. Esimerkiksi mail.your-provider.org:1200.

-

Jos sinun on kirjauduttava, voit vaihtaa kirjautumistyypin ESMTP-valikosta ja kirjoittaa käyttäjänimen ja salasanan ylle. Toista tyyppiä POP3 ennen SMTP käyttävät sähköpostitarjoajat, jotka haluavat tunnistaa sähköposti lähettäjän.

-

Kuten tulevassa sähköpostissa, voin myös vaihtaa lähtevän sähköpostilaatikon kohteen (oletus: /boot/home/mail/out/).

- -

-index -Ilmoitukset ja muut sähköpostisuodattimet

-

Ilmoitukset vasta saapuneista sähköpostiviesteistä ja menetelmät sähköpostiviestien lajittelemiseksi ja suodattamiseksi löytyvät valikosta Sähköpostisuodattimet tilin nimen alapuolelta. Voit lisätä minkä tahansa määrän suodattimia, jotka suoritetaan peräkkäin yksi kerrallaan ja järjestään ne uudelleen raahaamalla ja pudottamalla ne uuteen sijaintiinsa.
Nykyisin siellä on kolme Tulevan postin suodatinta, jotka voit lisätä. Suodattimen lisäämisen jälkeen voit valita sen nähdäksesi suodattimen valitsimet.

- -

-index -Roskapostisuodatin (AGMS Bayesian)

-e-mail-filter-spam.png -

Roskapostisuodatin käyttää tilastollisia menetelmiä sähköpostiviestien luokittelemiseksi ei-halutuksi roskapostiksi. Se liittää arvon välillä 0 ja 1 siihen ja voit päättää, mitkä ovat rajat aidolle sähköpostiviestille ja mitä pidetään roskapostina.
Sinulla on roskapostiarvosana Aihe-rivin alussa.
Roskapostisuodatin voi myös oppia tulevista sähköpostiviesteistä. Tietysti sinun on opetettava sitä lajittelemalla pois väärät positiiviset - sähköpostiviestit, jotka on vahingossa merkitty roskapostiksi. Löydät lisätietoja kun keskustelemme sovelluksesta Sähköposti.

-

Seuraavan Sääntösuodattimen kanssa kykenet automaattisesti lajittelemaan havaitut roskapostilähetykset.

- -

-indexSääntösuodatin

-e-mail-filter-header.png -

Tämä suodatin vertaa sähköpostiotsaketta hakumalliin ja suorittaa joitakin toimintoja asettamiesi sääntöjen mukaan.
Ensimmäisellä tekstikentällä määrittelet, mitä otsaketta vastaan tarkistus tehdään. Nämä ovat käytettävissä:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nimi lähettäjän nimi
Lähettäjä lähettäjän sähköpostiosoite
Vastaanottaja sähköpostiosoitteesi (eri jokaiselle sähköpostitilille)
Vastausosoite sähköpostiosoite, johon vastaukset lähetetään
Milloin päivämäärä ja kellonaika, jolloin sähköpostiviesti vastaanotettiin
Aihe aiherivi
Kopio kaikkien niiden sähköpostiosoitteet, jotka saavat viestin kopion
Tili sähköpostitilin nimi
Tila Sähköpostin nykyinen tila. Normaalisti tämä voi olla "Luettu", "Vastattu", "Lähetetty", "Lähetetty edelleen", "Uusi", tai mitä tahansa, mitä olet määritellyt itse. Kuitenkin, jos et muuta sitä itse suodattimessa, se on aina "Uusi" sen jälkeen kun sähköpostipalvelu nouti sähköpostiviestin.
Prioriteetti lähettäjän sähköpostiohjelman asettama (esimerkiksi "kiireellinen")
Säie olennaisesti sama kuin "Aihe", mutta ilman edeltäviä merkintöjä Vastaus: tai Edelleenlähetys:
Luokitteluryhmä riippuen siitä, miten roskapostisuodatin luokittelee sen, tämä on joko tyhjä (jos epävarma) tai sisältää sanan "Aito" tai "Roskaposti"
Roskaposti/aitousarvio tämä on numeerinen arvio, jonka roskapostisuodatin liittää sähköpostiviestiin. Ne näytetään tieteellisellä merkintätavalla, missä 1.065e-12 käännetään luvuksi 1.065 jaetuna 10:llä ja korotettuna 12. potenssiin, mistä tässä tapauksessa tulee 0.000000000001065 (piste tarkoittaa desimaalipilkkua).
-

Toinen tekstikenttä sisältää hakumallisi. Se hyväksyy säännölliset lausekkeet, mikä antaa sille joustavuuden samalla kun se tekee siitä valitettavasti mutkikkaamman. Lue hiukan siitä, koska se on sen arvoinen ja yksinkertaiset hakumallit eivät ole niin mutkikkaita ollenkaan.

-

Sen alapuolisessa ponnahdusvalikossa liität toiminnon kun hakumalli täsmää. Voit siirtää tai poistaa sähköpostiviestin, asettaa tilaksi "Luettu" tai jotain muuta tai asettaa sähköpostitili, jolla vastaat.

- -

-index -Ilmoitus uudesta sähköpostiviestistä

-e-mail-filter-notification.png -

Voit valita useita tapoja, millä tavoin sinulle ilmoitetaan vasta saapuneesta sähköpostiviestistä. Menetelmä-valikosta löydät lukuisia valitsimia, joita voidaan myös yhdistellä:

- - - - - - - - - - - - - - - -
ei mitään Ei ilmoitusta
Piippaus Soittaa "Uusi sähköpostiviesti"-tapahtumalle Ääniasetukset-ohjelmassa asetetun äänitiedoston jokaisen uuden sähköpostiviestin saapuessa
Hälytys Näyttää hälytysikkunan jokaisen uuden sähköpostiviestin saapuessa
Näppäimistön LEDit Vilkuttaa joitakin LEDejä kuten Caos Lock -indikaattori
Keskushälytys Näyttää yhden hälytysikkunan kaikille uusille sähköpostiviesteille
Keskuspiippaus Soittaa "Uusi sähköpostiviesti"-tapahtumalle Ääniasetukset-ohjelmassa asetetun äänitiedoston kerran ensimmäisen uuden sähköpostiviestin saapuessa
Loki-ikkuna Näyttää loki-ikkunan
- -

-index -Lähtevän sähköpostin suodattimet

-

Tällä hetkellä on vain yksi lähtevää sähköpostia käsittelevä suodatin: fortune.
Se liittää satunnaisesti valitun hauskan tai viisaan "onnenkeksin" jokaisen sähköpostiviestin loppuun ennen sen lähettämistä. Voit kuiva-ajaa antamalla Pääteikkunassa komennon fortune.

- -

-index -Postipalvelun asettaminen

-

Sen jälkeen kun tulevan ja lähtevän postin sähköpostipalvelimet (ja ehkä myös jotkut suodattimet) on asetettu, sinun on kehotettava Sähköpostipalvelua, joka tekee todellisen tarkistuksen ja noutamisen, tekemään työnsä.

-e-mail-settings.png -

Sähköpostin tarkistus-kohdassa asetat aikavälin, jolloin tilin sähköpostipalvelimelta kysellään uusia sähköpostiviestejä.
Jos sinulla on valintainen verkkoyhteys, saatat haluta tehdä sen Vain kun valintayhteys on yhdistetty ja myös Aikatauluta lähtevä sähköposti kun valintayhteys ei ole kytketty, jotta vältät säännöllistä automaattivalintaa vain sähköpostin tarkistamiseksi.

-

Sähköpostipalvelulla on tilaikkuna, jonka voit asettaa näyttämään Ei koskaan, Lähetettäessä, Lähetettäessä ja vastaanotettaessa tai Aina.

-

Varmista, että Käynnistä sähköpostipalvelut järjestelmän käynnistyksen yhteydessä on valittu tai ei ole mitään mail_daemon-taustaprosessia käynnissä tekemään kyselyä...

-e-mail-mailbox.png -

Painike Muokkaa sähköpostilaatikkovalikkoa... avaa kansion /boot/home/config/Mail/Menu Links/. Kaikki kansiot tai kyselyt (!) tai niiden linkit, jotka on laitettu tähän kansioon, ilmaantuvat Työpöytäpalkin tarjottimen sähköpostipalvelujen sähköpostilaatikkokuvakkeen asiayhteysvalikkoon.

-

Tuosta valikosta voit myös Luo uusi viesti..., Tarkista sähköposti nyt tai muokata Asetukset....

-

Jos pidät alhaalla VAIHTO-näppäintä asiayhteysvalikkoa kutsuessasi, saat näkyviin lisäkomentoja:

- - - - - - - -
Tarkistaa vain sähköpostiviestit Tarjoaa alivalikon vain yhden tietyn tilin tarkistamiseksi
Lähettää odottavat sähköpostiviestit Sallii lähettää vireillä olevat sähköpostiviestit tarkistamatta uusia sähköpostiviestejä
Sulkee sähköpostipalvelut Sulkee koko sähköpostijärjestelmän (mail_daemon)
-

Sähköpostilaatikon kuvake itse näyttää, jos on lukemattomia viestejä (tila "Uusi"), kun siinä on kirjekuoria sisällä.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/filetypes.html b/docs/userguide/userguide/fi/preferences/filetypes.html deleted file mode 100644 index fa6e21fa66..0000000000 --- a/docs/userguide/userguide/fi/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Tiedostotyypit - - - - - - - - -
-
- -

filetypes-icon_64.pngTiedostotyypit

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/FileTypes
Asetukset:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Tallentaa kaikki MIME-tyypit kansioina.
-

Viittaa aiheisiin Tiedostotyypit ja työpaja Tiedostotyypit, Attribuutit, Indeksi ja Kyselyt, jotka selittävät suurimman osan tästä asetuspaneelista.

- -
-
- - - - diff --git a/docs/userguide/userguide/fi/preferences/fonts.html b/docs/userguide/userguide/fi/preferences/fonts.html deleted file mode 100644 index 1ad66b7fb5..0000000000 --- a/docs/userguide/userguide/fi/preferences/fonts.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Kirjasinasetukset - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngKirjasinasetukset

- - - - -
TyöpöytäpalkkiAsetukset
Sijainti/boot/system/preferences/Fonts
Asetukset~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Tallentaa paneelin ikkunan sijainnin.
-


-fonts.png -

Haiku määrittää kolme vakiokirjasinta eri tarkoituksiin. Asetat pelkän, vahvennetun ja kiinteävälisen kirjasimen tyypit ja koot siten kuin haluat käyttää niitä koko järjestelmässä. Niiden lisäksi on erilliset asetukset valikoissa käytetyille kirjasimille.

- - - -
Oletukset nollaa kaikki oletusarvoihin.
Palauta tuo takaisin asetukset, jotka olivat aktiivisia, kun käynnistit Kirjasinasetukset.
- -

-index -Uusien kirjasimien asentaminen

-

Asennat uudet kirjasimet kopioimalla ne vastaavaan käyttäjäkansioon, esim.: /boot/common/data/fonts/ tai /boot/home/config/data/fonts/ (katso aihe Tiedostojärjestelmäasettelu).

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/keyboard.html b/docs/userguide/userguide/fi/preferences/keyboard.html deleted file mode 100644 index 0c68f4c851..0000000000 --- a/docs/userguide/userguide/fi/preferences/keyboard.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Näppäimistö - - - - - - - - -
-
- -

keyboard-icon_64.pngNäppäimistö

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Keyboard
Asetukset:~/config/settings/Keyboard_settings
-


-keyboard.png -

Aseta toistonopeus ja viive siihen, kunnes näppäimen alaspainallus käynnistää toiston. Voit testata asetuksiasi tekstikentässä alhaalla.

- - - -
Oletukset nollaa kaikki oletusarvoihin.
Palauta palauttaa asetukset, jotka olivat voimassa kun käynnistit Näppäimistöasetukset.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/keymap.html b/docs/userguide/userguide/fi/preferences/keymap.html deleted file mode 100644 index 9d5b385a31..0000000000 --- a/docs/userguide/userguide/fi/preferences/keymap.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - Näppäimistökuvaus - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

keymap-icon_64.pngNäppäimistökuvaus

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Keymap
Asetukset:~/config/settings/Keymap/* - Käyttäjän muokkaamien näppäimistökuvausten sijainti.
-~/config/settings/Key_map
-


-keymap.png -

Yllä olevan kuvan oikealla puolella Näppäimistökuvaus-ikkuna näyttää esityksen näppäimistöstäsi. Kun painat näppäintä, vastaava painike kuvassa tummenee ja siihen liitetty symboli siirtyy Näyte ja leikepöytä-tekstikenttään alhaalla. Sieltä voit myös kopioida ja liittää sen asiakirjaan.
-Siten Näppäimistökuvaus-asetukset eivät ole paikallisen näppäimistön asetukseen, vaan se on hyödyllinen etsittäessä tiettyä symbolia muissa kielissä. Esimerkiksi voit vaihtaa näppäimistöksi "French", löytää merkin "ç" ja kopioida sen sähköpostiviestiisi Françoisille. (Vaikka löydät ehkä "cedil":n myös muista näppäimistökuvauksista...)

-

Muuntonäppäimen kuten VAIHTO, CONTROL tai OPTION painaminen vaihtaa näytettyä näppäimistöä sitä vastaavasti.

-

Sitten näkyvissä on myös näppäimiä, joissa on sininen tausta. Näitä näppäimiä kutsutaa Kuolleiksi näppäimiksi, jotka voivat muuttaa näppäintä, jota painat seuraavaksi. Jos napsautat sellaista näppäintä hiirellä, muutettavat näppäimet näkyvät keltaisena. Napsauta uudelleen ja kaikki palautuu normaaliksi. Esimerkkejä ovat é, ñ, ó tai ë.

-

Alla näppäimistöesitykseen on kaksi lisävalitsinta:

- - - -
Valitse kuolleet näppäimet yllä mainittujen sinisten näppäinten asettamiseksi.
Vaihda pikanäppäimet... pikanäppäinten käyttämiseksi Windows-/Linux-tilassa, esimerkiksi. CONTROL (normaalisti CTRL) tai Haiku-tilassa, esimerkiksi COMMAND (normaalisti ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Vaihtoehtona tälle näppäinten raahaamiselle ja pudottamiselle on valikko Tiedosto | Aseta muunninnäppäimet..., joka avaa tämän ikkunan:

-keymap-modifiers.png -

Tässä voit liittää näppäimet niiden vastaaviin rooleihin tai jopa ottaa avaimen rooli kokonaan pois käytöstä. Voit jopa liittää samalle näppäimelle eri rooleja, vaikka se ei ole useimmiten hyvä ajatus ja sinua varoitetaan pienellä huutomerkillä ponnahdusvalikon sivussa, jos teet sen.
-Painamalla Aseta muokkausnäppäimet toteutetaan muutoksesi ja suljetaan ikkuna.

-

Valmistumisen jälkeen voit tallentaa tuloksen valikossa Tiedosto | Tallenna.... Muokattu kuvauksesi esiintyy vain käyttäjän määrittelemässä luettelossa, jos se on tallennettu tiedostoon ~/config/settings/Keymap/. Muussa tapauksessa sinun on ladattava se manuaalisesti kohdasta Tiedosto | Avaa....

-

Jotta Näppäimistökuvaus täsmäisi paremmin fyysiseen näppäimistöösi, käytettävissä on useita erilaisia asetuksia Ulkoasu-valikossa.

-

Käytetyn näppäimistöesityksen kirjasimet asetetaan valikosta Kirjasin. Huomaa, määritellyssä kirjasimessa ei aina välttämättä ole tietyn näppäimistökuvauksen kaikkia merkkejä.

-

Lopuksi käytettävissä on Palauta-painike, joka palauttaa asetukset sellaisiksi, kuin ne olivat Näppäimistöasetukset-sovelluksen käynnistyessä.

- -

-index -Edistynyt näppäimistökuvausmanipulointi

-

Näppäimistökuvausasetusten lisäksi on myös toinen tapa räätälöidä näppäimistökuvaustasi. Se sisältää heksadesimaaliarvoja sisältävän tekstitiedoston muokkaamisen, mikä voi tuntua ensi silmäykseltä pelottavalta, mutta ei lopulta ole mahdotonta tajuta.

-

Voit vedostaa nykyisen näppäimistökuvauksesi komennolla Pääteikkunassa:

-
keymap -d > MyKeymap
-

Tuotettu tekstitiedosto voidaan sitten avata tekstieditorilla. Varmista, että käytät tasavälisiä kirjasimia tuossa editorissa tai et saa tuota tiedostoa koskaan oikein...
-Tuon tiedoston alusta löydät tyylitellyn näppäimistön selitteen, jossa jokaista näppäintä vastaa heksadesimaaliarvo. Sen alla on jokaisen jokaisen arvon todelliset liittämiset. Voit tehdä kaikki räätälöinnit, jotka ovat myös saatavilla Näppäimistökuvausasetusten paneelissa, ja vielä jotain muuta. Jos näppäimistössä sattuu olemaan joitain erikoisnäppäimiä, voit ehkä kokeilla niiden aktivoimista. Se tarkoittaa, että voit käyttää niitä tavallisina näppäiminä tai muuntonäppäiminä, kuten Alt- tai Ctrl-näppäimiä. Et kykene esimerkiksi käyttämään multimedianäppäimiä pienentämään tai suurentamaan äänen voimakkuutta tai käynnistämään jonkun sovelluksen. Tätä varten voit käyttää esimerkiksi Pikanäppäimet-asetusta.

-

Kun olet valmis, tallenna tiedosto ja järjestelmä lataa muokatun näppäimistökuvauksen tällä komennolla:

-
keymap -s < MyKeymap
-

Jos haluat viedä tämän näppäimistökuvauksen Näppäimistökuvaus-paneeliin, se on ensin käännettävä binaarimuotoon:

-
keymap -c < MyKeymap
-

Tämä tuottaa tiedoston keymap.out, jonka voit ladata Näppämistökuvaukseen sen Avaa...-valikosta. Keymap-komento kykenee lataamaan tämän binaarimuodon myös seuraavalla tavalla: keymap -l < keymap.out

-

Tämä on vedostettu tiedosto (tyylitetyn näppäimistön oikeanpuoleisimmat näppäimet on leikattu pois, jotta teksti näkyisi nätimmin tällä sivulla):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/fi/preferences/locale.html b/docs/userguide/userguide/fi/preferences/locale.html deleted file mode 100644 index b949f2300e..0000000000 --- a/docs/userguide/userguide/fi/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Paikallisasetukset - - - - - - - - -
-
- -

locale-icon_64.pngPaikallisasetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Locale
Asetukset:~/config/settings/Locale settings
-


-

Haikun kotoistamisjärjestelmä ei sisällä vain tekstien korvaamista niiden suomennoksilla vaan myös mutkikkaampia tehtäviä kuten numeroiden, päivämäärien ja aikojen muovaamista tavalla, joka vastaa Paikallisasetuksiasi.

-
Jos haluaisit avustaa kielen kääntämisessä tai aloittaa kotoistamisen kielellä, joka nykyään puuttuu, ota yhteys Haiku-i18n -sähköpostistuslistaan.
-

-indexKieli

-

Haiku on käännetty tusinalle kielele, valitettavasti jotkut käännökset eivät ole vielä valmiita. Tästä syystä voit valita useamman kuin yhden kielen ”Ensisijaisena kielenä”. Jos joku teksti puuttuu käännöksestä, se korvataan sanoilla seuraavaksi parhaalla kielellä. Englanti on oletusvarakieli (myös silloin kun sitä ei ole lueteltu).

-locale-language.png -

Ensisijaiseksi kieleksi on asetettu esimerkiksi espanja. Ensimmäinen varasuunnitelma on italia, ja jos teksti puuttuu myös siitä kielestä, palataan takaisin oletuskieli englantiin.
-Kuten voit nähdä, kielirivin laajentaminen vasemmalla puolella paljastaa alariveinä tietyt kielivariaatiota tai murteet (jos sellaisia on käytettävissä).

-

-indexMuotoilu

-

Välilehdesä Muotoillaan voit asettaa päivämäärän, ajan, numeron tai valuuttamuotojen muotoilun riippumatta ensisijaisen kielesi asetuksista.

-locale-formatting.png -

Olet ehkä espanjaa puhuva henkilö italiaa puhuvassa osassa Sveitsiä. Joten ensisijainen järjestelmäsi on espanjankielinen, mutta numerot ja valuutta muokataan kuten työssä -: sveitsinitalia.
-Jos pidät enemmän espanjankielisistä päivien ja kuukausien nimistä (ajattele esimerkiksi tiedostojen muokkauspäivämääriä), voit korvata tämän aikakohtaisen muotoilun tarkistusruudulla ylhäällä Käytä ensisijaisen kielen kuukausi/päivä -nimiä.

-

Taatusti yllä esitetty esimerkki ei ole kaikkein yleisin skenaario, mutta se esittelee järjestelmän joustavuutta.

-

-indexValitsimet

-

Viimeinen välilehti tarjoaa valitsimen, joka Suomenna sovellus- ja kansionimet Työpöytäpalkissa ja Seuraajassa. Valitse tarkistusruutu, jos pidät parempana kotoistaa graafisen käyttöliittymän, kun taas ruudun valitsematta jättämisellä pidetään alkuperäiset englanninkieliset nimet asetuspaneeleille, sovelluksille ja vakiokansionimille.

-


-

Muutokset käytetään välittömästi, vaikka nykyisin käynnissä olevat sovellukset saattavat vaatia sulkemista ja uudelleenkäynnistymistä ennen uusien asetusten näyttämistä.

- - - -
Oletukset nollaa kaikki oletusarvoihin.
Palauta tuo takaisin asetukset, jotka olivat voimassa, kun käynnistit Paikallisasetukset.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/media.html b/docs/userguide/userguide/fi/preferences/media.html deleted file mode 100644 index 9986d55264..0000000000 --- a/docs/userguide/userguide/fi/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngMedia

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Media
Asetukset:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Tallentaa paneelin ikkunasijainnin.
-

Dokumentaatio puuttuu yhä. Jos haluat työstää sitä, ilmoita siitä Dokumentaatiopostituslistalla kaksinkertaisen työn välttämiseksi.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/mouse.html b/docs/userguide/userguide/fi/preferences/mouse.html deleted file mode 100644 index 7f1952a564..0000000000 --- a/docs/userguide/userguide/fi/preferences/mouse.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Hiiri - - - - - - - - -
-
- -

mouse-icon_64.pngHiiri

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Mouse
Asetukset:~/config/settings/Mouse_settings
-


-mouse.png -

Asetat ensimmäisenä hiiresi tyypin: 1-, 2- tai 3-painikkeinen hiiri. Voit matkia 2. (=oikeaa) hiiren painiketta pitämällä alhaalla CTRL-näppäintä samalla kun napsautat vasemmalla painikkeella. Hiiren 3. (=keskimmäinen) painiketta varten voit käyttää CTRL- ja ALT-näppäintä sekä hiiren vasenta painiketta.

-

Voit järjestää uudelleen hiiren painikkeet napsauttamalla niitä ja valitsemalla uusi merkitys ponnahdusvalikosta.

-

Oikealla olevilla liukukytkimillä voit säätää kaksoisnapsautuksen nopeutta, hiiren nopeutta ja kiihtyvyyttä. Testialuealuetta hiiren graafisen kuvan alla voidaan käyttää tarkistamaan, että kaksoisnapsautusnopeus vastaa omaa makuasi: jos kaksoisnapsautus ei valitse sitä se asettuu liian nopeasti (tai sinun on totuttava napsauttamaan nopeammin....

-

Ikkunat reagoivat hiiren napsautuksiin kolmen Kohdistustila-valikon määrittelyn mukaisesti:

- - - - -
Napsauta kohdistusta ja nostoa varten Tämä on oletusasetus: napsautat ikkunaa, se saa kohdistuksen ja nousee päällimmäiseksi.
Napsauta kohdistamista varten Ikkunan napsauttaminen antaa sille kohdistuksen, mutta ei nosta sitä automaattisesti. Sen tekemiseksi sinun on joko napsautettava sen otsaketta tai rajaa tai napsauttaa mihin tahansa pitäen samalla ikkunan hallintanäppäimiä CTRL ALT alhaalla.
Kohdistin seuraa hiirtäHiiren kohdistimen alla oleva ikkuna saa automaattisesti kohdistuksen. Sen todellinen nostaminen päällimmäiseksi tapahtuu, kuten on kuvatu valikossa Napsauta kohdistamista varten
-

Aktivoimalla Hyväksy ensimmäinen napsautus vapauttaa sinut laittamasta ensin kohdistuksen epäaktiiviin ikkunaan, jotta voit aktivoida käyttöliittymäkomponentin kuten painikkeen tai valikon. Tämä sisältää riskin ikkunan sulkemisesta tahattomasti, esimerkiksi lyömällä vahingossa sulje-painiketta, kun tähdätään ikkunan välilehteen. Toisaalta se nopeuttaa työnkulkuasi merkittävästi.

-

Kaikki asetukset toteutetaan välittömästi.

- - - -
Oletukset nollaa kaikki oletusarvoihin.
Palauta tuo takaisi asetukset, jotka olivat voimassa Hiiriasetus-sovellusta käynnistettäessä.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/fi/preferences/network.html b/docs/userguide/userguide/fi/preferences/network.html deleted file mode 100644 index 1eba0d4353..0000000000 --- a/docs/userguide/userguide/fi/preferences/network.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Verkkoasetukset - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

network-icon_64.pngVerkkoasetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Network
Asetukset:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/printers.html b/docs/userguide/userguide/fi/preferences/printers.html deleted file mode 100644 index a9c7eb8e8e..0000000000 --- a/docs/userguide/userguide/fi/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Tulostimet - - - - - - - - -
-
- -

printers-icon_64.pngTulostimet

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Printers
Asetukset:~/config/settings/printers/*
-

Dokumentaatio puuttuu yhä. Jos haluat työstää sitä, ilmoita siitä Dokumentaatiopostituslistalla kaksinkertaisen työn välttämiseksi.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/screen.html b/docs/userguide/userguide/fi/preferences/screen.html deleted file mode 100644 index 78593ae7ba..0000000000 --- a/docs/userguide/userguide/fi/preferences/screen.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Näyttöasetukset - - - - - - - - -
-
- -

screen-icon_64.pngNäyttöasetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Screen
Asetukset:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Vain kun suoritetaan VESA-tilassa.
-~/config/settings/Screen_data - Tallentaa paneelin ikkunasijainnin.
-

Jokaisella työtilallasi voi ola oma resoluutio, värisyvyys ja virkistystaajuus.

-screen.png -

Ylimmässä valikossa määrität, että koskeeko muutokset vain nykyistä työtilaa vai kaikkia työtiloja. Grafiikkakortistasi riippuen toiset valikot sisältävät kaikki tuetut resoluutio-, värisyvyys- ja virkistystaajuusasetukset.

-

Painikkeen Sovella napsauttamisen jälkeen grafiikkatila vaihtuu ja näkyviin ilmaantuu hälytysikkuna, joka kysyy, että pidetäänkö vai hylätäänkö muutokset. Jos et vastaa tuohon hälytykseen, grafiikkatila palaa entisiin asetuksiin 12 sekunnin kuluttua. Et ehkä näe hälytysikkunaa, jos näyttösi ei tue asetuksia.

-

Vasemmalla näet näyttösi esittelyn sillä valmistajalla ja mallilla, jonka se ilmoittaa ja sen resoluution pisteinä per tuuma (dpi). Hiiren kohdistimen pitäminen sen yllä näyttää työkaluvihjeen, joka kertoo grafiikkakortin nimen ja mitä ajuria se tukee. Muussa tapauksessa se sanoo "VESA", nopea vararatkaisu, joka toimi lähes jokaisessa laitteessa.

-

Palauta tuo takaisin ne asetukset, jotka olivat aktiivisia, kun Näyttöasetukset-sovellus käynnistettiin.

-
Vaikka Haikun VESA-tila toimii oikein hyvin, saatat kokea joitakin rajoituksia. Et ehkä kykene käyttämään taulunäyttöä sen omalla resoluutiolla, mikä aiheutta hiukan hämärän kuvan. Tilassa on myös rajoituksia koskien käytettävissä olevia värisyvyyksiä ja virkistystaajuuksia.
-

Vasemmalla alhaalla voit asettaa työtilojen lukumäärän ja järjestää ne sarakkeisiin ja riveihin sekä avata Tausta-asetukset-sovelluksen.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/fi/preferences/screensaver.html b/docs/userguide/userguide/fi/preferences/screensaver.html deleted file mode 100644 index 1697c42f8a..0000000000 --- a/docs/userguide/userguide/fi/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Näytönsäästäjäasetukset - - - - - - - - -
-
-

screensaver-icon_64.pngNäytönsäästäjäasetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Screensaver
Asetukset:~/config/settings/ScreenSaver_settings
- -

Näytönsäästäjäasetukset-paneeli on jaettu kahteen välilehteen:

- -

-index -Yleinen

-screensaver-fade.png -
-

Ylin valintaruutu ottaa käyttöön tai poistaa käytöstä näytönsäästäjän.
-Sen alla olevalla liukukytkimellä voit ohjata, kuinka pitkän odotusajan jälkeen näytönsäästäjä käynnistyy. -

-

Kaksi seuraavaa liukukytkintä ovat käytettävissä vain jos ne aktivoidaan valintaruuduilla:
-Yksi liukukytkin määrittää, että kuinka monen minuutin kuluttua näyttö sammutetaan.
-Toinen liukukytkin määrittää, kuinka monen minuutin kuluttua tietokoneistunto pitää käynnistää salasanalla. -

-

Napsauttamalla kahden näytön eri kulmiin alhaalla kerrot järjestelmälle, milloin sen on käynnistettävä näytönsäästäjä heti ja milloin estää sen käynnistymisen kun hiiren kohdistin on osoitetun kulman päällä. Näytön keskustaan napsauttaminen ottaa tämän ominaisuuden pois käytöstä.

- -

-index -Näytönsäästäjät

-screensaver-modules.png -
-

Toinen välilehti näyttää asennettujen näytönsäästäjien luettelon ja niiden yksilölliset asetukset. Voit testata niitä luettelon alapuolella olevalla Testaa-painikkeella.
-Uudet näytönsäästäjät, jotka eivät tule osana tavallista .hpkg-pakkausta, voidaan asentaa kopioimalla ne vastaavaan non-packaged-kansioon (katso aihe Tiedostojärjestelmäsijoittelu): -

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    kaikkien käyttäjien käytettävissä oleville näytönsäästäjille.
/boot/home/config/non-packaged/add-ons/Screen Savers/    vain itsesi käyttämille näytönsäästäjille.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/shortcuts.html b/docs/userguide/userguide/fi/preferences/shortcuts.html deleted file mode 100644 index e3443b8c14..0000000000 --- a/docs/userguide/userguide/fi/preferences/shortcuts.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Pikakuvakkeet - - - - - - - - -
-
- -

shortcuts-icon_64.pngPikakuvakkeet

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Shortcuts
Asetukset:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Dokumentaatio puuttuu yhä. Jos haluat työstää sitä, ilmoita siitä Dokumentaatiopostituslistalla kaksinkertaisen työn välttämiseksi.

- -
-
- - - - diff --git a/docs/userguide/userguide/fi/preferences/sounds.html b/docs/userguide/userguide/fi/preferences/sounds.html deleted file mode 100644 index fded82cb88..0000000000 --- a/docs/userguide/userguide/fi/preferences/sounds.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Äänet - - - - - - - - -
-
- -

sounds-icon_64.pngÄänet

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Sounds
Asetukset:~/config/settings/Media/MMediaFilesManager
-


-sounds.png -

Voit liittää ääniä järjestelmän tiettyihin tapahtumiin. Valitse vain tapahtuma luettelosta ja valitse ääni alla olevasta ponnahdusvalikosta.

- - -
Ei mitään hiljentää tapahtuman.
Muu... avaa tiedostopaneelin, jotta voi löytää uuden äänen, joka ei ole vielä valikossa.
-

Voit käyttää mitä tahansa muotoa, jota järjestelmä tukee. Jos Mediasoitin voi käsitellä sitä, niin silloin sitä voi käsitellä mikä tahansa ohjelma.
-Voit "esikuunnella" tapahtuman äänen valitsemalla sen ja käyttämällä Soita- ja Pysäytä-painikkeita.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/time.html b/docs/userguide/userguide/fi/preferences/time.html deleted file mode 100644 index 1bfcb36ebd..0000000000 --- a/docs/userguide/userguide/fi/preferences/time.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Aika-asetukset - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

time-icon_64.pngAika-asetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Time
Asetukset:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

Vasemmalla puolella voit asettaa päivämäärän ja kuukauden yksinkertaisesti napsauttamalla sitä kalenterissa. Vaihdat kuukautta ja vuotta napsauttamalla sitä ja käyttämällä oikealla nuolinäppäimiä ylös ja alas tai näppäimistösi kohdistinnäppäimiä.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Paikallisaikato display your local time, which you normally want if you dual-boot into Windows.
Greenwichin aikato display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/fi/preferences/touchpad.html b/docs/userguide/userguide/fi/preferences/touchpad.html deleted file mode 100644 index 9bfd172687..0000000000 --- a/docs/userguide/userguide/fi/preferences/touchpad.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Levyhiiri - - - - - - - - -
-
- -

touchpad-icon_64.pngLevyhiiri

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Touchpad
Asetukset:~/config/settings/Touchpad_settings
- -

Tämä paneeli tarjoaa useita levyhiiren asetusta, jotka ovat mielenkiintoisia, jos käytät tablettia tai sylimikroa.

- -touchpad.png - -

Raahattaessa levyhiiriesittelyalueella punaista pystysuoraa ja vaakasuoraa viivaa, asetat vieritysalueen (lievästi punertava vasten harmaata yleistä kosketusaluetta). Liikuttamalla sormeasi levyhiirialueen tuolla osalla liikutat ikkunan vierityspalkkeja vastaavasti.

-

Oikealla on liukukytkimet yleisen vieritysnopeuden sekä pystysuoran ja vaakasuoran nopeuden asettamiseksi.
-Kiihtyvyysasetus päättää, kuinka paljon nopeammin luettelo vierii, jos huiskaiset vieritysalueen yli hyvin nopeasti. Vieritysnopeudet ohjaavat yleistä nopeutta kun käytät vieritysaluetta "normaalilla" tavalla.

-

Levyhiirigrafiikan alapuolella on valintaruudut "Kaksisormivieritys"-ominaisuuden käyttöönottoon pystysuorassa ja vaakasuorassa vierityksessä. Kahden sormen siirtäminen rinnakkain pystysuoraan tai vaakasuoraan siirtää ikkunan vierityspalkkeja. Ainakin minulle se toimii paremmin yhdellä sormella vasemmasta kädestä ja toisella sormella oikeasta kädestä.
-Jos tämän ominaisuuden käyttö tuntuu mukavalta, voit jättää väliin vieritysalueiden asetuksen ja käyttää sen sijaan koko levyaluetta normaaliin navigointiin.

-

Pohjalla on toinen liukukytkin naputuskosketuksen herkkyyden asettamiseksi. Jos sinun napautuksiin ei reagoida, lisää herkkyyttä. Jos järjestelmä rekisteröi naputuksia koko ajan silloin kun haluat siirtää hiiren kohdistinta, yritä herkkyyden pienentämistä.

- - - -
Oletukset nollaa kaikki oletusarvoihin.
Palauta tuo takaisin asetukset, jota olivat voimassa kun käynnistit Levyhiiri-sovelluksen.
-

Tässä on vihje, joka ei koske Levyhiiriasetuksia, vaan sopii yleiseen aiheeseen:
-Tiesitkö, että voit raahata ja pudottaa käyttäen vain levyhiirtä, toisin sanoen. käyttämättä painikkeita? Kaksoisnapsauta vain ilman että nostat sormea jälkimmäisen napsautuksen jälkeen. Ylöspoimintakuvake kiinnittyy hiiriosoittimeen ja voit raahata sitä ympäriinssä siirtämällä sormeasi. Sormen nostaminen pudottaa kuvakkeen.

-

Jos sormesi kohtaa levyhiirialueen rajan kuvaketta raahatessa, mutta hiiren osoitin ei ole vielä tavoittanut näytön rajan, kuinka voit jatkaa kuvakkeen raahaamista? Kuvake putoaa heti kun nostat sormea.
-Laitteistosta riippuen on olemassa näppärä ominaisuus: jätä vain sormesi nostamatta levyhiirialueen reunalla. Hiiren kohdistin jatkaa siirtymistä autopilotilla.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/tracker.html b/docs/userguide/userguide/fi/preferences/tracker.html deleted file mode 100644 index 35daa70584..0000000000 --- a/docs/userguide/userguide/fi/preferences/tracker.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Seuraaja - - - - - - - - -
-
- -

tracker-icon_64.pngSeuraaja

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/Tracker
Asetukset:~/config/settings/Tracker/TrackerSettings
-


-

Seuraaja-asetuspaneeli on myös saatavilla jokaisesta Seuraajaikkunasta valikolla Ikkuna | Asetukset....
-Sen toiminnoista keskustellaan aiheessa Seuraaja.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/preferences/virtualmemory.html b/docs/userguide/userguide/fi/preferences/virtualmemory.html deleted file mode 100644 index 3565e45abb..0000000000 --- a/docs/userguide/userguide/fi/preferences/virtualmemory.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Virtuaalimuistiasetukset - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtuaalimuistiasetukset

- - - - -
Työpöytäpalkki:Asetukset
Sijainti:/boot/system/preferences/VirtualMemory
Asetukset:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Tallentaa paneelin ikkunan sijainnin.
-

Virtuaalimuisti sallii käyttää levyn näennäismuistia, jos RAM-muistia voidaan käyttää herkemmin muihin asioihin. Jopa silloin kun RAM-muistia on runsaasti, virtuaalimuistin tarjoaminen ei ole koskaan huono ajatus.

-virtualmemory.png -

Tarvittaessa voit asettaa koon jopa suuremmaksi kun fyysinen muistisi. Nykyisillä valtavilla kiintolevyillä liitetyn fyysisen muistin koko ei ole pulma. Siti voit nopeasti säätää kokoa, jos vapaa tila joskus loppuu. Siinä tapauksessa kannattaa katsoa Levyasemakäyttö-sovelluksella, että mikä syö levytilaasi.

-

Normaalisti näennäistiedosto kirjoitetaan alkulatausosiollesi. Jos usein törmäät levyn roskaantumiseen siksi, että virtuaalimuistijärjestelmä lisää ja poistaa muistia, voit kokeilla näennäismuistille erillistä kiintolevyä. Saman kiintolevyn toinen osio järjestelmällesi tai tiedoillesi ei yksinkertaisesti auta.
-RAM-muistin kasvattaminen olisi tietysti tehokkain tapa...

- - - -
Oletukset nollaa kaikki oletusarvoihin.
Palauta palauttaa takaisin asetukset, jotka olivat voimassa kun Virtuaalimuistiasetukset-sovellus käynnistettiin.
- -
-
- - - - diff --git a/docs/userguide/userguide/fi/queries.html b/docs/userguide/userguide/fi/queries.html deleted file mode 100644 index 7f0ae2cab1..0000000000 --- a/docs/userguide/userguide/fi/queries.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Kyselyt - - - - - - - - -
-
- - - - - -
Hakemisto
- Etsintäikkuna
- Peruskyselyt - "nimellä"
- Kehittyneemmät kyselyt - "attribuutilla"
- Vielä edistyneemmät kyselyt - "kaavalla"
- Tulosikkuna
- Kyselymallinteet -
- -

Kyselyt

- -

Kysely on tiedostoattribuutteihin perustuva tiedostohaku ja se voidaan suorittaa Seuraajassa tai Pääteikkunassa. Kyselyt tallennetaan kansioon /boot/home/queries/ ja säilytetään oletuksena viimeiset seitsemän päivää ennen tyhjentämistä. Huomaa, että nämä eivät ole hakusi staattisia tuloksia, vaan kyselylomakkeita, jotka liipaisevat uuden haun aina avattaessa.
-Mikä parempaa, sinun ei tarvitse kaksoisnapsauttaa kyselyn tekemiseksi uudelleen. Voit porautua tallennettuuun kyselyyn aivan kuin mihin tahansa kansioon napsauttamalla hiiren kakkospainikkeella ja navigoimalla alivalikoiden lävitse.

- -

-index -Etsintäikkuna

-

Aloitat haun kutsumalla Etsi...-valikkoa joko Työpöytäpalkista tai mistä tahansa Seuraaja-ikkunasta tai Työpöydältä (mikä on itse asiassa kokonäytön kokoinen Seuraaja-ikkuna). Pikanäpppäin on ALT F. Sinulle esitellään Haku-ikkuna:

-basic-query.png -
    -
  1. Valitse nykyiset tai tallennetut kyselyt tai tallenna nykyiset hakuparametrit Kyselymallinteena.

  2. -
  3. Kavenna etsintäaluetta valikosta Kaikki tiedostot ja kansiot tiettyyn tiedostotyyppiin.

  4. -
  5. Määritä hakumenetelmä:
      -
    • Nimellä - perushaku tiedosto- tai kansionimellä
    • -
    • Attribuutilla - edistynyt haku, määritä hakutermeiksi yksi tai useampia attribuutteja
    • -
    • Kaavalla - vieläkin edistyneempi haku, voit hienosäätää mutkikkaita hakutermejä
  6. -
  7. Valitse levyasema, jolta etsitään.

  8. -
  9. Kirjoita hakutermi.

  10. -
  11. Laajentaja piilottaa/paljastaa lisävalitsimet.

  12. -
  13. Ota pois valintaruutu Tilapäinen, jos et halua kyselyn katoavan automaattisesti 7 päivän jälkeen.

  14. -
  15. Valitse valintaruutu Sisällytä roskakori, jos haluat etsiä myös roskakorista.

  16. -
  17. Valinnainen, kirjoita nimi tälle kyselylle, jos haluat tallentaa sen.

  18. -
  19. Kyselyn tallentamiseksi voit raahata ja pudottaa kuvakkeen minne tahansa. Kun sen tekee hiiren kakkospainikkeella, valikko tarjoaa tallentamisen mallinteena.

  20. -
- -

-index -Peruskyselyt - "nimellä"

-

Jos haluat yksinkertaisesti löytää kaikki ne tiedostot ja kansiot liitetyiltä levyiltä, jotka täsmäävät tiettyyn hakulauseeseen, jätä hakumenetelmäksi vain Nimellä, kirjoita hakutermi teksti-ikkunaan ja paina ENTER-näppäintä.

- -

-index -Kehittyneemmät kyselyt - "attribuutilla"

-

Voit luoda edistyneempiä kyselyjä etsimällä tiettyjen tiedostotyyppien attribuuttisen sisältä. Jotta tämä toimisi, attribuutit on indeksoitava.

-query-window.png -

Käynnistät tiedostotyypin asettamisen esimerkiksi valinnasta Kaikki tiedostot ja kansiot valintaan Teksti | Sähköposti ja hakumenettelyn vaihto valintaan Attribuuteilla.

-

Tämä lisää ponnahdusvalikon teksti-ikkunan vasemmalle puolelle ja painikkeet Lisää ja Poista sen alle. Valikosta voi valita, että mitä attribuuttia kyselee. Painikkeilla Lisää ja Poista voit kysellä lisäattribuutteja ja poistaa niitä taas. Nämä attribuutit linkitetään loogisesti binaarilogiikan AND- tai OR-tiloilla.

-

Tehkäämme sähköpostikysely esimerkkinä:

-query-window-filled.png -

Tämä on Haku-ikkunasi, kun etsit kaikkia niitä sähköpostiviestejä, jotka Clara Botters on lähettänyt sinulle viimeisen kahden kuukauden aikana ja joissa aiheena on "vibraphone" tai "skepticality".
-Kuten näet, aikaperustaisten attribuuttien kautta hakeminen tukee joitakin hyödyllisiä lauseita: paitsi "viimeiset 2 kuukautta", voisit käyttää myös "tänään", "eilen", "maanantai" tai "viime maanantai" (mikä olisi maanantai viime viikolla), tai "viimeiset 2 minuuttia/tuntia/päivää/viikkoa".
-Hyvä tapa rajoittaa hakutulosten lukumäärää.

- -

-index -Vielä edistyneemmät kyselyt - "kaavalla"

-

Kaavakyselyn kirjoittaminen käsin on puuduttavaa ja todella aika epäkäytännöllistä. Mutta sillä on silti käyttöä.

-

Ota yllä oleva kysely attribuutilla Claran niistä sähköpostiviesteistä, jotka koskevatt vibrafonista jne. Jos sinulla on kaikki attribuutit ja niiden hakutermit asetettuna, yritä vaihtaa Kaavalla-tilaan ja saat näkyviin tämän yksirivisen kyselymerkkijonon:

-formula-query.png -

Vielä kerran kun teksti on muokattu luettavammaksi:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

Mihin käyttöön?

-
    -
  • Voisit kopioida ja liittää merkkijonon sähköpostiviestiin, foorumille tai IRC-kanavalle toisten käyttöön vianjäljitystä varten.

  • -
  • Voit käyttää tätä menetelmää kyselyn rakentamiseki Attribuutti-tilassa ja vaihtaa sitten Kaava-tilaan hakumerkkijonojen helpompaa tuottamista varten Pääteikkunassa tai skriptissä käyttöä varten.

  • -
  • Voit hienosäätää kyselyäsi lisäämällä lainausmerkkejä milloin tarvetta ilmenee, tekemällä osan kirjainkoosta riippuvaksi tai muuttamalla loogisen yhdistelmän negaatioksi "=="-muodosta "!="-muotoon NOT AND. Tarvitset ainoastaan säännöllisten lausekkeiden ja ehkä joidenkin skriptausperusteiden ymmärtämistä.

  • -
- -

-index -Tulosikkuna

-

Haun käynnistymisen jälkeen Etsi-ikkuna korvautuu tulosikkunalla. Tässä on esimerkki, jossa hakuterminä on "server":

-result-window.png -

Lukuunottamatta harmaa taustaa tulosikkunat ovat tarkalleen samanlaisia kuin muut Seuraaja-ikkunat. Jotkut asiat ovat mainitsemisen arvoisia:

-
    -
  • Voit avata tiedoston tai kansion sijainnin kaksoisnapsauttamalla sen polkuattribuuttia.

  • -
  • Valikolla Tiedosto | Muokkaa kyselyä tai näppäimillä ALT G pääset takaisin Etsi-ikunaan ja voit parannella kyselyäsi.

  • -
  • Kysely on elossa, toisin sanoen, jos tiedosto, joka täsmää hakuukriteeriisi, ilmaantuu tai katoaa järjestelmästäsi, tämä muutos heijastuu tulokseesi ajantasaisesti.

  • -
-

Voit liittää järkevän attribuuttiasettelun tietyn tiedostotyypin kyselytulokseen. Avaa kansio, joka sisältää ne tiedostotyyppitiedostot, joille haluat luoda mallinteen ja järjestää attribuutit siten kuin haluat kyselytuloksesi esitettävän. Kopioi tämä asettelu valikolla Attribuutit | Kopioi asettelu.

-

Avaa /boot/home/config/settings/Tracker/DefaultQueryTemplates, luo uusi kansio nimellä group/filetype, korvaten kauttaviivan alaviivalla, esimerkiksi "audio_x-mp3". Avaa uusi kansio ja liitä aiemmin kopioitu asettelu Attribuutit | Liitä asettelu-valikolla.

- - -

-index -Kyselymallinteet

-

Jos kaksoisnapsautat tallennettua kyselyä, tiedostohaku käynnistyy taas kerran ja tulosikkuna avautuu välittömästi. Et ehkä kuitenkaan halua etsiä tarkalleen näillä hakuparametreilla, vaan käyttää sitä vain hiukan muotoillun kaavan aloituspisteenä.
-Käyttämällä Tallenna kysely mallinteena-valikkorivillä (katso (1) näytönkaappauksessa ylhäällä) tai raahaamalla ja pudottamalla kuvakkeen (10) minne tahansa hiiren kakkospainikkeella, voit luoda juuri sellaisen mallinteen. Sen kaksoisnapsauttaminen ei avaa tulosikkunaa, vaan Etsi-paneelin, antaen mahdollisuuden nopeasti vaihtaa hakumerkkijonoja ja lisätä tai poistaa attribuutteja.

-

Milloin valitset kyselyn tallentamisen mallinteena, ne luetellaan Etsi-paneelin äskettäisten kyselyjen valikossa.

-
-
- - - - - diff --git a/docs/userguide/userguide/fi/teammonitor.html b/docs/userguide/userguide/fi/teammonitor.html deleted file mode 100644 index 4627a8439d..0000000000 --- a/docs/userguide/userguide/fi/teammonitor.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Ryhmävalvonta - - - - - - - - -
-
- -

Ryhmävalvonta

- -

Näppäimillä CTRL ALT DEL kutsut Ryhmävalvonnan, joka luettelee kaikki parhaillaan käynnissä olevat ohjelmat.

-teammonitor.png -

Järjestelmän käynnistämät sovellukset ovat sinisiä, käyttäjän käynnistämät sovellukset ovat mustia.
-Ohjelmat, jotka ovat vastaamattomia, mikä on usein merkki kaatumisesta, on merkitty punaisella. Voit yrittää sulkea ohjelman valitsemalla sen ja painamalla Poistu sovelluksesta-painiketta (tai joko DEL- tai Q)-näppäintä. Jos se ei toimi, yritä Lopeta sovellus (tai sen sijaan VAIHTO DEL- tai K)-näppäintä.

-

Voit kutsua Pääteikkunan näppäimillä Alt Gr/OPT ALT T.

-

Jos Seuraaja tai Työpöytäpalkki kaatuu tai jumittuu, näkyviin ilmaantuu uusi painike (sinun on ehkä tapettava häiritsevä ryhmä ensin): Käynnistä työpöytä uudelleen Seuraajan ja Työpöytäpalkin uudelleenkäynnistämiseksi.

- -
-
- - - - diff --git a/docs/userguide/userguide/fi/tracker-add-ons.html b/docs/userguide/userguide/fi/tracker-add-ons.html deleted file mode 100644 index af96f77be3..0000000000 --- a/docs/userguide/userguide/fi/tracker-add-ons.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Seuraajalisäosat - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- -

Seuraajalisäosat

- -

Sovellukset voivat asentaa liitännäisiä, niin että niitä voidaan kutsua helposti Seuraajasta tiedostoja valittaessa. Vain ne liitännäiset, jotka osaavat käsitellä tietyn tyyppistä tiedostoa, esitellään valikossa Liitännäiset asiayhteysvalikosssa tai Seuraaja-ikkunan Tiedosto-valikossa. Jotkut liitännäiset eivät välttämättä tarvitse tiedostoa toimiakseen ja ovat siksi aina käytettävissä.

-

Uudet Seuraaja-lisäosat, jotka eivät tule osana tavallista .hpkg-pakkausta, voidaan asentaa kopioimalla ne niiden vastaavaan non-packaged-kansioon (katso aihe Tiedostojärjestelmäsijoittelu):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    jokaisen käyttäjän käytettävissä olevat liitännäiset.
/boot/home/config/non-packaged/add-ons/Tracker/    sinun itsesi käytettävissä olevat liitännäiset.
-

Lisäosan tiedostonimessä voi olla kauttaviiva ja suuri kirjain loppuliitteenä, ja se on silloin käytettävissä pikanäppäimen avulla. Esimerkiksi, Avaa kohdekansio-O avautuu näppäimillä ALT Alt Gr/OPT O.
-Tietysti sinun on huolehdittava mahdollisista pikanäppäinristiriidoista, kun päätät pikanäppäimestä. Sinulla ei voi olla samaa pikanäppäintä eri lisäosille.

- -

Haikun seuraajalisäosat

-

Nämä Seuraaja-lisäosat tulevat jokaisen Haiku-asennuksen mukana:

- - - - - - - - - - - - - -
Tausta-BAvaa Tausta-asetukset-ohjelman Työpöydän tai minkä tahansa kansion värin tai taustakuvan vaihtamiseksi. Kutsuttaessa kuvatiedostosta Tausta-asetukset-paneeli käynnistetään kuva valmiiksi ladattuna potentiaalisena taustakuvana.
Levyasemakäyttö-IAloittaa Levyasemakäyttö-sovelluksen käyttäen nykyistä kansiota perustana.
Tiedostotyyppi-FTiedostosta kutsuttuna avaa Tiedostotyyppi-paneelin, muussa tapausessa käynnistetään yleinen Tiedostotyypit-asetusohjelma.
Avaa kohdekansio-OVoidaan käyttää vain linkitetyillä tiedostoilla ja avaa kansion, jossa tiedosto sijaitsee.
Tekstihaku-GAloittaa Tekstihaku-sovelluksen merkkijonon etsimisen valitussa kansiossa (ja sen alikansioissa).
Zip-tiivistysmaatti-ZValitut tiedostot lisätään zip-arkistoon, kutsuminen ilman valintaa avaa paneelin arkiston luomiseksi raahaamalla ja pudottamalla.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/tracker.html b/docs/userguide/userguide/fi/tracker.html deleted file mode 100644 index 9ac0690c9b..0000000000 --- a/docs/userguide/userguide/fi/tracker.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - Seuraaja - - - - - - - - -
-
- - - - - -
Hakemisto
- Liitetään taltioita
- Navigoidaan
- Ulkoasu
- Seuraaja-asetukset
- Työskentely tiedostoilla
- Tapahtumatila -
- -

Seuraaja

- -

Seuraaja on graafinen käyttöliittymä kaikille tiedostoillesi. Se sallii sinun luoda uusia tiedostoja ja kansioita sekä löytää, käynnistää ja nimetä uudelleen samoin kuin kopioida tai poistaa olemassa olevia tiedostoja ja kansioita.

-

Koska kyseessä on vain muiden kaltainen sovellus (Työpöytä kuvakkeineen on vain taustalla oleva kokonäyttöikkuna), Seuraaja näkyy ikkunoineen Työpöytäpalkissa ja se voidaan sulkea ja käynnistää uudelleen. Helpoin tapa poistua tai käynnistää uudelleen kaatunut tai jäätynyt Seuraaja (tai kuriton Työpöytäpalkki) on Ryhmävalvonta-sovelluksen kutsuminen.

- -

-index -Liitetään taltioita

-

Jotta käyttäjä pääsee käsiksi kiintolevyyn, CD-levyyn, USB-tikkuun jne., käyttäjän on ensin liitettävä taltio, toisin sanoen kerrottava järjestelmälle, että se on olemassa. Tämä tehdään avaamalla Työpöydälla tai jo liitetyn taltion (kuten alkulatauslevy) päällä hiiren kakkospainikkeella Liitä-alivalikon. Löydät saman alivalikon Työpöytäpalkin Liitä-valikosta.

-drill-down.png -

Löydät myös valikon Asetukset niin että sinun ei tarvitse liittää kaikkia manuaalisesti jokaisen alkulatauksen jälkeen.
-Yllä oleva asetus liittää automaattisesti jokaisen tallennuslaitteen, jonka liität tai lisäät ja liittää alkulatauksen yhteydessä myös kaikki levyt, jotka oli liitetty aiemmin.

-
Ennen kuin poistat esimerkiksi kiintolevyn tai USB-tikun, varmistu, että olet poistanut taltion onnistuneesti. Tämä takaa, että kaikki tiedonsiirrot ovat päättyneet onnistuneesti. Muussa tapauksessa tietoja voi kadota tai levy rikkoutuu!
- -

-index -Navigoidaan

-

Kun oletuksena kaksoisnapsautat kansiota, Seuraaja avaa uuden ikkunan, mutta jättää ylemmän tason ikkunan avoimeksi. Tämä voi nopeasti johtaa työpöydän täyttymiseen ikkunoilla.
-Voit estää tämä pitämällä alhaalla OPT-painiketta, mikä sulkee automaattisesti ylemmän tason ikkunan.
-Tämä pätee myös näppäinnavigoinnissa. Katso lisätietoja aiheesta Pikanäppäimet ja näppäinyhdistelmät.

-

Kansioiden läpi kulkeminen on yksi Seuraajien päätarkoitus aivan kuin tiedostohallinnoilla muilla alustoilla. Haikun Seuraajassa on joitakin ainutlaatuisia ominaisuuksia, jotka opastavat sen tehokkaaseen tekemiseen.

- -

-indexSiirrytään alas alivalikoihin

-

Sen sijaan, että kaksoisnapsautellaan kansio kansiolta alaspäin kansioiden hierarkiapuussa, on olemassa parempi tapa siirtyä alaspäin:

-drill-down.png - -

Hiiren kakkospainikkeen napsauttaminen kansion päällä tuo näkyviin tavallisen asiayhteysvalikon, jonka ylimmäisenä on nykyisen kansion alivalikko, jonka antaa sinulle mahdollisuuden navigoida tason alaspäin. Siirrä hiiren kohdistinta vain alaspäin hierarkiassa, kunnes löydät tiedoston tai kansion, jota olet etsimässä ja avaa se napsauttamalla. Yllä näytetään kansion /boot/home/config/ sisältö.
-Jos teet ylläkerrotun ollessasi raahaamassa tiedostoa, se siirretään sinne, minne sen mahdollisesti pudotat.

-

Samanlaista menetelmää voidaan käyttää mistä tahansa Seuraaja-ikkunasta:

-window-drill-down.png -

Napsauta vasemmalla alhaalla olevaa aluetta, jossa on lueteltu kohteiden lukumäärä, ja saat näkyviin alivalikon, jossa näkyy kaikki nykyisen tason alapuolella olevat tasot. Sieltä voi kairautua alaspäin kansioiden lävitse kuten tavallisesti.

-

Huomaa, että Työpöytä on aina ylin taso, koska se on paikka, jossa Seuraaja näyttää liitetyt taltiot. Jos haluat vielä yhden levyaseman, sinun on ensin navigoitava ylimmäksi (Työpöydälle) ja hypätä siellä toiselle levylle.


-

Saat saman alivalikkonavigoinnin kun raahaat tiedostoa kansion päällä. Hiiren osoittimen pitäminen hetken kohteen päällä saa alivalikon ponnahtamaan näkyviin ja voit siirtyä alaspäin kohteeseesi. Jos aloita raahaamisen hiiren kakkospainikkeella, voit valita kopioinnin, siirtämisen tai tiedoston linkittämisen, joka toteutuu, kun päästät irti hiirellä.

- -

-index -Hypätään tiedostoihin nimeä kirjoitettaessa

-

Eräs konsepti on ehkä tuttu muiden käyttöjärjestelmiem tiedostohallinnasta: -tiedostonimen muutaman ensimmäisen kirjaimen kirjoittaminen aiheuttaa hyppäämisen ensimmäiseen tiedostoon, jonka nimen alusta löytyvät nuo kirjaimet. Haiku vei idean askeleen pitemmälle. Jos kirjaimia ei löydy tiedoston nimen alusta, niin se hyppää ensimmäiseen tiedostoon, jossa kirjaimet ovat missä paikassa tahansa. Ja jos kirjaimia ei löydy tiedostonimestä, niin seuraavaksi etsitään tiedostojen attribuutit.

-window-type-ahead.png -

Yllä olevassa esimerkissä on useita tiedostoja, jotka alkavat "Haiku logo", renderoinnin yksinkertainen eteenpäin kirjoittaminen on aika tehotonta. Haikussa kirjaimet "web" kirjoittamalla hypätään juuri sen ensimmäiseen ilmentymään tiedostossa "Haiku logo - website". Kirjoittamasi kirjaimet ilmaantuvat vasempaan alakulmaan, jossa normaalisti löytyy tiedosto- ja hakemistokohteiden lukumäärä. Sekunti kirjainten kirjoittamisen jälkeen, näyttö hyppää takaisin normaalitilaan ja olet valmis kirjoittamaan uuden haun.

-

-index -Nimenkirjoitussuodatus

-

Sen sijaan, että hypätään tiedostoon nimen kirjoittamisen yhteydessä, olemassa on myös valitsin, jolla voidaan suodattaa pois kaikki tiedostot, jotka eivät täsmää kirjoittamiisi merkkeihin. Tämä parantaa selvyyttä dramaatttisesti, erityisesti kansioissa, joissa on paljon tiedostoa. Käyttämällä näppäimiä VAIHTO VÄLILYÖNTI erottimena, voit kirjoittaa jopa useita merkkijonoja.
-Päinvastoin kuin haun eteneminen kirjoittamisen aikana, suodatus jää toteutumatta kunnes painat näppäintä ESC tai suljet ikkunan (tai poistut kansiosta, jota olet käyttänyt yhden ikkunan navigoinnissa).
-Tämä nimenkirjoitussuodatus asetetaan Seuraaja-asetuksissa.

- -

-index -Ulkoasu

-window-menu.png -

Seuraaja-ikkunat tarjoavat kolme erilaista näkymätilaa Ikkuna-valikosta:

-
    -
  • Kuvakenäkymä (ALT 1) - Suuret kuvakkeet, voit vaihtaa kokoa alivalikosta tai kasvattaa tai pienentää niiden kokoa näppäimillä ALT +/-.

  • -
  • Minikuvakenäkymä (ALT 2) - Pienet kuvakkeet.

  • -
  • Luettelonäkymä (ALT 3) - Tiedostojesi yksityiskohtainen luettelo, jossa voit näyttää tai piilottaa käytettävissä olevat attribuutit. (Katso aihe Attribuutit.)

  • -
-

Ikkuna-valikko tarjoaa lukuisia muita funktioita:

-
    -
  • Muuta koko sopimaan (ALT Y) - Muuttaa ikkunan kokoa sen ihannekokoon.

  • -
  • Järjestä: - Käytettävissä vain Kuvake- tai minikuvakenäkymässä, alivalikko sallii lajittelujärjestyksen asettamisen seuraaviin ominaisuuksiin:

    -
      -
    • Nimi, Oikea nimi, Koko, Muokattu, Luotu, Tyyppi, Sijainti, Käyttöoikeudet

    • -
    • Käänteinen järjestys - Kääntää lajittelujärjestyksen päinvastaiseksi

    • -
    • Siivous (ALT K) - Tasaa kaikki kuvakkeet näkymättömän rasteriin. Pidä alhaalla näppäintä VAIHTO ja valikoksi tulee Siivoa kaikki, mikä lisäksi lajittelee kaikki kuvakkeet yllä valitun kriteerin mukaisesti.

    • -
  • -
  • Valitse... (VAIHTO ALT A) - Valitse tiedostot säännöllisten lausekkeiden mukaisesti.

  • -
  • Sulje (ALT W) - Sulkee ikkunan. Pidä alhaalla VAIHTO-näppäin ja valikoksi tulee Sulje kaikki, joka sulkee jokaisen Seuraaja-ikkunan.

  • -
  • Sulje kaikki työtilassa (ALT Q) - Sulkee jokaisen Seuraaja-ikkunan nykyisessä työtilasssa. Hyödyllinen pikanäppäin, jos unohdat pitää alhaalla Alt Gr/OPT-näppäintä kun napsauttelet kansion läpi ja kaikki yhä auki olevat Seuraaja-ikkunat sotkevat työtilaasi.

  • -
-

Joskus haluat vain järjestää muutaman kuvakkeen tekemättä täydellistä Siivousta (ALT K). Valitse siinä tapauksessa nämä kuvakkeet ja aloita raahaamaan niitä niiden uuteen sijaintipaikkaan. Ennen kuin pudotat ne sinne, pidä näppäin ALT painettuna. Tämä tasaa kuvakkeet näkymättömään rasteriin.

-

Loput funktioista ovat aika itsestäänselviä, siirrytään Seuraaja-asetuksiin.

- -

-index -Seuraaja-asetukset

-

Ikkuna | Asetukset... avaa paneelin, joka tarjoaa lukuisia asetuksia jotka, missä ei ole ilmeistä, pitäisi tulla selväksi yhdellä yrityksellä. Koska kaikki asetukset toteutetaan välittömästti, näet muutokset heti. -
Joten lyhyesti ei niin ilmeiset asetukset:

-
    -
  • Työpöytä - Päättää, että ilmaantuvatko liitetyt levyt suoraan Työpöydälle vai ikkunaan sen jälkeen kun napsautetaan yhtä Työpöydällä olevaa Levy-kuvaketta.

  • -
  • Ikkunat - Voit asettaa Yhden ikkunan navigoinnin, toisin sanoen kansion kaksoisnapsauttaminen ei avaa sitä omaan ikkunaan, vaan jo avoimen ikkunan sisälle, korvaten ylemmän tason kansionäkymän. Tämä ei ole sama kuin napsauttaminen samalla kuin pidetään Alt Gr/OPT-näppäintä, kuten yllä kuvattiin, koska menetät ikkunakohtaisen tallennetun sijainnin ja koon. -

    -tracker-preferences-navigator.png -

    Ennen yhden ikkunan navigointitilaan vaihtamista, koska se voi tuntua sinusta tutumpaa, suosittelemme ensin kokeilemaan valikkoperustaista selaamista, koska se voi itse asiassa olla paljon nopeampaa, kun siihen vain tottuu. Toisaalta yhden ikkunan navigointi tarjoaa Navigaattorin, jossa voit kirjoittaa tai kopioida ja liittää polkunimen sekä käyttää paluu-, eteenpäin- ja ylöspäin -painikkeita.

    -

    Activoimalla Kirjoittamisen aikainen suodatus Seuraaja-ikkuna sisältö suodatetaan samalla kun kirjoitat näyttäen vain tiedostonimet tai kaikki parhaillaan näytetyt attribuutit, jotka täsmäävät merkkijonoosi. Katso yllä.

  • -
  • Roskakori - Aseta käyttäytyminen tiedostoja poistettaessa.

  • -
  • Taltiokuvakkeet - Aseta vapaan tilan valinnaisen indikaattorin väri, joka näytetään levykuvakkeen vieressä.

  • -
  • Levyliitäntän - Määritä milloin ja mitkä levyt liitetään automaattisesti "Liitetään taltioita".

  • -
-

Tämä paneeli on muuten käytettävissä myös Seuraajassa Työpöytäpalkin Asetukset-valikosta.

- -

-index -Työskentely tiedostoilla

-

Kun kutsutaan valitun tiedoston kautta, useimmat Tiedosto-valikon komennoista tarjotaan myös asiayhteysvalikosta hiiren kakkospainikkeen napsautuksella tuohon tiedostoon.

-

Kuten tavallista, komennot ovat aika selviä.

-
    -
  • Etsi... - Etsi tiedosto tai kansio. Katso lisätietoja aiheesta Kysely.

  • -
  • Uusi - Luo uuden kansion tai minkä tahansa muun tiedostoon perustuvan mallinteen. -

    -new-menu.png -

    Valitsemalla Muokkaa mallinnetta... avataan kansio /boot/home/config/settings/Tracker/Tracker New Templates. Luomalla tiedoston tuohon kansioon tarjotaan tiedostotyyppiä tiedostonimellä ja muilla attribuuteilla valikossa Uusi. Tässä siinä on tiedosto "Text" tiedostotyypillä text/plain. Katso lisätietoja aiheesta Tiedostotyypit.

  • -
  • Avaa ohjelmalla... - Alivalikko tarjoaa kaikki sovellukset, jotka voivat käsitellä tätä tiedostotyyppiä. -

    -open-with.png - -

    Ensisijainen sovellus, joka avautuu hiiren kaksoisnapsautuksella, on merkitty aktiiviksi. Tämä alivalikko luettelee ensin ne sovellukset, jotka pystyvät käsittelemään tarkalleen tiedostotyyppiä, tässä tapauksessa tekstitiedostoa, tyyppi text/plain. Seuraavaksi tulee kaikki sovellukset, jotka voivat käsitellä yleensä ylempää tyyppiä, here text/*. Viimeisenä luettelossa on ne sovellukset, jotka voivat käsitellä mitä tiedostoa tahansa. Jos et napsauta sovellusta alivalikossa, vaan sen sijaan valikkoriviä Avaa sovelluksella..., avautuu paneeli:

    -

    -open-with-preferred -

    Tässä löydät taas alivalikossa luetellut sovellukset. Valitsemalla yhden ja napsauttamalla painiketta Avaa ja tee ensisijaiseksi, vaihdat ensisijaisen sovelluksen jokaiselle tuon tiedostotyypin tiedostolle, tässä text/plain.

  • -
  • Hae tiedot -

    -get-info -

    Paneeli esittää tietoja valitusta tiedostosta ja sen jälkeen kun olet laajentanut paneelin osaa, myös käyttöoikeuksista ja omistajasta. Polun napsauttaminen avaa sen Seuraaja-ikkunassa.

  • -
  • Muokkaa nimeä, Kaksoiskappale ja Siirrä roskakoriin - sallivat sinun nimetä uudelleen tiedoston tai tehdä siitä kaksoiskappaleen tai laittaa valitut tiedostot roskakoriin.

  • -
  • Siirrä kohteeseen, Kopioi kohteeseen ja Luo linkki - sallivat sinun siirtää, kopioida tai linkittää valittuja tiedostoja käyttäen alivalikon navigointimenetelmää. Pitämällä kutsuttaessa näppäintä VAIHTO alhaalla valikko tarjoaa valitsimen suhteellisen linkin luomiseen.

  • -
  • Leikka, Kopioi ja Liitä - sallii sinun leikata, kopioida ja liittää tiedostoja leikepöytää käyttäen. Pitämällä näppäintä VAIHTO alhaalla kutsuttaessa valikkoa voit Kopioi/Leikkaa lisää tiedostoja, ehkä jostain toisesta kansiosta, jotka voit liittää jonnekin muualle myöhemmin. Pitämällä näppäintä VAIHTO alhaalla voit liittää kopioidut tiedostot leikepöydälle linkkeinä.

  • -
  • Tunnista - nuuskii ja asettaa tiedostojen tyypin, jos niillä ei ole tyyppiä aiemmin, esimerkiksi jos siirrät tiedoston sovelluksella wget, joka ei aseta itse tiedostotyyppiä. Pitämällä näppäintä VAIHTO alhaalla valikko kutsuttaessa riviksi vaihtuu Pakota tunnistus, joka tunnistaa tiedostotyypin ja korjaa sen, jos se oli aiemmin väärä.

  • -
  • Lisäosat - tarjoaa sinulle kaikki yleiset Seuraaja-lisäosat ja ne, jotka osaavat käsitellä valittuja tiedostoja. Katso lisätietoja aiheesta Seuraaja-lisäosat.

  • -
- -

-index -Tapahtumatila

-

Kun kopioit, siirrät ja poistat tiedostoja, Seuraaja näyttää edistymisen tilaikkunassa. Jos aloitat useamman kuin yhden tapahtuman, jokainen työ saa oman tilanäytön.

-transaction-status.png -

Oikealla on kaksi painiketta tapahtuman tauottamiseksi tai pysäyttämiseksi kokonaan. Joskus voi olla hyödyllistä tilapäisesti pysäyttää laaja tapahtuma. Sinun on ehkä esimerkiksi käynnistettävä laajempi sovellus. Suuren tietomäärän kopioiminen tukkii kiintolevysi siirtokaistanleveyden ja siten viivyttää työkulkuasi.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/twitcher.html b/docs/userguide/userguide/fi/twitcher.html deleted file mode 100644 index f4a191889d..0000000000 --- a/docs/userguide/userguide/fi/twitcher.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Vaihtaja - - - - - - - - -
-
- -

Vaihtaja

- -

Vaihtaja on tehtävävaihtaja, joka hyppää suoritettavien sovellusten ja niiden ikkunoiden välillä sovelluksesta toiseen.

-twitcher.png -

Napauta vain näppäimiä CTRL SARKAIN vaihtaaksesi nykyisen ja viimeisimmän sovelluksen tai ikkunan välillä. Naputtamalla näppäimiä CTRL SARKAIN hyvin nopeasti vaihtaa kaikkien sovellusten välillä. Tai paina ja pidä alhaalla näppäimiä CTRL SARKAIN siirtymään kaikkien suoritettavien sovellusten kautta toistuvasti lyömällä näppäimiä SARKAIN tai /. Jos sinun on päästävä tiettyyn ohjelmaikkunaan, siirry sen kuvakkeeseen kuten edellä kuvattiin ja siirry sitten sen avoimiin ikkunoihin näppäimillä /.

-

Voit pyöräillä kaikkien nykyisessä työtilassa olevien näkyvien ikkunoiden kautta näppäimillä CTRL ~ (mikä käyttämästäsi näppäimistökuvauksesta riippuen on Å-näppäimen oikealla puolella olevan näppäimen Alt Gr ja VÄLILYÖNNILLÄ näkyviin saatava merkki).

-

On myös mahdollista kutsua Vaihtajaa näppäimillä CTRL SARKAIN ja käyttää hiirtä sen sovelluksen tai ikkunan valitsemiseen, johon hypätään, kun CTRL-näppäin vapautetaan.

-

Vaihtaja tarjoaa myös muutamia edistyneitä näppäimistöpikanäppäimiä:

- - - - -
ESCKeskeyttää vaihtamisen ja palaa aiemmin aktiivisena olleeseen ikkunaan.
QSulkee valitun sovelluksen.
HPiilottaa valitun sovelluksen kaikki ikkunat.
- -
-
- - - - diff --git a/docs/userguide/userguide/fi/workshop-email.html b/docs/userguide/userguide/fi/workshop-email.html deleted file mode 100644 index dcfcbdac7e..0000000000 --- a/docs/userguide/userguide/fi/workshop-email.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Työpaja: Sähköpostin hallinta - - - - - - - - -
-
- - - - - -
Hakemisto
- Haikun sähköpostijärjestelmä
- Käytetään omia tiloja
- Käytetään kyselyjä
- Lisävihjeitä
- -

Työpaja: Sähköpostin hallinta

- -

Tämä työpaja vilkaisee, kuinka sähköpostia hallinnoidaan Haikussa. Se otaksuu, että sähköpostipalvelu on asetettu oikein Sähköpostiasetukset-sovelluksella ja Sähköposti-sovelluksen perusominaisuudet ovat sinulle tuttuja.

- -

-index -Haikun sähköpostijärjestelmä

-

Jos tulet Haikuun muista käyttöjärjestelmistä, olet luultavasti käyttänyt suuria sovelluksia kuten MS Outlook tai Mozillan Thunderbird. Sinun on asetettava ne kirjoittamalla kaikki tiedot sähköpostipalvelimien osoitteista jne. ja ne käyttävät omia yhteystietotietokantojaan. Ne ottavat huolehtiakseen sähköpostin lähettämisestä ja noutamisesta sekä tallentavat ne johonkin suureen erikoistiedostoon.
Sähköpostiasiakassovelluksen vaihtaminen on melkoinen hässäkkä vaatien tiedoston vientiä ja tuontia sekä muuntamista. Useamman kuin yhden asiakasohjelman käyttäminen rinnakkain sen tarkistamiseksi, mitä on saatavilla ei myöskään onnistu ilman hässäkkää.

-

Haikun sähköpostijärjestelmä on erilainen. Se on jaettu erillisiin pienempiin moduuleihin.

-

Siinä on mail_daemon-taustaprosessi, joka huolehtii viestinnästä sähköpostipalvelimiesi kanssa. Sähköpostiasetukset -ohjelma on yksi keskeinen paikka asettaa sähköpostitilisi ja esimerkiksi se, kuinka usein ne tarkistetaan.

-

Jokainen noudettu tai lähetetty viesti tallennetaan otsaketietoineen (kuten lähettäjä, aihe, päivämäärä) ja tilatietoineen (kuten Uusi, Vastattu, Lähetetty) yhtenä yksittäisenä sähköpostitiedostona BFS-attribuutteihin. Tämä ottaa käyttöön niiden etsinnän/suodattamisen Haikun nopeiden kyselyjen avulla.

-browsing.png -

Koska jokainen sähköpostiviesti on erillisessä tiedostossa, niiden katsominen on yhtä helppoa kuin kansion (tai kyselytuloksen) kuvien selaaminen ShowImage-sovelluksella. Jättämällä Seuraaja-ikkunan auki näet parhaillaan katsottavan tiedoston siirtyvän valinnan samalla kun käytät edellinen/seuraava -painiketta niiden läpi kulkemiseen.
-Koska ne ovat riippumattomia tiedostoja, jonkun toisen selaimen kuin Haikun Sähköposti ei aiheuta ollenkaan mitään vaikeuksia.

-

Samalla tavalla uuden viestin luomisen tulos on vain toinen tiedosto, joka ojennetaan mail_daemon-taustaprosessille, joka ottaa huolehtiakseen sen lähettämisestä. Yhteystietohallinta on alistettu Ihmiset-sovellukselle.

-

Pähkinänkuoressa, missä muut sähköpostiasiakasohjelmat tekevät kaiken, viestinnän sähköpostipalvelimen kanssa ja tarjoavat näkymän kaikkiin sähköpostiviesteihin ja työkalut viestien etsintään ja suodattamiseen, Haiku käyttää pienempien työkalujen ketjua ja yleistä tiedostohallintaa:

-
    -
  • mail_daemon-taustaprosessi sähköpostiviestien noutamiseksi ja lähettämiseksi ja tallentamiseksi normaaleina tiedostoina.

  • -
  • Seuraajaikkunoita ja kyselyitä sähköpostitiedostojen löytämiseksi ja näyttämiseksi.

  • -
  • Sähköposti-sovellusta sähköpostitiedostojen katsomiseen ja uusien viestien luomiseen tukeutuen Ihmiset-sovelluksen järjestelmänlaajuiseen yhteystietohallintaan.

  • -
-

Erityisesti Seuraajan ja kyselyjen käyttö sähköpostiviestien hallintaa on tehokas ajatus. Kokemus, jonka saat, on siirrettävissä mihin tahansa muuhun tiedostopulmaan. Olkoon se kuvia, musiikkia, videota, yhteystietoja tai muita asiakirjoja, Seuraajan käyttäminen on kaiken tiedostohallinnan ydintä.
-Parannukset kaikkiin näihin järjestelmiin eivät koske vain sähköpostien lähettämistä, vaan kaikkia sovelluksia, jotka käyttävät niitä.

- -

-index -Käytetään omia tiloja

-

Kun selaat äskettäin saapunutta sähköpostia, haluat palata joihinkin niihin myöhemmin ajatellaksesi niitä perusteellisemmin. Vaikka voisit käyttää sähköpostiohjelman valikon Sulje ja | Jätä uutena pitämään ne sähköpostiviesteinäsi ”Uudet viestit”-kyselyllä, asioilla on tapana kasaantua sillä tavoin...

-

Yksi ratkaisu olisi tietysti aloittaa vastaus ja tallentaa se luonnoksena. Mutta sinun ei odoteta kirjoittavan vastausta ja vain haluavan lukea sähköposti uudelleen myöhemmin, se ei ole ideaalitilanne.

-status.png -

Käytä uusien tilojen parempaan luomiseen ja sähköpostien luokitteluun valikkoja Sulje ja | Aseta arvoon.... Voit esimerkiksi kutsua tilaa ”Myöhemmin”, ja kysellä sitä sitten, kun sinulla on enemmän aikaa.
-Tai voit käyttää eri tiloja tietyille projekteille. Esimerkiksi loin tilan ”HUG” (”Haiku user guide”), jonka alla kerään jokaisen sähköpostiviestin, joka voi vaikuttaa käyttöopasteiden sisältöön, kuten versionhallinnan commit-viestit lähdekoodimuutoksista, jotka muuttavat tai esittelevät joitakin ominaisuuksia tai jotakin muuta mitä haluaisin muuttaa käyttöopasteissa.
-Yritkä kaikissa tapauksissa pitää tilanimi lyhyenä. Sillä tavalla se sopii aina Seuraajan ”Tila”-sarakkeen normaaliin leveyteen.

-

Sinun ei tarvitse avata sähköpostiviesti sovelluksella Sähköposti sen tilan asettamiseksi. Seuraaja-liitännäisellä Merkitse luetuksi ja Merkitse tilana... voit valita joitakin sähköpostitiedostoja ja asettaa niiden tilan yhdellä kerralla.

- -

-index -Käytetään kyselyjä

-

Tietysti voit määritellä kansion kaiken sähköpostisi tallentamiseen. Voit avata sen ja siellä on kaikki sähköpostisi. Mutta ajan mittaan kansio tulee täyteen ja viestien näyttäminen kestää yhä kauemmin, koska tuhansien tiedostojen ja niiden attribuuttien jäsentämiseen kuluu aikaa. Enimmäkseen et todella välitä kaksi vuotta vanhoista sähköpostiviesteistä nigerialaisesta prinssistä ja heidän perintöpulmista ...

-
Paljon kansioiden kansoittamisajasta menee tiedostojen lukemiseen levyltä oikeaan lajittelujärjestyksen ja niiden näyttämiseen ikkunassa. Jos sinun on avattava kansio, jossa on valtava määrä tiedostoja, voit lyhentää odottamisaikaa muuttamalla Seuraaja-ikkunan tilaksi ”näkymätön", ts. joko minimoimalla sen tai vaihtamalla toiseen työtilaan. Katso Prosessivalvonta nähdäksesi, mitä se vaikuttaa suoritinkäyttöön.
-

Kyselyt pelastukseksi!

-

Kyselyjä käyttämällä voit kaventaa sähköpostiviestisi näkymäaluetta. Itse asiassa Työpöytäpalkin sähköpostikuvake käyttää kyselyjä.

-daemon-in-deskbar.png -

Alivalikko Avaa luonnos kyselee tilaa ”Luonnos”, jonka Sähköposti-sovellus asettin viestiä tallentaessasi.

-

Avaa ulevan sähköpostin kansio ja Avaa sähköpostikansio ovat vain linkkejä tavallisiin kansioihin (ja mielestäni ne eivät ole kovin hyödyllisiä).

-

Alivalikko # new messages kansoitetaan kyselemällä sähköpostiviestien ”Uusi”-tilaa (kysely on muuten sama, kuin se, jota käytetään vaihtamaan sähköpostikuvake näyttämään joitakin kirjaimia).

- -

Voit myös lisätä omia kyselyjä (tai kansioita, sovelluksia, skriptejä jne.) asiayhteysvalikkoon laittemalla niitä tai linkkejä niihin kansioon ~/config/settings/Mail/Menu Links.

-
Kysely ~/config/settings/Mail/mailbox on erikoistapaus: Se suoritetaan napsauttamalla hiiren ykköspainikkeella Työpöytäpalkissa. Jos haluat muuttaa tuota käyttäytymistä, voit korvata sen millä tahansa muulla tiedostolla (tai linkillä tiedostoon), nimeä se vain nimellä ”mailbox”. Sen ei tarvitse olla kysely, sillä linkki kansioon, skripti tai sovelIus toimii aivan yhtä hyvin.
- -

-index -Kyselyesimerkit

-

Tässä on muutamia esimerkkejä hyödyllisistä kyselyistä:

- - - - - - -
query-1.png
-Tämä löytää kaikki sähköpostiviestit omalla tilalla "Myöhemmin".
query-2.png
-Tämä löytää kaikki sähköpostiviestit viimeisen 2 päivän ajalta.
query-3.png
-Tämä löytää kaikki Ingo Weinholdin postittamat sähköpostiviesttit viimeisen 2 viikon ajalta.
query-4.png
-Tämä löytää kaikki sähköpostiviestit Haiku commit listalta viimeisen 12 tunnin ajalta.
- -

-index -Lisävihjeitä

-
    -
  • Jos et tallenna kyselyä tilaksi ”Kysely” vaan tilaksi ”Kyselymallinne”, sen kutsuminen ei näytä tulosikkunaa, vaan sen sijaan Etsi... -ikkunan. Sillä tavalla voit helposti vaihtaa esimerkiksi aiheen tai lähettäjän etsintämerkkijonon, tai vaihtaa "2 päivää" aikarajan ajaksi "3 päivää".

  • -
  • Aktivoimalla "type-ahead filtering"-suodatus Seuraaja-asetuksissa sallii sinun nopeasti suodattaa kyselytuloksia vielä edelleen. Usein ei riitä kysyä kaikkia sähköpostiviestejä viimeisen 3 päivän ajalta ja tehdä niille sieltä type-ahead-suodatus. Suuri etu on, että sinun ei tarvitse tarkkaan määritellä, mitä attribuuttia etsitään, koska kaikki näytetyt käsitellään suodatuksen yhteydessä.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/fi/workshop-filetypes+attributes.html b/docs/userguide/userguide/fi/workshop-filetypes+attributes.html deleted file mode 100644 index 7f2a6d8e6f..0000000000 --- a/docs/userguide/userguide/fi/workshop-filetypes+attributes.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - Työpaja: Tiedostotyypit, attribuutit, indeksi ja kyselyt - - - - - - - - -
-
- - - - - -
Hakemisto
- Esikäsittelyt
- Oman tiedostotyypin luominen
- Kuvake
- Tiedostotunnistus
- Kuvaus
- Ensisijainen sovellus
- Lisäattribuutit
- Indeksointi
- Tietojen lisääminen
- Tietokannan kysely -
- -

Työpaja: Tiedostotyypit, attribuutit, indeksi ja kyselyt

- -

Tämä on työpaja valikkojen Attribuutit, Kyselyt, Indeksi ja Tiedostotyypit-räätälöinnin käyttämisestä. Esimerkkinä rakennamme tietokannan DVD-kirjaston seuraamiseksi.

- -

-index -Esikäsittelyt

-

Päättäkäämme aluksi, mikä tiedostotyyppi ja mitkä attribuutit palvelisivat tarpeitamme. Alunperin halusin käyttää Kirjanmerkki-tiedostoa linkillä elokuvien IMdB-sivulle, mutta Haikussa ei ole tällä hetkellä "kirjanmerkittävää" webbiselainta kuten BeOS-käyttöjärjestelmän NetPositive, joten tulin tähän: Tiedosto itse on JPEG-kuva elokuvan kannesta.
WebPositive-ohjelmalla Haikulla on nyt kirjanmerkkitiedostoja käyttävä selain, joten voit aivan hyvin käyttää kirjanmerkkitiedostoa eikä kuvaa perustiedostotyyppinä tietokantatiedostoillemme.
Oli miten tahansa, näihin tiedostoihin lisäämme pari attribuuttia. Tässä on päätettävä, että haluammeko kysellä sitä myöhemmin (silloin meidän olisi lisättävä se indeksiin) ja jos niin, mitä attribuuttityyppiä sen pitäisi olla. Numerot (int, float) voidaan evaloida eri tavalla kuin teksti (</=/> vs. on/sisältää/alkaa jollakin).

-

Tässä on attribuutit, jotka haluaisin nähdä DVD:stäni:

-
    -
  • Elokuvaotsikko
  • -
  • Tyylilaji
  • -
  • Verkko-osoite esimerkiksi IMdB-sivulle
  • -
  • Ohjaaja/Näyttelijät
  • -
  • Juoni
  • -
  • Arvosanani 1 ... 10
  • -
  • Koordinaatit omassa hyllyssäni, esimerkiksi A2, B3, jotta löydän DVD:n myös oikeassa elämässä :)
  • -
  • Jos niin, kuka on lainannut levyn...
  • -
- -

-index -Oman tiedostotyypin luominen

-

Aloita Tiedostotyypit-asetukset, ja napsauta painiketta Lisää... vasemmalla olevan hierarkialuettelon alla. Pieni valintaikkuna avautuu ja voit määritellä, missä MIME-ryhmässä uusi tiedostotyyppisi sijaitsee. Voit myös luoda kokonaan uuden ryhmän. Laittakaamme se "sovelluksiin" ja asetaan "Sisäiseksi nimeksi" DVDdb.

-filetypes-new-file-type.png -

Nyt avautuu paneeli uudelle DVDdb-tiedostotyypillesi:

-filetypes-dvddb.png - -

-index -Kuvake

-

Kaksoisnapsauta kuvakelähdettä avataksesi Kuvakemaatti-sovelluksen tiedostotyyppisi kuvakkeen suunnittelemiseksi. Voit myös raahata ja pudottaa kuvakkeen toisentyyppisestä kuvakelähteestä, ehkä alkuna muokatulle versiolle.

- -

-index -Tiedostotunnistus

-

Voit lisätä loppuliitteitä kuten .txt, .jpg, .mp3 tiedostojen tunnistamiseksi tarkentimen avulla. Ne ovat hyödyllisiä, kun työskennellään tiedostojen kanssa, jotka ovat lähtiöisin järjestelmistä ilman MIME-tyypitystä. Emme tarvitse sitä esimerkissämme.

- -

-index -Kuvaus

-
    -
  • Tyyppinimi - Ilmaantuu esimerkiksi Seuraaja-ikkunoiden Attribuutti-valikkoon ja tiedoston "Tyyppi"-attribuuttiin.
  • -
  • Kuvaus - Hiukan yksityiskohtaisempi kuvaus.
  • -
- -

-index -Ensisijainen sovellus

-

Tämä ponnahdusvalikko näyttää kaikkien niiden sovellusten luettelon, jotka voivat käsitellä tätä tiettyä tiedostotyyppiä. Tästä voimme valita, että mikä ohjelma avaisi tämän tietyn tiedoston, kun sitä kaksoisnapsautetaan.

- - - -
Valitse... avaa tiedostovalintaikkunan, jolla voit valita sovelluksen, joka avaa tämän tyyppisen tiedoston. Tässä asetamme Kuvakatselin-ohjelman näyttämään DVD:n kannen.
Sama kuin... avaa tiedostonvalintaikkunan, jossa valitset minkä tahansa tiedoston, jolla on jo ensisijainen sovellus asetettuna samaksi, jota haluat itse käyttää.
- -

-index -Lisäattribuutit

-

Tässä kirjoitamme kaikki omat attribuutit, joista päätimme esikäsittelyssämme. Painikkeen Lisää... napsauttaminen avaa paneelin:

-filetype-extra-attribute.png -
    -
  • Attribuuttinimi - näkyy esimerkiksi Seuraaja-ikkunoiden sarakeotsakkeissa.

  • -
  • Sisäinen nimi - Käytetään attribuutin indeksointiin ja kyselyyn.

  • -
  • Tyyppi - Määrittää arvon, jonka attribuutti voi sisältää ja siten kuinka sitä voidaan kysellä. -
      -
    • String normaalille tekstille
    • -
    • Boolean binaaritiedolle: 0 tai 1
    • -
    • Integer eri lukualueiden kokonaisluvuille: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float liukulukunumeroille, perustarkkuus
    • -
    • Double liukulukunumeroille, kaksoistarkkuus
    • -
    • Time ajalle ja päimäärämuodoille
    • -
    -
  • -
-
    -
  • Näkyvä - Tämä valintaruutu määrittää, onko attribuutti ollenkaan näkyvä Seuraajan ikkunassa. Koska Seuraaja on käyttöliitymä DVD-tietokantaamme, merkitsemme sen ja määritämme sen ulkoasun valikoilla:
      -
    • Näytä kohteena - Jätä arvoon "Oletus". Tulevaisuudessa on käytettävissä lisää valitsimia, esimerkiksi palkki tai tähdet arvosanoja varten jne.
    • -
    • Muokattava - Määrittää, onko attribuutti muokattava Seuraajassa.
    • -
    • Leveys - Attribuuttisarakkeen oletusleveys Seuraajassa.
    • -
    • Tasaus - Attribuutti voidaan näyttää vasemmalle, keskelle tai oikealle tasattuna.
    • -
-

Lisää nyt kaikki tietomme attribuutteihimme:

- - - - - - - - - - -
Sisäinen nimiAttribuuttityyppiindeksoitu?Kuvaus
DVDdb:title text kyllä Elokuvaotsikko
DVDdb:genre text kyllä Tyylilaji
DVDdb:url text ei Verkko-osoite
DVDdb:cast text kyllä Ohjaaja/Näyttelijät
DVDdb:plot text ei Juoni
DVDdb:rating int-32 kyllä Arvosana 1 ... 10
DVDdb:coord text ei Hylly
DVDdb:lent text kyllä Lainattu henkilölle
- -

-index -Indeksointi

-

Ennen kuin alamme kirjoittaa tietoja pieneen DVD-tietokantaamme, meidän pitäisi lisätä tietyt attribuuti Indeksiin. Vain indeksoidut attribuutit voivat käyttää Haikun nopeita Kyselyjä.
-Joten mitä etsimme tulevaisuudessa? Emme luultavasti kysy "Mitä on hyllyni B4-koordinaatissa?" tai "Sisältääkö IMdB-verkko-osoite tai elokuvan juoni sanan 'pope-shenooda'?".

-

Tämä jättää nämä attribuutit:

- - - - - - -
Sisäinen nimiAttribuuttityyppi
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

Niiden indeksoimiseksi avaamme Pääteikkunan ja lisäämme yksinkertaisesti yhden attribuutin kerrallaan toisten perään.

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

Valitsin -t määrittelee attribuuttityypin, joka on "string"-merkkijono kaikille muille kuin arvosanoille, jotka ovat kokonaislukuja.

- -

-index -Tietojen lisääminen

-

Nyt kaikki asetukset on tehty ja voimme aloittaa tietojen syöttämisen tietokantaamme.
-Koska perustiedostomme on kansikuva, siirrymme johonkin verkkoresurssiin kuten IMdB, etsimään ensimmäistä elokuvaamme ja tallennamme kannen tai elokuvan julisteen siihen uuteen kansioon, jossa haluamme säilyttää DVDdb-tiedostojamme.

-

Avaamalla tuon kansion näemme tyypillisen Seuraja-ikkunan, jossa on yksi JPEG-tiedosto. Napsautamme sitä hiiren kakkospainikkeella, vaihdamme sen tiedostotyypiksi application/DVDdb liitännäisellä Tiedostotyyppiliitännäinen. Lisätietoja tästä on Tiedostotyypit-asiakirjassa.

-

Nyt aktivoimme kaikki DVDdb-attribuutit Seuraajan Attribuutit-valikosta ja järjestämme sarakkeet mielemme mukaan:

-filetypes-dvddb-empty.png -

Napsauttamalla vielä tyhjää attribuuttia (tai painaalla ALT E -näppäimiä) siirrymme muokkaustilaan ja täytämme jokaisen attribuutin. Näppäimillä SARKAIN ja VAIHTO SARKAIN voit navigoida attribuuttien välillä.

-

Esimerkissämme aloitamme tavallisesti lataamalla JPG-kannen ja vaihdamme sen tyypiksi applications/DVDdb. On toinen elegantti tapa tuottaa tiedosto, jolla työskentelemme. Kopioi vain tiedostotyyppimme tyhjä tiedosto hakemistoon /boot/home/config/settings/Tracker/Tracker New Templates ja nimeä se uudelleen DVDdb-nimiseksi.

-

Napsauttamalla Seuraaja-ikkunaa hiiren kakkospainikkeella löydät valikon Uusi... alta uuden rivin oletusarvon "Uusi kansio" lisäksi.

- -

-index -Tietokannan kysely

-

Usean tunnin työähkimisen jälkeen meillä on pieni sievä tietokanta, jota voit kysellä löytääksesi kaikki Christina Ricci -elokuvasi, joiden arvosana on 7+ ... :)

-

Voit liittää tiettyyn tiedostotyyppiin järkevän attribuutti asettelun.
-Avaa DVDdb-tiedostosi sisältävä kansio ja järjestä attribuutit niin kuin haluat kyselyn tulokset esitettävän. Kopioi tämä asettelu valikolla Attribuutit | Kopio asettelu.

-

Avaa /boot/home/config/settings/Tracker/DefaultQueryTemplates, luo uusi kansio ja nimeä se uudelleen ryhmä/tiedostotyyppi-määrittelyllä, korvaten kauttaviivat alaviivoilla; meidän tapauksessa "applications_DVDdb".

-

Avaa uusi kansio ja liitä asettelussa Attribuutit | Liitä asettelu. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/fi/workshop-wlan.html b/docs/userguide/userguide/fi/workshop-wlan.html deleted file mode 100644 index cc25691b68..0000000000 --- a/docs/userguide/userguide/fi/workshop-wlan.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - Työpaja: Langaton verkko - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- - - - - -
Hakemisto
- Kuinka tuettu laitteisto saadaan toimimaan
- Langattomaan verkkoon liittyminen
- Liittyminen komentoriviltä
- Vihjeet -
- -

Työpaja: Langaton verkko

- -

Verkkoyhteyksien saaminen toimimaan on olennasta nykypäivän tarpeessa pysyvään internet-yhteyteen. Koska erilaisten ja jatkuvasti muuttuvien laitteistojen ja ajurien pitäminen ajan tasalla on aika mahdotonta pienelle projektille, Haiku käyttää FreeBSD-yhteensopivuuskerrosta verkkoajureissaan.
-Tämä takaa valtavan joukon tuettuja laitteita, vaikka se ei luultavasti kata 100 prosenttia markkinoilla olevista. Katso tätä luetteloa verkossa tuetuista malleista tai tarkista FreeBSD 9.3:n julkistettujen laitteiden tiedot.

-
Nykyisin vain PCI-, PCI-X-, PCI-Express-, Mini PCI-, ja Mini PCI-Express-laitteiden otaksutaan toimivan.
-PCMCIA-, CardBus-, ExpressCard-, USB- ja ISA-laitteet tarvitsevat vielä työtä tullakseen toimiviksi.
- -

-index -Kuinka tuettu laitteisto saadaan toimimaan

-

Vieläpä kun ensimmäinen estä yleisesti tuetulle laitteistolle on otettu, niin jotkut langattomat verkkokortit vaativat binaarimikro-ohjelmistomoduuleja toimiakseen oikein. Haiku ei voi sisällyttää joitakin näitä yksityisomistuksellisia mikro-ohjelmistotiedostoja lisenssointiehtojen vuoksi. Haiku sisältää kuitenkin joitakin skriptejä, jotka noutavat ja asentavat kaikki tarvittavat yksityisoikeudelliset palaset sinulle. Jos suunnittelet langatonta verkko, on yleensä hyvä ajatus suorittaa nämä skriptit, jotta varmistut, että järjestelmässäsi on kaikki nämä tarvitsemasi tarvittavat mikro-ohjelmistot käytettävissä.

-

Avaa Pääteikkuna ja kirjoita:

-
install-wifi-firmwares.sh
-

Katselmoi nyt lisenssit ja hyväksy ne, jotta voit asentaa kaikki tarvittavat mikro-ohjelmistotiedostot.

- -

Jos sinulla ei ole Haikussa pääsyä internettiin puuttuvien mikro-ohjelmistotiedostojen lataamiseksi, on olemassa erillismenetelmä, katso Vihjeet alla.

- -

-index -Langattomaan verkkoon liittyminen

-

Oletuksena Haiku liittyy ensimmäiseen salaamattomaan verkkoon, jonka se löytää alkulatauksen jälken. Jotta voisit yhdistää tiettyyn verkkoon, käytä Työpöytä-sovelmaa Verkkotila.

-

Napsauta sen kuvaketta Työpöytäpalkissa ja valitse verkon julkinen nimi (joka on "SSID", jonka se lähettää) asiayhteysvalikosta.

-join-network.png -

Avautuu ikkuna, johon voit kirjoittaa todennustyypin (luultavasti WPA/WPA2, WEP ei ole enää turvallinen salausmenetelmä!) ja salasanan tuolle langattomalle verkolle. Napsauta Valmis-painiketta kirjautumisprosessin käynnistämiseksi.
Laitteistostasi ja verkkoasetuksistasi riippuen tämä voi kestää hetken. Saat tiedon edistymisestä ilmoituksilla:

-join-network.gif -

Jos ilmoitusikkunassa lukee "Ready" ja Verkkotilakuvake Työpöytäpalkissa näyttää vihreää pyöreää valoa, yhteys on perustettu. Jos ilmoitusikkunassa näkyy teksti "No link" ja keltainen kolmio, jotain meni väärin, luultavasti salasana oli väärä.

- -

-index -Liittyminen komentoriviltä

-

Jos komentorivin käyttö tuntuu paremmalta tai haluaisit käyttää skriptausta tai ~/config/boot/UserBootscript-skriptiä liittyäksesi automaattisesti tiettyyn verkkoon käynnistyksen yhteydessä, sitä varten on komento ifconfig.

-

Käynnistä Pääteikkuna ja kirjoita ensimmäinen rivi, jolla käynnistät käytettävissä olevien langattomien verkkojen etsinnän:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

Polku langattomaan verkkosovittimeesi on tietysti säädettävä.
-Tulostus näyttää julkisen nimen (SSID), MAC-osoitteen, signaalivoimakkuuden ja todentamismenetelmän kaikissa löydetyissä verkoissa.

-

Kätä tätä riviä verkkoonliittymisessä ja lisää vastaava julkinen nimi (SSID) ja salasana:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {salasana}
-

Varmista, että langattoman verkon sovittimen alustava asetus on valmis ennen komennon ifconfig antamsta tai ne ohitetaan. Laitteistostasi ja verkkoasetuksistasi riippuen tämä voi kestää hetken. Katso noita ilmoituksia...

- -

-index -Vihjeet

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/fi/workspaces.html b/docs/userguide/userguide/fi/workspaces.html deleted file mode 100644 index 5f5afd49b8..0000000000 --- a/docs/userguide/userguide/fi/workspaces.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Työtilat - - - - - - - - -
-
- -

Työtilat

- -

Työtilat ovat virtuaalisia työpöytiä, täysin omin resoluutioin, värisyvyyksin ja taustoineen. Työtiloja voidaan asettaa aina 32 kappaletta Näyttöasetukset-ohjelmasta.

- -workspace_overviewpng.png - -

-index -Työtilojen vaihtaminen

-

Vaihdat työtilojen välillä joko napsauttamalla Työtilat-sovelmaa (joka näkyy yllä olevassa kuvassa) tai käyttämällä pikanäppäintä ALT Fx, missä "x" on työtilan numero. On hyvä idea järjestää työtilasi neljän riveihin matkimaan Fx-näppäinten asettelua.
Myös sovelluksen tai yhden sen ikkunan napsauttaminen Työpöytäpalkissa lähettää sinut siihen työtilaan, jossa se on.

-

Toinen kätevä tapa on käyttää näppäimiä CTRL ALT /// navigoimaan avaruudellisesti käytettävissä olevien työtilojen riveihin/sarakkeisiin. Jos lisäksi pidät alhaalla VAIHTO-painiketta, aktiivi ikkuna siirtyy sinun kanssasi uuteen työtilaan.

-

Voit vaihtaa edestakaisin kahden työtilan välillä näppäimillä ALT ` (todellinen näppäin riippuu siitä näppäinkuvauksesta, jota käytät - se on ESC)-näppäimen alla oleva näppäin. Taas VAIHTO-näppäimen pitäminen alhaalla siirtää aktiivin ikkunan sinun mukanasi.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications.html b/docs/userguide/userguide/fr/applications.html deleted file mode 100644 index f694c15e4d..0000000000 --- a/docs/userguide/userguide/fr/applications.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - Applications - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

Applications

- -

Avant de s'intéresser à toutes les applications fournies avec Haiku, voyons plus en détails comment installer et désinstaller des programmes. La méthode la plus commode pour trouver, installer, mettre à jour et désinstaller des applications se fait via le système de gestion de paquet de Haiku. Cependant, depuis que Haiku est en grande partie compatible avec les binaires et les sources de son ancêtre BeOS, vous pourrez trouver des archives plus anciennes (.zip et .pkg) qui peuvent tout aussi bien être installées.

-
Ci-dessous vous trouverez toujours la hiérarchie ~/config/ du dossier Home mentionné. Si vous avez l'intention de partager les paquets avec tous les utilisateurs (une fois que Haiku sera devenu multi-utilisateurs), vous devriez utiliser l'arborescence des fichiers système miroir dans /system/. Voir sujet Arborescence des fichiers système pour plus d'informations.
- -

-index -Les paquets Haiku (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Généralement, rien de tout cela ne sera nécessaire et vous aurez terminé après avoir décompressé l'archive.
-Consultez les sujets Deskbar ou LaunchBox pour savoir comment créer des raccourcis vers vos applications nouvellement installées.

-
À propos, bien que vous pouvez déballer un fichier .hpkg comme n'importe quel autre archive, ce n'est pas ce que le gestionnaire de paquets fait lorsque vous installer un paquet. Les fichiers système sous-jacents apparaissent seulement pour propager des fichiers dans leurs dossiers respectifs, il n'y a aucun mouvement autour de là où ils se trouvent. Ceci explique la rapidité et la netteté de l'installation/désinstallation.
-

Si le paquet dépend d'une autre librairie ou d'un autre paquet, une fenêtre apparaîtra, demandant si les fichiers nécessaires doivent être téléchargés et installés.

-

Désinstaller est tout aussi simple: trouvez le paquet dans HaikuDepot et cliquez Uninstall.

-

Si vous travaillez dans le Terminal ou si vous voulez installer ou désinstaller des paquets depuis un script, Jetez plutôt un œil à la commande pkgman --help.

- -

-index -Anciennes archives BeOS (.zip and .pkg)

-

Les archives BeOS qui incluent tout ce dont elles ont besoin dans le dossier de l'application peuvent simplement être déballées (double cliquer ouvre Expander ou le vieux PackageInstaller) n'importe où dans /boot/home/ et démarre à partir de là. Désinstaller une telle application auto-suffisante est très aisé. Supprimez simplement le dossier de l'application.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Applications intégrées à Haiku

-

Haiku est fourni avec un certain nombre d'applications légères mais essentielles. Vous les trouverez dans les dossiers /boot/system/apps/. Les applications qui ne sont généralement pas lancées par un double-clic sur un fichier de données (comme par exemple ShowImage pour les fichiers d'images) peuvent êtres trouvées dans le menu Applications de la Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor Permet de surveiller les ressources système comme le processeur et la mémoire.
iconBootManager Installe un menu d'amorçage dans le "Master Boot Record" (MBR) au début du disque.
iconCharacterMap Affiche la table des caractères Unicode.
iconCodyCam Cet outil permet d'envoyer régulièrement les images d'une webcam vers un serveur.
iconDebugger un débogueur graphique.
iconDeskCalc Une calculette.
iconDiskProbe Un éditeur hexadécimal pour les fichiers et les mémoires de masse.
iconDiskUsage Affiche une représentation graphique de l'espace disque consommé sur un disque dur.
iconDriveSetup Un outil de partitionnement de disque dur.
iconExpander Permet de décompresser les formats d'archive les plus courants.
iconHaikuDepot Un outil pour trouver, télécharger, installer, mettre à jour et désinstaller (application) des packages
iconIcon-O-Matic Une application de création d'icônes vectorielles pour Haiku.
iconInstaller Permet l'installation de Haiku sur une partition du disque dur.
iconMagnify Fournit une image agrandie de la zone autour du curseur de la souris.
iconMail Un client e-mail.
iconMediaPlayer Un lecteur audio/vidéo supportant un grand nombre de formats.
iconMidiPlayer Un lecteur de fichiers MIDI
iconPackageInstaller Installeur de paquets BeOS au format PKG.
iconPeople Un gestionnaire de contacts.
iconPoorMan Un serveur web simple et léger.
iconScreenshot Un outil de capture d'écran.
iconShowImage Une visionneuse d'images.
iconSoundRecorder Permet d'enregistrer du son depuis une entrée audio ou microphone. [pas encore documenté]
iconStyledEdit Un éditeur de texte simple.
iconTerminal Accès au shell bash.
iconTextSearch Un outil de recherche dans les fichiers texte.
iconTV Un visualisateur de TV analogique [pas encore documenté]
iconWebPositive Un navigateur Web natif.
- -

-index -Les programmes en ligne de commande spécifiques à Haiku

-

En plus des outils en ligne de commande habituels qui viennent avec l'interpréteur de commande Bash ou qui sont nécessaires pour la compatibilité Posix, quelques programmes -en ligne de commandes spécifiques à Haiku mérites d'êtres mentionnés. Ces commandes sont souvent très utiles dans les scripts. Vous pouvez aussi consulter le sujet sur le Bash et les Scripts.

- - - -
iconListe de tous les programmes en ligne de commande
iconProgrammes en ligne de commande spécifiques à Haiku
- -

-index -Applications fournies

-

En plus des applications listées ci-dessus, qui sont toutes maintenues par le projet Haiku, quelques applications supplémentaires sont fournies. Les rapports de bogues et suggestions pour ces applications doivent être envoyés à leurs mainteneurs respectifs.

- - - - - - - - - - - -
iconBePDF Un visualisateur PDF.
iconPe Un éditeur de texte avancé supportant la colorisation syntaxique, et plus encore.
iconVision Un client IRC.
iconWonderBrush Le programme d'édition graphique de YellowBites.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/activitymonitor.html b/docs/userguide/userguide/fr/applications/activitymonitor.html deleted file mode 100644 index a0e371b5cf..0000000000 --- a/docs/userguide/userguide/fr/applications/activitymonitor.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - ActivityMonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngActivityMonitor (Moniteur d'activité)

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/ActivityMonitor
Réglages :~/config/settings/ActivityMonitor settings
-


-

Vous pouvez surveiller l'utilisation des ressources système en ouvrant ActivityMonitor et en activant les éléments qui vous intéressent.

-activitymonitor.png -

En effectuant un clic droit dans la fenêtre, vous pouvez activer ou désactiver l'affichage de tous les types de ressources :
-Used/Cached Memory (Mémoire utilisée/mémoire cache), Swap Space (Espace d'échange), CPU Usage (Utilisation du processeur), Network Receive/Send (Envoi/réception réseau), Page faults (défauts de pages), Semaphores (Sémaphores), Ports, Threads, Teams, Running Applications (Applications en cours), Raw/Text Clipboard Size (Taille du presse-papier), Media Nodes (Nœuds média).

-

En dessous du graphique se trouve une légende (que vous pouvez désactiver depuis le menu contextuel). Vous pouvez changer les couleurs des éléments et du fond du graphique par glisser-déposer depuis un sélecteur de couleur, comme celui d'Icon-O-Matic.

-

Vous pouvez ajouter des vues supplémentaires depuis le menu -File si la vue courante est trop chargée.

-

Le menu Settings ouvre un panneau où vous pouvez définir l'intervalle de mise à jour.

-

Chaque vue est dotée d'une poignée de Réplicant et peut donc être placée, par exemple, sur le Bureau.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/bepdf.html b/docs/userguide/userguide/fr/applications/bepdf.html deleted file mode 100644 index 93dc7da44c..0000000000 --- a/docs/userguide/userguide/fr/applications/bepdf.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar :Applications
Localisation :/boot/system/apps/BePDF/BePDF
Documentation :/boot/system/apps/BePDF/docs/*
Réglages :~/config/settings/BePDF
-


-

BePDF est un visualisateur PDF rapide à se lancer. En plus de la visualisation simple, il support l'ajout de notes et de marque-pages sur les PDF non protégés. Il est traduit en 20 langues (dont le français) et des langues supplémentaires peuvent être facilement ajoutées via des fichiers texte.

-

La documentation est disponible au format HTML et PDF. Cette dernière est également accessible depuis le menu Help | Show Help… (Aide | Afficher l'aide…).

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/bootmanager.html b/docs/userguide/userguide/fr/applications/bootmanager.html deleted file mode 100644 index 830b7bf206..0000000000 --- a/docs/userguide/userguide/fr/applications/bootmanager.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - Gestionnaire d'amorçage - - - - - - - - -
-
- -

bootmanager-icon_64.pngGestionnaire d'amorçage

- - - - -
Deskbar :Pas d'entrée, normalement le démarrage se fait à partir du menu Outil de l'Installeur
Localisation :/boot/system/apps/BootManager
Réglages :aucun
Par défaut les MBR sont sauvegardés dans ~/config/settings/bootman/
-


-

Si vous n'ajoutez pas la partition Haiku à un gestionnaire d'amorçage existants comme GRUB, BootManager peut installer dans le Master Boot Record (MBR) un petit menu de démarrage qui ressemble à ceci :

-bootmenu.png -
Le Gestionnaire d'amorçage n'est pas encore très bien testé et souffre aussi de quelques restrictions qui se rappelleront à vous si elle ne sont pas remplies : le menu ne peut être installé que sur le premier disque dur et ce dernier doit comporter un espace libre de 2Kio après le Master Boot Record (MBR).
-

Le Gestionnaire d'amorçage vous guide durant la procédure d'installation du menu d'amorçage.

-

-index -Choisir le disque de destination

-bootmanager-1.png -

Pour commencer, le Gestionnaire d'amorçage vous propose de choisir le volume à partir duquel vous aller effectuer l'installation. Si un menu d'amorçage est déjà présent sur le disque, Le bouton Uninstall (Désinstaller) devient utilisable, vous permettant de restaurer un MBR préalablement sauvegardé, et ainsi ôter ce menu d'amorçage.
-Autrement, choisissez Install (Installer) pour continuer.

-

-index -Sauvegarde du Master Boot Record (MBR)

-

Dans le cas où quelque chose tournerai mal ou que vous souhaitez supprimer le nouveau menu de démarrage, le Master Boot Record (MBR) est maintenant sauvegardé. Ceci est évidemment une étape très importante. Assurez-vous, par exemple, de ne pas écraser accidentellement un MBR sauvegardé lors d'une expérimentation précédente !

-bootmanager-2.png -bootmanager-3.png -

Il suffit de sélectionner une destination pour le fichier de sauvegarde du"MBR" ou de laisser le chemin par défaut. Après avoir cliqué sur Suivant (Next) un message vous confirmera si la sauvegarde a réussi.

-

-index -Configurer le menu d'amorçage

-bootmanager-4.png -bootmanager-5.png -

Ensuite, vous voyez apparaître une liste de toutes les partitions du disque de destination. Vous choisissez celle que vous voulez voir apparaître dans le menu en les cochant. Les zones de texte vous permettent de renommer les entrées.

-

Après cela, choisissez dans la liste déroulante la partition à partir de laquelle le système démarrera par défaut, et réglez le délai avec le curseur au dessous. -Ici, « immédiatement » va passer le menu de démarrage, "Jamais" va simplement s'arrêter sur le menu. Vous pouvez remplacer le paramètre de délai en maintenant la touche ALT enfoncée pendant le démarrage.

-

-index -Écrire le menu d'amorçage

-bootmanager-6.png -bootmanager-7.png -

Avant que le menu de démarrage ne soit est écrit sur le MBR, vous aurez un résumé de votre configuration avant d'avoir une dernière chance d'annuler l'opération. Vous n'avez pas d'inquiétude à avoir aussi longtemps que vous gardez en sureté une sauvegarde de votre MBR, puisque vous pourrez facilement annuler les changements. Si les choses tournaient mal, vous pouvez toujours démarrer depuis un CD d'installation Haiku ou une clé USB et restaurer la sauvegarde de votre MBR avec BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/cdplayer.html b/docs/userguide/userguide/fr/applications/cdplayer.html deleted file mode 100644 index cf8822f5fd..0000000000 --- a/docs/userguide/userguide/fr/applications/cdplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDPlayer (Lecteur CD)

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/CDPlayer
Réglages :~/cd/* - Conserve les informations des CD déjà identifiés.
-


- -


-cdplayer.png -

L'utilisation ressemble à peu près à ce que vous pouvez attendre en regardant les boutons de contrôle.
-Cochez le bouton Repeat à gauche de Shuffle pour écouter en boucle le CD.

-

Si vous avez besoin de plus de contrôle, comme les playlists, essayez plutôt le MediaPlayer.

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/charactermap.html b/docs/userguide/userguide/fr/applications/charactermap.html deleted file mode 100644 index 0ed5d91c9d..0000000000 --- a/docs/userguide/userguide/fr/applications/charactermap.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - CharacterMap - - - - - - - - -
-
- -

charactermap-icon_64.pngCharacterMap (Palette de caractères)

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/CharacterMap
Réglages :~/config/settings/CharacterMap settings
-


-

CharacterMap affiche les code de tous les caractères UTF-8 qu'une police supporte.

-charactermap.png -

Vous trouverez dans la zone de gauche les blocs Unicode standards, ainsi qu'une fonction de filtre. Si vous le désirez, vous pouvez aussi activer Show Private Blocks (afficher les blocs privés) depuis le menu View. -À droite sont affichés les caractères de ces blocs, en utilisant la police de caractères spécifiée dans le menu Font. Vous pouvez modifier la taille d'affichage grâce à l'option Font Size. -En bas de la fenêtre, le code du caractère situé sous la souris est affiché en hexadécimal, décimal et en code UTF-8.

-

Vous pouvez copier un caractères dans un éditeur de texte, avec Copy Character (ALT C), ou en le faisant -directement glisser à partir de la table de caractères.vous pouvez aussi le copiez comme une chaîne encodée à l'aide de Copy As Escaped Byte String (ALT MAJ C). Selon la méthode choisie, vous obtiendrez, par exemple, soit soit \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/fr/applications/cli-apps.html b/docs/userguide/userguide/fr/applications/cli-apps.html deleted file mode 100644 index 1172b8fd9a..0000000000 --- a/docs/userguide/userguide/fr/applications/cli-apps.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Programmes en ligne de commande - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

cli-app-icon_64.pngProgrammes en ligne de commande spécifiques à Haiku

- - -
Localisation :/boot/system/bin/
-/boot/system/non-packaged/bin/
-~/config/bin/
-~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Concernant les attributs : listattr, catattr, addattr, rmattr, copyattr

-

Ces commandes sont utilisées pour afficher, lire, ajouter et supprimer des attributs de fichiers. Rappelez-vous que ces méta-données ne sont actuellement disponibles que sur les volumes formatés en BFS. Si vous déplacez un fichier vers un autre systèmes de fichiers, vous perdrez tous les attributs !
-Toutes ces commandes sont décrites dans le sujet consacré aux attributs dans le Terminal.

- -

index -Concernant les index : lsindex, mkindex, reindex, rmindex

-

Avec ces commandes vous pouvez lister, créer, ré-indexer et retirer des attributs au mécanisme d'indexation BFS. Chaque volume a son propre index, souvenez-vous en quand copiez des fichiers d'un volume à l'autre.
-Ces commandes sont décrites dans le sujet qui traite des Index.

- -

index -Concernant la gestion des paquets : package, pkgman

-

La commande package sert à gérer les paquets HPKG. -Consultez l'article Installing applications pour apprendre les rudiments. Les paquets sont généralement construits automatiquement à partir de recettes élaborées depuis l'outil haikuporter.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Commandes utiles dans les scripts

-

Voici quelques outils en ligne de commande qui sont particulièrement utiles pour les scripts (voir aussi le sujet sur le Bash et les Scripts).

- - - - - - - - - - -

alert

alert invoque la fenêtre d'alerte typique avec une icône ad-hoc, un texte explicatif et jusqu'à trois boutons. le titre du bouton pressé sera renvoyé avec un code d'état (commençant à 0). Voici un exemple et son résultat :

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

filepanel

filepanel affiche une boite de dialogue pour ouvrir ou enregistrer un fichier en permettant à l'utilisateur de choisir un fichier ou un emplacement. Vous obtiendrez comme valeur de retour, le fichier choisi ou le chemin du dossier. -Parmi les paramètres disponibles, vous pouvez définir un répertoire de départ, un titre de fenêtre, un nom par défaut pour le fichier à enregistrer ou des restrictions aux types de fichiers autorisés. En voici un exemple :

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey est un petit utilitaire pour envoyer des BMessages aux applications et afficher leurs réponses. Il peut être utilisé pour écrire des scripts d'applications, i.e. "contrôle à distance" d'un programme à partir d'un script ou de la ligne de commande. Son utilisation est un peu complexe... Mais grâce à la "BeOS Bible" de Scot Hacker, il y a un beau tutoriel pour hey pour Chris Herborth.

query

query est la version ligne de commande de la fenêtre de recherche. En fait, une façon rapide de créer une expression de recherche, est de construire une requête dans la fenêtre de recherche, de basculer vers les formules (by formula), et de copier le tout entre doubles quottes (") en paramètre à la commande query que vous appelez à partir du Terminal ou de votre script.

waitfor

waitfor est une méthode élégante pour attendre qu'une application ou une tâche particulière soit démarrée, ou terminée.

-
- -

index -Autres commandes

- - - - - - - - - - - - -

checkfs

checkfs est un outil important pour détecter les erreurs dans votre système de fichiers. Il suffit d'ajouter le nom du volume comme par exemple /Haiku ou du périphérique, et il va parcourir tous les fichiers et si possible, corriger des incohérences.

-

desklink

desklink vous permet d'installer une icône dans le cartouche de la Deskbar à partir de n'importe quel fichier, dossier, requête ou application. Vous pourrez également pourvoir le menu contextuel d'actions spécifiques à exécuter quand vous ferez un clic droit sur l'icône. -Voici par exemple comment ajouter Screenshot avec diverses options (le "\" à la fin de la première ligne sert juste au saut de ligne dans Terminal) :

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage vous permet d'inscrire un ficher ordinaire en tant que periphérique disque. Par exemple, vous pouvez inscrire l'image disque "anyboot" d'Haiku, puis monter le volume qu'elle contient dans le Tracker et copier, éditer ou supprimer les fichiers avant de l'utiliser comme source dans le programme d'installation.

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open est un petit outils très pratique pour ouvrir n'importe quel fichier avec son application préférée, ou pour démarrer une application particulière à partir de sa signature sans avoir besoin de connaître son emplacement exact. Ça fonctionne également avec les URLs, et même avec les dossiers "virtuels" . et .. qui représentent respectivement le dossier courant et le dossier parent, qui seront ainsi ouvert dans le Tracker.

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/codycam.html b/docs/userguide/userguide/fr/applications/codycam.html deleted file mode 100644 index 8e54d0168f..0000000000 --- a/docs/userguide/userguide/fr/applications/codycam.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/CodyCam
Réglages :~/config/settings/codycam
-


-

Avec CodyCam vous prenez des photos intervalle régulier à partir d'une webcam connectée ou de toute autre source vidéo et enregistrez-les via FTP.

-My very temporarily installed cam in Dartmoor National Park. -

À gauche sous l'aperçu, vous définissez le nom du fichier qui sera suivi par un nombre croissant pour chaque photo prise. Au-dessous, vous choisissez le format de fichier et la vitesse à laquelle les photos sont prises.

-

À droite, vous choisissez FTP ou sFTP (si SSH est disponible) et renseignez les données nécessaires pour sauvegarder les images sur un serveur.

- -
-
- - - diff --git a/docs/userguide/userguide/fr/applications/debugger.html b/docs/userguide/userguide/fr/applications/debugger.html deleted file mode 100644 index 510ec3127a..0000000000 --- a/docs/userguide/userguide/fr/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/fr/applications/deskcalc.html b/docs/userguide/userguide/fr/applications/deskcalc.html deleted file mode 100644 index 3da70c14fc..0000000000 --- a/docs/userguide/userguide/fr/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
- -

deskcalc-icon_64.pngDeskCalc

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/DeskCalc
Réglages :~/config/settings/DeskCalc_settings
-


-

DeskCalc est une calculatrice simple qui a néanmoins quelques fonctionnalités qui ne sont pas visibles au premier regard.

-deskcalc.png -
    -
  • DeskCalc comprend plus de symboles que ne pourrait faire croire son simple clavier.
    -En plus des opérations +, -, *, /, %, ^ et des constantes pi et e, les fonctions mathématiques suivantes sont supportées :
    -acos, asin, atan, atan2, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Un clic droit vous fournira les options uivantes :

    - - - - - - -
    Activer le pavé numérique au démarrageactive automatiquement le pavé numérique du clavier au démarrage de DeskCalc
    Radians/DegrésPermet de passer de "°" à "rad" comme unité de mesure d'angle.
    CompactALT 0Montre un mode minimaliste qui cache le pavé numérique.
    BasiqueALT 1Apparence stantard de DeskCalc.
    ScientifiqueALT 2Montre des bouttons additionnels pour des calculs avancés.
  • -
  • En ce qui concerne l’entrée manuelle (via le clavier), DeskCalc se montre tolérant :
    -/, :, \ sont tous traités comme opérateurs de division,
    -*, x sont valides pour la multiplication.
    -De plus, notez que . sont , tous deux traités comme séparateurs décimaux, ce qui signifie que vous ne pouvez pas les utiliser comme séparateurs de milliers.

  • -
  • Vous pouvez redimensionner la calculatrice à votre goût, puis la placer sur le Bureau en tant que réplicant via un glisser-déposer de la poignée en bas à droite de la fenêtre/ Vérifiez que Show Replicants est bien activé dans la Deskbar.

  • -
  • Le clavier peut être coloré en faisant glisser dessus n'importe quelle source de couleur comme par exemple, à partir de Icon-O-Matic.

  • -
  • Vous pouvez remonter ou descendre dans l'historique des calculs effectués avec et .

  • -
  • Vous pouvez sélectionner le contenu de la fenêtre de DeskCalc et le glisser-déposer dans n’importe quelle application. Si vous le déposez dans une fenêtre Tracker ou sur le Bureau, un fichier texte contenant les données sera créé.

    -

    Mieux encore, l’inverse est également possible :
    -Si vous créez des extraits de texte à chaque étape de vos calculs comme décrit, vous pourrez les réutiliser en les glissant à nouveau vers DeskCalc.
    -Vous pouvez également glisser-déposer un calcul depuis un email vers DeskCalc.

  • -
  • DeskCalc peut être utilisé dans le Terminal. Il suffit de mettre l'expression entre guillemets, comme ceci :

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Quand vous l'utilisez à partir du terminal, DeskCalc utilisera toujours les radians comme unité des fonctions trigonometric.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/diskprobe.html b/docs/userguide/userguide/fr/applications/diskprobe.html deleted file mode 100644 index 0560776699..0000000000 --- a/docs/userguide/userguide/fr/applications/diskprobe.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/DiskProbe
Réglages :~/config/settings/DiskProbe_data
-


-

DiskProbe est un éditeur hexadécimal pour afficher et modifier les données d'un fichier ou d'un périphérique octet par octet. C'est un outil très bas niveau, qui peut donc potentiellement faire vraiment n'importe quoi si vous ne faites pas attention !

-
Travaillez toujours avec une copie de votre fichier, et redoublez de prudence lorsque vous travaillez directement sur un périphérique.
-

Au démarrage de DiskProbe, vous devez d'abord spécifier le fichier ou le périphérique sur lequel vous desirez travailler. Après cela, vous vous retrouvez dans cette interface :

-

diskprobe.png

-

La vue principale affiche toujours un bloc de données, dont la taille peut être ajustée via View | BlockSize. Sur la gauche est affichée la position (offset) de début du bloc, au milieu les données sous forme hexadécimale et à droite les mêmes données sous forme de symboles ASCII.
-Vous pouvez vous déplacer de bloc en bloc via la barre de défilement en haut de la fenêtre ou avec les combinaisons ALT  et ALT  et passer entre les colonnes HEX et ASCII avec la touche TAB.

-

Block | Selection vous permettra d’afficher le bloc sélectionné, avec différents réglages d’endianess (et en HEX ou decimal, selon l’option View | Base), mais aussi de vous déplacer à la position indiquée par la sélection. L’option sera désactivée si la position est en dehors du fichier ou du périphérique.
-Cette fonctionnalité est très utile lors de l’étude de systèmes de fichier, qui contiennent souvent des pointeurs vers d’autres blocs.

-

Si le fichier que vous analysez contient des attributs, vous pourrez utiliser le menu Attributespour les visualiser dans une nouvelle fenêtre DiskProbe. Voici l’attribut « SYS:PACKAGE » de l’application AboutSystem :

diskprobe-about-attr.png

-

Selon le type d'attribut, vous obtiendrez un onglet éditeur adapté en plus du Raw Editor (données butes) toujours disponible. -Par exemple, il existe des éditeurs de chaînes, de types MIME ou de visualisation d'icône vectorielle.

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/diskusage.html b/docs/userguide/userguide/fr/applications/diskusage.html deleted file mode 100644 index 9e7e07c6d3..0000000000 --- a/docs/userguide/userguide/fr/applications/diskusage.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/DiskUsage
Réglages :~/config/settings/DiskUsage
-


-

DiskUsage montre graphiquement l'occupation de vos disque.
-Cet outil vous sera utile pour visualiser "où est passé tout votre espace disque".

-

Après lancement, DiskUsage vous montre uniquement une fenêtre vide avec tous les disques montés sous la forme d'onglets en haut de la fenêtre. Choisissez celui qui vous intéresse et cliquez sur Scan pour démarrer une analyse du disque. Pour de grands disques, cette opération peut prendre du temps... Pendant ce temps, vous pouvez changer d'onglet et explorer ce disque ou bien lancer un processus de scan parallèlement.
-Il n'est pas recommandé de démarrer plusieurs scan simultanément sur le même disque car le déplacement constant de la tête du disque ne fera que ralentir le processus inutilement.

-

diskusage.png

-

Les cercles concentriques représentent différents niveaux dans la hiérarchie du système de fichiers. Ci-dessus, le cercle au centre représente le dossier /boot/home/. Chaque segment de l'anneau immédiatement à l'extérieur de ce cercle est un fichier ou un dossier contenu dans /boot/home/. -plus les cercles sont à l'extérieur, plus la hiérarchie des dossiers est profonde. -Vous aurez peut-être besoins de redimensionner la fenêtre pour que celle ci puisse s'accommoder de dossiers très profonds.

-
    -
  • Si la représentation graphique d'un fichier ou un dossier représente moins de 2° d'un cercle, il est omis du graphique.
  • -
  • Le nombre de fichiers rapporté pour un dossier comprend aussi les fichiers des sous-dossiers. Un dossier étant considéré comme un fichier.
  • -
  • DiskUsage ignore les liens symboliques.
  • -
-

Lorsque vous déplacez la souris sur un segment, les informations de ce fichier ou de ce dossier apparaissent dans la barre d'état en bas.

-

Un clic droit sur un segment, vous proposera un menu contextuel avec les options Get Info pour visualiser les information sur le fichier, Open pour l'ouvrir dans le Tracker, Open With pour l'ouvrir avec une autre application adéquate, ou Rescan pour balayer à nouveau ce dossier là.
-Un clic gauche sur un segment fera de ce fichier ou dossier, le nouveau centre du cercle.
-En cliquant au centre du cercle vous remontrez d'un niveau.

-

Vous pouvez faire glisser des fichiers et des dossiers à partir de DiskUsage vers d'autres applications comme la Deskbar ou le Tracker, pour les copier. -Vice versa, déplacer un volume ou un dossier vers DiskUsage zoomera directement sur eux, faisant d'eux le nouveau centre du cercle.

-

vous pouvez aussi utiliser l'extension du Tracker à partir du menu contextuel de n'importe quel dossier pour démarrer DiskUsage dans cet emplacement particulier.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/drivesetup.html b/docs/userguide/userguide/fr/applications/drivesetup.html deleted file mode 100644 index dec62bd2e5..0000000000 --- a/docs/userguide/userguide/fr/applications/drivesetup.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/DriveSetup
Réglages :~/config/settings/DriveSetup
-


-

DriveSetup est un outils pour créer, supprimer et initialiser des partitions. Pour le moment, il ne peut pas redimensionner ou déplacer une partition existante, de sorte que vous aurez besoin soit d'un volume avec un espace non partitionné (peut-être un disque USB externe ou un autre disque dur) ou modifier la configuration avec un outil comme GParted LiveCD pour fournir l'espace pour une nouvelle partition.

-drivesetup.png -

Au sommet se trouve une représentation graphique de toutes les partitions à l'intérieur du lecteur choisi dans la liste en dessous. -Vous pouvez avoir jusqu'à 4 partitions primaires au maximum, chacune d'entre elles pouvant contenir un certain nombre de partitions logiques. -Vous pouvez développer cette liste avec les contrôles +/- qui apparaissent dans ce cas en face de la partition étendue pour voir les détails de toutes les partitions logiques.

-

Vous pouvez choisir une partition à partir de la liste afin de la monter ou démonter à l'aide des commandes du menu -Partition ou en appuyant sur CMD M ou CMD U.

-

Vous pouvez également supprimer complètement une partition avec Partition | Delete.
-Ce qui nous amène à ceci :

-
Effectuer des créations/suppression/initialisations de partitions est très dangereux. -Vérifiez toujours deux fois ce que vous faites, et assurer vous d'avoir une sauvegarde de vos données à jour au cas où quelque chose se passe mal !
-

-index -Créer une nouvelle partition

-
Si vous prévoyez d'utiliser le disque entier comme une seule partition, comme par exemple une clé USB ou une carte Compact Flash, vous pouvez sauter la création d'une partition, et procéder directement à l'initialisation.
-

Si vous trouvez un espace non formaté sur un lecteur, comme : <empty>, vous pouvez créer une nouvelle partition dans cet espace avec Partition | Create...(CMD C).

-drivesetup-create.png -

Cette boîte de dialogue vous invite à ajuster la taille de la partition et son type. Choisissez Be File System si vous voulez utiliser la partition pour une installation Haiku ou si vous souhaitez utiliser sur celle-ci toutes les fonctionnalités intéressantes de Haiku, comme les attributs et les requêtes. Notez que les autres systèmes d'exploitations pourraient ne pas être en mesure d'accéder à une telle partition.

-

Si vous avez créé une partition primaire plutôt qu'une partition logique, la boîte de dialogue ci-dessus affichera également une case à cocher Active Partition. Vous devrez la cocher, si vous voulez utiliser cette partition pour démarrer par défaut sur l'installation de Haiku.

-

Avant de pouvoir utiliser, ou même monter, la partition nouvellement créée, elle doit être initialisée avec un système de fichiers.

-

-index -Initialiser une partition

-

Seules les partitions non montées peuvent être initialisés en utilisant le menu Partition | Initialize menu.

-drivesetup-initialize.png -

Ici, vous définissez le nom de la partition et sa granularité. Une taille de 2048 octets par bloc est recommandée, mais vous pouvez choisir des tailles plus grandes ou plus petites si vous avez des besoins très spécifiques.
-L'initialisation détruira toutes les données sur cette partition !

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/expander.html b/docs/userguide/userguide/fr/applications/expander.html deleted file mode 100644 index f7e8a955ca..0000000000 --- a/docs/userguide/userguide/fr/applications/expander.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
- -

expander-icon_64.pngExpander

- - - - -
Deskbar :Pas d'entrée : normalement, un double clic sur les fichiers pris en charge assure le lancement.
Localisation :/boot/system/apps/Expander
Réglages :~/config/settings/Expander_Settings
-


-

Expander est un petit outil pour décompresser rapidement les archives les plus courantes, parmi lesquelles, zip, gzip, bzip2, rar et tar.gz.
-Il suffit de double-cliquer sur une archive pour obtenir cette interface simple :

-

expander.png

- - - - -
SourceAlt OOuvre la boite de dialogue d'ouverture de fichiers pour vous permettre de trouver l'archive à décompresser.
DestinationAlt DOuvre la boite de dialogue des fichiers pour définir la destination.
ExpandAlt Edémarre la décompression. Celle-ci peut être interrompue avec Alt K.
-

Vous pouvez basculer vers l'affichage avec la liste des fichiers en cochant Show Contents ou en pressant ALT L.

-
Expander ne peut décompresser que des archives entières.
-Vous ne pouvez pas extraire ou supprimer de l'archive un fichier seul, ni en ajouter un.
-

Settings | Settings… ou Alt S ouvre un panneau de préférences qui offre quelques paramètres utiles pour ajuster le comportement de l'Expander.
-Les options parlent d'elles-même :

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/haikudepot.html b/docs/userguide/userguide/fr/applications/haikudepot.html deleted file mode 100644 index c87dfab12c..0000000000 --- a/docs/userguide/userguide/fr/applications/haikudepot.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - HaikuDépôt - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- - - - -
Index
Le filtre
- La liste
- La zone d'information
- Outils et Options
- Créer un compte utilisateur
- Noter et Commenter
-
- -

haikudepot-icon_64.pngHaikuDépôt

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/HaikuDepot
Réglages :~/config/settings/HaikuDepot/
-


-

HaikuDepot est l'application principale pour gérer vos paquets logiciels. Elle vous permet de parcourir et rechercher les paquets à travers les référentiels (aussi appelés « dépôts »), de les installer, de les mettre à jour et de les désinstaller. -HaikuDepot démarre avec une "sélection de paquets", contenant les logiciels considérés comme les plus utiles pour la plupart des utilisateurs. Dès que vous entrez un terme dans la zone de recherche ou choisissez une catégorie, l'affichage change pour des icônes plus petites, affichant ainsi davantage d'informations en colonnes.

-haikudepot.png - -

index -Le filtre

-

Au dessus de la liste des paquets, on trouve des critères pour filtrer ceux visibles :

-
    -
  • Le menu déroulant Category (catégorie) permet de limiter la liste à une catégorie, comme « Audio » ou « Jeux ».

  • -
  • Le menu déroulant Dépot détermine quels dépôts en ligne sont interrogés, ou si les paquets affichés on été installés à partir d'une source « Locale » comme d'une clé de stockage USB, d'un téléchargement depuis un site Web ou d'un paquet que vous avez conçu vous-même.

  • -
  • Le champs de texte Search terms permet de filtrer la liste aux paquets qui contiennent tout les chaînes saisies (séparée par des espaces) soit dans leur nom soit dans leur description.

  • -
- -

index -La liste

-

Comme dans une fenêtre du Tracker, il est possible de choisir quels colonnes afficher avec un clic droit sur l’entête de la colonne. Un clic gauche trie la liste en fonction de la colonne. Bien sûr, il est possible de réorganiser les colonnes en les glissant vers une nouvelle position.

-

La colonne de statut d’un paquet peut avoir pour valeur :

-
    -
  • Active: le paquet est déjà installé et prêt à être utilisé.

  • -
  • Available : le paquet existe dans le dépôt et il peut être téléchargé et installé. Si le paquet a des dépendances, vous en serez informé à l’installation et vous aurez la possibilité de télécharger et installer tout ce qui est nécessaire.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: une version plus récente que celle déjà installée est disponible.

  • -
-

Vous pouvez attraper la ligne en pointillé entre la liste des paquets et la zone d’information pour redimensionner verticalement la liste des paquets.

- -

index -La zone d'information

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Au dessous il y a les 3 onglets -À propos, Évaluations, et Journal des modifications :

-
    -
  • À propos

    -

    Le premier onglet comporte une description détaillée du paquet, accompagné d'une copie d'écran, une adresse de contact et l'URL de l'équipe qui maintient ce paquet logiciel, quand l'information est disponible. En cliquant sur la copie d'écran, la vignette s'ouvrira en taille réelle dans une nouvelle fenêtre

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Journal des modifications

    -

    Le dernier onglet montre l'historique détaillé de toutes les versions du paquet qui ont été publiées jusqu'à maintenant.

    -
  • -
- -

index -Outils et Options

-

Dans le menu Tools en haut de la fenêtre se trouve un l’élément Refresh depots pour mettre à jour les dépôts. Le programme va alors chercher la liste à jour de tous les paquets disponibles dans le dépôt.

-

Dans le menu Options, vous pourrez choisir de montrer les paquets de développement (Show develop packages) ou de code source (Show source packages) dans la liste. Pour l’utilisateur moyen, ces paquets sont sans intérêt et ne feront que rallonger la liste. Ils sont par contre importants pour les personnes qui ont besoin des bibliothèques, des en-têtes, etc… d’un paquet pour développer et compiler des programmes qui en dépendent.

-

Les deux autres éléments, plus explicites, Afficher les paquets disponibles et Afficher les paquets installés, sont d'un plus grand intérêt.

- -

index -Créer un compte utilisateur

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Noter et Commenter

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/icon-o-matic.html b/docs/userguide/userguide/fr/applications/icon-o-matic.html deleted file mode 100644 index bfd90c4437..0000000000 --- a/docs/userguide/userguide/fr/applications/icon-o-matic.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
- - - - -
Index
Différences de format avec BeOS
- Les icônes sont des attributs
- Créer des icônes avec Icon-O-Matic
- Chemin (Path)
- Forme (Shape)
- Style
- Transformation (Transformer)
- Enregistrer une icône
- Trucs et astuces
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Icon-O-Matic
Réglages :~/config/settings/Icon-O-Matic
- -


- -

Avant de parler de la création d’icônes à l’aide d’Icon-O-Matic, voici quelques généralités sur les icônes de Haiku.

- -

-index -Différences de format avec BeOS : Vectoriel contre matriciel

-

Contrairement à BeOS, Haiku utilise des icônes vectorielles et non matricielles (bitmap). Un format spécial, le HVIF (Haiku Vector Icon Format, Format d’Icône Vectoriel de Haiku), optimisé pour des tailles de fichiers réduites et un rendu rapide, a été spécifiquement développé pour cet usage. C’est pourquoi ces icônes sont bien plus économes en espace disque que les icônes matricielles ou vectorielles au format SVG utilisées par d’autre systèmes. De plus, contrairement à BeOS, les icônes ne sont pas limités à une palette de couleurs 8 bits (256 couleurs).
-Prenez par exemple cette icône du Terminal :

- - - - -
MatricielSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1 024 octets
+ 256 octets
7 192 octets768 octets
-

Notez que BeOS utilisait deux versions de chaque icône, une en taille 16x16 et l’autre en taille 32x32, pour assurer une bonne représentation des icônes en mode liste, notamment.

-

Cette astuce n’est pas nécessaire avec les icônes vectoriels. En plus de prendre moins de place, ils peuvent être mis à l’échelle sans perte de qualité, contrairement aux icônes matricielles. (Note : BeOS ne permettait l’affichage qu’en 16x16 et 32x32.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Matricieli-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectorieli-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Les icônes sont des attributs

-

Les icône sont stockés dans des attributs de fichiers. Toutefois, cela ne signifie pas que chaque fichier doit avoir cet attribut pour apparaître avec une icône dans une fenêtre du Tracker : Les icônes des fichiers de données sont déterminés depuis leur type de fichier. Pour changer globalement l’icône d’un type, vous pouvez utiliser les préférences FileTypes. Si vous voulez seulement ajouter une icône spéciale à un fichier en particulier, vous pouvez utiliser l’extension FileType. Voyez le sujet types de fichiers pour plus d’informations.

-
Etant donné qu’il s’agit d’un attribut, le fichier doit être enregistré sur un système de fichier supportant les méta-données afin de pouvoir conserver son icône spécifique. Par conséquent, avant de transférer vos données depuis votre volume BFS, vous devriez les compresser pour ne pas perdre vos icônes personnalisées ou autres attributs.
- -

-index -Créer des icônes avec Icon-O-Matic

-

Icon-O-Matic est l’éditeur d’icônes de Haiku, et peut enregistrer votre travail aux formats HVIF, SVG ou PNG. L’icône peut également être attachée comme attribut à un fichier existant ou exportée comme ressource ou fichier source pour être utilisée par les développeurs. Comme cette application a été spécifiquement conçue pour le format HVIF, son fonctionnement reflète les caractéristiques de ce format.

-

Contrairement à d’autres programmes d’édition vectorielle, vous ne travaillez pas sur des objets séparés tous dotés de leurs caractéristiques individuelles (forme, taille de trait, couleur…). À la place, vous assemblez vos objets (« formes ») à l’aide de « chemins » et couleurs (« styles ») partagés et de quelques propriétés. Cette réutilisation des éléments est un point clé de l’efficacité de HVIF. Bien que cela impose quelques contraintes pour le dessinateur de l’icône, il y a également quelques avantages.
-Par exemple, en réutilisant un chemin, plusieurs objets peuvent être modifiés en même temps en manipulant juste celui-ci. Par exemple : un objet et son ombre.

- -

Voici un aperçu de la fenêtre d’Icon-O-Matic :

-i-o-m-overview.png - -

Pour créer un objet visible sur le canevas, vous devez créer une forme (shape) à l’aide d’un chemin (path) et d’un style. Pour simplifier, vous pouvez créer un de ces éléments, deux, ou les trois à la fois à l’aide du menu Shape. Chaque type d’élément (chemin, forme, transformation, et style) possède un menu au dessus de sa liste d’éléments, offrant diverses commandes. Chaque élément possède certaines options qui peuvent se configurer dans la vue Properties.

- - -

-index -Chemin (Path)

-

Un chemin est constitué de plusieurs points reliés par des lignes ou des courbes de Bézier. Pour ajouter ou modifier des points, vérifiez d’abord que le chemin est sélectionné dans la liste des chemins.

- -

Cliquez sur le canevas pour placer le premier point. Lorsque vous ajouterez un point, vous pourrez choisir si la ligne sera droite ou courbe : un clic simple produira une ligne droite, un clic maintenu suivi d’un déplacement de la souris permettra de déplacer les poignées (points de contrôle) de la courbe de Bézier. Bien sûr, vous pouvez aussi changer cela a posteriori.

- -i-o-m-path-ab - -

Pour passer de « A » à « B », vous devez transformer certains points d’extrémité de segment en extrémité de courbe. Ceci peut être réalisé en maintenant la touche ALT enfoncée lors du clic sur un point et en déplaçant les poignées. Ceci donne une courbe de Bézier symétrique : La seconde poignée suit le mouvement de la première. Si vous voulez déplacer les poignées de manière indépendante, cliquez sur une des poignées à nouveau en maintenant ALT. À l’inverse, vous pouvez passer de courbe de Bézier à segment en maintenant ALT et en cliquant sur un point.

- -

Pour déplacer un point, effectuez un glisser-déposer. Pour sélectionner plus d’un point, maintenez MAJ enfoncée et dessinez un rectangle de sélection. Les points sélectionnés sont signalés par une bordure rouge au lieu de noire.
-Pour insérer un point dans un chemin vous pouvez cliquer sur la ligne entre deux points.
-Les points sléectionnés peuvent être supprimés en tapant SUPPR ou en cliquant sur n’importe quel point tout en maintenant enfoncée la touche CTRL.

- -

Le curseur de la souris indique le mode actuel :

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Déplacer un/des point(s)Insérer un pointAjouter un pointSupprimer un point
CTRL
Segmen ↔ Bézier
ALT
Sélectionner des points
MAJ
-

Vous pouvez obtenir un menu contextuel en effectuant un clic droit sur un point ou un groupe de points sélectionnés :

- - - - - - -
Select allALT ASélectionne tous les points du chemin actuel.
TransformTPlace les points sélectionnés dans une boîte de transformation, afin que vous puissez les déplacer, redimensionner et tourner ensemble. Ceci fonctionne comme pour les formes, décrites plus loin.
SplitDuplique chaque points sélectionnés, en plaçant la copie au dessus de l’original.
FlipEffectue une rotation de 180° des points sélectionnés. A uniquement un effet sur les points des courbes de Bézier.
RemoveSupprSupprime les points sélectionnés
- -

Le menu Path (Chemin)

-

Le menu Path offre quelques options simples à comprendre, comme Add Rectangle (ajouter un rectangle), Add Circle (ajouter un cercle), Duplicate (dupliquer le chemin), Remove (supprimer le chemin). En voici quelques unes qui peuvent nécessiter une explication :

- - - - - - -
ReverseSi votre chemin n’est pas « fermé » (voyez les Propriétés de chemin ci-dessous), un clic sur le canevas créera toujours un nouveau point, en le connectant au point précédent. « Reverse » inversera cet ordre, et votre nouveau point se connectera au point de départ.
Clean UpSupprime les points redondants. Utile pour les fichiers SVG importés.
Rotate Indices RightALT REn pratique, ceci applique une rotation à l’ouverture d’un chemin. Cet effet se voit mieux avec un chemin ouvert auquel un style et une forme avec une transformation d’épaisseur. En pratique, si votre chemin ressemble à un ⊂, il tournera comme ceci : ⊂ ∩ ⊃ ∪.
Rotate Indices LeftALT MAJ RLa même chose dans l’autre direction.
- -

Propriétés de chemin

-

La zone Properties en bas à gauche de la fenêtre offre tous les réglages possible de l’objet sélectionné. Un chemin n’en a que deux : Name (nom) et Closed (fermé).

- - -

-index -Forme (Shape)

-

Une forme regroupe un ou plusieurs chemins avec un style. En pratique, c’est l’objet que vous verrez sur le canevas. Le regroupage est effectué à l’aide des cases à cocher au niveau des chemins et des styles : Sélectionnez simplement votre forme et cochez le(s) chemin(s) et le style désirés.

-

Une forme définit la manière dont un chemin et un style sont appliqués, c’est à dire si l’objet est rempli ou juste un contour (ce qui est fait en utilisant une Transformation sur la forme, ce que nous verrons plus tard). Une forme peut être déplacée, tournée et redimensionnée sans toucher au chemin utilisé. De cette manière, vous pouvez réutiliser un chemin unique dans plusieurs formes similaires.

- -i-o-m-shape - -

Quand une forme est sélectionnée dans la liste, un rectangle est dessiné autour d’elle. En fonction de l’endroit où vous cliquez, la forme sera déplacée, redimensionnée, ou tournée autour de son centre, qui peut lui-même être déplacé. En maintenant MAJ enfoncée, la direction sera bloquée lors d’un déplacement, les angles seront contraints à 45° lors d’une rotation, et les proportions seront conservées lors d’un redimensionnement. Le curseur de la souris indique le mode actuel :

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
DéplacerRedimensionnerRotationDéplacer le point
de rotation
- -

Les formes sont placées l’une sur l’autre, sur leur propre calque en quelque sorte. Pour les réordonnez, effectuez des glisser-déposer dans leur liste.

- -

Menu Shape (Forme)

-

Le menu Shape permet comme mentionné d’ajouter une forme vide (Add Empty), avec un chemin, style, chemin et style (Add With Path/Style/Path&Style), de dupliquer (Duplicate) ou de supprimer (Remove) une forme. De plus, il contient :

- - - -
Reset TransformationAnnule toutes les opérations (déplacement, redimensionnement, rotation) que vous avez appliqué à la forme.
Freeze TransformationLorsque vous transformez une forme, les chemins associés restent à leur position d’origine. Ceci peut être utile : Le chemin peut être utilisé par plus d’une forme, ou peut-être que vous avez utilisé Options | Snap to Grid pour placer les points sur des bordures de pixels.
-Dans le cas contraire, « Freeze Transformation » appliquera la transformation de forme actuelle au chemin assigné. Une option future « Reset Transformation » permettra de revenir à ce nouvel état.
- -

Propriétés de formes

-

En plus du nom (Name), la vue Properties offre ces options pour une forme :

- - - - -
Min LODNiveau de détail minimum
Max LODNiveau de détail maximum
- -
Niveau de détail (Level of Detail, LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Voyez-vous que la version 16x16 de l’icône BeVexed n’affiche pas de chiffres ? Ceci est réalisé avec l’option « Niveau de détail » de leurs formes.
-Grâce à ce réglage vous contrôlez la visibilité d’une forme en fonction de sa taille. De cette manière, vous pouvez masquer les détails d’une icône qui apparaissent bien en taille importante mais pas en petite taille.

-

Voici comment cela fonctionne : Un niveau de détail de 1.0 est défini à la taille 64x64. Pour obtenir le niveau de détail d’une taille inférieure, divisez celle-ci par 64; par exemple, une icône 16x16 aura un niveau de détail de 16/64 = 0.25. Une forme ne sera pas visible en dessous de son Min LOD et au dessus de son Max LOD.

-

Ainsi, si vous réglez Min LOD à 0.0 et Max LOD à 0.5, la forme ne sera visible que pour de tailles d’icône inférieures ou égales à 32 px. Si vous souhaitez exclure la taille 32 px, choisissez une valeur inférieure à 0.5, comme 0.49.

-

Le niveau de détail ne permet pas uniquement de supprimer des formes détailles, mais aussi par exemple de changer l’épaisseur de trait suivant la taille, si vous pensez que c’est nécessaire. Dupliquez simplement votre forme, effectuez vos changement et réglez leur valeurs LOD pour que l’une ou l’autre soit affichée. Voici une source de confusion potentielle, lorsque certaines valeurs LOD se recoupent et que vous vous demandez pourquoi les deux formes sont visibles à certaines tailles…
Par exemple, si la Forme 1 devait être visible en dessous de 48 px et la Forme 2 à partir de 48 px (LOD: 48/64 = 0.75) : -

- - - - - - - - -
OKPas OK !
Forme 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Forme 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Style

-

Un style peut être soit une couleur uniforme ou un dégradé d’un certain type.
-En plus des couleurs prédéfinies dans la palette Swatches, vous pouvez créez vos propres mélanges en cliquant sur l’indicateur de couleur actuel. Notez également la barre de défilement sous le spectre des couleurs qui permet de régler le canal alpha (transparence).

-i-o-m-gradients -

Vous pouvez facilement créer un nouveau style en choisissant un couleur et en la glissant-déposant dans la liste des styles.

-

Si vous optez pour un dégradé, choisissez son type (Linear pour linéaire, Radial pour circulaire, Diamond pour carré, Cone pour conique) et choisir les couleurs de début et de fin. Ceci de fait en glissant-déposant des couleurs depuis la palette dans les indicateurs respectifs situés sous le dégradé.
-Vous pouvez bien sûr déplacer ces indicateurs pour changer l’apparence du dégradé. Vous pouvez aussi insérer plus d’indicateurs afin d’ajouter des couleurs en double-cliquant sur le dégradé. Tapez SUPPR pour supprimer l’indicateur sélectionné.

-

Vous pouvez déplacer, redimensionner et pivoter la boîte représentant le dégradé sur le canevas jusqu’à ce qu’elle vous convienne. Le fonctionnement est similaire à celui des formes.

- -

Menu Style

-

Le menu Style offre les options habituelles pour ajouter (Add), dupliquer (Duplicate) ou supprimer (Remove) un style, ou encore réinitialiser les tranformations (Reset Transformation).

- -

Propriétés des styles

-

La propriété Name (nom) est la seule disponible pour les styles.

- - -

-index -Transformation (Transformer)

-

Une forme peut utiliser des Transformations (Transformers) pour changer d’apparence.

- -

Menu d’ajout de transformations

- - - -
ContourAjoute une bordure à une forme.
StrokeDessine le chemin d’une forme au lieu de le remplir avec un style.
- -

Suivant la transformation que vous utilisez, vous pourrez définir différentes propriétés.

- -

Propriétés des transformations

-

En plus du nom (Name) et de la largeur (Width) utilisée par la transformation, la zone des propriétés permet de définir ces options (avec quelques variantes suivant la transformation) :

- - - - - -
CapsSeulement pour « Stroke ». Définit la forme des extrémités de ligne : Butt (pointe), Square (carré) ou Round (arrondi).
Detect Orient.Seulement pour « Contour ». Détermine si la bordure est à l’intérieur ou l’extérieur du chemin.
JoinsIndique comment les lignes sont jointes à un point : Miter (en biseau), Round (arrondi) ou Bevel (pente).
Miter LimitSeulement si l’option Joins est définie à « Miter ». Permet de régler l’apparence de la jointure en biseau.
- - -

-index -Enregistrer une icône

-

Les autres éléments de menu File, Edit, Options sont habituels. Nous allons donc nous intéresser aux spécificités de l’enregistrement de votre travail.

-

File | Save As... permet d’enregistrer dans le format spécial d’Icon-O-Matic qui enregistre des informations supplémentaires comme le nom des chemins, des formes et des styles. Celles-ci seront éliminées lors de l’enregistrement de l’icône finale pour gagner de la place. Il est donc préférable de sauvegarder votre travail à l’aide de cette option, car en l’absence d’objets nommés tout les éléments seront nommés « <path>/<shape>/<style> » qui rendent difficiles les modifications.

- -

File | Export As... ouvre l’habituelle boîte de dialogue d’enregistrement, munie d’un menu de format de fichier, contenant ces choix :

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefEnregistrement en tant que fichier ressource. Utile pour les programmeurs.
HVIF Source CodeEnregistrement en tant que fichier de code source. Utile pour les programmeurs.
SVGEnregistrement au format SVG
PNGEnregistrement au format PNG, taille 64x64
PNG SetEnregistrement au format PNG, tailles 16x16, 32x32, 64x64
BEOS:ICON AttributeDéfinir l’attribut d’icône du fichier sélectionné
META:ICON AttributeAttacher l’icône à un fichier en tant que métadonnées
- - -

-index -Trucs et astuces

-

Voici quelques conseils que vous devriez avoir en tête lorsque vous travaillez avec Icon-O-Matic :

-
    -
  • Lisez les règles d’icônes [en] pour connaître les principales caractéristiques des icônes de Haiku, comme leur perspective, couleurs, et ombres.

  • -
  • Essayez de minimiser l’utilisation des chemins, ce sont les éléments les plus coûteux en terme de taille de fichier. Réutilisez-les chaque fois que possible et travaillez avec des formes modifiées et/ou transformées. L’utilisation astucieuse des dégradés peut également permettre de conserver de l’espace.

  • -
  • Chaque fois que possible, vous devriez activer le réglage Snap-to-Grid (aligner sur la grille) du menu Options lorsque vous travaillez sur des chemins. Les points d’un chemin alignés sur la grille de 64x64 pixels utilisent moins d’espace de stockage. Vous obtiendrez aussi un meilleur rendu si ces points sont alignés sur des bordures de pixels. Par exemple, les bordures les plus importantes de votre icône devraient être alignées avec la grille 16x16.

  • -
  • Vérifiez la prévisualisation pour vous assurez que votre icône est correctement rendue en taille 16x16. Vous aurez peut-être besoin d’utiliser le réglage de niveau de détail décrit dans la partie sur les formes.

  • -
  • Il existe une manière simple de produire des lettres, même si Icon-O-Matic ne fournit pas cette fonction. Entrez votre texte dans un éditeur comme StyledEdit, ajustez la taille et le style de police et glissez-déposer ou copiez-coller le texte sélectionné dans Icon-O-Matic. Les chemins et formes correspondant au texte seront automatiquement créés.

  • -
  • Si vous utilisez plus d’un chemin pour une forme, leur parties communes s’annuleront entre elles. Si l’un des chemins est complètement inclus dans l’autres, il créera un trou dans la forme résultante.

  • -
  • Vous pouvez agrandir et rétrécir le canevas en utilisant la molette de souris. Le déplacement peut ensuite se faire soit par cliquer-glisser à l’aide du bouton du milieu de la souris, ou par un clic gauche effectué en maintenant la touche ESPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/installer.html b/docs/userguide/userguide/fr/applications/installer.html deleted file mode 100644 index 38f1f57a4e..0000000000 --- a/docs/userguide/userguide/fr/applications/installer.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Installer
Réglages :aucun
-


-

Installer est utilisé pour répliquer Haiku sur un nouveau volume.
-Au lancement, il affiche une fenêtre de démarrage qui contient des renseignements importants. Ce n'est pas le stupide CLUF que vous avez l'habitude d'accepter en un clin d'œil, il indique que :

-
    -
  • Ce logiciel en version alpha n'étant pas exempt de défaut, faites des sauvegardes ou vous devrez en assumer les conséquences !

  • -
  • Vous devez préparer une partition avant d'utiliser Installer. Vous pouvez utiliser GParted LiveCD ou tout autre outil comparable jusqu'à ce que DriveSetup, l'outil d'Haiku, soit assez mature pour effectuer cette tâche.

  • -
  • Haïku peut être ajouté manuellement au gestionnaire d'amorçage GRUB. -Un guide d'installation en ligne détaille la procédure à suivre.
  • -
-



-

Une fois que vous avez accepté avec Continue, vous arrivez dans la fenêtre principale :

-installer.png -

Dans la première liste déroulante, vous choisissez la source de l'installation. Ce peut être la version d'Haiku actuellement installée, le CD d'installation, ou une clé USB, etc
-La seconde liste déroulante spécifie la destination de l'installation. Cette partition (ou volume) cible qui devra être préalablement allouée à l'aide d'un outil de partitionnement comme GParted, sera complètement écrasée au début de l'installation.

-

En cliquant sur Show Optional Packages, vous développerez, si disponible, les composants complémentaires à installer en plus de la base d'Haiku.

-

Vérifiez une dernière fois la destination que vous avez choisi avant de démarrer le processus d'installation. Cliquez sur Setup partitions... afin d'ouvrir DriveSetup. -Vous verrez ainsi le nom et l'emplacement des volumes et partitions disponibles.

-

Begin (Commencer) commence la procédure d'installation, qui copie basiquement les dossiers /home/ et /system/ sur le volume cible puis le rendre amorçable.

- -

index -Outils

-

Bien que la partition soit automatiquement rendu amorçable à la fin de la procédure d'installation, il peut arriver que certains autres systèmes d'exploitation ou outil de partitionnement remplacent (accidentellement) le secteur d'amorce de votre volume Haïku. Dans ce cas, amorcez votre système à partir de votre CD d'installation et démarrez Installer. Sélectionnez la partition Haiku que vous voulez rendre à nouveau amorçable dans la liste déroulante Onto: Please Choose Target puis sélectionnez Write Boot Sector dans le menu Tools.

-

L'autre élément Set up a boot menu du menu Tools (outils) sert à installer un menu dans le secteur d'amorce afin de choisir le système d'exploitation à démarrer. Consulter le sujet qui parle du Gestionnaire d'amorçage pour plus d'information.
-Vous n'avez pas besoin d'installer de Gestionnaire d'amorçage (Boot Manager) si vous utilisez déjà un gestionnaire d'amorçage comme GRUB, dans ce cas, vous devez ajouter manuellement Haiku (voir ci-dessus), ou si seul Haiku fonctionne sur votre machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/list-cli-apps.html b/docs/userguide/userguide/fr/applications/list-cli-apps.html deleted file mode 100644 index 3a09fd1f3d..0000000000 --- a/docs/userguide/userguide/fr/applications/list-cli-apps.html +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - - - - Liste des commandes - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

cli-app-icon_64.pngListe de tous les programmes en ligne de commande

- - -
Localisation :/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Tous les programmes en ligne de commande fournies avec Haiku se trouvent soit dans /boot/system/bin, soit dans /boot/common/bin. -Vos propres programmes, ou ceux que vous installez en plus devrait aller dans ~/config/bin. -Tous ces emplacements font partie de la variable PATH et sont donc automatiquement détectés.
-Voici une liste de touts les programmes en ligne de commande qui sont livrés avec Haiku. Chacun est accompagné seulement d'une courte description de ce qu'il fait. Pour des informations plus détaillées sur son utilisation, exécutez la commande avec le paramètre --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Démarre le service pour surveiller extensions des médias audio et vidéo en cours d'utilisation.
FirstBootPrompt Configuration de la langue et du clavier.
[ Renvoi vrai ou faux après avoir comparé les éléments.

indexA

addattr Ajoute un attribut à un fichier, en convertissant les valeurs conformément au type. (spécifique à Haiku)
alert Affiche une boite de message. (spécifique à Haiku)
arp Manipule le cache système ARP.
awk Voir gawk.
base64 Chiffre ou déchiffre des données en Base64.
basename Retire le répertoire et éventuellement le suffixe d'une chaîne /chemin/vers/NomDeFichier [suffixe-optionnel].
bash Interpréteur de commande Bourne-Again
bc Un langage de calculatrice à précision arbitraire.
beep Fait retentir la sonnerie.
bunzip2 Voir bzip2.
bzip2 Compresseur de fichier.
c++ Compilateur C++
cal Affiche un calendrier.
cat Concatènate les fichiers et les affiche sur la sortie standard.
catattr Affiche le contenu des attributs d'un fichier. (spécifique à Haiku)
cc Compiler C
checkfs Vérifie et répare le système de fichiers. (spécifique à Haiku)
checkitout Extrait les sources contenues dans un référentiel simplement à partir de leur URL.
chgrp Change des fichiers de groupes.
chmod Change les permissions d'accès des fichiers.
chop Découpe un fichier en plusieurs petits fichiers.
chown Change le propriétaire des fichiers.
chroot Exécute une commande depuis le répertoire racine spécifié.
cksum affiche la somme de contrôle CRC (Contrôle de Redondance Cyclique) et nombre d'octets des fichiers.
clear Nettoie la fenêtre du terminal.
clockconfig Imprime la configuration de l'horloge.
cmp Comparaison de fichiers octet par octet.
collectcatkeys [Résidu des évolutions du locale-kit.]
comm Comparaison de fichiers triés ligne par ligne.
compress Programme de compression de données.
consoled Démon de la console
copyattr Copie tous ou une partie des attributs d'un ou plusieurs fichiers vers un autre fichier ou un nouveau. (spécifique à Haiku)
cp Copie des fichiers et des répertoires.
csplit Découpe un fichier en morceaux séparés par le motif spécifié.
ctags Génère un fichier d'index pour les objets trouvés dans les fichiers sources d'une grande variété de langage.
cut Affiche des sections à partir de chacune des lignes d'un fichier.
date Affiche ou règle l'heure ou la date courante.
dc Langage pour une calculatrice de bureau.
dd Copie, convertit et formate des données brutes conformément aux opérandes.
desklink Installe des éléments dans la Deskbar. (spécifique à Haiku)
diskimage Enregistre un fichier en tant que périphérique disque afin que le volume puisse être monté. (spécifique à Haiku)
df Rend compte de l'espace libre et utilisé des volumes montés.
diff Comparaison de fichiers ligne à ligne.
diff3 Comparaison de trois fichiers ligne à ligne.
dircolors Configuration des coleurs pour ls.
dirname Supprime le nom de fichier d'une chaîne /chemin/vers/NomDeFichier.
draggers Affiche/définit l'état de la poignée des réplicants.
driveinfo Affiche les informations du matériel
dstcheck Affiche une boîte de message lors du passage à l'heure d'été ou d'hivers.
du Affiche un résumé de l'espace disque occupé par les fichiers, ou les répertoires de manière récursive.
dumpcatalog [Résidu des évolutions du locale-kit.]
echo Affiche une ligne de texte.
egrep Voir grep.
eject Éjecte un média amovible.
env Exécute un programme dans un environnement modifié.
error Affiche un message clair pour le code d'erreur donné.
expand Convertit les tabulations en espaces.
expr Affiche la valeur d'une expression.

F

factor Affiche les facteurs premiers des nombres entiers.
false Ne fait rien, mais indique un « échec » en retournant la valeur 1.
fdinfo Affiche les informations sur les descripteurs de fichiers utilisés dans le système.
ffm Fait en sorte que le focus suive la souris.
fgrep Voir grep.
filepanel Affiche une boite de dialogue d'ouverture ou de sauvegarde de fichier. (spécifique à Haiku)
find Recherche des fichiers dans une arborescence de répertoires.
finddir Trouve les répertoires spéciaux définis par le système.
fmt Re-formate les paragraphes d'un fichier.
fold Découpe les lignes d'un fichier d'entrée.
fortune Affiche au hasard un adage optimiste.
frcode Appelé par updatedb pour compresser la liste des noms de fichiers.
freetype-config Affiche les informations de compilation et d'édition de lien de FreeType.
fstrim Envoi la commande « TRIM » à un disque SSD.
ftp Programme de transfert de fichier.
ftpd Serveur FTP
funzip Extrait le premier élément d'une archive vers la sortie standard.
fwcontrol Programme de contrôle du FireWire.
gawk Langage d'analyse pour le traitement des données textuelles.
gdb Débogueur GNU.
getlimits Imprime des limites en fonction de la plateforme dans un format utile pour les scripts shell.
grep Recherche un motif.
groups Affiche les groupes dont chaque utilisateur est membre.
gunzip Voir gzip.
gzexe Compresse ou décompresse des exécutables.
gzip Compresse ou décompresse des fichiers.
hd Vidage hexadécimal
head Affiche les premières lignes d'un fichier.
hey Un petit utilitaire pour faire interagir les scripts avec les applications ayant une interface graphique.
hostname Affiche ou défini le nom d'hôte du système.
id Affiche les informations de l'utilisateur et du groupe.
ident Identifie les mots-clés RCS dans les fichiers.
ifconfig Configure une interface réseau.
install Copie des fichiers vers une destination sans perturber le fonctionnement du système.
install-wifi-firmwares.sh Installe le micrologiciel (firmware) de divers adaptateurs réseaux sans-fils.
installsound Installe un nouveau son pour un événement dans le panneau des préférences sonores.
iroster Liste les périphériques d'entrés.
isvolume Récupère les informations sur un volume monté.
join fusionne les lignes de deux fichiers texte triés en fonction de la présence d'un champ commun.

indexK

kernel_debugger Entre dans le débogueur du noyau.
keymap Charge ou enregistre la disposition des touches du clavier.
kill Envoi un signal pour mettre fin à un processus.
less Visualise un fichier.
lessecho Reproduire ses arguments en développant les méta-caractères ‘*’ et ‘?’ dans les noms de fichiers.
lesskey Spécifie les clés de liaisons qui doivent être utilisées par "less".
link Crée un lien vers un fichier.
linkcatkeys [Résidu des évolutions du locale-kit.]
listarea Énumère les Informations d'espace mémoire de tous les processus en cours d'exécution.
listattr Liste les attributs d'un fichier. (spécifique à Haiku)
listdev Affiche tous les périphériques matériels.
listimage liste les informations des modules chargés par les processus en cours.
listport Liste tous les ports ouverts du système, organisés par processus.
listres Liste les ressources des fichiers.
listsem Liste les sémaphores alloué par un processus.
listusb Liste les périphériques USB.
ln Crée un lien vers un fichiers.
locale Affiche le réglage de la langue, sa LC_CTYPE et les préférences de formatage.
locate Repère l'emplacement d'un fichier.
logger Envoie un message vers le journal.
login Ouvre une session sur le système.
logname Affiche le nom de l'utilisateur en cours.
ls Liste le contenu d'un répertoire.
lsindex Display the indexed attributes on the current volume/partition. (spécifique à Haiku)
mail2mbox Convertit les fichiers e-mail de BeOS en fichiers de boîtes aux lettres Unix.
make Utilitaire GNU « make »
makebootable Rend le périphérique ou la partition BFS amorçable en écrivant le code d'amorce dans les 2 premiers secteurs.
mbox2mail Convertit les fichiers de boîtes aux lettres Unix en fichiers e-mail de BeOS.
md5sum Affiche ou vérifie les sommes de contrôles MD5.
merge Fusion de fichiers tripartite.
message Affiche un fichier BMessage plat.
mimeset Affecte un type MIME à un fichier.
mkdepend Makefile dependency generator.
mkdir Crée un répertoire.
mkdos Initialise un volume FAT.
mkfifo Crée des canaux nommés.
mkfs Initialise un système de fichier.
mkindex Crée un nouvel index sur un attribut. (spécifique à Haiku)
mktemp crée de manière fiable un fichier temporaire ou un répertoire.
modifiers Affiches les touches modificatrices actuellement pressées ou relâchées.
more Voir less.
mount Monte un système de fichier.
mount_nfs Monte un volume NFS.
mountvolume Mounte un volume par son nom.
mv Déplace ou renomme un fichier.
netcat Utilitaire TCP et UDP.
netstat Affiche les connexions réseau, les tables de routage, les statistiques des interfaces, les correspondances pour chaque connexions et les abonnements aux diffusions.
nl Affiche chaque fichier en ajoutant les numéros de lignes.
nohup Exécute une commande insensible aux signaux de déconnexions.
nproc Affiche le nombre d'unités de traitement disponibles.
od Écrit une représentation non ambigüe d'un fichier.
open Ouvre une application ou un document à partir de l’interpréteur de commandes. (spécifique à Haiku)

indexP

package Crée, inspecte, ou extrait un paquet Haiku.
package_repo Crée ou inspecte un dépôt de paquets Haiku.
passwd Change le mot de passe de l'utilisateur.
paste Affiche séquentiellement les lignes de chacun des fichiers en entré, en les séparant par des tabulations.
patch Applique un correctif (diff) au fichier d'origine.
pathchk Diagnostique les noms de fichiers invalides ou non portables.
pc Calculatrice du programmeur
ping Envoi une requête d'écho ICMP à une machine du réseau.
pkg-config Analyse et configures un paquet Haiku.
pkgman Gère les paquets et les dépôts.
play Joue les pistes d'un CD.
playfile Joue un fichier audio.
playsound Joue un fichier audio.
playwav Joue un fichier WAV.
pr Pagine ou met en colonnes des fichiers pour l'impression.
printenv Affiche la valeur d'une variable d'environnement.
printf Formate et affiche des données.
prio Change la priorité d'un processus.
profile Analyseur de performances des tâches.
ps Liste les processus en cours d'exécution.
ptx Génère un index permuté, incluant le contexte, des mots contenus dans le fichier d'entrée.
pwd Affiche le répertoire courant.
query Un utilitaire en ligne de commande pour émuler la fonction de "Find by formula" (recherche par formule) du Tracker. (spécifique à Haiku)
quit Quitte une application.
rc Compilateur de ressources.
readlink affiche le chemin cible d'un lien symbolique.
reindex Met les attributs des fichiers existants dans l'index nouvellement créé. (spécifique à Haiku)
release Libère un sémaphore.
renice Modifie la priorité d'un processus en cours.
rlog Affiche les messages de journalisation et autres informations sur les fichiers RCS.
rm Supprime des fichiers et des répertoires.
rmattr Retire un attribut à un fichier. (spécifique à Haiku)
rmdir Supprime un répertoire.
rmindex Retire un index sur un attribut. (spécifique à Haiku)
roster Affiche les informations concernant les processus en cours.
route Liste et manipule les routes réseaux.
safemode Vérifie si le système est en mode sans échec.
screen_blanker Démarre écran de veille.
screenmode Affiche ou règle le mode de l'écran.
sdiff Imprime ou fusionne les différences entre deux fichiers côte à côte.
seq Génère une séquence de nombres.
setdecor Montre ou règle le décorateur de fenêtres.
setgcc Indique ou règle la version de gcc utilisée.
settype Affecte un type MIME à un fichier, une signature, et une application préférée.
setversion Affiche la version du fichier.
setvolume Règle le volume des sons systèmes.
setwep Fournit le chiffrage WEP pour les réseaux sans fil.
sh Voir bash.
sha1sum Affiche ou vérifie les sommes de contrôles SHA1.
shar Crée des archives shell.
shred Écrase un fichier à plusieurs reprises.
shuf Génére des permutations aléatoires des lignes en entrée.
shutdown Arrête l'ordinateur.
sleep Marque une pause du nombre de secondes spécifiées.
sort Affiche la concaténation triée de tous les fichiers.
spamdbm Classe les messages e-mail comme spam ou authentique.
split Découpe les fichiers d'entrée en morceaux de fichiers de tailles fixes avec un préfixe.
stat Affiche l'état d'un fichier ou d'un système de fichier.
strace Piste les appels systèmes (syscalls) d'une tâche ou d'un processus.
stty Affiche ou défini les caractéristiques du terminal.
su Change l'identifiant effectif de l'utilisateur et du groupe.
sum Affiche la somme de contrôle et le nombre de blocs pour chaque fichier.
sync Force l'écriture sur disque des blocs modifiés et met à jour le super bloc.
sysinfo Affiche les informations du système.

indexT

tac Concatène et affiche les fichiers en commençant par les dernières lignes.
tail Affiche les dix dernières lignes d'un fichier.
tcpdump Capture le trafic réseau.
tcptester [obsolète]
tee Duplique le flux de données vers un fichier.
telnet Interface utilisateur pour le protocole telnet.
telnetd Serveur Telnet.
test Renvoi vrai ou faux après avoir comparé les éléments.
timeout Démarre une commande et la tue si elle est toujours active après un nombre donné de secondes.
top Affiche les tâches en cours et l'utilisation du processeur.
touch change l'horodatage d'un fichier.
tput Initialise un terminal ou interroge la base de données des descriptions de terminaux.
tr Transpose ou élimine des caractères dans un fichier ou un flux de données.
traceroute Affiche la route que les paquets prennent à travers le réseau.
translate Utilise les traducteurs de données (DataTranslators) pour convertir les fichiers d'un format à un autre.
trash Envoi des fichiers à la corbeille ou les restaure.
true Ne fait rien, mais indique un « succès » en retournant la valeur 0.
truncate Étend ou réduit la taille d'un fichier.
tsort Effectue un tri topologique.
tty Affiche le nom de fichier du terminal connecté à l'entrée standard.
uname Affiche les informations système.
unchop Reconstitue un fichier précédemment découpé avec chop.
unexpand Converti les blancs en tabulations.
uniq Élimine les lignes dupliquées dans le flux de données.
unlink Appelle la fonction unlink (délier) pour supprimer le fichier spécifié.
unmount Démonte un volume.
unrar Décompresse une archive Rar.
unshar Décompresse une archive shar.
untrash Voir trash.
unzip Décompresse une archive ZIP.
unzipsfx Rend une archives Zip existante auto-extractible.
updatedb Met à jour une base de données de localisation.
uptime Affiche la date, l'heure ainsi que le temps écoulé depuis le démarrage du système.
urlwrapper Permet d'envelopper les URL afin de les utiliser dans une ligne de commande ou d'autres applications qui ne les manipulent pas directement.
useradd Crée un nouvel utilisateur.
uudecode Décode un fichier encodé au format UU (Unix vers Unix).
uuencode Encode un fichier au format UU (Unix vers Unix) afin qu'il puisse être posté vers un système distant.
vdir Liste les informations d'un fichier.
version Retourne la version d'un fichier.
vmstat Affiche les informations du système de mémoire virtuelle.
waitfor Attend l'apparition de la tâche spécifiée. (spécifique à Haiku)
watch Exécute un programme à intervalles réguliers.
wc Affiche le décompte de paragraphes, de mots et de lettres (octets) d'un fichier.
wget Outil de téléchargement via HTTP, HTTPS ou FTP
which Trouve une commande.
whoami Affiche le nom de l'utilisateur associé à l'identificateur effectif (user ID ou UID) courant de l'utilisateur.
xargs Construit et exécute les lignes de commandes qui lui sont fournies en entrée.
xres Liste et manipule les ressources.
yes Répète une chaîne jusqu'à ce qui lui soit mit fin.
zcat Voir gzip.
zcmp Voir zdiff.
zdiff Compare des fichiers compressés.
zforce Impose l'extension '.gz' pour les fichiers Gzip.
zgrep Scrute dans une archive les fichiers qui correspondent à une expression régulière.
zip Ajoute ou remplace des éléments dans une archive Zip.
zipcloak Chiffre tous les éléments non chiffrés d'une archive Zip.
zipgrep Examine un élément donné d'une archive Zip à la recherche d'une chaine ou d'un motif.
zipinfo Voir unzip.
zipnote Affiche les commentaires dans les archives Zip.
zipsplit Découpe une archive Zip en fichiers plus petits.
zmore Comme more, mais opère sur le contenu non compressé de n'importe quelle archive.
znew Recompresse des fichiers .Z en archives .gz (Gzip).
-
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/magnify.html b/docs/userguide/userguide/fr/applications/magnify.html deleted file mode 100644 index 312300cc7d..0000000000 --- a/docs/userguide/userguide/fr/applications/magnify.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
- -

magnify-icon_64.pngMagnify

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Magnify
Réglages :~/config/settings/Magnify_prefs
-


-

Magnify montre une version agrandie de la zone autour de votre pointeur de souris.

-magnify.png -

En haut, vous trouverez la taille et le niveau d'agrandissement de la zone. "32 x 32 @ 8 pixels/pixel" signifie que vous regardez un carré de 32 pixels de coté autour de votre pointeur de souris et que chaque pixel est agrandi 8 fois.

-

En-dessous, une valeur RVB et hexadécimale représente la couleur du pixel marqué par un contour rouge
-Vous pouvez déplacer le contour rouge avec les touches / / / .

-

Pour mesurer les distances et aligner des objets, vous pouvez ajouter jusqu'à deux cibles bleues avec CMD H. -Leurs coordonnées X/Y à partir du coin supérieur gauche sont affichés en bas. -si les deux sont ajoutées, l'affichage sera complété de la distance X/Y entre l'un et l'autre.
-elles peuvent aussi être déplacées avec les touches / / / . La cibles active est marquée d'un "x".

-

Vous pouvez déplacer le pointeur de la souris pixel par pixel avec les touches OPT / / / .

-

un clic sur le menu déroulant vous proposera -un certain nombre d'options :

- - - - - - - - - - - - - - -
Save ImageALT S Sauvegarde la visualisation en cours dans un fichier de ressource
Copy ImageCMD C Copie la visualisation en cours dans le presse papier.
Hide/Show InfoCMD T Bascule l'affichage de toutes les informations complémentaires.
Add a CrosshairALT H Ajoute une croix que vous pouvez déplacer.
Remove a CrosshairALT MAJ H Retire la dernière croix que vous avez ajoutée.
Hide/Show GridALT G Affiche la grille en surimpression.
Freeze/Unfreeze imageCMD F Arrête/reprend la mise à jour de la zone d'agrandissement.
Stick CoordinatesALT I Continue de mettre à jour la zone agrandie, mais sans suivre plus longtemps le pointeur de la souris.
Make SquareALT / Revient à un écran carré après le redimensionnement de la fenêtre.
Decrease Window SizeALT - Rétrécit la zone la zone prise en compte autour du pointeur de la souris.
Increase Window SizeALT + Agrandie la zone prise en compte autour du pointeur de la souris.
Decrease Pixel SizeALT , Diminue le grossissement.
Increase Pixel SizeALT . Augmente le grossissement.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/mail.html b/docs/userguide/userguide/fr/applications/mail.html deleted file mode 100644 index 34dd8be1ce..0000000000 --- a/docs/userguide/userguide/fr/applications/mail.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- - - - -
Index
Lecture des messages
- Créer des nouveaux messages
- Préférences
- -

mail-icon_64.pngMail

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Mail
Réglages :~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Les objets mis ici apparaissent dans le menu contextuel de la boite de réception
-~/config/settings/Mail/signatures/ - Emplacement pour stocker les signatures
-~/config/settings/Mail/status/ - Emplacement pour stocker les statuts personnels
-


-

Mail est le visonneur et l'éditeur de courriel par défaut de Haiku. Il ne fait pas lui même ni l'envoie ni la réception de courriel, dont mail_daemon s'occupe et qui peut être configuré par E-mail.

-

Cette article est une vue d'ensemble de l'application Mail. L'Atelier : Gérer son courrier contient plus d'information sur le fonctionnement du courriel dans Haiku.

-

-index -Lecture des messages

-

L'ouverture d'un fichier de courrier se fait par un double-clic. L'interface est assez simple :

-email-read.png -

Un menu et une barre d’outils éventuelle en haut, avec une zone contenant les attributs intéressants du courriel (À, De, Objet, Date) en dessous et le corps du message. Si le message contient des caractères étranges ou apparaît vide, essayez de changer le Décodage depuis le menu déroulant.

-

Lorsqu’il y a des pièces jointes au courriel, elles sont listée à la fin du message. Un menu déroulant s’ouvre avec un clic-droit sur l’une d’elles qui propose d’Enregistrer le fichier joint… ou d’Ouvrir le fichier joint. Vous pouvez aussi le glisser-déposer sur le bureau ou une fenêtre du Tracker.

-

La plupart des menus et des éléments de la barre d'outils étant assez explicites, Nous allons nous concentrer sur les points phares.

-

-indexFile (Fichier)

-

Lorsque vous fermez la fenêtre d’un nouveau courriel, son statut est normallement changé de « New » (nouveau) à « Read » (lu). Mais vous pouvez aussi utiliser d’autres statuts en le choisissant dans le sous-menu Close and.... Vous trouverez aussi l’option Set to... pour créer votre propre statut qui sera enregistré dans ~/config/settings/Mail/status/.

-

-indexEdit (Édition)

-

Vous trouverez un élément pour modifier les préférences de Mail (Preferences...) (voir plus bas) et un raccourci pour gérer vos comptes (Accounts...) qui ouvrira la fenêtre des préférences de E-mail.

-

-indexView (Vue)

-

Vous aurez rarement besoin de ce menu.

- - - -
Show headerALT HMontre toutes les en-têtes du courriel, pour tracer le chemin parcouru par le courriel par exemple.
Show raw messageAffiche le courriel brut, i.e. avec tous les caractères de contrôle et sans la coloration des citations et des URL de Mail, par exemple.
-

-indexMessage

-

Des explications sur les options de réponse sont sans doute nécessaires.

- - - - -
ReplyALT RLa réponse habituelle au serveur qui vous a envoyé le courriel. NOTE : dans le cas d’une liste de diffusion, la réponse est envoyée à la liste, pas seulement à la personne qui a écrit le message !
Reply to senderOPT ALT RPar contre, cette option envoie directement et seulement à la personne contenue dans l’attribut « From ».
Reply to allSHIFT ALT RRépond à l’expéditeur et aux autres destinataires (en copie carbonne) du courriel d’origine.
-
Si vous surlignez un passage dans le courriel avant de répondre, seul ce texte sera cité dans votre réponse. Un bon moyen de réduire les citations excessives, qui sont mal vues par presque tout le monde…
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries (Requêtes)

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Créer des nouveaux messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Encore une fois, nous allons nous concentrer sur les fonctions les plus intéressantes des menus.

-

-indexFile (Fichier)

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit (Édition)

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

Les fichiers joints sont listés sous la section d'entête. Vous pouvez retirer un mail en invoquant le menu contextuel ou en le sélectionnant avant de presser la touche Suppr.

- -

-indexQueries (Requêtes)

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Préférences

-email-preferences.png -

Les préférences de courrier se présentent en deux parties :

-

-indexUser interface (Interface utilisateur)

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
Font (Police)Sets the type of font used for the email text.
Size (Taille)Sets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing (Publipostage)

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/fr/applications/mediaplayer.html b/docs/userguide/userguide/fr/applications/mediaplayer.html deleted file mode 100644 index 395eb33f45..0000000000 --- a/docs/userguide/userguide/fr/applications/mediaplayer.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/MediaPlayer
Réglages :~/config/settings/MediaPlayer
-


-

MediaPlayer est le lecteur par défaut pour tous les fichiers audio et vidéo. Grâce à la bibliothèque ffmpeg, une pléthore de formats couramment utilisés sont pris en charge. Son interface simple fournie toutes les commandes que vous attendez :

-mediaplayer.png -

Le curseur de la barre de progression vous permet de changer rapidement de position, En passant la souris au-dessus il affichera le temps écoulé et restant à lire. un clic sur ​​l'affichage de l'heure à la droite de cet indicateur, basculera entre un affichage court ou long du temps restant.
-En-dessous vous trouverez les contrôles habituels pour revenir à la piste précédente, suspendre/reprendre la lecture, l'arrêter et passer à la piste suivante. Vient ensuite le contrôle du volume (en cliquant sur le symbole du haut-parleur vous pourrez basculer en mode sourdine), et un VU-mètre.

- -

Lecture audio et vidéo

-

Comme il n'y a pas de fonctionnalités spécifiques à la lecture audio, nous allons passer directement aux fonctionnalités vidéo ou générales.

-mediaplayer-info.png -

Les informations du fichier File info... (Alt I) sont disponibles pour tous les médias. Vous accédez ainsi à la durée du fichier, aux détails des pistes Audio/Vidéo et de leurs codecs.

-

Les commandes du menus les plus utilisées sont également accessibles dans le menu contextuel d'un clic droit dans ​​la zone vidéo, Cequi est très pratique en mode plein écran.
-Dans Vidéo, vous trouverez les options pour agrandir l'image et pour forcer ses proportions. Laisser les proportions par défaut dans les réglages du flux (Stream settings) est ce qui fonctionne le mieux pour les fichiers encodés correctement.

-

MediaPlayer supporte les sous-titres au format SRT. Pour les faire apparaître dans Subtitles (Sous-titres), leurs noms de fichiers doivent être identiques à celui du fichier vidéo avec à la place de l'extension, le nom de la langue et le suffixe ".srt". Par exemple :

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Le sous-menu Video | Track -(Vidéo | Piste) vous permet de choisir entre les différentes pistes audio qui peuvent être contenues dans le fichier vidéo quand celui ci contient plusieurs langues. -Le sous-menu Video | Track (Vidéo | Piste) vous offre la même chose quand plusieurs vues différentes sont disponibles dans le flux vidéo.

-

Vous pouvez : basculer en mode Plein écran (Full screen) avec Alt Entrée, Alt F ou un double-clic; cacher les bordures de fenêtres et les boutons de contrôles du MediaPlayer avec Masquer l'interface (Hide interface), Alt H ou un double-clic droit; ou encore garder la fenêtre Toujours au dessus (Always on top) ou Alt A.

- -

Listes de lectures

-

MediaPlayer | Playlist... (ALT P) ouvre la fenêtre de la d'attente. Double-cliquez sur une entrée pour commencer la lecture du fichier associé.

-mediaplayer-playlist.png -

Vous pouvez ajouter plus de fichiers en les déposant dans la liste, et modifier leur ordre en les déplaçant à la souris. -À partir du menu Edit (Éditer) vous pouvez Mélanger (Randomize) ou retirer (Remove / Suppr) une entrée de la liste ou encore Envoyer le fichier à la corbeille pour le supprimer réellement (Move to Trash / ALT T).

-

Bien sûr, vous pouvez enregistrer (Save) une liste de lecture pour l'ouvrir de nouveau (Open) plus tard, ou la lancer en double-cliquant simplement sur son fichier.

- -

Réglages

-

Il existe plusieurs paramètres pour affiner le comportement du MediaPlayer.

-mediaplayer-settings.png -

Le premier groupe, "Mode de Lecture" (Play mode), est assez explicite. Vous pouvez lancer la lecture automatiquement, fermer les fenêtres lorsque la lecture s'achève ou lire des clips en boucle.

-

Suivent différentes options de visualisation (View options).
-Vous pouvez choisir d'utiliser le recouvrement vidéo matériel. Si cette fonction est disponible, ça réduit l'utilisation du processeur mais ça ne fonctionne que pour une seule fenêtre vidéo et requière certaines aptitudes du pilote vidéo.
-Vous pouvez Redimensionner le film harmonieusement (Scale movies smoothly) afin d'appliquer un filtre qui lisse l'image en réduisant l'effet de crénelage sur les blocs qui apparaissent quand les pixels sont fortement agrandis.
-Si vous préférez des contrôles un peu plus grand, vous pouvez les redimensionner en mode plein écran (Scale controls in full-screen mode) quand vous regardez la vidéo d'un peu plus loin
-Puis viennent les réglages de la taille des sous-titres (Subtitle size) et leur emplacement (Subtitle placement). Ils peuvent être affichés au bas de la vidéo Bottom of video, ce qui les fera recouvrir une partie de la vidéo, ou au dessous de la fenêtre (Bottom of window), ce qui vous permettra de redimensionner la fenêtre afin que les sous-titres apparaissent dans la zone noire en dessous.

-

Le dernier réglage détermine le volume des clips dont les fenêtres sont en arrière plan. Vous pouvez les faire toutes hurler à plein volume (Full volume), réduire leur volume (Low volume) pour moins de confusion ou les mettre en sourdine (Muted) pour plus de tranquillité.

- -

Commandes au clavier

-

MediaPlayer offre des combinaisons de touches commodes pour contrôler la lecture sans utiliser la souris.

- - - - - - -
ZSauter à la piste précédente
XLecture
CPause
VArrêt
BSauter à la piste suivante
-

Ces touches de commandes sont assignées à des fonctions. Elles sont toujours situées en bas à gauche de votre clavier, c'est à dire qu'elles sont utilisés indépendamment de la disposition actuelle du clavier. Les touches ci-dessus correspondent à une disposition standard Américaine.

- - - - - - - - - - - - -
/ Reculer/avancer
Maj / Saut de 10 secondes en arrière ou en avant
Alt / Saut de 30 secondes en arrière ou en avant
/ Diminuer/Augmenter le volume
Alt / Sauter à la piste suivante/précédente
Barre d'espaceBasculer en lecture/pause
Alt EntréeBasculer en plein écran (tout comme un double-clic gauche dans la zone vidéo ou en pressant F ou Tab)
Alt Maj 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/midiplayer.html b/docs/userguide/userguide/fr/applications/midiplayer.html deleted file mode 100644 index 79f736bf5a..0000000000 --- a/docs/userguide/userguide/fr/applications/midiplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/MidiPlayer
Réglages :~/config/settings/MidiPlayerSettings
-


-

Comme son nom l'indique, MidiPlayer est utilisé pour la lecture des fichiers de musique MIDI. Les fichiers Midi sont spéciaux, car ils ne contiennent pas réellement la musique numérisées et encodées, mais seulement sa description : telle note avec tel instrument, avec telle force et telle durée.
-Si cela assure de petites tailles aux fichiers, cela nécessite en contrepartie une bibliothèque d'instruments (que l'on appelle "SoundFont" ou "police de sons") qui peuvent varier énormément. En outre, ces bibliothèques sont d'autant plus volumineuses que leur qualité est bonne et leurs instruments variés.

-

Haiku est vivré sans polices de sons (SoundFont) car elles prennent beaucoup de places alors que peu de gens en ont besoin. La plupart de ceux qui en utilisent, disposent déjà des leurs en haute qualité. Pour pouvoir entendre un minimum de choses, vous pouvez en installer une gratuite à partir d'un paquet optionnel. Dans le Terminal, entrez : installoptionalpackage TimGMSoundFont

-

Pour utiliser une autre police de sons, créer un lien vers elle dans /boot/system/data/synth et vous le nommerez big_synth.sy.

-midiplayer.png -

L'interface de MidiPlayer est très simple. Il suffit de déposer un fichier MIDI dessus ou de double-cliquer sur ce dernier pour que la lecture commence. Vous pouvez contrôler le volume avec le curseur et ajouter des effets de réverbération à partir de la liste déroulante Reverb. En activant -Scope vous visualiserez l'écoute en cours sous la forme d'un oscilloscope.

- -
-
- - - diff --git a/docs/userguide/userguide/fr/applications/packageinstaller.html b/docs/userguide/userguide/fr/applications/packageinstaller.html deleted file mode 100644 index b88b937878..0000000000 --- a/docs/userguide/userguide/fr/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar :Pas d'entrée : normalement, un double clic sur les fichiers pris en charge assure le lancement.
Localisation :/boot/system/apps/PackageInstaller
Réglages :aucun
-


-
Cette page est actuellement qu'une première ébauche. Veuillez revenir plus tard pour une version plus affinée.
-

PackageInstaller est un logiciel pour installer les paquets BeOS au format PKG. Il fournit une interface graphique facile à utiliser pour une installation rapide des paquets dans Haiku.

-

Il est exécuté automatiquement lorsque vous essayez d'ouvrir des fichiers avec extension .Pkg.

-packageinstaller.png -

La fenêtre principale donne accès à deux configurations :

-
    -
  • type d'installation (selon le développeur, il pourrait y avoir plusieurs options d'installations en plus de celle standard).
  • -
  • Emplacement d'installation (Vous ne pouvez choisir que des partition ou des disques durs entiers, pas des chemins personnalisés)
  • -
-

Le processus d'extraction et d'installation débutera après avoir cliqué sur Install (Installer).

-packageinstaller-installer.png -

À ce point les avertissements et les erreurs peuvent apparaître pour vous indiquer les bibliothèques et les dépendances qui seraient manquantes pour exécuter le programme. Il pourrait être nécessaire d'installer ces paquets avant d'essayer d'installer le programme désiré.

-

Lorsque l'installation est terminée, le paquet devrait apparaître dans le menu des applications de la Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/pe.html b/docs/userguide/userguide/fr/applications/pe.html deleted file mode 100644 index ffb641b16a..0000000000 --- a/docs/userguide/userguide/fr/applications/pe.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Pe/Pe
Documentation :/boot/system/apps/Pe/Documentation/index.html
Réglages :~/config/settings/pe/*
-


-

Pe est un éditeur sophistiqué, avec sa coloration syntaxique, il est destiné principalement aux programmeurs et aux rédacteurs HTML. Initialement créé par Maarten Hekkelmann, il a été placé sous licence libre et maintenu par les développeurs de Haïku. Un gestionnaire de bugs et de plus amples informations sont disponibles sur la page du projet Pe.

-

Pour en savoir plus sur les fonctionnalités de Pe, veuillez consulter sa documentation locale.

- -
-
- - - diff --git a/docs/userguide/userguide/fr/applications/people.html b/docs/userguide/userguide/fr/applications/people.html deleted file mode 100644 index fb7a95a713..0000000000 --- a/docs/userguide/userguide/fr/applications/people.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
- -

people-icon_64.pngPeople

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/People
Réglages :~/config/settings/People_data
-


-

People est une base de données simple de contacts utilisant les attributs du système de fichier de Haiku pour stocker les adresses et autres informations des contacts. Chaque contact est enregistré dans un fichier de type Person et chaque donnée est placée dans un attribut séparé. Ceux-ci sont tous indexés et peuvent donc être recherchés via une requête.

- -people.png - -

L’attribut Group (groupe) en bas de la fenêtre permet d’assigner une personne à un ou plusieurs groupes. Utile pour envoyer un courrier à plusieurs personnes qui, par exemple, travaillent sur le même projet. Le menu déroulant affiche tous les groupes créés. Si une personne est dans plusieurs groupes, les noms de groupe sont délimités par des vigules.

- -

Ces fichiers Person sont généralement tous enregistrés dans /boot/home/people/. -Pour obtenir une liste de tous vos contacts, ouvrez ce dossier et affichez les attributs qui vous intéressent. Si vous choisissez d’organiser vos contacts dans plusieurs dossiers, vous pouvez utiliser une requête pour les obtenir dans une fenêtre unique.

- -people-files.png - -

Vous pouvez manipuler ces fichiers comme tout autre : Vous pouvez les trier suivant un attribut particulier (et même utiliser un tri secondaire en maintenant la touche MAJ tout en cliquant sur un en-tête de colonne) et bien sûr les supprimer, dupliquer ou renommer. Même les informations peuvent être éditées directement, en cliquant sur un attribut (ou en tapant ALT E) et en procédant comme pour renommer un fichier. Une fois en mode édition, TAB et MAJ TAB vous permettront de passer de colonne en colonne.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/poorman.html b/docs/userguide/userguide/fr/applications/poorman.html deleted file mode 100644 index cd25e83be8..0000000000 --- a/docs/userguide/userguide/fr/applications/poorman.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/PoorMan
Réglages :~/config/settings/PoorMan Settings
-


-

Poorman est un sympatique petit serveur web, extrêmement facile à configurer. Bien entendu, il ne propose pas des fonctionnalités avancées des autres poids lourds que sont les logiciels pour serveurs, mais ce n'est après tout qu'un serveur du pauvre.

-

Lors de son premier lancement, Poorman -vous demande le dossier à publier sur le Web. -Si vous démarrer avec Default, un nouveau dossier /boot/home/public_html est créé pour vous. À l'intérieur, un fichier nommé par défaut index.html -devra être présent pour servir de -page d'accueil.

-

PoorMan se présente sous la forme d'une simple console qui trace son activité. -Vous trouverez aussi les informations sur l'état de fonctionnement du serveur, le dossier publié et le compteur de pages servies. -Les réglages sont accessibles via Edit | Settings... : -

-

poorman.png

-

Le panneau de réglages est divisé en trois onglets :

-

dans Site, vous pouvez sélectionner un autre dossier à publier, choisir une page d'accueil, ainsi que la possibilité -de renvoyer une liste de fichiers si la page demandée n'est pas présente.
-Logging vous permet d'exploiter le journal du serveur vers la console ou eventuellement un fichier distinct.
-L'onglet Advanced contient le paramétrage du nombre maximum de connexions simultanées.

-

Les éléments du menu de la fenêtre de la console parlent d'eux-mêmes. Avec eux, vous pouvez par exemple sauvegarder les messages de la console (ou une partie), -nettoyer la console ou les fichiers de traces, arrêter/démarrer le serveur ou réinitialiser le compteur des connexions.

- -
Si vous voulez tester le fonctionnement de PoorMan, Choisissez -le dossier /boot/system/apps/BePDF/docs/ et la page d'accueil index.html. Ensuite, l'aide de votre navigateur, accédez à l'URL http://127.0.0.1, votre hôte local.
- -
-
- - - diff --git a/docs/userguide/userguide/fr/applications/screenshot.html b/docs/userguide/userguide/fr/applications/screenshot.html deleted file mode 100644 index 792d9bfeba..0000000000 --- a/docs/userguide/userguide/fr/applications/screenshot.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Screenshot
-/bin/screenshot
Réglages :~/config/settings/screenshot
-


-

Vous pouvez effectuer une copie d'écran à partir de l'application Screenshot, ou en utilisant la touche IMPR,

-

screenshot.png

-

dans le fenêtre Screenshot, vous pouvez choisir entre de prendre tout l'écran ou seulement la fenêtre active, et de conserver la bordure de la fenêtre ainsi que le pointeur de la souris. -vous pouvez aussi entrer un délai avant le prendre le cliché.

-

En-dessous, vous définissez le nom, le format et l'emplacement qui sera utilisé lorsque vous cliquerez sur Save pour enregistrer l'image capturée. Plutôt que d'enregistrer le fichier sur le disque, vous pouvez également décider de le copier vers le presse papier (Copy to clipboard) afin de pouvoir coller la photo directement dans une autre application, ou en capturer une autre New screenshot.

-

Tous les réglages sont conservés, ce qui vous permet pour vos prochaines captures, de disposer de raccourcis claviers pratiques :

- - - - -
IMPRCapture l'écran sans délai et affiche la fenêtre Screenshot.
Maj IMPRCapture l'écran en silence (sans ouvrir de fenêtre), tout en respectant les derniers réglages utilisés.
CTRL IMPRPrend aussi une capture d'écran en silence avec les derniers réglages enregistrés, mais au lieu d'écrire l'image dans un fichier, celle-ci est juste copiée dans le presse-papiers.
-

-indexEffectuer un capture d'écran depuis le Terminal

-

Il existe aussi une commande screenshot, qui peut-être utilisée dans le Terminal ou dans un script.
-screenshot --help affiche les options qui peuvent être passées en paramètres :

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/showimage.html b/docs/userguide/userguide/fr/applications/showimage.html deleted file mode 100644 index 760fa37c34..0000000000 --- a/docs/userguide/userguide/fr/applications/showimage.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar :Pas d'entrée : normalement, un double clic sur les fichiers pris en charge assure le lancement.
Localisation :/boot/system/apps/ShowImage
Réglages :~/config/settings/ShowImage_settings
-


-

ShowImage (la visionneuse) vous permet d'afficher des images dans tous les formats pris en charge par les traducteurs de données (DataTranslators). De nouveaux formats sont automatiquement reconnues au fur et à mesure que de nouveaux traducteurs sont ajoutés au système, comme cela a été par exemple le cas pour les icônes vectorielles d'Haiku, les images WonderBrush, ou bientôt les images WebP quand ce format sera devenu disponible.
-ShowImage fournit un minimum de fonctionnalités d'édition pour recadrer, faire pivoter et retourner des images ainsi que pour les enregistrer sous un autre format.

-

indexVisualisation

-showimage-view.jpg -

Le menu View (Affichage) propose de lancer un diaporama de toutes les images d'un dossier (ou d'un résultat de requête) suivant une vitesse de défilement (Slide delay) de 2 à 20 secondes.

-

D'autres commandes s'appliquent à l'image actuellement affichée (sans changer la taille de la fenêtre) :
-Taille originale (Original size) affiche l'image à sa taille réelle, sans aucun facteur de zoom.
-Ajuster à la fenêtre (Fit to window) réduit l'image à l'espace disponible dans la fenêtre, par exemple, après avoir zoomé ou redimensionné la fenêtre.
-Zoom avant (Zoom in) et Zoom arrière (Zoom out) grossit ou réduit l'image par pas de 10%. Le zoom peut aussi être effectué avec la molette de la souris.
-Pour recadrer une image plus grande que la fenêtre, il suffit maintenir le bouton gauche de la souris pendant que vous la déplacer.

-

Deux réglages ne concernent pas uniquement l'image en cours, mais sont mémorisés quand vous naviguer d'une image à l'autre :
-le Zoom haute qualité - (High quality zooming) applique un filtre très rapide pour lisser les effets de crénelage lors d'un zoom important et améliorer ainsi le rendu de l'image
. -Étirer à la fenêtre (Stretch to window) -étendra les images les plus petites pour remplir l'espace disponible dans la fenêtre courante.

-

Ensuite, il y a un mode mode plein écran (Full screen) dans lequel une option Show caption in full screen mode recouvre l'image d'une légende affichant le nom du fichier.

-

Enfin, Show tool bar (afficher la barre d'outils) affiche ou masque les icônes de commandes :

-showimage-toolbar.png -

De gauche à droite : image précédente, image suivante, démarrer un diaporama (en mode plein écran), mode de sélection, taille originale, ajuster à la fenêtre, zoom avant, et arrière.

-

La plupart des commandes les plus souvent utilisés sont également disponibles dans un menu contextuel d'un simple clic droit sur ​​l'image, ce qui est très pratique en mode plein écran.

-

indexNaviguer

-showimage-browse.jpg -

Après avoir ouvert d'une image, vous pouvez parcourir rapidement toutes les autres images du dossier (ou de la fenêtre de résultat d'une requête) en appuyant sur , , or . Vous verrez la sélection changer en conséquence dans la fenêtre du Tracker.

-

Il existe un moyen rapide pour ouvrir le dossier de l'image courante ou même, pour accéder à son dossier parent ou ses sous-dossiers. Il suffit de cliquer sur la zone d'informations de la barre d'état qui affiche la taille et le format de l'actuel image, et de naviguer dans les sous-menus comme vous le faites avec le Tracker.

-

Le menu Browse (parcourir) propose un autre type de parcours : Certains formats d'image, comme le TIFF, peuvent contenir plusieurs pages dans un fichier. Les commandes comme First page (Première page) et Next page (Page suivante) vous permettent de naviguer entre ces pages.

-

indexÉdition

-showimage-edit.jpg -

Le menu Image vous propose les quelques manipulations d'images nécessaires pour une visionneuse : rotation et retournement de l'image. Notez cependant que les données réelle de l'image ne seront pas modifiées. Seul un attribut est ajouté au fichier de sorte qu'il sera affiché de la même manière à la prochaine ouverture.

-

Use as backgroud... (utiliser comme fond d'écran…) ouvrira les préférences du fond d'écran (Backgrounds) ce qui vous permettra de redéfinir l'image de fond de vos espaces de travail avec l'image en cours.

-

Le recadrage est une autre fonction qui peut s'avérer nécessaire. Pour définir le recadrage, vous pouvez passer en "Mode de sélection" (Selection mode) -à partir du menu "Éditer" (Edit), puis faites glisser la souris avec le bouton gauche enfoncé pour dessiner le nouveau cadre. Si vous ne voulez pas changer de mode avant, vous pouvez créer cette boîte en mode "normal", en maintenant simplement la touche Ctrl et le bouton gauche de la souris enfoncés pendant que vous faites glisser la souris pour dessiner le nouveau cadre. Sans quoi, l'image serait simplement déplacée.
-Clear selection (nettoyer la sélection) or Échap supprimeront la boîte de sélection.

-

Le chapitre suivant présente comment sauvegarder cette zone recadrée.

-

indexEnregistrement et convertion

-

Pour enregistrer ou convertir une image dans l'un des formats disponibles, Il vous suffit d'invoquer l'option "enregistrer sous…" habituel (Save as…) à partir du menu Fichier (File), sélectionnez le format et choisissiez un nom de fichier.
-Vous pouvez aussi faire glisser la sélection et la déposer sur un dossier de destination. Cette dernière méthode est souvent plus rapide, en particulier quand le dossier de destination est déjà ouvert dans une fenêtre du Tracker.

-showimage-dnd.jpg -

C'est aussi comme cela que l'on finalise le recadrage mentionné ci-dessus. Sélectionnez un cadre tel que décrit ci-dessus, ou choisissez Edit | Select all (Modifier | Sélectionner) pour toute l'image, puis faites glisser la sélection et déposez la sur le Bureau ou n'importe quelle fenêtre du Tracker afin de créer un nouvel extrait de image dans le même format que l'original.

-

Pour enregistrer le fichier dans un autre format, faites glisser la sélection avec le bouton droit de la souris et choisissez un format dans le menu contextuel qui apparait lorsque vous déposez l'image.

-

indexRaccourcis claviers

-

Voici une liste des raccourcis les plus utiles :

- - - - - - - - - - -
/ Image Précédente
/ Image Suivante
SupprEnvoyer à la corbeille
+Agrandir
-Réduire
0Taille originale (100% zoom)
1Adapter à la fenêtre
Alt EntréeBasculer un plein écran (tout comme un double-clic)
CtrlEn maintenant la touche Ctrl enfoncée, vous pouvez créer un cadre de sélection, sans passer explicitement en mode de sélection.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/soundrecorder.html b/docs/userguide/userguide/fr/applications/soundrecorder.html deleted file mode 100644 index b5f5802f50..0000000000 --- a/docs/userguide/userguide/fr/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/SoundRecorder
Réglages :~/config/settings/???
-


-

La documentation n'est pas encore disponible. Si vous voulez y participer, veuillez l'annoncer sur la liste de diffusion pour la documentation afin d'éviter les les doubles emplois.

- -
-
- - - - diff --git a/docs/userguide/userguide/fr/applications/stylededit.html b/docs/userguide/userguide/fr/applications/stylededit.html deleted file mode 100644 index 987c6f944c..0000000000 --- a/docs/userguide/userguide/fr/applications/stylededit.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/StyledEdit
Réglages :aucun
-


-

StyledEdit est un éditeur de texte simple intégré à Haiku. Bien qu’il enregistre les fichiers dans un format texte brut, des attributs supplémentaires sont écrits afin de disposer de capacités de mise en forme lorsque le document est utilisé dans StyledEdit.

-stylededit.png -

Si vous êtes intéressé, voici quels sont ces attributs, listés via la commande Terminal listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Comme vous pouvez le voir, toutes les options de mise en forme du menu de StyledEdit sont présentes : retour à la ligne (line wrapping, activé ou non) et alignement (gauche, centré, droite), chacun enregistré dans un attribut. Les styles (police, tailles, couleur) de chaque lettre sont enregistrés dans un autre.

-
Comme ces attributs sont enregistrés par le système de fichier BFS, les autres systèmes ne verront qu’un fichier texte simple. Ceci signifie aussi que la mise en forme sera perdue si le fichier est enregistré sur une partition non-BFS.
-

Dans tous les cas, il est intéressant d’avoir la possibilité d’utiliser du texte coloré dans différentes polices et tailles tout en gardant le format d’un fichier de texte brut. Un fichier LisezMoi.txt, par exemple, peut être lu dans un Terminal et sous n’importe quel système tout en ayant une apparence agréable lorsque visualisé dans StyledEdit.

-

Comme l’utilisation de StyledEdit est très simple, nous ne détaillerons pas chaque élément de menu. Écrivez simplement votre texte puis sélectionnez les mots que vous voulez formattez, puis appliquez une police, taille et couleur à l’aide du menu Font. Le retour à la ligne automatique et l’alignement du texte se configurent pour tout le fichier depuis le menu Document.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/terminal.html b/docs/userguide/userguide/fr/applications/terminal.html deleted file mode 100644 index e75f105e2c..0000000000 --- a/docs/userguide/userguide/fr/applications/terminal.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Terminal
Réglages :~/config/settings/Terminal
-~/config/settings/profile - ajoute/surcharge les paramètres par défaut définis dans /boot/system/settings/etc/profile.
-~/config/settings/inputrc - ajoute/surcharge les paramètres par défaut définis dans /boot/system/settings/etc/inputrc.
-


-

Le Terminal est l'interface de Haiku à bash, le Bourne Again Shell.

-

Veuillez vous référer à la rubrique sur les Scripts, vous y trouverez quelques liens vers des tutoriels en ligne concernant le travail dans le shell, Jetez aussi un œil aux programmes en ligne de commande spécifiques à Haiku. Ici, nous traiterons seulement de l'application Terminal.

- -

-index -Fenêtres et onglets

-

Vous pouvez ouvrir autant de Terminaux que vous voulez, chacun dans sa fenêtre propre, en lançant plusieurs fois l’application Terminal ou en tapant Alt N depuis un Terminal ouvert. Vous pouvez également utiliser la vue en onglets du Terminal : utilisez la combinaison Alt T pour ouvrir un nouvel onglet.

-terminal.png -
-

Double-cliquez dans une partie vide de la barre d'onglets pour ouvrir un nouvel onglet ou sur un onglet pour le renommer. Plusieurs variables identifiables par un % peuvent être utilisées. Elles sont détaillées dans une info-bulle lorsque vous passez la souris sur le champ de texte.
-Par défaut, %1d: %p, un onglet affiche le répertoire courant et, séparé par :, le nom de la tâche en cours d'exécution (ou -- si seul bash est en cours, probablement inactif). La copie d'écran ci-dessus montre le premier onglet avec une session FTP dans le dossier Desktop, et un seconde onglet inactif dans le répertoire personnel home.
-De la même façon, vous pouvez éditer le titre de la fenêtre du Terminal via Edit|Window title....

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title.... -Un clic droit sur un onglet affiche un menu contextuel pour fermer cet onglet (Close tab), fermer les autres onglets (Close other tabs) ou, comme un double-clic, éditer le titre de l'onglet (Edit tab title...).

-

Une fenêtre du Terminal peut être redimensionnée comme toute autre fenêtre ou en utilisant le menu Settings | Window Size. Alt Entrée permet de basculer en mode plein écran.

-

Tous les réglages que vous changez directement depuis le menu Settings (Réglages) -comme Window title (Titre de la fenêtre), Window size (Taille de la fenêtre), Text encoding (Encodage texte) or Font size (Taille de la police) ne s'appliquent qu'à la session en cours. Si vous souhaitez rendre les modifications permanentes, vous devez les appliquer depuis le panneau des Settings... (Réglages...).

- -

index -Réglages

-

Settings | Settings... ouvre un panneau pour configurer les réglages standards du Terminal.

-terminal-settings.png -
-

La plupart des réglages proposés parlent d'eux même.
-Quand vous passez votre souris sur les «formules» servant à nommer les titres des onglets et des fenêtres, les variables à votre disposition apparaissent dans des bulles d’aides.
-Vous pouvez choisir un schéma de couleur prédéfini comme Midnight (Minuit) ou Rétro, ou en créer un Personnalisé quelle couleur vous souhaiter modifier (Texte, Arrière plan, Curseur etc.) en utilisant le sélecteur de couleur au dessous.

-

Suivent quelques options : vous pouvez avoir un Curseur clignotant et choisir d'utiliser du clair plutôt qu'un texte gras. Ce dernier réglage évite le rendu parfois assez inesthétique des caractères gras dans le Terminal.
-En activant la boite à cocher Confirm exit if active programs exist (Demander une confirmation à la fermeture si un programme est actif), la fenêtre du terminal que vous essayerez de fermer, vous avertira de la présence d'une application en cours d'exécution.

- - - - -
Save to file... permet d'enregistrer différents réglages sous des profils distincts, que vous pouvez ouvrir en double-cliquant dessus pour ouvrir un terminal ainsi configuré.
Revert restaure les réglages qui étaient actifs quand vous avez ouvert le panneau de réglage.
Defaults réinitialise toutes les réglages.
-

-index -Raccourcis claviers

-

Vous trouverez une liste des raccourcis utiles dans Raccourcis clavier.

-

Une autre fonction intéressante est une combinaison de touche et du curseur. En maintenant Altun chemin ou une URL sous le curseur est mis en évidence. Un clique gauche ouvre le fichier/ dossier ou site correspondant. Un clique droit ouvre un menu contextuel pour Copier le chemin ou bien Copier le chemin absolu (absolute path). Par exemple, si vous vous trouvez dans /MyData/source/haiku/ et que vous avez le chemin generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit sous le curseur de la souris, vous obtiendrez le chemin absolu <Prenez un grand souffle>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

Si vous maintenez enfoncé les touches Alt Maj, seul la partie allant du début du chemin jusqu'au pointeur de la souris sera mis en surbrillance.

-

De plus, un clique droit dans le Terminal insère le contenu du presse-papier. Combiné avec l'utilisation de la mise en surbrillance des chemins, cela permet une navigation rapide dans une arborescence de dossier.

- -

-index -Personnalisation du Bash

-

Issu du monde Unix, les possibilités de personnalisation du shell bash sont infinies. Deux fichiers sont particulièrement importants pour l'utilisateur : profile et inputrc
-Ces deux fichiers peuvent être créés dans votre dossier /boot/home/config/settings/ pour se substituer aux valeurs par défaut du système qui sont configurées dans /boot/system/etc/.

- -

profile

-

Le fichier profile est chargé chaque fois que -vous ouvrez un nouveau Terminal. Il configure divers alias et variables qui affectent le comportement et l’apparence de bash. Vous trouverez en ligne de nombreuses ressources qui détaillent les possibilités de configuration.

-

« The Haiku/BeOS Tip Server » met à votre disposition quelques astuces pour vous aider à démarrer, comme :

- -

Il y en a d’autres, jetez un œil.

- -

inputrc

-

Le fichier inputrc permet de configurer des équivalents claviers. Haiku fournit déjà des valeurs par défaut, vous n’aurez donc probablement pas à vous occupez de ces réglages plus compliqués. Si vous avez des besoins spécifiques, consultez des ressources en ligne, comme The GNU Readline Library.

- -

-index -Conseils pour travailler dans le Terminal

-
  • Déplacer un fichier ou dossier d’une fenêtre Tracker vers le Terminal insèrera son chemin à la position du curseur. -Si le bouton droit de la souris est utilisé, un menu contextuel s’affichera, offrant des options additionnelles :

    - - - - - - -
    Insert Path Insère l’emplacement du fichier, comme pour un glisser-déposer avec le bouton gauche de la souris
    Change Directory Règle le dossier courant du shell sur le dossier déposé
    Create Link Here Crée un lien vers le fichier déposé dans le dossier courant du shell.
    Move Here Déplace le fichier déposé dans le dossier courant du shell.
    Copy Here Copie le fichier déposé dans le dossier courant du shell.
  • -
  • Vous pouvez ouvrir n'importe quel fichier avec son application préférée à l'aide de la commande open [nom de fichier]. Ça fonctionnerait aussi avec les répertoires courant (".") et parent ("..") qui alors s'ouvrent dans un fenêtre du Tracker. Ainsi, pour ouvrir le répertoire de travail actuel, vous pouvez saisir :

    -
    open .
- - -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/textsearch.html b/docs/userguide/userguide/fr/applications/textsearch.html deleted file mode 100644 index 8d8779cc45..0000000000 --- a/docs/userguide/userguide/fr/applications/textsearch.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar :Pas d'entrée, normalement vous y accédez via les Extensions du Tracker
Localisation :/boot/system/apps/TextSearch
Réglages :~/config/settings/TextSearch
-


-

TextSearch recherche une chaîne de caractères dans des fichiers texte. En général, il est appelé à partir du menu contextuel Extensions du Tracker sur la selection de fichiers ou dossiers que vous souhaitez examiner.

- -textsearch.png - -

Entrez la chaîne à rechercher dans la zone de texte en haut, puis pressez ENTRÉE ou cliquez sur Search(Rechercher) pour démarrer la recherche. Si Show lines(Afficher les lignes) est coché, les résultats sont automatiquement développés pour afficher les lignes du fichier contenant la chaîne de recherche.

- -

Juste quelques mots sur les éléments de menu les moins évidents :

- - - - - - - - - - - - - - - - - -

Le menu Fichier (File)

New windowCMD N Ouvre une nouvelle fenêtre où vous pouvez entrer une autre chaîne à rechercher dans les mêmes fichiers ou dossiers.
Set target...CMD FVous permet de choisir un nouvel ensemble de fichiers et de dossiers à examiner.

Le menu Action

Trim selectionCMD T Supprime toutes les entrées de la liste qui ne sont pas actuellement sélectionnées.
Open selectionAlt OOuvre les fichiers sélectionnés avec leurs applications préférées (comme avec un double-clic). Si c'est un éditeur de texte qui le supporte (comme Pe), vous pouvez passer à la ligne exacte où la chaîne a été trouvé.
Open files in TrackerCMD KOuvre l'emplacement des fichiers sélectionnés dans Tracker.
Copy text to clipboardCMD CCopie la sélection actuelle dans le presse papier.

Le menu Réglage (Settings)

Skip folders starting with a dot C'est utile lorsque vous travaillez dans un environnement « à la Unix », où, souvent, les fichiers d'administration sont cachés à l'intérieur de « .dossiers/ ». Par exemples, les systèmes de gestion de versions de sources comme SVN et CVS, qui sont largement utilisés dans le Haiku, utilisent cela.
Escape search text TextSearch utilise l'outil en ligne de commande grep. -Pour ce faire, les caractères spéciaux comme '"*\$?! et espace, doivent -être précédés du caractère d'échappement \. -Désactiver ce paramètre signifie que vous devez le faire vous-même, mais en échange, vous bénéficierez de la puissance des expressions régulières.
Text files only TextSearch n'est actuellement utile que pour trouver des chaînes dans les fichiers de texte brut. En désactivant ce paramètre, tous les types de fichiers seront examinées.

Le menu Historique (History)

Contient les chaînes recherchées récemment.

Le menu Encodage (Encoding)

Vous permet de choisir un jeu de caractères différents, si nécessaire.
-
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/tv.html b/docs/userguide/userguide/fr/applications/tv.html deleted file mode 100644 index e03b1cb9e4..0000000000 --- a/docs/userguide/userguide/fr/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/TV
Réglages :~/config/settings/???
-


-

La documentation n'est pas encore disponible. Si vous voulez y participer, veuillez l'annoncer sur la liste de diffusion pour la documentation afin d'éviter les les doubles emplois.

- -
-
- - - - diff --git a/docs/userguide/userguide/fr/applications/vision.html b/docs/userguide/userguide/fr/applications/vision.html deleted file mode 100644 index f740264442..0000000000 --- a/docs/userguide/userguide/fr/applications/vision.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

vision-icon_64.pngVision

- - - - -
Deskbar :Applications
Localisation :/boot/system/apps/Vision/Vision
Réglages :~/config/settings/Vision/*
-


-

Vision est un client IRC originellement développé pour BeOS. Une documentation est un traqueur de bogues consacrés à ce programme sont disponibles sur le site web de Vision.

-
Vous pouvez obtenir l'aide d'utilisateurs et de développeurs de Haiku sur les canaux IRC de Haiku dans plusieurs langues.
-Le canal le plus fréquenté est #haiku at irc.freenode.org (anglophone).
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

Syntaxe:

- - - - - - -
/COMMANDle commande
<required>paramètre requis
[optional]paramètre optionnel
|un OU logique
...plusieurs paramètres possibles
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Résout l'adresse IP donnée ou le nom de domaine.

  • - -
  • /EXIT
    -Quitte Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/fr/applications/webpositive.html b/docs/userguide/userguide/fr/applications/webpositive.html deleted file mode 100644 index bb414911aa..0000000000 --- a/docs/userguide/userguide/fr/applications/webpositive.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar :Applications
Localisation :/boot/system/apps/WebPositive
Réglages :~/config/settings/WebPositive/ - Fichiers de configuration, cookies, cache et historique de navigation
~/config/settings/WebPositive/Bookmarks - Tous les signets sous forme de fichiers
-


-

WebPositive (ou Web+) est le navigateur natif d'Haiku. Une partie de son nom vient du navigateur NetPositive de BeOS, l’autre de son moteur : WebKit. Ce dernier est une bibliothèque de rendu HTML utilisée dans Safari sous Mac OS X, et Google Chrome. Grâce à cette ressource en perpétuelle évolution, Web+ pourra bénéficier des dernières innovations technologiques du Web.

-webpositive.png -

L'interface de WebPositive est assez simple : sous la barre de menu, vous trouverez une barre d'outils pour naviguer vers les sites précédents et suivants selon votre historique de navigation, ainsi que des boutons pour arrêter le chargement d'une page et (éventuellement) pour accéder à votre page de d'accueil.
-Puis vient la zone de l'URL qui situe l'emplacement du site visité.
-Les pages Web apparaissent sous cette barre de navigation. Vous pouvez ouvrir plusieurs pages en parallèle en les chargeant dans des onglets séparés.
-Au bas de la fenêtre une barre d'état vous indique l'URL du site en cours de chargement ou la cible du lien survolé par le pointeur de la souris. Si une page est en cours de chargement, un indicateur de progression s'affiche à droite.

-

indexRéglages

-

À partir du menu "Fenêtre" (Window), vous pouvez ouvrir le panneau de "réglage" (Settings) pour configurer les paramètres élémentaires de WebPositive.

-webpositive-settings.png -

Le premier onglet concerne les réglages généraux : Quel fichier ou URL sert de page d'accueil (Start page), quelle est la page du moteur de recherche (Search page), dans quel dossier placer les fichiers que vous téléchargez (Download folder).
-Deux listes déroulantes vous permettent de choisir la page à charger lors de l'ouverture d'une nouvelle fenêtre ou d'un nouvel onglet.
-Avec les boîtes à cocher qui suivent, vous pouvez éviter l'affichage de la barre d'onglets quand il n'y a qu'une seule page ouverte. L'interface de WebPositive peut être réglée de manière à se masquer automatiquement en mode plein écran, ainsi que le pointeur de la souris après un certain temps d'inactivité.
-Enfin, vous pouvez décider d'inclure le bouton « Home » dans la barre de navigation et régler le nombre de jours pendant lesquels le navigateur conserve l'historique des sites que vous avez visités.

-

Dans le deuxième onglet, vous pouvez choisir -les polices à utiliser en standard, avec empattements, sans empattements ou à espacement fixe et définir leurs tailles par défaut.

-

Le dernier onglet permet de configurer un serveur proxy.

-

indexNaviguer

-

Si vous avez utilisé d'autres navigateurs avant, WebPositive ne devrait pas trop vous dérouter. Plutôt que de passer chaque fonctionnalité ou élément de menu en revue, nous allons jeter un œil sur quelques points.

-
    -
  • webpositive-tabbar.png -

    Vous pouvez créer de nouvelles pages avec le bouton + à droite des onglets ou, s'il y a encore assez d'espace, en double-cliquant sur la zone vide à coté. S'il y a plus d'onglets ouverts que la zone ne peut en contenir, les boutons < et > deviennent actifs, et vous permettent de faire défiler les onglets vers la gauche ou la droite. Le bouton à l'extrême droite héberge un menu déroulant listant tous les onglets ouverts pour une navigation encore plus rapide.

  • -
  • Vous pouvez ouvrir un lien dans un nouvel onglet en arrière-plan en cliquant dessus avec le bouton central de la souris. En maintenant en plus la touche Maj enfoncée, il s'ouvrira au premier plan.

  • -
  • Dans le menu View (Affichage), vous pouvez agrandir (Zoom in) ou réduire (Zoom out) une page. Il existe aussi une option pour grossir uniquement le texte Zoom text only, conservant ainsi la taille d'origine de toutes les images.

  • -
  • Si vous passez en mode plein écran et que vous avez réglé l'interface pour qu'elle se masque automatiquement, elle disparaîtra après une seconde. Pour la faire réapparaitre temporairement, déplacez simplement le pointeur de la souris vers le haut de l'écran.

  • -
  • webpositive-locator.png -

    Si vous saisissez une adresse dans la zone de texte, le navigateur recherche si un site que vous avez visité dans le passé lui correspond. Vous pouvez continuer à saisir d'autres lettres pour raccourcir la liste des sites possibles, ou bien sélectionner une entrée avec ou avant de presser Entrée pour charger la page. Vous pouvez aussi utiliser le bouton tout à droite pour recharger la page en cours.
    -Les chaînes non reconnues comme URL seront exploitées à l'aide du moteur de recherche de Google, de sorte que la zone d'adresse sert aussi de raccourci rapide pour effectuer vos recherches sur le Web.

  • -
  • Un clic droit ouvre un menu contextuel qui vous propose, selon l'objet sur lequel vous avez cliqué, de télécharger l'objet, ou d'ouvrir le lien dans une nouvelle fenêtre ou un nouvel onglet.

  • -
  • Edit | Find (Éditer | Rechercher) affiche une barre de recherche en bas de la fenêtre pour examiner le contenu de la page. Les correspondances trouvées dans la page apparaitront en surbrillance.

  • -
-

indexSignets

-

Les signets sont gérés sous la forme de fichiers et de dossiers dans ~/config/settings/WebPositive/Bookmarks/. L'ajout d'un signet créera un nouveau fichier à cet endroit. Vous pouvez ouvrir rapidement le dossier avec Manage Bookmarks… (Gérer les signets).

-webpositive-bookmarks -

Vous pouvez modifier l'URL d'un signet, son nom, son titre, et associer des mots clés comme avec tout autre fichier avec des attributs. Assurez-vous que toutes les colonnes soient affichées via le menu Attributes (Attributs) du Tracker, puis sélectionnez un fichier, appuyez sur ALT E pour éditez l'attribut. Vous pouvez changer de colonne avec TAB.
Vous pouvez organiser les signets dans les différents dossiers que vous avez créés.

-

En utilisant le Tracker pour gérer et explorer les signets, vous pouvez exploiter ses caractéristiques uniques pour trouver rapidement ce que vous cherchez.
-L'activation du filtrage au cours de la saisie dans les préférences du Tracker, vous pouvez réduire instantanément la liste de signets à ceux qui correspondent à votre chaîne de recherche. Puis à l'aide de ou , déplacez-vous dans la sélection. Enfin, ouvrez le site avec Entrée. Assurez-vous d'afficher toutes les colonnes d'attributs afin que le filtre s'applique au nom, au titre, à l'URL et aux mots clés associés au signet.

-

Pour que ceci fonctionne, tous les signets doivent êtres conservés dans le dossier ~/config/settings/WebPositive/Bookmarks/, et seules les copies devraient être organisées dans des sous-dossiers personnalisés pour une utilisation dans le menu Bookmarks (Signets) de WebPositive. Renseigner l'attribut des mots-clés aide aussi…

-

indexTéléchargements

-

Window | Downloads (Fenêtre | téléchargements) ouvre une fenêtre qui liste tous les téléchargements terminés ou en cours :

-webpositive-downloads.png -

Actuellement, les téléchargement de fichiers sont affichés avec des informations sur la vitesse de téléchargement, la taille du fichier, le temps prévu jusqu'à l'achèvement, et une barre de progression semblable celle de la copie de fichiers dans le Tracker. Les boutons situés à droite vous permettent d'annuler (Cancel) ou de redémarrer (Restart) un téléchargement, d'ouvrir (Open) le fichier ou de retirer (Remove) son entrée de la liste. Les boutons « Retirer les manquants » (Remove missing) et « Retirer les achevés » (Remove finished -) en bas agissent sur toutes les entrées de la liste. «Missing» (ou manquants) correspondent aux fichiers qui ont été supprimés entre-temps.

-

Envoyer à la corbeille un fichier en cours de téléchargement, arrêtera ce téléchargement, et vous remarquerez que son icône devient «fantôme».
-En règle générale, WebPositive est très tolérant quand il s'agit de gérer des fichiers avec le Tracker. Les fichiers peuvent être renommés ou déplacés alors même qu'ils sont en cours de téléchargement. Même les modifications apportées après la fin du téléchargement seront répercutées dans la fenêtre des Téléchargements.

-

Vous êtes-vous déjà demandé à partir de quel site vous avez téléchargé un paquet particulier, une image ou tout autre fichier ? Vous pouvez suivre sa provenance en l'ouvrant avec le Sondeur disque (DiskProbe) et en consultant l'attribut META:url

-

Si vous voulez avoir l'URL affichée en permanence dans votre dossier de téléchargement, il suffit de copier un signet dedans, avant d'activer l'affichage de l'attribut « URL du signet » dans une colonne, enfin, supprimez le signet.

-

indexRaccourcis claviers

-

Voici quelques raccourcis claviers bien utiles :

- - - - - - - - - - - - - - -
Alt TOuvre un nouvel onglet.
Alt W Ferme l'onglet actif.
Alt N Ouvre une nouvelle fenêtre.
MAJ ALT W Ferme la fenêtre courante.
Alt Entrée Bascule en mode plein écran.
Alt R ou F5 Rafraîchi la page courante.
ALT H Ouvre la page d'accueil.
Alt D Affiche ou masque la fenêtre des téléchargements.
Alt F Affiche la barre de recherche pour examiner le contenu de la page (Utilisez ESC pour la masquer).
Alt B Place un signet sur la page.
Alt M Gérer les signets via l'ouverture du dossier des signets.
Alt Page précédente dans l'historique.
Alt Page suivante dans l'historique.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/applications/wonderbrush.html b/docs/userguide/userguide/fr/applications/wonderbrush.html deleted file mode 100644 index 77fe88a949..0000000000 --- a/docs/userguide/userguide/fr/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar :Applications
Localisation :/boot/system/apps/WonderBrush/WonderBrush
Documentation :/boot/system/apps/WonderBrush/Documentation en
Réglages :~/config/settings/WonderBrush
-


-

WonderBrush est un éditeur d'images bitmap et vectorielles. Pour obtenir plus d'informations et des ateliers consacrés à ce logiciel, consultez le site Web YellowBites, et la documentation incluse.

- -
-
- - - - diff --git a/docs/userguide/userguide/fr/attributes.html b/docs/userguide/userguide/fr/attributes.html deleted file mode 100644 index 9b5e59f61e..0000000000 --- a/docs/userguide/userguide/fr/attributes.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - Attributs - - - - - - - - -
-
- -

Attributs

- -

Les attributs sont des champs de données associés à un fichier, mais qui ne font pas partie intégrante de ce fichier, c'est à dire qu'ils ne sont pas comptés dans sa taille et qu'ils peuvent être copiés ou modifier sans modifier le fichier lui-même. -Le système utilise ces attributs pour enregistrer entre autres la taille des fichiers, leur type et leur date de modification. Ceci est similaire au fonctionnement d'autre systèmes d'exploitation et de leurs systèmes de fichiers.

-

En plus de ce mécanisme commun, Haiku vous permet d'ajouter n'importe quel attribut à n'importe quel fichier et de l'afficher ou de l'éditer dans une fenêtre Tracker. Vous devez juste définir le type d'attribut (chaîne de caractères, entier, date...) que vous voulez ajouter à un type de fichier donné et lui donner un nom et une description.

-

Les fichiers en eux-même n'ont pas besoin de contenir quoi que ce soit. Par exemple, jetez un œil à ces fichiers People :

-people.png -
-

Comme vous pouvez le voir, ce sont tous des fichiers vides (de taille 0) avec des attributs attachés, comme par exemple l'attribut "E-mail" de "John Nox" qui est en cours d'édition directement depuis le Tracker.

-

Si ces attributs sont indexés, ce qui est par défaut le cas des fichiers People, Email et audio, ils pourront être recherchés via le système de requêtes rapide de Haiku.

- -

-index -Les attributs dans le Tracker

-

Les attributs sont affichés de manière similaire à celle d'une base de données ou d'un feuille de calcul. Le Tracker vous permet de choisir quels attributs (colonnes) afficher et comment trier les fichiers (lignes) d'après ceux-ci.

-

Pour ce faire, ouvrez une fenêtre Tracker, cliquez sur le menu Attributes et sélectionnez les attributs que vous voulez afficher. Vous pouvez également effectuer un clic droit sur l'en-tête de la fenêtre et cocher les éléments dans le menu contextuel. Vous pouvez réarranger les colonnes par un simple glisser-déposer, et supprimer celles inutiles en les glissant hors de la fenêtre.

-

Double-cliquez sur la ligne entre deux attributs dans l'en-tête pour redimensionner une colonne à sa taille optimale.

-

Cliquez l'en-tête d'une colonne pour basculer l'ordre d'affichage entre croissant et décroissant. -Vous pouvez mettre en place un ordre de tri secondaire en pressant la touche MAJ tout en cliquant sur un en-tête. De cette manière, vous pouvez par exemple trier vos fichiers People par compagnie, puis par nom de contact. Voyez la capture d'écran précédente pour un exemple. L'ordre de recherche secondaire est indiqué par un indicateur grisé à côté du titre de l'en-tête.

-

Il est aussi facile d'éditer ces attributs que les noms des fichiers : Cliquez sur un champ, ou bien tapez CMD E et déplacez-vous entre les attributs avec les touches TAB et MAJ TAB. ESC Permet de quitter le mode édition sans sauvegarder les changements.

- -

-index -Les attributs dans le Terminal

-

Si vous préférez utiliser la ligne de commande ou souhaitez modifier un grand nombre d'attribut à l'aide de scripts shell, vous pouvez utiliser plusieurs commandes de contrôle d'attributs depuis un Terminal.

-

-index -listattr

-

listattr liste les attributs d'un fichier, mais n'affiche pas le contenu desdits attributs.

-
usage: listattr 'nom_de_fichier' ['nom_de_fichier2' ...]
-

En l'appelant sur un des fichiers de l'exemple précédent, voici le résultat :

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Hormis les attributs "META:*" qui contiennent les informations sur le contact en question, deux attributs sont directement gérés par le système :

-
    -
  • BEOS:TYPE indique le type du fichier, sous forme de type MIME, ici "application/x-person". Il permet de déterminer l'icône du fichier et l'application utilisée pour l'ouvrir quand vous double-cliquez dessus.

  • -
  • "_trk/pinfo_le" est utilisé par le Tracker pour mémoriser la position de l'icône du fichier.

-
Notez l'antislash après "Clara". Dans le Terminal, vous devez "échapper" certains caractères spéciaux comme '"*\$?!. L'espace entre "Clara" et "Botters" est aussi un caractère spécial. On place donc un antislash devant celui-ci pour qu'il se comporte comme un caractère normal.
- -

-index -catattr

-

catattr affiche le contenu d'un attribut spécifique d'un fichier.

-
usage: catattr [--raw|-r] nom_attribut fichier1 [fichier2...]
-

Encore une fois, avec notre exemple :

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr ajoute un attribut à un fichier et/ou définit sa valeur.

-
usage: addattr [-t type] attribut valeur fichier1 [fichier2...]
-    or: addattr [-f valeur-depuis-fichier] [-t type] attribut fichier1 [fichier2...]
- 
-         Le type peut être:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 ou une valeur numérique (ie. 0x1234, 42, 'ABCD', ...)
-         Le type par défaut est "string"
-

Donc si par exemple Clara vient de commencer à travailler pour la multinationale Barkelbaer Inc., vous pourrez remplir le champ "Company" qui était vide avec cette information (qui est de type "string", chaîne de caractères)  :

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr supprime complètement un attribut d'un fichier.

- -
usage: rmattr [-p] attribut fichier1 [fichier2...]
-         'attribut' est le nom d'un attribut du fichier.
-         Si '-p' est spécifié, 'attribut' est considéré comme un motif de recherche.
-

Même s'il serait suffiant de ne pas remplir l'attribut "Fax", vous pouvez le supprimer complètement du fichier de Clara en tapant :

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr permet de copier des attributs d'un fichier à un autre. par défaut, les contenus des fichiers eux-mêmes ne sont pas copiés.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

Si vous voulez également copier les données du fichier, vous pouvez utiliser l'option "-d" ou "--data".

- -


-

Pour obtenir plus d'information sur ces commandes et leurs options respectives, vous pouvez taper le nom de la commande suivi de "-h" ou "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/bash-scripting.html b/docs/userguide/userguide/fr/bash-scripting.html deleted file mode 100644 index 1a64cdc0b6..0000000000 --- a/docs/userguide/userguide/fr/bash-scripting.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Bash et les scripts - - - - - - - - -
-
- -

Bash et les scripts

- -

Les "scripts" sont des fichiers texte contenant des commandes, permettant d'automatiser l'exécution de ces commandes. -Lorsque vous lancez un script, chacune des commande est exécuté l'une après l'autres, comme si vous les aviez entrées manuellement dans le Terminal.
-Les scripts peuvent aussi bien être utilisés pour simplement exécuter quelques commandes que pour écrire de véritables programmes réalisant des tâches complexes.

- -

-index -Le Bash

-

Etant donné que les scripts dépendent naturellement du shell (interpréteur de commandes) qui les exécute, vous devriez d'abord vous familiariser avec le shell Bash qui est fourni avec Haiku. Celui-ci étant très utilisé, de nombreuses ressources sont disponibles en ligne. Par exemple, vous pouvez consulter ce document de Johan Jansson : Introduction to bash - a tutorial for bash under BeOS (en anglais).

- -

-index -Ecrire des scripts : la référence

-

Après avoir avoir commencé votre découverte du shell, vous pourrez entrer dans le monde des scripts. À nouveau, vous pourrez trouver de nombreux tutoriels et références, en ligne ou non. Une bonne introduction, relativement bien adaptée à Haiku est disponible au chapitre Scripts (PDF, 900kb) de la “Bible BeOS” de Scot Hacker (en anglais).

- -

-indexLes scripts dans Haiku

-

Précédemment, le système Haiku utilisait un système de démarrage basé sur des scripts. Dorénavant, il utilise les services de launch_daemon. Néanmoins, l'utilisateur peut toujours compléter ce système avec ses scripts personnalisés. -Si ces scripts n'existent pas déjà, vous devrez les créer vous-même. Sinon, ajoutez simplement les commandes que vous souhaitez à l'endroit où vous désirez qu'elles soient exécutées.

- -

-index -Le script de démarrage UserBootscript

-

/boot/home/config/settings/boot/UserBootscript sera exécuté après que le système ait terminé son processus de démarrage. -Par exemple, vous pouvez demander le lancement automatique de certains programmes à chaque démarrage :

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

N'oubliez pas de terminer la commande par un "&" (ce qui lance le processus concerné en tâche de fond), sinon le script restera bloqué jusqu'à ce que la commande se termine (c'est à dire quand le programme lancé sera fermé).

- -

Une autre manière de faire ceci est de placer des liens vers les applications à lancer dans le dossier /boot/home/config/settings/boot/launch. Ceci peut être fait en effectuant un clic droit sur l'application que vous voulez lancer automatiquement, en choisissant Create Link (créer un lien) et en allant jusqu'au dossier mentionné.

- -

-index -Le script d'arrêt UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript sera exécuté au début du processus d'arrêt. Si ce script renvoie une valeur de retour non nulle, l'arrêt sera annulé.

- -

-index -Le script de fin d'arrêt UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript sera exécuté à la fin du processus d'arrêt. Veuillez noter que la majorité des services du système auront déjà été arrêtés à ce stade.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/bootloader.html b/docs/userguide/userguide/fr/bootloader.html deleted file mode 100644 index c4e8bfbabc..0000000000 --- a/docs/userguide/userguide/fr/bootloader.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - Chargeur de démarrage - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

Chargeur de démarrage

- -

Le chargeur de démarrage de Haiku peut vous aider à résoudre certains problèmes de support matériel, et à choisir quelle installation de Haiku démarrer si vous en avez plusieurs (par exemple sur un CD d'installation ou sur une clef USB).
-Il peut également s'avérer utile si un composant logiciel que vous avez installé empêche le démarrage de votre ordinateur : voir Dépannage ci-dessous.

-

Pour accéder aux options du chargeur de démarrage, vous devez garder la touche Maj appuyé jusqu'à l'amorce du processus de démarrage d'Haiku. -Si un gestionnaire d'amorce est installé, vous pouvez commencer à presser la touche Maj avant d'invoquer le démarrage d'Haiku. -Si Haiku est le seul système d'exploitation de votre machine, Vous pouvez commencer à presser la touche même si le BIOS n'a pas fini d'afficher ses messages de démarrage.

-

-index -Les options d'amorçage

-

Ceci fait, vous aurez accès à quatre menus :

- - - - - - - - - -
Select boot volume Choisissez l'installation/version de Haiku à démarrer.
Select safe mode options Il y a plusieurs options à essayer en cas de problème lié au matériel, ou si le système devient instable ou incapable de démarrer à cause d'un mauvais pilote. Lorsque vous déplacez la barre de sélection d'une option, une brève explication s'affiche en bas de l'écran.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options - Ici, vous trouverez plusieurs options qui vous aideront à déboguer ou à récuperer le détail pour un rapport de bogue. -Voici, une courte explication pour chaque option affichée ci-dessous.
-

Enable serial debug output
- active l'envoi du journal vers l'interface série (default: 115200, 8N1).

-

Enable on screen debug output
- Affiche la sortie de débogage à l'écran pendant le démarrage à la place du logo habituel.

-

Disable on screen paging
- Désactive la pagination lorsque la sortie de débogage à l'écran est activé

-

Enable debug syslog
- Active le journal dans une mémoire tampon spéciale pour cette session afin que le chargeur d'amorce puisse y accéder après le redémarrage.

-

Display current boot loader log
- Affiche les informations de débogage que le chargeur d'amorce a jounalisé. (pressez Q pour sortir du journal)

-

Add advanced debug option
- Permet d’entrer directement des options de débogage avancées.

Si « Enable debug syslog » est activé, un redémarrage à chaud après un plantage montre les options supplémentaires suivantes : -

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Select fail safe video mode Si vous avez activé l'option Use fail-safe video mode, vous pouvez utiliser ce menu pour choisir une résolution et une profondeur de couleur.
-

-index -Dépannage

-

Si, dès le départ, Haiku refuse de démarrer sur votre matériel, essayez les différentes options de réglage sous Select safe mode options. Dans tous les cas, Envisagez de sousmettre un rapport de bug.

-

Si, au contraire, Haiku cesse de démarrer seulement après avoir installé un logiciel, en particulier un pilote, plusieurs options s’offrent à vous pour permettre à Haiku de démarrer de nouveau et désinstaller le logiciel en cause :

-
    -
  • Activer Safe mode empêchera la plupart des serveurs, des daemons et du UserBootScript de se lancer.

  • -
  • Activer Disable user add-ons empêchera l’utilisation de toute extension (pilote, traducteur, etc…) que vous avez installée dans votre dossier personnel.

  • -
  • Si le pilote ou l’extension en cause est installé dans un dossier système, cela devient plus complexe car cette partie est en lecture-seule. C’est à cela que sert Blacklist entries. Vous pourrez alors naviguer dans les dossiers système et désactiver les composants fautifs en cochant une entrée avec la touche Espace ou Entrée. La touche Esc permet de retourner au dossier parent.

    -

    L’article How to Permanently Blacklist a Package File (en anglais) vous montrera comment rendre ce réglage permanent.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Démarrer Haiku

-

Après avoir activé une ou plusieurs options, vous pourrez retourner au menu principal et continuer le démarrage. Pendant celui-ci, un écran de démarrage sera affiché :

-boot-screen.png - -

Si tout fonctionne correctement, chaque symbole devrait s'illuminer, l'un après l'autre.
-Ces symboles correspondent grossièrement aux étapes de démarrage suivantes :

- - - - - - - - -
Atome Initialisation du noyau et des modules.
Disque dur avec loupe Création du système de fichier racine (/) et montage du système de fichiers devfs (/dev).
Carte d'extension Initialisation du gestionnaire de périphériques.
Disque de démarrage Montage du disque de démarrage.
Puce Activation des fonctionnalités spécifiques au processeur.
Dossier Initialisation des sous-systèmes.
Fusée Launch_daemon démarre les services systèmes.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/contents.html b/docs/userguide/userguide/fr/contents.html deleted file mode 100644 index 13fa84ebbf..0000000000 --- a/docs/userguide/userguide/fr/contents.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - Guide de l'utilisateur Haiku — Sommaire - - - - - - - - -
-
- -

Bienvenue sur le Guide de l'utilisateur Haiku

- -

Vous trouverez ci-dessous des informations sur les principaux aspects de Haiku. Naturellement, compléter et étendre la documentation est travail continu (voir la version en ligne pour les pages mises à jour et leurs traductions). Si vous trouvez des erreurs, souhaitez faire des suggestions où même contribuer à l'écriture ou la traduction de ce guide, veuillez rentrer en contact avec la liste de diffusion consacrée à la documentation. -Si vous êtes intéressé pour contribuer à la traduction, vous trouverez sur i18n User Guide Wiki des informations à ce sujet.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Chargeur de démarrageRéglez des options de démarrage sans échec pour résoudre des problèmes de configuration.
Structure du système de fichiersComprenez la hiérarchie du système de fichiers et familiarisez-vous avec l'emplacement des fichiers et dossiers importants.
Interface graphique de HaikuFamiliarisez-vous avec les éléments principaux de l'interface graphique.
Espaces de travailUtilisez les bureaux virtuels pour disposer d'un environnement de travail rangé.
TwitcherBasculez entre les applications lancées.
Team MonitorTerminez les applications ou composants système qui ne répondent plus.
TrackerApprenez comment naviguer, travailler avec des fichiers et des dossiers et comment configurer le gestionnaire de fichiers de Haiku.
Raccourcis clavierLes raccourcis clavier les plus courants pour accélérer votre travail.
DeskbarUtilisez et configurez l'équivalent Haiku du menu «Démarrer» et de la barre des tâches.
Types de fichiersDéfinissez les applications par défaut, modifiez les types de fichiers, ou créez le vôtre.
AttributsCette fonctionnalité, une des principales de Haiku, vous permet de gérer et d'ajouter n'importe quels types de données à n'importe quel fichier.
IndexationUtilisez l'indexation pour effectuer des recherches sur les attributs.
RequêtesUtilisez le système ultra-rapide de requêtes de Haiku pour trouver rapidement ce que vous cherchez.
Atelier : Types de fichiers, attributs, index et requêtesApprenez à utiliser certaines fonctionnalités centrales de Haiku en organisant vos DVD.
Atelier : Gérer son courrierApprenez à exploiter les statuts et les requêtes personnalisés du système de messagerie électronique de Haiku.
Atelier : Réseaux sans-filsInstallez votre réseau sans-fils ouvert ou chiffré.
ApplicationsApprenez comment installer et désinstaller des applications et comment travailler avec celles fournies avec Haiku.
Appliquettes du bureauOutils simples à placer sur le Bureau ou dans la Deskbar.
PréférencesConfigurez votre système.
Bash et les scriptsComprenez certains scripts utilisez par le système et trouvez des ressource en lignes pour travailler dans un shell et écrire des scripts.
- -
-
- - - diff --git a/docs/userguide/userguide/fr/deskbar.html b/docs/userguide/userguide/fr/deskbar.html deleted file mode 100644 index 7f781c1d65..0000000000 --- a/docs/userguide/userguide/fr/deskbar.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- - - - -
Index
- Le menu de la Deskbar
- Le cartouche
- La liste des programmes en cours -
- -

Deskbar

- -

La Deskbar est le petit panneau qui se trouve par défaut dans le coin supérieur droit de l'écran. C'est la version Haiku de la barre des tâches Windows avec le bouton Démarrer. Elle contient le menu de la Deskbar, d'où vous pouvez lancer les applications et les préférences, en dessous, un cartouche héberge une horloge ainsi que d'autres outils, et en bas, la liste des programmes en cours.

-positions -

Vous pouvez déplacer la Deskbar dans l'un des coins ou le long d'une bordure de l'écran en la saisissant par la zone d'accroche qui se trouve à coté du cartouche. Vous pouvez aussi la réduire en une présentation plus compacte en faisant glisser zone d'accroche sur le menu de la Deskbar.

- -

-index -Le menu de la Deskbar

-

Un menu s'ouvre lorsque vous cliquez en haut de la Deskbar :

-deskbar.png -
    -
  • About This System... - Affiche quelques informations de base du système, les licences et les contributions au projet Haiku.

  • - -
  • Find... - Ouvre la boite de dialogue Query.

  • -
  • Show Replicants - Affiche/cache le petit gadget du Réplicant que vous utilisez pour le déplacer, le supprimer ou accéder à son menu contextuel.

  • -
  • Mount - Offre les mêmes options que lorsqu'il est appelé par un clic droit sur le bureau (voir le montage des volumes).

  • -
  • Deskbar Preferences... - Ouvre le panneau de configuration de la Deskbar (voir ci-dessous).

  • -
  • Shutdown - Propose les options de redémarrage (Restart System) et d'extinction (Power Off).

  • -
  • Recent Documents, Folders, Applications - Liste des derniers documents, dossiers et applications ouverts récemment (voir Deskbar Preferences ci-dessous).

  • -
  • Applications, Demos, Deskbar Applets, Preferences - Liste des applications installées, démos, appliquettes et préférences.
    Vous pouvez ajouter des liens vers d'autres programmes (ou vers n'importe quel dossier, document, requête etc.) en les mettant dans ~/config/settings/deskbar/menu/.

  • -
- -

-indexPréférences de la Deskbar

-prefs-deskbar.png -

Le panneau des préférences de la Deskbar est divisé en trois sections.

- -

Applications

-

les réglages suivants ne s'appliquent pas à vos applications installées, mais au comportement et à l'apparence de la liste des applications en cours d'exécution.

- - - - - - - -
Sort running applications Trie les applications en cours par ordre alphabétique.
Tracker always first Même si vous triez alphabétiquement, Le Tracker restera toujours au début de la liste.
Show application expander Ajoute un petit gadget pour afficher/masquer toutes les fenêtres d'un programme directement sous son entrée dans la Deskbar.
Expand new applications Les fenêtres des programmes nouvellement lancés sont automatiquement étendues sous l'entrée de l'application dans la Deskbar.
Hide application names Enlève le label des applications en cours.
Icon size Ajuste la taille des icône des applications en cours.
- -

Menu

-

Menu
-Ici vous pouvez définir le nombre d'éléments que vous voulez voir apparaître dans les menus des documents, des dossiers et des applications récemment ouverts, ou si vous n'en voulez pas du tout.
-Le bouton Edit Menu... ouvre le dossier /boot/home/config/be/. À l'intérieur, vous trouverez les fichiers et les dossiers qui apparaissent dans la Deskbar, par défaut, ce sont Applications, Demos, Deskbar Applets, et Preferences.
-Vous pouvez supprimer ou ajouter des éléments comme des liens vers des applications, des documents ou même des requêtes, simplement en les copiant ou en les supprimant de ce dossier.

-

Il est encore plus aisé de faire glisser un fichier, un dossier ou une requête enregistrée et de le déposer dans la Deskbar.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Enfin, les préférences pour la fenêtre de la Deskbar.

- - - - -
Always on top La Deskbar reste toujours au-dessus toutes les autres fenêtres.
Auto-raise La Deskbar surgit au premier plan quand le pointeur de la souris passe au dessus d'elle.
Auto-hide La Deskbar est réduite à seulement quelques pixel et surgi si le pointeur de la souris la touche.
- -

-index -Le cartouche

-calendar.png -

Entre autres choses, le cartouche héberge l'horloge. -Quand vous faites passer la souris au dessus de l'heure, La date est affichée dans une infobulle. Un clic gauche sur l'horloge, affiche le calendrier, alors qu'un clic droit, vous permettra d'afficher/masquer l'heure, ou de régler les préférences de l'horloge.

-

Tout programme peut installer une icône dans le cartouche pour fournir une interface à l'utilisateur. Le système de courrier électronique, par exemple, montre un symbole différent quand il ya du courrier non lu et offre un menu contextuel pour, par exemple créer ou vérifier les nouveaux messages. ProcessController est un autre exemple qui installe son icône dans le cartouche pour fournir des informations (utilisation du CPU et de la mémoire) et dispose d'un menu contextuel.

- -

-index -La liste des programmes en cours

-list-of-apps.png -

Vous pouvez basculer vers l'une des autres applications ouvertes en cliquant sur son entrée dans la Deskbar, puis en choisissant dans le sous-menu, une de ses fenêtres. D'un clic droit vous pouvez réduire ou fermer une fenêtre ou l'application entière.

-

Si vous avez activé l'élargissement (Application Expanders) dans les paramètres de la Deskbar, vous pouvez agrandir / réduire les fenêtres directement dans la liste sous l'entrée de l'application.

-

En face de chaque fenêtre, on trouve un symbole qui fourni des informations sur son état. Un symbole lumineux signifie qu'une fenêtre est visible, un sombre qu'elle est minimisée. Trois lignes devant le symbole indique que ce n'est pas sur l'espace de travail actuel.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/desktop-applets.html b/docs/userguide/userguide/fr/desktop-applets.html deleted file mode 100644 index e6d6e61476..0000000000 --- a/docs/userguide/userguide/fr/desktop-applets.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Appliquettes du bureau - - - - - - - - -
-
- -

Appliquettes du bureau

- -

Haiku fournit quelques outils utiles qui peuvent être installés sur le bureau ou dans la Deskbar via leur réplicants.

- - - - - - - - - - - -
iconLaunchBox Raccourcis vers vos applications favorites.
iconNetworkStatus Votre connexion réseau fonctionne-t-elle ?
iconPowerStatus Affiche l'état de charge de la batterie de votre portable.
iconProcessController Voir et contrôler tout les services et les applications en cours d'exécution.
iconWorkspaces Une version miniature de tous vos espaces de travail.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/desktop-applets/launchbox.html b/docs/userguide/userguide/fr/desktop-applets/launchbox.html deleted file mode 100644 index 369f61a3b1..0000000000 --- a/docs/userguide/userguide/fr/desktop-applets/launchbox.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar :Desktop Applets
Localisation :/boot/system/apps/LaunchBox
Réglages :~/config/settings/LaunchBox/*
-

Pour organiser les raccourcis vers vos applications préférées ou vers vos documents vous pouvez démarrer une ou plusieurs appliquettes LaunchBox. -vous choisissez pour chacune d'elle, si elle est affichée seulement sur l'espace de travail actuel ou sur tous. -Elles peuvent également servir à ouvrir rapidement un document dans une application spécifique. -Par exemple, pour ouvrir un fichier HTML dans un éditeur de texte, plutôt qu'avec son application préférée, le navigateur, faites glisser son icône sur celle de l'éditeur dans la LaunchBox.

-launchbox.png -

Toutes les options sont accessibles depuis le menu contextuel :

- - - - - - - - -
Add Button Here Ajoute un bouton vide.
Clear Button Vide un bouton.
Remove Button Supprime un bouton.
Set description… Passer le curseur sur une icone montre une infobulle avec le nom du fichier et, dans le cas d'une application, une courte description (seulement si celle ci diffère de son nom), vous pouvez voir le sujet Types de fichiers. Avec ce menu, vous pouvez personnaliser la description de l'infobulle.
Settings
-- Horizontal Layout
-- Icon size
-- Ignore Double-click
-- Show Window Border
-- Auto Raise
-- Show On All Workspaces
 
-Aligne les boutons horizontalement.
-Définit une taille d'icône entre 16 et 64 pixels.
-Ne lance l'objet qu'une fois, même si vous double-cliquez (accidentellement) dessus.
-Affiche le cadre de la fenêtre.
-LaunchBox surgit si la souris se trouve près d'un coin de l'écran.
-Affiche la LaunchBox sur tous les espaces de travail.
Pad
-- New
-- Clone
-- Close
 
-Ajoute une nouvelle palette d'icône.
-Duplique la palette d'icône active.
-Ferme la palette d'icône active.
LaunchBox
-- Quit
 
-Ferme toutes les palettes d'icônes.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/desktop-applets/networkstatus.html b/docs/userguide/userguide/fr/desktop-applets/networkstatus.html deleted file mode 100644 index 8da2ea5aee..0000000000 --- a/docs/userguide/userguide/fr/desktop-applets/networkstatus.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Deskbar :Desktop Applets
Localisation :/boot/system/apps/NetworkStatus
Réglages :aucun
-

NetworkStatus affiche l'état de vos connexions réseaux -Si elle n'est pas déjà ouverte, l'appliquette demandera à son lancement si elle doit ouvrir une fenêtre ou s'insérer dans le cartouche de la Deskbar. -Vous pouvez redimensionner l'icône en retaillant la fenêtre, et faire glisser le Réplicant sur le bureau à l'ide de sa poignée.
-Partout où il est installé, vous pouvez agir sur NetworkStatus par l'intermédiaire d'un clic droit qui ouvrira un menu contextuel.

-

NetworkStatus applet
-La première section contient les noms de tout les adaptateurs réseau et leur état. -En cliquant sur l'un d'eux, vous obtiendrez une fenêtre qui montre l'adresse IP, l'adresse de diffusion ainsi que le masque réseau.
-En dessous, vous trouverez une liste des réseaux trouvés par le premier adaptateur sans-fil avec un indicateur de la qualité de son signal. Consultez l'Atelier : réseaux sans-fils pour plus d'informations sur les réglages des connexions.
-Enfin, vous pouvez ouvrir les préférences réseaux (Open network preferences...) pour changer votre configuration réseau ou quitter l'applet (Quit).

- -

Icônes d'état

- - - - - - -
PrêtLa connexion est établie.
ConfigurationConnexion en cours.
Pas de configuration utilisableCertains paramètres sont manquants (Vérifiez la configuration IP).
DéconnectéIl n'y a pas de connexion physique (Le câble réseau est probablement débranché, ou aucun réseau sans fil n'est disponible).
-Aucun adaptateur réseau n'est disponible (Si vous êtes sûr qu'au moins adaptateur est connecté, il est probable qu'il n'existe pas encore de pilote).
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/desktop-applets/powerstatus.html b/docs/userguide/userguide/fr/desktop-applets/powerstatus.html deleted file mode 100644 index eb465b0664..0000000000 --- a/docs/userguide/userguide/fr/desktop-applets/powerstatus.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar :Desktop Applets
Localisation :/boot/system/apps/PowerStatus
Réglages :~/config/settings/PowerStatus settings
-

Powerstatus affiche le niveau de charge des batteries, et n'est donc utile que pour un ordinateur portable. -Si ce n'est pas déjà fait, le démarrage de l'appliquette demandera si elle doit ouvrir une fenêtre normale ou si elle doit s'insérer dans le cartouche de la Deskbar. -En mode fenêtre, vous pouvez redimensionner l'icône en retaillant la fenêtre et glisser le Réplicant sur le bureau avec sa poignée.
-Partout où il est installé, vous pouvez agir sur PowerStatus par l'intermédiaire d'un clic droit qui ouvrira un menu contextuel.

-

Note : Powerstatus nécessite un support de l'ACPI fonctionnel.

-PowerStatus applet -

Le menu contextuel offre les options suivantes :

- - - - - - - - -
Show text labelIndique le niveau de batterie en pourcentage du temps restant.
Show status iconAffiche l'icône de l'appliquette.
Show percent/Show timeBascule l'affichage entre le pourcentage de batterie restante ou le temps d'autonomie. (Show text label doit être actif).
Battery info...Affiche la fenêtre des informations détaillés des batteries.
About...Affiche la fenêtre À propos (About).
QuitQuitte l'appliquette PowerStatus.
-

Quand Show text label est actif, le niveau des batteries est indiqué entre parenthèses pendant la charge.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/desktop-applets/processcontroller.html b/docs/userguide/userguide/fr/desktop-applets/processcontroller.html deleted file mode 100644 index 6bd26739af..0000000000 --- a/docs/userguide/userguide/fr/desktop-applets/processcontroller.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
- -

processcontroller-icon_64.pngProcessController

- - - - -
Deskbar :Desktop Applets
Localisation :/boot/system/apps/ProcessController
Réglages :aucun
- -

ProcessController appletLa principale fonction de ProcessController est de visualiser l'activité processeur et la quantité de mémoire utilisée. Il permet de suivre des différents processus, de changer leurs priorités, et de les tuer en cas de blocage. Dans les environnements multiprocesseurs, il vous permet de désactiver les différents processeurs/cœurs. Lorsque le Tracker ou la Deskbar plantent, vous pouvez les redémarrer à partir du menu de ProcessController.

-

Les indicateurs de gauche montrent l'activité de chaque processeur, alors que la jauge de droite montre la consommation mémoire. -Souvenez vous que le nombre d'indicateurs -dépend du nombre de processeur/cœurs de l'ordinateur.

-

A moins d'être déjà en cours d'exécution, ProcessController demandera à son lancement si il doit s'ouvrir en mode fenêtre ou si il doit s'insérer dans le cartouche de la Desbar. -En mode fenêtre, vous pouvez redimensionner l'icône en retaillant la fenêtre, et faire glisser la poignée du Replicant vers le bureau.
-Partout où il est installé, vous pouvez agir sur ProcessController par l'intermédiaire d'un clic droit qui ouvrira un menu contextuel.
-Pour supprimer l'appliquette du cartouche, décocher Live in the Deskbar dans le menu contextuel.

-

Quitter une application (Quit an application)

-ProcessController - Quit an application -

Pour quitter une application il suffit de choisir son nom dans le menu Quit an application. -C'est une méthode propre pour fermer un application, tout comme de cliquer sur son bouton de fermeture. Cependant, veillez à ne pas arrêter les processus du système comme les serveurs ou des démons, au risque d'altérer le bon fonctionnement de votre système.

-

Consommation mémoire (Memory usage)

-ProcessController - Memory usage -

Le suivit de la consommation de mémoire peut être assez imprécis.

-

Ce menu vous permet de surveiller l'utilisation de la mémoire par les différents processus de votre système. À côté du nom du processus, vous trouverez deux colonnes : la première correspond à la quantité de mémoire réservée pour l'écriture, tandis que la seconde montre toute la mémoire, y compris l'espace en lecture seule (comme par exemple les bibliothèques partagées).

-

La première ligne System resources & caches… montre la quantité totale de mémoire utilisée par le système et toutes les applications. La largeur de la jauge bleue est basée sur la mémoire physique totale de votre ordinateur. Les lignes suivantes montrent la mémoire consommée par chaque processus. Veuillez noter que la largeur de la jauge est calculée à partir de la quantité de mémoire utilisée.

- - - -
La mémoire utilisée exclusivement par l'application (avec un accès en écriture)
Mémoire incluant l'espace en lecture seule (peut être partagée avec d'autres applications)
- -

Tâche et charge du processeur (Threads and CPU usage)

-

Ce menu vous permet de modifier les priorités des tâches, de tuer les processus ou les déboguer.

-
Les changements effectués via les commandes de ce menu influent profondément sur le système et peuvent entraîner une perte de données et une instabilité du système. Gardez la main légère sur la souris !
-ProcessController - Priority - - - - -
Code noyau
Code utilisateur
Tâche oisive
-

Au premier niveau vous voyez des noms des processus. En cliquant sur l'un d'eux, vous pouvez tuer tout le processus. La partie bleue foncée de la jauge correspond au temps passé dans le code du noyau, la partie bleue claire à celui passé dans le code utilisateur, la partie verte dans la tâche oisive. Une jauge entièrement rempli de bleu signifie que le processus monopolise toute la puissance de traitement du système.

-

Le deuxième niveau montre le détail des tâches d'un processus. En cliquant sur l'une d'elle, vous pouvez la déboguer ou la tuer. -Une jauge entièrement remplie de bleu signifie que la tâche monopolise une unité de traitement (processeur/cœur).

-

Le dernier niveau du menu vous permet de changer la priorité d'une tâche. Soyez prudent avec ça ! En règle générale, la priorité d'une tâche devrait être inversement proportionnelle à l'utilisation qu'elle fait du processeur. plus elle tente de réclamer du temps CPU, plus sa priorité devrait être faible. En général, ne vous embrouillez pas avec les priorités des applications. Contactez son auteur, c'est son boulot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/desktop-applets/workspaces.html b/docs/userguide/userguide/fr/desktop-applets/workspaces.html deleted file mode 100644 index f881eb4f1b..0000000000 --- a/docs/userguide/userguide/fr/desktop-applets/workspaces.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Appliquette des espaces de travail - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar :Desktop Applets
Localisation :/boot/system/apps/Workspaces
Réglages :~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Conserve la position de la fenêtre du panneau de configuration.
-


-workspaces.png -

Vous trouverez l'appliquette Workspaces dans le menu Desktop Applets de la Deskbar. -Elle affiche une version miniature de tous les espaces de travail. -Il y a plusieurs options disponibles dans le menu contextuel de la fenêtre de l'appliquette. Toutes parlent d'elles-même.
-Change Workspace Count... ouvrira le panneau de préférences Screen dans lequel vous pouvez définir le nombre et la dispositions de vos espaces de travail (soit le nombre de lignes et de colonnes).

-

Puisque l'appliquette est un Réplicant, vous pouvez redimensionner la fenêtre comme vous le souhaitez, puis faites la glisser par sa poignée pour la déposez sur le bureau (assurez-vous que Show Replicants soit activé dans le menu de la Deskbar). Maintenez la touche MAJ enfoncée pendant le redimensionnement afin de conservez un aspect proportionnel à celui de l'écran.

- -

-index -Déplacer des fenêtres entre les espaces de travail

-

Pour déplacer une fenêtre, attrapez-la dans l'appliquette Workspaces et faites-la simplement glisser vers un autre espace de travail, vous avez ainsi l'avantage de pouvoir déplacer une fenêtre sans quitter votre bureau courant. -Bien entendu, cela ne fonctionne bien que s'il n'y a pas trop de fenêtres dans un espace de travail, et que si votre cible n'est pas masquée par d'autres fenêtres. vous pouvez aussi attraper une fenêtre par son onglet pendant que vous changez d'espace de travail avec CMD Fx.

-

Pour plus d'informations sur les espaces de travail en général et les raccourcis clavier, reportez-vous au sujet Espaces de travail.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Fonctions Spécifiques

-

L'appliquette des espaces de travail fournit quelques fonctions supplémentaires lorsque vous cliquez sur une fenêtre tout en pressant certaines touches modificatrices :

- - - - -
CtrlAmène la fenêtre au premier plan.
CTRL MAJMinimise la fenêtre.
OPTRenvoie la fenêtre à l'arrière plan.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/filesystem-layout.html b/docs/userguide/userguide/fr/filesystem-layout.html deleted file mode 100644 index e226d455a9..0000000000 --- a/docs/userguide/userguide/fr/filesystem-layout.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Structure du système de fichiers - - - - - - - - -
-
- -

Structure du système de fichiers

- -

L'organisation des fichiers est assez transparente dans Haiku. En essayant de toujours utiliser des noms explicites pour les fichiers et les dossiers, l'utilisateur n'a pas besoin de faire de suppositions. Les fichiers et dossiers qui sont importants pour le bon fonctionnement du système, sont protégés des atteintes accidentelles par l'affichage d'une de ces alertes :

-achtung-user.png  -achtung-system.png -

Le second message d'alerte apparaît si vous essayez de renommer ou de supprimer quelque chose dans l'arborescence du système. Ici, le bouton "Rename" ne deviendra cliquable qu'en maintenant la touche Maj enfoncée.

-

Généralement, le dossier racine du volume de démarrage comporte deux branches distinctes :

- - - -
/boot/system/ Contient les fichiers systèmes et les applications/paquets partagés par tout les utilisateurs.
/boot/home/ Il s'agit de votre dossier personnel, où vous pouvez conserver vos fichiers et paramètres, ainsi que les application/paquets qui ne sont pas partagées par tous les utilisateur.
-

Tant que Haiku ne permet pas de gérer plusieurs utilisateurs, la distinction entre les applications/paquets partagés ou non n'a pas de répercutions apparentes, puisqu'il n'y a qu'un seul utilisateur avec un seul dossier home. -Une fois que cette fonctionnalité sera mise en place, Haiku supportera le multi-user et apprendre la bonne méthode prendra toute son importance.

- -

index -Le dossier système - /boot/system/

-

Sous BeOS, le prédecesseur de Haiku, ce dossier était nommé /boot/beos/. Vous pouvez encore rencontrer cette référence dans d’anciennes documentations (comme le BeBook).
-Dans tous les cas, vous ne devriez pas altérer son contenu. Chaque mise à jour de Haiku est susceptible d’ajouter, de supprimer ou de remplacer tout ce qui se trouve dans ce dossier. Si vous voulez ajouter des fonctionnalités au système, comme des extensions au Tracker, des Translateurs ou des pilotes supplémentaires, installez-les plutôt dans votre hiérarchie personnelle /boot/home/, ou, si l’élément devrait être disponible pour tous les utilisateurs, /boot/common/. Tant que Haiku ne sera pas multi-utilisateur, cette distinction n’a pas d’effet apparent, puisque qu’il n’y a qu’un utilisateur avec un dossier home. Mais puisque ce support multi-utilisateur sera disponible ultérieurement, il est bon de prendre tout de suite les bonnes habitudes.

- - - - - - -
/boot/system/cache/ Contient les fichiers caches et les dossiers temporaires, dans /tmp/.
/boot/system/non-packaged/ Contient une arborescence pour les fichiers qui ne font pas partie d'un .hpkg (dans les anciennes archives BeOS).
/boot/system/packages/ En plus de contenir les paquets système Haiku, vous pouvez ajouter/retirer les paquets partagés par tous les utilisateurs.
/boot/system/settings/ Contient les réglages du système.
/boot/system/var/ Contient des journaux (logs) comme syslog (important pour la résolution de problèmes) et est l'emplacement par défaut pour changer un fichier.
-

Pour plus d'informations sur les dossiers packages et non-packaged, consultez le sujet Applications.

- -

index -Le dossier personnel - /boot/home/

-

Ce dossier vous appartient. Vous pouvez, ici, créer et supprimer tous les fichiers et les dossiers que voulez. (À propos, le tilde (« ~ ») est un raccourcis vers votre dossier d'accueil. Vous n'avez donc pas systématiquement besoin d'écrire « /boot/home/ » dans le Terminal.)
-Les fichiers que vous souhaiteriez partager avec les autres utilisateurs dans un futur environnement multi-utilisateur devaient être placés à l'extérieur de /boot/home/. À cet effet, vous pouvez par exemple créer un dossier /boot/all-users/ pour y mettre ce genre de choses.

- - - - - - - - - - -
~/Desktop/ Contient les fichiers de votre bureau. Double cliquer ne l'ouvrira pas puisqu'il est déjà visible. Lorsque vos fichiers sont masqués par une fenêtre ouverte, passez simplement sur un nouvel Espace de Travail (Workspace). Bien entendu, naviguer dans les sous-menus est aussi possible avec un clique droit.
~/mail/ C'est l'emplacement par défaut pour vos mails.
~/people/ C'est l'emplacement par défaut pour vos fichiers fichiers de contacts, voir People.
~/queries/ Les Requêtes sont stockées ici, par défaut pendant 7 jours.
- -

Le dossier /boot/home/config/ est spécial, tout comme /boot/system/, est très souvent sous le contrôle du géstionnaire de paquets, donc disponible pour une lecture seule. Il contient aussi ces dossiers, modifiables par l'utilisateur.

- - - - - - - - - - -
~/config/packages/ Vous pouvez ici ajouter/supprimer les paquets qui ne sont pas partagés par tous les utilisateurs.
~/config/non-packaged/ Contient une arborescence pour les fichiers qui ne font pas partie d'un .hpkg (dans les anciennes archives BeOS) et ne sont pas partagées par tous les utilisateurs.
~/config/settings/ Ce dossier contient les paramètres de toutes les applications et quelques configurations pour le système. Certaines applications gèrent leurs paramètres dans leurs propres sous-dossiers, d'autres mettre simplement leur fichier de configuration ici.
- -

Pour plus d'informations sur les dossiers packages et non-packaged, consultez le sujet Applications.

-

Voici les sous dossiers les plus intéressants ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Ce dossier permet de rajouter des Scripts utilisateurs qui sont exécutés lors du démarrage ou de l’extinction du système.
boot/launch/ Les liens vers les programmes ou les documents contenus dans ce dossier sont automatiquement lancés à chaque démarrage.
beos_mime/ Dans cette base de données MIME, Haiku conserve tous les différents types de fichiers et leurs paramètres.
deskbar/menu/ Les fichiers copiés ou situés dans files/folders/queries apparaissent dans le menu Deskbar.
kernel/drivers/ Un fichier de réglages contenu dans ce dossier peut être intéressant : kernel permet de configurer certains aspects bas niveau du système, comme la désactivation du support multi-processeur (SMP), l’activation du déboguage série ou de la gestion d’alimentation avancée (APM, ACPI). Vous pouvez activer un ligne de configuration en enlevant le dièse « # » au début. Faites très attention à ce que vous faites !
Tracker/ En plus des différents fichiers de paramètres du tracker, il y a des sous-dossiers intéressants :
DefaultFolderTemplate/Affichez et organisez les attributs comme vous aimez, et définissez la taille de fenêtre. Chaque nouveau dossier que vous créez l'utilise comme modèle.
DefaultQueryTemplates/Vous pouvez définir la disposition des fenêtres de résultat de requête pour certains types de fichiers. Voir Requêtes : La fenêtre de résultats.
Go/Placez ici des liens vers vos emplacements favoris pour les rendre disponible notamment dans les boîtes de dialogue d’ouverture et de fermeture. Voyez le sujet Interface graphique de Haiku : Favoris et dossiers récents.
Tracker New Template/Ajouter un modèle pour tout type de fichier. il sera alors disponible dans le menu File | New... du Tracker. voir le sujet Tracker : gérer vos fichiers.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/filetypes.html b/docs/userguide/userguide/fr/filetypes.html deleted file mode 100644 index b65b155618..0000000000 --- a/docs/userguide/userguide/fr/filetypes.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Types de fichiers - - - - - - - - -
-
- -

Types de fichiers

- -

Haiku ne se base pas comme Windows sur les 3 lettres de l'extension du nom du fichier pour déterminer son type (par example .txt, .jpg, .mp3). -Cette méthode de secours n'est utilisé qu'en dernier ressort. -Haiku utilise un type MIME comme c'est l'usage sur Internet.

-
Même si il n'y a aucune raison d'utiliser les extensions de fichier dans Haiku, n'oubliez pas de les ajouter aux fichiers que vous souhaitez partager avec les utilisateurs d'un autres systèmes d'exploitation, par exemple quand vous envoyer un e-mail, quand vous le copiez vers un serveur ou sur une clé USB. Le cas échéant, leur système pourrait ne pas reconnaître le type du fichier.
- -

index -Définir le type d'un fichier

-

Vous pouvez changer le type d'un fichier spécifique, son icône et l'application associée. Sélectionnez le fichier et invoquez le menu contextuel Add-Ons | filetype add-on à l'aide d'un clic droit.

-filetype-addon.png - -

-index -Le type du fichier

-

Ce qui précède est un fichier PNG qui a pour chaîne MIME image/png. Disons que vous savez que ce n'est pas un PNG mais un GIF. Vous pouvez modifier le type en entrant -la chaîne MIME correcte à la main, ou en utilisant l'un des deux boutons sous la zone de texte :

- - - -
Select... affiche la liste hiérarchique des types de fichiers dans lesquels vous pouvez naviguez jusqu'à image | GIF Image.
Same as... Ouvre une boite de dialogue fichier dans laquelle vous pouvez choisir n'importe quel fichier du type que vous rechercher.
- -

-index -L'application préférée

-

Cette liste déroulante affiche toutes les applications qui peuvent gérer ce type de fichier. -De là, vous pouvez choisir le programme qui doit ouvrir ce fichiers quand on double-clique dessus. -Vous pouvez, par exemple, changer l'application préférée d'un fichier HTML pour remplacer le navigateur par un éditeur de texte pendant que vous travaillez dessus. -Seul ce fichier s'ouvrira dans votre éditeur de texte. -Tout les autres fichier HTML continueront à s'ouvrir dans le navigateur.

- -

L’application par défaut (Default Application) est celle qui est utilisée globalement pour ce type de fichier. Si vous ne trouvez pas le programme que vous voulez dans le menu déroulant, vous pouvez utiliser les boutons Select... (Sélectionner) et Same As... (Identique à) qui fonctionnent de manière similaire à ce qui est décrit ci-dessus dans la section « Le type du fichier ».

- -

-index -L'icône

-

Au cas où vous demanderiez pourquoi la boîte d’icône en haut à droite est vide : Les icônes proviennent normalement de l’icône par défaut du système pour ce type de fichier. Vous pouvez ouvrir l’extension Filetype Add-On sur un fichier possédant une icône et la glisser-déposer sur la boîte d’icône de votre fichier. Vous pouvez également double-cliquer sur l’icône et l’éditer. Pour plus d’informations sur les icônes et l’édition, voyez le sujet Icon-O-Matic.

- -

-index -Paramètres spécifiques aux applications

-

Si vous appelez l'extension Filetype Add-On sur un fichier exécutable (ici : StyledEdit), vous obtiendrez une boîte de dialogue différentes :

-filetype-addon-stylededit.png -

En haut, plutôt qu'une chaîne MIME normalisée, vous verrez la signature unique de l'application. Elle permettra au système de retrouver l'endroit où le programme est installé.

-

En dessous, vous trouverez plusieurs fanions qui contrôlent le comportement des applications :

- - - - - - -
Single Launch Une seule instance de l'application peut être exécutée par fichier exécutable. -Néanmoins, si vous avez deux copies de cette application, elles peuvent fonctionner côte à côte.
Multiple Launch Plusieurs instances de l'application peuvent s'exécuter simultanément.
Exclusive Launch Il n'est autorisé qu'une seule instance avec cette signature d'application à la fois.
Args Only Indique que l'application ne répond pas aux messages.
Background App L'application n'apparaitra pas dans Twitcher ou dans la liste des applications en cours de la Deskbar.
-

Puis vous trouvez la liste des types de fichiers pris en charge. Vous pouvez ajouter (et supprimer) des types de fichier si vous pensez que l'application peut les manipuler. -En conséquence, l'application apparaîtra dans le menu pour les applications privilégiées, ou dans le menu contextuel Open with... du Tracker quand vous faites un clic-droit sur un fichier de ce type.

-

Au bas, vous trouverez la version et le copyright. Comme la signature de l'application, ils sont remplis par l'auteur de l'Application et ne devraient pas être modifiés.

- -

-index -Réglages généraux avec les préférences des types de fichiers

-

Le panneau de réglage FileTypes ne traite pas les fichiers individuellement, mais les paramètres globaux des types de fichiers. Vous pouvez modifier les icônes par défaut, les applications préférées, ou ajouter, modifier ou supprimer les attributs pour un type de fichier entier. Vous pouvez même créer votre propre type de fichier à partir de zéro.

-

Tous les types de fichiers et leurs configurations sont conservés dans /boot/home/config/settings/beos_mime/. Avant de commencer vos expérimentations, il peut être prudent de faire une sauvegarde de ce dossier...

-

Pour en savoir plus sur les préférences des Types de fichiers référez-vous à l'atelier : Types de fichiers, Attributs, Index et Requêtes.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/gui.html b/docs/userguide/userguide/fr/gui.html deleted file mode 100644 index 2d496c648b..0000000000 --- a/docs/userguide/userguide/fr/gui.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - L'interface graphique de Haiku - - - - - - - - -
-
- - - - -
Index
- Déplacer et retailler facilement
- Empiler & juxtaposer
- Dialogues d'ouverture et de fermeture
- Réplicants -
- -

L'interface graphique de Haiku

- -

Interface graphique de Haiku est une partie intégrante du système. A l'inverse des systèmes Unix, il n'y a pas de gestionnaire de fenêtre indépendant, il n'est donc pas possible de démarrer dans un simple shell en ligne de commande. Haiku mettant l'accent sur la station de travail, ce n'est tout simplement pas considéré comme nécessaire.

-

Comme vous avez sans doute déjà expérimenté d'autres environnements graphiques, nous allons sauter les standards tels que les menus, les menus contextuels sur clic droit, le glissé&déposé, etc Regardons plutôt les quelques aspects uniques de l'interface graphique de Haiku.

-gui.png -

Il n'y a que peu de choses dans l'interface graphique de Haïku qui ne sont pas évidentes et qui méritent une explication.

-
    -
  1. La Deskbar est un peu le menu "Démarrer" et la barre des tâches. Voir le sujet Deskbar.

  2. -
  3. L'onglet jaune ne sert pas seulement à afficher le nom du programme ou du document : -
    • Vous pouvez le déplacer en maintenant la touche MAJ enfoncée tout en le faisant glisser à une autre position, ce qui vous permet d'empiler un nombre de fenêtres et d'y avoir accès facilement par un onglet nommé.
    • -
    • Vous pouvez minimiser un fenêtre avec un double-clic sur son onglet (ou avec CTRL CMD M). Une fenêtre ainsi cachée peut être accédée via son entrée dans la Deskbar ou dans Twitcher.
    • -
    • Vous pouvez envoyer une fenêtre à l'arrière plan avec un clic droit sur son onglet (ou sa bordure).
  4. -
  5. Le bouton de fermeture.

  6. -
  7. Le bouton "zoom" (ou CTRL CMD Z). Dans la plupart des applications, il élargira une fenêtre à la taille maximale. Cependant ce n'est pas obligatoire. La fenêtre du Tracker, par exemple, sera retaillée au mieux de son contenu.

  8. -
  9. La bordure de fenêtre. Un glissé-gauche déplace la fenêtre alors qu'un glissé-droit la redimensionne.

  10. -
  11. Le coin de redimensionnement.

  12. -
- -

index -Une manière rapide de déplacer ou retailler les fenêtres

-

Le déplacement et le redimensionnement des fenêtres est une partie importante de l’interaction avec les applications qui s'exécutent simultanément. Plutôt que de viser le petit onglet jaune du titre, ou la bordure de fenêtre encore plus fine, il existe un moyen plus pratique pour déplacer une fenêtre. De plus, le coin de redimensionnement a une autre limitation : Il ne permet le redimensionnement qu'à partir de l'angle inférieur droit.
Même si un glissé-droit sur la bordure de la fenêtre pour redimensionner celle-ci fonctionne, vous aurez toutefois à viser soigneusement.

-

Pour répondre à ces questions, Haiku fournit une solution élégante pour manipuler les fenêtres à l'aide de la combinaison des touches CTRL ALT et la souris. Référez-vous au chapitre Raccourcis claviers pour d'autres combinaisons -de touches concernant la gestion des fenêtres.

-resizing.png -

L’enfoncement des touches CTRL CMD enfoncées mettra en évidence les bordures les plus proches du pointeur de la fenêtre dans laquelle se trouve la souris. Déplacez la souris vers une autre bordure pour changer de cible. Cliquez avec le bouton droit de la souris puis faites la glisser pour redimensionner la fenêtre au niveau des bordure en surbrillance.

-

En maintenant les touches CTRL CMD enfoncées, cliquez avec le bouton gauche de souris n'importe où dans une fenêtre, puis faites glisser la souris pour déplacer la fenêtre. Un simple clic avec le bouton droit de la souris envoie la fenêtre en arrière plan.

- -

-index -Empiler & juxtaposer

-

L'interface utilisateur de Haiku fournit une fonctionnalité unique qui explique pourquoi les fenêtres ont un onglet jaune plutôt qu'une barre de titre sur toute leur largeur utile. C'est ce qu'on appelle « Empiler&Juxtaposer ».
-Dans l'exemple ci-dessous, une fenêtre Tracker avec des signets est juxtaposée à la gauche d'une fenêtre WebPositive, qui est elle-même empilée avec une autre fenêtre Tracker montrant le dossier source haiku. Dans cette animation, l'utilisateur clique sur les onglets des fenêtres empilées pour les amener alternativement à l'avant l'une de l'autre.

-gui-s+t.gif -

Connecté de cette manière, les fenêtres du groupe peuvent être déplacées et redimensionnées ensemble - un environnement mieux agencé pour travailler sur un projet. Au lieu de chercher la bonne fenêtre contenant la documentation, l'éditeur - ou peut-être un e-mail connexe concernant un projet sur lequel vous travaillez actuellement​​, empilez&juxtaposez les fenêtres les unes avec les autres. -

-

Effectuer l'arrangement des fenêtres est une chose aisée : maintenez la touche OPT enfoncée pendant que vous faites glisser une fenêtre par son onglet à proximité d'une autre fenêtre jusqu'à ce que leurs onglets ou bordures soient mises en surbrillance puis relâchez le bouton de la souris.

-

Empiler&Juxtaposer se compose de deux fonctions complémentaires.

- - -
gui-stacking.png

« Empiler » consiste à mettre les fenêtres les unes sur les autres, les onglets de titres étant ainsi automatiquement ré-agencés.
-En maintenant la touche OPT, les onglets changent de couleur en se chevauchant; déposez la fenêtre pour assembler l'empilement.

- - -
gui-tilinging.png

"Juxtaposer" signifie coller les fenêtres entre elles horizontalement or verticalement.
-À nouveau, en maintenant la touche OPT enfoncée, les bordures qui vont fusionner quand vous lâcherez la fenêtre, changent de couleur selon que vous les rapprochez l'une de l'autre.

-

La séparation s'effectue de la même manière, en maintenant la touche OPT tout en déplaçant la fenêtre hors du groupe par son onglet.

- -

-index -Les panneaux Ouvrir et Enregistrer

-

Lorsque vous ouvrez ou enregistrez un fichier à partir d'une application, un panneau comme celui-ci apparait :

-open-save.png -

Il dispose de toutes les choses habituelles : Une liste des fichiers du dossier en cours -à choisir si vous êtes dans un panneau de sauvegarde, un champ texte pour entrer un nom de fichier, et une liste déroulante pour les formats de fichiers différents ainsi que leurs paramètres.

-Vous pouvez remonter aux dossiers parents avec la liste déroulante au dessus de la liste des fichiers.

-

Si vous avez déjà une fenêtre Tracker ouverte avec l'emplacement d'un fichier, vous pouvez simplement faire glisser un fichier ou la représentation d'un dossier (à savoir le symbole à l'extrême droite de la barre de menu) dans le panneau. Cela modifie le panneau à ce nouvel endroit.

- -

-index -Les raccourcis clavier

-

De nombreux raccourcis dans les panneaux Ouvrir et Enregistrer sont les mêmes que ceux utilisés dans le Tracker. En plus des commandes qui sont également disponibles via le menu File, il y en a quelques unes moins évidentes :

- - - - - - - -
Alt NCrée un nouveau dossier.
CMD EPermet de renommer l'entrée sélectionnée.
Alt Ouvre le dossier parent.
CMD  ou EntréeOuvre le dossier sélectionné.
Alt D vous envoie vers votre bureau.
ALT H vous envoie vers votre dossier personnel.
- -

-index -Les favoris et dossiers récents

-

Le menu Favorites (favoris) des panneau ouvrir et sauvegarder met à votre disposition les dossiers récemment visités et les emplacements favoris que vous avez vous même définis. Comme indiqué par la petite flèche, vous pouvez également utiliser ces emplacements pour naviguer plus bas dans la hiérarchie par l'intermédiaire des sous-menus.

-favorites.png -

Pour ajouter un favori, naviguez jusqu'à la destination et choisissez Favorites | Add Current Folder. À partir de maintenant il apparaîtra dans tout les panneaux open/save. -Pour supprimer un favori, choisissez Favorites | Configure Favorites... et supprimer l'entrée.
-Tous les favoris sont conservés dans /boot/home/config/settings/Tracker/Go/. -Vous pouvez donc y ajouter et supprimer directement des liens vers des fichiers et dossiers.

- -

-index -Les réplicants

-

Les réplicants sont de petites applications autonomes, qui peuvent être intégrés dans d'autres programmes. Pour peu que l'option Show Replicants soit activée dans la Deskbar, vous reconnaîtrez une partie réplicable d'une application par sa petite poignée, généralement situé dans son coin inférieur droit.

-replicant.png -

L'endroit le plus important qui accepte les réplicants est le bureau : faites-y simplement glisser leur petite poignée. -Le Réplicant fait maintenant partie du bureau, et l'application d'origine n'a pas besoin d'être démarrée pour que cela fonctionne.
-Un clic droit sur la poignée d'un Réplicant ouvrira un menu contextuel, où About vous affichera une fenêtre avec l'application d'origine, et d'où vous pourrez supprimer le Réplicant (Remove Replicant).

-
Si vous rencontrez des difficultés avec un Replicant sur le bureau et que vous ne pouvez pas vous en débarrasser, supprimez ~/config/settings/Tracker/tracker_shelf. Malheureusement, cela enlèvera tout les réplicants du bureau.
-

Par exemples, le graphique de ActivityMonitor, l'appliquette Workspaces ou DeskCalc sont des applications réplicables.

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/images/apps-images/activitymonitor.png b/docs/userguide/userguide/fr/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/fr/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/bootmenu.png b/docs/userguide/userguide/fr/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/cdplayer.png b/docs/userguide/userguide/fr/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/charactermap.png b/docs/userguide/userguide/fr/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/cli-alert.png b/docs/userguide/userguide/fr/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/cli-desklink.png b/docs/userguide/userguide/fr/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/fr/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/codycam.png b/docs/userguide/userguide/fr/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/debugger.png b/docs/userguide/userguide/fr/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/debugger_alert.png b/docs/userguide/userguide/fr/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/deskcalc.png b/docs/userguide/userguide/fr/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/fr/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/diskprobe.png b/docs/userguide/userguide/fr/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/diskusage.png b/docs/userguide/userguide/fr/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/fr/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/fr/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/drivesetup.png b/docs/userguide/userguide/fr/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/expander-preferences.png b/docs/userguide/userguide/fr/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/expander.png b/docs/userguide/userguide/fr/images/apps-images/expander.png deleted file mode 100644 index 7411bb8bf2..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/fr/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/fr/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/fr/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/haikudepot.png b/docs/userguide/userguide/fr/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/fr/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/fr/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/installer.png b/docs/userguide/userguide/fr/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/magnify.png b/docs/userguide/userguide/fr/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mail-attachments.png b/docs/userguide/userguide/fr/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mail-preferences.png b/docs/userguide/userguide/fr/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mail-read.png b/docs/userguide/userguide/fr/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mail-signature.png b/docs/userguide/userguide/fr/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/fr/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mail-write.png b/docs/userguide/userguide/fr/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/fr/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/fr/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/fr/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/mediaplayer.png b/docs/userguide/userguide/fr/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/midiplayer.png b/docs/userguide/userguide/fr/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/fr/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/fr/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/packageinstaller.png b/docs/userguide/userguide/fr/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/people-files.png b/docs/userguide/userguide/fr/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/people.png b/docs/userguide/userguide/fr/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/poorman.png b/docs/userguide/userguide/fr/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/screenshot.png b/docs/userguide/userguide/fr/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/fr/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/fr/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/fr/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/fr/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/fr/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/stylededit.png b/docs/userguide/userguide/fr/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/terminal-settings.png b/docs/userguide/userguide/fr/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/terminal.png b/docs/userguide/userguide/fr/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/textsearch.png b/docs/userguide/userguide/fr/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/fr/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/web+download.png b/docs/userguide/userguide/fr/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/fr/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/fr/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/web+settings.png b/docs/userguide/userguide/fr/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/fr/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/fr/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/fr/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/fr/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/fr/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/apps-images/webpositive.png b/docs/userguide/userguide/fr/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/fr/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/attributes-images/people.png b/docs/userguide/userguide/fr/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/fr/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/calendar.png b/docs/userguide/userguide/fr/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/deskbar.png b/docs/userguide/userguide/fr/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/fr/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/positions.png b/docs/userguide/userguide/fr/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/fr/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/fr/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/fr/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/fr/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/fr/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/fr/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/fr/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/fr/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/fr/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/fr/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/fr/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/fr/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/fr/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/fr/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/fr/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/gui-images/favorites.png b/docs/userguide/userguide/fr/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/fr/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/fr/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/fr/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/gui-images/gui-stacking.png b/docs/userguide/userguide/fr/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/fr/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/gui-images/gui-tiling.png b/docs/userguide/userguide/fr/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/fr/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/gui-images/gui.png b/docs/userguide/userguide/fr/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/fr/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/gui-images/open-save.png b/docs/userguide/userguide/fr/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/fr/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/gui-images/resizing.png b/docs/userguide/userguide/fr/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/fr/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/networkstatus-images/applet.png b/docs/userguide/userguide/fr/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/fr/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/fr/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/fr/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/fr/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/fr/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/fr/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/fr/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/fr/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/fr/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/fr/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/fr/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/powerstatus-images/applet.png b/docs/userguide/userguide/fr/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/fr/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/fr/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/backgrounds.png b/docs/userguide/userguide/fr/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/datatranslations.png b/docs/userguide/userguide/fr/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/fr/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/fonts.png b/docs/userguide/userguide/fr/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/keyboard.png b/docs/userguide/userguide/fr/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/fr/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/keymap.png b/docs/userguide/userguide/fr/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/fr/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/locale-language.png b/docs/userguide/userguide/fr/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/mouse.png b/docs/userguide/userguide/fr/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/fr/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/fr/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/fr/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/fr/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/network.png b/docs/userguide/userguide/fr/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/screen.png b/docs/userguide/userguide/fr/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/fr/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/fr/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/sounds.png b/docs/userguide/userguide/fr/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/time-clock.png b/docs/userguide/userguide/fr/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/time-network.png b/docs/userguide/userguide/fr/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/time-time.png b/docs/userguide/userguide/fr/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/time-timezone.png b/docs/userguide/userguide/fr/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/touchpad.png b/docs/userguide/userguide/fr/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/fr/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/fr/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/processcontroller-images/applet.png b/docs/userguide/userguide/fr/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/fr/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/processcontroller-images/memory.png b/docs/userguide/userguide/fr/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/fr/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/processcontroller-images/priority.png b/docs/userguide/userguide/fr/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/fr/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/processcontroller-images/quit.png b/docs/userguide/userguide/fr/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/fr/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/queries-images/basic-query.png b/docs/userguide/userguide/fr/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/fr/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/queries-images/formula-query.png b/docs/userguide/userguide/fr/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/fr/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/queries-images/query-window-filled.png b/docs/userguide/userguide/fr/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/fr/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/queries-images/query-window.png b/docs/userguide/userguide/fr/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/fr/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/queries-images/result-window.png b/docs/userguide/userguide/fr/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/fr/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/fr/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/fr/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/drill-down.png b/docs/userguide/userguide/fr/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/get-info.png b/docs/userguide/userguide/fr/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/mount-settings.png b/docs/userguide/userguide/fr/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/new-menu.png b/docs/userguide/userguide/fr/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/fr/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/open-with.png b/docs/userguide/userguide/fr/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/fr/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/transaction-status.png b/docs/userguide/userguide/fr/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/fr/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/window-menu.png b/docs/userguide/userguide/fr/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/fr/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/fr/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-email-images/browsing.png b/docs/userguide/userguide/fr/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/fr/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-email-images/query-1.png b/docs/userguide/userguide/fr/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-email-images/query-2.png b/docs/userguide/userguide/fr/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-email-images/query-3.png b/docs/userguide/userguide/fr/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-email-images/query-4.png b/docs/userguide/userguide/fr/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-email-images/status.png b/docs/userguide/userguide/fr/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/fr/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/fr/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/fr/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/fr/images/workspaces-images/workspaces.png b/docs/userguide/userguide/fr/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/fr/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/fr/index.html b/docs/userguide/userguide/fr/index.html deleted file mode 100644 index adeed324a1..0000000000 --- a/docs/userguide/userguide/fr/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Index - - - - - - - - -
-
- -

Index

- -

Les attributs et les requêtes sont des caractéristiques clés de Haiku. Alors que les attributs sont utiles par eux même, pour afficher des informations supplémentaires d'un fichier, ils doivent être indexés pour faire l'objet d'une requête. Ainsi, ils sont classés dans une liste, ce qui rend les requêtes rapides comme l'éclair.
-L'indexation fait partie du système de fichiers et est conservée dans chaque volume ou partition séparément.

- -

Commandes d'indexation dans le Terminal

-

Il existe plusieurs commandes pour gérer les indexes :

-
    -
  • lsindex - Affiche les attributs indexés sur le volume ou la partition actuel.
    -Voici les attributs qui sont indexés par défaut :
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Ajoute l'indexation d'un attribut à un volume ou à une partition.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Seuls les nouveaux fichiers portant cet attribut sont pris en compte automatiquement dans l'index !
-Les fichiers existants doivent être ajoutés manuellement en les copiant et en supprimant les originaux par la suite. Sinon, vous pouvez utiliser l'outil reindex.

-
    -
  • reindex - Insère les attributs des fichiers existants dans l'indexation nouvellement créée sur le volume ou la partition.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Retire l'indexation d'un attribut à un volume ou à une partition.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/keyboard-shortcuts.html b/docs/userguide/userguide/fr/keyboard-shortcuts.html deleted file mode 100644 index 5c57bcf5e6..0000000000 --- a/docs/userguide/userguide/fr/keyboard-shortcuts.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - Raccourcis clavier - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

Raccourcis clavier

- -

Par défaut, la touche de raccourci de Haiku, servant à lancer des commandes de menu par exemples, n’est pas l’habituelle touche CTRL, mais CMD. Ceci pour des raisons historiques : BeOS a été en parti inspiré par Mac OS. Après vous y être habitué, vous y verrez des avantages, notamment que les raccourcis CMD C et CMD V fonctionnent directement dans le shell bash du terminal, alors que CTRL C quitte le processus courant.

-

Dans tous les cas, vous pouvez passer au raccourci plus familier CTRL depuis les préférences Keymap. Ce guide utilisateur décrit toujours la configuration par défaut, c’est à dire ALT comme touche de commande.

-

Si vous ne savez pas quelles touches de votre clavier sont OPT ou MENU, utilisez à nouveau les préférences Keymap. Vous y verrez quelle séquence de touches est envoyée quand vous pressez une touche de votre clavier.

- -

-index -Raccourcis généraux

-

Voici une table des raccourcis clavier les plus courants qui sont toujours disponibles, même en l’absence d’élément de menu équivalent :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CMD FxPasse à l’espace de travail X (Fx est la touche de fonction correspondant à cet espace de travail). Pressez en plus Maj pour y déplacer la fenêtre active.
CTRL CMD ///Se déplace entre les lignes/colonnes des espaces de travail disponibles. Comme ci-dessus, utilisez Maj pour déplacer la fenêtre active.
OPTEn maintenant la touche OPT pendant que vous déplacer une fenêtre au dessus du titre d'une autre fenêtre ou à coté de sa bordure, vous permettra d'empiler ou d'accoler les deux fenêtres (Voir le chapitre GUI).
OPT / Fait défiler les fenêtres ouvertes dans l'espace de travail courant.
CTRL CMD + left mousecliquez avec le bouton gauche de la souris et faites glisser pour déplacer une fenêtre (voir le chapitre sur l'Interface graphique).
CTRL CMD + right mousecliquez avec le bouton droit de la souris et faites glisser pour redimensionner une fenêtre (voir le chapitre sur l'Interface graphique).
CTRL CMD ZMaximise une fenêtre à sa taille alternative (souvent la taille maximale dans la majorité des applications).
CTRL CMD MMinimise la fenêtre active.
CTRL CMD HCache (minimise) toutes les fenêtres de l'application active.
CTRL CMD FPlace la fenêtre active (qui a le focus) au premier plan (utilisable uniquement avec l’option « Focus Follows Mouse »).
CTRL CMD BEnvoie la fenêtre active en arrière-plan.
CTRL TABPressez cette touche pour activer le Twitcher.
CTRL CMD DELOuvre le Team Monitor.
CMD ESCActive la barre de menu (pour en sortir, tapez ESC).
CMD CCopie la sélection dans le presse-papier.
CMD XCoupe la sélection pour la placer dans le presse-papier.
CMD VColle le contenu du presse-papier.
Alt WFerme la fenêtre active.
CMD QQuitte une application.
IMPRCapture l'écran sans aucun délai, et affiche la fenêtre Screenshot.
Maj IMPRCapture l'écran en silence (sans ouvrir de fenêtre), tout en respectant les derniers réglages utilisés.
CTRL IMPRPrend aussi une capture d'écran en silence avec les derniers réglages enregistrés, mais au lieu d'écrire l'image dans un fichier, celle-ci est juste copiée dans le presse-papiers.
- -

-index -Raccourcis d’édition de texte

-

Lorsque vous écrivez du texte — que ce soit pour renommer un fichier dans le Tracker, modifier un fichier dans StyledEdit ou parler dans Vision — vous pouvez utiliser ces raccourcis universels :

- - - - - - -
ALT / ou
OPT /
Saute un mot dans le texte. (Note : Il vaut mieux s’habituer à utiliser la combinaison avec OPT. Comme ça vous n’aurez pas de problème si une application utilise la combinaison avec ALT pour autre chose.)
Saute au début de la ligne.
FinSaute à la fin de la ligne.
ALT Saute au début du document.
ALT FinSaute à la fin du document.
-

Si vous enfoncez SHIFT en plus des combinaisons précédentes, vous sélectionnerez le texte entre les sauts du curseur.

- -

-index -Raccourcis pour la navigation dans le Tracker

-

En plus des raccourcis généraux, en voici quelques uns spécifiques à la navigation dans le Tracker :

- - - - - - - - -
Alt Ouvre le dossier parent.
CMD  ou EntréeOuvre le dossier sélectionné.
OPTSi cette touche est enfoncée lors de l’ouverture d’un dossier (par le clavier ou la souris), le dossier parent sera automatiquement fermé.
MENUOuvre le menu de la deskbar (sortie avec ESC).
CMD ZAnnule la dernière action. L’historique d’annulation est seulement limité par la quantité de mémoire disponible. Notez que ceci fonctionne uniquement pour des actions réalisés sur les fichiers, les changements d’attributs et les permission ne peuvent pas être annulés. De plus, une fois la Corbeille vidée, les éléments ne pourront pas être récupérés.
CMD Maj ZRefaire l’action que vous venez d’annuler avec CMD Z.
Maj + molette de la sourisLorsque vous faites défiler une longue liste de fichiers dans une fenêtre du Tracker ou lorsque vous forez dans les sous-menus, le défilement accélère en page à page.
- -

-index -Raccourcis du Terminal

- - - - - - - - - - - - - - - - -
Alt NOuvre un autre Terminal dans une nouvelle fenêtre.
Alt TOuvre un autre Terminal dans un nouvel onglet.
CMD 1, 2, 3...Passe à l'onglet correspondant.
CMD TABPasse à la fenêtre Terminal suivante.
Maj / Bascule vers l'onglet à gauche ou à droite.
CMD Maj / Déplace l'onglet courant à gauche ou à droite.
CMD +, -Agrandit/Réduit la taille de la police.
Alt EntréeEntre/sort du mode plein écran.
Maj /Fait défiler d'une ligne vers le haut ou vers le bas la sortie du Terminal.
Maj PageUp/PageDownFait défiler d'une page vers le haut ou vers le bas la sortie du Terminal.
TABComplétion. Après avoir entré quelques lettres, tapez TAB une fois pour complétez automatiquement un nom de fichier ou un chemin d’accès. Si plus d’un fichier convient, il s’arrêtera à l’endroit où les noms commencent à être distincts et vous devrez ajouter des lettres pour les distinguer. Vous pourrez aussi taper deux fois TAB pour obtenir la liste de toutes les correspondances.
/Remonte ou descend dans la liste de l'historique des commandes entrées précédemment.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CArrête la commande en cours.
CTRL DFerme la session courante du Terminal.
- -

-index -Autres combinaisons de touches

-

Vous pouvez ajouter ou supprimer des éléments de/à une sélection en appuyant sur une touche de modification en cliquant sur une entrée (ou un fichier dans le cas du Tracker).

- - - -
MajCela permet de sélectionner tout les éléments entre le premier sélectionné et celui sur lequel vous cliquez.
CMDAjoute ou retire l'élément sur lequel vous cliquez de la sélection.
-

Dans une fenêtre Tracker, si vous commencer à taper un nom, le premier fichier correspondant à ce que vous avez tapé sera sélectionné. Si il n’y a pas de fichiers dont le nom commence par votre chaîne de recherche, le premier fichier à contenir cette chaîne dans son nom ou ses attributs sera sélectionné. Cette recherche n’est pas sensible à la casse.
-Les lettres que vous tapez apparaîtront en bas à gauche de la fenêtre, là ou est normalement affiché le nombre d’éléments. Après une seconde, il repassera en mode normal et vous pourrez commencer une nouvelle recherche.
-Au lieu de sauter sur la première occurrence de la chaîne recherchée, Le Tracker peut être configuré pour filtrer tous les fichiers qui n'y correspondent pas (référez vous au filtrage progessif dans les préférences du Tracker).

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences.html b/docs/userguide/userguide/fr/preferences.html deleted file mode 100644 index 02c34156e0..0000000000 --- a/docs/userguide/userguide/fr/preferences.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - Préférences - - - - - - - - -
-
- -

Préférences

- -

Bien que Haïku ait pour philosophie de réduire les réglages au maximum par l'utilisation de valeurs adaptées, certaines choses doivent être configurables ou personnalisables. Vous trouverez les panneaux de configuration dans le menu Preferences de la Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configure l'aspects de certains éléments de l'interface graphique.
iconBackgrounds Défini une image ou une couleur en fond d'écran ou en fond de n'importe quel dossier.
iconDataTranslations règlage de tous les formats de fichiers supportés.
iconDeskbar Configure la Deskbar.
iconE-mail Configure vos comptes de messageries.
iconFileTypes Ajoute, supprime et configure les types de fichiers.
iconKeyboard Règle le délai et la vitesse de répétition du clavier.
iconKeymap Défini la disposition des touches sur votre clavier.
iconLocale Règle les paramètres linguistiques de votre système.
iconMedia Paramètres audio et vidéo comme les périphériques d'entrées/sorties ou le mélangeur audio du système.
iconMouse Configure votre souris.
iconNetwork Configure votre réseau.
iconPrinters Ajoute, enlève et configure les imprimantes.
iconScreen Configure la résolution, la profondeur de couleur et la vitesse de rafraichissement de l'écran ainsi que le nombre de bureaux virtuels.
iconScreenSaver Ajoute, enlève et configure les économiseurs d'écrans.
iconShortcuts Crée des raccourcis clavier, c’est à dire la possibilité de lancer une application avec une combinaison de touches personnalisée.[pas encore documenté]
iconSounds attribue des sons aux différents événements du système.
iconTime réglage de la date, de l'heure et du fuseau horaire.
iconTracker Configure le gestionnaire de fichier.
iconTouchpad configure votre touchpad
iconVirtualMemory Règle la taille du fichier d'échange.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/appearance.html b/docs/userguide/userguide/fr/preferences/appearance.html deleted file mode 100644 index bbe34e0fd5..0000000000 --- a/docs/userguide/userguide/fr/preferences/appearance.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - Appearance - - - - - - - - -
-
- -

appearance-icon_64.pngAppearance (Apparence)

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Appearance
Réglages :~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/decorator_settings
-~/config/settings/system/app_server/fonts
-

Les préférences d'Apparence vous permettent de changer certaines caractéristiques visuelles de Haiku.

- -

-index -Polices

-appearance-fonts.png -

Haiku défini trois polices standards selon les besoins. Ainsi, vous choisissez les types de polices pour les styles simple, gras et fixe avec la taille qui sera utilisée dans tout le système. De plus, vous disposez aussi d'un réglage séparé de la police utilisée dans les menus.

- -

-index -Installer de nouvelles polices

-

Vous installez de nouvelles polices en les copiant dans leurs dossiers utilisateurs respectifs, i.e. /boot/common/data/fonts/ ou /boot/home/config/data/fonts/ (Voir le sujet sur la structure du système de fichiers).

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/   pour les polices accessibles pour tous les utilisateurs.
/boot/home/config/non-packaged/data/fonts/ttfonts/   pour les polices uniquement accessibles pour vous
- -

-index -Couleurs

-appearance-colors.png -

Dans l'onglet Couleurs, vous pouvez modifier les couleurs des différents éléments de l'interface utilisateur. La palette de couleurs accepte les glisser-déposer de couleurs depuis d'autres programmes, ce qui vous permettra de glisser des couleurs depuis par exemple WonderBrush, Icon-O-Matic, ou les préférences Backgrounds.

- -

-index -Décorateurs de fenêtres

-appearance-decorators.png -

Les décorateurs déterminent l'apparence et le comportement des fenêtres de tous les éléments d'interface graphique. Actuellement Haiku est livré avec un seul décorateur par défaut. Si vous trouvez et installez d'autres décorateurs, vous pourrez en choisir un dans la liste déroulante.

-

Le décorateur par défaut de Haiku vous permet de définir le style de flèches dans la barre de défilement : soit des flèches simples à la fin des barres de défilement pour conserver un peu d'espace, soit des flèches doubles - à la traditionnelle façon de BeOS - pour économiser des déplacements de souris lorsque vous faites défiler en haut et en bas ou à gauche et à droite...

- -

-index -Lissage

-appearance-antialiasing.png -

L'onglet Lissage permet de régler la manière de dessiner les choses à l'écran.

- -

-index -Consigne de glyphes

-

Si activée, la Consigne de glyphes (Glyph hinting) aligne les lettres de manière à ce que leurs bords horizontaux soient situés entre deux pixels. Ceci permet un meilleur contraste, en particulier pour le texte en noir sur blanc. Ce dernier apparaît plus net. Le réglage "Seulement les polices à chasse fixe" est particulièrement utile pour les écrans à basse résolution comme ceux des netbooks. Sur ceux-ci la consigne peut donner de mauvais résultats avec des polices de petite taille, mais avec ce réglage vous pourrez conserver les avantages de la consigne dans les éditeurs de texte et le Terminal.

-

Voyez les différences induites par cette consigne entre ces deux captures d'écrans agrandies :

- - -
appearance-glyph-off.png
Hinting désactivé
appearance-glyph-on.png
Hinting activé
-

Notez que ces captures d'écran de l'application Magnify sont bien sûr réalisées avec différents réglages de consignes. Vous pouvez donc voir l'effet du réglage sur le texte de l'onglet jaune et celui de la fenêtre ("35 x 15 @ 8 pixels/pixel").

- -

-index -Type de lissage

-

Une autre technique d'amélioration de rendu est le lissage, qui concerne aussi bien les graphismes vectoriels que le texte. Il adoucit les lignes en changeant la couleur de certains pixels. -Il y a deux méthodes:

-

Niveaux de gris change la luminosité des pixels des bords.
-Sous-pixel LCD donnera un meilleur rendu sur les écrans LCD haute résolution. Au lieu de changer l'intensité du pixel, il change sa couleur, ce qui permet de déplacer le bord d'un élément d'une fraction de pixel (car sur les écrans LCD les composantes rouge, vert et bleu sont séparées).

-

À nouveau, voici les deux méthodes présentées sur deux captures d'écran :

- - -
appearance-glyph-off.png
Niveaux de gris, consigne désactivée
appearance-subpixel.png
LCD subpixel, lissage activé
-

Le lissage sous-pixel ajoute une bordure colorées aux objets, que vous pourriez ne pas apprécier. Dans Haiku, vous pouvez mélanger les deux méthodes de lissage et trouver le bon réglage pour vous en déplaçant un curseur.

-
Le lissage sous-pixel combiné aux consignes est soumis à un brevet logiciel et n'est donc pas disponible par défaut. Désolé. En fonction de votre lieu de résidence, vous pourrez peut-être vous procurer une version débridée. Parlez-en à vos représentants.
-

Si vous activez les consignes et le lissage sous-pixel en modifiant les sources de Haiku et en recompilant l'ensemble, voici ce que vous obtiendrez par rapport a la consigne avec niveaux de gris :

- - -
appearance-glyph-on.png
Niveaux de gris, consigne activé
appearance-glyph-on-subpixel.png
LCD sous-pixel, consigne activée
-


-

En bas du panneau, vous trouverez deux boutons :

- - - -
Defaults réinitialise toutes les réglages.
Revert rétablit les réglages qui étaient actifs quand vous avez lancé les préférences d'Apparence.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/backgrounds.html b/docs/userguide/userguide/fr/preferences/backgrounds.html deleted file mode 100644 index c213d4b09a..0000000000 --- a/docs/userguide/userguide/fr/preferences/backgrounds.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Backgrounds - - - - - - - - -
-
- -

backgrounds-icon_64.pngBackgrounds (Fonds d'écran)

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Backgrounds
Réglages :~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - Enregistre la position du panneau de préférences
-

Vous pouvez définir une couleur, ou une image de fond pour chaque fenêtre ou espace de travail.

-


-backgrounds.png -

Le menu déroulant en haut de la fenêtre indique si vos changements s'appliquent à l'espace de travail courant, à tous les espaces, à la fenêtre d'un dossier spécifique ou aux nouveaux dossiers créés.

-

En dessous, vous pouvez choisir une image de fond. Sélectionnez None si vous voulez juste un fond coloré. Vous pouvez également glisser-déposer une image sur l'écran de prévisualisation à gauche de la fenêtre.

-

Si vous utilisez une image, vous pouvez choisir sa position :

- - - - - -
Manual vous permet de choisir les coordonnées. Vous pouvez déplacer manuellement l'image ou entrer les valeurs X et Y manuellement.
Center centre l'image au milieu de l'écran.
Scale to fit élargit l'image pour qu'elle occupe tout l'écran (sans conserver son rapport hauteur/largeur)
Tile répète l'image sur tout l'écran.
-

Si vous cochez Icon label outline, un fin contour sera affiché autour du nom des icônes.

-

La couleur du nom lui-même dépend de la couleur de fond choisie. Ce sera le blanc si vous choisissez une couleur sombre, le noir si il s'agit d'une couleur claire. Par conséquent, si vous utilisez une image de fond très claire, vous devriez aussi choisir une couleur de fond claire afin que les noms d'icônes soient affichés en noir (et donc plus lisibles), ou utiliser l'option d'affichage du contour ci-dessus.
-La couleur choisie est aussi utilisée pour l'appliquette Workspaces : celle-ci ne prend pas en compte les images de fond.

- - - -
Revert rétablit les réglages qui étaient actifs lrosque vous avez démarré les préférences Backgrounds.
Apply applique vos changements.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/datatranslations.html b/docs/userguide/userguide/fr/preferences/datatranslations.html deleted file mode 100644 index 3380712533..0000000000 --- a/docs/userguide/userguide/fr/preferences/datatranslations.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/DataTranslations
Réglages :~/config/settings/* - Chaque traducteur crée son propre fichier de paramètres ici quand vous changez ses paramètres par défaut.
-~/config/settings/system/DataTranslations settings - Conserve les positions de la fenêtre du panneau de configuration
-

Chaque application a la capacité d'ouvrir et d'enregistrer tous les formats de fichier pour lequel il y a un traducteur installé. Les paramètres de ces traducteurs peuvent être configurés dans le panneau de préférences DataTranslations.

-


-datatranslations.png -

En fonction de ses aptitudes, chaque traducteur vous proposera des réglages différents. Au minimum, vous obtiendrez un bouton Info... qui ouvre une fenêtre avec les crédits et le chemin d'installation.
-Le tableau suivant donne un aperçu des traducteurs par défaut avec leurs options les plus utiles.

- - - - - - - - - - - - - - - - - - - - - -
Icône AppleLes tailles d'images valides sont 16, 32, 48, 128, 256, 512 et 1024 (RGB32 and RGBA32)
Image BMP24 bits, non compressé, sans transparence
Image EXRFormat d'image à grande gamme dynamique (HDR), conçu par ILM
Image GIF8 bits, compression sans pertes, transparence
-Vous pouvez réduire la taille des fichiers GIF en réduisant le nombre de couleurs et la taille de la palette.
-Vous pouvez enregistrer des images avec transparence, soit en utilisant un canal alpha, soit en choisissant manuellement la valeur RVB qui sera transparente.
Icône HVIFIcône vectorielle au format Haiku
Image JPEG200024 bits, compression avec pertes, pas de transparence
-Le paramètre le plus important est celui réglant la qualité de sortie.
Image JPEG24 bits, compression avec pertes, pas de transparence
-En plus du réglage de qualité de sortie, vous pouvez activer l'adoucissement (smoothing) qui réduira les artefacts mais peut rendre l'image légèrement floue.
Image PCX24 bits, non compressé, pas de transparence — Format d'échange Paintbrush
Image Photoshop32bit, compression sans pertes, transparence
-Le traducteur réduit tous les calques à un seul calque bitmap.
Image PNG32 bits, compression sans perte, avec transparence
Image PPM24 bit, non compressé, pas de transparence — Format Portable PixMap
Image RAWjusqu'à 48 bits, non compressé, pas de transparence
Texte RTFTexte avec mise en forme
Image SGI24 bits, compression sans pertes optionnelle, transparence
Texte StyledEditTexte brut avec un attribut de mise en forme
Image TGA32 bits, compression sans pertes optionnelle, transparence
Image TIFF24 bits, compression sans pertes optionnelle, transparence
Image WebPFormat d'image 8-bit YUV 4:2:0, compressé, sans transparence
Icône WindowsLes tailles d'images valides sont 16, 32 et 48
Image WonderBrush32 bits, calques, transparence, données vectorielles/bitmap
-


-
Les copies d'écran, les graphiques, les dessins en noir et blanc et d'autres image avec peu de couleurs devraient être de préférence enregistrées en GIF (jusqu'à 256 couleurs) ou PNG (milions de couleurs). Si vous choisissez le format JPEG, par exemple, l'image compressée présentera des artéfacts, sans gain réelle sur la taille compressée.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/deskbar.html b/docs/userguide/userguide/fr/preferences/deskbar.html deleted file mode 100644 index 8266119e2e..0000000000 --- a/docs/userguide/userguide/fr/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Deskbar
Réglages :~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Ce panneau de préférences est également disponible à partir du menu de la Deskbar. Ses paramètres sont évoqués dans le sujet consacré à la Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/e-mail.html b/docs/userguide/userguide/fr/preferences/e-mail.html deleted file mode 100644 index f932ec4e90..0000000000 --- a/docs/userguide/userguide/fr/preferences/e-mail.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
- - - - -
Index
- Créer un nouveau compte e-mail
- Réglages du compte
- Réglages pour la réception des e-mails
- Réglages pour l'envoi des e-mails
- Notifications et filtres de réceptions
- Configurer le service de messagerie -
- -

e-mail-icon_64.pngE-mail

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/E-mail
Réglages :~/config/settings/Mail/*
-

Haiku fournit un système qui relève régulièrement les emails via un service de courrier (aussi appelé « mail_daemon ») et qui enregistre chaque email dans un fichier texte individuel. -Les attributs de ce fichier (De, À, Sujet, Lu/Non Lu) sont réglés à partir des données d’en-tête du message. Ils peuvent ensuite être consultés par vous-même ou toute application. Ceci permet aussi d’utiliser facilement plusieurs clients email car toutes les données qu’ils manipulent sont enregistrées dans le même format.
-Les paramètres de configuration peuvent être réglés dans le panneau de préférences E-Mail.

- -

-index -Créer un nouveau compte de messagerie

-

Voyons le processus de configuration d’un compte email.
-Cliquez sur le bouton Add pour créer un nouveau compte sans nom. Ceci ouvre un panneau vous permettant d’entrer vos informations de compte :

-e-mail-new-account.png -

Commencez par choisir entre les protocoles POP3 ou IMAP pour accéder a votre serveur de messagerie.

-

Indiquez ensuite votre E-mail Address (Adresse email), Login Name (Nom d’utilisateur) et Password (Mot de passe), donnez un nom à votre compte dans le champ Account Name et votre Real Name (Nom réel).

-

Si vous avez ouvert une boite chez l'un des principaux hébergeurs de messagerie, Haiku connaît déjà automatiquement tous les détails des paramètres comme par exemple, l'adresses IP des serveurs. Si ce n’est pas le cas, cliquez surNext(Suivant) pour entrez manuellement ces informations.

-e-mail-new-account-2.png -

Paramétrez tout d'abord le Nom du serveur, le Type de login et le Type de connexion pour les mails arrivant, en dessous, pour les mails sortant. Vous devriez trouver les informations nécessaires chez votre responsable de site web.
-Vous trouverez ci-dessous de plus amples informations à propos des différents paramètres et des options supplémentaires.

- -

-index -Réglages du compte

-

En sélectionnant le nom d'une boite dans la liste de gauche vous pouvez modifier certains réglages généraux :

-e-mail-accounts.png -

Le Account name (Nom de compte) est le nom qui apparaît dans la liste des comptes dans les paramètres E-mail par exemple. Real name (Nom) est le nom que quelqu'un voit quand il recoit un mail de votre part. Return adress (Adresse de réception) est l'adresse email qui est utilisée lorsque quelqu'un répond à votre mail. Normalement, il s'agit de la même adresse que celle depuis laquelle vous avez envoyé le mail.

-

Si vous préférez utiliser une adresse email uniquement pour recevoir ou uniquement pour recevoir des mails, vous pouvez activer/désactiver cette fonctionnalité par un clique droit sur le nom de compte dans la liste de gauche pour le paramétrer en conséquence.

- -

- -index -Détail des réglages pour la réception des e-mails

-

Cliquez sur Incoming sous le nom de votre compte pour configurer la réception des emails.

-e-mail-in.png -

Tout d'abord, entrez l'adresse du Mail server (Serveur mail) pour les mails entrant. Si votre fournisseur vous demande de vous connecter sur un port spécifique, ajoutez-le simplement dans l'adress, en le séparant avec un point-virgule , pop.votre-fournisseur.org:1400.

-

Entrez ensuite vos identifiants, Login name (Nom d'utilisateur) et Password (Mot de passe), si nécessaire, changez le Login type (Type d'identification) d'une identification en Plain text (Texte en clair) à APOP.

-

Si vous utilisez le protocol POP3 et récupérez vos emails depuis plusieurs ordinateurs, vous pourrez activer les options Leave mail on server (Laisser les messages sur les serveur) et Remove mail from server when deleted (Supprimer les emails du serveur lorsqu’ils sont supprimés localement).

-

En revanche, si vous utilisez le protocole IMAP, vous aurez l’option Remove mail from server when deleted pour répercuter les suppressions sur le serveur. Vous pouvez spécifier IMAP folders (Dossiers IMAP) pour ne synchroniser qu'un dossier précis avec ses sous-dossiers.

-

Enfin, vous pouvez choisir de ne télécharger que partiellement les messages dont la taille dépasserait une certaine limite via l’option Partially download messages -Si un message entre dans cette catégorie, seule son en-tête sera téléchargée. Vous pourrez décider de télécharger le contenu du message après avoir vérifié son objet et son expéditeur, ce qui est utile si vous avez une connexion bas débit.

-

Vous pouvez changer l’emplacement (Destination) de votre boîte de réception (par défaut : /boot/home/mail/in/), ce qui vous permet de séparer les mails de plusieurs compte dans des dossiers différents. Néanmoins, les requêtes pourraient s’acquitter de cette tâche.

- - -

-index -Détail des réglages pour l'envoi des e-mails

-

Cliquez sur Outgoing pour régler les paramètres d’envoi des emails.

-e-mail-out.png -

En premier, vous avez l’adresse du serveur SMTP (SMTP Server) utilisée pour les messages sortants. -Tout comme pour le serveur de messages sortants, vous pouvez spécifier selon vos besoins, un port particulier, par exemple mail.votre-fournisseur.org:1200.

-

Si le serveur d’envoi nécessite une authentification, réglez Login Type à ESMTP et entrez votre nom d’utilisateur et mot de passe. L’autre méthode d’authentification (POP3 before SMTP, POP3 avant SMTP) est également utilisée par certains fournisseurs d’email.

-

De même que pour les messages entrants, vous pouvez changer l’emplacement (Destination) de votre boîte d’envoi (par défaut : /boot/home/mail/out/).

- -

-index -Notifications et filtres de réceptions

-

Les notifications des mails arrivants et les méthodes pour trier et filtrer les mails sont disponibles dans E-Mail filters (Filtres) en dessous d'un nom de compte. Vous pouvez ajouter autant de filtres que vous voulez, ils seront appliqués les uns après les autres et vous pouvez les réorganiser par un glisser-déposer en les lachant à leur nouvelle position.
-Actuellement, il y a troisIncoming mail filters (Filtres des mails arrivants) que vous pouvez ajouter. Après avoir ajouté un filtre, vous devez le sélectionner pour voir ses options.

- -

-index -Filtre anti-pourriel (AGMS Bayesian)

-e-mail-filter-spam.png -

Le filtre anti-pourriel utilise des méthodes statistiques pour identifier un email comme étant indésirable. Il attribue à chaque message une valeur entre 0 et 1 et vous permet de choisir dans quel intervalle un mail sera considéré comme légitime ou bien pourriel.
-L’option Add spam rating to start of Subject permet d’ajouter cette « note » au début du sujet des messages reçus.
-Le filtre anti-pourriel peut aussi apprendre de lui-même à reconnaître les messages, via l’option Learn from all incoming E-mail. Bien sûr, pour cela vous devrez lui signaler ses erreurs (messages légitimes marqués comme pourriels). Vous en saurez plus sur ce sujet lorsque nous aborderons l’application Mail.

-

En combinant ce filtre et celui nommé Rule filter (Règle de filtrage), vous devriez pouvoir vous débarrasser automatiquement des pourriels détectés.

- -

-index -Inspection des entêtes

-e-mail-filter-header.png -

Ce filtre effectue l'action spécifiée dans la règle, quand l'entête du mail correspond au modèle recherché.
-Dans la première zone de texte, vous indiquez quel attribut de l'entête vous souhaitez examiner. -Vous avez le choix entre :

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name Nom de l'expéditeur
From Adresse e-mail de l'expéditeur
To Votre adresse e-mail (différent pour chacun de vos comptes e-mail)
Reply To Adresse e-mail à laquelle les réponses sont à expédier
When Date et heure de réception du courrier
Subject Objet du message
Cc Adresse de ceux qui reçoivent un copie carbone (Cc) du courrier
Account Nom du compte e-mail
Status Le statut courant de l’e-mail : « Read » (lu), « Replied » (répondu), « Sent » (envoyé), « Forwarded » (transféré), « New » (Nouveau), ou ce que vous aurez choisi. Toutefois, sauf si vous le changez à l’aide d’un filtre, le status d’un message reçu par le Mail Service sera toujours New.
Priority Importance que l'émetteur a accordé au message (par exemple : "urgent").
Thread Objet du premier message de la conversation. Correspond au « Subject », mais sans les indicateurs « Re: » ou « Fwd: »
Classification Group Ce champ indiquera « Genuine » ou « Spam » selon si le filtre anti-pourriel a considéré l’e-mail comme étant légitime ou pourriel. Il sera vide en cas d’incertitude.
Spam/Genuine Estimate Estimation numérique que le filtre anti-pourriel a affecté au message. Ces nombres sont affichés en notation scientifique : 1.065e-12 correspond à 1.065 divisé par 10 exposant 12, ce qui dans ce cas est égal à 0.000000000001065.
-

Le second champ de texte permet d’entrer un « motif » de recherche. Il accepte les -expressions régulières qui permettent une grande flexibilité, mais qui sont légèrement plus compliquées à utiliser. Apprenez à les utiliser, celà vous sera utile; les expressions régulières simples ne sont pas trop difficiles à comprendre.

-

Avec la liste déroulante en dessous, vous affectez une action lorsque le motif est reconnu. Vous pouvez déplacer ou supprimer un mail, modifier son statut, ou encore définir le compte e-mail avec lequel vous répondrez.

- -

-index -Notification des nouveaux mails

-e-mail-filter-notification.png -

Il y a plusieurs manières pour être informé de l'arrivée d'un mail. Sous Method (Méthode) vous trouverez des options qui peuvent très bien être combinées:

- - - - - - - - - - - - - - - -
none (Aucune) Aucune notification
Beep (Bip) Joue le fichier son associé à l'événement "New E-mail" ("Nouveau mail") défini dans les préférences Sons à chaque nouveau mail
Alert (Alerte) Affiche une fenêtre d'alerte pour chaque nouvel e-mail
Keyboard LEDs (LEDs du Clavier) Clignotement de quelques LED, comme l'indicateur le verrouillage des majuscules
Central alert (Alerte Centralisée) Affiche une fenêtre d'alerte pour l'ensemble des nouveaux mails
Central beep (Bip centralisé) Joue le fichier son associé à l'évènement "New E-mail" (Nouvel email) dans les paramètres Sons à chaque nouvel email.
Log window (Fenêtre des enregistrements) Affiche le fenêtre du journal
- -

-index -Configurer les filtres d'envoi

-

Pour le moment, un seul filtre d’envoi est disponible : fortune. -
Il choisira au hasard un « Fortune Cookie », drôle ou sage, et l’attachera à la fin de votre message avant de l’envoyer. Vous pouvez voir quelques exemples de messages en lançant la commande fortune dans un Terminal.

- -

-index -Configurer le service de messagerie

-

Maintenant que vos serveurs de messagerie (et peut-être aussi quelques filtres) sont configurés, vous devez indiquer au Mail Service qui réalise la relève du courrier comment fonctionner.

-e-mail-settings.png -

Les options Mail Checking permettent de régler à quelle intervalle le serveur de courrier sera relevé. Si vous utilisez une connection modem, vous devriez cocher Only When Dial-Up is Connected pour que la relève ne se fasse que lorsque la ligne est connectée et aussi Schedule Outgoing Mail When Dial-Up is Disconnected (Attendre la connexion pour envoyer) pour éviter une connexion automatique lors de la relève.

-

Le Mail Service possède une fenêtre de statut que vous pouvez choisir de ne pas afficher (Never), de n’afficher que lors de l’émission (While Sending), lors de l’émission et de la réception (While Sending and Receiving) ou bien en permanence (Always).

-

Vérifiez bien que la case Start Mail Services on Startup est cochée ou bien le mail_daemon ne sera pas lancé pour faire le travail…

-e-mail-mailbox.png -

Edit Mailbox Menu... ouvre le dossier /boot/home/config/Mail/Menu Links/. -Tous les dossiers ou requêtes placés dans ce dossier apparaîtront dans le menu contextuel de l’icône en forme de boîte aux lettres affichée par le Mail Service dans le cartouche de la Deskbar.

-

À partir de ce menu, vous pouvez aussi créer un nouveau message (Create new message…), vérifier les nouveaux messages (Check for mail now) ou régler les préférences (Preferences…).

-

Si vous maintenez enfoncé la touche Maj pendant que vous invoquez le menu contextuel, vous obtenez plus de commandes :

- - - - - - - -
Check for mails only (Vérifier uniquement les mails) Offre un sous-menu pour ne vérifier l'arrivé de courriers que sur le seul compte spécifié
Send pending mails (Envoyer les mails en attente) Permet d'envoyer les mails en attente sans vérifier l'arrivé de nouveaux courriers
Shutdown mail services (Arrêter la messagerie) Arrête tout le système de messagerie (mail_daemon)
-

L’icône elle-même indique si des messages sont non lus (statut « New ») en affichant une enveloppe dans la boîte.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/filetypes.html b/docs/userguide/userguide/fr/preferences/filetypes.html deleted file mode 100644 index 8d58acb647..0000000000 --- a/docs/userguide/userguide/fr/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - FileTypes - - - - - - - - -
-
- -

filetypes-icon_64.pngFileTypes

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/FileTypes
Réglages :~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - conserve tous les types MIME sous forme de dossiers.
-

Veuillez vous référer aux Types de fichiers et à l'atelier Types de fichiers, Attributs, Index and Requêtes qui expliquent l'essentiel de ce panneau de préférences.

- -
-
- - - - diff --git a/docs/userguide/userguide/fr/preferences/fonts.html b/docs/userguide/userguide/fr/preferences/fonts.html deleted file mode 100644 index 5a23f21aa6..0000000000 --- a/docs/userguide/userguide/fr/preferences/fonts.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Fonts - - - - - - - - -
-
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngFonts

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Fonts
Réglages :~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Conserve la position de la fenêtre du panneau de configuration.
-


-fonts.png -

Haiku défini trois polices standards selon les besoins. Ainsi, vous choisissez les types de polices pour les styles simple, gras et fixe avec la taille qui sera utilisée dans tout le système. De plus, vous disposez aussi d'un réglage séparé de la police utilisée dans les menus.

- - - -
Defaults réinitialise toutes les valeurs par défaut.
Revert restaure les paramètres qui étaient actifs quand vous êtes entré dans les préférences des polices.
- -

-index -Installer de nouvelles polices

-

Vous installez de nouvelles polices en les copiant dans leurs dossiers utilisateurs respectifs, i.e. /boot/common/data/fonts/ ou /boot/home/config/data/fonts/ (Voir le sujet sur la structure du système de fichiers).

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/keyboard.html b/docs/userguide/userguide/fr/preferences/keyboard.html deleted file mode 100644 index c25c7b448e..0000000000 --- a/docs/userguide/userguide/fr/preferences/keyboard.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
- -

keyboard-icon_64.pngKeyboard

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Keyboard
Réglages :~/config/settings/Keyboard_settings
-


-keyboard.png -

Réglez la vitesse de répétition et le délai à partir duquel une touche enfoncée commence à répéter. Vous pouvez tester vos paramètres dans le champ de texte en bas.

- - - -
Defaults réinitialise toutes les réglages.
Revert restaure les paramètres qui étaient actifs quand vous êtes entré dans les préférences du clavier.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/keymap.html b/docs/userguide/userguide/fr/preferences/keymap.html deleted file mode 100644 index d253ab6475..0000000000 --- a/docs/userguide/userguide/fr/preferences/keymap.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
- -

keymap-icon_64.pngKeymap

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Keymap
Réglages :~/config/settings/Keymap/* - Dossier où sont conservés les dispositions de claviers modifiés par l'utilisateur.
-~/config/settings/Key_map
-


-keymap.png -

A droite, la fenêtre Keymap affiche une représentation de votre clavier. Lorsque vous pressez une touche, la touche correspondante est indiquée et le symbole correspondant est ajouté au champ de texte Sample and Clipboard en bas de la fenêtre. Depuis ce champ, vous pouvez aussi copier-coller du texte dans un document.
-Ainsi, les préférences Keymap ne servent pas uniquement à configurer votre disposition de clavier, mais est aussi utile pour chercher des symboles spéciaux utilisés dans d’autres langages. Par exemple, vous pouvez passer en disposition tchèque (« Czech »), trouver le « č », et le copier dans un document ou un message.

-

Quand vous pressez les touches modificatrices comme MAJ, CTRL ou OPTION, le clavier affiché est modifié en conséquence.

-

Certaines touches sont différentiées des autres par un fond bleu. Ce sont les touches modificatrices (ou « touches mortes ») qui modifient la signification de la touche pressée à leur suite. Si vous cliquez sur une de ces touches, les touches modifiées seront affichées en jaune. Cliquez encore et elle repasseront en mode normal. Quelques exemples : ñ, ó, ë.

-

Sous l'image du clavier vous trouverez deux options supplémentaires :

- - - -
Select Dead Keys pour la définition des touches modificatrices mentionnées ci-dessus.
Switch Shortcut Key... pour utiliser la touche de raccourcis en mode Windows/Linux, c’est à dire CONTROL (normalement CTRL) ou en mode Haiku, soit COMMAND (normalement ALT).
-

Les listes de gauche permettent d’accéder aux dispositions de claviers pré-configurés du système, ainsi qu’à celle définies par l’utilisateur, si disponibles. Vous pouvez éditer la disposition dans le clavier représenté : vous pouvez intervertir 2 touches en faisant un glisser-déposer de la première sur la deuxième.

-

Plutôt que de glisser-déposer des touches, le menu File | Set modifier keys... ouvre la fenêtre suivante :

-keymap-modifiers.png -

Vous pourrez alors modifier le rôle d’une touche, voire même totalement la désactiver. Vous pouvez même donner plusieurs rôles à la même touche bien que ce ne soit pas recommandé. Vous verrez d’ailleurs apparaître un petit point d’exclamation à côté des menus déroulants si vous le faîtes.
-Appuyer sur Set modifier keys applique les changements et ferme la fenêtre.

-

Quand vous aurez fini, vous pourrez enregistrer le fichier résultant avec le menu File | Save.... Votre disposition modifiée apparaîtra dans la liste si elle est enregistrée dans le dossier ~/config/settings/Keymap/. Dans le cas contraire, vous devrez la charger avec File | Open....

-

Afin que le clavier virtuel corresponde le plus possible à votre clavier réel, différents réglages sont disponibles dans le menu Layout.

-

La police utilisée pour la représentation du clavier peut être configurée dans le menu Font. Notez qu’elle peut ou non contenir tous les symboles d’une disposition de clavier spécifique.

-

Enfin, un bouton Revert restaurera les paramètres qui étaient actifs avant que vous ne commenciez à modifier la disposition du clavier.

- -

-index -Manipulation avancées sur la disposition du clavier

-

Il existe une autre méthode pour personnaliser votre disposition de clavier. Vous devez pour cela éditer un fichier contenant un grand nombre de valeurs hexadécimales, ce qui peut apparaître compliqué au premier abord, mais qui n’est pas impossible à réaliser.

-

Vous pouvez décompiler la disposition courante de clavier à l’aide ce cette commande de Terminal :

-
keymap -d > MyKeymap
-

Le fichier généré peut être ouvert dans un éditeur de texte. Utilisez de préférence une police à chasse fixe pour l’affichage…
-Au début de ce fichier, vous trouverez une représentation de clavier avec les valeurs hexadécimales correspondant à chaque touche. À la suite sont indiquées les assignations de touches pour chaque valeur. Vous pouvez donc y effectuer toutes les personnalisations disponibles depuis le panneau de préférences Keymap, et bien plus. Si vous avez des touches spéciales sur votre clavier, vous devriez pouvoir les faire fonctionner en éditant ce fichier. Toutefois, elle fonctionneront comme des touches ordinaires ou comme touches modificatrices. Vous ne pourrez pas, par exemple, utiliser vos touches multimédia pour augmenter/réduire le volume ou lancer des applications. Pour cela, vous aurez besoin de Shortcuts.

-

Lorsque vous avez terminé, vous pouvez enregistrer le fichier, et activer la nouvelle disposition du clavier avec cette commande :

-
keymap -s < MyKeymap
-

Si vous voulez importer cette disposition de clavier dans le panneau de préférence Keymap, vous devez au préalable le compiler dans un format binaire :

-
keymap -c < MyKeymap
-

Le fichier keymap.out ainsi généré pourra être chargé dans Keymap via le menu Open.... Soit dit en passant, la commande keymap peut aussi charger ce fichier binaire : keymap -l < keymap.out

-

Voici un fichier décompilé (les touches les plus à droite du clavier représenté ont été coupées pour améliorer l’affichage de cette page) :

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = '+'      '*'      0x1d     '~'      ''       '*'      '+'      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/fr/preferences/locale.html b/docs/userguide/userguide/fr/preferences/locale.html deleted file mode 100644 index bf15b0450b..0000000000 --- a/docs/userguide/userguide/fr/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
- -

locale-icon_64.pngLocale

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Locale
Réglages :~/config/settings/Locale settings
-


-

Le système de localisation d'Haiku ne comprend pas uniquement le remplacement des textes par leurs traductions, mais aussi des tâches plus complexes telles que la mise en forme des nombres, des dates et de l'heure conformément à vos préférences linguistiques.

-
Si vous voulez nous aider à traduire Haiku dans quelque langue que ce soit, veuillez nous contacter sur ​​la liste de diffusion Haiku-i18n.
-

-indexLangue

-

Haiku a été traduit dans des dizaines de langues, malheureusement, certaines traductions ne sont pas encore complètes. Pour cette raison, vous pouvez choisir plusieurs «langues privilégiées". Si une traduction est manquante dans une langue, elle est remplacée par celle de la langue privilégiée suivante, l'anglais restant l'ultime solution de repli (même si elle n'est pas mentionnée).

-locale-language.png -

Dans cet exemple, la langue préférée est l'espagnol. La première langue de repli est l'italien, et si le texte n'est toujours pas trouvé, on retourne par défaut à l'anglais.
-Comme vous pouvez le voir sur le côté gauche, développer l'entrée correspondant à une langue, révèle les variations ou les dialectes disponibles pour cette langue.

-

-indexFormatage

-

Sur l'onglet Formatting (formatage ), vous pouvez configurer la mise en forme des dates, de l'heure, des nombres et du format monétaire indépendamment des réglages de votre langue préférée.

-locale-formatting.png -

Si vous êtes une personne hispanophone située dans la partie italophone de la Suisse, vous aimerez disposer d'un environnement en espagnol. En revanche, vous préférerez manipuler les dates, les nombres et la devise dans un format Suisse/Italien comme au travail.
-Si les noms des jours et des mois vous sont plus familiers en espagnols (pensez aux dates de modification des fichiers, par exemple), vous pouvez forcer la mise en forme de ces éléments de date dans votre langue préférée en cochant la case Use month/day-names from preferred language (Utiliser la langue active pour les noms des jours et des mois).

-

Certes, l'exemple ci-dessus n'est peut-être pas le scénario le plus courant, mais il démontre la souplesse du système.

-

-indexOptions

-

Le dernier onglet propose une option pour traduire les applications et les dossiers dans le Tracker et la Deskbar (Translate application and folder names in Deskbar and Tracker). Si vous préférez conserver les noms anglais originaux des applications, des dossiers standards et des appliquettes de préférences alors que l'interface graphique est traduite, désactiver la case à cocher.

-


-

Les modifications sont appliquées immédiatement, mais les applications en cours d'exécution peuvent avoir besoin d'être redémarrées pour refléter les nouveaux réglages.

- - - -
Defaults réinitialise toutes les réglages.
Revert rétablit les réglages qui étaient actifs lorsque vous êtes entré dans les préférences locale (Locale preferences).
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/media.html b/docs/userguide/userguide/fr/preferences/media.html deleted file mode 100644 index 355671424e..0000000000 --- a/docs/userguide/userguide/fr/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngMedia

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Media
Réglages :~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Conserve la position de la fenêtre du panneau de configuration.
-

La documentation n'est pas encore disponible. Si vous voulez y participer, veuillez l'annoncer sur la liste de diffusion pour la documentation afin d'éviter les les doubles emplois.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/mouse.html b/docs/userguide/userguide/fr/preferences/mouse.html deleted file mode 100644 index c38cc7dbc4..0000000000 --- a/docs/userguide/userguide/fr/preferences/mouse.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Mouse
Réglages :~/config/settings/Mouse_settings
-


-mouse.png -

Définissez votre type de souris : 1, 2 ou 3 boutons. -Vous pouvez simuler le 2ème bouton de la souris (=à droite) en maintenant la touche CTRL tout en faisant un clic à gauche. -Pour le 3ème bouton de la souris (=au centre), c'est CTRL ALT et un clic gauche. -

-

Vous pouvez réorganiser les boutons de la souris en choisissant leur nouvelle affectation dans menu contextuel qui apparait quand vous cliquer au dessus.

-

Les curseurs à droite, vous permettent de régler la vitesse du double-clic, vitesse de la souris et l'accélération. -La zone de test sous l'image de la souris peut être utilisée pour vérifier si la vitesse du double-clic correspond à vos attentes : si un double-clic sur un mot ne le sélectionne pas, le réglage est trop rapide (ou vous devrez vous habituer à cliquer plus vite…)

-

Il existe trois Focus modes qui règlent les réactions des fenêtres aux clics.

- - - - -
Cliquer pour donner le focus et réhausser C'est le réglage par défaut : quand vous cliquez sur une fenêtre elle obtient le focus et passe au premier plan.
Cliquer pour donner le focus Cliquer sur une fenêtre ne fait que lui donner le focus, mais de l'amène pas à l'avant plan automatiquement. À cet effet, vous devez soit cliquer sur sa bordure ou sa barre de titre, soit cliquer dessus en maintenant les touches de gestion de fenêtres CTRL ALT.
Le focus suit la sourisLa fenêtre sous le pointeur de la souris capture le focus automatiquement. La mise au premier plan de la fenêtre se fait comme cela est décrit dans le mode Cliquer pour donner le focus.
-

L'activation de Accept first click (Accepter le premier clic), vous évite d'avoir à donner le focus à une fenêtre inactive avant d'accéder à ses contrôles comme les boutons ou les menus. -Si cela augmente, par exemple, le risque de fermer une fenêtre sans le vouloir en appuyant, par mégarde sur le bouton fermer alors que vous essayer d'atteindre l'onglet de titre, cela accélère considérablement votre flux de travail.

-

Tous les réglages sont appliqués immédiatement.

- - - -
Defaults réinitialise toutes les réglages.
Revert Restaure les réglages qui étaient actifs lorsque vous êtes entré dans le panneau de configuration de la souris.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/fr/preferences/network.html b/docs/userguide/userguide/fr/preferences/network.html deleted file mode 100644 index f19312403e..0000000000 --- a/docs/userguide/userguide/fr/preferences/network.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - Network - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

network-icon_64.pngNetwork

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Network
Réglages :/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Périphériques

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

Réglages DNS

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Fichiers de configurations

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/printers.html b/docs/userguide/userguide/fr/preferences/printers.html deleted file mode 100644 index b064033f6c..0000000000 --- a/docs/userguide/userguide/fr/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
- -

printers-icon_64.pngPrinters

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Printers
Réglages :~/config/settings/printers/*
-

La documentation n'est pas encore disponible. Si vous voulez y participer, veuillez l'annoncer sur la liste de diffusion pour la documentation afin d'éviter les les doubles emplois.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/screen.html b/docs/userguide/userguide/fr/preferences/screen.html deleted file mode 100644 index bda0aac912..0000000000 --- a/docs/userguide/userguide/fr/preferences/screen.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
- -

screen-icon_64.pngScreen

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Screen
Réglages :~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Seulement quand vous êtes en mode VESA.
-~/config/settings/Screen_data - Conserve la position de la fenêtre du panneau de configuration.
-

Chaque espace de travail peut avoir sa propre résolution, profondeur de couleur ou vitesse de rafraîchissement.

-screen.png -

La liste déroulante en haut, indique si vos modifications sont appliquées uniquement au bureau virtuel actuel ou à tous. -Les deux autres listes déroulantes contiennent les résolutions et les profondeurs de couleurs disponibles selon votre carte graphique.

-

Après avoir cliqué sur Apply, le mode graphique est changé et un message d'alerte s'affiche, vous demandant de maintenir ou d'annuler les modifications. Si vous n'avez pas répondu à cette alerte, le mode graphique revient après 12 secondes au réglage précédent. Vous pouvez ne pas voir l'alerte si votre moniteur ne supporte pas le réglage.

-

À gauche, vous voyez une représentation de votre écran avec le nom du fabriquant et du modèle trouvé ainsi que la résolution en points par pouces (dpi). En passant dessus, la souris fait apparaitre une bulle avec le nom de la carte graphique si un pilote est présent. Dans le cas contraire, elle affiche VESA", une solution de repli compatible avec presque tous les adaptateurs graphiques.

-

Revert restaure les paramètres qui étaient actifs lorsque vous avez démarré le panneau de préférences de l'écran.

-
Même si le mode VESA d'Haiku fonctionne très bien, il souffre de certaines limites. Vous pourriez ne pas être en mesure d'accéder à votre écran large dans sa résolution native, ce qui produirait une image un peu floue et déformée. Les profondeurs de couleurs et les vitesse de rafraîchissement pourraient également être réduites.
-

En bas à gauche, vous pouvez régler le nombre de bureaux virtuels et les réarranger en ligne ou en colonnes, ou bien ouvrir les préférences du Fond d'écran.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/fr/preferences/screensaver.html b/docs/userguide/userguide/fr/preferences/screensaver.html deleted file mode 100644 index a7cc92f096..0000000000 --- a/docs/userguide/userguide/fr/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Screensaver
Réglages :~/config/settings/ScreenSaver_settings
- -

Le panneau des préférences de l'économiseur d'écran est divisé en deux onglets :

- -

-index -Fade

-screensaver-fade.png -
-

La case à cocher en haut Active/désactive l'économiseur d'écran.
-Avec le curseur au-dessous, vous contrôlez le temps d'inactivité au bout duquel l'économiseur d'écran entre en jeu.

-

Les deux prochaines curseurs sont utilisables uniquement après avoir actionné leur cases à cocher :
-Un curseur détermine, après combien de minutes l'écran est éteint.
-L'autre, après combien de minutes il vous faut un mot de passe pour déverrouiller votre machine.

-

En cliquant dans les différents coins des deux écrans du bas, vous dites au système quand commencer immédiatement l'économiseur d'écran, et quand éviter qu'il apparaisse, lorsque vous laissez la souris dans le coin indiqué. -Cliquez dans le milieu de l'écran pour désactiver cette fonctionnalité.

- -

-index -Économiseurs d'écran

-screensaver-modules.png -
-

Le deuxième onglet affiche la liste de tous les économiseurs d'écrans installés, avec pour chaque modules leurs paramètres individuels. -Vous pouvez tester vos réglages à l'aide du bouton Test en dessous de la liste.
-Les nouveaux économiseurs d’écran qui ne feraient pas partie d’un paquet .hpkg peuvent être installés en les copiant dans leurs dossiers non-packaged respectifs (voir le sujet Structure du système de fichier).

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/   pour les économiseurs d'écrans disponibles pour tous les utilisateurs.
/boot/home/config/non-packaged/add-ons/Screen Savers/   pour les économiseurs d'écrans disponibles seulement pour vous-même.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/shortcuts.html b/docs/userguide/userguide/fr/preferences/shortcuts.html deleted file mode 100644 index 72ad3004fb..0000000000 --- a/docs/userguide/userguide/fr/preferences/shortcuts.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Raccouris - - - - - - - - -
-
- -

shortcuts-icon_64.pngRaccouris

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Shortcuts
Réglages :~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

La documentation n'est pas encore disponible. Si vous voulez y participer, veuillez l'annoncer sur la liste de diffusion pour la documentation afin d'éviter les les doubles emplois.

- -
-
- - - - diff --git a/docs/userguide/userguide/fr/preferences/sounds.html b/docs/userguide/userguide/fr/preferences/sounds.html deleted file mode 100644 index 67b114b7ea..0000000000 --- a/docs/userguide/userguide/fr/preferences/sounds.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
- -

sounds-icon_64.pngSounds

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Sounds
Réglages :~/config/settings/Media/MediaFiles
-


-sounds.png -

Vous pouvez attribuer des sons à certains événements du système. Il suffit de sélectionner un événement de la liste et de choisir un son dans la liste déroulante en dessous.

- - -
None rend l'évènement silencieux.
Other... Ouvre une boite de dialogue pour rechercher un nouveau fichier son qui ne serait pas déjà disponible dans la liste déroulante.
-

Vous pouvez utiliser n'importe quel format supporté par le système. Si le MediaPlayer peut le gérer, alors il peut être utilisé par n'importe quel autre programme.
-Vous pouvez écouter un aperçu du son d'un événement en le sélectionnant et en utilisant les boutons Play et Stop.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/time.html b/docs/userguide/userguide/fr/preferences/time.html deleted file mode 100644 index a866a75a3e..0000000000 --- a/docs/userguide/userguide/fr/preferences/time.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

time-icon_64.pngTime

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Time
Réglages :~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

Le panneau de configuration de l'heure est divisé en 4 onglets :

- -

-index -Date & Heure

-time-time.png -

Sur la gauche, vous pouvez régler le jour du mois en cliquant simplement dessus dans le calendrier. Vous pouvez changer le mois et l'année en cliquant dessus, en utilisant les flèches haut / bas à droite ou les touches fléchées de votre clavier.

-

L'heure, à droite, se règle de la même manière. mais vous pouvez aussi déplacer directement les aiguilles de l'horloge.

- -

-index -Fuseau horaire

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local Timeto display your local time, which you normally want if you dual-boot into Windows.
GMTpour afficher l'heure d'après la référence de Greenwich, ce qui est le réglage compatible UNIX.
- -

-index -Heure réseau

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Horloge

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/fr/preferences/touchpad.html b/docs/userguide/userguide/fr/preferences/touchpad.html deleted file mode 100644 index a19eb5c84b..0000000000 --- a/docs/userguide/userguide/fr/preferences/touchpad.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Touchpad
Réglages :~/config/settings/Touchpad_settings
- -

Ce panneau présente plusieurs paramètres liés au touchpad qui sont intéressants quand vous utilisez un ordinateur portable.

- -touchpad.png - -

En faisant glisser les lignes rouges verticales ou horizontales sur la représentation touchpad, vous définissez la zone de défilement (légèrement rougeâtre sur le coté de la zone de contact générale grise). -Le déplacement de votre doigt sur cette partie de la plaque déplacera les barres de défilement de la fenêtre en conséquence.

-

Les curseurs à droite, règlent l'accélération générale, la vitesse de défilement vertical et horizontal.
Le paramètre d'accélération influe sur la vitesse de défilement des listes lorsque vous frotter la zone de défilement rapidement.Les vitesses de défilement contrôlent la vitesse générale quand vous utilisez la zone de défilement de façon "normale".

-

Au dessous de l'illustration du touchpad, des cases à cocher vous permettent d'activer le "Défilement à deux doigts" vertical (Two finger scrolling) et éventuellement horizontal. Déplacez deux doigts en parallèle verticalement ou horizontalement pour déplacer les barres de défilement d'une fenêtre. Comme pour moi, il se pourrait que ça fonctionne mieux si vous utilisez un doigt de chaque main.
-Si vous vous sentez à l'aise avec cette fonctionnalité, vous pouvez vous passer des zones de défilement et ainsi utiliser toute la zone de contact pour la navigation normale.

-

Le curseur du bas sert à régler la sensibilité du tapotement pour le clic. Si vos tapotement sont ignorés, augmentez la sensibilité. Si le système génère sans arrêt des clics, alors que vous souhaitez juste déplacer le curseur de la souris, essayez de la diminuer.

- - - -
Defaults réinitialise toutes les réglages.
Revert restaure les réglages qui étaient actifs quand vous êtes entré dans le panneau de préférences du Touchpad.
-

Voici une astuce qui n'est pas liée aux préférences du touchpad, mais qui traite d'un sujet plus général :
-Saviez-vous que vous pouvez faire un glisser-déposer en utilisant simplement le touchpad, c'est à dire sans utiliser les boutons ? Il suffit de faire un double clic sans lever le doigt après le deuxième clic. L'icône ramassée collera à la souris et vous pourrez la faire glisser en déplaçant votre doigt. En enlevant votre doigt, vous déposerez l'icône.

-

Si votre doigt atteint le bord du touchpad pendant que vous faites glisser une icône, mais que le pointeur de la souris n'a pas encore atteint le bord de l'écran, comment pouvez-vous continuer à faire glisser votre icône ? Au moment même où vous relèveriez votre doigt, l'icône serait relâchée.
-Selon votre matériel, il existe une option très utile : il suffit de laisser votre doigt au bord du touchpad sans le relever. Le pointeur de la souris continuera son déplacement en "pilotage automatique".

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/tracker.html b/docs/userguide/userguide/fr/preferences/tracker.html deleted file mode 100644 index f629d590f6..0000000000 --- a/docs/userguide/userguide/fr/preferences/tracker.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/Tracker
Réglages :~/config/settings/Tracker/TrackerSettings
-


-

Le panneau de préférences Tracker est également disponible depuis n'importe quelle fenêtre Tracker grâce au menu Window | Preferences....
-Ses fonctions sont indiquées sur les pages consacrées au Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/preferences/virtualmemory.html b/docs/userguide/userguide/fr/preferences/virtualmemory.html deleted file mode 100644 index 1529973be8..0000000000 --- a/docs/userguide/userguide/fr/preferences/virtualmemory.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtualMemory (Mémoire virtuelle)

- - - - -
Deskbar :Preferences
Localisation :/boot/system/preferences/VirtualMemory
Réglages :~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Enregistre la position du panneau de préférences.
-

La mémoire virtuelle permet au système de placer une partie de l'espace mémoire des applications sur le disque dur, si la RAM peut être utilisée pour d'autres tâches plus utiles. Même si vous avez beaucoup de RAM, activer la mémoire virtuelle n'est jamais une mauvaise idée.

-virtualmemory.png -

Les disques durs actuels fournissant beaucoup d'espace, vous devriez pouvoir au moins allouer une taille de mémoire virtuelle égale à celle de la mémoire physique, ou d'avantage. Néanmoins, vous pouvez aussi baisser cette taille si l'espace libre sur votre disque dur devient faible. Dans ce cas, vous pouvez utiliser DiskUsage pour trouver ce qui consomme votre espace disque.

-

En temps normal, le fichier d'échange (qui contient la mémoire virtuelle) est écrit sur la partition de démarrage. Les opérations de lecture/écriture sur le disque dur concerné seront ralenties lorsque le système utilisera la mémoire virtuelle. Si vous rencontrez des problèmes, vous pouvez essayer d'utiliser une partition sur un autre disque dur pour la mémoire virtuelle. Utiliser une autre partition du disque dur de démarrage ne suffira pas.
-Augmenter la quantité de RAM de votre ordinateur sera bien sûr plus efficace…

- - - -
Defaults réinitialise toutes les réglages.
Revert rétablit les réglages qui étaient actifs quand vous avez démarré les préférences VirtualMemory.
- -
-
- - - - diff --git a/docs/userguide/userguide/fr/queries.html b/docs/userguide/userguide/fr/queries.html deleted file mode 100644 index 2b3ae98930..0000000000 --- a/docs/userguide/userguide/fr/queries.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Requêtes - - - - - - - - -
-
- - - - - -
Index
- La fenêtre de recherche
- Recherches basiques - "par Nom"
- Recherches avancées - "par Attribut"
- Requêtes encore plus avancées - "par formule"
- La fenêtre de résultat
- Modèles de requêtes -
- -

Requêtes

- -

Une requête est une recherche de fichiers basée sur des attributs de fichiers et peut être réalisée dans le Tracker ou dans le Terminal. Les requêtes sont sauvegardées dans /boot/home/queries/ et par défaut, elles sont conservées sept jours avant d'être purgé. Vous remarquez que ce ne sont pas des listes statiques de résultats de vos recherches, mais ce sont des formules de requête qui déclenchent une nouvelle recherche chaque fois que vous les ouvrez.
-Mieux encore, vous n'avez pas à double-cliquer à nouveau pour rafraichir une requête. Vous pouvez explorer une requête enregistrée, tout comme n'importe quel dossier en effectuant un clic droit sur elle et en naviguant dans les sous-menus.

- -

-index -La fenêtre de recherche

-

Vous commencez une requête en invoquant le menu Find... à partir du menu de la Deskbar, de n'importe quelle fenêtre du Tracker ou directement à partir du bureau (ce dernier est en fait une fenêtre du Tracker en plein écran). Le raccourci est CMD F. Voici une présentation de la fenêtre de recherche :

-basic-query.png -
    -
  1. Sélectionnez une requête récente/enregistrée ou sauvegarder les critères de recherche en cours dans un modèle de requête.

  2. -
  3. Réduisez votre recherche de "Tous les fichiers et les dossiers" (All files and folders) à un type de fichier spécifique.

  4. -
  5. Sélection de la méthode de recherche :
      -
    • by Name - une recherche basique par nom de fichier ou de dossier
    • -
    • by Attribute - une recherche avancée, vous spécifiez les termes d'une recherche sur un ou plusieurs attributs
    • -
    • by Formula - une recherche encore plus avancée, vous pouvez formuler finement vos critères en termes complexes.
  6. -
  7. Selection des disques/volumes à interroger.

  8. -
  9. Entrez le terme recherché.

  10. -
  11. Un agrandisseur cache/montre les options supplémentaires.

  12. -
  13. Décochez la case Temporary (Temporaire) si vous ne voulez pas que cette requête s'efface après 7 jours.

  14. -
  15. Cocher si votre requête est supposé inclure la corbeille (Include trash).

  16. -
  17. En option, saisissez un nom pour cette requête si vous souhaitez l'enregistrer.

  18. -
  19. Vous pouvez glisser&déposer l'icône pour sauvegarder la requête. En le faisant avec le bouton droit, vous aurez le choix de sauver le modèle de la requête.

  20. -
- -

-index -Recherches basiques - "par Nom"

-

Si vous souhaitez simplement trouver tous les fichiers sur vos disques montés dont le nom correspond à un certain motif, laissez simplement la méthode de recherche "by name", entrez le terme recherché dans la zone de texte et pressez ENTRÉE.

- -

-index -Recherches avancées - "par Attribut"

-

Vous pouvez créer des requêtes plus complexes en faisant une recherche dans les attributs de fichiers d'un type spécifique. Pour que cela fonctionne, ces attributs doivent être indexés.

-query-window.png -

Commencez par sélectionner un type de fichier à partir de All files and folders, par exemple Texte | E-mail puis choisissez la méthode de recherche by Attribute.

-

Cela ajoute une liste déroulante à gauche de la zone de texte ainsi que les boutons Add et Remove juste dessous. Dans la liste déroulante vous choisissez quel attribut rechercher. AvecAdd et Remove vous pouvez interroger des attributs supplémentaires ou les retirer. Ces attributs peuvent être combinés logiquement avec ET/OU.

-

Faisons par exemple une requête sur un e-mail :

-query-window-filled.png -

Il s'agit de votre fenêtre de recherche lorsque vous êtes à la recherche de tous les e-mails que vous a envoyé Clara Botters dans les deux derniers mois et dont le sujet contenait "vibraphone" ou "skepticality".

- -

-index -Requêtes encore plus avancées - "par formule"

-

Saisir une formule de requête manuellement est rebutant et assez peu pratique. Elle a néanmoins son utilité.

-

Prenez par exemple la requête par attributs ci-dessus, cherchant les emails de Clara concernant les vibraphones. Si vous passez ensuite en mode de recherche par formule (by Formula), vous serez confronté à cette longue phrase de recherche :

-formula-query.png -

la même chose, sous forme de texte, édité pour plus de lisibilité :

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

A quoi ça sert ?

-
    -
  • Vous pouvez copier et coller la chaîne dans un e-mail, un forum ou sur IRC pour que d'autres puissent l'utiliser ou la déboguer.

  • -
  • En construisant une requête en mode Attribute, puis en passant en mode Formula, Vous pouvez générer facilement une chaîne de recherche à utiliser pour une requête dans le Terminal ou dans un script.

  • -
  • Vous pouvez affiner votre recherche en ajoutant des parenthèses si nécessaire, rendre une partie sensible à la casse ou modifier leur combinaison logique en changeant par exemple "==" en "!=" pour un NON ET. Il suffit d'avoir une compréhension de base des expressions régulières, et peut-être quelques notions de base de scripts.

  • -
- -

-index -La fenêtre de résultat

-

Après avoir lancé une recherche, la fenêtre de recherche va être remplacée par une fenêtre de résultat. Voici un exemple qui a demandé "server" :

-result-window.png -

Hormis leur fond gris, les fenêtres de résultat fonctionnent exactement comme n'importe quelle autre fenêtre du Tracker. Certaines choses méritent d'être noter :

-
    -
  • Vous pouvez ouvrir le dossier dans lequel se trouve le fichier ou le dossier en cliquant deux fois sur l'attribut "Path".

  • -
  • Avec File | Edit Query ou CMD G vous revenez à la fenêtre de recherche où vous pouvez affiner vos critères.

  • -
  • Une requête est vivante, c'est à dire que si un fichier qui correspond à vos critères de recherche apparaît ou disparaît de votre système, ce changement se reflètera dans les résultats en temps réel.

  • -
-

Vous pouvez assigner un style d’affichage des attributs pour les résultats de recherche d’un type de fichier spécifique. Ouvrez un dossier contenant des fichier du type dont vous voudriez créer un style, et arrangez les attributs comme vous le souhaitez. Copiez ensuite cette représentation en utilisant le menu Attributes | Copy Layout.

-

Ouvrez /boot/home/config/settings/Tracker/DefaultQueryTemplates, créez un nouveau dossier nommé group/filetype, en remplaçant la barre oblique par un trait de soulignement, par exemple, "Audio_x-mp3". Ouvrez ce nouveau dossier et collez la structure précédemment copiée avec Attributes | Paste Layout.

- - -

-index -Modèles de requêtes

-

Si vous double-cliquez sur une requête enregistrée, la recherche démarre et immédiatement, la fenêtre de résultat s'ouvre. Toutefois, vous pourriez ne pas vouloir effectuer de recherches avec ces critères précis, mais les utiliser comme point de départ en ajustant la formule légèrement.
-En utilisant la méthode Save Query as Template du menu (Enregistrer le modèle) (voir (1) dans la capture d'écran en haut) ou en faisant glisser l'icône (10) n'importe où avec le bouton droit de la souris, vous pouvez créer un modèle. Un double-clic n'ouvrira plus une fenêtre de résultat, mais un panneau de recherche, vous donnant la possibilité de changer rapidement le texte de recherche, d'ajouter des attributs ou d'en enlever.

-

Où que vous choisissiez d'enregistrer les modèles de requêtes, ils seront énumérés dans la liste des requêtes récentes de la fenêtre recherche.

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/teammonitor.html b/docs/userguide/userguide/fr/teammonitor.html deleted file mode 100644 index bbc0882976..0000000000 --- a/docs/userguide/userguide/fr/teammonitor.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
- -

Team Monitor

- -

Avec Ctrl CMD Suppr vous invoquez le Team Monitor qui répertorie tous les programmes en cours..

-teammonitor.png -

Les programmes qui ont été lancés par le système sont en bleu, ceux de l'utilisateur sont en noir.
-Les applications qui ne répondent pas, ce qui signifie souvent que le programme a planté, sont marqués en rouge. Vous pouvez tuer un programme en le sélectionnant et en appuyant sur le bouton Quit application (ou pressez les touches Suppr ou Q). Si ça ne fonctionne pas, essayez Kill application (ou Maj Suppr ou K) à la place.

-

Vous pouvez assigner un terminal avec OPT CMD T.

-

Si la barre des tâches ou le Tracker a planté ou gelé, un nouveau bouton apparaît (il vous faudra peut-être tuer la tâche fautive au préalable) : Restart the Desktop redémarrera le Tracker et/ou la barre des tâches pour vous.

- -
-
- - - - diff --git a/docs/userguide/userguide/fr/tracker-add-ons.html b/docs/userguide/userguide/fr/tracker-add-ons.html deleted file mode 100644 index e92fe4b8f2..0000000000 --- a/docs/userguide/userguide/fr/tracker-add-ons.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Extensions du Tracker - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- -

Extensions du Tracker

- -

Les applications peuvent installer des extensions qui peuvent être aisément invoquées depuis le Tracker. -Seules les extensions sachant manipuler un type de fichier donné sont présentées dans l'option Add-Ons du menu contextuel du fichier, ou dans le menu File de la fenêtre du Tracker. -Les extensions n'ayant pas besoin d'un fichier pour fonctionner sont tout le temps disponibles.

-

Les extensions du Tracker, ou des liens vers des applications qui peuvent agir en tant qu'extensions, peuvent être installés dans trois endroits différents (voir le sujet Structure du système de fichiers).

- - - -
/boot/system/non-packaged/add-ons/Tracker/    Pour les extensions disponibles pour tous les utilisateurs.
/boot/home/config/non-packaged/add-ons/Tracker/    pour les extensions seulement disponibles pour vous.
-

Le nom de fichier d'une extension peut être suffixé d'un tiret et d'une lettre capitale, afin d'être accessible par un raccourci clavier. -Par exemple, Open Target Folder-O s'ouvre avec OPT Alt O.
-Bien sûr, vous devez prendre soin des possibles collisions au moment de définir les raccourcis claviers. -Vous ne pouvez pas avoir un même raccourci pour plusieurs extensions.

- -

Extensions du Tracker Haiku

-

Ces extensions du Tracker sont livrés avec chaque installation Haiku :

- - - - - - - - - - - - - -
Background-BOuvre le panneau de réglage Background pour changer la couleur ou l'image de fond d'écran du bureau ou de n'importe quel dossier. Invoqué à partir d'un fichier image, le panneau de réglage d'arrière-plan est lancé avec cette image déjà chargée comme fond d'écran potentiel.
DiskUsage-IDémarre l'application DiskUsage dans le contexte du dossier.
FileType-FInvoqué à partir d'un fichier, FileType ouvre le -panneau spécifique au type du fichier, sinon, c'est le panneau général qui est affiché.
Open Target Folder-ONe peut être utilisé que sur un fichier lié, pour ouvrir le dossier dans lequel se trouve le fichier cible.
TextSearch-GDémarre l'application TextSearch pour rechercher une chaine de texte dans le dossier sélectionné (et dans ses sous-dossiers).
ZipOMatic-ZUne sélection de fichiers seront ajoutés à une archive zip. Invoquée sans sélection, un panneau s'ouvre pour créer une archive par glisser&déposé.
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/tracker.html b/docs/userguide/userguide/fr/tracker.html deleted file mode 100644 index ecc3e78d8c..0000000000 --- a/docs/userguide/userguide/fr/tracker.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- - - - - -
Index
- Montage des volumes
- Navigation
- Apparence
- Préférences du Tracker
- Gérer vos fichiers
- Statut de la transaction -
- -

Tracker

- -

Le Tracker est l'interface graphique pour tous vos fichiers. Il vous permet de créer de nouveaux fichiers et dossiers, de les lancer, -de les trouver, ainsi que de copier, renommer ou supprimer ceux qui existent.

-

Étant une application comme un autre (le Bureau, notamment, n’est qu'une fenêtre occupant tout l’écran), le Tracker apparaît avec ses fenêtres dans la Deskbar et peut être quitté et redémarré. La manière la plus simple de redémarrer le Tracker s’il plante (ou la Deskbar) et d’utiliser le Team Monitor.

- -

-index -Montage des volumes

-

Afin d’accéder un disque dur, CD, clé USB, etc… vous devez d’abord monter le volume, c’est à dire indiquer sa présence au système. Ceci peut s’effectuer par un clic droit sur le Bureau ou sur un disque déjà monté (comme le disque de démarrage) et choisir le volume dans le sous-menu Mount (Montage). Vous trouverez la même option dans le menu Mount de la Deskbar.

-drill-down.png -

Il existe aussi des réglages (Settings) qui vous permettent de ne pas avoir à monter tous les disques manuellement à chaque démarrage.
-Les réglages indiqués ci-dessus provoqueront le montage automatique de tous les disques que vous connecterez ou insérerez dans l’ordinateur, ainsi que le montage automatique au démarrage de tous les volumes qui étaient montés précédemment.

-
Avant de déconnecter un périphérique comme un disque dur externe ou une clé USB, assurez-vous que vous avez démonté le volume correctement. Ceci garantit que le transfert de toutes les données est terminé. Sinon, vous pourriez perdre des données ou corrompre le disque !
- -

-index -Navigation

-

Par défaut, lorsque vous double-cliquez sur un dossier, le Tracker ouvre une nouvelle fenêtre en laissant la fenêtre précédente ouverte. Ceci peut rapidement remplir le bureau.
-Vous pouvez éviter cela en pressant la touche Ctrl, qui fermera automatiquement la fenêtre parente lors de l’ouverture de la nouvelle fenêtre.
-Ceci est également applicable à la navigation au clavier. Pour plus d’informations à ce sujet, consultez Raccourcis et combinaisons de touches.

-

La fonction principale du Tracker est de se déplacer dans vos dossiers. -À l'instar de tout autre gestionnaires de fichiers sur d'autres plateformes, les caractéristiques uniques du Tracker de Haiku vous permettront de faire cela efficacement.

- -

-indexNaviguer dans les sous-menus

-

Il existe une meilleure façon de naviguer que celle qui consiste à double-cliquer dossier après dossier :

-drill-down.png - -

Effectuez un clic droit sur un dossier, et vous trouverez en haut du menu contextuel habituel un sous-menu partant du dossier actuel qui vous permettra d’explorer les sous-dossiers. Déplacez-vous simplement dans la hiérarchie jusqu’à trouver le fichier ou dossier qui vous intéresse et l’ouvrir. L’exemple ci-dessus montre le contenu du dossier /boot/home/config/.
-Si vous effectuez cette opération tout en glissant un fichier, il sera déplacé à l’endroit où vous le déposez.

-

Vous pouvez utiliser une méthode similaire dans n'importe quelle fenêtre du Tracker :

-window-drill-down.png -

Cliquez sur la zone en bas à gauche de la fenêtre, où le nombre d’éléments est indiqué, et vous obtiendrez un sous-menu pour chaque niveau supérieur à votre position actuelle. Vous pouvez ensuite vous déplacer dans les dossiers comme précédemment.

-

Notez que le Bureau est toujours le plus haut niveau, étant donné que le Tracker y montre les volumes montés. Par conséquent, si vous voulez accéder à un autre disque, vous devrez d’abord naviguer jusqu’à lui et y choisir votre disque.


-

Vous pouvez également obtenir ce menu de navigation lorsque vous déplacez un fichier sur un dossier. Après un certain temps passé au dessus du dossier, un sous-menu s’affichera qui vous permettra de descendre jusqu’à la position choisie. Si vous avez commencé votre glisser-déposer en utilisant le bouton droit de la souris, vous pourrez choisir entre la copie, le déplacement où la création de lien de fichier lorsque vous relâcherez le bouton.

- -

-index -Trouver des fichiers au fil de la frappe

-

Vous connaissez probablement ce concept par les gestionnaires de fichiers des autres systèmes d’exploitation : en tapant les premières lettres d’un nom de fichier, le premier fichier trouvé dont le nom correspond sera sélectionné. Haiku pousse ce concept plus loin. Si aucun fichier ne commence par ces lettres, le premier fichier dont le nom les contient (à n’importe quelle position) sera sélectionné. Et si rien ne correspond, la comparaison se fera sur les attributs des fichiers.

-window-type-ahead.png -

Dans cet exemple, beaucoup de fichiers ont un nom commençant par “Haiku logo”, ce qui rend la première approche relativement inutile. Dans Haiku, par contre, il suffit de taper “web” pour se rendre à sa première occurrence dans “Haiku logo - website”. Les caractères que vous tapez apparaîtront dans le coin en bas à gauche de la fenêtre qui indique normalement le nombre de fichiers dans le dossier. Une seconde après avoir terminé de taper, l’affichage s’efface et vous pouvez commencer une nouvelle recherche.

-

-index -Filtrage anticipé au clavier

-

Plutôt que de sauter vers un fichier lors de la frappe, vous pouvez anticiper la saisie d'une chaîne pour filtrer tous les fichiers qui ne correspondraient pas. Cela peut améliorer considérablement la clarté, en particulier lorsqu'il s'agit de dossiers très encombrés. En utilisant Maj Espace comme délimiteur, vous pouvez même filtrer sur plusieurs chaines.
-À l'inverse du saut au fil de la saisie, le filtrage bloquera jusqu'à ce que vous pressiez Échap ou que vous fermiez la fenêtre (ou que vous changiez de dossier si vous utilisez la navigation dans une fenêtre unique).
-Ce filtrage lors de la frappe est défini dans les préférences du Tracker.

- -

-index -Apparence

-window-menu.png -

Les fenêtres du Tracker offrent trois modes d'affichage différent à partir du menu Window :

-
    -
  • Icon View (Vue par icônes, Alt 1) - Grandes icônes, vous pouvez modifier la taille à partir du sous-menu ou bien agrandir/réduire leur taille avec Alt +/Alt -.

  • -
  • Mini Icon View (Vue miniature, Alt 2) - Petites icônes.

  • -
  • List View (Vue par liste, Alt 3) - Une vue détaillée de vos fichiers vous permettant d’afficher ou masquer les différents attributs (Voyez le sujet sur les Attributs).

  • -
-

Le menu Window offre de nombreuses autres fonctions :

-
    -
  • Resize Window (Redimensionner la fenêtre, Alt Y) - Redimensionne la fenêtre à sa taille optimale.

  • -
  • Arrange by... - Seulemet disponible dans la vue Icône ou Mini Icône, le sous-menu permet de spécifier un ordre de tri pour différents attributs :

    -
      -
    • Name (nom), Real Name (nom réel), Size (taille), Modified (modifié), Created (créé), Kind (type), Location (emplacement), Permissions (permissions)

    • -
    • Reverse order - Inverse l'ordre de tri

    • -
    • Clean up (ALT K) - Aligne toutes les icônes suivant une grille invisible. Maintenez la touche Maj enfoncée et le menu devient Clean up all, ce qui triera aussi les icônes suivant les critères sélectionnés ci-dessus.

    • -
  • -
  • Select… (Sélectionner…, Alt Maj A) - Sélectionne les fichiers selon une expression régulière.

  • -
  • Close (Fermer, Alt W) - Ferme la fenêtre. -Si vous maintenez la touche Maj enfoncée, le menu deviendra Close All, ce qui fermera toutes les fenêtres du Tracker.

  • -
  • Close All in Workspace (Tout fermer dans l’espace courantAlt Q) - Ferme toutes les fenêtres Tracker ouvertes dans l’espace de travail courant. Ce raccourci est utile si vous avez oublier de maintenir la touche Ctrl enfoncée lors de votre navigation à travers des dossiers et que toutes ces fenêtre Tracker encore ouvertes polluent votre espace de travail.

  • -
-

Il se peut que vous vouliez réorganiser certaines icônes sans faire un nettoyage complet via Clean Up (Alt K). Dans ce cas, sélectionnez ces icônes et déplacez les à leur nouvel emplacement. Avant de les déposer, maintenez Alt enfoncé. Ceci alignera les icônes sur un grille invisible.

-

Les fonctions suivantes étant relativement simples à comprendre, passons aux préférences du Tracker.

- -

-index -Préférences du Tracker

-

Window | Preferences... affiche un panneau qui offre un certain nombre de réglages qui, s’ils ne sont pas évidents au premiers coup d’œil, deviennent clairs après quelques explications. Tout changement sera appliqué directement, vous pourrez donc tester simplement diverses options. -
Voici les quelques réglages qui peuvent vous paraître obscurs :

-
    -
  • Desktop (Bureau) - Indique si les disques montés apparaîtront sur le Bureau ou dans une fenêtre accessible via une icône Disks du Bureau.

  • -
  • Windows (Fenêtres) - Vous pouvez choisir la navigation dans une fenêtre unique (Single Window Navigation), un double-clique sur un dossier ouvre alors ce dernier dans la fenêtre de son dossier parent plutôt que dans une nouvelle fenêtre. Ce n’est pas tout à fait la même chose que ce qui ce passe lors d’un double clic avec la touche OPT enfoncée en mode normal, dans ce cas, vous perdez la position et la taille enregistrée pour la fenêtre.

    -tracker-preferences-navigator.png -

    Avant de passer le Tracker en mode navigation dans une fenêtre unique, parce que cette méthode vous semble plus familière, nous vous recommandons d’essayer la navigation par menu, qui peut être bien plus rapide après que vous vous y soyez habitué. Néanmoins, la navigation dans une fenêtre unique offre un Navigateur où vous pouvez entrer ou copier-coller un chemin de fichier et utiliser des boutons «Précédent», «Suivant» et «Niveau supérieur».

    -

    En activant le filtrage en cours de frappe (Type-ahead filtering) vous pouvez réduire le contenu de la fenêtre du Tracker au fur et à mesure de votre frappe pour ne laisser apparaître que les fichiers dont le nom ou le contenu d'un attribut visible correspond à la chaîne que vous avez saisie. Voir ci-dessus.

  • -
  • Trash (Corbeille) - Définit le comportement lors d’une suppression de fichier.

  • -
  • Volume Icons (Icônes des volumes) - Réglez la couleur d’un éventuel indicateur d’espace libre qui peut être affiché sur chaque icône de disque.

  • -
  • Disk mount (Montage des disques) - Définit quand et quels disques sont montés automatiquement, comme décrit ci-dessus dans « Montage des volumes ».

  • -
-

Ce panneau est également accessible depuis le menu Preferences de la Deskbar sous le nom Tracker.

- -

-index -Gérer vos fichiers

-

Quand un fichier est sélectionné, le menu File présente les mêmes commandes que le menu contextuel affiché lors d’un clic droit sur ce fichier.

-

Comme d'habitude, les commandes sont assez claires.

-
    -
  • Find... (Rechercher) - Trouve un fichier ou un dossier. Voyez le sujet Requêtes pour plus d’informations.

  • -
  • New (Nouveau) - Crée un nouveau dossier ou un fichier basé sur un modèle. -

    -new-menu.png -

    L’option Edit Templates... permet d’ouvrir le dossier /boot/home/config/settings/Tracker/Tracker New Templates. -En ajoutant un fichier dans ce dossier, vous rajouterez une option dans le menu New. Ici, nous avons rajouté un fichier nommé “Text” avec le type de fichier text/plain. Voyez Types de fichiers pour plus d’informations.

  • -
  • Open With... (Ouvrir avec…) - Ce sous-menu indique toutes les applications qui gèrent ce type de fichier. -

    -open-with.png -

    L’application préférée, qui est utilisée pour ouvrir le fichier lors d’un double-clic, est indiquée par une coche. Ce sous-menu liste d’abord les applications qui gèrent le type exact du fichier, qui dans ce cas est un fichier de texte simple text/plain. Ensuite viennent les applications qui peuvent gérer le type générique, ici text/*. Enfin, sont listées les applications qui peuvent gérer tout les fichiers. Si vous ne cliquez pas dans le menu mais directement sur l’entrée Open With..., ce panneau s’ouvre :

    -

    -open-with-preferred -

    Vous y trouvez à nouveau les programmes listés dans le sous-menu. En en sélectionnant un et en choisissant le bouton Open and Make Preferred vous changerez l’application utilisée pour tous les fichiers du même type, ici text/plain.

  • -
  • Get info -

    -get-info -

    Ce panneau affiche des informations sur le fichier sélectionné et vous permet de définir l’application par défaut, et si vous développer les Permissions, les droits d'accès et le propriétaire du fichier. Un clic sur le chemin d’accès (Location) l’ouvrira dans une nouvelle fenêtre Tracker.

  • -
  • Edit Name (Renommer), Duplicate (Dupliquer) et Move to Trash (Déplacer vers la corbeille) - permettent respectivement de renommer, dupliquer ou supprimer le(s) fichier(s) sélectionné(s).

  • -
  • Move to (Déplacer), Copy to (Copier vers) et Create Link (Créer un lien) - vous permettent de déplacer, copier ou créer un lien vers le(s) fichier(s) sélectionné(s) en utilisant la méthode de navigation par sous-menus. EN maintenant Maj enfoncée lors de l’ouverture du menu, vous obtiendrez une option pour créer un lien relatif.

  • -
  • Cut (Couper), Copy (Copier) et Paste (Coller) - vous permettent de manipuler des fichiers en utilisant le presse-papiers. En maintenant la touche Maj enfoncée lors de l’ouverture du menu, vous pourrez Copy/Cut more (copier/coller plus de) fichiers, par exemple d’un autre dossier, que vous pourrez coller ailleurs plus tard. De plus, maintenir Maj vous permettra de coller les fichiers copiés en tant que liens.

  • -
  • Identify (Identifier) - tentera de détecter le type du fichier si il n’est pas connu, par exemple si vous avez transféré un fichier avec wget qui ne réalise pas cette opération lui-même. Si vous maintenez Maj lors de l’ouverture du menu, l’option deviendra Force Identify (Forcer l’identification) qui corrigera le type assigné s’il était incorrect.

  • -
  • Add-Ons (Extensions) - vous permet d’accéder aux extensions génériques du Tracker, et à celles qui peuvent gérer le(s) fichier(s) sélectionné(s). Consultez Extensions du Tracker pour plus d’informations.

  • -
- -

-index -Statut de la transaction

-

Lorsque vous copiez, déplacez ou supprimez des fichiers, le Tracker affiche un indicateur de progression dans une fenêtre de statut. -Si vous démarrez plusieurs tâches, un indicateur apparaît pour chacune d’entre elles.

-transaction-status.png -

Les boutons situés à droite permettent de mettre en pause ou d’annuler une opération. Il peut parfois être utile de même en pause une opération importante, par exemple avant de lancer une application lourde. Les opérations de copie utilisent beaucoup de bande passante et risquent donc de ralentir les autres opérations.

- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/twitcher.html b/docs/userguide/userguide/fr/twitcher.html deleted file mode 100644 index 26fe5f5780..0000000000 --- a/docs/userguide/userguide/fr/twitcher.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
- -

Twitcher

- -

Twitcher est un commutateur de tâches permettant de basculer entre les logiciels actifs et leurs fenêtres.

-twitcher.png -

Avec CTRL TAB vous basculer de l'application en cours vers l'application ou la fenêtre précédente. Avec CTRL et plusieurs TAB très rapides, vous pourrez commuter entre toutes les applications. -En maintenant les touches CTRL TAB appuyées, vous pourrez alors naviguer dans la liste de toutes les applications en cours avec les touches TAB ou /.Si vous avez besoin d'accéder à une fenêtre spécifique d'un programme, déplacez vous sur son icône comme cela est décrit plus haut, puis passez à travers ses fenêtres ouvertes avec les touches /.

-

Vous parcourez l'ensemble des fenêtres des applications visibles sur l'espace de travail actif avec CTRL 2 (ce qui correspond, selon le clavier que vous utilisez, à la touche juste en dessous de ESC).

-

Il est aussi possible d'appeler Twitcher avec CTRL TAB et ensuite d'utiliser la souris pour choisir l'application ou la fenêtre vers laquelle vous serez redirigé quand vous relâcherez la touche CTRL.

-

Twitcher possède en plus quelques raccourcis claviers avancés:

- - - - -
ESCAbandonne la commutation et retourne à la fenêtre précédemment active.
QQuitte l'application selectionnée.
HCache toutes les fenêtres de l'application sélectionnée.
- -
-
- - - - diff --git a/docs/userguide/userguide/fr/workshop-email.html b/docs/userguide/userguide/fr/workshop-email.html deleted file mode 100644 index 08e4d0b939..0000000000 --- a/docs/userguide/userguide/fr/workshop-email.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Atelier : Gérer son courrier - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- - - - - -
Index
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Atelier : Gérer son courrier

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Utiliser les requêtes

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Les requêtes à la rescousse !

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Exemples de requêtes

-

Voici quelques exemples de requêtes très utiles :

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -Conseils supplémentaires

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/fr/workshop-filetypes+attributes.html b/docs/userguide/userguide/fr/workshop-filetypes+attributes.html deleted file mode 100644 index 9af85930c7..0000000000 --- a/docs/userguide/userguide/fr/workshop-filetypes+attributes.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - Atelier : Types de fichiers, Attributs, Index et Requêtes - - - - - - - - -
-
- - - - - -
Index
- Préparations
- Créer un type de fichier personnalisé
- Icône
- Identification d'un fichier
- Description
- Application préférée
- Attributs supplémentaires
- Indexation
- Remplir les données
- Interrogation de la base de données -
- -

Atelier : Types de fichiers, Attributs, Index et Requêtes

- -

Cet atelier est consacré à l’utilisation des attributs, requêtes, de l’indexation et des types de fichiers personnalisés. Pour illustrer leur utilisation, nous allons construire une base de données pour cataloguer notre collection de DVD.

- -

-index -Préparations

-

Décidons d’abord du type de fichiers et des attributs dont nous allons nous servir. Au départ, je voulais utiliser pour chaque film un fichier lien vers sa description sur le site web IMdB, mais Haiku ne dispose pas encore de navigateur supportant ces liens, contrairement à BeOS qui avait NetPositive, donc j’ai choisi de conserver des fichiers d’image JPEG de la boîte du DVD.
-Nous allons également ajouter quelques attributs. Nous devons décider ici de ceux qui serviront à faire des requêtes (et que nous devrons ajouter à l’index) et si besoin est, quel type d’attribut utiliser. Les nombres (entiers ou flottants) sont en effet comparés différemment du texte (</=/> au lieu de est/contient/commence par).

-

Voici donc les attributs que je voudrais utliser pour mes DVD :

-
    -
  • Titre du film
  • -
  • Genre
  • -
  • URL vers par exemple IMdB
  • -
  • Réalisateur/Acteurs
  • -
  • Intrigue
  • -
  • Ma note de 1 à 10
  • -
  • Emplacement dans l’étagère (A2, ou B3 par exemple) afin de pouvoir trouver le DVD dans la Vraie Vie :)
  • -
  • Si quelqu’un a emprunté le disque, et qui…
  • -
- -

-index -Créer un type de fichier personnalisé

-

Démarrez le panneau de préférences Filetypes et cliquez sur le bouton Add... (Ajouter) sous la liste hiérarchique de gauche. Une boîte de dialogue s’ouvre dans laquelle vous pouvez spécifier dans quel groupe MIME votre type de fichier va résider. Plaçons-le dans « applications » et réglons son nom (« Internal Name ») à DVDdb.

-filetypes-new-file-type.png -

Ensuite, un panneau de réglages pour votre nouveau type DVDdb s’affiche :

-filetypes-dvddb.png - -

-index -Icône (Icon)

-

Double-cliquer sur la boîte d’icône pour ouvrir Icon-O-Matic et ainsi pouvoir dessiner un icône pour votre type de fichier. Vous pouvez aussi glisser-déposer un icône d’un autre type, afin de l’utiliser comme base pour votre version modifiée.

- -

-index -Identification d'un fichier (File Recognition)

-

Vous pouvez définir des suffixes comme .txt, .jpg, .mp3 pour que les fichiers ayant cette extensions soient reconnus. Ceci est utile pour les systèmes de fichiers ne reconnaissant pas les types MIME. Nous n’avons pas besoin de cela pour notre exemple.

- -

-index -Description

-
    -
  • Type Name (Nom de type) - Est notamment affiché dans le menu Attribute des fenêtres du Tracker et dans l’attribut "Kind" des fichiers.
  • -
  • Description - Une description plus détaillée.
  • -
- -

-index -Application préférée (Preferred Application)

-

Ce menu déroulant affiche une liste des application qui peuvent gérer ce type de fichier particulier. Vous pouvez y choisir quel programme ouvrira ce fichier spécifique lorsqu’il est double-cliqué.

- - - -
Select... ouvre une boîte de dialogue où vous pouvez choisir avec quelle application ouvrir ce type de fichier. Ici, nous choisissons ShowImage pour afficher la couverture du DVD.
Same as... ouvre une boîte de dialogue où vous pouvez choisir n’importe quel fichier qui s’ouvre avec l’application que vous avez choisie.
- -

-index -Attributs supplémentaires (Extra Attributes)

-

Nous entrons ici tous les attributs personnalisés que nous avons choisi auparavant. En cliquant sur le bouton Add... (Ajouter), un panneau s’ouvre :

-filetype-extra-attribute.png -
    -
  • Attribute Name (Nom d’attribut) - Apparaît notamment dans l’en-tête des fenêtres du Tracker.

  • -
  • Internal Name (Nom interne) - Utilisé pour l’indexation et les requêtes sur l’attribut.

  • -
  • Type - Indique la valeur que l’attribut peut stocker et donc comment il peut être consulté. -
      -
    • String (Chaîne de caractères) pour du texte simple
    • -
    • Boolean (Booléen) pour une donnée binaire : 0 ou 1
    • -
    • Integer (Entier) pour des nombres entiers de différents intervalles: -
        -
      • 8 bit : ± 255
      • -
      • 16 bit : ± 65 535
      • -
      • 32 bit : ± 4 294 967 295
      • -
      • 64 bit : ± 18 446 744 073 709 551 615
      • -
      -
    • -
    • Float (Flottant) pour des nombres décimaux, simple précision
    • -
    • Double pour des nombres décimaux, double précision
    • -
    • Time (Temps) pour stocker des dates et heures
    • -
    -
  • -
-
    -
  • Visible - Cette case à cocher détermine si l’attribut sera visible depuis une fenêtre du Tracker. Comme le Tracker sera l’interface de notre base de données, nous la cochons et réglons l’apparence de l’attribut :
      -
    • Display As (Afficher comme) - Laissez sur "Default" (Par défaut). Dans le future plus d’options seront disponibles, comme une barre ou des étoiles pour la note ou autre.
    • -
    • Editable (éditable) - Détermine si l’attribut doit être éditable depuis le Tracker.
    • -
    • Width (Largeur) - La largeur par défaut de la colonne de cet attribut dans le Tracker.
    • -
    • Alignment (Alignement)- L’attribut peut être affiché aligné à gauche, à droite ou centré.
    • -
-

Maintenant, insérez toutes les infos pour les attributs :

- - - - - - - - - - -
Nom interneType d'attributindexé ?Description
DVDdb:title text yes Titre du film
DVDdb:genre text yes Genre
DVDdb:url text no URL
DVDdb:cast text yes Réalisateur/Acteurs
DVDdb:plot text no Intrigue
DVDdb:rating int-32 yes Note de 1 à 10
DVDdb:coord text no Étagère
DVDdb:lent text yes Prêté à
- -

-index -Indexation

-

Avant de commencer à entrer des données dans notre petite base de données, nous devrions ajouter certains attributs à l’Index. Seuls les attributs indexés peuvent être utilisés par les requêtes de Haiku.
-Donc, qu’allons nous chercher dans le futur ? Nous n’allons probablement pas nous demander « Qu’il y a-t-il dans le coin B4 de mon étagère ? » ou « Est-ce que l’URL de ImDB contient le mot “pope-shenooda” ? ».

-

Cela laisse les attributs suivants :

- - - - - - -
Nom interneType d'attribut
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

Pour les indexer, ouvrons un terminal et ajouter chaque attribut :

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

L’option -t définit le type de l’attribut, qui est “string” (chaîne de caractères) pour tout sauf le classement, qui est un entier.

- -

-index -Remplir les données

-

Maintenant que tout est configuré nous pouvons commencer à entrer quelques données dans notre base.
-Comme notre type de base est une image de couverture, nous allons récupérer celle de notre premier film sur un site web comme IMdB, et l’enregistrer dans un nouveau dossier où nous conserverons tous nos fichiers DVDdb.

-

Une fois ce dossier ouvert, nous voyons fenêtre Tracker typique avec un fichier JPEG à l’intérieur. En effectuant un clic droit, nous réglons son type de fichier à application/DVDdb avec l’extension Filetype. -Pour plus d’informations, consultez la page Types de fichiers.

-

Maintenant, nous pouvons activer tous nos attributs DVDdb via le menu Attributes de la fenêtre du Tracker et les réorganiser à notre goût :

-filetypes-dvddb-empty.png -

En cliquant sur un attribut vide (ou par la combinaison de touches CMD E) nous passons en mode édition et renseignons chaque attribut. Vous pouvez naviguer entre les attributs avec TAB et MAJ TAB.

-

Dans notre exemple, nous partons généralement d’une image JPEG téléchargée et changeons son type vers applications/DVDdb. Il existe une autre manière de créer un tel fichier. Copiez un fichier vide utilisant notre type de fichiers dans /boot/home/config/settings/Tracker/Tracker New Templates et renommez le vers DVDdb.

-

Par la suite, en effectuant un clic droit dans une fenêtre du Tracker, vous trouverez une nouvelle entrée dans le sous-menu New... en plus de l’entrée par défaut “New Folder” (Nouveau dossier).

- -

-index -Interrogation de la base de données

-

Plusieurs heures de travail ingrat plus tard, nous obtenons un base de donner que vous pouvez interroger pour obtenir par exemple tous les films avec Christina Ricci notés 7 ou plus… :)

-

Vous pouvez choisir l'affichage des attributs de la fenêtre de résultats de vos requêtes de recherche.
-Ouvrezs le dossier contenant vos fichiers DVDdb et arrangez les attributs comme vous le souhaitez. Copier cette disposition avec Attributes | Copy Layout.

-

Ouvrez /boot/home/config/settings/Tracker/DefaultQueryTemplates, créez un nouveau dossier et renommez le de la façon suivante groupe/type_de_ficher, en remplaçant les slashs par des caractères de soulignement; dans notre cas, « applications_DVDdb ».

-

Ouvrez le nouveau dossier et collez la disposition avec Attributes | Paste Layout. Et voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/fr/workshop-wlan.html b/docs/userguide/userguide/fr/workshop-wlan.html deleted file mode 100644 index 68508f027f..0000000000 --- a/docs/userguide/userguide/fr/workshop-wlan.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - Atelier : Réseaux sans-fils - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- - - - - -
Index
- Faire fonctionner du matériel supporté
- Joindre un réseaux sans-fils
- Joindre un réseau à partir de la ligne de commande
- Conseils -
- -

Atelier : Réseaux sans-fils

- -

Arriver à faire fonctionner le réseau est indispensable pour répondre au besoin actuel d'avoir en permanence une connexion internet. Comme maintenir à jour les pilotes pour du matériel toujours différent et en constante évolution est tout à fait impossible pour un petit projet, Haiku s'appuie sur une couche de compatibilité FreeBSD pour ses pilotes réseaux.
-Cela permet de supporter un grand nombre de matériels, mais probablement pas la totalité. Consultez cette liste des modèles supportés ou vérifiez les notes de parution FreeBSD 9.3 dédiées au matériel.

-
Pour le moment, seuls les périphériques PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express sont supportés.
Les périphériques PCMCIA, CardBus, ExpressCard, USB and ISA ont encore besoin de travail avant de devenir fonctionnels.
- -

-index -Faire fonctionner du matériel supporté

-

Même si vous franchissez le premier obstacle du matériel normalement supporté, certaines cartes réseau sans-fils ont besoin de modules binaires pour fonctionner correctement : le firmware. Haiku ne peut pas inclure les fichiers de certains de ces firmwares propriétaires en raison de problèmes de licences. Haiku comprennent toutefois un script simple qui permet de récupérer et d'installer tous les composants propriétaires nécessaires pour vous. En règle générale, si vous prévoyez d'utiliser un réseau sans-fils, il est conseillé d'exécuter ce script pour s'assurer que votre système dispose de tous les firmwares le moment venu.

-

Ouvrir un Terminal et saisir :

-
install-wifi-firmwares.sh
-

Maintenant passez les licences en revue puis acceptez-les afin d'installer tous les fichiers de firmwares disponibles.

- -

Si vous n'avez pas accès à Internet à partir d'Haiku, pour télécharger les firmwares manquant, il y a une méthode hors ligne, referez vous aux conseils ci-dessous.

- -

-index -Joindre un réseaux sans-fils

-

Par défaut, Haiku rejoint le premier réseau sans-fils non chiffré qu'il trouve après le démarrage. Pour rejoindre un réseau particulier, utilisez l'appliquette NetworkStatus.

-

Faites un clic-droit sur son icône dans la Deskbar et choisissez le nom public du réseau (qui correspond au « SSID » qu'il diffuse) à partir du menu contextuel.

-join-network.png -

Une fenêtre s'ouvre où entrer le type d'authentication (probablement WPA/WPA2, ce dernier étant préférable au WEP dont le chiffrage n'est plus suffisamment sécurisé !) et le mot de passe pour ce réseau sans-fils. Cliquez OK pour démarrer la procédure de connexion.
-En fonction de votre configuration matérielle et réseau, cela peut prendre un certain temps. Vous serez tenu informé de l'état d'avancement par des notifications :

-join-network.gif -

Une fois que l'icône d'état réseau affiche la mention « Prêt » et une lumière verte, la connexion est établie. Si les notifications se terminent par «Pas de lien» et un triangle jaune, alors quelque chose c'est mal passé : probablement un mot de passe incorrect.

- -

-index -Joindre un réseau à partir de la ligne de commande

-

Si vous préférez utiliser la ligne de commande ou aimeriez utiliser un script ou les ~/config/boot/UserBootscript pour automatiser le ralliement à un réseau en particulier au démarrage, vous disposez de la commande ifconfig.

-

Démarrer un Terminal et entrez la première ligne pour scanner les réseaux sans fils disponibles :

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

Le chemin de votre adaptateur réseau sans-fils doit évidemment être ajusté.
-La sortie affiche le nom public (SSID), l'adresse MAC, la force du signal et la méthode d'authentification de tous les réseaux trouvés.

-

Pour joindre un réseau, utilisez cette ligne en spécifiant le nom public (SSID) et mot de passe approprié :

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {mot-de-passe}
-

Assurez-vous après le démarrage que la configuration initiale de l'adaptateur du réseau sans-fils soit achevé avant d'émettre des commandes ifconfig ou elles pourraient être ignorées. En fonction de votre matériel ou de votre configuration logicielle, cela peut prendre un certain temps. -Surveillez les notifications…

- -

-index -Conseils

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/fr/workspaces.html b/docs/userguide/userguide/fr/workspaces.html deleted file mode 100644 index d6dfed4296..0000000000 --- a/docs/userguide/userguide/fr/workspaces.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Espaces de travail - - - - - - - - -
-
- -

Espaces de travail

- -

Les espaces de travail sont des bureaux virtuels pour lesquels vous réglez indépendamment les uns des autres la résolution, la profondeur de couleur et le fond d'écran. vous pouvez définir jusqu'à 32 espaces de travail à partir des préférences de l'écran.

- -workspace_overviewpng.png - -

-index -Basculer entre les espaces de travail

-

Vous pouvez changer entre les espaces de travail soit par un clic dans l'appliquette Workspaces (que vous pouvez voir dans l'image ci-dessus) ou en utilisant le raccourci clavier CMD Fx, où « x »représente le numéro de l'espace de travail. -La bonne idée, c'est d'organiser vos espaces de travail en rangées de quatre afin de mimer la disposition des touches Fx sur le clavier.
-De plus, en cliquant sur une application ou une de ses fenêtres dans la DeskBar vous enverra vers l'espace de travail dans laquelle elle se trouve.

-

Un autre moyen très pratique consiste à utiliser CTRL CMD /// pour naviguer dans les lignes ou les colonnes des espaces de travail disponibles. Si en plus vous maintenez la touche MAJ enfoncée, la fenêtre active vous suivra dans le nouvel espace de travail.

-

Vous pouvez basculer entre deux espaces de travail avec CMD 2 (la touche réelle dépend du clavier que vous utilisez - il s'agit de celle située sous la touche ESC). Là encore, vous emmènerez la fenêtre active avec vous en maintenant la touche MAJ enfoncée.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications.html b/docs/userguide/userguide/hu/applications.html deleted file mode 100644 index 6658ae956f..0000000000 --- a/docs/userguide/userguide/hu/applications.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - Programok - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

Programok

- -

Mielőtt elmerülnénk a Haiku-val érkező programokban, előtte nézzük meg, hogy hogyan is telepíthetünk illetve távolíthatunk el programokat. A legkézenfekvőbb megoldás a csomagok keresésére, frissítésére, telepítésére és eltávolítására a Haiku csomagkezelő használata. Azonban, mivel a Haiku binárisan nagyrészt kompatibilis elődjével, a BeOS-al, így a régebbi csomagok (.zip és .pkg) szintén használhatóak.

-
A továbbiakban többször találkozunk a ~/config/ hierarchiával, mely a Saját mappán belül lévőre utal. Ha megszeretnénk osztani programjainkat a többi felhasználóval (majd mikor a későbbiekben a Haiku többfelhasználós lesz), akkor a /system/ mappában lévő megfelelőjét kell használni. További információ a Fájlrendszer felépítése fejezetben.
- -

-index -Haiku csomagok (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Az Asztalsáv vagy az Indítósáv leírásai tartalmaznak információkat, hogy hogyan lehet létrehozni indító ikonokat az új programokhoz.

-
Bár egy .hpkg fájl is ugyan úgy kicsomagolható, mint bármilyen másik csomag, a csomagkezelő nem így működik. A fájlrendszeren belül, ahol a fájlok megjelennek, valójában nincsenek ott, ugyanis nem történik meg a fájlok tényleges átmásolása. Éppen ezért olyan gyors a telepítés illetve az eltávolítás.
-

Ha a csomagnak van valamilyen előfeltétele (funkciótár vagy egy másik csomag), akkor kapunk egy előugró ablakot, ami rákérdez a szükséges fájlok letöltésére és telepítésére.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Régi BeOS csomagok (.zip és .pkg)

-

A BeOS csomagok, melyek tartalmaznak minden szükséges fájl a programhoz, egyszerűen kicsomagolhatóak (duplakattintással a Kicsomagoló vagy pedig a régi Csomagtelepítő nyílik meg) bárhová a /boot/home/ mappán belül és onnan futtathatóak is. Az eltávolításuk épp ilyen egyszerű: csak töröljük ki a program mappáját.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Haiku programok

-

A Haiku sok kicsi, ugyanakkor hasznos programot tartalmaz. A programok a /boot/system/apps/ mappában találhatóak. Azok a programok, amik nem egy adatfájl megnyitásával indíthatóak (például a Képmegjelenítő egy kép megnyitásakor) azokat megtaláljuk a Programok menüben az Asztalsávon.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconFolyamatmonitor A rendszer terheltségét/kihasználtságát jeleníti meg grafikonon.
iconRendszerválasztó Rendszerválasztó menü telepítése a lemezre.
iconKaraktertábla Unicode karaktertábla megjelenítése.
iconCodyCam Web-kamerával készített kép feltöltése a megadott kiszolgálóra.
iconHibakereső Grafikus hibakereső.
iconSzámológép Többfunkciós számológép.
iconLemezFürkész Hexadecimális szerkesztő.
iconLemezhasználat Vizuálisan megjeleníti a mappák használatát.
iconLemezkezelő Lemez/partíció kezelő program.
iconKicsomagoló Ismert csomagolt fájlok kicsomagolása.
iconRaktár Lehetőséget biztosít csomagok keresésére, letöltésére, telepítésére, frissítésére illetve eltávolítására
iconIcon-O-Matic Haiku vektoros ikonok készítése.
iconTelepítő A Haiku telepítésére szolgáló program.
iconNagyító Az egérkurzor körüli terület nagyítására szolgáló program.
iconLevelezés Levelező kliens.
iconMédialejátszó Multimédia lejátszó az összes támogatott formátumhoz.
iconMidilejátszó MIDI fájlok lejátszása.
iconCsomagtelepítő BeOS formátumú (PKG) csomagok telepítője.
iconNévjegyek Névjegykezelő.
iconSzegényEmber Egyszerű web-kiszolgáló.
iconKépernyőkép Képernyőkép-készítő program.
iconKépmegjelenítő Egyszerű képnézegető.
iconHangfelvevő Hangrözgítő vonalbemenethez vagy mikrofonhoz.
iconStyledEdit Egyszerű szövegszerkesztő.
iconTerminál Felület a bash shell-hez.
iconSzövegkeresés Szöveg-kereső program.
iconTV Analóg TV program.
iconWebPositive Alapértelmezett böngésző.
- -

-index -Haiku parancssori alalmazások

-

A szokásos parancsssori alkalmazások mellett, melyek a bash "tartozékai", vagy szükségesek a POSIX-kompatibilitás miatt, néhány Haiku-specifikus program is rendelkezésünkre áll. -Ezek a programok szintén használhatóak szkript írásakor is. További információk a Bash és szkriptek fejezetben.

- - - -
iconAz összes parancssori alkalmazás
iconHaiku-specifikus parancsssori alkalmazások
- -

-index -A rendszerrel együtt érkező programok

-

Az alábbi listában található néhány program, amik a Haiku-project keretében vannak karbantartva, és melyek a rendszerrel együtt érkeznek. Az ezekkel kapcsolatos hibákat illetve kéréseket a program illetékeséhez kell címezni.

- - - - - - - - - - - -
iconBePDF PDF megjelenítő.
iconPe Egy fejlett szövegszerkesztő szintaktikai színezéssel és még sok hasznos funkcióval.
iconVision IRC kliens.
iconWonderBrush A YellowBite grafikai programja.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/activitymonitor.html b/docs/userguide/userguide/hu/applications/activitymonitor.html deleted file mode 100644 index 5d778a27c6..0000000000 --- a/docs/userguide/userguide/hu/applications/activitymonitor.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Folyamatmonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngFolyamatmonitor (ActivityMonitor)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/ActivityMonitor
Bellítások:~/config/settings/ActivityMonitor settings
-


-

A rendszer kihasználtságát követhetjük nyomon a Folyamatmonitor elindításával és a különféle komponensek kiválasztásával.

-activitymonitor.png -

Az ablakban jobb gombbal kattintva a következő adatokat követhetjük nyomon:
-Használt/gyorsítótárazott memória, Virtuális memória, Processzor használat, Küldött/fogadott adatok, Laphibák, Szemaforok, Portok, Szálak, Csapatok, Programok, Nyers/szöveg vágólap, Média csomópontok.

-

A grafikon alatt a magyarázat látható (mely elrejthető a menüből). A színek és a grafikon háttere módosítható. Csak egy új színt kell ráhúzni bármilyen palettából, például az Icon-O-Matic-ból.

-

Új grafikont is tudunk hozzáadni a meglévők mellé a Fájl menüből.

-

A Beállítások menü egy másik panelt nyit meg, ahol módosíthatjuk a frissítési gyakoriságot.

-

Mindegyik grafikonnak van saját Replikánsa, amit bárhová odadobhatunk, ami képes azt kezelni (például az Asztal).

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/bepdf.html b/docs/userguide/userguide/hu/applications/bepdf.html deleted file mode 100644 index 4d72b5c479..0000000000 --- a/docs/userguide/userguide/hu/applications/bepdf.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/BePDF/BePDF
Leírás:/boot/system/apps/BePDF/docs/*
Bellítások:~/config/settings/BePDF
-


-

A BePDF egy PDF megjelenítő. A megjelenítésen kívül még támogatja a könyvjelzőket is (kódolatlan fájloknál). 20 nyelven érhető el, de újabbak adhatóak hozzá egyszerű szöveges fájlként.

-

A leírás elérhető HTML és PDF formátumban, és megnyitható a menüből is: Segítség | Leírás megjelenítése....

-
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/bootmanager.html b/docs/userguide/userguide/hu/applications/bootmanager.html deleted file mode 100644 index a4e4c18787..0000000000 --- a/docs/userguide/userguide/hu/applications/bootmanager.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - Rendszerválasztó - - - - - - - - -
-
- -

bootmanager-icon_64.pngRendszerválasztó (BootManager)

- - - - -
Asztalsáv:Nincs bejegyzés, normál esetben a Telepítő Eszközök menüjéből érhető el.
Útvonal:/boot/system/apps/BootManager
Bellítások:Nincs.
Az MBR biztonsági mentései alapértelmezetten a ~/config/settings/bootman/ mappában találhatóak.
-


-

Ha a Haiku-t nem egy már létező menühöz adod hozzá (például a GRUB-hoz), akkor ezzel a programmal telepíthetünk egy egyszerű menüt a fő rendszertöltőbe (MBR), ami nagyjából így néz ki:

-bootmenu.png -
A Rendszerválasztó jelenleg nincs minden eshetőségre kipróbálva, és még mindig van néhány korlátozás benne, mint például a menü csak az első lemezre telepíthető, és ott is kell lenni-e 2KB helynek is a fő rendszertöltő, a Master Boot Record (MBR) után.
-

A program végig utasításokat ad, hogy mit és hogyan is csináljunk.

-

-index -A cél lemez kiválasztása

-bootmanager-1.png -

A Rendszerválasztó indítása után a listában megjelenik az összes elérhető lemez, ahonnan ki kell választanunk azt, ahová telepíteni szeretnénk a menüt. Ha már létezik a kiválasztott lemezen egy menü, akkor az Eltávolítás gomb aktívvá válik, így lehetőségünk van a fő rendszertöltőt (MBR) visszaállítáani, vagyis a menüt törölni.
-Egyébként válasszuk a Telepítés gombot.

-

-index -A fő rendszertöltő (MBR) biztonsági másolata

-

Arra az esetre, ha valami probléma történik, és el akarjuk távolítani a menüt, az eredeti fő rendszertöltőről (MBR) most készül egy biztonsági mentés. Ez nyilván egy igen fontos lépés, így bizonyosodj meg róla, hogy nem írsz felül egy másik biztonsági mentést, mert arra is szükséged lehet!

-bootmanager-2.png -bootmanager-3.png -

Csak meg kell adni, hogy hová mentsük a biztonsági fájlt (MBR) vagy az alapból megadottat is meghagyhatjuk. Miután a Következőre kattintunk, kapni fogunk egy megerősítést, hogy sikeres lett-e a mentés.

-

-index -A menü beállítása

-bootmanager-4.png -bootmanager-5.png -

A program felsorolja az összes elérhető partíciót a lemezünkön. Jelöljük be azokat, amiket szeretnénk a menüben látni, és szükség esetén a megjelenítendő nevet is módosítsuk, mely alap esetben a lemez/partíció neve.

-

Következő lépésként a menüből válaszuk ki, hogy melyik rendszer induljon el automatikusan, és adjuk meg, hogy mennyi legyen a késleltetés az indítás előtt. Itt az "Azonnal" a menüt egy az egyben ki is hagyja, a "Soha" pedig megáll a menüben. A beállított késleltetést felül is bírálhatjuk az ALT billentyű lenyomva tartásával.

-

-index -A menü felírása

-bootmanager-6.png -bootmanager-7.png -

Mielőtt a menü felírásra kerül, kapunk egy összesítést a választott beállításokról, és egy utolsó esélyt, hogy megszakítsuk a műveletet. Ne aggódj, addig nincs semmi probléma, amíg az eredeti fő rendszertöltőről (MBR) biztonságban van a készített másolat, így bámikor visszaállítható az. Ha probléma adódik, akkor még mindig lehetőségünk van telepítő CD-ről vagy USB-ről visszaállítani a biztonsági mentést.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/cdplayer.html b/docs/userguide/userguide/hu/applications/cdplayer.html deleted file mode 100644 index 41865854ac..0000000000 --- a/docs/userguide/userguide/hu/applications/cdplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - CDLejátszó - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDLejátszó (CDPlayer)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/CDPlayer
Beállítások:~/cd/* - az összes azonosított lemez információit itt tárolja
-


- -


-cdplayer.png -

A használata igen egyszerű.
-Nyomd le az Ismétlés gombot a Véletlen gomb mellett, ha az egész CD-t ismételni akarod.

-

Ha további funkcióra van szükséged, például lejátszó lista, akkor használd a Médialejátszót.

-
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/charactermap.html b/docs/userguide/userguide/hu/applications/charactermap.html deleted file mode 100644 index f5a51bb6bb..0000000000 --- a/docs/userguide/userguide/hu/applications/charactermap.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Karaktertábla - - - - - - - - -
-
- -

charactermap-icon_64.pngKaraktertábla (CharacterMap)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/CharacterMap
Bellítások:~/config/settings/CharacterMap settings
-


-

A program megjeleníti a betűtípus összes karakterét és azok UTF-8 kódját.

-charactermap.png -

A bal oldalon szabványos csoportok találhatóak szűrő funkcióval. Opcionálisan választhatóak Egyéni blokkok is a Nézet menüből. A jobb oldalon az aktuális karakter látható a Betűtípusok menüben megadott betűnek megfelelően. Alatta megadható a betű mérete. Végül pedig alatta látható az egér alatti karakter hexadecimális, decimális és UTF-8 megfelelője.

-

Bármelyik karakter a szöveg-mezőbe húzható, vagy a helyi menüből a Másolás (ALT C) vagy a kilépő karaktersor másolása (SHIFT ALT C) választásakor. Ennek az eredménye az vagy \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/hu/applications/cli-apps.html b/docs/userguide/userguide/hu/applications/cli-apps.html deleted file mode 100644 index 6091d87a43..0000000000 --- a/docs/userguide/userguide/hu/applications/cli-apps.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Parancssori programok - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

cli-app-icon_64.pngHaiku-specifikus parancssori programok

- - -
Útvonal:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Jellemzőkhöz: listattr, catattr, addattr, rmattr, copyattr

-

Ezek a parancsok a jellemzők megjelenítésére, kiolvasására, hozzáadására vagy törlésére használhatóak. -Ezek a meta adatok csak BFS fájlrendszerrel rendelkező lemezeken érhetőek el. A fájlok másolása más fájlrendszerre ezen adatok elvesztésével jár!
-További információk a Jellemzők a Terminálban című fejezetben.

- -

index -Indexeléshez: lsindex, mkindex, reindex, rmindex

-

Ezen parancsok használatával kilistázhatóak, létrehozhatóak és törölhetőek az indexeket.
-További információk az Indexek fejezetben.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Hasznos parancsok szkriptekhez

-

Itt található néhány parancssori program, amik kifejezetten szkriptekhez készültek (további információk a Bash és szkriptek fejezetben).

- - - - - - - - - - -

alert

Az alert felkínálja a lehetőséget egy figyelmeztető ablak megjelenítésére egyéni szöveggel, ikonnal és 3 gombbal. Eredmény képpen visszaadja a lenyomott gomb címét és a visszatérési kódot (0-val kezdődően). Példa:

-
alert --idea "RemekProgram(tm) telepítés kész! Szeretne készíteni egy hivatkozást hozzá?" \
-"Az Asztalra" "Az Asztalsávba" "Nem kérek"
-

cli-alert.png

-

filepanel

A filepanel lehetőséget nyújt arra, hogy kiválasztjuk egy fájl vagy mappa helyét megnyitás vagy mentés céljából. Az ablak bezárása után megkapjuk a kiválasztott fájl vagy mappa útvonalát. Több paraméter is elérhető, például az induló mappa, az ablak címe, mentés esetén a fájl neve, és az engedélyezett fájltípusok. Példa:

-
filepanel -s -t "Mentse el a naplót" -d ~/config/settings -n Napló.log
-

cli-alert.png

-

hey

A hey egy hasznos kis program, ami segítségével BMessage üzeneteket küldhetünk programoknak, majd megkapjuk a válaszokat is. Ez szkript írásakor lehet hasznos, például egy program "távirányítása" szkriptből vagy parancssorból. A használata egy kicsit összetett... Köszönhetően Scot Hacker BeOS Bible könyvének, kapunk egy kis hey leírást, melyet Chris Herborth készített.

-

query

A query a kereső panel parancssori megfelelője. A leggyorsabb módja a kereső feltételeknek a generálására az, ha a kereső panelben a képlet alapján készítjük el a keresési szabályt, majd azt dupla idézőjel (") közé rakva bemásoljuk a query parancs után paraméternek a Terminálba vagy a szkriptbe.

-

waitfor

A waitfor egy hasznos kis program, aminek segítségével várhatunk egy program elindításáig, vagy bezárásig.

-
- -

index -További parancsok

- - - - - - - - - - - - -

checkfs

A checkfs egy fontos program, ami a fájlrendszer hibáit ellenőrzi. Egyszerűen csak adjuk meg a lemez nevét, például /Haiku és az összes fájlt le fogja ellenőrizni.

desklink

A desklink lehetőséget ad arra, hogy bármilyen fájlt, mappát, lekérdezést vagy programot az Asztalsávra, a Polcra helyezzünk. Továbbá lehetőségünk van helyi menüvel is ellátni azt. Az alábbi példa a screenshot programot használja néhány opcióval (a "\" az első sor végén a sortörést jelzi a Terminálban):

-
desklink "cmd=Aktív ablak (2mp):/bin/screenshot --window --border --delay 2" \
-"cmd=Replikáns törlése:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

A diskimage lehetővé teszi, hogy egy fájlt lemezként regisztráljunk. Például, a Haiku "anyboot" képfájlt regisztrálva azt csatolhatjuk a Nyomkövetőben, és szerkeszthetünk, másolhatunk illetve törölhetünk róla fájlokat mielőtt a Telepítőt használnánk.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

Az open egy hasznos kis program. Használatával bármilyen fájl megnyitható a hozzárendelt programmal, vagy megadhatjuk neki egy program azonosítóját, így anélkül is indíthatunk programot, hogy tudnánk az útvonalát. Ugyan úgy működik internet címekkel is és "virtuális" mappákkal: . a jelenlegi mappa és .. a szülő mappa, melyek a Nyomkövetőben nyílnak meg.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/codycam.html b/docs/userguide/userguide/hu/applications/codycam.html deleted file mode 100644 index e31b776b63..0000000000 --- a/docs/userguide/userguide/hu/applications/codycam.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/CodyCam
Bellítások:~/config/settings/codycam
-


-

A CodyCam használatával megadott időközönként készíthet képeket web-kameráról vagy bármilyen videó bemenetről, amit majd feltölt FTP-n keresztül egy megadott oldalra.

-My very temporarily installed cam in Dartmoor National Park. -

Az előnézet alatt balra megadható a fájlnév a sorszámmal együtt. Alatta pedig a formátum és a frissítés ideje adható meg.

-

A jobb oldalon pedig ki kell választani a protokolt, ami lehet FTP, sFTP vagy SSH (ha elérhető). Végül pedig meg kell adni a hozzáférési adatokat, illetve a kiszolgálót.

- -
-
- - - diff --git a/docs/userguide/userguide/hu/applications/debugger.html b/docs/userguide/userguide/hu/applications/debugger.html deleted file mode 100644 index f17f2217b7..0000000000 --- a/docs/userguide/userguide/hu/applications/debugger.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Hibakereső - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

debugger-icon_64.pngHibakereső (Debugger)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Debugger
Bellítások:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/hu/applications/deskcalc.html b/docs/userguide/userguide/hu/applications/deskcalc.html deleted file mode 100644 index 66eefd9810..0000000000 --- a/docs/userguide/userguide/hu/applications/deskcalc.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - Számológép - - - - - - - - -
-
- -

deskcalc-icon_64.pngSzámológép (DeskCalc)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/DeskCalc
Bellítások:~/config/settings/DeskCalc_settings
-


-

Egyszerű számológép, ami remek funkciókat tartalmaz, mégha elsőre nem is látszik.

-deskcalc.png -
    -
  • A Számológép többet nyújt, mint amit elsőre sugall.
    -Az alapvető műveleteken kívül (+, -, *, /, %, ^) a pi, az e és az alábbi funkciók használhatóak:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • A jobb egérgomb lenyomásával a következő lehetőségeket kapjuk:

    - - - - - -
    Radián/Foka "radián" és a "fok" között válthatunk
    KompaktALT 0minimális méret, ahol nem látszik a billentyűzet.
    AlapALT 1a Számológép alap megjelenése
    TudományosALT 2további billentyűk megjelenítése bonyolultabb számolásokhoz
  • -
  • A Számológép eléggé toleráns a bevitellel kapcsolatban. Néhány műveletet több módon is bevihetünk:
    -Osztás: /, :, \
    -Szorzás: *, x
    -Ugyanakkor mind a ., mind a , tizedes értéket jelölnek, ezért ne használjuk ezres-tagolásra (például: 1,230.00).

  • -
  • A számológép izlés szerint átméretezhető mindaddig, amíg nem használjuk Replikánsként. Replikánsként való használat esetén be kell jelölni a Replikánsok megjelenítése menüpontot az Asztalsávon.

  • -
  • A Számológép színe is módosítható, csak egy színt kell az ablakra dobni, például az Icon-O-Matic-ból.

  • -
  • A számolási előzmények a és a billentyűkkel előhozhatóak.

  • -
  • A beviteli mező tartalma kijelölhető, és bármelyik programba "bedobható". Arra is lehetőségünk van, hogy azt egy Nyomkövető ablakba vagy az Asztalra dobjuk, mely esetben egy szöveges fájlt hozunk létre a kijelölt tartalommal.

    -

    A műveletek visszavonására is lehetőségünk van:
    -Készítsünk egy-egy kivágást az előbb leírt módon a számolás szakaszairól, majd szükség esetén azokat csak húzzuk az ablakba.
    -Persze, számolás is bedobható a Számológép ablakba.

  • -
  • A Számológép a Terminálból is használható. Ehhez csak annyit kell tennünk, hogy idézőjel közé téve paraméterként adjuk meg a képletet, amit ki akarunk számolni:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.6536554673202546181795194727005826674359494735820338441084848
    -

    Megjegyzés: a Terminálban használva a Számológépet a szögfüggvények minden esetben radiánban adják meg az eredményt.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/diskprobe.html b/docs/userguide/userguide/hu/applications/diskprobe.html deleted file mode 100644 index 480861ce65..0000000000 --- a/docs/userguide/userguide/hu/applications/diskprobe.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - LemezFürkész - - - - - - - - -
-
- -

diskprobe-icon_64.pngLemezFürkész (DiskProbe)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/DiskProbe
Bellítások:~/config/settings/DiskProbe_data
-


-

A LemezFürkész egy hexadecimális szerkesztő és nézegető, ezen kívül pedig fájlokat és lemezeket tud módosítani bájt szinten. A használatával legyünk óvatosak, mert könnyedén okozhatunk problémát!

-
Fájl esetében mindig biztonsági másolatból dolgozzunk, lemezek esetében pedig különösen oda kell figyelni.
-

A program elindítása után választanunk kell, hogy egy fájllal vagy lemezzel akarunk dolgozni. Ezt követően a következő felület fogad minket:

-

diskprobe.png

-

A fő nézet mindig egy blokknyi adatot tartalmaz, aminek a mérete módosítható a Nézet | Blokkméret menüben. Bal oldalon a blokk lenyomata található, középen a hexadecimális értékek, és jobb oldalon pedig azok szöveges megfelelője ASCII karakterekkel.
-A blokkok közt a fenti csuszkával mozoghatunk, vagy az ALT  és ALT  billentyűkkel, a hexadecimális és az szöveges oszlop között pedig a TAB lenyomásával válthatunk.

-

A Blokk | Kijelölés menü nem csak a kijelölést mutatja különféle endiánokkal (és hexadecimális vagy decimális formában, ami megadható a Nézet | Számrendszer menüben), de a kijelölés blokk-lenyomatát is, ahová mindjárt oda is ugorhatunk. Ez az opció nem érhető el, hogyha a pozíció kívül esik a fájlon/eszközön.
-

-

Ha az éppen megnyitott fájlnak jellemzői is vannak, akkor a Jellemzők menü használtó azok megnyitására egy új ablakban. Itt látható például a másolásvédelmi jellemzője a Névjegy programnak: -

diskprobe-about-attr.png

-

A jellemző típusától függően különféle szerkesztőket kaphatunk a jellemzőkhöz az állandóan használható Nyers szerkesztő mellett. Például a szöveg és a MIME típusok szerkeszthetőek, az ikonok megjeleníthetőek.

-
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/diskusage.html b/docs/userguide/userguide/hu/applications/diskusage.html deleted file mode 100644 index e193482a5e..0000000000 --- a/docs/userguide/userguide/hu/applications/diskusage.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Lemezhasználat - - - - - - - - -
-
- -

diskusage-icon_64.pngLemezhasználat (DiskUsage)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/DiskUsage
Bellítások:~/config/settings/DiskUsage
-


-

A program grafikonon jeleníti meg a lemez kihasználtságát.
-Ez egy remek program, ami választ adhat a kérdésre: "Hová tűnt a szabad hely a gépen?".

-

Indítás után a program csupán egy üres ablakot jelenít meg, amiben az összes csatolt lemez külön fülön jelenik meg. Ekkor csak ki kell választanunk azt a lemezt, amit elemezni szeretnénk, majd az Elemzés gombra kattintva a program megvizsgálja azt. Nagyobb méretű lemezek esetében ez hosszabb időt vehet igénybe... Mialatt várakozunk, nyugodtan navigálhatunk egy másik lemezen, vagy azt is elemezhetjük.
-Nem ajánlott azonban sok elemzést egyszerre elindítani azonos fizikai lemezen, ugyanis ez jelentősen megnövelheti a várakozási időt.

-

diskusage.png

-

A koncentrikus körök jelképezik a különböző szinteket a fájrendszer szerkezetében. A felső képen a középső kör jelzi a /boot/home mappát. A gyűrű minden egyes szelete közvetlenül a körön kívül egy fájl vagy mappa a /boot/home mappában. Minden egyes szelet egy szinttel mélyebbre visz minket a fájlrendszerben. Az ablakot lehet, hogy át kell méretezni, ha nagyon mélyre akarunk menni.

-
    -
  • Ha az adott fájl vagy mappa méretének megfelelő körcikk 2°-nál kisebb, akkor az nem jelenik meg.
  • -
  • A mappáknál megjelenített fájlok száma tartalmazza az almappákban lévő fájlokat is. Továbbá a mappák is fájlnak számítanak.
  • -
  • Azonban a program figyelmen kívül hagyja a hivatkozásokat.
  • -
-

Ha az egeret egy szelet fölé mozgatjuk, akkor annak információi megjelennek az állapotsorban.

-

Jobb gombbal kattitnva egy szeleten kapunk egy menüt: Információ, Megnyitás (a Nyomkövetőben), Megnyitás ezzel (egy használható programmal) és Újraelemzés.
-A bal gombbal kattintva a fájl/mappa középre kerül.
-A középső körön pedig bal gomb hatására egy szinttel fejjebb lépünk.

-

A program ablakából bárhová dobhatunk fájlt vagy mappát, akár egy programba, akár az Asztalra, vagy a Nyomkövetőbe. Ugyanakkor a program ablakába dobva egy fájlt vagy mappát azonnal oda ugrik a grafikon, vagyis az kerül a kör közepébe.

-

A Nyomkövető kiegészítői közül kiválasztva a Lemezhasználatot a program a jelenlegi mappát veszi alapul induláskor.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/drivesetup.html b/docs/userguide/userguide/hu/applications/drivesetup.html deleted file mode 100644 index 847bc41df9..0000000000 --- a/docs/userguide/userguide/hu/applications/drivesetup.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Lemezkezelő - - - - - - - - -
-
- -

drivesetup-icon_64.pngLemezkezelő (DriveSetup)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/DriveSetup
Bellítások:~/config/settings/DriveSetup
-


-

A lemezkezelő használatával partíciókat hozhatunk létre vagy törölhetünk. Jelenleg nem tudunk meglévő partíciót átméretezni vagy mozgatni, tehát vagy egy partícionálatlan lemezt kell használnunk, vagy (egy USB lemezt vagy egy másik merevlemezt) elő kell készítenünk egy külső programmal. Például a GParted LiveCD használatával hozzuk létre a partíciókat.

-drivesetup.png -

A felső részben a kiválasztott lemez partícióinak grafikus megjelenítése látható. Bár maximálisan 4 elsődleges partíciónk lehet, azokon belül több logikai partíció is létrehozható. A partíciók részletei a lemezek előtti +/- jellel tekinthetőek meg a listában.

-

A listában kiválaszthatjuk a partíciókat, és csatolhatjuk, leválaszthatjuk őket a Partíció menüből, vagy az ALT M vagy ALT U kombinációval.

-

Meglévő partíciókat törölhetünk is a Partíció | Törlés menüpontjával.

-
A partíciók létrehozása/törlése/előkészítése veszélyes folyamat. Mindig ellenőrizzük le kétszer is, hogy biztosan a jó partícióval dolgozunk-e, illetve a fájlokról is van-e biztonsági másolatunk!
-

-index -Új partíció létrehozása

-
Ha azt tervezed, hogy a teljes lemezt egy partícióként használod, például USB lemezek vagy memória kártyák esetében,akkor a partíciók létrehozását ki is hagyhatod, mindjárt előkészítheted azt.
-

Ha a lemezen formázatlan területet találsz, páldául <üres> partíciót, akkor egy újat hozhatsz létre erre a területre a Partíció | Létrehozás...(ALT C) menüjéből.

-drivesetup-create.png -

Ekkor egy ablak jelenik meg, ahol megadhatjuk a partíció méretét és típusát. Válasszuk a Be File System típust ha Haiku számára akarjuk létrehozni azt. Itt megjegyzendő, hogy más operációs rendszerek nem feltétlen férnek majd hozzá a létrehozott lemezhez.

-

Ha elsődleges partíciót hozunk létre, nem pedig egy már meglévőn belül logikait, akkor a fenti ablakban megjelenik egy Aktív partíció jelölő négyzet is. Ezt be kell jelölni, ha a Haiku-t szeretnénk indítani a gépen.

-

Mielőtt használni szeretnénk az újonnan létrehozott partíciót, előtte formázni kell egy adott fájlrendszerre.

-

-index -Partíció előkészítése

-

Csak leválasztott partíciókat lehet előkészíteni a Partíció | Formázás menü használatával.

-drivesetup-initialize.png -

Most meg kell adnia a partíció nevét és a blokk-méretét. 2048 bájt blokkonként ajánlott, de ezen kívül kisebb és nagyobb méretet is választhatunk a felhasználástól függően.
-Az előkészítéskor az öszes adat el fog veszni a partícióról!

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/expander.html b/docs/userguide/userguide/hu/applications/expander.html deleted file mode 100644 index b1c9c3f290..0000000000 --- a/docs/userguide/userguide/hu/applications/expander.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - Kicsomagoló - - - - - - - - -
-
- -

expander-icon_64.pngKicsomagoló (Expander)

- - - - -
Asztalsáv:Programok. Illetve a fájl megnyitásakor indul.
Útvonal:/boot/system/apps/Expander
Bellítások:~/config/settings/Expander_Settings
-


-

A Kicsomagoló egy kis program, ami gyorsan kibontja a gyakori csomagolt fáljokat (zip, gzip, bzip2, rar, tar.gz).
-Csak el kell indítani a csomagolt fált, és már meg is jelenik a program ablaka:

-

expander.png

- - - - -
CsomagALT OMegnyílik egy mappa-ablak ahol megkeresheti a csomagolt fájlt.
CélmappaALT DA megnyíló mappa-ablakban kiválasztva megadhatja a kicsomagolás helyét.
KicsomagolALT EElkezdődik a kicsomagolás. Ez megszakítható a ALT K kombinációval.
-

A csomagolt fájl tartalma megtekinthető, ha bejelöljük a Tartalom megjelenítése opciót, vagy lenyomjuk az ALT L kombinációt.

-
A program csak teljes csomagokat tud kibontani.
-Nem adható meg csak bizonyos elemek kibontása, és a csomagolt fájl tartalma sem módosítható.
-

A Beállítások | Beállítások... vagy az ALT S lenyomására megnyílik a beállítások ablak, ahol néhány hasznos beállítást módosíthatunk.
-Az opciók elég egyértelműek:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/haikudepot.html b/docs/userguide/userguide/hu/applications/haikudepot.html deleted file mode 100644 index be87f99829..0000000000 --- a/docs/userguide/userguide/hu/applications/haikudepot.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Raktár - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngRaktár (HaikuDepot)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/HaikuDepot
Bellítások:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -A szűrő

-

Az ablak felső részében találunk több lehetőséget is a csomagok szűrésére:

-
    -
  • A Kategória menüből különféle kategóriák közül választhatunk, mint például "Audió" vagy "Játékok".

  • -
  • A Raktár menü segítségével választhatjuk ki az interneten elérhető raktárak, vagy a más forrásból származó csomagokat ("Helyi"). Ez utóbbi lehet például USB tárhely, letöltött vagy saját készítésű csomag.

  • -
  • A Keresési feltétel mezőben kulcsszavak beírásával szűrhetünk minden szóra (szóközzel elválasztva) a csomagok nevében vagy a leírásukban.

  • -
- -

index -A lista

-

Mint minden Nyomkövető ablakban, az oszlopfejlécen jobb egérgombbal kattintva itt is megadhatjuk, hogy melyik oszlop jelenjen meg. A bal gombbal kattintva pedig rendezhetjük a lista tartalmát, és persze az oszlopok sorrendje is módosítható azok mozgatásával.

-

A csomag állapota több féle is lehet:

-
    -
  • Aktív: A csomag már telepítve van és használatra készen áll.

  • -
  • Elérhető: A csomag a raktárban jelen van és készen áll a letöltésre és a telepítésre. Ha bármely más csomag az előfeltétele a kiválasztott csomagnak, akkor a program informál minket azok letöltéséről/telepítéséről is.

  • -
  • Folyamatban / %: A Folyamatban állapot akkor látható, amikor a csomag beütemezésre került letöltésre vagy telepítésre. Letöltés közben a folyamat százalékban jelenik meg.

  • -
  • Frissítés érhető el: A már telepített csomag egy újabb verziója érhető el.

  • -
-

A lista és az információs panel közötti pontozott vonalat függőlegesen mozgatva a lista méretét módosíthatjuk.

- -

index -Információs panel

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Eszközök és Beállítások

-

Az Eszközök menüben találjuk a Raktárak frissítése menüt. Ezzel lekérhetjük az összes elérhető csomagot a raktárakból.

-

A Beállítások menüben találjuk a Fejlesztői csomagok megjelenítése és a Forráskód csomagok megjelenítése opciót. Általában az átlag felhasználónak nincs szüksége ezekre a csomagokra. Ugyanakkor fontosak lehetnek azoknak, akik ezekre a csomagokra alapozva fejlesztik a programjaikat.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/icon-o-matic.html b/docs/userguide/userguide/hu/applications/icon-o-matic.html deleted file mode 100644 index 616de8dad6..0000000000 --- a/docs/userguide/userguide/hu/applications/icon-o-matic.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
- - - - -
Index
BeOS bittérkép és Haiku vektoros ikon összevetése
- Az ikon jellemző
- Ikon készítése az Icon-O-Matic használatával
- Útvonal
- Formák
- Stílus
- Átalakító
- Ikon mentése
- Tippek és trükkök
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Icon-O-Matic
Bellítások:~/config/settings/Icon-O-Matic
- -


- -

Mielőtt az Icon-O-Matic használatával foglalkoznánk, előtte néhány mondat a Haiku ikonjairól.

- -

-index -BeOS bittérkép és Haiku vektoros ikon összevetése

-

A BeOS bittérképes ikonjaival ellentétben a Haiku vektoros ikonokat használ. A Haiku Vector Icon Format (HVIF) a kis méretre és a gyors kirajzolásra lett optimalizálva. Éppen ezért az ikonok nagy része sokkal kisebb, mint a bittérkép vagy az SVG formátumúak esetén. Továbbá a BeOS 8 bites (256 szín) ikonjaival ellentétben a Haiku esetében nincs ilyen korlátozás.
-Nézzük meg például a Terminál ikonját:

- - - - -
BittérképSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 bájt
+ 256 bájt
7,192 bájt 768 bájt
-

Itt érdemes megjegyezni, hogy a BeOS 2 fajta ikont használt, egy 16x16 és egy 32x32 képpont méretűt, hogy megfeleőlen nézzen ki mind Lista nézetben, mint pedig Ikon nézetben.

-

Erre persze semmi szükség nincs vektoros ikonok használatakor. A vektoros ikonok méretezhetősége is sokkal jobb mint a bittérképeseké. (Megjegyzés: a BeOS csak 16x16 és 32x32 képpont méretű ikonokkal rendelkezett.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bittérképi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vektori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Az ikon jellemző

-

Az ikonokat a fájl jellemzőjeként tárolja a rendszer. Ugyanakkor, ez nem azt jelenti, hogy minden fájlnak rendelkezni-e kell ikon jellemzővel, ugyanis például az adatfájlok ikonjait a Nyomkövető a fájltípusok alapján jeleníti meg. Hogy rendszer szinten módosítsuk egy fájltípus ikonját, ahhoz a Fájltípusok beállításait kell használni. Ha csak egy fájlnak akarjuk módosítani az ikonját, akkor használjuk a fájl Fájltípusok kiegészítőjét. További információk a Fájltípusok fejezetben.

-
Jellemző révén vegyük figyelembe, hogy csak a kiegészítő (meta) adatokat használni képes fájlrendszerek tudják megőrizni ezeket az ikonokat. Tehát, ha nem BFS lemezre másolunk fájlokat, akkor előtte csomagoljuk be azokat, más különben az ikonok és minden jellemző elvész.
- -

-index -Ikon készítése az Icon-O-Matic használatával

-

Az Icon-O-Matic a Haiku ikonszereksztője, ami képes a készített képet HVIF, SVG vagy PNG formátumba menteni. Az ikon közvetlenül egy fájl jellemzőjeként vagy forrásfájlként is elmenthető. Mivel a program a HVIF formátumra szabott, a működése is erre összpontosul.

-

A hagyományos vektor-grafikai programokkal ellentétben nem kell foglalkozni a különböző objektumokkal, mint az útvonalakkal, hosszal, színekkel, stb. Az objektumok ("alakzatok") inkább a közös útvonalakból és színekből ("stílusok") állnak össze, és mindegyiknek bizonyos tulajdonságaik is megadhatóak. Az elemek ezen fajta használata a titka a HVIF hatékonyságának. Bár, ez az ikon készítésekor néhány korlátozást eredményez, azért vannak előnyei is.
-Például több objektum is módosítható együtt egy útvonal újrahasználásával. Gondoljunk csak egy objektumra és annak árnyékára. A közös útvonaluk módosításakor maga az objektum és az árnyéka is automatikusan módosul.

- -

Az Icon-O-Matic indításakor az alábbi ablakot kapjuk:

-i-o-m-overview.png - -

Hogy készítsünk egy objektumot, ahhoz szükségünk van alakzatra, útvonalra és stílusra. Ezekből akár többet is készíthetünk az Alakzat menüben. Minden objektumtípus (Útvonal, Alakzat, Átalakítás, Stílus) rendelkezik egy menüvel amiben többek között néhány parancs is megtalálható. Minden elemnek van több opciója is, melyek a Tulajdonság nézetben jelennek meg.

- - -

-index -Útvonal

-

Egy útvonal több pontból áll, melyek vonallal vagy ívvel vannak összekötve. Egy pont hozzáadásakor vagy törlésekor az útvonalnak ki kell lennie jelölve a listában.

- -

Egyszerűen csak kattintsunk a vászonba az első pont megadásához. Miközben megadunk egy pontot, döntsük el, hogy egyenes vonalat hozunk majd létre, vagy ívet: egy egyszerű kattintás egyenes vonalat, míg az egér gombjának lenyomvatartása és az egér mozgatása ívet eredményez. Persze, ezt a későbbiekben is módosíthatjuk.

- -i-o-m-path-ab - -

Hogy az "A"-ból "B"-t kapjunk, ahhoz néhány pontot át kell alakítani szögletes pontból íves pontra. Ekkor tartsuk lenyomva az ALT billentyűt miközben egy ponton kattintunk és elhúzzuk a foggantyút. Ez egy szimmetrikus ívet eredményez: az egyik foggantyú mozgása követi a másikét. Ha a foggantyúkat egymástól függetlenül akarjuk mozgatni, akkor az ALT lenyomásával mozgassuk a foggantyút.
-Ugyan ezen a módon válthatunk íves-pontról szögletes pontra, miközben az ALT-ot lenyomva tartjuk.

- -

Egy pont mozgatásához egyszerűen csak kattintsunk rá, és mozgassunk azt. Ha több pontot is ki akarunk választani, akkor tartsuk lenyomva a SHIFT-et és rajzoljunk egy négyzetet. A kielölt pontok piros kerettel vannak jelölve (a szokásos fekete helyett).
-Egy pont beszúrásához kattintsunk két pont közti összekötő vonalra.
-A kijelölt pontok a DEL lenyomásával törölhetőek vagy bármely ponton kattintva a CTRL lenyomásával törölhető az (csak az az egy).

- -

A küllönféle egér kurzor az alábbi műveleteket jelzi:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Pont mozgatásaPont beszúrásaPont hozzáadásaPont törlése
CTRL
Szögletes↔Ív
ALT
Pontok kijelölése
SHIFT
-

Egy pont (vagy kijelölt pontok) helyi menüjében a következőket találjuk:

- - - - - - -
Mind kijelöléseALT AA jelenlegi útvonal összes pontjának kijelölése. (A vászonon kattintva.)
ÁtalakításTAz (összes kijelölt) pontot egy átalakító dobozba teszi, így azok egyszerre mozgathatóak, méretezhetőek és forgathatóak. Átalakítás után az ENTER leütésével befejezhetjük a műveletet. Ez épp úgy működik, mint az alakzatok esetében, amiről a későbbiekben lesz szó.
SzétvágásA kijelölt pontból kettőt csinál, amik egymáson helyezkednek majd el a vágás után.
TükrözésA kijelölt pontok elforgatása 180°-al. Ez csak az íves pontokon használható.
EltávolításDELA kijelölt pont eltávolítása.
- -

Útvonal menü

-

Az Útvonal menü tartalmaz néhány nyilvánvaló bejegyzést, mint a Téglalap hozzáadása, Kör hozzáadása, Megkettőzés vagy Eltávolítás. Ezekhez viszont némi magyarázat szükséges:

- - - - - - -
MegfordításHa az útvonal nem "zárt" (lásd alább), a vászonon kattintáskor minden esetben egy új pont jön létre a legutóbbihoz kapcsolva. A "Megfordítás" ezzel szemben az első ponthoz kapcsolja az újat.
TisztításEz hasznos megnyitott SVG képek esetén a felesleges pontok törléséhez.
Forgatás jobbraALT RAz útvonal forgatása. Ez akkor látványos, ha nem zárt útvonalat forgatunk. Tehát, ha az útvonal így néz ki: ⊂, akkor a következőképpen fog fordulni: ⊂ ∩ ⊃ ∪.
Forgatás balraALT SHIFT RUgyan az, mint a másik, csak az ellenkező irányba.
- -

Útvonal tulajdonságai

-

A Tulajdonságok az ablak bal alsó részén a jelenleg kijelölt objektum elérhető beállításait tartalmazza. Az útvonalnak kettő szerkeszthető van: Név és hogy Zárt vagy nem.

- - -

-index -Alakzat

-

Az alakzat egy vagy több útvonal és azok stílusának a csoportja, ami megjelenik a vásznon. A csoportosítás az útvonalak és a stílusok előtti jelölőnégyzettel történhet: csak jelöljük ki az alakzatot, és válasszuk ki a kívánt útvonalat és stílust.

-

Egy alakzat határozza meg, hogy az útvonalat és a stílust hogyan használjuk. Például, az objektum ki van-e töltve vagy nem. Továbbá, az alakzat mozgatható, forgatható vagy átméretezhető anélkül, hogy egy útvonalhoz is hozzá nyúlnánk. Így, egy egyszerű útvonalat újra használhatunk és kaphatunk különféle, de egymáshoz kapcsolódó alakzatot.

- -i-o-m-shape - -

Ha egy alakzat ki van jelölve, akkor egy téglalap jelenik meg körülötte. Attól függően, hogy mely részén fogjuk meg, az alakzatot mozgathatjuk, átméretezhetjük vagy körbeforgathatjuk a középpontja körül, amit akár mozgathatunk is. A SHIFT lenyomva tartásával mozgatáskor az irányt rögzíthetjük, forgatáskor pedig 45°-ban korlátozhatjuk azt illetve a méretarányt is megtarthatjuk méretezéskor. Az egér kurzor szintén jelzi a jelenlegi műveletet:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MozgatásÁtméretezésForgatásForgatási pont
mozgatása
- -

Az alakzatok egymás felett helyezkednek el, mindegyik egy külön rétegen. Hogy változtassunk a régetek sorrendjén, a listában a régetegeket másik pozícióba kell húzni.

- -

Alakzat menü

-

Az Alakzat menü az alábbi lehetőségeket nyújtja: Hozzáadás, Hozzáadás útvonallal, Hozzáadás stílussal, Hozzáadás útvonallal és stílussal, Megkettőzés és Eltávolítás. Továbbá:

- - - -
Átalakítások visszaállításaAz alakzaton alkalmazott összes mozgatás, méretezés és forgatás visszavonása.
Átalakítás rögzítéseEgy alakzat átalakításakor a hozzá rendelt útvonal(ak) eredeti pozíciója megmarad. Ha több alakzat is használja ugyan azt az útvonalat, akkor válasszuk a Beállítások | Rácshoz illesztés menüt, hogy pontosan megadjuk a pontokat.
-Ha nem, akkor az "Átalakítás rögzítése" a jelenlegi alakzathoz rendelt útvonal(ak) átalakításaira lesz érvényes. Egy esetleges "Átalakítás visszaállítása" erre az új állapotra történik majd.
- -

Alakzat tulajdonságai

-

A Név és a Tulajdonságok menün kívül még az alábbi is a rendelkezésünkre áll:

- - - - -
Min RSzMinimális részletességi szint
Max RSzMaximális részletességi szint
- -
Részletességi szint
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Ahogy látjuk, nincsenek számok a BeVexed 16 képpontos verziójában. -Ez az alakzat "Részletességi szint" (RSz) beállításának köszönhető.
-A részletességi szinttel szabályozható az alakzatok megjelenése a méret függvényében. Így azokat a részleteket kihagyhatjuk, melyek csak nagy méretű ikon esetén jelennek meg jól.

-

Tehát, hogy is működik: az 1.0 RSz 64 képpontos ikon méretére lett meghatározva. Hogy megkapjuk az ikon méretének megfelelő RSz-t, egyszerűen csak el kell osztani azt 64-el. Például 16 képpontos ikon mérete esetében az RSz 16/64 = 0.25. Egy alakzat nem lesz látható a Min RSz alatt és a Max RSz felett.

-

Ha beállítjuk egy alakzat Min RSz értékét 0.0-ra és a Max RSz értékét 0.5-re, akkor az azt jelenti, hogy az alakzat csak a maximum 32 képpont méretű ikon esetében jelenik meg. Ha a 32 képpontos ikont is ki akarjuk zárni, akkor az értéket 0.5-től kisebbre kell állítani, például 0.49-re.

-

Az RSz nem csak kizárásra használható, hanem például ha szükséges, akkor a méret függvényében változhatnak a szélességek is. Ekkor csak meg kell kettőzni az alakzatot, elvégezni a szükséges módosításokat, majd mind a két esetben az RSz-t úgy megadni, hogy hol az egy egyik, hogy a másik jelenjen meg. Ekkor akaratlanul is bekövetkezhet egy kis zavart, ha az alakzatok RSz-ei között átfedés van. Ez azt eredményezi, hogy néhány méret esetén mind a kettő látható...
-Például, ha az első alakzat csak 48-tól kisebb képpont méretű ikon esetében jelenik meg, akkor a második 48 képpont felett (RSz: 48/64 = 0.75):

- - - - - - - - -
HelyesHibás!
Alakzat 1Min RSz0.00Min RSz0.00
Max RSz0.74Max RSz0.75
Alakzat 2Min RSz0.75Min RSz0.75
Max RSz4.00Max RSz4.00
- - -

-index -Stílus

-

A stílus lehet egyszerű szín, vagy átmenet.
-A Paletta előre megadott színein felül egyénit is "kikeverhetünk". Az alsó csuszkával pedig az alfa-csatornát tudjuk megadni (áttetszőség).

-i-o-m-gradients -

Gyorsan készíthetünk egy új stílust ha kikeverünk egy színt, és a stílusok listájába dobjuk.

-

Ha egy átmenetet akarunk készíteni, akkor meg kell adni annak típusát (Egyenes, Sugaras, Rombusz, Kúpos) és a kezdő és záró színt. Ezt megtehetjük, ha egy színt az átmenet alatti nyílra (színre) húzunk.
-Természetesen, ezek a színek tetszés szerint mozgathatóak is. További színeket hozzáadhatunk, ehhez csak duplán kell kattintani az átmeneten. A DEL lenyomásával pedig törölhető a kijelölt szín.

-

Az átmenetet mozgathatjuk, átméretezhetjük és forgathatjuk az átmenetet jelképező dobozzal a vásznon addig, amíg el nem érjük a megfelelő eredményt. Ezek a műveletek épp úgy működnek, mint az alakzatok esetében.

- -

Stílus menü

-

A Stílus menü a szokásos elemeket tartalmazza: Hozzáadás, Megkettőzés, Eltávolítás és Átalakítás visszaállítása.

- -

Stílus tulajdonságai

-

A Név az egyetlen Tulajdonság.

- - -

-index -Átalakító

-

Egy alakzatnak lehetnek átalakítói, melyek módosítját a megjelenését. Ezekkel finom változtatásokat hajthatunk végre.

- -

Átalakító menüje

- - - -
KörvonalEgy körvonalat ad az alakzathoz.
KihúzásKiemeli az útvonalat az alakzat sílussal való kitöltése helyett.
- -

Az átalakítók függvényében változik a tulajdonságok listája.

- -

Átalakító tulajdonságai

-

Az átalakítóhoz a Név és a Szélesség beállításain túl az alábbiakat is módosíthatjuk a Tulajdonságok között:

- - - - - -
VonalvégKihúzás esetén. A vonalvégek megadása: Lapos, Kerek vagy Szögletes.
Tájolás érzékeléseKörvonal esetén. A körvonal az útvonalon belül vagy azon kívül helyezkedik el.
Csatlakozási pontokA pontok vonalhoz kapcsolódása: Süveg, Kerek vagy Kúp.
Süveg korlátCsak ha a fenti Csatlakozási pontok "Süveg"-ként vannak megadva. Ez a beállítás befolyásolja a szüveg megjelenését a csatlakozási pontok esetén.
- - -

-index -Ikon mentése

-

A program ablaka rendelkezik a hagyományos menüvel: Fájl, Szerkesztés, Beállítások. Ezek elég egyértelműek, így most csak a mentésről lesz szó.

-

A Fájl | Mentés másként... egy speciális Icon-O-Matic formátumba menti el az ikont néhány további információval, mint például útvonal, alakzat illetve stílus nevek. Ezeket az információkat helytakarékosság miatt eltávolítjuk az ikon mentésekor. Így ez egy remek ötlet, hogy ezekről az adatokról készüljön egy biztonsági másolat, mivel a későbbiekben már csak az objektumok neveit (például "<path>/<shape>/<style>") látjuk majd, aminek az értelmezése elég fárasztó lehet.

- -

A Fájl | Exportálás másként... hasonló mentés panelt nyit meg, de itt már a formátum választó menü is elérhető:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefProgramozók által használt forrásfájl
HVIF forráskódProgramozók által használt forráskód
SVGMentés SVG képként
PNG összeállításMentés 64 képpont méretű PNG képként
PNG YxYMentés 16, 32 és 64 képpont méretű PNG képként
BEOS:ICON jellemzőMentés közvetlenül egy kiválasztott fájl ikon jellemzőjeként
META:ICON jellemzőCsatolás közvetlenül egy kiválasztott fájlhoz kiegészítő (meta) adatként
- - -

-index -Tippek és trükkök

-

Néhány dolgot észbe kell tartani a program használatakor, illetve akad néhány jó ötlet is a használathoz:

-
    -
  • Az Icon Guidelines (leírás az ikonokhoz) tartalmazza a Haiku alatt használt ikonok karakterisztikáját, mint például a színeket, vagy az árnyékokat.

  • -
  • Próbáljuk meg minimalizálni a használt útvonalak számát, ugyanis ezek befolyásolják a fájl méretét. Ha lehet, használjuk újra az útvonalakat és inkább használjunk módosított alakzatokat azok átalakítása helyet. Az átmenetek okos használatával szintén takaríthatunk meg helyet.

  • -
  • Ha csak lehetséges, használjuk a Rácshoz illesztést a Beállítások menüből az útvonalak szerkesztésekor. Ha az útvonal pontjai a 64x64-es rácshoz illeszkednek, akkor azzal a méret csökkenthető. Akkor is jobb megjelenést kapunk, ha a pontokat a képpontok határához igazítjuk. Például fontos, hogy a jelentősebb körvonalakat egymáshoz igazítsuk a 16x16-os rácshoz.

  • -
  • Ellenőrizzük le az előnézeti mezőben, hogy helyesen jelenik-e meg az ikon 16x16-os méretben. Ajánlott a Részletességi szint használata, amiről az Alakzat részben volt szó.

  • -
  • A karakterek ikonhoz adásának van egy egyszerű módja (ugyanis a program nem tartalmaz túl sok eszközt a szerkesztéshez). Csak írjuk meg a szöveget egy szövegszerkesztőben, például a StyledEdit-ben, állítsuk be a megfelelő betűtípust és stílust, majd dobjuk be az Icon-O-Matic ablakba, vagy használjuk a vágólapot. Ebből a program létrehozza az alakzatot és az útvonalakat.

  • -
  • Ha egy vagy több útvonalat rendelünk egy alakzathoz, akkor azok egymás területeit is átfedik. Ha egy útvonal egy másikon belül helyezkedik el, akkor az egy lyukat eredményez az alakzatban.

  • -
  • A vászon kicsinyíthető vagy nagyítható az egér görgőjével, illetve mozgatható a középső gombbal vagy a bal egérgombbal a SZÓKÖZ lenyomva tartása közben.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/installer.html b/docs/userguide/userguide/hu/applications/installer.html deleted file mode 100644 index 12f76f1b37..0000000000 --- a/docs/userguide/userguide/hu/applications/installer.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Telepítő - - - - - - - - -
-
- -

installer-icon_64.pngTelepítő (Installer)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Installer
Bellítások:Nincs
-


-

A telepítő a Haiku egy megadott lemezre/partícióra másolására szolgál.
-Indítás után fontos információk jelennek meg. Ez nem csak egy szerződés, ugyanis más fontos információt is tartalmaz:

-
    -
  • Ez csak egy alfa-állapotú szoftver. Készíts biztonsági másolatot az adataidról!

  • -
  • A telepítő előkészített partíciót igényel. Használhatod a GParted LiveCD-t vagy hasonló programot amíg a Haiku Lemezkezelője nem érik meg eléggé a feladatra.

  • -
  • A Haiku manuálisan hozzáadható a GRUB rendszertöltőhöz. Erről bővebben olvashatsz az interneten elérhető leírásban.
  • -
-



-

Folytatás, után az alábbi ablak fogad minket:

-installer.png -

Az első menüben meg kell adnunk a telepítés forrását. Jelenleg ez egy már telepített Haiku, vagy telepítő CD illetve USB lemez lehet.
-A második menüben pedig a telepítés helyét kell kiválasztanunk. Ez a lemez/partíció felül lesz írva, és szükséges telepítés előtt előkészíteni például a GParted-el.

-

A Választható csomagok megjelenítése-n kattintva - ha vannak - további csomagokat is telepíthetünk a Haiku-val együtt.

-

Győzödjünk meg arról, hogy a megfelelő partíciót választottuk ki a telepítés helyének. Kattintson a Partíciók szerkesztése… gombra a Lemezkezelő megnyitásához a lemezek/partíciók ellenőrzéséhez és az információik megtekintéséhez.

-

A Mehet gomb megnyomásakor a telepítési folyamat elkezdődik, ami gyakorlatilag mindent átmásol (a /home/ és a /system/ mappákat is) a cél lemezre, majd indíthatóvá teszi azt.

- -

index -Eszközök

-

A telepítés végeztével a partíció automatikusan indítható lesz. Ugyanakkor megeshet, hogy más operációs rendszerek vagy partícionáló programok (véletlenül) felülírják a rendszertöltőt a Haiku lemezen. Ebben az esetben indítsuk el újra a telepítőt. Válasszuk ki a telepített Haiku-t a Hova listából, majd pedig a Rendszerbetöltő írása menüpontot az Eszközök menüből, hogy újra indíthatóvá tegyük azt.

-

A másik elem az Eszközök menüben a Rendszerválasztó beállítása, mely a rendszertöltőben egy menüt helyez el, minek segítségével választhatunk a telepített operációs rendszerek közül indításkor. További információk a Rendszerválasztó fejezetben.
-Nem szükséges a Rendszerválasztó használata, ha már használunk másik rendszerválasztót, mint például a GRUB-ot, ahol manuálisan kell hozzáadnuk a listához a Haiku-t, illetve akkor sem szükséges, ha csak Haiku fut a gépen.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/list-cli-apps.html b/docs/userguide/userguide/hu/applications/list-cli-apps.html deleted file mode 100644 index 16f83fac8b..0000000000 --- a/docs/userguide/userguide/hu/applications/list-cli-apps.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - - - - - Parancsok listája - - - - - - - - -
-
- -

cli-app-icon_64.pngParancssori programok listája

- - -
Útvonal:/boot/system/bin
~/config/bin
~/config/non-packaged/bin/
-


-

A Haiku-val érkező parancssori programok a /boot/system/bin/ mappában találhatóak. Az általunk .hpkg fájlból telepített programok a ~/config/bin/ mappába kerülnek. Egyéb esetben pedig a ~/config/non-packed/bin/ mappába tudjuk elhelyezni a programjainkat. Ezen útvonalak megtalálhatóak a PATH változóban is, így automatikusan megtalálhatjuk őket, nem kell hozzá adnunk az útvonalat.
-Ez a lista tartalmazza az összes, a Haiku-val érkező programot. Mindegyikhez egy rövid leírás is tartozik, azonban részletesebb segítséget is kaphatunk, ha a programot a --help paraméterrel indítjuk.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Az audió és videó kiegészítők használatát figyelő szolgáltatás indítása.
FirstBootPrompt Nyelvi és billentyűzet-beállítások
[ Igaz (true) vagy hamis (false) visszaadása összehasonlításkor.

indexA

addattr Egy jellemzőt fájlba írása. (Haiku-specifikus)
alert Megjelenít egy üzenet ablakot. (Haiku-specifikus)
arp A rendszer ARP-tárának kezelése.
awk Ugyan az, mint a gawk.
base64 Base64-es kódolás/dekódolás.
basename Megadja egy fájl teljes elérési útvonalából a mappa nevét.
bash Bourne-again shell
bc Egy precíz számológép.
beep Figyelmeztető hang megszólaltatása.
bunzip2 Ugyan az, mint a bzip2.
bzip2 Fájl tömörítő.
c++ C fordító.
cal Naptár megjelenítése.
cat Fájlok összefűzése, illetve a fájlok tartalmának megjelenítése.
catattr Egy fájl jellemzőjének megjelenítése. (Haiku-specifikus)
cc C fordító.
checkfs Ellenőrzi és kijavítja a fájlrendszer hibáit. (Haiku-specifikus)
checkitout A forráskód ellenőrzése az azt tároló URL-ével.
chgrp Egy fájlt birtokló csoport módosítása.
chmod A fájl engedélyeinek módosítása.
chop A fájl kisebb szeletekre történő darabolása.
chown A fájl tulajdonosának módosítása.
chroot Egy parancs futtatása egy megadott gyökér-mappában.
cksum Egy fájl CRC ellenőrzés eredményét és a bájtok számát jeleníti meg.
clear A Terminál ablak ürítése.
clockconfig Az óra beállításainak megjelenítése.
cmp Fájlok bájtról-bájtra történő összehasolítása.
collectcatkeys -
comm Rendezett fájl sorról-sorra történő összehasonlítása.
compress Adatok tömörítése.
consoled Konzol szolgáltatás.
copyattr A jellemzőket vagy azok egy részét egy vagy több fájlból egy újba másolja. (Haiku-specifikus)
cp Fájlok/mappák másolása.
csplit Egy fájl darabolása a megadott minta alapján.
ctags Egy index-fájlt hoz létre az egy fájlban talált különféle nyelvi objektumokból.
cut A fájl minden sorából megjeleníti a szakaszokat.
date A jelenlegi dátum és idő megjelenítése/módosítása.
dc Parancssori számológép.
dd Nyers adat másolása, illetve átalakítási és formázási műveletek.
desklink Egy elem az Asztalsáv Polcára helyezése. (Haiku-specifikus)
diskimage Fájl lemezként történő regisztrálása amit így már csatolhatunk. (Haiku specifikus)
df Csatolt lemezek kihasználtsága.
diff Fájlok sorról-sorra történő összehasonlítása.
diff3 3 fájl sorról-sorra történő összehasonlítása.
dircolors Az ls-hez a színek beállítása.
dirname Megadja egy fájl teljes elérési útvonalából a mappa nevét.
draggers A replikánsok jelölőjének megjelenítése/elrejtése.
driveinfo A számítógép összetevőinek információi.
dstcheck Óraátállításkor egy üzenetet jelenít meg.
du A lemezhasználat kiszámítása mappákra bontva.
dumpcatalog -
echo Egy sornyi szöveg megjelenítése.
egrep Ugyan az, mint a grep.
eject Eltávolítható eszköz kiadása.
env A program futtatása egy módosított környezetben.
error A hibakódokhoz a megfelelő szöveges üzenet megjelenítése.
expand A tabulátorok szóközzé alakítása.
expr Egy képlet eredményének megjelenítése.

F

factor Az egész számok prímtényezői.
false A sikertelen műveletet jelzi, "1"-et ad eredményül.
fdinfo A rendszerben használt fájlok leíróinak információi.
ffm Az ablak egérrel történő aktiválásának módját módosítja.
fgrep Ugyan az, mint a grep.
filepanel A megnyitás/mentés panel megjelenítése. (Haiku-specifikus)
find Egy fájl megkeresése a fájlrendszerben.
finddir A rendszer által deffiniált mappa megkeresése.
fmt Egy fájl bekezdéseinek újraformázása.
fold Egy fájl bemeneti sorainak tördelése.
fortune Véletlenszerű, remélhetőleg érdekes mondatok.
frcode Az updatedb által elindított program, mely a fájlnevek listáját tömöríti.
freetype-config A FreeType fordítói információi programozók számára.
fstrim Elküldi a TRIM parancsot az SSD lemezeken.
ftp Fájl átviteli program.
ftpd FTP szolgáltatás.
funzip Egy csomag első elemét megjeleníti.
fwcontrol FireWire vezérlő program.
gawk Mintakereső és feldolgozó.
gdb GNU hibakereső.
getlimits A platform-független határértékek megjelenítése (szkriptek írásánal hasznos).
grep Minta keresése.
groups A felhasználók csoporttagságát jeleníti meg.
gunzip Ugyan az, mint a gzip.
gzexe Futtatható fájlok ki- illetve becsomagolása.
gzip Fájlok ki- illetve becsomagolása.
hd Hexadecimális kiírás.
head Egy fájl első sorának megjelenítése.
hey Grafikus programok használata szkriptekkel.
hostname A rendszer nevének megadása/megjelenítése.
id A felhasználó és a csoport információi.
ident Egy fájl RCS kulcsszavainak azonosítása.
ifconfig Hálózati kártyák beállítása.
install A fájlok megfelelő helyre másolása a futó rendszer megzavarása nélkül.
install-wifi-firmwares.sh A különféle vezeték nélküli hálózati kártyák vezérlőprogramjának telepítése.
installsound Új hang-esemény hozzáadása a Hangok beállítások panelhez.
iroster Bemeneti eszközök listája.
isvolume Csatolt lemezek információi.
join Minden pár bemeneti sorhoz egyértelmű azonosító hozzárendelése, majd kiírása.

indexK

kernel_debugger A kernel hibakeresőjébe lépés.
keymap Billentyűzet-kiosztások betöltése/elmentése.
kill A kilépés parancs elküldése egy programnak.
less Egy fájl megjelenítése.
lessecho A paraméterek és a helyettesítő karakterek (mint például a * és a ? egy fájlnévben) megjelenítése.
lesskey A less számára a kötelező kulcs megadása.
link Hivatkozás létrehozása.
linkcatkeys -
listarea A jelenleg futó programok terület-információi.
listattr Egy fájl jellemzőinek megjelenítése. (Haiku-specifikus)
listdev A számítógépben található eszközök listája.
listimage A futó programok kép-információinak listája.
listport A rendszer által kezelt nyitott portok listája programonként.
listres Egy fájl kiegészítő adatainak megjelenítése.
listsem A megadott program jelzőinek listája.
listusb USB eszközök listája.
ln Hivatkozás létrehozása.
locale Az előnyben részesített nyelv megjelenítése, annak LC_CTYPE-ja és az előnyben részesített formátum-beállítások.
locate Egy fájl megkeresése.
logger Egy üzenet küldése a rendszer-naplóba.
login Új munkamenet indítása a rendszerben.
logname A jelenlegi felhasználó neve.
ls Egy mappa tartalma.
lsindex A jelenlegi lemez/partíció indexelt jellemzőinek megjelenítése. (Haiku-specifikus)
mail2mbox BeOS e-mail-fájlok Unix postafiók fájlokká alakítás.
make GNU make program.
makebootable A megadott BFS lemez/partíció indítható tétele (a boot-kód az első két szektorba másolása).
mbox2mail Unix postafiók fájlok BeOS e-mail-fájlokká alakítása.
md5sum MD5 ellenőrzés.
merge Fájl egyesítése.
message Egy BMessage fájl megjelenítése.
mimeset A fájl MIME típusának megadása.
mkdepend Makefile függőség generáló.
mkdir Mappa létrehozása.
mkdos FAT partíció formázása.
mkfifo named csövek létrehozása.
mkfs Fájlrendszer létrehozása.
mkindex Új index létrehozása egy jellemzőhöz. (Haiku-specifikus)
mktemp Biztonságos úton hoz létre ideiglenes fájlt vagy mappát.
modifiers A jelenlegi (lenyomott) módosító billentyűk.
more Ugyan az, mint a less.
mount Egy fájlrendszer csatolása.
mount_nfs NFS partíció csatolása.
mountvolume Egy lemez csatolása név alapján.
mv Mozgat/átnevez egy fájlt.
netcat TCP és UDP program.
netstat A hálózati kapcsolatok, útválasztó táblák, hálózati kártya-statisztika és további információk megjelenítése.
nl Egy fájl tartalmának megjelenítése sorszámokkal együtt.
nohup Egy program futtatása a megszakítás-jel figyelmen kívül hagyásával (futtatás a háttérben).
nproc A rendelkezésre álló feldolgozó egységek megjelenítése.
od Egy fájl egyértelmű megfelelőjének kiírása.
open Egy program/fájl megnyitása a parancssorból. (Haiku-specifikus)

indexP

package Haiku csomagok létrehozása, ellenőrzése illetve kicsomagolása.
package_repo Haiku raktár létrehozása, ellenőrzése.
passwd A felhasználó jelszavának létrehozása/módosítása.
paste Fájlok megfelelő sorainak megjelenítése tablulátorral tagolva.
patch Egy diff fájl alkalmazása az eredeti fájlon.
pathchk Érvénytelen és nem portolható fájlnevek ellenőrzése.
pc Programozók számológépe.
ping ICMP-viszhang-kérés küldése egy másik gépre a hálózaton.
pkg-config Csomagok ellenőrzése és beállítása.
pkgman Csomagok és raktárak kezelése.
play Egy zene CD szám lejátszása.
playfile Egy audió-fájl lejátszása.
playsound Egy audió-fájl lejátszása.
playwav WAV fájl lejátszása.
pr Fájl oldalakra vagy oszlopokra tagolása.
printenv Egy környezeti változó megjelenítése.
printf Adat formázása és megjelenítése.
prio Egy folyamat prioritásának módosítása.
profile A profil száljai.
ps Futó programok listája.
ptx Egy fájl szavainak a permutált indexének a megjelenítése a tartalommal együtt.
pwd A jelenlegi mappa megjelenítése.
query A Nyomkövető "keresés képlet alapján" parancssori megfelelője. (Haiku-specifikus)
quit Egy program bezárása.
rc Forrás-fordító.
readlink Egy hivatkozás céljának megjelenítése.
reindex Létező fájlok jellemzőit új indexbe rakja. (Haiku-specifikus)
release Egy jelző elengedése.
renice Egy folyamat prioritásánal módosítása.
rlog RCS fájl napló-üzenetei és egyéb információi.
rm Fájlok/mappák törlése.
rmattr Egy jellemző törlése a fájlból. (Haiku-specifikus)
rmdir Mappák törlése.
rmindex Egy jellemző eltávolítása az indexből. (Haiku-specifikus)
roster Futó programok információi.
route Hálózati útvonalak megjelenítése/módosítása.
safemode A rendszer biztonsági módban fut-e vagy sem.
screen_blanker Képernyővédő indítása.
screenmode A monitor módjának megjelenítése/beállítása.
sdiff Megjeleníti vagy összefűzi a különbségeket 2 fájl között.
seq Számsorozatok.
setdecor Dekoráció megadása/megjelenítése.
setgcc A gcc verziójának megjelenítése/megadása.
settype Egy fájl MIME típusának, aláírásának és az előnyben részesített programjának megadása.
setversion Egy fájl verziójának megjelenítése.
setvolume A rendszerhangok hangerejének megadása.
setwep A vezeték nélküli hálózatok WEP-kódolásának megadása.
sh Ugyan az, mint a bash.
sha1sum SHA1 ellenőrzés.
shar Shell csomagok létrehozása.
shred Ismételten felülír egy fájlt.
shuf A bemeneti sorok véletlenszerű permutációja.
shutdown A számítógép leállítása.
sleep Néhány másodpercig felfüggeszti a folyamat.
sort A fájlok sorbarendezett megjelenítése.
spamdbm A levelek kéretlennek vagy valósnak jelölése.
split Egy fájl megadott méretűre darabolása.
stat A fájl vagy a fájlrendszer állapota.
strace Egy szál vagy egy program rendszerhívásainak végigkövetése.
stty Megjeleníti/megadja a terminál karakterisztikáját.
su A jelenlegi felhasználó módosítása.
sum Az ellenőrzés eredményét és a blokkok számát jeleníti meg fájlonként.
sync A lemez változásainak véglegesítése, a szuper blokk frissítése.
sysinfo A rendszer információinak megjelenítése.

indexT

tac Összefűzi és megjeleníti a fájlokat az utolsó sorral kezdve.
tail Egy fájl utolsó 10 sora.
tcpdump A hálózati forgalom kiírása.
tcptester -
tee Adatot ír (vagy hozzáfűz) egy fájlba a bemenetről.
telnet Felhasználói felület a telnet protokolhoz.
telnetd Telnet szolgáltatás.
test Igaz (true) vagy hamis (false) visszaadása összehasonlításkor.
timeout Elindít egy programot, majd megadott idő után megszakítja azt.
top A futó szálakat és a processzor-használatot jeleníti meg.
touch A fájl időbélyegét (a módosítás idejét) módosítja.
tput Terminál indítása vagy lekérdezés a terminfo adatbázisból.
tr Lefordítja, összenyomja és/vagy törli a karaktereket a bemenetről.
traceroute A hálózaton áthaladó csomagok útját írja ki.
translate Az értelmezőket használva átalakítja a fájlt.
trash A fájlok a Szemetesbe mozgatása vagy visszaállítása onnan.
true A sikeres eredményt jelzi "0"-ával.
truncate Növeli vagy csökkenti egy fájl méretét.
tsort Topológiai rendezés.
tty A fájl nevének megjelenítése, amivel a terminál kapcsolódik a bemenethez.
uname Rendszerinformációk.
unchop A chop által feldarabolt fájlok egyesítése.
unexpand Szóközök tabulátorrá alakítása.
uniq A bemetet egyező szomszédos sorait kiírja.
unlink Egy megadott fájl törlése.
unmount Lemezek leválasztása.
unrar Rar fájlok kicsomagolása.
unshar Shar fájlok kicsomagolása.
untrash Ugyan az, mint a trash.
unzip Zip fájlok kicsomagolása.
unzipsfx Meglévő zip csomagok önkibontóvá alakítása.
updatedb A lokalizációs adatbázis frissítése.
uptime A rendszer indítása óta eltelt és a jelenlegi idő.
urlwrapper Széttördeli az URL MIME típusát a parancssor vagy azok a programok számára, melyek nem kezelik azokat.
useradd Felhasználó létrehozása.
uudecode uuencode-al kódolt fájl dekódolása.
uuencode Egy fájl kódolása, így már küldhető egy levél mellékleteként.
vdir Fájlok információi.
version Egy fájl verziója.
vmstat A virtuális memória információi.
waitfor Várakozás a megadott szál megjelenéséig. (Haiku-specifikus)
watch Egy program időszakos futtatása.
wc Egy fájlban lévő bekezdések, szavak és karakterek (bájtok) száma.
wget HTTP-n, HTTPS-en vagy FTP-n keresztüli fájl-letöltés.
which Egy parancs megkeresése.
whoami A jelenlegi felhasználói név megjelenítése.
xargs Egy program végrehajtása az összegyűjtött paraméterek listájával.
xres Források megjelenítése és módosítása.
yes Egy szöveg ismételt kiírása megszakításig.
zcat Ugyan az, mint a gzip.
zcmp Ugyan az, mint a zdiff.
zdiff Tömörített fájlok összehasonlítása.
zforce A fájlok ".gz" kiterjesztése az újratömörítés nélkül.
zgrep A megadott minta alapján keres a tömörített fájlokban.
zip Zip csomaghoz új elem hozzáadása vagy meglévő cserélése.
zipcloak Kódol minden kódolatlan elemet a zip csomagban.
zipgrep A megadott szöveg vagy minta megkeresése egy zip csomagban.
zipinfo Ugyan az, mint a unzip.
zipnote A zip fájlok tartalmának megjelenítése.
zipsplit Zip csomagok kisebb darabokra darabolása.
zmore Ugyan az, mint a more, de egy tömörített fájl tömörítetlen tartalmán.
znew A .Z fájlok újratömörítése .gz (gzip) csomaggá.
-
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/magnify.html b/docs/userguide/userguide/hu/applications/magnify.html deleted file mode 100644 index b932bdcc7d..0000000000 --- a/docs/userguide/userguide/hu/applications/magnify.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Nagyító - - - - - - - - -
-
- -

magnify-icon_64.pngNagyító (Magnify)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Magnify
Bellítások:~/config/settings/Magnify_prefs
-


-

A program az egér körüli területet nagyítja fel.

-magnify.png -

Az ablak felső részében a nagyított terület méretét és a nagyítás mértékét találjuk. A "32 x 32 @ 8 képpont/képpont" az jelenti, hogy 32x32 képpontnyi területet lát az egér-kurzor körül, és minden képpont a 8-szorosára van nagyítva.

-

Ez alatt a pirossal jelölt képpont színének kódját találjuk. Ennek a színnek mind az RGB, mind pedig a hexadecimális kódját látjuk.
-A kijelölt képpont a / / / billentyűkkel mozgatható.

-

Hogy megmérje a távolságokat két kék kereszt is a rendelkezésére áll, melyet az ALT H kombinációval adhatunk a képhez. Az ezek X/Y koordinátái a bal felső sarokban jelenik meg, ha mind a kettő kereszt hozzá van adva, akkor az egymás közti távolsága az ablak alján látható majd.
-A keresztek mozgathatóak a / / / billentyűkkel. Az aktív kereszt "x"-el van jelölve.

-

A kurzor mozgatható képpontról-képpontra az OPT és a / / / billentyűkkel.

-

A menüből pedig számtalan opció is elérhető:

- - - - - - - - - - - - - - -
Kép mentéseALT S A jelenlegi kép elmentése forrásfájlként.
Kép másolásaALT C A jelenlegi kép másolása a vágólapra.
Infó elrejtése/megjelenítéseALT T Minden kiegészítő információ elrejtése/megjelenítése.
Egy célkereszt hozzáadásaALT H Kereszt hozzáadása.
Célkereszt eltávolításaALT SHIFT H A legutóbbi hozzáadott kereszt eltávolítása.
Rácsvonalak elrejtése/megjelenítéseALT G A rácsvonalak megjelenítése illetve elrejtése.
Kép rögzítése/feloldásaALT F Leállítja illetve újraindítja az élő kép megjelenítését.
Koordináták rögzítéseALT I A nagyított területet továbbra is frissíti, azonban nem követi az egér mozgását.
Négyzetté alakításALT / Az ablak méretezése után visszaállítja a négyzet alakú képernyőt.
Ablak méretének csökkentéseALT - Az egér körüli, nagyított terület méretének csökkentése.
Ablak méretének növeléseALT + A nagyítandó terület méretének növelése.
Képpontméret csökkentéseALT , A nagyítás mértékének csökkentése.
Képpont méretének növeléseALT . A nagyítás mértékének növelése.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/mail.html b/docs/userguide/userguide/hu/applications/mail.html deleted file mode 100644 index da36dbde63..0000000000 --- a/docs/userguide/userguide/hu/applications/mail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - Levelezés - - - - - - - - -
-
- - - - -
Index
Levelek olvasása
- Levél írása
- Beállítások
- -

mail-icon_64.pngLevelezés (Mail)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Mail
Bellítások:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - a leveles láda helyi menüjének tartalma
-~/config/settings/Mail/signatures/ - aláírások tárolása
-~/config/settings/Mail/status/ - egyéni állapotok tárolása
-


-

A levelezés a Haiku alapértelmezett levélkezelő programja. A levelek lekérdezését és küldését nem a program, hanem a mail_daemon (levelező rendszer) végzi, mely az E-mail beállításainál konfigurálható.

-

Ezen az oldalon a levelező program használatát taglaljuk. További információk a Műhely: levelek kezelése fejezetben.

-

-index -Levelek olvasása

-

Egy levélen duplán kattintva megnyílik az a Levelezés programban. A program felülete elég egyszerű:

-email-read.png -

Az ablak része a menü és a gombsor legfelül, a levél jellemzői a gombsor alatt (cémzett, feladó, cím, dátum) és maga a levél szövege. Ha a levélben érdekes karaktereket találunk vagy épp üres, akkor próbáljuk meg módosítani a karakterkódolást a Kódolás menüből.

-

Ha a levél mellékleteket is tartalmaz, akkor azok a levél végén jelennek meg. Az ezek helyi menüjéből válszthatjuk a Mentés... vagy a Megnyitás opciót. A mellékletek közvetlenül az Asztalra vagy bármelyik Nyomkövető ablakba húzhatóak.

-

A menü elég egyértelmű, így csak a lényeges dolgokat emeljük ki.

-

-indexFájl

-

Az ablak bezárásakor ha az egy új levelet tartalmaz, akkor a levél állapota automatikusan olvasottra változik. Ugyanakkor a levél állapotát mi magunk is megadhatjuk a Bezárás és ... almenüből. Itt találunk egy Megjelölés... menüt, ahol több egyéni állapotot is készíthetünk, melyek a ~/config/settings/Mail/status/ mappában találhatóak majd.

-

-indexSzerkesztés

-

Itt található a Beállítások... (lásd lejjebb) és a Fiókok... menü, ami megnyitja az E-mail beállítások panelt.

-

-indexNézet

-

Néha a következőkre is szükségünk lehet:

- - - -
Fejléc megjelenítéseALT HA levél teljes fejlécét megjeleníti. Ez akkor lehet hasznos, ha például vissza akarjuk követni a levél útját.
A nyers levél megjelenítéseA levél eredeti, nyers állapota. Például az összes vezérlő karakterrel és a program formázása nélkül.
-

-indexLevél

-

A különféle válaszolási módok magyarázatra szorulhatnak.

- - - - -
VálaszALT RVálasz küldése arra a címre, ahonnan a levél érkezett. MEGJEGYZÉS: Abban az esetben, ha egy levelező listáról kaptuk a levelet, akkor a válasz nem csak a feladónak, hanem a listára is el lesz küldve!
Válasz a feladónakOPT ALT REbben az esetben a levél kizárólag a feladónak lesz elküldve (annak aki a "From" mezőben szerepel).
Válasz mindenkinekSHIFT ALT RVálasz mindenkinek, aki a levélen szerepel (a feladónak és a másolatok ("cc") is).
-
Ha kijelölünk egy szövegrészt a levélben mielőtt válaszolunk rá, akkor csak az adott részt fogja idézni a program a válasz levélben. Ez egy nagyon hasznos kis funkció, ha például ki akarjuk emelni a lényeget az eredeti levélből...
-

A Tovább, Újraküldés és a Másolás újba magától értetődőek.

-

Amikor egy levelet a Nyomkövetőből vagy egy lekérdezésből nyitunk meg, akkor az Előző levéltel és a Következő levéllel lépegethetünk a levelek között, amik a listában szerepelnek.

-

A Cím mentése összegyűjti a levélben található összes e-mail címet egy almenübe. Innen egy címet kiválasztva megnyílik a Névjegyek program, amiben további információkat is megadhatunk.

-

-indexLekérdezések

-

Jelenleg ez a funkció még nem működik, de a későbbiekben ezt arra tudjuk majd használni, hogy különféle lekérdezésekkel a jelenleg megnyitott levélhez hasonlóakat (például azonos feladó vagy tárgy) megkapjuk.

- -

-index -Levél írása

-

Új levél készítésekor csak válasszuk az Új levél írása menüt vagy a gombsoron kattintsunk az "Új" gombra. Ezen kívül vagy eleve csak indítsuk el a Levelezést vagy pedig az Új levél írása... menüt válasszuk az Asztalsáv postaláda ikonjának menüjéből.

-email-write.png -

Az ablak felépítése lényegében ugyan az, mint a levelek olvasásakor. A menü és a gombsor kicsit különböznek és a beviteli mezők (a címzettek, a címe, stb.) is szerkeszthetőek.

-

A Másolat (vagy ismertebben "Cc" - carbon copy) mező címzettjei mind másolatot kapnak a levélből. A különbség a címzett és a másolat közt az, hogy a levél kifejezetten a címzettnek szól, a többiek számára csak informális a levél, az esetleges választ nem tőlük várjuk.
-A Titkos másolat pedig "rejtett másolatot" jelent, vagyis ugyan úgy másolatot kapnak a levélből, viszont egymást nem látják a címzettek.

-

Több cím megadása vesszővel elválasztva történhet. -A Címzett, a Másolat, és a Titkos másolat mind egy előugró menü, melyek tartalmazzák az összes e-mail címet, amik a rendszerben találhatóak. Ezeket a Névjegyek fájljainak keresésével gyújti össze a program. A "Csoport" jellemzők alapján pedig a csoport tagjait egy almenüben találhatóak majd.

-

A menükön belül pedig találhatunk még érdekes funkciókat.

-

-indexFájl

-

A Mentés piszkozatként menüvel a levelet elmentheted, majd később bármikor folytathatod annak szerkesztését. Betöltéshez csak ki kell választani a szükségeset a Piszkozat megnyitása almenüből, ahová a program összegyűjti a "Draft" (piszkozat) állapotú leveleket.

-

-indexSzerkesztés

-

Az Idézet és az Idézet eltávolítása menü vagy az azoknak megfelelő kombinációk (ALT / ) az idézet szintjének megadására szolgálnak a ">" szimbólum használatával az idézett sorok előtt. Csak jelöljük ki a megfelelő sorokat, és használjuk a menüelemeket.

- -email-spellcheck.png - -

A Helyesírás-ellenőrzés jelenleg csak angol nyelven érhető el. A hibásnak vélt vagy ismeretlen szavakat pirosan és dőlten jelzi a program. -Ezen szavak helyi menüjében javaslatokat kaphatunk a szó kicserélésére, illetve felvehetjük azt a szótárba a Hozzáadásra kattintva.

-

Itt található megintcsak a Beállítások... (lásd lejjebb) és a Fiókok... menü, ami megnyitja az E-mail beállítások panelt.

-

-indexLevél

-

Az Aláírás hozzáfűzésével egy előre megadott aláírást tudunk a levél végéhez hozzáfűzni. -Itt az almenüben kiválaszthatunk egy konkrétat vagy a program Véletlenszerűen választ egyet.

- -email-signature.png - -

Új aláírást létrehozni illetve meglévőt szerkeszteni az Aláírás szerkesztése... menüből lehet. Ekkor egy új ablakot kapunk, ahol egy elnevezést kell megadnunk az aláírásnak, és alatta pedig magát a szöveges aláírást. Itt az Aláírás menüben a Megnyitásnál egy már meglévőt megnyithatunk, a Mentés vagy a Törlés menüvel pedig a jelenleg megnyitottat tudjuk eltárolni a ~/config/settings/Mail/signatures mappában, illetve törölhetjük is onnan..

-

Használd a Melléklet hozzáadása... illetve a Melléklet eltávolítása menüt fájl levélhez történő hozzáadására vagy törlésére. A Nyomkövető ablakból szintén bedobhatjuk a fájl a levélbe. Arra azonban ügyelni kell, hogy a fájlt a fejléc-részbe (a címzettek listája, stb.) dobjuk, ugyanis ha egy szöveges fájlt a levél-részre húzunk akkor annak tartalmát a program szövegként illeszti a levélbe.

- -email-attachments.png - -

A mellékletek a fejléc-rész alatt találhatóak. Egy melléklet törlése a helyi menüjéből történhet, vagy egyszerűen csak a DEL megnyomásával miután kijelöltük a törlendő fájlt.

- -

-indexLekérdezések

-

Jelenleg ez a funkció még nem működik, de arra szolgál, hogy a levélhez kapcsolódó további levelek (például azonos feladótól származók) megjelennek majd a listában.

- -

-index -Beállítások

-email-preferences.png -

A beállítások két részre oszthatóak:

-

-indexFelhasználói felület

- - - - - - - -
GombsorFeliratok megjelenítése az ikonokon, vagy akár a gombok elrejtése.
BetűtípusA levél szövegének betűtípusa.
MéretBetűméret megadása.
Színezett idézetekAz idézetek külön színnel jelölése.
Helyesírás ellenőrzéseA helyesírás ellenőrzésének ki- illetve bekapcsolása.
Automatikusan olvasottként jelölés"Új" állapotú levél bezárásakor a program automatikusan "Olvasott"-nak jelöli azt.
- -

-indexLevelezés

- - - - - - - - - -
Alapértelmezett fiókHa több fiókkal is rendelkezel, akkor megadható, hogy levél írásakor melyiket használja a program.
VálaszcímAmikor válaszolsz egy levélre, akkor, megadható egy Alapértelmezett fiók, ellenkező esetben a feladó a Levél alapján lesz megadva (tehát, amelyik fióknak lett küldve, az lesz a feladó).
VálaszEz a szöveg kerül majd az idézett szöveg elé a levélre történő válaszoláskor. Különféle változók is használhatóak, melyekről az előugró menüből informálódhatunk. Például: "Tisztelt %n!\n\nEzt írta %d-kor:\n" ezt fogja eredményezni: -
Tisztelt Dr. Hawking!
-
-Ezt írta Mon, 18 Jan 1998 02:55:16 +0800-kor:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Automatikus aláírásAláírás automatikus csatolása a levél végére.
KódolásAz alapértelmezett karakterkódolás megadása.
Figyelmeztetés nem kódolható szövegnélFigyelmeztetést kaphatunk, ha a levél olyan karaktereket tartalmaz, amelyeket a megadott karakterkódolással a program nem tud kódolni. Ekkor lehetőségünk van módosítani a kódolást küldés előtt. Ha ezt nem tesszük meg, a program a nem kódolható karaktereket egy téglalappal helyettesíti.
Szöveg tördeléseMinden 76. karakter után egy sortörést szúr be, így a levél könnyebben olvasható.
Jellemzők csatolásaMegadható, hogy egy fájl BFS jellemzői külön legyenek csatolva a levélhez. Ez nagyon hasznos lehet más Haiku-t használók számára, mivel megkapják a "teljes" fájlt (például az előadó, az album és a cím jellemzőit az MP3 fájlokkal együtt), ami azonban elgondolkodtathat más felhasználókat, hogy vajon mi lehet az a "BeOS Attributes" melléklet a levélben...
-Persze, választható az is, hogy a jellemzők nem kerülnek csatolásra, ekkor azonban ne feledjük el becsomagolni a fájlt küldés előtt, ha a jellemzőket is meg akarjuk tartani.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/hu/applications/mediaplayer.html b/docs/userguide/userguide/hu/applications/mediaplayer.html deleted file mode 100644 index 5f85925d87..0000000000 --- a/docs/userguide/userguide/hu/applications/mediaplayer.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - Médialejátszó - - - - - - - - -
-
- -

mediaplayer-icon_64.pngMédialejátszó (MediaPlayer)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/MediaPlayer
Bellítások:~/config/settings/MediaPlayer
-


-

A Médialejátszó az alapértelmezett zene és videó lejátszó program. Az ffmpeg-nek köszönhetően a formátumok széles palettája támogatott. Bár a felület egyszerű, mégis az összes főbb vezérlőt tartalmazza:

-mediaplayer.png -

A csúszka a folyamatjelzőn a lejátszási pozíciót jelzi, és azzal módosítható is, az egeret felette tartva pedig megjelenik az aktuális lejátszási idő és a hátralévő idő. A jobb oldalon lévő időre kattintva válthatunk az aktuális idő, a teljes hossz és a hátralévő idő között.
-Alatta találhatóak a hagyományos vezérlők (előző, lejátszás/folytatás, megállítás, leállítás, következő). Majd a hangerőszabályzó (a hangszóró ikonra kattintva elnémíthatjuk a lejátszót) és a VU-méter foglal helyet.

- -

Audió és videó lejátszás

-

Mivel az audió lejátszásnak nincs semmilyen különösebb funkciója, ezért a videó részének a leírását taglaljuk.

-mediaplayer-info.png -

Minden média-fájlról hasznos információkat kaphatunk az Információk... (ALT I) menüpontból. Ekkor az összes információt megkapjuk a megnyitott fájlról, mint például az időtartamot, a hang és a videó-sáv tulajdonságait.

-

A leggyakoribb funkciók a videó-terület helyi menüjéből is elérhetőek. Ez igaz a teljes képernyős módra is.
-A Videó menü alatt találjuk a méretező opciókat, illetve a méret-arány módosítását. A méretarány általában az eredeti, a videó beállítása szerinti arány a legmegfelelőbb beállítás.

-

A lejátszó használni tudja az SRT formátumú feliratokat. Hogy megjelenjen(ek) a Feliratok menüben, a fájl nevet úgy kell meghatározni, hogy a név eleje egyezzen a videó nevével, majd a nyelv azonosítója/elnevezése, végül pedig a ".srt" kiterjesztés (nem pedig a videó fájl kitejesztése). Például:

-
Film.avi
-Film.Magyar.srt
-Film.English.srt
-Film.Français.srt
-

A több hangsávot tartalmazó videók esetében a különféle hangsávok közül az Audiósáv almenüből választhatunk. A Videó | Sáv menüben választhatunk több videósáv közül, ha egynél több áll a rendelkezésünkre.

-

Teljes képernyős módba válthatunk (ALT ENTER vagy F vagy dupla-kattintás), a Vezérlők elrejtésével (ALT H vagy dupla kattintás jobb gombbal) elrejthetjük a lejátszó keretét és a vezérlőit illetve megadhatjuk, hogy az ablak Mindig felül legyen (ALT A).

- -

Lejátszólista

-

A Médialejátszó | Lejátszási lista... (ALT P) megnyit egy ablakot, ahol a jelenleg a listához adott fájlokat látjuk. Duplakattintással a fájlon annak lejátszása elindul.

-mediaplayer-playlist.png -

Új fájlokat is hozzáadhatunk (az ablakba húzással), illetve a meglévőket áthelyezhetjük a listában azok mozgatásával. A Szerkesztés menüből Véletlenszerűen rendezhetjük a listát vagy az Eltávolítással (DEL) egy bejegyzést törölhetünk a listából, vagy akár a Fájl Szemetesbe helyezését (ALT T) is választhatjuk a kijelölt fájlnak.

-

Természetesen, a listát meg is őrizhetjük a Mentés menüvel, illetve a Megnyitással vagy a fájlon való dupla kattintással újra betölthetjük azt.

- -

Beállítások

-

Néhány beállítási lehetőséget kapunk a beállítások panelen:

-mediaplayer-settings.png -

Az első szakasz, a Lejátszás módja, magától értetődő. A lejátszás indítása automatikusan, az ablak bezárása a lejátszás végeztével illetve a lejátszás ismétlése.

-

A következő szakasz a Megjelenítési beállítások.
-Bejelölhető a Hardveres gyorsítás használata ha elérhető, ami lehetővé teszi a CPU terheltségének csökkentését, de csak akkor működik, ha egy videó ablak van megnyitva, illetve ha a grafikus kártya és a vezérlője támogatja azt.
-Méretezéskor illetve teljes képernyős módban a Filmek simított átméretezésekor nagyon gyorsan frissül a kép a jobb minőség érdekében, míg ellenkező esetben a kép képpont-blokkokra eshet szét.
-A Nagyított vezérlők teljes képernyős módban opció használata esetén jelentősen nagyobb vezérlőelemeket kapunk a videóhoz teljes képernyős módban.
-A Felirat mérete és a Felirat helye is módosítható. Megjelenhet A videó alján, amikor mindig a kép előtt jelenik meg. Illetve A képernyő alján, amivel lehetőségünk van arra, hogy az ablakot átméretezve a film alatti fekete sávon jelenljen meg a szöveg.

-

Az utolsó beállítási lehetőség pedig a hangerőre vonatkozik, mikoris a lejátszó a háttérben van, tehát az ablak nem aktív. Ez lehet Teljes hangerő, Alacsony hangerő vagy Némítva.

- -

Vezérlés billentyűzettel

-

A lejátszó a billentyűzettel is vezérelhető.

- - - - - - -
ZUgrás az előző számra
XLejátszás
CMegállítás
VLeállítás
BA következő számra ugrás
-

Ezek a gombok a vezérlőelemekhez vannak rendelve. Ezek mindig a billentyűzet alsó sorában, a bal oldalról indulva találhatóak, függetlenül a billentyűzet kiosztásától. A felső billentyűk az amerikai kiosztás alapján értendőek.

- - - - - - - - - - - - -
/ Előre / vissza tekerés
SHIFT / 10 másodpercet ugrik előre / vissza
ALT / 30 másodpercet ugrik előre / vissza
/ Hangerő növelése / csökkentése
ALT / Az előző / következő számra ugrás
SpacebarLejátszás/megállítás
ALT ENTERTeljes képernyős illetve ablak módba váltás (illetve a videón dupla kattintással vagy F / TAB lenyomásakor)
ALT SHIFT 0 / 1 / 2 / 3A méretarány módosítása Film beállításai (ahogyan a videót létrehzoták), Nincs képarányjavítás (a képpontok a képernyő arányaihoz igazodnak), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/midiplayer.html b/docs/userguide/userguide/hu/applications/midiplayer.html deleted file mode 100644 index 5b83f29a8c..0000000000 --- a/docs/userguide/userguide/hu/applications/midiplayer.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Midilejátszó - - - - - - - - -
-
- -

midiplayer-icon_64.pngMidilejátszó (MidiPlayer)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/MidiPlayer
Bellítások:~/config/settings/MidiPlayerSettings
-


-

Ahogy a neve is mutatja, a Midilejátszó midi zene lejátszására való. A midi egy speciális formátum, ugyanis nem tartalmazza a digitális, kódolt zenét, hanem csak a leírását.
-A fájl mérete általában kicsi, viszont függ a használt eszköz-tártól is ("Hangszereknek" is hívják), így a méret akár elég nagy is lehet. Ugyanakkor ezek a Hangszerek mérete is elég nagy lehet attól függően, hogy mennyi és milyen minőségű hangszer-mintát tárolnak.

-

A Haiku alap esetben nem rendelkezik Hangszerekkel, mert ezek elég nagy méretűek, és csak néhány ember használja. Akik pedig használnak, azoknak már van minőségi vagy egyéni Hangszere. Ahhoz, hogy egyártalán hallj valamit, egy kiegészítő csomagot kell telepíteni. A Terminálban add ki a következő parancsot: installoptionalpackage TimGMSoundFont

-

Ha más hangokat szeretnél használni, akkor készíts egy hivatkozást a /boot/system/data/synth mappába, és nevezzd el big_synth.sy-re.

-midiplayer.png -

A Midilejátszó felülete nagyon egyszerű. Csak indítsunk el egy midi fájlt, vagy húzzuk a lejátszó ablakába, és máris indul a lejátszás. Módosíthatjuk a hangerőt, visszhangot adhatunk hozzá a Visszhang menüből, az ablak felső részében pedig egy oszcilloszkóp található.

- -
-
- - - diff --git a/docs/userguide/userguide/hu/applications/packageinstaller.html b/docs/userguide/userguide/hu/applications/packageinstaller.html deleted file mode 100644 index 0b537744ee..0000000000 --- a/docs/userguide/userguide/hu/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Csomagtelepítő - - - - - - - - -
-
- -

packageinstaller-icon_64.pngCsomagtelepítő (PackageInstaller)

- - - - -
Asztalsáv:Nincs bejegyzés. Általában egy támogatott fájltípus megnyitásakor indul el.
Útvonal:/boot/system/apps/PackageInstaller
Bellítások:Nincs
-


-
Az oldal egyelőre csak egy piszkozat. Kérlek, nézz vissza később.
-

A Csomagtelepítő a BeOS PKG formátumú csomagok telepítésére szolgál. Ez lehetőséget ad arra, hogy gyorsan, grafikus felület segítségével telepítsük a csomagokat Haiku alatt.

-

A program automatikusan elindul, amikor megnyitunk/elindítunk egy .pkg fájlt.

-packageinstaller.png -

A főablak két módosítási lehetőséget biztosít:

-
    -
  • telepítés típusa (a fejlesztőtől függően többféle is lehet).
  • -
  • telepítés helye (csak a lemezek adhatóak meg, az útvonal nem)
  • -
-

A Telepítésre kattintva elindul a kicsomagolás és a telepítés.

-packageinstaller-installer.png -

Telepítés közben esetleg kaphatunk figyelmeztető- vagy hibaüzenetet, amiből kiderül, hogy mi az ami esetleg hiányzik a program futásához. Ezeket ajánlott a program telepítése előtt feltelepíteni.

-

A telepítés után a programnak meg kell jelennie az Asztalsávon.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/pe.html b/docs/userguide/userguide/hu/applications/pe.html deleted file mode 100644 index 26070fcf24..0000000000 --- a/docs/userguide/userguide/hu/applications/pe.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Pe/Pe
Leírás:/boot/system/apps/Pe/Documentation/index.html
Bellítások:~/config/settings/pe/*
-


-

A Pe egy kifinomult szövegszerkesztő, ami szintaktikai kiemelésel is rendelkezik, így kifejezetten programozók számára ajánlott. Az eredeti programot Maarten Hekkelmann készítette, most pedig nyílt forráskódú lett és a Haiku csapata fejleszti tovább. További információk és a hibajegyzék a Pe oldalán taláható.

-

További információk a dokumentációban.

- -
-
- - - diff --git a/docs/userguide/userguide/hu/applications/people.html b/docs/userguide/userguide/hu/applications/people.html deleted file mode 100644 index 52cab1e9c4..0000000000 --- a/docs/userguide/userguide/hu/applications/people.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Névjegyek - - - - - - - - -
-
- -

people-icon_64.pngNévjegyek (People)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/People
Bellítások:~/config/settings/People_data
-


-

A Névjegyek egy egyszerű névjegy-adatbázis, ami a Haiku jellemzőit használja, melyek a fájrendszeren kerülnek tárolásra. Minden névjegy külön fájlban van eltárolva, ahol az adatok jellemzőkként szerepelnek. Ennek köszönhetően az összes adat indexelve van, így lekérdezés is építhető rá, tehát bármely adatra rákereshetünk.

- -people.png - -

A Csoport-jellemző az ablak alján lehetőséget ad arra, hogy a névjegyeket csoportokba rendezzük. Ez hasznos lehet akkor, ha például több ember ugyan azon a feladaton dolgozik. Az előugró menüből már létező csoportot is kiválaszthatunk. Ha egy felhasználó több mint egy csoport tagja, akkor a csoportnevek vesszővel (",") elválasztva jelennek meg.

- -

A névjegyek fájljai általában a /boot/home/people/ mappában találhatóak. Ha látni szeretnénk az összes névjegyet, akkor csak nyissuk meg a mappát, és válasszuk ki a szükséges jellemzőket. Ha csoportosítani szeretnénk a névjegyeket, akkor csak készítsünk egy lekérdezést, és egy ablakban látjuk majd az összeset, ami megfelel a feltételnek.

- -people-files.png - -

Ezek a fájlok épp úgy használhatóak, mint a többi fájl: jellemzők szerint rendezhetőek (a további rendezési szempontok ugye a SHIFT lenyomása melletti kattintással), és persze törölhetőek, megduplázhatóak vagy átnevezhetőek. A névjegy adatai közvetlenül is szerkeszthetőek: csak a jellemzőre kell kattitnani (vagy ALT E), épp mint mikor egy fájlt átnevezünk. Ha már a szerkesztő módban vagyunk, akkor a TAB és a SHIFT TAB lenyomásával lépegethetünk az oszlopok közt.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/poorman.html b/docs/userguide/userguide/hu/applications/poorman.html deleted file mode 100644 index 6b3b075059..0000000000 --- a/docs/userguide/userguide/hu/applications/poorman.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - SzegényEmber - - - - - - - - -
-
- -

poorman-icon_64.pngSzegényEmber (PoorMan)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/PoorMan
Bellítások:~/config/settings/PoorMan Settings
-


-

A SzegényEmber egy remek kis internetes kiszolgáló (webserver), melyet könnyen beállíthatunk. Természetesen nem tartalmaz semmilyen speciális funkciót, vagy beállítást, éppen innen is ered a neve: SzegényEmber kiszolgálója.

-

Első indításkor a program megkérdezi, hogy mely mappát szeretnénk használni a kiszolgálni kívánt tartalom számára. Ha az Alapértelmezettet választjuk, akkor egy új mappát fog létrehozni (/boot/home/public_html). Kezdőoldalnak egy index.html nevű HTML fájlnak léteznie kell a mappában.

-

A program lényegében egy konzol ablakból áll, mely tartalmazza a program naplóját is. Ezen kívül informálódhatunk a kiszolgáló állapotáról, a mappáról, és a kérések számáról. A beállítások a Szerkesztés | Beállítások... menüből érhetőek el: -

-

poorman.png

-

A beállítások ablak 3 részre osztható:

-

Az Oldal fülön módosíthatjuk a kiszolgálandó mappa helyét, a kezdőoldal nevét, illetve azt, hogy ha nem található kezdőoldal a mappában, akkor az oldalon a mappa tartalma jelenjen-e meg vagy sem.
-A Naplózás fülön ki- illetve bekapcsolhatjuk a naplózást a konzolba, vagy megadhatunk egy külön naplófájlt is.
-Haladó beállítások esetén pedig a maximális egyidejű kapcsolatok számát tudjuk szabályozni.

-

A konzol ablakban lévő menüelemek magától értetődőek. Például elmenthetjük a konzolon látott naplót, vagy épp kiüríthetjük azt, leállíthatjuk/elindíthatjuk a kiszolgálót, illetve lenullázhatjuk a kapcsolatok számát.

- -
Ha ki szeretnénk próbálni, hogy egyártalán működik-e, akkor csak meg kell adni a /boot/system/apps/BePDF/docs/ mappában lévő index.html fájlt, mint kezdőoldalt. Ezután a böngészőbe írjuk be a 127.0.0.1 címet, ami a saját gépünk magára mutató azonosítója.
- -
-
- - - diff --git a/docs/userguide/userguide/hu/applications/screenshot.html b/docs/userguide/userguide/hu/applications/screenshot.html deleted file mode 100644 index 96b8c3cbaa..0000000000 --- a/docs/userguide/userguide/hu/applications/screenshot.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Képernyőkép - - - - - - - - -
-
- -

screenshot-icon_64.pngKépernyőkép (Screenshot)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Screenshot
-/bin/screenshot
Bellítások:~/config/settings/screenshot
-


-

Ezzel a programmal képernyőképek készíthetőek, mely a PRINT billentyűvel is előhívható.

-

screenshot.png

-

Választhatunk, hogy a teljes képernyőről, vagy csak egy adott ablakról készítünk képet, az ablak kerete is szerepeljen a képen, vagy csak annak tartalma, illetve az is megadható, hogy az egér kurzorja is a képen legyen-e. Továbbá késleltetést is adhatunk meg másodpercben.

-

Ezen kívül a készítendő fájl nevét, formátumát és a mentésének helyét is ki tudjuk választani, ami a Mentés gombra kattintáskor lényeges. A mentésen kívül a kép a vágólapra is helyezhető a Másolás a vágólapra megnyomásakor, amit majd egy másik programba beilleszthetünk. Ezen kívül pedig Új képernyőkép is készíthető.

-

Minden beállítást megjegyez a program, így azokat fogja használni az alábbi kombinációk használatok is:

- - - - -
PRINTKésleltetés nélkül készít egy képet, majd megnyitja a program ablakát.
SHIFT PRINTKépernyőképet készít "csendes módban" (az ablak nem jelenik meg), miközben figyelembe veszi a legutóbbi beállításokat.
CTRL PRINTSzintén "csendes módban" készíti el a képernyőképet, azonban a képet nem menti el, csak a vágólapra másolja azt.
-

-index -Képernyőkép készítése a Terminálból

-

Egy speciális screenshot program is a rendelkezésünkre áll, melyet a Terminálból vagy egy szkriptből indítható el.
-A screenshot --help kiadásával kapunk egy kis segítségét a használatához:

- -
~> screenshot --help
-
-screenshot [OPCIÓK] [FÁJL]  Egy képet készít a jelenlegi képernyőről.
-
-A FÁJL egy kiegészítő opció, mellyel megadható a fájl illetve az útvonal csendes módban.
-Egy, már létező fájl felülírása előtt kapunk majd egy figyelemztetést. Ha nincs FÁJL megadva,
-akkor a fájl egy alapértelmezett néven lesz eltárolva a Saját mappában.
-
-OPCIÓK
-  -m, --mouse-pointer   Az egér-kurzor is megjelenik a képen.
-  -b, --border          Az ablak kerete is a képre kerül.
-  -w, --window          Csak a készítés pillanatában aktív ablakról készít képet.
-  -d, --delay=másodperc   Késleltetés megadása [másodpercben].
-  -s, --silent          A program ablakának megnyitása nélkül készíti el a képet (csendes mód).
-  -f, --format=formátum    Az elmentendő kép formátumát tudjuk megadni, mely lehet
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Az elkészített képet a vágólapra másolja, de az ablakot nem jeleníti meg
-
-Megjegyzés: a -b, --border opció csak akkor működik, ha a -w, --window is meg van adva.
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/showimage.html b/docs/userguide/userguide/hu/applications/showimage.html deleted file mode 100644 index 5ca86b5967..0000000000 --- a/docs/userguide/userguide/hu/applications/showimage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - Képmegjelenítő - - - - - - - - -
-
- -

showimage-icon_64.pngKépmegjelenítő (ShowImage)

- - - - -
Asztalsáv:Nincs bejegyzés. Általában egy támogatott fájltípus megnyitásakor indul el.
Útvonal:/boot/system/apps/ShowImage
Bellítások:~/config/settings/ShowImage_settings
-


-

A Képmegjelenítő lehetőséget nyújt az összes kép megjelenítésre, amihez van értelmező. Ezt ellenőrizhetjük a Értelmezők beállításainál. Az új formátumokat automatikusan felismeri amikor ahhoz tartozó értelemzőt adunk a rendszerhez.
-A program minimális szerkesztési lehetőséget is biztosít: levágás, forgatás és tükrözés; továbbá bármely más formátumba elmenthetőek a módosítások, illetve maga a fájl.

-

indexMegjelenítés

-showimage-view.jpg -

A Nézet menüből Bemutató indítható a mappában található összes képből (vagy a lekérdezés eredményéből). Itt megadhatjuk a Képváltás közti szünetet is 2 és 20 másodperc között.

-

A többi menüpont a jelenleg megnyitott képre vonatkozik (az ablak átméretezése nélkül):
-Eredeti méret - a képet az eredeti méretűre méretezi át.
-Illesztés az ablakhoz. - a képet az ablak méretéhez igazítja, például ha átméretezzük az ablakot.
-Kicsinyítés és Nagyítás - a kép méretének 10%-os léptékben való csökkentése illetve növelése. Ezt az egér görgőjével is megtehetjük. Továbbá, ha kép mérete nagyobb, mint maga az ablak, akkor azt a bal egérgomb lenyomása melett mozgathatjuk.

-

Két beállítási lehetőség van, ami nem csak a jelenlegi képre érvényes:
-Magas minőségű nagyítás - egy gyors szűrő alkalmazása, amivel tisztább képet kapunk közelítéskor.
-Nyújtás az ablakhoz - a kisebb képet az ablak méretéhez nyújtja.

-

Ha Teljes képernyős módban vagyunk és ha a Felirat mutatása teljes képernyős módban be van jelölve, akkor a fájl neve a kép alsó részén fog megjelenni.

-

Végül, a Eszköztár megjelenítése elrejti/megjeleníti a grafikus vezérlőt:

-showimage-toolbar.png -

Balról jobbra: előző kép, következő kép, bemutató indítása (teljes képernyős módban), kijelölés-mód, eredeti méret, az ablakhoz illesztés, nagyítás, kicsinyítés.

-

A legtöbb gyakori parancs a kép helyi menüjében is elérhető teljes képernyős módban.

-

indexBöngészés

-showimage-browse.jpg -

Miután megnyitunk egy képet, gyorsan váltogathatunk a mappában vagy a lekérdezés eredményében lévő képek közt a / vagy / lenyomásával. Az éppen aktuális kép a Nyomkövető ablakban is kijelölésre kerül.

-

Ahhoz, hogy a jelenlegi képet tartalmazó mappát megnyissuk van egy gyorsabb megoldás is, mint a mappa megkeresése. Ez épp úgy működik, mint a Menü navigáció a Nyomkövető esetében, amikor az állapotsor információs területére kattintunk. Jelen esetben a bal alsó sarokban lévő információs területre (ahol a kép mérete és típusa található).

-

A Tallózás menüvel egy másik típusú képváltogatásra is lehetőségünk van: néhány képformátum, mint például a TIFF, több oldalt/képet is tartalmazhat egy fájlban. Például az Első oldal és Következő oldal menüpontokkal navigálhatunk az oldalak/képek között.

-

indexSzerkesztés

-showimage-edit.jpg -

A Kép menüből néhány módosítást elvégezhetünk a képen: forgatás és tükrözés. Ezekkel a műveletekkel a kép adata nem fog megváltozni. Csupán egy jellemzőt kap a fájl, miszerint a kép elforgatva vagy épp tükrözve jelenjen meg.

-

A Beállítás háttérnek... megnyitja a Hátterek beállítási panelt, ahol a jelenlegi képet megadhatjuk háttérnek.

-

A kivágás egy újabb funkció, amire gyakran szükségünk lehet. Kivágás megadásához Kijelölés módra kell váltanunk a Szerkesztés menüből és az egérrel egy négyzetet kell rajzolnunk. Ha nem akarsz módot váltani, akkor a CTRL lenyomása közben "normál módban" is megteheted, ellenkező esetben ugye a képet mozgatjuk.
-A Kijelölés törlése vagy az ESC lenyomásakor a kijelölési négyzet törölhető.

-

A következő fejezetben meglátjuk, hogyan is tudjuk elmenteni a kép egy kijelölt részét.

-

indexMentés és átalakítás

-

Hogy elmentsük a képet az elérhető formátumok egyikébe (vagy a jelenlegi formátumba), egyszerűen csak válasszuk a Mentés másként... almenüt a Fájl menüből, válasszuk ki a formátumot, és adjuk meg a fájlnevet.
-Egy másik gyors megoldás, hogy ha már meg van nyitva az a mappa, ahová el akarjuk menteni a fájlt, akkor csak húzzuk bele a képet.

-showimage-dnd.jpg -

Ugyan így működik, ha a kép egy részét akarjuk kivágni/elmenteni. Vagy jelöljük ki a kép egy részét, vagy válasszuk a Szerkesztés | Összes kiválasztása menüt az egész kép kijelöléséhez. Ezután pedig a kijelölt területet dobjuk az Asztalra vagy egy Nyomkövető ablakba a kép létrehozásához. Az új kép formátuma megegyezik majd az eredeti képével.

-

Ha más formátumba akarjuk elmenteni a kivágást, akkor jobb gombbal húzzuk a Nyomkövető ablakba, és majd a helyi menüben válasszuk ki a kívánt formátumot.

-

indexBillentyű parancsok

-

A leggyakoribb kombinációk:

- - - - - - - - - - -
/ Előző kép
/ Következő kép
DELA Szemetesbe helyezés
+Közelítés
-Távolítás
0Eredeti méret
1Az ablakhoz igazítás
ALT ENTERVáltás teljes képernyős módban (dupla-kattintással is)
CTRLA CTRL-t lenyomva tartva anélkül jelölhetünk ki egy területet a képen, hogy kijelölés-módra váltanánk
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/soundrecorder.html b/docs/userguide/userguide/hu/applications/soundrecorder.html deleted file mode 100644 index 5c87df168b..0000000000 --- a/docs/userguide/userguide/hu/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Hangfelvevő - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

soundrecorder-icon_64.pngHangfelvevő (SoundRecorder)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/SoundRecorder
Bellítások:~/config/settings/???
-


-

A leírás még hiányzik. Ha szeretnél írni egy leírást, akkor jelezd azt a Documentation mailing list levelező listán a többszöri változat megelőzése érdekében.

- -
-
- - - - diff --git a/docs/userguide/userguide/hu/applications/stylededit.html b/docs/userguide/userguide/hu/applications/stylededit.html deleted file mode 100644 index 1df11a4824..0000000000 --- a/docs/userguide/userguide/hu/applications/stylededit.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/StyledEdit
Bellítások:Nincs
-


-

A StyledEdit a Haiku saját (egyszerű) szövegszerkesztője. Bár a fájlokat egyszerű szövegként menti el, a jellemzőknek köszönhetően (korlátozottan) formázási lehetőségünk is van, azonban ezek csak a StyledEdit-ben használhatóak.

-stylededit.png -

A jellemzőket megkapjuk, ha a Terminál-ban a listattr parancsot használjuk:

-
~> listattr Haiku-doc.css
-File: Haiku-doc.css
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Mint látható, a StyledEdit összes formázási lehetősége megjelenik, mint jellemző: sortörés (be/ki) és igazítás (balra/középre/jobbra). A stílusok (betűtípus, méret, szín) az összes karakterhez pedig egy külön jellemzőként jelenik meg.

-
Mivel ezeket a tulajdonságokat csak a BFS fájlrendszer tudja használni/tárolni, így ezek elvesznek ha más fájlrendszeren tároljuk. -Ebben az esetben csak maga a szöveg marad meg.
-

Bármikor jól jöhet az, ha ki tudjuk emelni a bizonyos szövegrészeket, miközben a fájl tartalma megmarad egyszerű szövegnek. Például egy ReadMe.txt bármilyen rendszeren olvasható, akár parancssorból is, mint szöveg, ugyanakkor ha Haiku alatt megnyitjuk, ha tartalmaz stílusokat, akkor az annak megfelelően fog megjelenni.

-

A StyledEdit használata igen egyszerű. Csak írjuk meg a szöveget, jelöljük ki a kívánt szövegrészt, majd adjuk meg a méretet és a színt a Betűtípus menüből. A sortörést és az igazítást pedig a Dokumentum menüből tudjuk megadni. Ez azonban csak az egész fájlra alkalmazható.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/terminal.html b/docs/userguide/userguide/hu/applications/terminal.html deleted file mode 100644 index 7d7d9d6ad7..0000000000 --- a/docs/userguide/userguide/hu/applications/terminal.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Terminál - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

terminal-icon_64.pngTerminál (Terminal)

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Terminal
Bellítások:~/config/settings/Terminal
-~/config/settings/profile - a /boot/system/settings/etc/profile fájl kibővítése/felülírása
-~/config/settings/inputrc - a /boot/system/settings/etc/inputrc fájl kibővítése/felülírása
-


-

A Terminál a Haiku bash (Bourne Again Shell) felületete.

-

Ehhez kapcsolódik a Bash és szkriptek (néhány internet hivatkozás, leírások) és a Haiku-specifikus parancssori programok témakör. Itt most csak magára, a Terminálra koncentrálunk.

- -

-index -Ablakok és lapok

-

Szükség szerint bármennyi Terminál elindítható vagy a program újbóli elindításával, vagy pedig az ALT N kombinációval egy már futó programból. Továbbá fülek/lapok is használhatóak, amit az ALT T lenyomásával adhatunk egy meglévő ablakhoz.

-terminal.png -
-

A lap-fül sorában egy üres területen duplán kattintva megnyithatunk egy új lapot; magán a lap-fülön duplán kattintva pedig kapunk egy ablakot, ahol új nevet adhatunk a lapnak. A beviteli mezőn tartva az egeret kaphatunk egy kis segítséget a használható %-al jelölt változókról.
-Alap esetben, %1d: %p, a fülön az aktuális mappa neve, egy :, mint tagóló karakter és a jelenleg futó program neve látható (vagy -- ha épp nem futtatunk semmit a Terminálban). Mint azt a fenti képen is láthatjuk, hogy az első lapon épp FTP-t használunk az Asztalon, a másikon pedig a / mappában vagyunk.
-A Szerkesztés | Ablak címe... menüvel magának a Terminál ablaknak a címe módosítható épp úgy, mint a lap esetében.

-

A lap-füleken jobb gombbal kattintva kapunk egy menüt: Lap bezárása, Többi lap bezárása vagy Lap címének szerkesztése... (épp úgy, mint dupla kattintáskor).

-

A Terminál ablak épp úgy méretezheztő, mint bármely más ablak. Ugyanakkor előre beállított méretet is választhatunk a Beállítások | Ablak mérete menüből. Az ALT ENTER lenyomásakor pedig teljes képernyőre válthatunk.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Beállítások

-

A Beállítások | Beállítások... menü megnyit egy panelt, ahol a Terminál alapbeállíátsai módosíthatóak.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Billentyűzet parancsok

-

A hasznos kombinációk listája a Billentyűzet-kombinációk fejezetben található.

-

-A Terminál tartalmaz egy remek funkciót, ami több, mint egy egér-billentyű kombináció: Az ALT lenyomásakor a kurzor alatti útvonal illetve URL kiemelésre kerül. A bal egérgomb lenyomásakor megnyílik a kiemelt útvonal vagy oldal. Jobb egérgombbal az alábbi lehetőségeket kapjuk: Útvonal másolása vagy Teljes útvonal másolása. Gondoljunk bele, hogy most a /MyData/source/haiku/ mappában vagyunk és a kurzor alatt a generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit útvonal található. Az utóbbi lehetőség használata az útvonalak összefűzését eredményezi, vagyis a teljes elérési útvonalat:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

Az ALT SHIFT lenyomásával az egér pozícióig kerül kiemelésre az útvonal.

-

Jobb kattintással a vágólap tartalma kerül a Terminál ablakba. Ezt kombinálva az útvonalak kiemelésével gyorsan navigálhatunk a hierarchiában mélyebben lévő mappákba is.

- -

-index -Bash személyre szabása

-

Számtalan lehetőség van a bash konfigurálására. Két fájl kifejezetten fontos a felhasználók számára: profile és inputrc
-Mind a kettőt a /boot/home/config/settings/ mappában kell létrehozni, és a /boot/system/settings/etc/ mappában lévő eredeti fájlok tartalmát átmásolni az újonnan létrehozottakba.

- -

profile

-

A profile minden alkalommal betöltődik mikor egy új Terminált nyitunk meg. Ebben minden, a bash-el kapcsolatos működési és megjelenítési beállítás megtalálható. További információk találhatóak az interneten.

-

A Haiku/BeOS Tip Server is tartalmaz néhány ötletet, amin elindulhatunk. Például:

- -

Itt még többet találsz.

- -

inputrc

-

Az inputrc-vel billentyű-módosításokat hajthatunk végre. Mivel a Haiku a leghasznosabb alap beállításokat használja, így valószínű, hogy nem kell ezzel foglalkoznunk. Ha valami speciális dologra van szükségünk, akkor az interneten kapunk információt, például a The GNU Readline Library oldalon.

- -

-index -Javaslatok a Terminállal való munkához

-
  • Egy fájl vagy mappa a Terminál ablakba húzásakor a program annak útvonalát illeszti a jelenlegi pozícióba. Ha a jobb gombbal húzzuk azt az ablakba, akkor további lehetőségünk is van a megjelenő helyi menüből:

    - - - - - - -
    Útvonal beszúrása A behúzott fájl/mappa útvonalának beillesztése (megyegyezik a fájl/mappa bal gombbal való behúzásával).
    Mappa váltása A jelnlegi mappa módosítása a behúzott fájl/mappa útvonalával.
    Hivatkozás létrehozása Hivatkozás létrehozása a Terminál jelenlegi mappájába.
    Mozgatás A behúzott fájl/mappa a Terminál jelenlegi mappájába mozgatása.
    Másolás A behúzott fájl/mappa a Terminál jelenlegi mappájába másolása.
  • -
  • Bármilyen fájl megnyitható az alapértelmezett programmal a open [fájlnév] paranccsal. Ez szintén működik a jelenlegi mappa (".") és a szülő mappa ("..") megfelelőjével is, amikor az adott mappa fog megnyílni a Nyomkövetőben. Tehát, a jelenlegi mappa megnyitásához az alábbi parancsot kell kiadni:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/textsearch.html b/docs/userguide/userguide/hu/applications/textsearch.html deleted file mode 100644 index 74af22bb57..0000000000 --- a/docs/userguide/userguide/hu/applications/textsearch.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Szövegkeresés - - - - - - - - -
-
- -

textsearch-icon_64.pngSzövegkeresés (TextSearch)

- - - - -
Asztalsáv:Nincs. Nyomkövető kiegészítőként indítható.
Útvonal:/boot/system/apps/TextSearch
Bellítások:~/config/settings/TextSearch
-


-

Ez a program szöveges fájlokban való keresgélésre szolgál. Elsődlegesen a Nyomkövető kiegészítők listából indítható a kiválasztott fájlon vagy mappán, ahol keresni szeretnénk.

- -textsearch.png - -

Szöveget kereshetsz a beviteli mezőbe írva, és a RETURN-t lenyomod, vagy ha a Keresés gombra kattintasz. Ha a Sorok megjelenítése be van jelölve, akkor a találatok automatikusan kibontásra kerülnek a listában.

- -

Néhány szó az egyébként egyértelmű menüről:

- - - - - - - - - - - - - - - - - -

Fájl menü

Új ablakALT N Új ablakot nyit meg, ahol új keresést indíthatunk ugyan abban a fájlba vagy mappában. -
Cél megadása...ALT FÚj fájlok illetve mappák megadása ahol keresni szeretnénk.

Műveletek menü

Kijelölés kivágásaALT T Az összes bejegyzés elávolítása a listából ami nincs kijelölve.
Kijelölés megnyitásaALT OA kijelölt fájl megnyitása a hozzá társított programmal (ugyan úgy, mint dupla-kattintásskor). Ha egy szövegszerkesztő (például a Pe) lehetőséget nyújt rá, akkor megnyitáskor a program automatikusan arra a sorra ugrik a fájlban, ahol megtalálta a keresett szöveget.
Fájlok megjelenítése a NyomkövetőbenALT KA kijelölt fájl megnyitása a Nyomkövetőben.
Szöveg másolása a vágólapraALT BA jelenleg kijelölt szöveget a vágólapra másolja.

Beállítások menü

Ponttal kezdődő mappák átugrása Ez akkor lehet hasznos, ha "unix-szerű" környezetben dolgozunk, ahol gyakran a fontos fájlok egy rejtett mappában (.mappa/) találhatóak. A forráskód-kezelő rendszerek, mint például az SVN és CVS, és a Haiku esetén is találkozhatunk ilyennel.
Keresési szöveg kihagyása A program egy másik parancssori programot használ, a grep-et. Ehhez a speciális karaktereket, mint például '"*\$?! és a szóközt külön fogja jelölni a \ jellel. Ennek a kikapcsolása annyit tesz, hogy ezt kézzel kell megadni, de lehetőségünk van az általános kifejezések használatára is.
Csak szövegfájlokban Jelenleg a program csak a szöveges fájlokban való kereséskor hatékony. Ez az opció kikapcsolása esetén a program az összes típusú fájlban fog keresést végezni.

Előzmények menü

Ez előzőleg használt keresési beállítások.

Kódolás menü

Szükség esetén választhatunk különféle karakter-kódolások közt.
-
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/tv.html b/docs/userguide/userguide/hu/applications/tv.html deleted file mode 100644 index a519158578..0000000000 --- a/docs/userguide/userguide/hu/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/TV
Bellítások:~/config/settings/???
-


-

A leírás még hiányzik. Ha szeretnél írni egy leírást, akkor jelezd azt a Documentation mailing list levelező listán a többszöri változat megelőzése érdekében.

- -
-
- - - - diff --git a/docs/userguide/userguide/hu/applications/vision.html b/docs/userguide/userguide/hu/applications/vision.html deleted file mode 100644 index 60388099a1..0000000000 --- a/docs/userguide/userguide/hu/applications/vision.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

vision-icon_64.pngVision

- - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/Vision/Vision
Bellítások:~/config/settings/Vision/*
-


-

A Vision egy IRC kliens, amit eredetileg BeOS-ra fejlesztettek. Leírás és hibajegyzék a Vision oldalán található.

-
További információk és segítség a Haiku csatornáin (akár több nyelven is).
-A leggyakrabban látogatott a #haiku szoba az irc.freenode.org címen (angol nyelven).
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/hu/applications/webpositive.html b/docs/userguide/userguide/hu/applications/webpositive.html deleted file mode 100644 index 1b9bc1a2e4..0000000000 --- a/docs/userguide/userguide/hu/applications/webpositive.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/WebPositive
Bellítások:~/config/settings/WebPositive/ - beállítások, sütik, átmeneti tár és böngészési előzmény
~/config/settings/WebPositive/Bookmarks - minden könyvjelző egy külön fájl
-


-

A WebPositive, vagy röviden Web+ a Haiku saját böngészője. A név két részből áll: Positive (a BeOS NetPositive böngészője után), illetve Web (az Apple WebKit-je után). Ez a nyílt forráskódú HTML értelmező funkciótár más, ismertebb böngészők motorja is egyben, mint például a Safari (Mac OS X) és a Chrome (Google). Mivel a WebKit-et használja, így a Web+ képes a legújabb technológiákat is használni.

-webpositive.png -

A WebPositive felülete szokványosnak mondható: a menüsor alatt található a navigációs gombok (vissza, előre, leállítás, kezdőlap).
-A gombok melett a címsor foglal helyet, ahová az oldal címét írjuk be.
-A navigációs eszközsor alatt található maga az oldal. Több oldal is megnyitható egyszerre, mind-mind a saját lapján (fülön).
-Az ablak alján pedig az állapotsor található, ami a betöltés állapotáról informál minket, illetve az egér alatti hivatkozásról. Az oldal betöltése közben egy állapotsáv is megjelenik a jobb oldalon.

-

indexBeállítások

-

Az Ablak menüből érhető el a Beállítások panel, amivel a program néhány működési jellemzőjét módosíthatjuk.

-webpositive-settings.png -

Az első fül a főbb beállításokat tartalmazza: melyik oldal legyen a Kezdőlap, mi legyen a Keresőoldal, melyik mappát használja a Letöltések helyének.
-Két előugró menüt is találunk, amivel megadható, hogy melyik oldal nyiljon meg új ablak vagy lap megnyitásakor.
-A jelölőnégyzetekkel módosíthatjuk, hogy a fülek egy oldal esetében is megjelenjenek-e vagy sem, továbbá a WebPositive vezérlőfelülete megjelenjen-e teljes képernyős módban és az egér kurzor inaktivitás esetén eltűnjön-e vagy sem.
-Végül pedig eldönthetjük, hogy a "Kezdőlap"-gomb a gombsoron megjelenjen-e, és hogy hány napig tartsa meg az előzményeket.

-

A második fülön a böngésző által az oldalon használt betűtípusok és azok méretei adhatóak meg.

-

Az utolsó fül pedig a proxy beállításokra vonatkozik.

-

indexBöngészés

-

Ha már használtál eddig valamilyen böngészőt, akkor a WebPositive nem fog nagy meglepetést okozni. Ahelyett, hogy az összes funkción végig mennénk, nézzünk meg csupán néhány jelentősebbet.

-
    -
  • webpositive-tabbar.png -

    Új lapokat létrehozhatunk a + gomb segítségével a fül-soron, vagy ha van elég hely, akkor dupla kattintással is az üres területen a fül-soron. Ha több oldal is meg van nyitva, mint amennyi elfér a fül-soron, akkor a < > görgető gombok aktívak lesznek. A jobb oldalon a gombot lenyomva egy menü jelenik meg az összes megnyitott lap címével együtt, így gyorsan a szükségesre navigálhatunk közöttük.

  • -
  • Egy hivatkozáson a középső gombbal kattintva a hivatkozás megnyílik egy új lapon a háttérben. A SHIFT lenyomvatartásákor pedig előtérben nyílik meg.

  • -
  • A Nézet menüből a Méret növelése és a Méret csökkentése érhető el. Egy másik opciói is a rendelkezésünkre áll: Csak a szöveg nagyítása, mely esetben a képek mérete nem változik, csak a szövegé.

  • -
  • Ha teljes képernyős módba váltunk, és a beállítások szerint a vezérlőfelület eltűnik, akkor egy másodperc múlva már nem látjuk azt. Hogy ideiglenesen visszahozzuk, egyszerűen csak mozgassuk az egeret a képernyő felső részére.

  • -
  • webpositive-locator.png -

    Ha a címsorban elkezdünk gépelni, akkor megjelennek azok a címek, melyeket már meglátogattunk, és melyek tartalmazzák a beírt szótöredéket. Ha több betűt is beírunk, akkor szűkíthetjük a megjelenő listát, vagy a vagy gombok segítségével válasszuk ki a kívánt címet. Majd az ENTER leütésére a böngésző megnyitja azt. Erre a jobb oldalon lévő gombot is használhatjuk.
    -Ha címként nem értelmezhető a beírt szöveg, akkor a böngésző megkeresi azt a Google-ben, így a címsor egyben gyors keresésre is használható.

  • -
  • Egy objektumon jobb gombbal kattintva egy helyi menü jelenik meg, mely változik a objektumnak megfelelően (például megnyitás új oldalon, vagy letöltés).

  • -
  • A Szerkesztés | Keresés megjelenít egy kereső mezőt az ablak alján, mellyel az oldalon lévő szövegben kereshetünk. A találatokat a böngésző kiemeli az oldalon.

  • -
-

indexKönyvjelzők

-

A WebPositive a könyvjelzőket fájlként és mappaként tárolja a ~/config/settings/WebPositive/Bookmarks/ mappában. Új könyvjelző hozzáadásakor egy fájl jön létre. A könyvjelzőket tartalmazó mappát gyorsan megnyithatjuk a Könyvjelzők kezelése menüvel.

-webpositive-bookmarks -

Egy könyvjelző címe (URL-je), neve, stb. épp úgy módosítható, mint bármely fájl és annak jellemzői. Előtte győzödjön meg, hogy minden oszlop látható legyen a Nyomkövetőben (Jellemzők menü), ezután a fájlt kiválasztva csak nyomjuk le az ALT E kombinációt, és szerkesszük a kívánt jellemzőt; oszlopokat pedig a TAB-al válthatunk.
A könyvjelzők egyéni mappákba is rendezhetőek.

-

A Nyomkövetőt használva a könyvjelzők keresésére remekül kihasználhatjuk annak adottságait.
-A Gépelés közbeni szűrés engedélyezése aktiválásakor a Nyomkövető beállításoknál, a könyvjelzők lista egyszerűen szűrhető. A vagy a gombokkal mozoghatunk a listában, majd az ENTER leütésére megnyithatjuk az oldalt. Győzödjünk meg róla, hogy minden jellemző látható legyen a listában.

-

Hogy ez működjön, ahhoz az összes könyvjelzőt a ~/config/settings/WebPositive/Bookmarks/ mappában kell tárolni és csak az itt csoportosított könyvjelzők jelennek majd meg a WebPositive Könyvjelzők menüben.

-

indexLetöltések

-

Az Ablak | Letöltések megnyitja a letöltések ablakot, mely tartalmazza az összes eddigi és folyamatban lévő letöltést:

-webpositive-downloads.png -

Az aktuális letöltések egy állapotsávval jelennek meg, épp úgy, mint a Nyomkövetőben. Információkat kapunk a letöltési sebességről, a fájl méretéről és a várható befejezésről. A jobb oldali gombokkal (Mégse és Újraindítás) a letöltés megszakítható, vagy újraindítható, vagy megnyitható (Open), illetve törölhető (Eltávolítás) az a listából. A Hiányzó törlése és az Elkészültek eltávolítása a listából gombokkal a lista tartalma "megtisztítható". A "hiányzó" fájlok azt jelentik, hogy a fájl már törölve lett a letöltés helyéről.

-

A letöltés alatt álló fájl törlésekor a letöltés automatikusan megszakad. Ezt egy ikon ("szellem") is jelezni fogja a letöltések ablakban.
-A WebPositive nagyon toleráns a Nyomkövető fájl-kezelésével kapcsolatban. A fájlok átnevezhetőek, vagy mozgathatóak miközben még tart a letöltés, majd a letöltés végeztével a módosítások véglegesítésre kerülnek, melyek megjelennek a letöltések ablakban is.

-

Elgondolkoztál már azon, hogy hogyan derül ki, hogy honnan lett letöltve egy fálj? Ezt megtudhatod, ha a fájlt megnyitod a LemezFürkész programmal, majd megkeresed a META:url jellemzőt.

-

Szeretnéd, hogy a letöltések mappában lévő fájl címe (hogy honnan lett letöltve) megjelenjen? Ekkor egy könyjelzőt kell a letöltések mappájába másolni, majd a megjelenítendő oszlopoknál az URL-t kiválasztani. Ezután akár törölhető is a könyjelző a mappából.

-

indexBillentyű parancsok

-

Néhány hasznos billentyű-kombináció:

- - - - - - - - - - - - - - -
ALT TÚj fül megnyitása.
ALT W Jelenlegi fül bezárása.
ALT N Új ablak megnyitása.
SHIFT ALT W A jelenlegi ablak bezárása.
ALT ENTER Teljes képernyős mód.
ALT R vagy F5 Az aktuális oldal frissítése.
ALT H Kezdőlap megnyitása.
ALT D A Letöltések ablak megjelenítése/elrejtése.
ALT F A keresőmező megjelenítése az oldalon való kereséshez (elrejtés az ESC leütésével).
ALT B Könyvjelző az oldalhoz.
ALT M Könyvjelzők kezelése, a Könyvjelzők mappa megnyitása.
ALT Az előző oldal megnyitása az előzmények alapján.
ALT Az előzmények szerinti következő oldal megnyitása.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/applications/wonderbrush.html b/docs/userguide/userguide/hu/applications/wonderbrush.html deleted file mode 100644 index 9455747b2e..0000000000 --- a/docs/userguide/userguide/hu/applications/wonderbrush.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Asztalsáv:Programok
Útvonal:/boot/system/apps/WonderBrush/WonderBrush
Leírás:/boot/system/apps/WonderBrush/Documentation
Bellítások:~/config/settings/WonderBrush
-


-

A WonderBrush egy képszerkesztő raszteres és vektoros képek szerkesztésére. További információk a YellowBites oldalán és a leírásban.

- -
-
- - - - diff --git a/docs/userguide/userguide/hu/attributes.html b/docs/userguide/userguide/hu/attributes.html deleted file mode 100644 index c78b8b6309..0000000000 --- a/docs/userguide/userguide/hu/attributes.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - Jellemzők - - - - - - - - -
-
- -

Jellemzők

- -

A jellemzők azok adatmezők, amik a fájlhoz tartoznak, ám mégsem a fájl részei, például a méret számításánál nem játszanak szerepet, és anélkül másolhatóak, vagy módosíthatóak, hogy a fájlhoz hozzányúlnánk. A rendszer ezeket a jellemzőket használja például a fájl mérete, típusa vagy az utolsó módosítás idejének tárolására. Ez hasonlít a többi operációs rendszerben megszokottakhoz.

-

Amiben különbözik az az, hogy bármilyen jellemzőt bármilyen fájlhoz hozzá tudunk adni, és megjeleníteni, szerkeszteni is tudjuk egy Nyomkövető ablakban. Pontosan meg kell határozni a fájlhoz adandó jellemző típusát (például string (szöveg), integer (szám) vagy time (idő)), a nevét és leírást.

-

A fájlnak ugyanakkor nem kell, hogy legyen bármilyen tartalma. Példának nézzük meg ezeket a névjegyeket:

-people.png -
-

Amint látja, ezek mind 0 méretű fájlok hozzájuk csatolt jellemzőkkel, ahol "Erős István" E-mail jellemzője éppen szerkesztés alatt áll a Nyomkövetőben.

-

Ha ezeket a jellemzőket még indexeljük is, mint a névjegyeket, leveleket vagy audió fájlokat alap esetben, akkor ezek szintén kereshetőek lesznek a Haiku gyors kereső rendszerében.

- -

-index -Jellemzők a Nyomkövetőben

-

A jellemzők megjelenítése nagyon hasonlít egy adatbázis- vagy táblázatkezelőhöz. A Nyomkövetőben megadható, hogy mely jellemzők jelenjenek meg (oszlopok) és hogy hogyan akarjuk rendezni a fájlokat (sorokat).

-

Ehhez nyissunk meg egy Nyomkövető ablakot, kattintsunk a Jellemzők menüre, és válasszuk ki azt, amit meg szeretnénk jeleníteni. Ezen kívül az oszlopfejléceken jobb gombbal kattitntva is ki meg tudjuk őket adni. Az oszlopokat is átrendezhetjük, csupán az egérrel mozgassuk az oszlopfejléceket. A nem kívánt oszlopot kihúzva az ablakból gyorsan eltüntethetjük azt.

-

A két oszlop közti vonalon duplán kattintva az oszlopok szélessége az optimális méretre állíthatóak.

-

Az oszlopfejlécen kattintva növekvő vagy csökkenő sorrendbe rendezhetjük a listát. Másodlagos rendezés is megadható, ehhez csupán lenyomva kell tartani a SHIFT billentyűt, mialatt az egérrel az következő oszlopon kattintunk. Épp úgy lehet például a névjegyeket egyidejűleg rendezni cég szerint és név szerint. A fenti képernyőképen látható is erre egy példa. A másodlagos rendezés halvány színű jellel van feltüntetve az oszlopfejlécen.

-

Ezen jellemzők szerkesztése épp olyan egyszerű, mint átnevezni egy fájlt: csak kattintsunk egy bejegyzésen, vagy nyomjuk le az ALT E kombinációt, majd keressük meg a módosítandó jellemzőt a TAB és SHIFT TAB billentyűkkel. ESC lenyomásakor a szerkesztés félbeszakad a módosítások mentése nélkül.

- -

-index -Jellemzők a Terminálban

-

Ha a parancssort részesíted előnyben, vagy szkriptek írását tervezed, akkor több parancs is a rendelkezésedre áll, amikkel kezelni tudod a jellemzőket a Terminálban.

-

-index -listattr

-

A listattr megjeleníti a fájl összes jellemzőjét a hozzájuk tartozó adatok nélkül.

-
használat: listattr 'fájl' ['fájl' ...]
-

Például:

-
 ~/people ->listattr Ecet\ Tibor
-File: Ecet Tibor
-        Type       Size  Name                                
-----------------------------------------------------------
- MIME String        21  "BEOS:TYPE"
-        Text        11  "META:name"
-        Text         7  "META:nickname"
-        Text         1  "META:company"
-        Text        14  "META:country"
-        Text         6  "META:state"
-        Text         5  "META:zip"
-        Text         7  "META:city"
-        Text        15  "META:address"
-        Text        17  "META:hphone"
-        Text         1  "META:wphone"
-        Text         1  "META:fax"
-        Text         1  "META:url"
-        Text        21  "META:email"
-        Text        12  "META:group"
-
-    Raw Data        20  "_trk/pinfo_le"
- 
-140 bytes total in attributes.
-

Azon túl, hogy a "META:*" jellemzők tartalmazzák a névjegy adatait, két másik jellemzőt is kezel a rendszer:

-
    -
  • A BEOS:TYPE tartalmazza a fájl típusát, mint MIME szöveget, esetünkben "application/x-person". Ez alapján megkapjuk az alapértelmezett ikont és a programot, mely kezeli a fájlt.

  • -
  • A "_trk/pinfo_le" jellemző tartalmazza a Tracker-ben az ikon pozícióját.

-
Magyarázatra szorul a vissza-perjel a névben. A Terminálban a speciális karaktereket, mint például '"*\$?! kilépő karakterrel kell "jelölni". A szóköz a névben épp ilyen. Tehát, a vissza-perjel (kilépő karakter) az a szóköz előtt van, nem pedig a név után.
- -

-index -catattr

-

A catattr megjeleníti a megadott jellemzőhöz tartozó adatot.

-
használat: catattr [--raw|-r] jellenző_neve fájl1 [fájl2...]
-

Például:

-
 ~/people ->catattr META:city Ecet\ Tibor
-Ecet Tibor : string : Hatvan
- -

-index -addattr

-

Az addattr hozzáad egy jellemzőt a fájlhoz és/vagy adatokkal tölti fel.

-
használat: addattr [-t típus] jellemző érték fájl1 [fájl2...]
-    vagy: addattr [-f érték-fájlból] [-t típus] jellemző fájl1 [fájl2...]
- 
-         A típus ezek egyike:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 vagy szám-érték (például 0x1234, 42, 'ABCD', ...)
-         Az alapértelmezett a "string"
-

Nos, tegyük fel, hogy Tibor elválal egy állást a Cukor Kft-nél, így most feltöltünk egy eddig üres jellemzőt adattal (aminek a típusa "string" (szöveg)):

-
 ~/people ->addattr -t string META:company Cukor\ Kft Ecet\ Tibor
-
- -

-index -rmattr

-

Az rmattr egy teljes jellemzőt kitöröl a fájlból.

- -
használat: rmattr [-p] jellemző fájl1 [fájl2...]
-         'jellemző' a fájl egyik jellemzőjének a neve
-         Ha a '-p' meg van adva, akkor a 'jellemző' mintaként szolgál.
-

Például a "Fax" jellemzőt üresen is hagyhatjuk, de teljesen ki is törölhetjük azt:

-
 ~/people ->rmattr META:fax Ecet\ Tibor
- -

-index -copyattr

-

A copyattr jellemzőket másol egy vagy több fájlból egy másik fájlba. Alap esetben a fájl tartalma nem kerül átmásolásra.

-
használat: copyattr <opciók> <honnan> [ ... ] <hova>
- -

Ha a jellemzők másolásával együtt magát a fájlt is át szeretné másolni, akkor adja meg a "-d" vagy a "--data" opciót is.

- -


-

További segítséget kaphatsz ezekről a parancsokról, illetve az opciókról ha a parancs után megadod a "-h" vagy a "--help" opciót.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/bash-scripting.html b/docs/userguide/userguide/hu/bash-scripting.html deleted file mode 100644 index 1be9d9e16c..0000000000 --- a/docs/userguide/userguide/hu/bash-scripting.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Bash és szkriptek - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

Bash és szkriptek

- -

A "szkriptelés" automatikus folyamatok összessége, melyeket szövegként adhatunk meg, és menthetünk egy szöveges fájlba, amiket "szkripteknek" hívunk. Minden alkalommal, amikor szkripteket futtatunk, a parancsok lépésről lépésre hajtódnak végre, épp úgy, mint amikor azokat a Terminálban adjuk ki kézzel.
-A szkriptek az egyszerű parancsok futtatásától az összetettebb kódokig nagyon jól használhatóak.

- -

-index -A Bash

-

Alapvetően a legtöbb shell támogatja a szkripteket. Azt javasoljuk, hogy ismerkedj meg a BASH-el, ugyanis a Haiku is azt használja. Annak köszönhetően, hogy ez egy igen elterjedt shell, rengeteg interneten elérhető anyagot találunk hozzá. Például egy remek dokumentációt is, melyet Johan Jansson készített: Introduction to bash - a tutorial for bash under BeOS.

- -

-index -A Szkriptelés Bibliája

-

Miután megtanultad az alapokat a bash-ben való munkával kapcsolatosan, itt az ideje annak, hogy belevesd magad a szkriptelés világába. Ezzel kapcsolatosan is rengeteg információt, oktatóanyagot találsz az interneten és a könyvesboltokban is. Egy remek, kifejezetten Haiku-hoz készített interneten elérhető anyagot is tudunk ajánlani, Scot Hacker BeOS Bible című könyvéből Scripting Chapter (PDF, 900kb).

- -

-indexSzkriptek Haiku alatt

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -UserBootscript

-

A /boot/home/config/settings/boot/UserBootscript akkor indul el, ha a rendszer befejezte a rendszertöltési folyamatot. Például számtalan programot indíthatunk automatikusan minden rendszertöltéskor:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Itt megjegyezném, hogy az "&" jellel végződő parancsok a háttérben fognak elindulni, és ott is futnak, amíg nem végeznek.

- -

Egy alternatív megoldás a programok rendszertöltéskori elindítására az, ha a programot berakjuk a /boot/home/config/settings/boot/launch mappába. Ez úgy tehetjük meg, hogy a programon jobb gombbal kattintunk, és a helyi menüből a Hivatkozás létrehozása menüben megkeressük ezt a mappát.

- -

-index -UserShutdownScript

-

A /boot/home/config/settings/boot/UserShutdownScript a rendszer leállásakor elsőként indul el. Ha a szkript nem nullát ad vissza eredményként, akkor a rendszer megszakítja a leállítást.

- -

-index -UserShutdownFinishScript

-

A /boot/home/config/settings/boot/UserShutdownFinishScript a leállítási folyamat végezetével indul el. Itt megjegyezném, hogy a legtöbb rendszer-folyamat addigra már leáll.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/bootloader.html b/docs/userguide/userguide/hu/bootloader.html deleted file mode 100644 index 9aea4381d4..0000000000 --- a/docs/userguide/userguide/hu/bootloader.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Rendszertöltő - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

Rendszertöltő

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

A rendszertöltőbe való belépéshez tartsuk lenyomva a SHIFT billentyűt, mielőtt a Haiku betöltési folyamat elindul (mielőtt megjelenik a Haiku logó). Ha rendszerválasztó menü is van telepítve, akkor tartsuk lenyomva a SHIFT-et mielőtt kiválasztjuk az indítandó rendszert. Ha csak Haiku van a gépünkön, akkor ajánlott már akkor lenyomva tartani a billentyűt, amikor még a BIOS üzenetei vannak a képernyőn.

-

-index -A rendszer betöltésekor elérhető opciók

-

A rendszertöltő elindulása után az alábbi menük/lehetőségek tárulnak elénk:

- - - - - - - - - -
Select boot volume
Rendszer kiválasztása
Az indítandó Haiku kiválasztása.
Select safe mode options
Biztonsági opciók -
A következő opciók hibakereséskor lehetnek hasznunkra. Az opciók kijelölésekor a képernyő alján egy rövid leírást olvashatunk a hatásukról.
-

Safe mode (Biztonsági mód)
- A rendszert biztonsági módba állítja. Ez a többi opciótól függetlenül engedélyezhető.

-

Disable user add-ons (Felhasználói kiegésztők tiltása)
- Minden a felhasználó által telepített kiegészítő betöltésének megakadályozása. Csak a rendszer mappában lévő kiegészítők töltődnek be. Bővebben a Hibelhárítás szakaszban.

-

Disable IDE DMA (IDE DMA tiltása)
- Letiltja az IDE DMA-t, megnöveli az IDE kompatibilitást a teljesítmény rovására.

-

Ignore memory beyond 4 GiB (A 4 GiB feletti memória tiltása)
- A rendszer kernel beállításait felülbírálva letiltható 4 GiB feletti memória terület. -

-

Use fail-safe video mode (Biztonsági videó mód)
- A rendszer csak a VESA módot fogja használni, megakadályozza minden egyéb grafikus vezérlő betöltését.

-

Disable IO-APIC (IO APIC tiltása)
- Letiltja az IO APIC megszakítás-kiosztását, helyette a hagyományos PIC használatát erőlteti.

-

Disable local APIC (Helyi APIC tiltása)
- A helyi APIC tiltása az SMP tiltásával együtt.

-

Disable SMP (SMP tiltása)
- Egy kivételével az összes processzormagot letiltja.

-

Don't call the BIOS (BIOS hívások tiltása)
- Letiltja a rendszert hívó BIOS funkciókat.

-

Disable APM (APM tiltása)
- Letiltja a bővített energiagazdálkodást. Ezzel felül bírálja a kernelben megadott APM beállítást is.

-

Disable ACPI (ACPI tiltása)
- Letiltja a bővített konfigurációs és energia vezérőt. Ezzel felül bírálja a kernelben megadott ACPI beállítást is.

-

Blacklist entries (Feketelista)
- Lehetőséget nyújt arra, hogy rendszer fájlok betöltését mellőzzük induláskor. Hasznos lehet, ha például egy eszköz vezérlőt ideiglenesen le akarunk tiltani. Bővebben a Hibaelhárítás szakaszban.

Debug menu
Hibakereső menü -
Az alábbi opciók segítséghetnek a hiba keresésben illetve a hiba jelentésében. Szintén kapunk egy kis leírást a képernyő alján ha kiválasztunk egy opciót.
-

Enable serial debug output (Soros porton történő hibakeresés engedélyezése)
- A naplózást a soros portra irányítja át (eredeti beállítások: 115200, 8N1).

-

Enable on screen debug output (Képernyőn történő hibakeresés engedélyezése)
- A szokásos logó helyett a rendszer napló látható betöltéskor a képernyőn.

-

Disable on screen paging (Képernyőn való lapozás tiltása)
- Ha a képernyőn történő hibakeresés engedélyezve van, akkor letiltja a kézzel történő lapozást.

-

Enable debug syslog (Hibakereső naplózás engedélyezése)
- Engedélyezi a rendszernapló a memória egy speciális területén való eltárolását, így újraindítás után is elérhető lesz.

-

Display current boot loader log (A jelenlegi rendszertöltő naplójának megtekintése)
- Megjeleníti a jelenlegi, már összegyűjtött hibakereső információkat (a Q lenyomásával kiléphetünk).

-

Add advanced debug option (További hibakereső opciók)
- További opciók megadása.

Ha az "Enable debug syslog" engedélyezve van, hiba utáni újraindítás esetén a következő opciók is megjelennek:

Save syslog from previous session during boot (Az előző munkamenet naplójának mentése betöltés közben)
- Az előző Haiku munkamenet naplójának mentése a /var/log/previous_syslog fájlba a rendszer betöltésekor.

-

Display syslog from previous session (Előző munkamenet naplójának megjelenítése)
- A legutóbbi munkamenetben összegyűjtött hibakeresési információk megjelenítse.

-

Save syslog from previous session (Előző munkamenet naplójának elmentése)
- A legutóbbi munkamenetben összegyűjtött hibakeresési információk elmentése lemezre. Jelenleg csak FAT32 fájlrendszerű lemezek használhatóak.

Select fail safe video mode
Biztonsági videó mód választása
Ha bejelöljük a Use fail-safe video mode-ot (biztonsági videó mód), akkor kiválaszthatjuk a felbontást és a színmélységet.
-

-index -Hibaelhárítás

-

Ha a Haiku elsőre nem tud elindulni, akkor ajánlott kipróbálni néhány hibakeresési opciót a Select safe mode options menüben. Továbbá egy hibajelentést is lehet küldeni.

-

Az is lehetséges, hogy a Haiku csak egy újonnan feltelepített program, eszközvezérlő miatt nem indul el. Ekkor több lehetőségünk is van hogy újra be tudjuk tölteni a rendszerünket, például a feltelepített csomag eltávolításával:

-
    -
  • A Safe mode engedélyezésével megakadályozhatjuk a legtöbb szerver, démon elindítását illetve a UserBootScript végrehajtását.

  • -
  • A Disable user add-ons aktiválásával elkerülhetjük az általunk feltelepített kiegészítők (vezérlők, értelmezők, stb.) betöltését, használatát.

  • -
  • Ha az érintett vezérlő, kiegészítő, stb rendszer szinten van telepítve, akkor a helyzet kicsit nehezebb. Itt kap szerepet a Blacklist entries. Használatakor az egész fájlrendszeren végig mehetünk és letilthatjuk a szükséges összetevőket. A kiválasztás a SPACE vagy RETURN billentyűvel történik. Az ESC lenyomásával egy szintel feljebb mehetünk.

    -

    Az interneten olvasható egy cikk (How to Permanently Blacklist a Package File) arról, hogy hogyan tudjuk véglegesíteni ezeknek az összetevőknek a letiltását.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -A Haiku indítása

-

Ha bejelöltük a megfelelő opciókat, utána térjünk vissza a főmenübe, majd folytassuk a betöltést. Ez a következő képernyőt eredményezi:

-boot-screen.png - -

Ha minden rendben megy, akkor az összes szimbólum gyorsan aktívvá válik.
-A különféle szimbólumok az alábbi betöltési szakaszokat jelölik:

- - - - - - - - -
Atom A modulok betöltése.
Lemez nagyítóval A gyökér fájlrendszer (/) és az eszközök fájlrendszer (/dev) létrehozása.
Csatolókártya Eszközkezelő betöltése.
Rendszerlemez Rendszerlemez csatolása.
Chip Processzor-függő modulok betöltése.
Mappa Alrendszerek betöltése.
Rakéta Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/contents.html b/docs/userguide/userguide/hu/contents.html deleted file mode 100644 index d9282fbeb7..0000000000 --- a/docs/userguide/userguide/hu/contents.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Haiku felhasználói útmutató - Tartalom - - - - - - - - -
-
- -

Üdvözöllek a Haiku felhasználói útmutatóban

- -

Az alábbi táblázat összefoglalja a Haiku dokumentációit. Természetesen, a dokumentációk karbantartása és kibővítése folyamatosan történik (itt megtekinthető a frissített internetes verzió). Ha bármilyen hibát találsz, új ötleted van vagy segíteni szeretnél, akkor lépj kapcsolatba velünk a dokumentációk levelező listáján. Ha érdeklődesz a fordítás iránt, akkor további információkat találsz az i18n user guide wiki oldalán.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RendszertöltőBiztonsági indítási opciók a problémák megoldása érdekében.
Fájlrendszer felépítéseA fájlrendszer hierarchiájának megértése és a fontos mappák összegyűjtése.
A Haiku felhasználói felületeA grafikus felület egyszerűbb elemeinek bemutatása.
MunkaasztalokVirtuális asztalok használata.
ProgramváltóVáltás a futó programok között.
FolyamatfigyelőA nem válaszoló programok és rendszerösszetevők bezárása.
NyomkövetőNavigálás, fájlokkal és mappákkal való munka és a Haiku fájlkezelőjének beállítása.
Billentyűzet-kombinációkA legáltalánosabb billentyű-parancsok, melyek meggyorsítják a munkánkat.
AsztalsávA "Start menü" Haiku változatának a használata.
FájltípusokAlapértelmezett programok megadása, fájltípusok módosítása, létrehozása.
JellemzőkA Haiku egyik legfőbb előnye, mellyel bármelyik fájlhoz adhatunk különféle adatokat.
IndexAz indexelés lehetővé teszi a jellemzők keresését.
LekérdezésekA Haiku villámgyors keresőjével gyorsan megtaláljuk, amik keresünk.
Műhely: fájltípusok, jellemzők, indexek és lekérdezésekA Haiku legfontosabb tulajdonságainak bemutatása.
Műhely: levelek kezeléseA Haiku levelező rendszerének használata egyéni lekérdezésekkel.
Műhely: vezeték nélküli hálózatTitkosított vagy titkosítatlan vezeték nélküli hálózat beállítása.
ProgramokA Haiku programjainak működése és újak telepítése, meglévők eltávolítása.
Asztalsáv kisalkalmazásaiEgyszerű kis programok, melyeket az Asztalra illetve az Asztalsávra helyezhetünk.
BeállításokA rendszer személyre szabása, beállítása.
Bash és szkriptekNéhány érdekes szkript és interneten elérhető segédlet a szkriptek használatához.
- -
-
- - - diff --git a/docs/userguide/userguide/hu/deskbar.html b/docs/userguide/userguide/hu/deskbar.html deleted file mode 100644 index 0d45bb2fe1..0000000000 --- a/docs/userguide/userguide/hu/deskbar.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - Asztalsáv (Deskbar) - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- - - - -
Index
- Asztalsáv menü
- A Polc
- Futó programok listája -
- -

Asztalsáv (Deskbar)

- -

Az Asztalsáv egy kis panel, ami alap esetben a jobb felső sarokban helyezkedik el. Ez a Haiku megfelelője a Windows Tálcájának. 3 része van: a menü, ahol a programok és beállítások találhatóak, a polc, az órával és a többi eszközzel, és a futó programok listája.

-positions -

Az Asztalsáv bármelyik sarokba illetve a képernyő aljára és a tetejére húzható a markoló segítségével. Továbbá nem csak a pozíció, hanem a mérete is módosítható: lehet kompakt vagy teljes.

- -

-index -Asztalsáv menü

-

A menü megnyílik, ha az Asztalsávon a logóra kattintunk:

-deskbar.png -
    -
  • Haiku névjegye... - Alapvető rendszer és jogi információk.

  • - -
  • Keresés... - A Kereső panel megnyitása.

  • -
  • Replikánsok megjelenítése - A kis Replikáns jelek megjelenítése/elrejtése, aminek segítségével mozgatható, eltávolítható egy replikáns.

  • -
  • Csatolás - Ez az opció megegyezik az Asztal helyi menüjével (további információk a Lemezek csatolása fejezetben).

  • -
  • Asztalsáv-beállítások... - Az Asztalsáv beállításai (információk lejjebb).

  • -
  • Leállítás - A rendszer Újraindítása vagy Kikapcsolása.

  • -
  • Legutóbbi dokumentumok, mappák, programok - A legutóbb megnyitott dokumentumok, mappák illetve programok listája (bővebben az Asztalsáv beállítások részben alább).

  • -
  • Programok, Bemutatók, Asztali kisalkalmazások, Beállítások - Az elérhető programok, bemutatók és beállítások listája.
    További bejegyzéseket hozhatsz létre bármilyen elemhez (programhoz, mappához, fájlhoz, kereséshez, stb.), amihez hivatkozást készítesz a ~/config/settings/deskbar/menu mappába.

  • -
- -

-indexAsztalsáv beállításai

-prefs-deskbar.png -

Az Asztalsáv beállításai három részből állnak.

- -

Programok

-

Az alábbi beállítások nincsenek hatással a programokra, csupán a futó programok listájának megjelenését módosíthatjuk vele.

- - - - - - - -
Futó programok rendezése A futó programok listájának ABC sorrend szerinti rendezése.
A Nyomkövető mindig az első A Nyomkövető mindig az első a futó programok listájában a sorbarendezéstől függetlenül.
Programkibontó mutatása Egy kis kapcsoló megjelenítése a program neve mellett, amivel megjeleníthetjük/elrejthetjük a programhoz tartozó ablakok listáját a program neve alatt.
Új programok kibontása Az újonnan indított programok ablak-listájának automatikus megjelenítése.
Programnevek elrejtése A futó programok listájában a programok neveinek elrejtése.
Ikon mérete A futó programok listájában a programikonok mérete.
- -

Menü

-

Míg az első pár menüelem állandó, a Leállítás... alattiak már személyre szabhatóak.
-Megadható az utoljára használt fájlok, mappák illetve programok száma, amik majd megjelennek a menüben, vagy egyáltalán megjelenjen-e vagy sem.
-A Menü szerkesztése... gomb megnyomásával megnyílik a ~/config/settings/deskbar/ mappa. Itt megtaláljuk a menüben megjelenő összes mappát és hivatkozást, melyek alap esetben a Programok, Bemutatók, Asztali kisalkalmazások, és a Beállítások.
-A bejegyzések törölhetőek vagy újak adhatóak hozzá (például programok, dokumentumok vagy akár lekérdezések), amiket egyszerűen csak be kell másolni a mappába, vagy törölni kell onnan.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Ablak

-

Ezek az opciók magára az Asztalsáv-ablakra vonatkoznak.

- - - - -
Mindig felül Az Asztalsáv mindig a többi ablak előtt van.
Automatikus előrehozás Az Asztalsáv előre hozása ha az egér fölé kerül.
Automatikus elrejtés Az Asztalsáv mérete lecsökken mindössze néhány képpontra, majd előjön ha az egér fölé kerül.
- -

-index -A Polc

-calendar.png -

Többek között a Polc egy órát is tartalmaz. Az egeret az óra felett tartava megjelenik az aktuális dátum. A bal egérgombbal megjelenik egy naptár is. Jobb gombbal pedig az óra megjeleníthető/elrejthető, illetve beállíthatjuk az Időt.

-

Bármelyik program elhelyezhető a polcon ikon formájában. A levelező rendszer másik ikont jelenít meg ha új levél érkezik, és egy menüvel is rendelkezik, ahonan például új levelet készíthetünk. A Folyamatkezelő egy másik példa, hogy miként jeleníthetünk meg információkat a polcon (processzor/memória használat) és hogy hogyan lehet még menüt hozzáadni.

- -

-index -Futó programok listája

-list-of-apps.png -

A programok között könnyedén válthatunk, csak az adott program egy ablakára kell kattintani. Jobb egérgombbal pedig elrejthető, bezárható az ablak vagy az egész program.

-

Ha engedélyeztük a programkiterjesztőt, akkor azzal megjeleníthetjük illetve elrejthetjük a programhoz tartozó ablakok listáját közvetlenül a program alatt.

-

Az ablakok melletti ikonok információt adnak az ablak állapotáról. A fehér ikon jelzi, hogy az ablak látható, a szürke ikon pedig azt, hogy el van rejtve. A három vonal az ikon előtt arról informál minket, hogy az ablak nem a jelenlegi munkaasztalon található.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/desktop-applets.html b/docs/userguide/userguide/hu/desktop-applets.html deleted file mode 100644 index fedec54942..0000000000 --- a/docs/userguide/userguide/hu/desktop-applets.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Asztalsáv kisalkalmazásai - - - - - - - - -
-
- -

Asztalsáv kisalkalmazásai

- -

A Haiku több hasznos programot is tartalmaz, amik akár az Asztalsávra, akár az asztalra is kirakhatóak.

- - - - - - - - - - - -
iconIndítósáv A kedvenc programok indítóikonjai.
iconHálózat állapota A hálózati kapcsolat állapota.
iconEnergiaállapot A hordozható számítógép töltöttségének állapota.
iconFolyamatkezelő A futó programok és szolgáltatások.
iconMunkaasztalok A Munkaasztal mini változata.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/desktop-applets/launchbox.html b/docs/userguide/userguide/hu/desktop-applets/launchbox.html deleted file mode 100644 index 126cc017c4..0000000000 --- a/docs/userguide/userguide/hu/desktop-applets/launchbox.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Indítósáv - - - - - - - - -
-
- -

launchbox-icon_64.pngIndítósáv (LaunchBox)

- - - - -
Asztalsáv:Asztali kisalkalmazások
Útvonal:/boot/system/apps/LaunchBox
Bellítások:~/config/settings/LaunchBox/*
-

Egy vagy több Indítósávot is elindíthatunk a kedvenc programjaink és dokumentumaink gyorsindítására. Akár az összes munkaasztalon is megjelenhetnek. A program a dokumentumokat a megadott programmal is elindíthatja. Például, ha egy HTML fájlt egy, az Indítósávon lévő szövegszerkesztőre dobunk, akkor a program megnyitja azt a fájlt a szövegszerkesztőben.

-launchbox.png -

Az összes opció elérhető a helyi menüből:

- - - - - - - - -
Új gomb Egy üres gomb hozzáadása.
Gomb kiürítése Egy meglévő gombot kiürít.
Gomb eltávolítása Eltávolítja a gombot.
Leírás... Az egeret az ikon felett tartva megjelenik egy kis üzenet a fájl nevével, és program esetében az ahhoz tartozó rövid leírással (további információ a Fájltípusok fejezetben). Ezzel a menüvel személyre szabhatjuk a megjelenő üzenetet.
Beállítások
-- Vízszintes elrendezés
-- Ikonméret
-- Dupla kattintás figyelmen kívül hagyása
-- Ablak keretének mutatása
-- Automatikus előrehozás
-- Megjelenítés az összes munkaasztalon
 
-A gombok vízszintesen helyzekednek el.
-Az ikon méretének beállítása 16 és 64 képpont közötti méretre.
-A gombok tartalmának indítása csupán egyszer, akkor is, ha (véletlenül) duplán kattintunk rajta.
-Az ablak keretének megjelenítése.
-Az Indítósáv előugrik, ha az egér a képernyő éle közelébe ér.
-Az Indítósáv az összes munkaasztalon megjelenik.
Tálca
-- Új
-- Klónozás
-- Bezárás
 
-Új tálca.
-A jelenlegi tálca másolása.
-Jelenlegi tálca bezárása.
Indítósáv
-- Kilépés
 
-Bázárja a programot az összes tálcával együtt.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/desktop-applets/networkstatus.html b/docs/userguide/userguide/hu/desktop-applets/networkstatus.html deleted file mode 100644 index 97cf62af05..0000000000 --- a/docs/userguide/userguide/hu/desktop-applets/networkstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Hálózat állapot - - - - - - - - -
-
- -

networkstatus-icon_64.pngHálózat állapot (NetworkStatus)

- - - - -
Asztalsáv:Asztali kisalkalmazások
Útvonal:/boot/system/apps/NetworkStatus
Bellítások:Nincs
-

A Hálózat állapot kisalkalmazás a hálózati kapcsolat állapotát jelzi. Ha még nem fut, akkor a indításkor meg fogja kérdezni, hogy ablakban akarjuk-e futtatni, vagy az Asztalsávra szeretnénk helyezni. Ablakban futtatva lehetőségünk van átméretezni azt, vagy Replikánsként használni.
-Ha már telepítve van, akkor a helyi menüvel vezérelhető.

-

NetworkStatus applet
-Az első szakasz tartalmazza az összes hálózati kártyát, azok neveit és állapotát. Bármelyiken kattitnva egy üzenet ablakban megkapjuk a kátya adatait (például az IP-t).
-A kártyák alatti listában az elérhető vezeték nélküli hálózatokat (amiket az első vezeték nélküli hálózati kártya talált) találjuk a nevükkel és a jelerőséggel. További információk a Műhely: vezeték nélküli hálózat fejezetben.
-Végül pedig a Hálózati beállítások megnyitása... menüpont segítségével módosíthatjuk azokat a Hálózat beállítása panelen illetve a Bezárás menüvel kiléphetünk a programból.

- -

Állapot ikonok

- - - - - - -
KészA hálózati kapcsolat létrejött.
KonfigurálásKapcsolódás folyamatban.
Hiányos beállításNéhány beállítás még hiányzik (további információkat talál a Hálózat fejezetben).
Nincs kapcsolatNincs hálózati kapcsolat (vagy nincsen kábel bedugva, vagy nincs elérhető vezeték nélküli hálózat).
-Nincsen hálózati kártya a gépben (vagy az is lehet, hogy a rendszer nem találja meg, mert nincs hozzá vezérlőprogram).
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/desktop-applets/powerstatus.html b/docs/userguide/userguide/hu/desktop-applets/powerstatus.html deleted file mode 100644 index e820b9ca61..0000000000 --- a/docs/userguide/userguide/hu/desktop-applets/powerstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Energiaállapot - - - - - - - - -
-
- -

powerstatus-icon_64.pngEnergiaállapot (PowerStatus)

- - - - -
Asztalsáv:Asztali kisalkalmazások
Útvonal:/boot/system/apps/PowerStatus
Bellítások:~/config/settings/PowerStatus settings
-

Az Energiaállapot informál minket az akkumulátor töltöttségi szintjéről, ami igen hasznos hordozható számítógép használatakor. Ha még nem fut, akkor a program indításkor megkérdezi, hogy ablakban akarjuk-e futtatni vagy az Asztalsávon jelenjen meg. Ablakban futtatva lehetőségünk van átméretezni és Replikánsként használni.
-Indítás után a helyi menüvel vezérelhető.

-

Megjegyzés: a program futásának a feltétele a működő ACPI.

-PowerStatus applet -

A helyi menü az alábbi opciókat tartalmazza:

- - - - - - - - -
Szöveges címke megjelenítéseAz akku töltöttségének illetve a hátralévő időnek a megjelenítése.
Állapotikon megjelenítéseAz ikon megjelenítése.
Százalék megjelenítéseVálaszthatunk, hogy töltöttségi százalék, vagy hátralévő idő jelenjen meg (Szöveges cimke megjelenítése be kell hogy jelölve legyen).
Akki infó...Részletes akkumulátor információk megjelenítése külön ablakban.
Névjegy...Névjegy megjelenítése.
KilépésKilépés a programból.
-

Ha a Szöveges cimke megjelenítése be van jelölve, akkor a töltöttségi szint zárójelben jelenik meg a töltés ideje alatt.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/desktop-applets/processcontroller.html b/docs/userguide/userguide/hu/desktop-applets/processcontroller.html deleted file mode 100644 index a3830e7ec7..0000000000 --- a/docs/userguide/userguide/hu/desktop-applets/processcontroller.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - Folyamatkezelő - - - - - - - - -
-
- -

processcontroller-icon_64.pngFolyamatkezelő (ProcessController)

- - - - -
Asztalsáv:Asztali kisalkalmazások
Útvonal:/boot/system/apps/ProcessController
Bellítások:Nincs
- -

ProcessController appletA program elsődleges feladata a processzor(ok) és a memória kihasználtságának kijelzése. Ezen kívül lehetőséget nyújt a különféle folyamatok figyelésére, azok prioritásának módosítására, illetve a bezárásukra hiba esetén. Több processzoros gép esetén a processzorok/magok akár ki is kapcsolhatóak. Ha a Nyomkövető vagy az Asztalsáv futása (program)hiba miatt leáll, akkor azokat a menüből újra is indíthatjuk.

-

A bal oldali kijelző a processzor-használatot, míg a jobb oldali a memória használatát mutatja. A kijelzők száma a gépben található processzorok/magok számától függőn változhat.

-

Ha még nem fut a Folyamatkezelő, akkor indításkor megkérdezi, hogy ablakban fussun vagy az Asztalsávon helyezkedjen el. Ha ablakban fut, akkor azt átméretezhetjük, és akár Replikánsként is használhatjuk.
-Bárhogy is fusson, egy helyi menü a rendelkezésünkre áll.
-Ha törölni szeretnénk a programot a Polcról, akkor csak kattintsunk az Átrakás az Asztalsávra elemen a menüben.

-

Kilépés a programból

-ProcessController - Quit an application -

Egy program/folyamat bezárásához csak annak nevére kell kattintani a Program leállítása menüben. Ez a művelet megegyezik azzal, amikor a program bezárás gombján kattintunk. Arra azonban ügyelni kell, hogy a rendszer folyamatait (például *_server, *_daemon) ne zárjuk be, mert akkor annak működése veszélybe kerülhet.

-

Memória-használat

-ProcessController - Memory usage -

A memória-használat kijelzése pontatlan lehet.

-

Ez a menü lehetőséget nyújt a különböző folyamatok memória használatának figyelésére. A folyamat mellett két oszlop is található: az első a fenntartott írható memóriát, a második pedig az összes memóriát jelzi (például a funkciótárak által használt memóriát is).

-

Az első sor, a Rendszer erőforrásai és gyorsítótárai..., a rendszer és az összes program által használt memóriára vonatkozik. A kék sáv hossza a fizikai memória mennyiségének függvénye. A további sorok a programok memória használatát jelzik. A sávok hossza a jelenlegi memória használat függvényében változik, és a rendelkezésre álló memória mennyiségén alapul.

- - - -
Az adott program által használt (írható) memória.
A memória a csak olvasható területet is beleszámítva (amiket a programok egymás közt megosztanak).
- -

Processzor és szál használat

-

Ez a menü arra ad lehetőséget, hogy a szálak prioritását módosítsuk, a programokat leállítsuk vagy hibát keressünk bennük.

-
Ezek a műveletek adatvesztéshez vagy a rendszer instabilitásához vezethetnek. Csak óvatosan!
-ProcessController - Priority - - - - -
Kernel kód
Felhasználói kód
Szál üresjáratban
-

Az első szinten a futó programok találhatóak. A rajtuk való kattintással bezárhatóak. A sáv sötétkék része a kernel kódban töltött idő, a világoskék a felhasználói kódban, míg a zöld az üresjáratban eltöltött időt jelzi. A kékkel teljesen kitöltött sáv esetében az adott program használja ki a processzor összes erőforrását.

-

A második szint a program száljait mutatja. Az ezen való kattintással vagy hibát kereshetünk, vagy megszakíthatjuk azt. Ha a sáv teljesen kékkel van kitöltve, akkor a szál egy processzort/magot lefoglal.

-

Az utolsó szinttel a szál prioritása módosítható. Csak óvatosan! Egy óvatlan mozdulat, és a szál máris az ellentétes mértékben fogja kihasználni a processzort. A processzor idő növekedése az alacsony prioritás eredménye. A prioritással nem ajánlott játszadozni, ugyanis a program készítőjének a dolga, hogy megfelelőt használjon a programja. Ha szükséges, akkor lépj kapcsolatba vele. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/desktop-applets/workspaces.html b/docs/userguide/userguide/hu/desktop-applets/workspaces.html deleted file mode 100644 index ba4ae69961..0000000000 --- a/docs/userguide/userguide/hu/desktop-applets/workspaces.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Munkaasztalok kisalkalmazás - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
-

workspaces-icon_64.pngMunkaasztalok kisalkalmazás (Workspaces)

- - - - -
Asztalsáv:Asztali kisalkalmazások
Útvonal:/boot/system/apps/Workspaces
Bellítások:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - az ablak pozícióját tartalmazza
-


-workspaces.png -

A Munkaasztalok kisalkalmazást az Asztali kisalkalmazások közt találjuk meg az Asztalsávon. Ez a Munkaasztalok mini változata. Az alkalmazás helyi menüjéből több opció is elérhető.
-A Munkaasztalok számának módosítása... a Képernyő beállításait fogja megnyitni, ahol megadhatjuk, hogy mennyi munkaasztalt akarunk használni (mennyi sort és oszlopot).

-

Mivel az alkalmazás egy Replikáns, csak méretezzük a megfelelő méretre, majd dobjuk az Asztalra (persze csak akkor, ha a Replikánsok megjelenítése be van jelölve az Asztalsávon). Tartsd lenyomva a SHIFT-et miközben átméretezed az ablakot, így megmaradnak a képernyő arányai.

- -

-index -Ablakok mozgatása a munkaasztalok között

-

Ha egy ablakot mozgatni szeretnénk, akkor csak mozgassuk a Munkaasztalok kisalkalmazásban az egyik munkaasztalról a másikra. Ez lehetőséget ad arra, hogy anélkül mozgassuk, hogy átváltanánk a másik munkaasztalra. Persze ez csak akkor használható, ha csak néhány ablak található az adott munkaasztalon. A másik lehetőség az ablakok munkaasztalok közötti mozgatásának, ha megfogjuk az ablakot és a billentyűzettel váltunk a munkaasztalok között (ALT Fx).

-

További információk és billentyű-kombinációk a Munkaasztalok fejezetben.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Speciális funkciók

-

További funkciók is elérhetőek, ha az ablakon kattintunk, miközben lenyomva tartjuk az alábbi billentyűk egyikét:

- - - - -
CTRLAz ablak előtérbe hozása.
CTRL SHIFTAblak lekicsinyítése.
OPTAblak hátraküldése.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/filesystem-layout.html b/docs/userguide/userguide/hu/filesystem-layout.html deleted file mode 100644 index 0d233493eb..0000000000 --- a/docs/userguide/userguide/hu/filesystem-layout.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - Fájlrendszer felépítése - - - - - - - - -
-
- -

Fájlrendszer felépítése

- -

A Haiku fájlrendszer felépítése átlátható, a fájlok és mappák elnevezései egyszerűek és egyértelműek. A rendszer számára fontos fájlok és mappák védve vannak a véletlen felhasználói hibáktól, és erre kapunk is figyelemztetést:

-achtung-user.png  -achtung-system.png -

A második típusú figyelmeztetés akkor jelenik meg, ha átnevezni vagy törölni szeretnénk a rendszer mappáján belül. Itt az "Átnevezés" gomb csak akkor lesz elérhető, ha a SHIFT-et is lenyomjuk.

-

Alapvetően 2 rész különíthető el a gyökér mappából kiindulva a rendszer-lemezen:

- - - -
/boot/system/ A rendszer fájlokat és a megosztott programokat/csomagokat tartalmazza.
/boot/home/ Ez a felhasználó saját mappája, ahol az adatokat, beállításokat és a saját, nem megosztott programokat/csomagokat tárolja.
-

Mivel jelenleg a Haiku nem biztosít többfelhasználós környezetet, ezért a megosztott és nem megosztott programok/csomagok nincsenek hatással a működésre. Mivel azonban a későbbiekben már több felhasználóval is használni lehet majd, ezért jó, ha megszokjuk, hogy hogyan kell kezelni ezt a környezetet.

- -

-index -A rendszer mappa - /boot/system/

-

Az BeOS elődje után a Haiku rendszer mappája is a /boot/beos/. Ezt régebbi dokumentációkban is megtalálod (például az eredeti BeBook-ban).
-A legtöbb mappa a /boot/system/ mappán belül csak olvasható, ami abból adódik, hogy itt találhatóak a rendszer zavartalan működéséhez szükséges fájlok. Csak az alábbi mappák tartalma módosítható a felhasználó által:

- - - - - - -
/boot/system/cache/ A /tmp/ mappára hivatkozva ideiglenes fájlokat tartalmaz.
/boot/system/non-packaged/ Azokat a fájlokat tartalmazza, amik nem részei egy .hpkg csomagnak (például régi BeOS archívumból).
/boot/system/packages/ A Haiku alap csomagjain túl itt találhatóak a megosztott csomagok is.
/boot/system/settings/ A rendszer beállításait tartalmazza.
/boot/system/var/ Naplókat tartalmaz (például a rendszer naplót), melyek hibakereséskor lehetnek a segítségünkre, illetve ez az eredeti helye a virtuális memória fájlnak is.
-

További információk a packages és a non-packaged mappákról a Programok fejezetben.

- -

-index -A saját mappa - /boot/home/

-

Ez a mappa a felhasználó sajátja. Itt kedve szerint bármit módosíthat, törölhet. (A hullámos vonal ("~") a saját mappára hivatkozik, így nem kell mindig megadni a "/boot/home/" útvonalat a Terminálban.)
-A megosztani kívánt fájlokat egy későbbi, többfelhasználós környezetben nem ebbe a mappába kell majd elhelyezni, hanem a /boot/home/ mappán kívül. Például ajánlott erre a célra létrehozni egy /boot/mindenki/ mappát.

- - - - - - - - - - -
~/Desktop/ Az Asztal fájljait tartalmazza. Mivel mindig látható, ezért dupla kattintással nem nyitható meg. Mikor a fájlokat eltakarják a nyitott ablakok, akkor csak gyorsan váltsunk másik munkaasztalra. Természetesen, a menü navigáció lehetséges.
~/mail/ Itt találhatóak a felhasználó levelei.
~/people/ A névjegyek alapértelmezett mentési helye. További információk a Névjegyek fejezetben.
~/queries/ A Lekérdezéseket tartalmazza alap esetben 7 napig.
- -

A /boot/home/config/ egy speciális mappa: akárcsak a /boot/system/ ez is a csomagkezelő irányítása alatt áll, éppen ezért írásvédett. Csupán az alábbi mappák tartalma módosítható:

- - - - - - - - - - -
~/config/packages/ Az ebben a mappában elhelyezett csomagokat csak az adott felhasználó használhatja.
~/config/non-packaged/ Azoknak a fájloknak a helye, amik nem részei a .hpkg fájlnak (például régi BeOS archívumból) és nincsenek megosztva a többi felhasználóval.
~/config/settings/ Itt találhatóak a programok beállításai és néhány rendszer-beállítás fájlja. Néhány program a saját mappáján belül tarja a beállításait, a többi egyszerűen csak ide rakja őket.
- -

További információk a packages és a non-packaged mappákról a Programok fejezetben.

-

Néhány kiemelt mappa a ~/config/settings mappán belül:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Ebben a mappában találhatóak a Felhasználói szkriptek amik a rendszer indításakor, leállításakor és a leállítás végeztével hajtódnak végre.
boot/launch/ Az automatikusan induló programok vagy dokumentumok hivatkozásait tartalmazza.
beos_mime/ A MIME adatbázis mappája minden fájltípust és azok beállításait tartalmazza.
deskbar/menu/ Másolt vagy hivatkozott fájlokat/mappákat/lekérdezéseket tartalmaz, amik az Asztalsáv menüben jelennek meg.
kernel/drivers/ Egy érdekes fájlt találhatunk itt: a kernel alacsony szintű konfigurálási lehetőséget biztosít például az SMP kikapcsolására, bekapcsolhatjuk a soros porti hibakeresést vagy engedélyezhetjük az energia-kezelést. Minden konfigurációs sor úgy aktiválható, hogy töröljük a sor elején lévő "#"-et. Csak óvatosan!
Tracker/ A Nyomkövető beállításain kívül még néhány érdekes mappa is található itt:
DefaultFolderTemplate/Az új mappa alapértelmezett sablonja, mely tartalmazza a megjelenítési és a rendezési beállításokat illetve az ablak méretét. Minden új létrehozott mappa ezt a sablont használja majd.
DefaultQueryTemplates/Megadható a különféle fájltípusokhoz a lekérdezések eredményeinek megjelenése. További információk a Lekérdezések: Az eredmény ablak fejezetben.
Go/Készíts hivatkozásokat ebbe a mappába a "kedvenc" mappáiról, hogy elérhetőek legyenek azok a megnyitás és mentés ablakokban. További információk A Haiku felhasználói felülete: Kedvencek és legutóbbi mappák fejezetben.
Tracker New Template/Különböző fájltípusokhoz hozhatsz létre sablonokat, melyek a Nyomkövető Fájl | Új... menüjéből érhetőek el. További információk a Nyomkövető: Munka a fájlokkal fejezetben.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/filetypes.html b/docs/userguide/userguide/hu/filetypes.html deleted file mode 100644 index aed0abffda..0000000000 --- a/docs/userguide/userguide/hu/filetypes.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - Fájltípusok - - - - - - - - -
-
- -

Fájltípusok

- -

A Windows-tól eltérően a Haiku-nál nem számít a fájl 3 betűs kiterjesztése (például: .txt, .jpg, .mp3). A kiterjesztést a rendszer csak a végső esetben veszi figyelembe. A Haiku esetében a MIME típus a használatos, épp úgy, mint az interneten.

-
Bár a Haiku esetében nem indokolt a fájl kiterjesztése, ne feledjük, hogy ha megosztjuk másokkal a fájt (például USB lemezen, vagy levélben), akkor a többi operációs rendszer már igényli a kiterjesztések meglétét, így azt hozzá kell adnunk a fájlhoz. Máskülönben a többi felhasználó nem tudja majd használni a fájlt a saját rendszerén.
- -

index -Egy fájl típusának megadása

-

Egy fájlnak a típusa, az ikonja, illetve a hozzá társított program is megváltoztatható. Ehhez csak ki kell jelölni a fájlt, és a Fájltípusok kiegészítőt választani.

-filetype-addon.png - -

-index -A fájl típusa

-

A fenti képen egy PNG fájl információit láthatjuk, aminek a MIME azonosítója image/png. Tegyük fel, hogy tudjuk, hogy ez egy GIF fájl és nem PNG. Ezt egyszerűen módosíthatjuk azzal, ha beírjuk a típus pontos nevét, vagy az alábbi két gombot használjuk:

- - - -
Kiválasztás... A fájltípusok hierarchikus listájában keressük meg az image | GIF Image típust.
Ugyanaz, mint... Egy fájl ablakban keressünk egy olyan fájlt, aminek ugyan az a típusa, mint amit szeretnék adni a fájlnak..
- -

-index -Előnyben részesített program

-

Ez a menü tartalmazza azoknak a programoknak a listáját, amik kezelni tudják az adott fájlt. Itt kiválaszthatod azt a programot, ami automatikusan megnyílik, amikor duplán kattintunk egy fájlon. Lehetőséged van például a HTML fájlt egy böngésző helyett szövegszerkesztőhöz társítani. Minden HTML fájl továbbra is böngészőben nyílik meg, csak ez az egy fog szövegszerkesztőben.

- -

Az Alapértelmezett program az egyik, amit globálisan, minden fájlra be lehet állítani. Ha nem találod a listában a használni kívánt programot, akkor a Kiválasztás... és a Ugyanaz, mint... gombok segítségével megadhatsz másikat is, épp úgy, mint "A fájl típusa" esetében.

- -

-index -Az ikon

-

Felmerülhet a kérdés, hogy miért üres az ikon helye a jobb felső részben: a fájlok általában a rendszerben beállított, a fájltípusnak megfelelő ikont használják. Arra is lehetőségünk van, hogy megnyitjuk a Fájltípus kiegészítőjét egy másik fájlnak is, majd az ikonját áthúzzuk a saját fájlunknak az ikonjához. Vagy, duplán kattintva az ikon mezőben létrehozhatjuk vagy szerkeszthetjük annak az ikonját. További információk az Icon-O-Matic fejezetben.

- -

-index -Programok speciális beállításai

-

Ha a Fájltípusok kiegészítőt egy programmal nyitjuk meg (esetünkben: StyledEdit), akkor az alábbi ablakot kapjuk:

-filetype-addon-stylededit.png -

A felső mezőben a szabványos MIME típus helyett a program aláírása (egyéni azonosítója) látható. Segítségével a rendszer könnyedén megtalálja a programot, bárhol is legyen az.

-

Ez alatt a program különféle megjelölései találhatóak, amik a program működését szabályozzák:

- - - - - - -
Egyszer indítható A program (maga a programfájl) egy időben csak egyszer futhat. Azonban, ha a programnak több példánya is van, akkor azok persze futhatnak párhuzamosan.
Többször indítható A program többször is elindítható egy időben.
Kivételes indítás Kizárólag csak egy program futhat az adott program azonosítójával.
Csak paraméterek Ez az opció azt jelzi, hogy a program nem reagál semmilyen rendszer szintű üzenetre.
Futtatás a háttérben A program nem jelenik meg a Programváltóban vagy a futó programok listájában az Asztalsávon.
-

Alább látható egy lista a programmal használható fájltípusokkal. Hozzáadhatsz (vagy törölhetsz) egy fájltípust, ha úgy gondolod, hogy az adott program tudja azt kezelni. Ennek eredményeként a program megjelenik az előnyben részesített programok listájában, vagy a Tracker Megnyitás ezzel... listájában is, ha az adott típusú fájlon jobb gombbal kattintunk.

-

Végül pedig az ablak alján a verzió és a leírás, másolásvédelmi információ található. Mind a program aláírását (egyéni azonosítóját) is, ezt is a program készítője határozza meg, és nem ajánlott módosítani azt.

- -

-index -Általános beállítások a Fájltípusok beállítások panelen

-

A Fájltípusok beállítások esetében nem külön fájlonként, hanem általánosságban módosíthatóak a beállítások. Módosítható az ikon, az előnyben részesített program, hozzáadható, törölhető illetve módosítható egy egész fájltípus és annak a jellemzői. Továbbá egyéni fájltípust is létrehozhat.

-

Minden fájltípus és a hozzájuk tartozó beállítás a /boot/home/config/settings/beos_mime/ mappában található. Mielőtt módosítanád ennek a tartalmát, előtte mindenképp ajánlott róla készíteni egy másolatot...

-

További információkat találhatsz a Fájltípusok beállításairól a Műhely: fájltípusok, jellemzők, indexek és lekérdezések fejezetben.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/gui.html b/docs/userguide/userguide/hu/gui.html deleted file mode 100644 index c3bc7e9a09..0000000000 --- a/docs/userguide/userguide/hu/gui.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - A Haiku felhasználói felülete - - - - - - - - -
-
- - - - -
Index
- Könnyű mozgatás és méretezés
- Halmozás és csempézés
- Megnyitás és mentés panel
- Replikánsok
- -

A Haiku felhasználói felülete

- -

A Haiku grafikus felhasználói felülete a rendszer részét képezi. Ellentétben a Unix-szerű operációs rendszerekkel, nincs különálló ablakkezelő, és éppen ezért a csak parancssoros indítás sem lehetséges. A Haiku elsősorban az asztali felhasználóra összpontosít.

-

Minden bizonnyal már rendelkezel más grafikus környezetbeli ismerekkel, ezért most nem térünk ki a "szabványokra", mint például a menük, helyi menük, az egérrel való munka, stb. Most pedig nézzük át a Haiku felületének sajátosságait.

-gui.png -

Csupán néhány dolog jellemző a Haiku felületére, ami magyarázatra szorul.

-
    -
  1. A Haiku "Start menüje" az Asztalsáv. További információk az Asztalsáv fejezetben.

  2. -
  3. A sárga fül nem csak egy program vagy egy fájl neve: -
    • Mozgathatjuk a SHIFT lenyomva tartásával, így lehetővé téve több ablak halmozását.
    • -
    • Az ablak elrejthető (az Asztalsávra kicsinyíthető), ha duplán kattintunk a fülön (vagy a CTRL ALT M kombinációval). A már elrejtett ablakok hozzáférhetőek az Asztalsávon illetve a Programváltóban.
    • -
    • Az ablak háttérbe küldhető, ha a fülön (vagy az ablak keretén) a jobb gombbal kattintunk.
  4. -
  5. Bezárás gomb.

  6. -
  7. Az ablak maximalizálására szolgáló gomb (CTRL ALT Z kombináció). A legtöbb programban az ablak teljes képernyőre történő átméretezésére szolgál. Azonban nem csak erre használható. A Nyomkövető például az ablakot a tartalom megjelenítésére optimalizált méretűre méretezi át.

  8. -
  9. Az ablak kerete. A bal oldali keret az ablak mozgatására, a jobb oldali pedig az ablak átméretezésére szolgál.

  10. -
  11. Méretező sarok.

  12. -
- -

-index -Könnyű mozgatás és méretezés

-

Az ablakok mozgatása és méretezése egy fontos része a programmal való interaktivitásnak. Ennek a kis sárga fülön és a vékony keret használatán túl van más módja is. A méretező sarok kis mérete miatt annak is megvannak a maga korlátai: csak a jobb alsó sarok irányában van lehetőség az ablak átméretezésére.
A jobb oldali keret a méretezésre szintén használható, de pontosan kell célozni az egérrel.

-

Ezen problémák kiküszöbölésére a Haiku különféle ablakkezelő kombinációkat tud használni a CTRL ALT és az egér használatával. További információk a Billentyűzet-kombinációk fejezetben.

-resizing.png -

A CTRL ALT lenyomásakor az egérhez közeli ablakkeret kiemelésre kerül. Mozgasd az egeret a többi keret felé, hogy másik keret legyen kijelölve. Kattints a jobb egér gombbal és mozgasd azt az ablak átméretezéséhez a kijelölt keret mentén.

-

Tartsd a CTRL ALT billentyűt és a bal egér gombot lenyomva majd mozgasd azt az ablak bármely részén az ablak mozgatásához. Gyors duplakattintás a jobb egér gombbal pedig hátraküldi azt.

- -

-index -Halmozás és csempézés

-

A Haiku egy egyedi lehetőséget nyújt a teljes ablakhosszúságú fejléccel ellentétben a füles stílusú ablakfejléccel. Ez a "Halmozás és csempézés".
-Mint azt az alábbi példa mutatja, a Nyomkövető ablak a könyvjelzőkkel és a WebPositive ablak csempeszerűen illeszkenek egymáshoz. Ugyanakkor a WebPositive maga pedig egy másik Nyomkövető ablakkal (Saját mappa) van csoportba ("halomba") rendezve. A kép jól mutatja, hogy miként válthatunk a két ablak közt.

-gui-s+t.gif -

Az ehhez hasonló halmozáskor az ablakok mozgatása és méretezése együtt történik. Ez remek lehetőség arra, ha egy feladat több részét együtt akarjuk kezelni. Például, ha van egy böngésző ablak a dokumentációnak, egy másik ablak a szövegszerkesztőnek, egy harmadik, Nyomkövető ablak a fájloknak, illetve egy feladathoz tartozó levél is meg van nyitva, akkor ezt mind egyben kezelhetjük.

-

Az ablakok összerendezése egyszerű: tartsuk lenyomva az OPT billentyűt mialatt az egyik ablakot a fülénél fogva a másik ablak füléhez közel húzzuk, vagy a keretet a másik keretig addig, amíg a színe át nem vált, majd engedjük fel az egér gombját.

-

A halmozás és a csempézés két részből áll.

- - -
gui-stacking.png

A halmozáshoz az ablakokat a füleknél egymás fölé kell húzni, ezután automatikusan a fülek a megfelelő pozícióba kerülnek.
-Az OPT billentyű lenyomása mellett a fülek színe megváltozik; ekkor csak engedjük el az ablakot a halmozáshoz.

- - -
gui-tilinging.png

A "csempézés" annyit jelent, hogy az ablakokat függőlegesen vagy vízszintesen egymáshoz "ragasszuk".
-Itt is az OPT billentyű lenyomva tartásánál mikor az ablakok egymás közelébe kerülnek, a szomszédos keretek színe megváltozik (melyek összeragadnak).

-

A szétválasztás hasonló módon történik, csak lenyomva kell tartani az OPT gombot, mialatt az ablakot kihúzzuk a csoportból.

- -

-index -Megnyitás és mentés panel

-

Megnyitáskor és mentéskor egy ehhez hasonló ablakot kapunk:

-open-save.png -

Itt megkapjuk a kiválasztott mappa tartalmát, mentés ablak esetében pedig egy beviteli mezőt is, ahová be tudjuk írni a fájl nevét, továbbá egy menüt is, amiben különféle típust választhatunk a fájl mentésekor.
-Gyorsan a felsőbb szintű mappába juthatunk a lista feletti menüből.

-

A megnyitás ablakban tallózás helyett a kívánt mappát rá is dobhatjuk a megnyitás ablakra, amely automatikusan elnavigál a kívánt mappába.

- -

-index -Billentyű kombinációk

-

Sok kombináció rendelkezésünkre áll a megnyitás és mentés ablakokban, amik megegyeznek a Nyomkövető ablakban használatosakkal. Azon túlmenően, amik a Fájl menüből elérhetőek, néhány parancs nem teljesen nyilvánvaló:

- - - - - - - -
ALT NÚj mappa létrehozása.
ALT EA kijelölt bejegyzés átnevezése.
ALT Egy szinttel fejjeb lépünk
ALT vagy ENTERA kijelölt mappába lépés.
ALT DAz Asztalra ugrás.
ALT HA Saját mappára ugrás.
- -

-index -Kedvencek és legutóbbi mappák

-

A Kedvencek menü a megnyitás és mentés ablakban tartalmazza a legutóbbi mappákat és a kedvenc helyeket, amiket magunk adhatunk meg. Ahogy azt a kis nyíl jelzi, ezek is használhatóak a navigálás során, ezek almenüjében is megjelenik a mappa tartalma.

-favorites.png -

Egy kedvenc mappa hozzáadásához egyszerűen csak keressük meg azt a mappát, és válasszuk a Kedvencek | Jelenlegi mappa hozzáadása menüt. Mostmár ez minden megnyitás/mentés ablakban megjelenik. Törlés esetében pedig a Kedvencek | Kedvencek szerkesztése... kiválasztásával töröljük a már feleslegessé vált bejegyzést.
-A kedvencek a /boot/home/config/settings/Tracker/Go/ mappában találhatóak. Tehát, akár egyszerű hivatkozás létrehozásával is adhatunk hozzá kedvenc fájlt vagy mappát.

- -

-index -Replikánsok

-

A replikánsok egy program egyéni felülettel rendelkező részei, amiket más programokban felhasználhatunk. Az Asztalsáv Replikánsok megjelenítése bejelölésével a programok replikánsait jelző kis kéz szerű jel megjelenik, mely általában a jobb alsó sarokban található:

-replicant.png -

A legkiválóbb hely a replikánsok tárolására az Asztal: egyszerűen a kis kéz ikonnál fogva húzzuk ki az ablak tartalmát az Asztalra, mely ettől fogva az Asztal részét képezi, és a replikáns szülőprogramja már nem is kell, hogy tovább fusson.
-A jobb gombbal kattintva a replikáns jelén kapunk egy helyi menüt, amiben az eredeti program Névjegye és a Replikáns eltávolítása gombot találjuk.

-
Ha bármi probléma van az Asztalra dobott replikánssal, akkor csak töröld ki a ~/config/settings/Tracker/tracker_shelf bejegyzést. Sajnos ezzel az összes replikáns törlődik az Asztalról.
-

A replikáns programokra remek példa a Folyamatmonitor grafikonjai, a Munkaasztalok kisalkalmazás vagy a Számológép.

-
-
- - - - - diff --git a/docs/userguide/userguide/hu/images/apps-images/activitymonitor.png b/docs/userguide/userguide/hu/images/apps-images/activitymonitor.png deleted file mode 100644 index 0990ef1a19..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-1.png deleted file mode 100644 index d16470c33b..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-2.png deleted file mode 100644 index 38f03e0b7f..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-3.png deleted file mode 100644 index c77e072eb9..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-4.png deleted file mode 100644 index a48cd4fb0f..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-5.png deleted file mode 100644 index 5bd2a4c5dd..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-6.png deleted file mode 100644 index 8cc7b57d3b..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-7.png deleted file mode 100644 index 092c19b78c..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/hu/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/bootmenu.png b/docs/userguide/userguide/hu/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/cdplayer.png b/docs/userguide/userguide/hu/images/apps-images/cdplayer.png deleted file mode 100644 index 4b53262c95..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/charactermap.png b/docs/userguide/userguide/hu/images/apps-images/charactermap.png deleted file mode 100644 index 3609a2fce2..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/cli-alert.png b/docs/userguide/userguide/hu/images/apps-images/cli-alert.png deleted file mode 100644 index 9343d1763f..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/cli-desklink.png b/docs/userguide/userguide/hu/images/apps-images/cli-desklink.png deleted file mode 100644 index 9fe451c719..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/hu/images/apps-images/cli-filepanel.png deleted file mode 100644 index 453c0ce5af..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/codycam.png b/docs/userguide/userguide/hu/images/apps-images/codycam.png deleted file mode 100644 index 09eb95b407..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/debugger.png b/docs/userguide/userguide/hu/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/debugger_alert.png b/docs/userguide/userguide/hu/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/deskcalc.png b/docs/userguide/userguide/hu/images/apps-images/deskcalc.png deleted file mode 100644 index f204d13b29..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/hu/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index f478e29e8a..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/diskprobe.png b/docs/userguide/userguide/hu/images/apps-images/diskprobe.png deleted file mode 100644 index 195f866239..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/diskusage.png b/docs/userguide/userguide/hu/images/apps-images/diskusage.png deleted file mode 100644 index 371206d4bd..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/hu/images/apps-images/drivesetup-create.png deleted file mode 100644 index a3017fa816..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/hu/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index f01c633cf4..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/drivesetup.png b/docs/userguide/userguide/hu/images/apps-images/drivesetup.png deleted file mode 100644 index c7620d1fdf..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/expander-preferences.png b/docs/userguide/userguide/hu/images/apps-images/expander-preferences.png deleted file mode 100644 index 156f820d37..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/expander.png b/docs/userguide/userguide/hu/images/apps-images/expander.png deleted file mode 100644 index e658f6852b..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/hu/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/hu/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/hu/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/haikudepot.png b/docs/userguide/userguide/hu/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/hu/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index 412131dee8..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/hu/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 79e3da4d2f..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/installer.png b/docs/userguide/userguide/hu/images/apps-images/installer.png deleted file mode 100644 index 80ef060a4f..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/magnify.png b/docs/userguide/userguide/hu/images/apps-images/magnify.png deleted file mode 100644 index 7666c8bd76..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mail-attachments.png b/docs/userguide/userguide/hu/images/apps-images/mail-attachments.png deleted file mode 100644 index 305dbc9906..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mail-preferences.png b/docs/userguide/userguide/hu/images/apps-images/mail-preferences.png deleted file mode 100644 index 3e30cdb0bb..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mail-read.png b/docs/userguide/userguide/hu/images/apps-images/mail-read.png deleted file mode 100644 index b987ebaf0d..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mail-signature.png b/docs/userguide/userguide/hu/images/apps-images/mail-signature.png deleted file mode 100644 index 5f9d498d1c..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/hu/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 13c7aefa50..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mail-write.png b/docs/userguide/userguide/hu/images/apps-images/mail-write.png deleted file mode 100644 index eb6c1b457b..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/hu/images/apps-images/mediaplayer-info.png deleted file mode 100644 index b15443bf0f..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/hu/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 41c3256165..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/hu/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 6615b5cb77..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/mediaplayer.png b/docs/userguide/userguide/hu/images/apps-images/mediaplayer.png deleted file mode 100644 index 74dff97ec0..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/midiplayer.png b/docs/userguide/userguide/hu/images/apps-images/midiplayer.png deleted file mode 100644 index 024492ad38..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/hu/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/hu/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 9f9e8c3e30..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/packageinstaller.png b/docs/userguide/userguide/hu/images/apps-images/packageinstaller.png deleted file mode 100644 index 3d22208fea..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/people-files.png b/docs/userguide/userguide/hu/images/apps-images/people-files.png deleted file mode 100644 index 1659058424..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/people.png b/docs/userguide/userguide/hu/images/apps-images/people.png deleted file mode 100644 index d4d2e2977c..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/poorman.png b/docs/userguide/userguide/hu/images/apps-images/poorman.png deleted file mode 100644 index e407b5cc85..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/screenshot.png b/docs/userguide/userguide/hu/images/apps-images/screenshot.png deleted file mode 100644 index 35355f076f..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/hu/images/apps-images/showimage-browse.jpg deleted file mode 100644 index b0459e5233..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/hu/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index fb42ad16bd..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/hu/images/apps-images/showimage-edit.jpg deleted file mode 100644 index 043a529632..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/hu/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/hu/images/apps-images/showimage-view.jpg deleted file mode 100644 index 1b58d23bd3..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/stylededit.png b/docs/userguide/userguide/hu/images/apps-images/stylededit.png deleted file mode 100644 index 18be4205d0..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/terminal-settings.png b/docs/userguide/userguide/hu/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/terminal.png b/docs/userguide/userguide/hu/images/apps-images/terminal.png deleted file mode 100644 index 7680a19b93..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/textsearch.png b/docs/userguide/userguide/hu/images/apps-images/textsearch.png deleted file mode 100644 index e0f3abb8ec..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/hu/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/web+download.png b/docs/userguide/userguide/hu/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/hu/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/hu/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/web+settings.png b/docs/userguide/userguide/hu/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/hu/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index cd63347ed1..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/hu/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 03840aa96c..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/hu/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/hu/images/apps-images/webpositive-settings.png deleted file mode 100644 index 046f3d436d..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/hu/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/apps-images/webpositive.png b/docs/userguide/userguide/hu/images/apps-images/webpositive.png deleted file mode 100644 index 56f1c34880..0000000000 Binary files a/docs/userguide/userguide/hu/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/attributes-images/people.png b/docs/userguide/userguide/hu/images/attributes-images/people.png deleted file mode 100644 index e0bb5223ec..0000000000 Binary files a/docs/userguide/userguide/hu/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/calendar.png b/docs/userguide/userguide/hu/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/deskbar.png b/docs/userguide/userguide/hu/images/deskbar-images/deskbar.png deleted file mode 100644 index b9afbfa2c8..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/hu/images/deskbar-images/list-of-apps.png deleted file mode 100644 index 2e76b8362f..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/positions.png b/docs/userguide/userguide/hu/images/deskbar-images/positions.png deleted file mode 100644 index 8982be903f..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/hu/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 4b037dd9fd..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/hu/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 8fab2d7bac..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/hu/images/deskbar-images/prefs-menu.png deleted file mode 100644 index 40b1e76189..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/hu/images/deskbar-images/prefs-window.png deleted file mode 100644 index 6c73cbf16c..0000000000 Binary files a/docs/userguide/userguide/hu/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/hu/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 565e5dcd22..0000000000 Binary files a/docs/userguide/userguide/hu/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/hu/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index e19dfb93c3..0000000000 Binary files a/docs/userguide/userguide/hu/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/hu/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/hu/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/hu/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 505ef8f5e7..0000000000 Binary files a/docs/userguide/userguide/hu/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/hu/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 5ca4d84e16..0000000000 Binary files a/docs/userguide/userguide/hu/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/gui-images/favorites.png b/docs/userguide/userguide/hu/images/gui-images/favorites.png deleted file mode 100644 index 14f347c4e2..0000000000 Binary files a/docs/userguide/userguide/hu/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/hu/images/gui-images/gui-s+t.gif deleted file mode 100644 index ee1be94d51..0000000000 Binary files a/docs/userguide/userguide/hu/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/gui-images/gui-stacking.png b/docs/userguide/userguide/hu/images/gui-images/gui-stacking.png deleted file mode 100644 index 38c058144b..0000000000 Binary files a/docs/userguide/userguide/hu/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/gui-images/gui-tiling.png b/docs/userguide/userguide/hu/images/gui-images/gui-tiling.png deleted file mode 100644 index 7a46936a78..0000000000 Binary files a/docs/userguide/userguide/hu/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/gui-images/gui.png b/docs/userguide/userguide/hu/images/gui-images/gui.png deleted file mode 100644 index fec4917114..0000000000 Binary files a/docs/userguide/userguide/hu/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/gui-images/open-save.png b/docs/userguide/userguide/hu/images/gui-images/open-save.png deleted file mode 100644 index 24dcd96696..0000000000 Binary files a/docs/userguide/userguide/hu/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/gui-images/resizing.png b/docs/userguide/userguide/hu/images/gui-images/resizing.png deleted file mode 100644 index 093246a264..0000000000 Binary files a/docs/userguide/userguide/hu/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/networkstatus-images/applet.png b/docs/userguide/userguide/hu/images/networkstatus-images/applet.png deleted file mode 100644 index d677259f1e..0000000000 Binary files a/docs/userguide/userguide/hu/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/hu/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/hu/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/hu/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/hu/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/hu/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/hu/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/hu/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/hu/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/hu/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/hu/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/powerstatus-images/applet.png b/docs/userguide/userguide/hu/images/powerstatus-images/applet.png deleted file mode 100644 index fb2f529771..0000000000 Binary files a/docs/userguide/userguide/hu/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index 871c1ad058..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-colors.png deleted file mode 100644 index 414b4ea0dd..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 3018a9b8d1..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-fonts.png deleted file mode 100644 index a23d6d3270..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 6a01c5807e..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index b2ddd9a7b8..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index d10f807bbc..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/hu/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index 1f119df7e7..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/backgrounds.png b/docs/userguide/userguide/hu/images/prefs-images/backgrounds.png deleted file mode 100644 index 32b7931ffa..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/datatranslations.png b/docs/userguide/userguide/hu/images/prefs-images/datatranslations.png deleted file mode 100644 index 551a3b50f0..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 1f31ed9e83..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 788db6a3b1..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index f60231805d..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 6d75650b0d..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-in.png deleted file mode 100644 index c9b3001342..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 3a34c6192d..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index 7e4186af5d..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index dd6bda0239..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-out.png deleted file mode 100644 index 0acb5c0408..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/hu/images/prefs-images/e-mail-settings.png deleted file mode 100644 index c2c4ecf29d..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/fonts.png b/docs/userguide/userguide/hu/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/keyboard.png b/docs/userguide/userguide/hu/images/prefs-images/keyboard.png deleted file mode 100644 index b7fd32e151..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/hu/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 48882c5611..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/keymap.png b/docs/userguide/userguide/hu/images/prefs-images/keymap.png deleted file mode 100644 index 47a2df9824..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/hu/images/prefs-images/locale-formatting.png deleted file mode 100644 index bc09fa08b6..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/locale-language.png b/docs/userguide/userguide/hu/images/prefs-images/locale-language.png deleted file mode 100644 index 2473a56632..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/mouse.png b/docs/userguide/userguide/hu/images/prefs-images/mouse.png deleted file mode 100644 index a5519505c3..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/hu/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/hu/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/hu/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/hu/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/network.png b/docs/userguide/userguide/hu/images/prefs-images/network.png deleted file mode 100644 index d5a457424c..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/screen.png b/docs/userguide/userguide/hu/images/prefs-images/screen.png deleted file mode 100644 index 38f59d72eb..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/hu/images/prefs-images/screensaver-fade.png deleted file mode 100644 index bedfc1b43e..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/hu/images/prefs-images/screensaver-modules.png deleted file mode 100644 index 6cd458dece..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/sounds.png b/docs/userguide/userguide/hu/images/prefs-images/sounds.png deleted file mode 100644 index 8976236b03..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/time-clock.png b/docs/userguide/userguide/hu/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/time-network.png b/docs/userguide/userguide/hu/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/time-time.png b/docs/userguide/userguide/hu/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/time-timezone.png b/docs/userguide/userguide/hu/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/touchpad.png b/docs/userguide/userguide/hu/images/prefs-images/touchpad.png deleted file mode 100644 index 6517ae31e1..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/hu/images/prefs-images/virtualmemory.png deleted file mode 100644 index a68912ca0a..0000000000 Binary files a/docs/userguide/userguide/hu/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/processcontroller-images/applet.png b/docs/userguide/userguide/hu/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/hu/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/processcontroller-images/memory.png b/docs/userguide/userguide/hu/images/processcontroller-images/memory.png deleted file mode 100644 index f1fb8d88f4..0000000000 Binary files a/docs/userguide/userguide/hu/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/processcontroller-images/priority.png b/docs/userguide/userguide/hu/images/processcontroller-images/priority.png deleted file mode 100644 index 7c21980c59..0000000000 Binary files a/docs/userguide/userguide/hu/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/processcontroller-images/quit.png b/docs/userguide/userguide/hu/images/processcontroller-images/quit.png deleted file mode 100644 index 3b7487ef49..0000000000 Binary files a/docs/userguide/userguide/hu/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/queries-images/basic-query.png b/docs/userguide/userguide/hu/images/queries-images/basic-query.png deleted file mode 100644 index 7cae8281a4..0000000000 Binary files a/docs/userguide/userguide/hu/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/queries-images/formula-query.png b/docs/userguide/userguide/hu/images/queries-images/formula-query.png deleted file mode 100644 index bcaf3440a4..0000000000 Binary files a/docs/userguide/userguide/hu/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/queries-images/query-window-filled.png b/docs/userguide/userguide/hu/images/queries-images/query-window-filled.png deleted file mode 100644 index 5a78cca86b..0000000000 Binary files a/docs/userguide/userguide/hu/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/queries-images/query-window.png b/docs/userguide/userguide/hu/images/queries-images/query-window.png deleted file mode 100644 index d131ae8e51..0000000000 Binary files a/docs/userguide/userguide/hu/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/queries-images/result-window.png b/docs/userguide/userguide/hu/images/queries-images/result-window.png deleted file mode 100644 index dc35ccd326..0000000000 Binary files a/docs/userguide/userguide/hu/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/hu/images/teammonitor-images/teammonitor.png deleted file mode 100644 index bee4fa243c..0000000000 Binary files a/docs/userguide/userguide/hu/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/drill-down.png b/docs/userguide/userguide/hu/images/tracker-images/drill-down.png deleted file mode 100644 index d93d14f469..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/get-info.png b/docs/userguide/userguide/hu/images/tracker-images/get-info.png deleted file mode 100644 index 4a3ccd4570..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/mount-settings.png b/docs/userguide/userguide/hu/images/tracker-images/mount-settings.png deleted file mode 100644 index ec529c272f..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/new-menu.png b/docs/userguide/userguide/hu/images/tracker-images/new-menu.png deleted file mode 100644 index 9aac1ae7b8..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/hu/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 3ab889e092..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/open-with.png b/docs/userguide/userguide/hu/images/tracker-images/open-with.png deleted file mode 100644 index d61a385979..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/hu/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 545bca4ac6..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/transaction-status.png b/docs/userguide/userguide/hu/images/tracker-images/transaction-status.png deleted file mode 100644 index 37cf3fb0d3..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/hu/images/tracker-images/window-drill-down.png deleted file mode 100644 index 6281a26481..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/window-menu.png b/docs/userguide/userguide/hu/images/tracker-images/window-menu.png deleted file mode 100644 index 23f2affab3..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/hu/images/tracker-images/window-type-ahead.png deleted file mode 100644 index e36d245b49..0000000000 Binary files a/docs/userguide/userguide/hu/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-email-images/browsing.png b/docs/userguide/userguide/hu/images/workshop-email-images/browsing.png deleted file mode 100644 index d8493e0f6e..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/hu/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 002fad792c..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-email-images/query-1.png b/docs/userguide/userguide/hu/images/workshop-email-images/query-1.png deleted file mode 100644 index 24ea8cc251..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-email-images/query-2.png b/docs/userguide/userguide/hu/images/workshop-email-images/query-2.png deleted file mode 100644 index ab5cdd53ce..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-email-images/query-3.png b/docs/userguide/userguide/hu/images/workshop-email-images/query-3.png deleted file mode 100644 index 8742634c0e..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-email-images/query-4.png b/docs/userguide/userguide/hu/images/workshop-email-images/query-4.png deleted file mode 100644 index c01106040a..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-email-images/status.png b/docs/userguide/userguide/hu/images/workshop-email-images/status.png deleted file mode 100644 index eeb250d4b1..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index 6230689921..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index efe3b30dc5..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index d565a73630..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index f01ed0a208..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 6dc07e7c48..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/hu/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/hu/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/hu/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/hu/images/workspaces-images/workspaces.png b/docs/userguide/userguide/hu/images/workspaces-images/workspaces.png deleted file mode 100644 index bde64d43f8..0000000000 Binary files a/docs/userguide/userguide/hu/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/hu/index.html b/docs/userguide/userguide/hu/index.html deleted file mode 100644 index 5b67ef53f4..0000000000 --- a/docs/userguide/userguide/hu/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Index - - - - - - - - -
-
- -

Index

- -

A Jellemzők és a Lekérdezések kulcsfontosságú részei a Haiku-nak. Míg a jellemzők magukban is hasznosak, a fájl kiegészítő információit jelenítik meg, kereséshez (lekérdezéshez) azonban már indexelni kell őket. Az indexek a jellemzőket egy kereső táblába rakják, ami a keresést nagyon gyorsá teszi.
-Az index a fájlrendszer részét képezi, és minden lemezen/partíción elkülönítve van tárolva.

- -

-Indexel kapcsolatos parancsok a Terminálban

-

Több parancs is rendelkezésünkre áll az indexek kezelésére:

-
    -
  • lsindex - Megjeleníti az aktuális lemezen lévő indexelt jellemzőket.
    -Alap esetben ezek a jellemzőket indexeli a rendszer:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Új jellemző hozzáadása az indexhez a lemezen.
  • -
-
használat: mkindex [opciók] <jellemző> 
-Új index létrehozása a megadott jellemzőhöz. 
- 
-  -d, --volume=ÚTVONAL  annak a lemeznek az útvonala, ahová az indexet hozzá akarjuk adni, 
-                        alap esetben ez az aktuális lemez 
-  -t, --type=TÍPUS      az indexelni kívánt jellemző típusa, mely a következő lehet:
-                        "int", "llong", "string", "float", "double". 
-                        ha nem adunk meg semmit, akor "string" (szöveg) lesz 
-      --copy-from       annak a lemeznek az útvonala, ahonnan az indexet másolni akarjuk 
-  -v, --verbose         a létrehozás folyamata közbeni információk megjelenítése 
-
-
-

Csak az új fájlok (azokkal a jellemzőkkel) kerülnek bele az indexbe!
-Már létező fájlokat kézzel kell hozzáadni úgy, hogy átmásoljuk majd töröljük utána az eredetit. Alternatív megoldásként használhatjuk a reindex parancsot is. -

-
    -
  • reindex - Egy meglévő fájl jellemzőit a lemez/partíció újonnan készített indexébe rakja.
  • -
-
használat: reindex [-rvf] útvonal <fájlok/mappák listája> 
-  -r    a mappák almappáit is indexeli
-  -v    a létrehozás folyamata közbeni információk megjelenítése
-  -f    létrehozza/frissíti az összes indexet a forrás lemezről,
-        a "útvonal" a forráslemez útvonala
-
-
-
    -
  • rmindex - Eltávolít egy jellemzőt a lemez/partíció indexéből.
  • -
-
használat: rmindex [OCIÓK]... INDEX_NEVE 
- 
-Törli az INDEX_NEVE nevű indexet a lemezről. Miután ez elkészült,
-a rendszer már nem fogja tudni megkeresni a fájlokat az INDEX_NEVE nevű jellemző alapján. 
- 
-  -d, --volume=ÚTVONAL  annak a lemeznek az útvonal, ahonnan az indexet törölni szeretnénk
-  -h, --help            ez a segítség megjelenítése 
-  -p, --pattern         az INDEX_NEVE egy minta 
-  -v, --verbose         az eltávolítási folyamata közbeni információk megjelenítése  
- 
-Az INDEX_NEVE egy fájl jellemzőjének a neve. 
- 
-Ha nincs lemez megadva, akkor a jelenlegi lemez lesz használva.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/keyboard-shortcuts.html b/docs/userguide/userguide/hu/keyboard-shortcuts.html deleted file mode 100644 index 79a817964f..0000000000 --- a/docs/userguide/userguide/hu/keyboard-shortcuts.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - Billentyűzet-kombinációk - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

Billentyűzet-kombinációk

- -

Alap esetben a Haiku billentyűzet-kombinációk nem a CTRL-al, hanem az ALT billentyűvel hívhatóak meg. Ennek "történelmi" okai vannak, ugyanis a Haiku-t a BeOS-t, azt pedig a MacOS ihlette. Használat közben is megvannak az előnyei, ugyanis például az ALT C és az ALT V kombinációk is épp úgy használhatóak a bash shell-ben is a Terminálban. Ott ugye a CTRL C megszakítja az épp futó programot, így azt nem használhatnánk a másolásra.

-

A Billentyűzetkiosztás beállításainál felülbírálhatjuk ezt a beállítást, ha inkább a CTRL billentyűt szeretnénk használni. Ez az útmutató minden esetben az alapértelmezett beállítás alapján értendő, vagyis, hogy az említett kombinációk az ALT-al használatosak.

-

Ha azon elmélkedsz, hogy vajon melyik az az OPT vagy MENU billentyű, akkor nézd meg azt a Billentyűzetkiosztás beállításainál. Ekkor könnyedén megtudhatod, hogy melyik leütött billentyű melyik is a billentyűzeten.

- -

-index -Elsődleges kombinációk

-

A következő táblázatban megtalálhatóak az általánosan használt kombinációk, melyek minden esetben elérhetőek, akár van hozzá menü, akár nincs:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxVáltás a Munkaasztalok között (az X az Fx esetében a munkaasztal száma, mely megfelel egy-egy funkció-billentyűnek). Az aktuális ablakot magunkal is vihetjük az új munkaasztalra, ha közben lenyomva tartjuk a SHIFT-et.
CTRL ALT / / / Egy virtuális táblázat/rács segítségével navigálhatunk, váltogathatunk a munkaasztalok között. Az aktuális ablakot magunkal is vihetjük az új munkaasztalra, ha közben lenyomva tartjuk a SHIFT-et.
OPTHa az OPT-ot lenyomva tartjuk miközben mozgatjuk az ablakot egy másik ablak közelében, akkor azokat csoportba rendezhetjük (további információk A Haiku felhasználói felülete témakörben).
OPT / A jelenlegi munkaasztalon megnyitott ablakok között váltogathatunk.
CTRL ALT + bal egérgombAz ablak mozgatása annak bármely részén (további információk A Haiku felhasználói felülete témakörben).
CTRL ALT + jobb egérgombAz ablak méretezése a keretek körüli területen (további információk A Haiku felhasználói felülete témakörben).
CTRL ALT ZAz ablak alternatív méretűre növelése (ez a legtöbb esetben a maximális mérettel egyenértékű).
CTRL ALT MA jelenlegi ablak minimális méretűre kicsinyítése
CTRL ALT HElrejti a jelenlegi ablakot (az Asztalsárva kicsinyíti).
CTRL ALT FAz aktív ablakot az előtérbe hozza (csak akkor működik, ha az egér beállításainál a Ha az egér felette van opció ki van választva).
CTRL ALT BA jelenlegi ablak háttérbe küldése.
CTRL TABLenyomva tartásakor jelenik meg a Programváltó.
CTRL ALT DELMegnyitja a Folyamatfigyelőt.
ALT ESCA menü aktiválása (bezárása az ESC lenyomásával).
ALT CA kiválasztott tartalmat a vágólapra másolja.
ALT XA kiválasztott tartalmat a vágólapra helyezi (az eredeti törlésével).
ALT VBeilleszti a vágólap tartalmát.
ALT WAz aktuális ablak bezárása.
ALT QA program bezárása.
PRINTKépernyőképet készít, majd megnyitja a Képernyőkép ablakát.
SHIFT PRINTKépernyőképet készít "csendes módban" (az ablak nem jelenik meg), miközben figyelembe veszi a legutóbbi beállításokat.
CTRL PRINTSzintén "csendes módban" készíti el a képernyőképet, azonban a képet nem menti el, csak a vágólapra másolja azt.
- -

-index -Szövegvezérlő kombinációk

-

Ha szöveget szerkesztünk - legyen szó egy fájl átnevezéséről a Nyomkövetőben vagy egy fájl szerkesztéséről a StyledEdit-ben - néhány billentyűkombináció a segítségünkre lehet:

- - - - - - -
ALT / vagy
OPT /
Ugrás a szavak közt. (Megjegyzés: Ajánlott az OPT kombináció használata. Lehetséges, hogy az ALT kombináció más funkciót lát el a programban.)
HOMEUgrás a sor elejére.
ENDUgrás a sor végére.
ALT HOMEUgrás a dokumentum elejére.
ALT ENDUgrás a dokumentum végére.
-

A SHIFT lenyomvatartásával ezen kombinációk használatakor a két ugrás közötti szöveg kerül kijelölésre.

- -

-index -Nyomkövető kombinációk

-

Néhány kiegészítő kombináció a Nyomkövetőben való navigáláshoz:

- - - - - - - - -
ALT A szülő mappa megnyitása.
ALT vagy ENTERA kiválasztott mappa megnyitása.
OPTLenyomva tartásával amikor egy mappát megnyitunk, akkor a szülő mappa bezáródik. Ez egérrel történő navigálás esetén is működik.
MENUMegnyitja az Asztalsáv menüt (bezárás az ESC-el).
ALT ZA legutóbbi művelet visszavonása. A visszavonási előzmények száma a rendelkezésre álló memóriától függ. Itt megjegyzendő, hogy ez csak magán a fájlon működik, a jellemzők illetve az engedélyek visszavonására nem használható. Továbbá, ha a fájl már törlődött a Szemetesből, akkor az már nem vonható vissza.
ALT SHIFT ZAz ALT Z kombinációval visszavont művelet újra végrehajtása.
SHIFT + Egér görgőAmikor nagyon sok fájlt tartalmazó Nyomkövető ablakban görgetünk vagy épp az almenükben navigálunk, akkor felgyorsíthatjuk azt.
- -

-index -Terminál kombinációk

- - - - - - - - - - - - - - - - -
ALT NÚj Terminál ablakot nyit meg.
ALT TÚj lapot nyit meg.
ALT 1, 2, 3 ...Változatás a lapok közt.
ALT TABA következő Terminál ablakra vált.
SHIFT / Balra/jobbra váltogat a lapok közt.
ALT SHIFT / A jelenlegi lapot mozgatja balra/jobbra.
ALT + / -Növeli illetve csökkenti a betűméretet.
ALT ENTERTeljesképernyős mód váltása.
SHIFT / A Terminálban lévő kimenet görgetése soronként.
SHIFT Page↑ / Page↓A Terminálban lévő kimenet görgetése oldalanként.
TABTab-kiegészítés. Miután leütöttünk néhány karaktert, nyomjuk le egyszer a TAB-ot, hogy automatikusan kiegészítse a fájl vagy útvonal nevét. Ha egynél több egyezést talál, akkor a kiegészítés ott megáll, amíg nem ütünk le újabb karaktereket a további szűréshez. Arra is lehetőségünk van, hogy kétszer üssük le a TAB-ot, így megkapjuk az összes egyezést.
/ A parancsok előzményei között váltogathatunk.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CAz aktuális parancs megszakítása.
CTRL DA jelenlegi Terminál bezárása.
- -

-index -További kombinációk

-

Lehetőségünk van arra, hogy a kijelöléshez hozzáadjunk új elemeket vagy töröljünk meglévőt egy módosító billentyű lenyomásával egy elemen (vagy például egy fájlon a Nyomkövetőben).

- - - -
SHIFTMinden elem kijelölése az első kijelöléstől az utolsóig.
ALTHozzáad egy elemet a kijelöléshez vagy töröl egy elemet onnan.
-

A Nyomkövető ablakban csak el kell kezdeni gépelni, majd a Nyomkövető az első találathoz ugrik. Ha nincs olyan bejegyzés (fájl) az ablakban, ami a beírt karakterekkel kezdődik, akkor arra a találatra fog ugrani, aminek a nevében, vagy az egyik megjelenített jellemzőjében megtalálható az, amit keresünk. Ez a keresés nem kisbetű/nagybetű érzékeny.
-A beírt karakterek az ablak bal alsó sarkában jelennek meg (ahol normál esetben az elemek számát jelöli). Egy másodperc múlva visszaáll a normál állapotra, és új keresést kezdeményezhetünk.
-Azzal szemben, hogy a fájlra ugrik az első találatkor, a Nyomkövető ki is tudja szűrni a nem egyezőket. További információk a Gépelés közbeni szűrés fejezetben.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences.html b/docs/userguide/userguide/hu/preferences.html deleted file mode 100644 index 508a97bc5d..0000000000 --- a/docs/userguide/userguide/hu/preferences.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - Beállítások - - - - - - - - -
-
- -

Beállítások

- -

Bár a Haiku filozófiája az, hogy minden különféle konfigurálás nélkül működjön, néha mégis szükség van az egyéni beállításokra. Az összes beállítás megtalálható az Asztalsáv Beállítások menüjében.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconMegjelenés A grafikus felület tulajdonságainak módosítása.
iconHáttér Az asztal vagy a mappák színe illetve háttere.
iconÉrtelmezők A támogatott adat-formátumok.
iconAsztalsáv Asztalsáv beállítása.
iconE-mail E-mail fiókok megadása.
iconFájltípusok Fájltípusok hozzáadása, törlése, beállítása.
iconBillentyűzet A billentyűzet ismétlése és késleltetése.
iconBillentyűzetkiosztás A billentyűzetkiosztás megadása.
iconNyelv Megjelenési nyelv és formátum beállítása.
iconMédia Hang- és videóvezérlők megadása, és a hangerőszabályzó.
iconEgér Az egér tulajdonságainak módosítása.
iconHálózat Hálózat beállítása.
iconNyomtatók Nyomtatók hozzáadása, törlése.
iconKépernyő A képernyő felbontása, a színek, a frekvencia és a munkaasztalok számának megadása.
iconKépernyővédő Képernyővédő hozzáadása, törlése, beállítása.
iconParancsgombok Egyéni billentyűkombinációk megadása, melyekkel például programokat indíthatunk. [még hiányzik]
iconHangok Hangok rendelése a különféle rendszer-eseményekhez.
iconDátum és idő Idő, dátum és az időzóna beállítása.
iconNyomkövető A Haiku fájlkezelőjének beállítása.
iconÉrintőtábla Az érintőtábla ("tapipad") konfigurálása.
iconVirtuális memória A virtuális memória méretének megadása.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/appearance.html b/docs/userguide/userguide/hu/preferences/appearance.html deleted file mode 100644 index 6ba1d6af3c..0000000000 --- a/docs/userguide/userguide/hu/preferences/appearance.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - Megjelenés - - - - - - - - -
-
- -

appearance-icon_64.pngMegjelenés (Appearance)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Appearance
Bellítások:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

A Haiku megjelenési beállításait szabhatjuk személyre ezen a felületen.

- -

-index -Betűtípusok

-appearance-fonts.png -

A Haiku 3 szabványos betűtípust támogat. Beállítható az alap, a félkövér és a rögzített szélességű betűtípusok és a méreteik, amit a rendszer használ. Ezeken kívül pedig a menüben használt betűtípus is megadható.

- -

-index -Új betűtípusok telepítése

-

Azok a betűtípusok, melyek nem egy .hpkg részeként érkeznek, azok a betűtípusnak megfelelő almappába (a non-packed mappán belül) másolással telepíthetőek (psfonts vagy ttfonts). További információk a Fájlrendszer szerkezete fejezetben. TrueType betűk esetében:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/   minden felhasználó számára elérhető betűtípusok számára.
/boot/home/config/non-packaged/data/fonts/ttfonts/   csak a saját betűtípusok.
- -

-index -Színek

-appearance-colors.png -

A Színek fülön a felület különféle részeinek a színei módosíthatóak. A színek megadhatóak úgy is, ha egy palettából (például a WonderBrush-ból vagy az Icon-O-Matic-ból) dobjuk ide a megfelelő színt.

- -

-index -Megjelenés

-appearance-decorators.png -

A dekorációk az ablak és a vezérlőelemek megjelenésének megadásra szolgálnak. Jelenleg a Haiku csak egy dekorációval rendelkezik. Több dekoráció esetében a listából tudjuk kiválasztani a szükségeset.
A dupla nyíl pedig azt jelenti, hogy a görgetősáv mind a két végén dupla nyíl található. A dupla nyíl mink a két irányú görgető-nyilat tartalmazza.

-

Az eredeti Haiku dekoráció lehetőséget nyújt a görgetősáv nyilainak stílusának módosítására. Lehetnek egyszeres nyilak (helytakarékosság) illetve lehetnek dupla nyilak (kevesebb egérmozgatás) — hagyományos BeOS terminológia.

- -

-index -Élsimítás

-appearance-antialiasing.png -

Az Élsimítás fülön a megjelenítési módot szabályozhatjuk.

- -

-index -Betűképek körvonala

-

A Betűképek körvonala bekapcsolásakor a karakterek igazítása két képpont közt történik függőlegesen és vízszintesen a karakter vonalainak éléhez képes. Ez tökéletes kontrasztot eredményez épp úgy, mint a fekete a fehéren. A szöveg így élesebben jelenik meg. A rögzített szélességű betűknek van egy külön beállítása, ami különösen az alacsony felbontású eszközök esetében lehet segítség. A kisebb méretű betűk a betűképek körvonalának bekapcsolásakor elég rosszul néznek ki, de ezt a beállítást kihasználhatjuk a szöveg szerkesztőknél vagy a Terminálnál.

-

Lássuk most a különbséget a körvonalak használatára a nagyított képen:

- - -
appearance-glyph-off.png
Körvonal: ki
appearance-glyph-on.png
Körvonal: be
-

Azt azért meg kell jegyezni, hogy a Nagyító ablakok ezen az oldalon két különféle beállításokkal lettek létrehozva. Leginkább akkor látjuk a különbséget, amikor a fenti két képen megnézzük akár a sárga fülön a címet, akár az alatta lévő szöveget.

- -

-index -Élsimítás típusa

-

Egy másik technika a megjelenítés javítására az Élsimítás, amit mind a vektoros grafikák mind pedig a szöveg esetében használhatunk. Ez elmossa a vonalakat úgy, hogy néhány képpont színét módosítja. Ezt kétféleképpen teheti meg:

-

A Szürkeárnyalat az élek intenzitását módosítja.
-Az LCD-szubpixel ettől jobb munkát végez, különösen (nagy felbontású) LCD monitorok esetében. Az intenzitás helyett a képpont színét módosítja az élek mentén mozogva, mert az LCD monitorok minden képpontot a piros, zöld és kék színekből állítanak össze.

-

Szintén két példa a különböző megjelenésre:

- - -
appearance-glyph-off.png
Szürkeányalat, körvonal: ki
appearance-subpixel.png
LCD-szubpixel, körvonal: ki
-

A szubpixeles élsimítás színes fényt ad az objektumoknak, amit nem mindenki tolerál. Ezért a Haiku mind a két élsimítási módot tudja egyszerre használni, mindenki megtalálhatja a megfelelő kombinációt a csuszka mozgatásával.

-
A szubpixel alapú élsimítás és a betűképek körvonalának kombinációja szabadalom alatt áll, ezért alap esetben nem engedélyezett. Attól függően, hogy a Föld mely részén élsz, olyan verzióval is rendelkezhetsz, aminél ez engedélyezve van. Ezért elnézést kérünk. Beszélj a helyi képviselőddel.
-

Ha a körvonalakat az LCD szubpixelel együtt használod a forráskód módosításával és újrafordításával, akkor ezt kapod eredményül a szürkeárnyalatossal összehasonlítva:

- - -
appearance-glyph-on.png
Szürkeárnyalat, körvonal: be
appearance-glyph-on-subpixel.png
LCD-szubpixel, körvonal: be
-


-

A panel alján két gombot találhatunk:

- - - -
Eredeti Az eredeti beállítások megadása.
Visszaállít A panel megnyitásakori állapot vsszaállítása.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/backgrounds.html b/docs/userguide/userguide/hu/preferences/backgrounds.html deleted file mode 100644 index 4959980f35..0000000000 --- a/docs/userguide/userguide/hu/preferences/backgrounds.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Hátterek - - - - - - - - -
-
- -

backgrounds-icon_64.pngHátterek (Backgrounds)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Backgrounds
Bellítások:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - az ablak pozícióját tartalmazza
-

A munkaasztalok illetve mappák háttérszínét vagy a háttérképét módosíthatjuk.

-


-backgrounds.png -

A felső menüben kiválaszthatjuk, hogy az aktuális munkaasztalra, az összes munkaasztalra, a megadott mappára vagy az összes új mappára legyenek érvényesek a beállítások.

-

Az alatta lévő menüben megadható maga a háttérkép, vagy válasszuk a Nincs opciót, ha egyszerűen csak egy színt szeretnénk használni. A képet egyszerűen bele is dobhatjuk az előnézeti ablakba.

-

Háttérkép esetén a kép elhelyezkedését is megadhatjuk:

- - - - - -
Kézi elhelyezés Saját magunk adjuk meg a kép pozícióját. A kép a bal oldali kis képernyőn is mozgatható, vagy megadhatjuk a pontos X és Y pozíciót.
Középre A kép a képernyő közepén jelenik meg.
Kitöltés A képet a képernyő méretére méretezve tölti ki a háttérben. A méretarány nem feltétlenül marad meg.
Sorminta A kép ismétlésével tölti ki a hátteret.
-

Az Ikonfelirat körvonalat bejelölve vékony körvonal kerül az ikonok feliratának köré.

-

Az ikon felirat szövege fekete vagy fehér színű a kiválasztott háttérszín függvényében. A sötétebb színek esetén fehér, a világosabb színek esetén fekete lesz. Tehát, ha nagyon fényes/világos háttérképet választunk, akkor a háttér színét is állítsuk világosra, hogy az ikonok felirata olvasható legyen. (Vagy egyszerűen csak jelöljük be a jelölőnégyzetet.)
-A kiválasztott szín a Munkaasztalokon is megjelenik, azonban a háttérkép nem.

- - - -
Visszaállít A panel megnyitásakori állapot vsszaállítása.
Alkalmaz A beállítások véglegesítése.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/datatranslations.html b/docs/userguide/userguide/hu/preferences/datatranslations.html deleted file mode 100644 index f0d651ea52..0000000000 --- a/docs/userguide/userguide/hu/preferences/datatranslations.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - Értelmezők - - - - - - - - -
-
- -

datatranslations-icon_64.pngÉrtelmezők (DataTranslations)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/DataTranslations
Bellítások:~/config/settings/* - minden értelmező ide menti a módosított beállításait
-~/config/settings/system/DataTranslations settings - az ablak pozícióját tartalmazza
-

Minden program lehetőséget nyújt arra, hogy bármilyen formátumot megnyisson, illetve elmentsen, amihez rendelkezünk értelmezővel. Az értelemzők tulajdonságai, beállításai ezen a felületen módosíthatóak.

-


-datatranslations.png -

A formátumoktól függően minden értelmező egyedi beállításokkal rendelkezik. Ezen kívül az Információk gombot lenyomva jogi illetve elérhetőségi információkat is kaphatunk.
-Az alábbi táblázat összefoglalja az alapértelmezett értelmezőket és a leggyakoribb opcióit.

- - - - - - - - - - - - - - - - - - - - - -
Apple ikonÉrvényes méret: 16, 32, 48, 128, 256, 512, 1024 (RGB32 és RGBA32)
BMP kép24 bites, tömörítetlen, áttetszőség nem támogatott
EXR képILM nagy dinamikus tartományú (HDR) formátum
GIF kép8 bites, veszteséges tömörítés, áttetszőség támogatása
-A fájl mérete csökkenthető a színek számának korlátozásával.
-Készíthetünk áttesztő képeket is: ekkor vagy automatikusan az alfa csatorna lesz használva, vagy manuálisan is megadható az RGB színkód, mint áttesztő szín.
HVIF ikonHaiku vektoros ikon formátum
JPEG2000 kép24 bites, tömörített, áttetszőség nem támogatott
-Csak a kimenet minőségére kell figyelni.
JPEG kép24 bites, tömörített, áttetszőség nem támogatott
-A kimeneten lehet finomítani, viszont ekkor a kép elmosódhat.
PCX kép24 bites, tömörítetlen, áttetszőség nem támogatott, PC Paintbrush Exchange formátum
Photoshop kép32 bites, veszteségmentes, áttetsző
-Az értelmező az összes felületet egy képpé egyesíti.
PNG kép32 bites, veszteségmentes tömörítés, áttetszőség támogatása
PPM kép24 bites, tömörítetlen, áttetszőség nem támogatott, Portable PixMap formátum
RAW (nyers) képmaximum 48 bites, tömörítetlen, áttetszőség nem támogatott
RTF szövegFormázott szöveg
SGI kép24 bites, veszteségmentes tömörítés támogatása, áttetszőség támogatása
StyledEdit szövegEgyszerű szöveg formázással, amit jellemzőként tárol a fájl
TGA kép32 bites, veszteségmentes tömörítés támogatása, áttetszőség támogatása
TIFF kép24 bites, veszteségmentes tömörítés támogatása, rétegek támogatása, áttetszőség támogatása
WebP kép8-bites YUV 4:2:0 tömörített, nem áttetsző képformátum
Windows ikonÉrvényes méret: 16, 32, 48
WonderBrush kép32 bites, rétegek támogatása, áttetszőség támogatása, vektoros/képpontos adat
-


-
Képernyőképek, grafikonok, fekete és fehér képek illetve olyan képek, amik csupán néhány színt tartalmaznak vagy kis méretű képek esetében ajánlott GIF-ként (maximum 256 szín) vagy PNG-ként (több millió szín) elmenteni. JPEG esetében tömörítési hibák is előfordul(hat)nak, de a kép mérete kisebb lesz.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/deskbar.html b/docs/userguide/userguide/hu/preferences/deskbar.html deleted file mode 100644 index 11f3af9fb7..0000000000 --- a/docs/userguide/userguide/hu/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Asztalsáv (Deskbar) - - - - - - - - -
-
- -

deskbar-icon_64.pngAsztalsáv (Deskbar)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Deskbar
Bellítások:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Az Asztalsáv beállításai magából az Asztalsávból is elérhetőek. További információk az Asztalsáv fejezetben.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/e-mail.html b/docs/userguide/userguide/hu/preferences/e-mail.html deleted file mode 100644 index 16c6701f65..0000000000 --- a/docs/userguide/userguide/hu/preferences/e-mail.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
- - - - -
Index
- E-mail fiók létrehozása
- Fiók beállításai
- Bejövő levelek beállítása
- Kimenő levelek beállítása
- Figyelmeztetések és szűrők
- Levelező-rendszer beállítása -
- -

e-mail-icon_64.pngE-mail

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/E-mail
Bellítások:~/config/settings/Mail/*
-

A Haiku rendelkezik egy levelező rendszerrel (mail_daemon-ként is ismert), ami megadott időközönként letölti a leveleket, és egyenként elmenti egy szöveges fájlba. Letöltéskor a program a levél alapján beállítja annak jellemzőit, például a feladót, címzettet, tárgyat, stb., amelyekre ezután már lekérdezést is készíthetünk. Ezzel a megoldással könnyen válthatunk a levelező programok között, ugyanis az adatok és a beállítások ugyan azok maradnak.
-A konfigurálást az E-Mail beállítások panelen hatjhatjuk végre.

- -

-index -E-mail fiók létrehozása

-

Nézzük végig a felhasználói fiók beállításának lépéset.
-A Hozzáadás gomb megnyomásával létrehozunk egy új, üres fiókot. Ekkor megnyílik egy panel, ahol a hozzáférési adatokat kell megadnunk:

-e-mail-new-account.png -

Elsőként válasszuk ki, hogy hogyan akarjuk a leveleinket letölteni: POP3 vagy IMAP protokol használatával.

-

Ezután meg kell adnunk az E-mail címet, a felhasználói nevet és jelszót, a fiók elnevezését és az Ön valódi nevét.

-

Ha az e-mail címed egy ismert szolgáltatónál van, akkor a Haiku ismeri annak technikai adatait, mint például a kiszolgáló IP-címét. Egyéb esetben, kattintsunk a Következő gombra, ahol megadhatjuk ezeket az adatokat:

-e-mail-new-account-2.png -

Elsőként adjuk meg a kiszolgáló nevét, a bejelentkezés és a biztonság típusát mind a bejövő, mind pedig a kimenő levelek esetében. A szükséges információk megtalálhatóak a szolgálató oldalán.
-Alább további információkat kaphatunk a különféle beállításokról és opciókról.

- -

-index -Fiók beállításai

-

A bal oldalon a fiók nevének kiválasztásakor néhány alap beállítás módosíható:

-e-mail-accounts.png -

A Fiók neve egy elnevezés, ami megjelenik például az e-mail beállításoknál, illetve az értesítés-ablakokban. A Valódi név az, ami majd mint feladó jelenik meg a címzett levelezőprogramjában. A Válasz cím pedig az az e-mail cím, amire az Ön által küldött levélre válaszoláskor megszeretné azt kapni. Ez általában megegyezik azzal a címmel, amiről küldi a levelet.

-

Ha az e-mail fiókot csak küldésre vagy fogadásra szeretné használni, akkor a fiók nevén jobb gombbal kattintva ki- illetve bekapcsolhatja a megfelelő funkciót.

- -

-index -Bejövő levelek beállítása

-

Kattintson a Bejövő listaelemre az e-mial fiók neve alatt a bejövő levelek beállításához.

-e-mail-in.png -

Az első beállítás a Kiszolgáló, ahonnan a bejövő leveleket fogadja. Ha a szolgáltató egyéni portot használ, akkor azt is meg kell adni a kiszolgáló neve után kettősponttal elválasztva. Például: mail.szolgaltato.hu:1400.

-

Ezután a hozzáférési információkat adhatjuk meg: a Felhasználót és a Jelszót, és szükség esetén a Bejelentkezés típusát is módosíthatjuk, ami lehet Sima szöveg illetve APOP.

-

POP3 használatakor, ha több számítógépen is letöltjük a leveleinket, akkor ajánlott bejelölni a Levelek meghagyása a kiszolgálón, és a Levelek törlése a kiszolgálóról is opciót.

-

IMAP esetében pedig, ajánlott bejelölni a Levelek törlése a kiszolgálóról is opciót. Továbbá, megadhatja az IMAP mappákat, hogy csak az adott mappákat és almappákat szinkronizálja.

-

Arra is van lehetőségünk, hogy megadjuk a Letöltési mérethatárt. Ha a levél mérete nagyobb a megadottnál, akkor csak a levél fejléce töltődik le, majd eldöntheti, hogy letölti-e a levél többi részét vagy sem. FIGYELEM: jelenleg ha lassú az internetünk, akkor ezt az opciót ki kell kapcsolni, mert külünben a levélnek csak a fejléce fog letöltődni.

-

A bejövő levelek mappájának Útvonala is módosítható (alapértelemzett: /boot/home/mail/in/), ami hasznos lehet, ha több fiókkal is rendelkezünk, és mindegyik levelet külön akarjuk tárolni. Ugyanakkor a lekérdezések használatával is hasonló eredményt kaphatunk.

- - -

-index -Kimenő levelek beállítása

-

A Kimenő listaelemre kattintva a levélküldési beállításokat adhatjuk meg.

-e-mail-out.png -

Elsőként a Kiszolgáló címét adjuk meg. Mint a bejövő leveleknél, itt is megadható a port. Például: mail.szolgaltato.hu:1200.

-

Ha szükséges bejelentkezni a küldés előtt, akkor válasszuk ki a Bejelentkezés típusa listából az ESMTP)-t, majd adjuk meg a felhasználói nevünket és a jelszavunkat is. A másik lehetőség az, amikor a szolgáltató azonosítás céljából az új levelek ellenőrzését kéri küldés előtt: POP3 az SMTP előtt.

-

Itt is szintén megadhatjuk az Útvonalát az elküldött levelek mappájának (alapértelmezett: /boot/home/mail/out/).

- -

-index -Figyelmeztetések és szűrők

-

Az új levelekhez figyelmeztetéseket és szűrőket is állíthatunk be az E-Mail szűrők listaelemre kattitnva. Több szűrő is hozzáadható a listához, amiknek a sorrendje határozza meg a kiválasztott műveletek végrehatását. A sorrend pedig a listában lévő szűrők mozgatásával módosítható.
-Jelenleg három Bejövő levél szűrő áll a rendelkezésünkre. Miután a szűrőt hozzáadjuk a listához, jelöljük ki azt hogy meg tudjuk adni a hozzá tartozó beállításokat.

- -

-index -Kéretlen levél szűrő (AGMS Bayesian)

-e-mail-filter-spam.png -

A kéretlen levelek szűrése sztatisztikai alapon osztályozza a leveleket. Minden esetben egy 0 és 1 közötti értéket rendel a levelekhez, majd eldönthetjük, hogy mekkora értéktől jelölje a levelet kéretlennek.
-Ezt az értéket hozzáfűzhetjük a levél címéhez is.
A levél szűrő tanulni is képes minden bejövő levélből. Természetesen nekünk kell megtanítanunk a programnak, hogy mely levelek azok, melyek hibásan lettek kéretlennek jelölve. További információk a Levelezés leírásánál.

-

A Szabály szűrővel együtt automatikusan kigyomlálhatjuk a kéretlen leveleket.

- -

-index -Szabály szűrő

-e-mail-filter-header.png -

Ez a szűrő a levél fejlécét hasonlítja össze a megadott feltétellel, és végrehajtja a megadott műveletet is.
-Az első oszlopban lévő mezőket ellenőrizheti a szűrő. Érvényes mezőnevek:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name A feladó neve.
From A feladó e-mail címe.
To A címzett e-mail címe.
Reply to A levélben megadott válasz-cím.
When A levél fogadásának ideje.
Subject A levél tárgya.
Cc Azok a címek, akik másolatot kaptak a levélből.
Account Fiók neve.
Status A levél aktuális állapota. Alap esetben ez lehet: "Read" (olvasott), "Replied" (megválaszolt), "Sent" (elküldött), "Forwarded" (továbbított), "New" (új), vagy bármi, amit Te határoztál meg. Ugyanakkor amíg meg nem változtatod azt, a levelező rendszer újnak jelöl minden beérkezett levelet.
Priority Fontosság (például: "urgent" (sürgős)).
Thread Lényegében ugyan az, mint a "Subject" (tárgy), de a jelölések nélkül: például Re: vagy Fwd:.
Classification group Az alapján, hogy a kéretlen levél szűrő miként sorolta be, lehet üres (nem besorolt) vagy tartalmazhatja a "Genuine" (valós) illtve "Spam" (kérelten) jelzőt.
Spam/Genuine estimate Ez egy olyan szám, amit a kéretlen levél szűrő állapított meg a levélhez. Ez a szám tudományos formában jelenik meg, ahol a 1.065e-12 az jelenti, hogy a 1.065 osztva 10 a tizenkettedikennel, ami ebben az esetben 0.000000000001065.
-

A második beviteli mező tartalmazza a keresendő mintát. Itt megadhatunk általános kifejezéseket, melyek remekül variálhatóak, de sajnos sokszor nagyon is túlbonyolíthatóak. Kicsit utána olvasva rájön, hogy nem is olyan bonyolult a keresési minták használata.

-

Az előugró menüből megadhatunk egy műveletet, amit a rendszer végrehajt a minta egyezésekor. Elmozgathatjuk vagy törölhetjük a levelet, "Olvasott"-nak vagy más állapotúnak jelölhetjük, vagy beállíthatjuk, hogy melyik fiókból fogunk válaszolni rá.

- -

-index -Figyelemztetés új levelek érkezésekor

-e-mail-filter-notification.png -

Több módon is kaphatunk értesítést új levelek érkezésekor. A Művelet menüben több, kombinálható lehetőség közül is válaszhatunk:

- - - - - - - - - - - - - - - -
nincs Nincs figyelmeztetés.
hangjelzés Lejátsza azt a hangot, ami az "Új E-mail" eseményhez lett beállítva a Hangok beállításánál minden egyes levél érkezésekor.
jelzés Egy üzenet-ablakot jelenít meg minden egyes új levél érkezésekor.
billentyűzet-villogás A nagy betűk (Caps Lock) LED villogtatása.
központi jelzés Egy üzenet-ablakot jelenít meg mindig, amikor levél érkezik.
központi hangjelzés Lejátsza azt a hangot, ami az "Új E-mail" eseményhez lett beállítva a Hangok beállításánál, de csak egyszer, amikor levél érkezik.
napló ablak A naplóablak megjelenítése.
- -

-index -Kimenő levelek szűrője

-

Jelenleg csak egy szűrő áll rendelkezésre a kimenő levelek esetében: fortune. -
Ezzel a levél elküldése előtt véletlenszerűen egy vicces "szerecse sütit" csatolhatunk hozzá. Akár ki is próbálhatod, ha a Terminálban kiadod a fortune parancsot.

- -

-index -Levelező-rendszer beállítása

-

A bejövő és kimenő kiszolgálók és a szűrők beállítása után most lássuk, hogy a levelező rendszer milyen beállításokkal rendelkezik.

-e-mail-settings.png -

A Levelek ellenőrzése részben beállíthatjuk, hogy milyen gyakorisággal ellenőrizze az új leveleket.
-Ha betárcsázós internettel rendelkezünk, ajánlott bejelölni a Csak mikor az internet elérhető és a Kimenő levelek küldése internetre csatlakozáskor jelölőnégyzetet az állandó ellenőrzés elkerülése érdekében.

-

A levelező rendszer rendelkezik egy állapot ablakkal, ami megadható, hogy mikor jelenjen meg: Soha, Küldés közben, Küldéskor / fogadáskor vagy Mindig.

-

Győződjünk meg arról is, hogy az Automatikus indítás be legyen jelölve, ugyanis csak akkor fogja tudni használni a levelező rendszer szolgáltatásaikat.

-e-mail-mailbox.png -

A Postafiókmenü szerkesztése… megnyitja a /boot/home/config/Mail/Menu Links/ mappát. Minden mappa és lekérdezés(!) vagy azok hivatkozása, ami ebben a mappában szerepel, az megjelenik a postaláda ikon helyi menüjében a Polcon az Asztalsávon.

-

A menüből ezen kívül az alábbiakat is elérjük: Új üzenet..., Üzenetek ellenőrzése most és Beállítások....

-

A SHIFT lenyomva tartásával a menü megnyitásakor további funkciók is elérhetőek:

- - - - - - - -
Csak a levelek lekérdezése Egy almenüt kapunk, ahol egy fiók új leveleit ellenőrizhetjük le.
Függőben lévő levelek küldése A még el nem küldött leveleket küldi el, de nem keres új leveleket.
Levelezés szolgáltatásainak leállítása A teljes levelező rendszer (mail_daemon) leállítása.
-

Maga a postaláda ikonja is jelzi az új leveleket: az ikon megváltozik egy levéllel teli postaládára.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/filetypes.html b/docs/userguide/userguide/hu/preferences/filetypes.html deleted file mode 100644 index a5dc1ce559..0000000000 --- a/docs/userguide/userguide/hu/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Fájltípusok - - - - - - - - -
-
- -

filetypes-icon_64.pngFájltípusok (FileTypes)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/FileTypes
Bellítások:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - az összes MIME típust mappaként tárolja
-

További információkat találsz a Fájltípusok és a Fájltípusok, Kiegészítő információk, Index-ek és lekérdezések fejezetben.

- -
-
- - - - diff --git a/docs/userguide/userguide/hu/preferences/fonts.html b/docs/userguide/userguide/hu/preferences/fonts.html deleted file mode 100644 index 7f68524352..0000000000 --- a/docs/userguide/userguide/hu/preferences/fonts.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Betűtípusok - - - - - - - - -
-
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngBetűtípusok

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Fonts
Beállítások:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - az ablak pozícióját tartalmazza
-


-fonts.png -

A Haiku 3 szabványos betűtípust támogat. Beállítható az alap, a félkövér és a rögzített szélességű betűtípusok és a méreteik, amit a rendszer használ. Ezeken kívül pedig a menüben használt betűtípus is megadható.

- - - -
Eredeti Az eredeti beállítások megadása.
Visszaállít Az ablak megnyitásakori beállítások visszaállítása.
- -

-index -Új betűtípusok telepítése

-

Új betűtípusok esetében azokat csak be kell másolni a megfelelő mappába (/boot/common/data/fonts/ vagy /boot/home/config/data/fonts/) (további információk a Fájlrendszer szerkezete fejezetben).

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/keyboard.html b/docs/userguide/userguide/hu/preferences/keyboard.html deleted file mode 100644 index e1ad7fbf35..0000000000 --- a/docs/userguide/userguide/hu/preferences/keyboard.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Billentyűzet - - - - - - - - -
-
- -

keyboard-icon_64.pngBillentyűzet (Keyboard)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Keyboard
Bellítások:~/config/settings/Keyboard_settings
-


-keyboard.png -

Megadható az ismétlési gyakoriság illetve a két billentyű leütése közötti késleltetés. A módosításokat az alsó részen lehet kipróbálni.

- - - -
Eredeti Az eredeti beállítások megadása.
Visszaállít Az ablak megnyitásakori beállítások.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/keymap.html b/docs/userguide/userguide/hu/preferences/keymap.html deleted file mode 100644 index 954cd6c5af..0000000000 --- a/docs/userguide/userguide/hu/preferences/keymap.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - Billentyűzetkiosztás - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

keymap-icon_64.pngBillentyűzetkiosztás (Keymap)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Keymap
Bellítások:~/config/settings/Keymap/* - módosított kiosztások helye
-~/config/settings/Key_map
-


-keymap.png -

A jobb oldalon az billentyűzetednek megfelelője látható. Minden billentyű leütésekor a fenti billentyűzeten is megjelenik az, és az adott karakter az alatta lévő Próba és vágólap mezőbe kerül. Innen pedig kimásolhatóak a vágólapra, majd onnan bárhová beilleszthetők.
-A panel nem csupán a kiosztás beállítására használható, hanem a speciális karaktereket is könnyedén megtalálhatjuk a billentyűzeten. Például, ha "Francia" kiosztást választunk, akkor megkereshetjük a "ç" karaktert, majd egy levélbe másolhatjuk azt: François. (Ugyanakkor más kiosztásnál is megtalálhatjuk a "cedil" karaktert...)

-

A módosító billentyűk leütésekor, mint például SHIFT, CONTROL vagy OPTION a megjelenített billentyűzetet azonnal megváltoztatja.

-

Ekkor kék színnel is jelennek meg billentyűk. Ezek a Beragadó billentyűk, ami módosíthatja a leütés után a billentyűt. Ha az egérrel kattintunk a kék billentyűn, akkor sárga színnel jelölve megjelennek a módosítható billentyűk. Újra kattintás után minden visszaáll normális kiosztásra. Például ilyen billentyűk az é, az ñ, az ó vagy az ë.

-

A billentyűzet alatt további két opció található:

- - - -
Beragadó gombok kiválasztása A fennt említett kék billentyűk megadása.
Billentyűkombináció váltása... A billentyűzet-kombinációk Windows/Linux szerűen, például CONTROL (általában CTRL) vagy Haiku szerűen, például COMMAND (általában ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

A billentyűk mozgatása helyett a Fájl | Módosító billentyű megadása... menü is használható:

-keymap-modifiers.png -

Ezen a felületen módosíthatjuk az egyes billentyűk szerepét vagy akár teljesen le is tilthatjuk azt. Ugyanakkor, egy azon billentyűhöz több funkció is társítható. Ez általában nem a legjobb ötlet, kapunk is erre egy figyelmeztetést.
-A Módosító billentyű megadása gombot lenyomva az ablak bezáródik és a módosítások azonnal érvénybe lépnek.

-

Ha elkészültünk, akkor a Fájl | Mentés másként... menü segítségével eltárolhatjuk a módosításokat. Az eltárolt kiosztás csak akkor jelenik meg a felhasználói listában, ha az a ~/config/settings/Keymap/ mappában található. Egyébként a Fájl | Megnyitás... menüvel tölthetjük be.

-

A pontosabb megjelenítés érdekében, hogy a virtuális billentyűzet jobban hasonlítson a valós billentyűzetre, a Elrendezés menüből néhány billentyűzett-típus közül választhatunk.

-

A virtuális billentyűzeten használt betűtípus módosítható a Betűtípus menüből.

-

Végül pedig a Visszavon gomb az összes beállítást az indításkori állapotra állít vissza.

- -

-index -Komolyabb kiosztás-módosítás

-

Van egy másik módja is a kiosztás személyre szabásának. Ekkor szöveges fájlként szerkeszthetjük a billentyűk hexadecimális kódjait.

-

A jelenlegi kiosztást elmenthetjük az alábbi parancs segítségével a Teminálban:

-
keymap -d > MyKeymap
-

Az elkészült szöveges fájl bármely szövegszerkesztőben megnyitható. Győződjünk meg arról, hogy rögzített betűtípust használunk, így biztosan nem fogjuk eltéveszteni a fájlban tárolt adatokat.
-A fájl elején egy kis magyarázat található a stilizált billentyűzetre a hexadecimális értékekkel együtt. Ez alatt az aktuális társítások találhatóak minden értékhez. Ugyan azokat a módosításokat érhetjük el itt is, mint a beállítások panelen, talán még kicsit többet is. Ha a billentyűzetén néhány speciális szimbólum is található, akkor itt könnyen aktiválhatjuk azokat. Ezek egy külön billentyűként is vagy kombinációként is használhatóak. Arra azonban nincs lehetőség, hogy például a hangerőt növeljük vagy csökkentsük, illetve elindítsunk néhány programot. Erre használható például a Parancsgombok program.

-

Miután végeztünk, elmenthetjük és betölthetjük a módosításokat a következő parancs kiadásával:

-
keymap -s < MyKeymap
-

Ahhoz, hogy ezt a kiosztást betöltsük a Billentyűzetkiosztás panelba, előtte bináris formátumúvá kell azt alakítani:

-
keymap -c < MyKeymap
-

Ennek eredményeként egy keymap.out nevű fájl készül, amit már betölthetünk a beállítások panel Megnyitás... menüben. Ugyanakkor a parancssorból is megtehető ez a lépés: keymap -l < keymap.out

-

Ez egy példa a szöveges fájlra:

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/hu/preferences/locale.html b/docs/userguide/userguide/hu/preferences/locale.html deleted file mode 100644 index aa2162bf85..0000000000 --- a/docs/userguide/userguide/hu/preferences/locale.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Nyelv - - - - - - - - -
-
- -

locale-icon_64.pngNyelv (Locale)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Locale
Bellítások:~/config/settings/Locale settings
-


-

A Haiku nyelvi rendszere nem csak egyszerűen annyiból áll, hogy a szövegek lefordításra kerülnek, hanem például a formátumok, a dátum és az idő is az általunk megadott nyelvnek megfelelően jelenik meg.

-
Ha szeretnél segíteni a fordításban, vagy egy jelenleg még nem létező fordítást szeretnél elkezdeni, akkor vedd fel velünk a kapcsolatot a Haiku-i18n-hu levelezőlistán.
-

-indexNyelv

-

A Haiku már jelenleg is több nyelvhez tartalmaz fordítást, de sajnos még nem mindegyik teljes. Éppen ezért több nyelvet is választhatunk előnyben részesített nyelvként. Ha egy szöveg fordítása hiányzik, akkor az a következő előnyben részesített nyelv alapján kerül lefordításra. Ha valamelyik szöveget egyártalán nem tudja lefordítani a rendszer, akkor automatikusan az angol szöveg jelenik meg (mégha az nem is szerepel a listában).

-locale-language.png -

A fenti példában az előnyben részesített nyelv a Magyar. A második az Olasz, és ha a lefordítandó szöveg ott is hiányzik, akkor az Angolt veszi figyelembe.
-Amint látjuk, egy nyelvnek több változata is lehet, melyeket a nyelv kibontásával jeleníthetünk meg.

-

-indexFormátum

-

A Formátum lapon a dátum és idő formátumát, valamint a szám illetve a pénz formátumot állíthatjuk be a választott előnyben részesített nyelvtől függetlenül.

-locale-formatting.png -

Például magyarként dolgozhatsz olasz nyelvterületen Svájcban. Tehát, az elsődleges nyelv a Magyar, de a szám és a pénz formátuma épp olyan, mint a munkahelyen, Svájci/Olasz.
-Arra is lehetőségünk van, hogy a nap és a hónap neveit (vagyis, például a fájlok módosítási dátumát) is lefordítsuk a kiválasztott nyelvre. Ehhez jelöljük be az Előnyben részesített nyelv hónap- és napneveinek használata jelölő négyzetet.

-

Bár a fenti példa nem mondható általánosnak, mégis remekül jelzi, hogy milyen rugalmas a rendszerünk.

-

-indexOpciók - Ez a funkció le van tiltva, így a programok és a mappák az eredeti néven jelennek meg!

-

Az utolsó fülre kattintva mindössze egy módosítási lehetőségünk van: Az programok és mappák neveinek lefordítása az Asztalsávban és a Nyomkövetőben.. Ezt az opciót csak akkor jelöljük be, ha a felület nyelvének megfelelően a programok és a fontosabb mappák nevét is le akarjuk fordítani. FIGYELEM: jelenleg ezt a megoldást nem minden program támogatja, így ha valamelyik nem indul, akkor kapcsoljuk ki ezt az opciót.

-


-

A módosítások azonnal életbe lépnek, habár a jelenleg futó programokat lehet, hogy újra kell indítani, hogy a választott nyelvnek megfelelően jelenjen meg.

- - - -
Eredeti Az eredeti beállítások megadása.
Visszaállít A panel megnyitásakori állapot vsszaállítása.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/media.html b/docs/userguide/userguide/hu/preferences/media.html deleted file mode 100644 index eb9a0422ac..0000000000 --- a/docs/userguide/userguide/hu/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Média - - - - - - - - -
-
- -

media-icon_64.pngMédia (Media)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Media
Bellítások:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - az ablak pozícióját tartalmazza
-

A leírás még hiányzik. Ha szeretnél írni egy leírást, akkor jelezd azt a Documentation mailing list levelező listán a többszöri változat megelőzése érdekében.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/mouse.html b/docs/userguide/userguide/hu/preferences/mouse.html deleted file mode 100644 index 46be07e97a..0000000000 --- a/docs/userguide/userguide/hu/preferences/mouse.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Egér - - - - - - - - -
-
- -

mouse-icon_64.pngEgér (Mouse)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Mouse
Bellítások:~/config/settings/Mouse_settings
-


-mouse.png -

Elsőként megadhatjuk az egér típusát: 1, 2 vagy 3 gombos. A 2. egérgomb (=jobb) szimulálható, ha lenyomva tartjuk a CTRL-t miközben kattintunk a bal egérgombbal. A 3. gomb (=középső) pedig a CTRL ALT lenyomásakor a bal gombbal kattintva.

-

A gombok felcserélhetőek ha a gombon a helyi menüből kiválasztjuk az új gomb számát.

-

A jobb oldali csuszkák használatával az egér dupla-kattintási sebessége, az egér sebessége és gyorsulása módosítható. Az egér képe alatti területen gyakorolva beállíthatjuk az optimális sebességeket: csak jelöljük ki valamelyik szót és szükség esetén állítsuk gyorsabbra vagy lassabbra, ezután pedig próbálkozzunk újra.

-

Az Ablak aktiválása három módon történhet:

- - - - -
Kattintással (az előre hozáshoz is) Ez az alap beállítás. Az ablak aktiválásához és a többi ablak elé hozásához is az ablakon történő kattintás szükséges.
Kattintással Ebben az esetben ha egy ablakra kattintunk, akkor aktiválja azt, azonban nem hozza a többi ablak elé. Ehhez az szükséges, hogy miközben az ablak keretére vagy a sárga fülre kattintunk, közben lenyomva kell tartania az ablakkezelő gombokat (CTRL ALT).
Ha az egér felette vanAz egér-kurzor alatti ablak automatikusan aktiválásra kerül. Az ablak előrehozása fedig a Kattintással módnál leírtak szerint történik.
-

Az Első kattintásra opció bejelölével mindjárt az első kattintásra aktiválódnak az ablak vezérlői, mint például a menü vagy a gombok. Ennek a használatakor fennáll az a veszély, hogy véletlenül bezárjuk az ablakot, azonban a munkát felgyorsíthatja.

-

A módosítások azonnal érvénybe lépnek.

- - - -
Eredeti Az eredeti beállítások megadása.
Visszaállít Az ablak megnyitásakori értékek visszaállítása.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/hu/preferences/network.html b/docs/userguide/userguide/hu/preferences/network.html deleted file mode 100644 index e96eb37b27..0000000000 --- a/docs/userguide/userguide/hu/preferences/network.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Hálózat - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

network-icon_64.pngHálózat (Network)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Network
Bellítások:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/printers.html b/docs/userguide/userguide/hu/preferences/printers.html deleted file mode 100644 index 4778f00d3e..0000000000 --- a/docs/userguide/userguide/hu/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Nyomtatók - - - - - - - - -
-
- -

printers-icon_64.pngNyomtatók (Printers)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Printers
Bellítások:~/config/settings/printers/*
-

A leírás még hiányzik. Ha szeretnél írni egy leírást, akkor jelezd azt a Documentation mailing list levelező listán a többszöri változat megelőzése érdekében.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/screen.html b/docs/userguide/userguide/hu/preferences/screen.html deleted file mode 100644 index 77509e6efb..0000000000 --- a/docs/userguide/userguide/hu/preferences/screen.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Képernyő - - - - - - - - -
-
- -

screen-icon_64.pngKépernyő (Screen)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Screen
Bellítások:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - csak VESA mód esetében
-~/config/settings/Screen_data - az ablak pozícióját tartalmazza
-

Minden munkaasztalnak egyéni felbontása, színmélysége és frissítési frekvenciája lehet.

-screen.png -

A felső menüvel megadhatjuk, hogy a módosítások minden munkaasztalra vagy csak az aktuálisra vonatkozzanak. A grafikus kártya függvényében a többi menü tartalmazza az elérhető felbontást, a színmélységet illetve a frissítési frekvenciát.

-

Az Alkalmaz gombra kattintás után a megjelenítési beállítások módosulnak, majd kapunk egy figyelmeztetés, hogy megtartsuk-e ezeket a módosításokat vagy sem. Ha nem válaszolunk a kérdésre, akkor 12 másodperc múlva automatikusan visszaáll az előző beállítás. Ez hasznos, mert lehet, hogy nem látjuk az üzenetet, ugyanis a monitor nem támogatja az adott értékeket.

-

A bal oldalon a képernyő kicsinyített megfelelőjét láthatjuk a gyártó, a modell és a felbontás (dpi) információival együtt. Az egeret a kis képernyő fölött tartva megkaphatjuk a grafikus kártya nevét ha van hozzá megfelelő eszközvezérlő. Ha nincs, akkor "VESA" jelenik meg, ugyanis az egy használható megoldás olyan grafikus kártyák esetében, amihez nem rendelkezünk eszközvezérlővel.

-

A Visszaállít megnyomásával a program indításakori beállítások kerülnek visszaállításra.

-
Bár a Haiku VESA módja igen jól működik, néhány korlátozásra számíthatunk. Lehet, hogy a szélesképernyős monitornak nem tudunk szélesképernyős felbontást megadni, így elmosódhat a megjelenő kép. Szintén lehet korlátozás a színek és a frekvencia tekintetében is.
-

A bal alsó részen megadhatjuk a munkaasztalok számát illetve elosztását (sor és oszlop megadásával virtuális rácsba rendezve) és megnyithatjuk a Hátterek beállítását is.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/hu/preferences/screensaver.html b/docs/userguide/userguide/hu/preferences/screensaver.html deleted file mode 100644 index a2331bf26f..0000000000 --- a/docs/userguide/userguide/hu/preferences/screensaver.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - Képernyővédő - - - - - - - - -
-
-

screensaver-icon_64.pngKépernyővédő (ScreenSaver)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Screensaver
Bellítások:~/config/settings/ScreenSaver_settings
- -

A beállítások 2 részre oszthatóak: -

- -

-index -Aktiválás

-screensaver-fade.png -
-

A felső jelölőnégyzettel ki- illetve bekapcsolhatjuk a képernyővédőt.
-Az alatta taláható csúszkával pedig megadható az aktiválás késleltetése. -

-

A következő 2 csúszka az aktiválás után hasznos:
-- az első megadja, hogy mikor kapcsoljon ki a monitor
-- a második pedig megadja, hogy mennyi idő után kérjen jelszót a feloldáshoz. -

-

Az alsó két képernyőn bármelyik sarokba kattintva megadható, hogy bekapcsoljon, illetve ideiglenesen letiltásra kerüljön a képernyővédő, ha az egér az adott sarokban van. A képernyők közepén kattinva kikapcsolható ez a funkció. -

- -

-index -Képernyővédők

-screensaver-modules.png -
-

A második fülön találhatóak az elérhető képernyővédők és az esetleges beállítások. Ezek azonnal ki is próbálhatóak a Teszt gombbal.
-Egy új képernyővédőt, mely nem egy hagyományos .hpkg csomag része, egyszerűen csak másoljuk be a megfelelő non-packaged mappába (bővebben a Fájlrendszer felépítése fejezetben):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/   képernyővédők minden felhasználó számára.
/boot/home/config/non-packaged/add-ons/Screen Savers/   képernyővédők saját használatra.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/shortcuts.html b/docs/userguide/userguide/hu/preferences/shortcuts.html deleted file mode 100644 index f88a5cdb67..0000000000 --- a/docs/userguide/userguide/hu/preferences/shortcuts.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Parancsgombok - - - - - - - - -
-
- -

shortcuts-icon_64.pngParancsgombok (Shortcuts)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Shortcuts
Bellítások:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

A leírás még hiányzik. Ha szeretnél írni egy leírást, akkor jelezd azt a Documentation mailing list levelező listán a többszöri változat megelőzése érdekében.

- -
-
- - - - diff --git a/docs/userguide/userguide/hu/preferences/sounds.html b/docs/userguide/userguide/hu/preferences/sounds.html deleted file mode 100644 index cb66a94988..0000000000 --- a/docs/userguide/userguide/hu/preferences/sounds.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Hangok - - - - - - - - -
-
- -

sounds-icon_64.pngHangok (Sounds)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Sounds
Bellítások:~/config/settings/Media/MMediaFilesManager
-


-sounds.png -

A különféle rendszer-eseményekhez hangot társíthatunk. Csak ki kell jelölni egy eseményt, és válasszunk hozzá egy hangot.

- - -
Nincs Nem történik hangjelzés.
Egyéb... Ha nem szerepel a listában amit szeretnénk használni, akkor keressük azt meg a számítógépen.
-

Bármilyen formátum használható amit a rendszer ismer. Ha a Médialejátszó le tudja játszani, akkor a többi program is.
-Ki is próbálhatjuk a hangokat, ha kiválasztunk egyet, és használjuk a Lejátszás és Leállítás gombokat.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/time.html b/docs/userguide/userguide/hu/preferences/time.html deleted file mode 100644 index 338daeaf64..0000000000 --- a/docs/userguide/userguide/hu/preferences/time.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Dátum és idő - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

time-icon_64.pngDátum és idő (Time)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Time
Bellítások:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

A bal oldalon a hónap napja állítható be. Egyszerűen csak az adott napra kell kattintani a naptárban. Az év és a hónap a le/fel nyilakra kattintva, vagy billentyűzettel adható meg.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Helyi időto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/hu/preferences/touchpad.html b/docs/userguide/userguide/hu/preferences/touchpad.html deleted file mode 100644 index 0d6278bfe9..0000000000 --- a/docs/userguide/userguide/hu/preferences/touchpad.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Érintőpad - - - - - - - - -
-
- -

touchpad-icon_64.pngÉrintőpad (Touchpad)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Touchpad
Bellítások:~/config/settings/Touchpad_settings
- -

Ezen a panelen több, az érintőpad tulajdonságait módosító beállítás található, melyek elsősorban notebook esetén hasznosak.

- -touchpad.png - -

A vízszintes vagy függőleges vonalak mozgatásával a görgetősáv mérete módosítható az érintőpadon. Ha ezen a görgetősávon mozgatjuk az ujjunkat, az egyenértékű azzal, ha az ablak görgetősávját mozgatjuk az egérrel.

-

A jobb oldali csúszkák segítségével az általános gyorsulás, és a vízszintes és függőleges görgetés sebessége állítható.
-A gyorsulás megadja, hogy a listát milyen gyorsan görgesse, amikor a görgetősávon húzzuk az ujjunkat. A görgetés sebessége pedig azt, hogy a többi, görgethető vezérlő milyen sebességgel mozogjon.

-

Az érintőpad grafikus megfelelője alatt a jelölőnégyzetekkel engedélyezhetjük a "Kétujjas görgetést" a vízszintes és a függőleges grögetősáv esetén. Mozgassuk párhuzamosan a két ujjunkat vízszintesen vagy függőlegesen az ablak görgetősávjának mozgatásához. A legjobban akkor működik, ha mindkét kezünk egy-egy ujját használjuk.
-Ha úgy kényelmesebb, akkor feloszthatjuk, hogy az érintőpad nagyobb része legyen használatos a görgetéshez a navigáláshoz képest.

-

Az alsó csúszka pedig az érintőpad "kattintási" érdékenységét adja meg. Ha a "kattintások" kihagynak, akkor növelni, ha pedig minden mozdulatot kattintásnak érzékel a rendszer, akkor csökkenteni kell azt.

- - - -
Eredeti Az eredeti beállítások megadása.
Visszaállít A panel megnyitásakori állapot vsszaállítása.
-

Ez az ötlet bár nem tartozik ehhez a beállításhoz, de a témához igen:
-Tudtad azt, hogy az érintőpaddal is mozgathatsz objektumokat épp úgy, mint a gombok használatával? Ehhez csak annyit kell tenni, hogy kattints duplán az ujjaddal, de a második kattintás után ne engedd fel azt. Ekkor a "megfogott" objektum az ujjaink mozgatásával mozgatható. Az érintőpad elengedésével pedig az objektum elengedhető.

-

Hogyan húzhatjuk tovább az objektumot, ha az ujjunkkal már elértük az érintőpad szélét, de még szeretnénk tovább húzni azt? Hiszen ha felemeljük az ujjunkat, ezzel elengedjük az objektumot is.
-Attól függően, hogy milyen hardverrel rendelkezünk, lehetőségünk van arra, hogy az érintőpad széléhez érve nem engedjük fel az ujjunkat, hanem várunk egy kicsit. Ekkor automatikusan folytatódik a mozgás.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/tracker.html b/docs/userguide/userguide/hu/preferences/tracker.html deleted file mode 100644 index 0a377437d0..0000000000 --- a/docs/userguide/userguide/hu/preferences/tracker.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Nyomkövető (Tracker) - - - - - - - - -
-
- -

tracker-icon_64.pngNyomkövető (Tracker)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/Tracker
Bellítások:~/config/settings/Tracker/TrackerSettings
-


-

A Nyomkövető beállításai szintén elérhetőek az összes fájl ablakból az Ablak | Beállítások.... menüben.
-További leírás a Nyomkövető fejezetben.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/preferences/virtualmemory.html b/docs/userguide/userguide/hu/preferences/virtualmemory.html deleted file mode 100644 index 29e3d112db..0000000000 --- a/docs/userguide/userguide/hu/preferences/virtualmemory.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Virtuális memória - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtuális memória (VirtualMemory)

- - - - -
Asztalsáv:Beállítások
Útvonal:/boot/system/preferences/VirtualMemory
Bellítások:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - az ablak pozícióját tartalmazza
-

A virtuális memória lehetőséget ad arra, hogy a memória tartalmát átrakjuk a lemezre ha fontosabb adat tárolására van szükségünk a memóriában. Tehát, hacsak nem rendelkezik a számítógépünk sok memóriával, akkor a virtuális memória használata ajánlott.

-virtualmemory.png -

A méret megadásakor a fizikai memória méreténél többet ajánlott megadni. A napjainkban kapható lemezek mérete miatt ez nem okozhat problémát. Azonban, ha mégis kifogynánk a helyből, a virtuális memória mérete gyorsan módosítható. Ebben az esetben érdemes egy pillantást vetni a Lemezhasználatra, hogy kiderüljön mi okozza a lemez terheltségét.

-

Normál esetben a virtuális memória a rendszerlemezre kerül. Ha azt tapasztaljuk, hogy a lemezen nagyon gyakori az írás/olvasás, akkor használjunk másik lemezt a virtuális memória számára. Csak egy másik partíció ugyan azon a lemezen nem segít.
-Persze a legjobb megoldás a fizikai memória méretének növelése lenne...

- - - -
Eredeti Az eredeti beállítások megadása.
Visszaállít Visszaállítás a program indításakori állapotra.
- -
-
- - - - diff --git a/docs/userguide/userguide/hu/queries.html b/docs/userguide/userguide/hu/queries.html deleted file mode 100644 index 9c228c3841..0000000000 --- a/docs/userguide/userguide/hu/queries.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Lekérdezések - - - - - - - - -
-
- - - - - -
Index
- A kereső ablak
- Egyszerű lekérdezések - "név szerint"
- Összetett lekérdezések - "jellemzők szerint"
- Még összetettebb lekérdezések - "képlet alapján"
- Az eredmény ablak
- Keresési sablonok -
- -

Lekérdezések

- -

A lekérdezés nem más, mint fájlok keresése jellemzők alapján, és végrehajtható mind a Nyomkövetőben, mind a Terminálban. A lékérdezések (keresések) a /boot/home/queries/ mappában kerülnek eltárolásra, és alap esetben 7 nap után törli azokat a rendszer. Itt megjegyzendő, hogy ezek a keresések nem egy állandó eredmény tárolnak, hanem azok megnyitásakor a rendszer újra és újra végrehajtja a keresést.
-Persze, nem csak e módon kaphatjuk meg a keresések eredményét. A menü navigációnak köszönhetően egy elmentett keresésen jobb gombbal kattintva a helyi menüben is megjelenik a keresés eredménye.

- -

-index -A kereső ablak

-

Új keresés indítható az Asztalsáv Keresés... menüjéből, bármely Nyomkövető ablakból, az Asztalról vagy épp az ALT F kombinációval. Minden esetben egy kereső ablakkal találkozunk:

-basic-query.png -
    -
  1. Előző vagy mentett keresések megnyitása, vagy a jelenlegi paraméterek mentése keresési sablonként.

  2. -
  3. Keresés Minden fájl és mappa között, vagy megadott típusú fájlokban.

  4. -
  5. A keresés módjának meghatározása:
      -
    • név szerint - egyszerű keresés fájl vagy mappa nevek alapján
    • -
    • jellemző szerint - keresés egy vagy több jellemző alapján
    • -
    • képlet alapján - összetett keresési lehetőséget nyújt
  6. -
  7. Melyik lemezen keressen a rendszer.

  8. -
  9. A keresés feltétele.

  10. -
  11. További opciók megjelenítése/elrejtése..

  12. -
  13. Az opció bejelölésekor a keresés csak Ideiglenesen kerül eltárolásra, és 7 nap után automatikusan törlődni fog.

  14. -
  15. A rendszer A Szemetesben is keresni fog.

  16. -
  17. Lehetőségünk van a keresésnek egy elnevezést is adni.

  18. -
  19. Ezt az ikont bármely Nyomkövető ablakba történő húzásával a keresés gyorsan eltárolható. Ezt a jobb gombbal végrehajtva sablonként menti el a program a keresést.

  20. -
- -

-index -Egyszerű lekérdezések - "név szerint"

-

Hacsak egyszerűen egy fájl vagy mappa nevében akarunk keresni a csatolt lemezeken, akkor a keresés módja név szerint történik. Ekkor csak a feltételt kell beírni a mezőbe, és lenyomni az ENTER-t.

- -

-index -Összetett lekérdezések - "jellemző szerint"

-

Egy új összetett keresés indítható, ha először megadjuk a fájl típusát, és a jellemző szerinti módot választjuk. Ehhez persze a jellemzőknek indexelve kell lenniük.

-query-window.png -

A példában a fájl típusa a Minden fájl és mappa helyett text | E-mail és a keresés módja jellemző szerint.

-

Ekkor megjelenik egy menü, egy beviteli mező és egy Hozzáadás és Eltávolítás gomb. A menüből ki kell választanunk azt a jellemzőt, amire keresni szeretnénk. A Hozzáadás és az Eltávolítás gombbal további jellemzők is hozzáadhatóak, vagy meglévők törölhetőek. Több jellemző között És és Vagy kapcsolat közül választhatunk.

-

Most hajtsunk végre egy keresést a leveleinkre:

-query-window-filled.png -

Így néz ki egy keresési ablak, ha azokra a levelekre akarunk keresni, ahol a feladó neve tartalmazza a "trac" szót, a levél állapota új ("New"), a levél tárgyában pedig szerepel a "Translator" és az "About" szó.
-Kereshetünk időben is: "last 2 months" (utóbbi 2 hónapban), "today" (ma), "yesterday" (tegnap), "Monday" (hétfőn) vagy "last Monday" (a legutóbbi hétfőn, vagy "last 2 minutes/hours/days/weeks" (az utóbbi 2 percben/órában/napon/héten).
-Ez egy jó megoldás a keresés eredményének a számának a csökkentésére..

- -

-index -Még összetettebb lekérdezések - "képlet alapján"

-

Kézzel megírni egy keresési képletet hosszadalmas és nem is igazán praktikus.

-

Ha már megadtunk minden jellemzőt és feltételt, akkor a képlet alapján mód választásakor megkapjuk az annak megfelelő képletet:

-formula-query.png -

Kicsit olvashatóbb formában:

-
(((((MAIL:from=="*[tT][rR][aA][cC]*")
-       &&(MAIL:status=="[nN][eE][wW]"))
-       &&(MAIL:subject=="*[tT][rR][aA][nN][sS][lL][aA][tT][oO][rR]*"))
-       &&(MAIL:subject=="*[aA][bB][oO][uU][tT]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

Mire is használható mindez?

-
    -
  • Levélben, fórumon vagy IRC-n keresztül is megosztható másokkal.

  • -
  • Jellemzők módban megadva a feltételeket miután átváltunk képlet módra a kapott szöveg (képlet) már felhasználható a parancssorban, így például szkriptek írásánál is.

  • -
  • Tovább hangolható a képlet, ha helyettesítő karaktereket is használunk, figyelünk a betű-érzékenységre illetve ellentétes feltételeket adunk meg. Például: "==" helyett "!=" az És tagadásaként. Csupán az alapokat kell elsajátítanunk a általános kifejezés oldalon és esetleg egy kis szkriptelési ismereteket is szereznünk kell.

  • -
- -

-index -Az eredmény ablak

-

A keresés indítása után a kereső ablakot felváltja az eredmény ablak. Itt egy példa a "server" szót tartalmazó találatokra:

-result-window.png -

A szürke háttértől függetlenül ez az ablak épp úgy működik, mint bármely Nyomkövető ablak. Néhány dolog talán még jobban is:

-
    -
  • Egy találat mappája megnyithat ha az útvonalon kattintunk.

  • -
  • A Fájl | Keresés szerkesztése menüvel vagy az ALT G kombinációval visszajutunk a kereső ablakba, ahol módosíthatjuk a feltételeket.

  • -
  • A keresés élő, vagyis például ha egy fájl, ami megfelel a keresési feltételnek és megjelenik a keresés helyén (azon a lemezen, ahol keresünk) vagy épp eltűnik onnan, akkor a változást azonnal látjuk az ablakban.

  • -
-

Az eredmény ablak megjelenését a keresett fájltípusnak megfelelően alakíthatjuk ki. Ezt akár úgy is megtehetjük, hogy egy meglévő mappát megnyitunk, aminek megfelelő az elrendezése (a megfelelő oszlopok jelennek meg), és azt átmásoljuk a Jellemzők | Elrendezés másolása menüvel.

-

Nyissuk meg a /boot/home/config/settings/Tracker/DefaultQueryTemplates mappát, majd hozzunk létre egy új mappát csoport/fájltípus néven, ahol a "per" jelet kicseréljük egy aláhúzás jellel, például "audio_x-mp3". Ezután ezt megnyitva a Jellemzők | Elrendezés beillesztése menüt választva az előbb másolt elrendezést alkalmazhatjuk ezen a mappán.

- - -

-index -Keresési sablonok

-

Ha egy elmentett keresésen duplán kattintunk, akkor azonnal elkezdődik a keresés és mindjárt a keresés eredményét látjuk. Ugyanakkor nem biztos, hogy épp ezeket a keresési paramétereket akarjuk használni, hanem csak kicsit hangolni szeretnénk rajta.
-A Keresés mentése sablonként... menüt választva (az 1-es pont az első képen) vagy az ikont (10-es pont) egy Nyomkövető ablakba húzva jobb gombbal készíthetünk sablont. Ezen duplán kattitnva nem az eredmény ablakot nyitja meg, hanem a kereső ablakot lehetőséget adva a feltételek módosítására.

-

Bárhová is hozzunk létre sablonokat, az megjelenik a kereső ablak menüjében.

-
-
- - - - - diff --git a/docs/userguide/userguide/hu/teammonitor.html b/docs/userguide/userguide/hu/teammonitor.html deleted file mode 100644 index 4ec139e100..0000000000 --- a/docs/userguide/userguide/hu/teammonitor.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Folyamatfigyelő (Team Monitor) - - - - - - - - -
-
- -

Folyamatfigyelő (Team Monitor)

- -

A CTRL ALT DEL lenyomásával előhívhatjuk a Folyamatfigyelőt, ami megmutatja az összes futó programot és azok állapotát.

-teammonitor.png -

A rendszerfolyamatok kék színnel vannak megkülönböztetve a fekete felhasználói folyamatokatól/programoktól.
-Azok a programok, amik nem válaszolnak, vélhetőleg programhiba folytán, azok piros színnel jelennek meg. Meg lehet próbálni bezárni a programot, ha a kiválasztás után lenyomjuk a Program leállítása gombot (vagy a DEL vagy a Q lenyomásával). Ha ez nem működik, akkor használjuk az Program megszakítása gombot (vagy a SHIFT DEL vagy a K billentyűt).

-

A Terminál is előhívható a OPT ALT T billentyűk lenyomásával.

-

Ha a Nyomkövető vagy az Asztalsáv futása leáll, akkor alul megjelenik egy újabb gomb is (előtte persze le kell állítani az adott programot): Asztal újraindítása, ami újraindítja a Nyomkövetőt illetve az Asztalsávot.

- -
-
- - - - diff --git a/docs/userguide/userguide/hu/tracker-add-ons.html b/docs/userguide/userguide/hu/tracker-add-ons.html deleted file mode 100644 index a4990b2bbe..0000000000 --- a/docs/userguide/userguide/hu/tracker-add-ons.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Nyomkövető kiegészítők - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- -

Nyomkövető kiegészítők

- -

A programok különféle kiegészítőket telepíthetnek a gépre, amik egyszerűen előhívhatóak a kijelölt fájlokkal a Nyomkövetőben. Csak azok jelennek meg a Kiegészítők közt, amik tudják kezelni a kiválasztott fájltípust. Ezek szintén elérhetőek a Fájl menüben a Nyomkövető ablakban. Néhány kiegészítőnek nem szükséges, hogy egy fájlon nyissuk meg (tehát fájl-függetlenek), így mindig megtaláljuk őket a listában.

-

A Nyomkövető kiegészítők, melyek nem egy .hpkg csomag részei, az alábbi 2 mappába telepíthetőek (további információk a Fájlrendszer felépítése fejezetben):

- - - -
/boot/system/non-packaged/add-ons/Tracker/   Az összes felhasználó számára elérhető kiegészítők.
/boot/home/config/non-packaged/add-ons/Tracker/   Csak a jelenlegi felhasználó kiegészítői.
-

A kiegészítő neve végződhet egy kötőjellel és egy nagy betűvel, így billentyű kombinációval is előhívhatóak. Például a Cél mappa megnyitása-O az ALT OPT O kombinációval is előhívható.
-Természetesen, meg kell gondolni, hogy milyen betűt választunk, ugyanis nem lehet azonos betű megadva két kiegészítőnek.

- -

A Haiku Nyomkövető kiegészítői

-

A következő kiegészítők a Haiku részeit képezik:

- - - - - - - - - - - - - -
Hátterek-BMegnyitja a Hátterek beállítások panelt, ahol megtudjuk változtatni az Asztal vagy bármely mappa háttérszínét és a háttérképét. Egy képen való előhívásakor a kép automatikusan megnyitásra kerül, mint háttérkép a beállítások panelen.
Lemezhasználat-IElindítja a Lemezhasználat nevű programot a kiválasztott mappával, mint kiindulási mappával.
Fájltípusok-F
FileType
Egy fájlon megnyitva a fájlhoz tartozó Fájltípus panelt hívja elő, egyéb esetben pedig a Fájltípusok beállítás panel jelenik meg.
Cél mappa megnyitása-O
Open Target Folder
Csak fájl-hivatkozáson használható. Megnyitja a hivatkozott fájlt tartalmazó mappát.
Szövegkeresés-G
TextSearch
A Szövegkeresés programot elindítva a keresés a megadott mappában (és a almappákban) történik.
ZipOMatic-ZKijelölt fájlok esetében azok becsomagolásra kerülnek egy zip csomagba, egyéb esetben csak a csomagoló ablak jelenik meg, amibe belehúzással csomagolhatunk be fájlokat.
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/tracker.html b/docs/userguide/userguide/hu/tracker.html deleted file mode 100644 index 983785183b..0000000000 --- a/docs/userguide/userguide/hu/tracker.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - Nyomkövető (Tracker) - - - - - - - - -
-
- - - - - -
Index
- Lemezek csatolása
- Navigálás
- Megjelenés
- Beállítások
- Munka a fájlokkal
- Folyamatjelző -
- -

Nyomkövető (Tracker)

- -

A Nyomkövető egy grafikus felület a fájlokhoz. Használatával új fájlokat és mappákat hozhatunk létre vagy kereshetünk; elindíthatunk, átnevezhetünk, másolhatunk vagy törölhetünk már meglévőket.

-

Programként (az Asztal mindössze egy teljes képernyős ablak a háttérben), mint az összes többi, a Nyomkövető is megjelenik az Asztalsávon, és ezt is be lehez zárni, illetve újra lehet indítani. A legegyszerűbb módja a meghibásodott Nyomkövető (ugyanakkor az Asztalsáv) újraindításának az, ha a Folyamatfigyelőben tesszük azt meg.

- -

-index -Lemezek csatolása

-

Hogy hozzáférjünk a merevlemezekhez, CD-hez, USB lemezekhez, stb., elsőként csatolni kell, így a rendszer már használni tudja azt. Ezt megtehetjük az Asztalon vagy egy lemezen jobb gombbal kattitnva, majd a Csatolás menüből a szükségeset kiválasztva. Ugyan ilyen Csatolás menü található az Asztalsávon is.

-drill-down.png -

Egy Beállítások menü is a rendelkezésünkre áll, így megadható, hogy ne kelljen minden esetben kézzel csatolni a szükséges lemezeket.
-A fenti beállítás alapján a rendszer az összes elérhető BeOS lemezt automatikusan csatolni fogja, ugyanakkor indításkor a legutóbb használt lemezeket is csatolja majd.

-
Miután eltávolítunk egy lemezt a gépből, előtte le kell választani azt. Ez a lépés garantálja, hogy minden adatátvitel befejeződött. Ellenkező esetben adatvesztés történhet a lemezen!
- -

-index -Navigálás

-

Alap esetben ha duplán kattintunk egy mappán, akkor a Nyomkövető megnyit egy új ablakot. Ezzel a megoldással gyorsan túlzsúfolt lehet az Asztalunk.
-Ez megelőzhető: tartsuk lenyomva az OPT billentyűt, így a szülő mappa ablaka automatikusan bezárul.
-Ez ugyan úgy igaz a billentyűzettel való navigálás esetén is. További információk a Billentyűzet-kombinációk fejezetben.

-

A mappákkal történő munka a Nyomkövető egyik funkciója, épp úgy, mint a fájlkezelők esetében a többi operációs rendszernél. A Haiku-ban a Nyomkövetőnek van néhány sajátossága, ami növeli a hatékonyságot.

- -

-indexMenü navigáció

-

Ahelyett, hogy az almappákon végig kattintgatnánk, van erre egy egyszerűbb módszer is:

-drill-down.png - -

Egy mappán jobb gombbal kattintva a hagyományos helyi menü tetején találunk egy almenüt, amivel navigálhatunk az adott mappán belül. Csak mennjünk végig az egész hierarchián, amíg meg nem találjuk az adott fájlt vagy mappát, amire szükségünk van. A fenti példában a /boot/apps/BePDF/ mappa tartalmát látjuk.
-Ha egy fájlt megfogva hajtjuk ezt végre, akkor az abba a mappába kerül áthelyezésre, amelyikbe dobjuk (amelyiken az egér gombját felengedjük).

-

Hasonló érhető el minden Nyomkövető ablakból is:

-window-drill-down.png -

Kattintsunk a bal alsó sarokban található területre, ahol a megjelenített elemek száma látható, és ekkor megjelenik egy almenü, ahol szintről szintre megjelennek a mappák ahol a jelenlegi mappa található. Innen pedig szintén navigálhatunk a megjelenő mappákon belül.

-

Itt megjegyzendő, hogy az Asztal mindig is a legfelső szintnek fele meg, ahol a lemezek is megjelennek. Tehát, ha egy másik lemezre szeretnénk menni, akkor elsőként a legfelső szintre kell navigálni, vagyis az Asztalra, és onnan már mehetünk a másik lemezre.


-

Ugyan ez az almenü-navigáció jelenik meg, amikor egy fájlt egy mappa fölé húzunk. Miután rövid ideig felette tartjuk, a menü megjelenik, és így megkereshetjük azt, amelyikre szükségünk van. Ha a jobb egér gombbal indítottuk el a navigációt, akkor választhatunk másolás, mozgatás vagy hivatkozás létrehozása között az egér gombjának felengedése után.

- -

-index -Fájlra ugrás billentyű leütés hatására

-

Ismerősnek tűnhet ez a funkció a más operációs rendszereken használatos fájlkezelőkből: az első néhány karaktert leütve az első egyező találatra ugrik a fájlálistában. A Haiku egy lépéssel tovább megy. Ha nincs olyan bejegyzés, ami a leütött karakterekkel kezdődik, akkor a bejegyzés nevében keres tovább, így ha a neve tartalmazza a megadott karaktereket, akkor arra a bejegyzésre ugrik amit elsőként így megtalál. Ha így sem talál egyet sem, akkor a jellemzők következnek.

-window-type-ahead.png -

A fenti példában sok olyan fájl van, ami "welcome"-al kezdődik, így ezt begépelve nem jutunk eredményre. Azonban, ha már a "hu" szót írjuk be, akkor már a "welcome_hu.html" nevű fájlra ugrik. A beírt karakterek a bal alsó sarokban jelennek meg, ott ahol normál esetben a bejegyzések száma látható. Egy másodperccel a karakter leütése után az ablak visszavált normál módra, így új keresés indítható.

-

-index -Gépelés közbeni szűrés

-

Ahelyett, hogy egy fájlra ugranánk gépelés közben, arra is lehetőségünk van, hogy a keresésnek nem megfelelő találatok ne jelenjenek meg a listában. Ezzel a megoldással könnyedén lehet szűrni azokat a mappákat is, amelyek sok bejegyzést tartalmaznak. A SHIFT SPACE, mint elválasztó használatával több szóra is szűrhetünk egyszerre.
-Ellentétben a billentyű leütésekor a fájlra ugró megoldással, itt a szűrés befejezéséhez vagy az ESC-et kell leütni, vagy pedig az ablakot be kell zárni (illetve, ha egy ablakos böngészést használunk, akkor lépjünk egy szinttel fejjebb).
-Ez a típusú szűrés beállítható a Nyomkövető beállításoknál.

- -

-index -Megjelenés

-window-menu.png -

A Nyomkövető ablakok három különféle megjelenítést tesznek lehetővé, melyeket az Ablak menüben érünk el:

-
    -
  • Ikon nézet (ALT 1) - Nagy ikonok, melynek a mérete módosítható az almenüből, illetve az ALT +/- kombinációval.

  • -
  • Mini ikon nézet (ALT 2) - Kicsi ikonok.

  • -
  • Lista nézet (ALT 3) - Részletes lista a fájlokról a jellemzők megtekintésével illetve elrejtéssel. (További információk a Jellemzők fejezetben.)

  • -
-

Az Ablak menü több más funkciót is tartalmaz:

-
    -
  • Átméretezés hogy elférjen (ALT Y) - Az ablakot az ideális méretűre méretezi.

  • -
  • Rendezés... - Csak ikon és mini ikon nézetben érhető el, mikoris az alábbi lehetőségek közül választhatunk:

    -
      -
    • Név, Valódi név, Méret, Módosítva, Létrehozva, Típus, Hely, Engedélyek

    • -
    • Fordított sorrend - A rendezés irányának megváltoztatása.

    • -
    • Rendrakás (ALT K) - Az összes ikon egy képzeletbeli rácshoz való illesztése. A SHIFT-et lenyomva tartva a menü átvált az Összes rendezésére, ami ezen kívül még a megadott feltétel szerint sorba is rendezi azt.

    • -
  • -
  • Kijelölés... (SHIFT ALT A) - A fájlok kijelölése általános kifejezés alapján.

  • -
  • Bezárás (ALT W) - Az ablak bezárása. Tartsuk lenyomva a SHIFT billentyűt és a menüben az Összes bezárása jelenik meg, ami az összes Nyomkövető ablakot bezárja.

  • -
  • Bezárás minden munkaasztalon (ALT Q) - Az összes Nyomkövető ablakot bezárja a jelenlegi munkaasztalon. Ez hasznos lehet, ha elfelejtjük az OPT billentyűt lenyomva tartani miközben megnyitjuk az újabb mappákat amivel "rendetlenséget" hagyunk magunk után.

  • -
-

Néha csak néhány ikont szeretnénk rendezni anélkül, hogy a teljes Rendrakást (ALT K) elvégeznénk. Ebben az esetben válasszuk ki a rendezni kívánt ikonokat, és mozgassuk azokat az új helyükre. Mielőtt oda húznánk az ikonokat, tartsuk lenyomva az ALT billentyűt. Így az ikonok a rácshoz lesznek igazítva.

-

A funkciók többsége magától értetődő.

- -

-index -Beállítások

-

Az Ablak | Beálítások... menü megnyit egy panelt, ahol több beállítás is található amik talán nem egészen egyértelműek. Mivel az összes beállítás módosítása élő, így azonnali eredménnyel jár. -
Az alábbi beállítások érhetőek el:

-
    -
  • Asztal - Eldönthetjük, hogy az összes csatolt lemez közvetlenül az Asztalon jelenjen meg, vagy egy külön ablakban, mely a Lemezek ikonnal nyithat meg.

  • -
  • Ablakok - Itt állítható be az Egyablakos navigáció, aminek hatására egy mappa megnyitásakor annak tartalma ugyanazon ablakban jelenik meg. Ez nem ugyan az, mint amikor kattintás közben lenyomva tartjuk az OPT billentyűt, mint már említettük, ugyanis most elveszítjük az ablak méretét és pozícióját is. -

    -tracker-preferences-navigator.png -

    Mielőtt egy ablakos módba váltunk, ha az kézenfekvőbb, akkor azt ajánljuk, hogy előtte ki kell próbálni azt, ugyanis nem biztos, hogy sokkal gyorsabb lesz, mint az alap beállítás. Másrészről az egy ablakos böngészés egy Navigátor használatát is lehetővé teszi, ahová beírhatunk, másolhatunk vagy beilleszthetünk útvonal címet, továbbá tartalmaz egy vissza, előre és egy szinttel fejjebb gombot is.

    -

    A Gépelés közbeni szűrés engedélyezése funkció aktiválásával az ablak tartalmának szűrésekor az a bejegyzés (fájlnév vagy jellemző) jelenik majd meg, ami megfelel a szűrés feltételeinek. További részletek feljebb.

  • -
  • Szemetes - A fájlok törlésének módja.

  • -
  • Lemez ikonok - A lemezek ikonja mellett a lemez kihasználtságát jelző sáv bekapcsolása és színének beállítása.

  • -
  • Csatolás - Megadható, hogy mely lemezeket és mikor csatolja automatikusan a rendszer. Részletesebben a "Lemezek csatolás" fejezetben.

  • -
-

Ez a panel szintén elérhető Nyomkövető néven az Asztalsáv Beállítások menüjében.

- -

-index -Munka a fájlokkal

-

Ha aktiválunk egy fájlt, akkor a Fájl menüben lévő parancsok nagyrésze a helyi menüben is megtalálható.

-

Mint mindig, a parancsok itt is egyértelműek.

-
    -
  • Keresés... - Egy fájl vagy mappa megkeresése. További információk a Lekérdezések fejezetben.

  • -
  • Új - Új fájlt vagy mappát készíthetünk sablon alapján. -

    -new-menu.png -

    A Sablonok szerkesztése... megnyitja a /boot/home/config/settings/Tracker/Tracker New Templates mappát. Az ebben a mappában létrehozott fájlok fognak megjelenni sablonként az Új menüben A sablon alapján kap a fájl egy nevet, illetve a jellemzői is megegyeznek a sablonéval. Jelen példában van egy "Text" fájlunk, aminek a típusa text/plain. További információk a Fájltípusok fejezetben.

  • -
  • Megnyitás ezzel... - Ez a menü tartalmazza az összes programot, ami kezelni tudja az adott fájlt. -

    -open-with.png - -

    A listában az alapértelmezett program be van jelölve (az, ami dupla kattintással a fájlon megnyitja azt). A listában elsőként azok a programok jelennek meg, amik pontosan az adott típusú fájlok kezelésére szolgálnak, esetünkben: text/plain. Sorban ezek után jönnek azok a programok, melyek a fájl fő típusát kezelik (esetünkben: text/*). Végül pedig a listában azok jelennek meg, melyek bármit is tudnak kezdeni a fájllal. Ha nem egy programon kattintunk a menüben, hanem magán a Megnyitás ezzel... menün, akkor egy új panel nyílik meg:

    -

    -open-with-preferred -

    Itt megintcsak megtaláljuk azokat a programokat, melyek a menüben is megjelentek. Egyet kiválasztva, majd a Megnyitás és előnyben részesítés gombra nyomva megadható, hogy az összes ugyan ilyen típusú fájlt (esetünkben a text/plain típus) az adott programmal nyíssuk meg a későbbiekben.

  • -
  • Információk -

    -get-info -

    Ez a panel információkat szolgáltat a kijelölt fájlról, lehetőséget nyújt az előnyben részesített program módosítására, és a panel alsó részének kinyitásakor a fájl engedélyei és tulajdonosa is változtatható. Az útvonalon kattitnva pedig megnyílik az a Nyomkövetőben.

  • -
  • Név szerkesztése, Megdupláz és Mozgatás a Szemetesbe - Egy fájl átnevezése, megduplázása vagy a Szemetesbe helyezése.

  • -
  • Mozgatás, Másolás és Hivatkozás létrehozása - Az almenün keresztül navigálva eljutunk abba a mappába, ahová a fájlt át szeretnénk másolni, mozgatni, vagy ahová hivatkozást szeretnénk létrehozni hozzá. A SHIFT-et lenyomva tartva relatív hivatkozás létrehozására lesz lehetőségünk.

  • -
  • Kivágás, Másolás és Beillesztés - A vágólap használatával kivághatunk, másolhatunk egy bejegyzést a mappából vagy beilleszthetünk egy bejegyzést a jelenlegi mappába. A SHIFT-et lenyomva tartva pedig megjelenik a Több kivágása/másolása menü, ami több fájlon engedi elvégezni ezeket a műveleteket, amiket majd később beszúrhatunk egy másik mappába. Szintén a SHIFT-et lenyomva tartva a kimásolt fájloknak a hivatkozását a vágólapra másolhatjuk.

  • -
  • Azonosítás - Meghatározza a fájlok típusát, ha jelenleg még nem azonosítottak, például ha az internetről töltöttük le azt wget használatával, ami nem állítja be letöltés után a fájl típusát. A menü megnyitásakor a SHIFT-et lenyomva ez megváltozik Kényszerített azonosításra, ami megállapítja a fájl típusát, és kijavítja azt hibás típus esetén.

  • -
  • Kiegészítők - Az összes alap Nyomkövető kiegészítő és azok, melyek az adott fájlt képesek kezelni. További információk a Nyomkövető kiegészítők fejezetben.

  • -
- -

-index -Folyamatjelző

-

Amikor fájlt másolsz, mozgatsz, vagy törölsz, akkor a Nyomkövető egy folyamatjelzőt jelenít meg. Ha egyszerre több művelet is folyamatban van, akkor minden művelet egy külön folyamatjelzőt kap.

-transaction-status.png -

A jobb oldalon két gomb is található, melyekkel szüneteltethető vagy leállítható az adtt művelet. Néha szükség lehet hosszabb folyamatok megállítására. Például ha gyorsan el kell indítanunk egy nagy programot. Nagy mennyiségű adat másolásakor a lemez sok írást/olvasást végez, így lelassítja a munkát.

- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/twitcher.html b/docs/userguide/userguide/hu/twitcher.html deleted file mode 100644 index 03f1ac2e98..0000000000 --- a/docs/userguide/userguide/hu/twitcher.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Programváltó (Twitcher) - - - - - - - - -
-
- -

Programváltó (Twitcher)

- -

A programváltó a futó programok és a megnyitott ablakok közötti váltogatást teszi lehetővé.

-twitcher.png -

A CTRL TAB lenyomásával válthatunk a jelenlegi és a legutóbbi program/ablak között. A CTRL TAB gyors lenyomásával pedig az összes program között válthatunk. Ha pedig hosszan tartjuk lenyomva a CTRL TAB akkor gyorsan végig válthatunk az összes programon a TAB vagy a / billentyű gyakori leütésével. Ha a program egy adott ablakára van szükségünk, akkor keressük meg az adott programot, és válasszuk ki a kívánt ablakot a / billentyűk lenyomásával.

-

A kiválasztott program összes látható ablakán végigmehetünk a CTRL ~ lenyomásával (ez függ a billentyűzet-kiosztástól, de gyakran az ESC alatt található).

-

Arra is lehetőségünk van, hogy a CTRL TAB lenyomásával előhívjuk a programváltót, és egérrel kiválasztjuk a kívánt programot/ablakot, amire a CTRL elengedése után vált majd át a rendszer.

-

Lehetőségünk van további funkciókat is használni:

- - - - -
ESCA váltogató bezárása, és visszatérés a legutóbbi aktív ablakhoz.
QBezárja a kiválasztott programot.
HA program összes ablakát elrejti.
- -
-
- - - - diff --git a/docs/userguide/userguide/hu/workshop-email.html b/docs/userguide/userguide/hu/workshop-email.html deleted file mode 100644 index b975dcf5e8..0000000000 --- a/docs/userguide/userguide/hu/workshop-email.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - Műhely: levelek kezelése - - - - - - - - -
-
- - - - - -
Index
- A Haiku levelező rendszere
- Egyéni állapotok használata
- Lekérdezések használata
- További tippek -
- -

Műhely: levelek kezelése

- -

Ebben a fejezetben a levelek kezelését tárgyaljuk Haiku alatt. A leírtak alapja egy már beállított levelező rendszer. A beállításokat már minden bizonnyal elvégezted az E-Mail beállítások panelen. Ezen kívül minden bizonnyal már valamilyen szinten ismered a Haiuk levelező programját (Levelezés).

- -

-index -A Haiku levelező rendszere

-

Ha egy másik operációs rendszert használtál eddig, akkor valószínűleg valamelyik ismertebb programot már használtad, mint például a Microsoft Outlook vagy a Mozilla Thunderbird. Használat előtt azok esetében is el kell végezni néhány beállítást. Ezen kívül egyedi adatbázist használ a névjegyek és a levelek tárolására.
-A levelező program lecserélése nem egyszerű dolog. Exportálni/importálni és átalakítani kell. Ezen kívül egyszerre egynél több program használatánál is adódhatnak problémáink.

-

A Haiku levelező rendszere ettől igen eltérő. Például több részből áll össze.

-

A legfontosabb rész a mail_daemon (levelező szolgáltatás), ami a kommunikációért felel a rendszer és a kiszolgáló között. Az E-Mail beállítások panelen lehet megadni és konfigurálni az e-mail fiókokat és a levelező szolgáltatást.

-

Minden levél egy fájlként kerül eltárolásra, ahol a levél információi (mint például a feladó, tárgy, dátum) és annak állapota (például új, megválaszolt, elküldött) BFS jellemzőkként lesznek megadva. Ezek a jellemzők pedig segítenek a levelek keresésében/szűrésében..

-browsing.png -

Mivel minden levél egy fájl, azok listázása és böngészése/használata épp úgy működik, mint bármely más fájl esetén (mint például egy mappában lévő képek és azok megnyitása a Képmegjelenítővel). Ha a Nyomkövető ablakot megnyitva hagyjuk, akkor látni fogjuk, hogy épp melyik levelet olvassuk, miközben a Levelezés programban lépegetünk a levelek között.
-Mivel a levelek önálló fájlok, így ha nem a Haiku Levelezés programját használjuk, akkor sem ütközünk semmilyen akadályba.

-

Ehhez hasonlóan új levél létrehozásakor szintén készül egy fájl, amit szintén a mail_daemon kezel és küld el. Az ismerősök kezelése pedig a Névjegyekkel történik.

-

Dióhéjban: míg más levelező programok maguk kezelik a kommunikációt a kiszolgálóval, a levelek tárolását, megjelenítését, és a levelek kezelését (keresés, szűrés), addig a Haiku jelentősen kisebb programokat használ, amelyek fájlrendszer szinten kezelik a leveleket:

-
    -
  • A mail_daemon fogadja/küldi a leveleket.

  • -
  • Nyomkövető ablak és lekérdezések segítenek a keresésben és a megjelenítésben.

  • -
  • A Levelezés használatos a levelek megtekintésére és új levelek írására. A Névjegyek program pedig rendszer szintű névjegykezelést kínál.

  • -
-

A Nyomkövető és a lekérdezések használata különösen hasznos. Az itt szerzett tapasztalat más fájlokkal való probléma megoldásában is segíthet. Legyen szó képekről, zenéről, videóról, névjegyről vagy bármi más dokumentumról, a Nyomkövető áll a fájlkezelés középpontjában.
-Ugyanakkor a fájlrendszer bármely területén történő fejlesztés nem csak a levelezés hanem az összes többi program számára is használható.

- -

-index -Egyéni állapotok használata

-

Amikor az újonnan érkezett levelek közt böngészel, akkor megeshet, hogy valamelyikkel majd csak később akarsz komolyabban foglalkozni. Ekkor a Levelezés Bezár és... | Hagyja Újként menüjét választva a levél megmarad az "Új levelek" között...

-

De, ha nem akarunk válaszolni a levélre, ez nem a legjobb megoldás.

-status.png -

Sokkal jobb megoldás az, ha a Bezárás és... | Megjelöl... menüben létrehozunk egy új állapotot, és azt haszánljuk a levelek kategorizálására. Például, adhatunk a levélnek egy "Később" állapotot, és ha lesz több időnk, akkor majd rákeresünk erre az állapotra.
-Esetleg egyedi állapotot adhatunk a különféle munkákkal kapcsolatos leveleknek is. Például, készíthetünk egy "HUG" állaptot (a "Haiku user guide" rövidítéseként), ami minden, a Haiku felhasználói útmutatóval kapcsolatos levélnek megadható.
-Minden esetben próbáljunk rövid állapot-nevet megadni, így a Nyomkövető ablak állapot oszlopában mindig el fog férni.

-

Nem szükséges megnyitni a leveleket a Levelezés programban az állapotuk módosításához. A Mark as Read (Olvasottnak jelöl) és a Mark as... (Megjelöl, mint...) Nyomkövető kiegészítőket használhatjuk a kijelölt leveleken, és egy lépésben módosítható azok állapota.

- -

-index -Lekérdezések használata

-

A levelek számára meg kell adni egy mappát, így minden levelünk egy helyen lesz majd. Csakhogy idővel a mappa túlzsúfolttá válhat, és a levelek betöltése, rendezése is hosszabb ideig tarthat. Ezen kívül pedig általában nem is törődünk a 2 évvel ezelőtti levelekkel...

-
A sok fájlt tartalmazó mappák beolvasása hosszú ideig tarthat, és a fájlok rendezése is időbe telhet. Ha meg akarsz nyitni egy sok fájlt tartalmazó mappát, akkor lerövidítheted a várakozási időt, ha közben a Nyomkövető ablakot "eltünteted", például elrejted vagy egy másik munkaasztalra rakod át. A Folyamatkezelővel a processzor használata is megfigyelhető.
-

A Lekérdezések a megmentőink!

-

A lekérdezések használatával leszűkíthetjük a levelek listáját. Például az Asztalsávon megjelenő ikon is lekérdezéseket használ.

-daemon-in-deskbar.png -

Az Open Draft (Piszkozatok) almenüben találhatóak azok a levelek, melyek állapota "Draft" (piszkozat), amit a Levelezés adott meg, amikor elmentettük a levelet.

-

Az Open Inbox Folder (Bejövő levelek) és az Open Mail Folder (levelek mappájának megnyitása) mindössze egy hivatkozás.

-

A # új levél almenü egy lekérdezés azokra a levelekre, melyek állapota "New" (Új). Ugyan ez a lekérdezés adja meg az új levelek számát is a menü nevében..

- -

Egyéni lekérdezés illetve mappa is hozzáadható a menühöz, ha azt a ~/config/settings/Mail/Menu Links mappába másoljuk, vagy ha ide készítünk egy hivatkozást.

-
A ~/config/settings/Mail/mailbox lekérdezés egy speciális eset: ez myílik meg, amikor a bal gombbal kattintunk a postaláda ikonon az Asztalsávon. Ha ezt meg akarjuk változtatni, akkor csak cseréljük ki egy másik fájlal (vagy a fájl hivatkozásával), és nevezzük el "mailbox"-nak. Nem fontos, hogy lekérdezés legyen. Lehet akár egy program hivatkozása is.
- -

-index -Példa lekérdezésre

-

Néhány keresési minta:

- - - - - - -
query-1.png
-Egyéni ("Másolat") állapottal rendelkező levelek.
query-2.png
-A legutóbbi két nap levelei.
query-3.png
-Az utóbbi 2 hétben a Haiku i18n-től érkezett levelek.
query-4.png
-Az utóbbi 12 órában érkezett levelek, melyek tárgya tartalmazza a "guide" szót.
- -

-index -További tippek

-
    -
  • Ha egy lekérdezést "Keresésként", helyett inkább "Keresési sablonként" mentünk el, akkor a megnyitásakor nem a találat ablak fog megjelenni, hanem a kereső ablak. Ezzel a megoldással a keresés könnyedén módosítható, például a keresés idejét "2 days" (2 napról) "3 days" (3 napra).

  • -
  • A "gépelés közbeni szűrő" engedélyezésekor (a Nyomkövető beállításainál) lehetőségünk van arra, hogy a keresés eredményei között még nyorsabban megtaláljuk azt, amit akarunk. Gyakran elég lekérdezni az utóbbi 3 nap leveleit és abban használni a gépelés közbeni szűrést, így még hatékonyabban tudjuk azt használi. A lényeg az, hogy nem kell megadnunk, hogy mely jellemzőben keressünk, ugyanis így az összes megjelenített mezőben keresni tudunk.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/hu/workshop-filetypes+attributes.html b/docs/userguide/userguide/hu/workshop-filetypes+attributes.html deleted file mode 100644 index 9e31ab11a3..0000000000 --- a/docs/userguide/userguide/hu/workshop-filetypes+attributes.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - Műhely: fájltípusok, jellemzők, indexek és lekérdezések - - - - - - - - -
-
- - - - - -
Index
- Előkészítés
- Egyéni fájltípus létrehozása
- Ikon
- Fájl azonosítása
- Leírás
- Előnyben részesített programok
- További jellemzők
- Indexelés
- Adatok megadása
- Lekérdezés az adatbázisból -
- -

Műhely: fájltípusok, jellemzők, indexek és lekérdezések

- -

Ebben a témakörben bemutatjuk a Jellemzők, a Lekérdezések, az Index és az egyéni Fájltípusok használatát. Példaként egy DVD adatbázis hozunk létre.

- -

-index -Előkészítés

-

Elsőként el kell dönteni, hogy milyen típusú fájlra és milyen jellemzőkre van szükségünk. -Eredetileg azt terveztem, hogy könyvjelző fájlt fogok használni egy hivatkozással a film IMDB-s oldalára. Mivel azonban a Haiku nem rendelkezik "könyvjelzőzhető" böngészővel, mint például BeOS esetében a NetPositive, ezért a következő megoldást választottam: a fájl maga egy JPEG kép lesz, amit majd a film borítójaként fogok használni. -A WebPositive használatával a Haiku mostmár rendelkezik egy könyvjelző fájlokat támogató böngészővel, így már használhatunk könyjlező fájlokat is alap típusként a kép helyett.
-Ehhez a fájlhoz képhez pedig több jellemzőt is hozzá kell adni. -Itt most el kell düntenünk, hogy milyen adatot is tároljunk az adatbázisban, és azoknak milyen legyen a típusa. Kereséskor a számokkal (int, float) kicsit eltérően tudunk dolgozni, mint a szöveggel (</=/> szám esetében, és egyenlő/tartalmaz/eleje szöveg esetében).

-

Az alábbi jellemzőket szeretném látni a DVD filmjeimhez:

-
    -
  • Cím
  • -
  • Kategória
  • -
  • URL, például az IMDB-n
  • -
  • Rendező
  • -
  • Kiadó
  • -
  • Értékelés
  • -
  • Stúdió
  • -
  • És például, hogy ki kérte kölcsön
  • -
- -

-index -Egyéni fájltípus létrehozása

-

Elsőként nyissuk meg a Fájltípusok beállításokat, majd kattintsunk a Hozzáadás... gombra a lista alatt. Ekkor kapunk egy kis ablakot, ahol meg kell adni a MIME csoportot, amin belül majd a fájltípus megtalálható lesz. Persze, egy teljesen új csoport is létrehozható. Esetünkben ezt most tegyük az "applications" csoportba és adjuk meg a DVDdb-t, mint "belső nevet".

-filetypes-new-file-type.png -

Ekkor az új fájltípus már megjelenik az ablakban:

-filetypes-dvddb.png - -

-index -Ikon

-

Az ikonon duplán kattintva az megnyílik az Icon-O-Matic ablakban, ahol a fájltípusnak megfelelőt létre lehet hozni. Persze, egy másik típus ikonja is idehúzható, mint egy meglévő módosításának kiindulópontja.

- -

-index -Fájl azonosítása

-

Különféle kiterjesztések is adhatóak a típushoz, mint például .txt, .jpg, .mp3 annak érdekében, hogy a kiterjesztés alapján is felismerhetőek legyenek. Ez akkor is hasznos lehet, hogyha olyan fájlokkal dolgozunk, amik nem rendelkeznek MIME azonosítóval. Jelen példában erre nincs szükség.

- -

-index -Leírás

-
    -
  • Típus neve - Ez jelenik meg például a Jellemzők menüben a Nyomkövető ablakban..
  • -
  • Leírás - Részletesebb információ a megadása.
  • -
- -

-index -Előnyben részesített programok

-

Ez a menü tartalmazza azon programok listáját, amik a típust kezelni tudják. Itt megadható, hogy a fájl melyik programmal nyíljon meg ha duplán kattintunk azon.

- - - -
Kiválasztás... Egy fájl-ablakot nyit meg, ahol kiválaszthatjuk azt a programot, amivel meg akarjuk nyitni az adott típust. Ebben az esetben például megadhatjuk a Képmegjelenítőt, hogy megjelenítse a DVD borítóképét.
Ugyanaz, mint... Megnyit egy fájl-ablakot, amiben kiválaszthatunk egy olyan fájlt, amit a kívánt program nyit meg, így ezt a típust is azt fogja megnyitni.
- -

-index -További jellemzők

-

Itt megadhatunk minden olyan további jellemzőt, amit használni akarunk. A Hozzáadás... gombon kattitnva az alábbi ablakot kapjuk:

-filetype-extra-attribute.png -
    -
  • Jellemző neve - Ez jelenik meg például egy oszlop neveként a Nyomkövető ablakban.

  • -
  • Belső név - Indexeléskor és kereséskor használt név.

  • -
  • Típus - Megadja a jellemző adat-típusát, hogy milyen jellegű adatot tárol majd, és hogy kereséskor hogyan lehet rá hivatkozni. -
      -
    • String - egyszerű szöveg
    • -
    • Boolean - bináris adat, mely lehet 1 vagy 0
    • -
    • Integer - egész számok az alábbi tartományokban: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float - lebegőpontos számok, egy tizedes jegyig
    • -
    • Double - lebegőpontos számok, két tizedes jegyig
    • -
    • Time - dátum és idő formátum
    • -
    -
  • -
-
    -
  • Látható - Csak a négyzet bejelölésekor jelenik meg a jellemző a Nyomkövető ablakban. Mivel a Nyomkövető lesz a adatbázisunk felülete, így ezt be kell jelölni, majd néhány megjelenítési beállítást is meg kell adni:
      -
    • Megjelenítés így - Hagyjuk "Default"-on (alapértelmezett). A későbbiekben több típus is választható, mint például sáv.
    • -
    • Szerkeszthető - A jellemző szerkeszthetősége a Nyomkövető ablakban.
    • -
    • Szélesség - A jellemzőhöz tartozó oszlop alapértelmezett szélessége.
    • -
    • Igazítás - Az oszlop igazítása balra, középre vagy jobbra.
    • -
-

Ezek után adjuk meg a következő jellemzőket:

- - - - - - - - - - -
Belső névJellemző típusaindexelt?Leírás
DVDdb:title egyszerű szöveg igen Cím
DVDdb:genre egyszerű szöveg igen Kategória
DVDdb:url egyszerű szöveg nem URL
DVDdb:cast egyszerű szöveg igen Rendező
DVDdb:author egyszerű szöveg nem Kiadó
DVDdb:rating 32 bites szám igen Értékelés
DVDdb:studio egyszerű szöveg nem Stúdió
DVDdb:lent egyszerű szöveg igen Kinél van
- -

-index -Indexelés

-

Mielőtt adatot adnánk a mi kis DVD adatbázisunkhoz, előtte néhány jellemzőt az Indexhez kell adnunk. Csak az indexel jellemzők használhatóak a Lekérdezéseknél.
-El kell döntenünk azt is, hogy miket akarunk majd a jövőben keresni. Tehát, hogy ne kelljen majd megkérdezni, hogy "Vajon milyen filmjeim vannak a Brad Wright rendezésével?" vagy azt, hogy "Van-e rossz értékeléssel rendelkező természetfilmem?".

-

Ezekre a kérdésekre a következő jellemzőket kell indexelnünk:

- - - - - - -
Belső névJellemző típusa
DVDdb:titleegyszerű szöveg
DVDdb:genreegyszerű szöveg
DVDdb:castegyszerű szöveg
DVDdb:rating32 bites szám
- -

Az indexeléshez pedig a következő sorokat kell kiadni a Terminálban:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

A -t opció a jellemző típusát adja meg, ami az értékelés kivételével (ami "int" (szám)) mind "string" (szöveg).

- -

-index -Adatok megadása

-

Nos, minden előkészülettel végeztünk, mostmár hozzáadhatjuk az adatokat az adatbázisunkhoz.
-Mivel az alap fájlunk egy borító-kép, ezért az interneten keressük meg (például az IMDB-n) és mentsük le azt egy mappába, ahol majd az adatbázisunkat fogjuk tárolni.

-

A mappát megnyitva azt látjuk, hogy van egy kép benne. Jobb gombbal kattitnva a fájlon, a típusát meg kell változtatnunk application/DVDdb típusra a Fájltípus kiegészítőben. További információ a Fájltípusok fejezetben.

-

Most pedig válasszuk ki, hogy mely jellemzők jelenjenek meg. Ezt megtehetjük a Jellemzők menüből vagy az oszlopfejléceken, majd az oszlopokat is átrendezhetjük kedvünkre:

-filetypes-dvddb-empty.png -

Egy üres jellemzőn kattintva (vagy ALT E) a szerkesztő módba jutunk. A TAB és a SHIFT TAB kombinációval válthatunk a mezők (jellemzők) között.

-

A példánk alapján az adatbázis feltöltése egy kép letöltésével kezdődik az internetről, majd annak a típusát módosítjuk. Azonban van más, elegánsabb módja is a folyamatnak. Csak másoljunk egy üres fájlt a mi fájltípusunkkal a /boot/home/config/settings/Tracker/Tracker New Templates mappába, és nevezzük át DVDdb-re. Ezzel létrehoztunk egy sablont.

-

Egy Nyomkövető ablakban jobb gombbal kattintva, egy új bejegyzést találunk majd az Új... almenüben.

- -

-index -Lekérdezés az adatbázisból

-

Néhány óra után már egy remek kis adatbázist összehoztunk, így más tudunk keresgélni a filmek között, például megkereshetjük az akciófilmeket.

-

Készíthetünk egy lekérdezést csak egy adott fájltípusra is, és a keresési eredményeket is hozzáigazíthatjuk ahhoz.
-Nyissuk meg a DVDdb fájlokat tartalmazó mappát és rendezzük el az oszlopokat ahogy szeretnénk, hogy megjelenjenek. Ezt a megjelenést másoljuk a Jellemzők | Elrendezés másolása menüvel.

-

Most nyissuk meg a /boot/home/config/settings/Tracker/DefaultQueryTemplates mappát, hozzunk létre egy új mappát és nevezzük át a csoport/fájltípus formátumára, de itt cseréljük ki a "per" jelet egy aláhúzásra; vagyis, ebben az esetben "applications_DVDdb" lesz a mappa neve.

-

Végül a mappát megnyitva és a Jellemzők | Elrendezés beillesztése menüt választva az alábbi eredményt kapjuk:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/hu/workshop-wlan.html b/docs/userguide/userguide/hu/workshop-wlan.html deleted file mode 100644 index 718eb96c26..0000000000 --- a/docs/userguide/userguide/hu/workshop-wlan.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - Műhely: vezeték nélküli hálózat - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- - - - - -
Index
- Használható eszköz működére bírása
- Csatlakozás vezeték nélküli hálózathoz
- Kapcsolódás a parancssorból
- Tippek -
- -

Műhely: vezeték nélküli hálózat

- -

Manapság az internet mindennapi szükségletünkké vált. A hálózati eszközök sokfélesége miatt az azokhoz tartozó vezérlők frissen tartsása szinte lehetetlen ilyen kis project esetében, mint a Haiku, ami a FreeBSD kompatibilis hálózati struktúrát használja a vezérlőkhöz.
-Bár ez a módszer biztosítja az eszközök jelentős részének a használatát, azonban sajnos nem az összes jelenleg is elérhetőt. Egy interneten megtalálható listában ellenőrizhetjük, hogy melyek a jelenleg használható eszközök, illetve vessünk egy pillantást a FreeBSD 9.3's release hardware notes oldalára is.

-
Jelenleg csak a PCI, PCI-X, PCI-Express, Mini PCI, és a Mini PCI-Express eszközök működhetnek.
-A PCMCIA, a CardBus, az ExpressCard, az USB és az ISA esetében további fejlesztésekre van szükség.
- -

-index -Használható eszköz működére bírása

-

Még ha az első akadályt le is küzdöttük (használható eszközünk van), akkor is adódhatnak problémák a vezeték nélküli eszközökkel kapcsolatban, ugyanis azokhoz szükség van bináris, eszköz-vezértlő fájlokra (firmware) is. A Haiku nem tartalmazhat néhány ilyen fájlt, ugyanis jogi akadája van. Ugyanakkor, a Haiku tartalmaz egy szkriptet, amivel letölthetjük a szükséges fájlokat. -Tehát, ha vezeték nélküli hálózatot akarsz használni, akkor elsőként ajánlott ezt a szkriptet használni, hogy meglegyen minden szükséges fájl.

-

Ehhez a következő parancsot kell kiadni a Terminálban:

-
install-wifi-firmwares.sh
-

Itt el kell olvasni a használati feltételeket, és elfogadásuk után telepíthetjük a fájlokat.

- -

Ha nem rendelkezel internet kapcsolattal, hogy letöltsd a fájlokat, akkor van egy másik megoldás is. -További információk a Tippeknél alább.

- -

-index -Csatlakozás vezeték nélküli hálózathoz

-

Alap esetben a Haiku az első nyílt hálózathoz automatikusan csatlakozni fog. A Hálózat állapot kisalkalmazásból választhatunk másik hálózatot is.

-

Jobb gombbal kattitnva az ikonon az Asztalsávon válasszuk ki a használni kívánt nyilvános hálózatot (amelyik "SSID"-je látható) a menüből.

-join-network.png -

Ekkor kapunk egy ablakot, ahol a biztonság típusát (WPA/WPA2, WEP, Open (nyílt, nem védett)) és a jelszót megadva a Rendben gombra kattintás után elkezdődik a bejelentkezés a hálózatra.
Ez az eszköz és a hálózat tulajdonságaitól fuggően hosszabb időt is igénybe vehet. A folyamat aktuális állapotáról az információs ablak tájékoztat minket (FIGYELEM: jelenleg ha a Nyelvi beállításoknál a mappa és fájlnevek lefordítása be van jelölve, akkor ez nem jelenik meg!):

-join-network.gif -

Mikor azt látjuk, hogy "Kész." és az Asztalsávon a Hálózat állapota ikonja zöld pöttyre változik, akkor a kapcsolódás sikeres volt. Ha "Nincs kapcsolat." üzenetet kapunk, és egy sárga háromszög jelenik meg az Asztalsávon, akkor lehetséges, hogy rossz jelszót adtunk meg.

- -

-index -Kapcsolódás a parancssorból

-

Ha a parancssort részesíted előnyben, vagy szkriptet akarsz írni, esetleg a ~/config/settings/boot/UserBootscript-et akarod használni, hogy automatikusan kapcsolódj a hálózathoz, akkor az ifconfig parancsot kell használni.

-

A Terminálban adjuk ki az alábbi parancsot:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

Persze, a saját hálózati kártyánk útvonalát kell megadni.
-A parancs eredményeként megkapjuk a nyilvános hálózatok neveit (SSID), az egyedi azonosítójukat (MAC), a jelerősséget, illetve a biztonság típusát.

-

A csatlakozáshoz meg kell adni a hálózati kártyát, mint első paramétert, majd az SSID-t és a jelszót a "join" (csatlakozás) opció után:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {jelszó}
-

Előtte persze meg kell győződni arról, hogy a hálózati kártya már megfelelően működik miután elindítottuk a rendszert, ugyanis ellenkező esetben a rendszer az ifconfig parancsot figyelment kívül hagyja. Az eszköztől és a hálózattól függően ez hosszabb ideig is eltarthat, ezért ajánlott figyelni az információs ablakban megjelenő üzeneteket...

- -

-index -Tippek

-

Bináris firmware fájlok letöltése internet kapcsolat nélkül

-

Ha nem tudjuk beszereni a bináris firmware fájlokat a install-wifi-firmwares.sh szkript használatával (például mert a Haiku nem tud kapcsolódni az internetre), akkor lehetősgünk van letölteni egy shell szkriptt, amit bármely más operációs rendszerben használhatunk, ahol megtalálható a wget és a zip parancs.
-A szkript letölti a szükséges fájlokat, majd készít egy zip csomagot amit Haiku alatt a /boot mappába ki kell bontanunk. Végl a Terminálban djuk ki:

-
install-wifi-firmwares.sh
-

Olvassuk végig a felhasználási feltételeket, majd jóváhagyás után már elérhetőek lesznek számunkra.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/hu/workspaces.html b/docs/userguide/userguide/hu/workspaces.html deleted file mode 100644 index 97cb6099d4..0000000000 --- a/docs/userguide/userguide/hu/workspaces.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Munkaasztalok (Workspaces) - - - - - - - - -
-
- -

Munkaasztalok (Workspaces)

- -

A munkaasztalok virtuális asztalok, melyek mindegyikének egyéni felbontást, színmélységet és hátteret adhatunk. Összesen 32 állítható be a Képernyő beállításainál.

- -workspace_overviewpng.png - -

-index -Munkaasztalok közötti váltás

-

A munkaasztalok között a Munkaasztalok program segítségével válthatunk (a megfelelő munkaasztalra kattintva) vagy az ALT Fx billentyű-kombinációval, ahol az "x" a munkaasztal száma. Ajánlott a munkaasztalokat 4 sorba rendezni, épp úgy, ahogy a Fx billentyűk vannak csoportosítva.
-Ugyanakkor, ha az Asztalsávon kiválasztunk egy ablakot, akkor automatikusan arra a munkaasztalra kerülünk, amelyiken az ablak található.

-

Egy másik kényelmes megoldás, ha a CTRL ALT /// kombinációkkal navigálunk a munkaasztalok között. Ha a SHIFT billentyűt lenyomva tartjuk, az aktív ablak egy új munkaasztalra kerül.

-

Oda-vissza válthatunk 2 munkaasztal között az ALT ` (az aktuális billentyű a kisztástól függ - ez az ESC alatti billentyű) kombinációval. A SHIFT lenyomásával pedig az ablakot magunkkal vihetjük.

- -
-
- - - - - diff --git a/docs/userguide/userguide/images/alert_info_32.png b/docs/userguide/userguide/images/alert_info_32.png deleted file mode 100644 index 05b4fe898c..0000000000 Binary files a/docs/userguide/userguide/images/alert_info_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/alert_stop_32.png b/docs/userguide/userguide/images/alert_stop_32.png deleted file mode 100644 index c5c1386f30..0000000000 Binary files a/docs/userguide/userguide/images/alert_stop_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/alert_warning_32.png b/docs/userguide/userguide/images/alert_warning_32.png deleted file mode 100644 index f13611cde4..0000000000 Binary files a/docs/userguide/userguide/images/alert_warning_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/activitymonitor-icon_16.png b/docs/userguide/userguide/images/apps-images/activitymonitor-icon_16.png deleted file mode 100644 index ceb097f146..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/activitymonitor-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/activitymonitor-icon_64.png b/docs/userguide/userguide/images/apps-images/activitymonitor-icon_64.png deleted file mode 100644 index b06221e6cd..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/activitymonitor-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/bepdf-icon_16.png b/docs/userguide/userguide/images/apps-images/bepdf-icon_16.png deleted file mode 100644 index 9b51474aab..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/bepdf-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/bepdf-icon_64.png b/docs/userguide/userguide/images/apps-images/bepdf-icon_64.png deleted file mode 100644 index b7900179e5..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/bepdf-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/bootmanager-icon_16.png b/docs/userguide/userguide/images/apps-images/bootmanager-icon_16.png deleted file mode 100644 index 50cb3252fb..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/bootmanager-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/bootmanager-icon_32.png b/docs/userguide/userguide/images/apps-images/bootmanager-icon_32.png deleted file mode 100644 index 445ad3e7de..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/bootmanager-icon_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/bootmanager-icon_64.png b/docs/userguide/userguide/images/apps-images/bootmanager-icon_64.png deleted file mode 100644 index ac9b9fb38b..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/bootmanager-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/cdplayer-icon_16.png b/docs/userguide/userguide/images/apps-images/cdplayer-icon_16.png deleted file mode 100644 index e799135fdc..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/cdplayer-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/cdplayer-icon_64.png b/docs/userguide/userguide/images/apps-images/cdplayer-icon_64.png deleted file mode 100644 index 904209e72d..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/cdplayer-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/charactermap-icon_16.png b/docs/userguide/userguide/images/apps-images/charactermap-icon_16.png deleted file mode 100644 index 89765ab1d1..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/charactermap-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/charactermap-icon_64.png b/docs/userguide/userguide/images/apps-images/charactermap-icon_64.png deleted file mode 100644 index 06c5b5e0d3..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/charactermap-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/cli-app-icon_16.png b/docs/userguide/userguide/images/apps-images/cli-app-icon_16.png deleted file mode 100644 index a372a1753e..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/cli-app-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/cli-app-icon_32.png b/docs/userguide/userguide/images/apps-images/cli-app-icon_32.png deleted file mode 100644 index f9403f70a6..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/cli-app-icon_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/cli-app-icon_64.png b/docs/userguide/userguide/images/apps-images/cli-app-icon_64.png deleted file mode 100644 index fa4f88aced..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/cli-app-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/codycam-icon_16.png b/docs/userguide/userguide/images/apps-images/codycam-icon_16.png deleted file mode 100644 index 66e8d7ab4e..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/codycam-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/codycam-icon_64.png b/docs/userguide/userguide/images/apps-images/codycam-icon_64.png deleted file mode 100644 index 7001c2a374..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/codycam-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/debugger-icon_16.png b/docs/userguide/userguide/images/apps-images/debugger-icon_16.png deleted file mode 100644 index f4dded74ef..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/debugger-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/debugger-icon_64.png b/docs/userguide/userguide/images/apps-images/debugger-icon_64.png deleted file mode 100644 index 4cd5ab3272..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/debugger-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/deskcalc-icon_16.png b/docs/userguide/userguide/images/apps-images/deskcalc-icon_16.png deleted file mode 100644 index 65217f531c..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/deskcalc-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/deskcalc-icon_64.png b/docs/userguide/userguide/images/apps-images/deskcalc-icon_64.png deleted file mode 100644 index 93cc415d7d..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/deskcalc-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/diskprobe-icon_16.png b/docs/userguide/userguide/images/apps-images/diskprobe-icon_16.png deleted file mode 100644 index a8a22e44bf..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/diskprobe-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/diskprobe-icon_64.png b/docs/userguide/userguide/images/apps-images/diskprobe-icon_64.png deleted file mode 100644 index 2fcc32ef07..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/diskprobe-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/diskusage-icon_16.png b/docs/userguide/userguide/images/apps-images/diskusage-icon_16.png deleted file mode 100644 index f5725b5889..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/diskusage-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/diskusage-icon_64.png b/docs/userguide/userguide/images/apps-images/diskusage-icon_64.png deleted file mode 100644 index 1f300ca902..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/diskusage-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/drivesetup-icon_16.png b/docs/userguide/userguide/images/apps-images/drivesetup-icon_16.png deleted file mode 100644 index d30b1dfb8f..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/drivesetup-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/drivesetup-icon_64.png b/docs/userguide/userguide/images/apps-images/drivesetup-icon_64.png deleted file mode 100644 index e361653160..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/drivesetup-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/expander-icon_16.png b/docs/userguide/userguide/images/apps-images/expander-icon_16.png deleted file mode 100644 index 1898853c46..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/expander-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/expander-icon_64.png b/docs/userguide/userguide/images/apps-images/expander-icon_64.png deleted file mode 100644 index 1ecf711abb..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/expander-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/haikudepot-icon_16.png b/docs/userguide/userguide/images/apps-images/haikudepot-icon_16.png deleted file mode 100644 index dd6bf93764..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/haikudepot-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/haikudepot-icon_64.png b/docs/userguide/userguide/images/apps-images/haikudepot-icon_64.png deleted file mode 100644 index 38d72517f2..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/haikudepot-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap128.png b/docs/userguide/userguide/images/apps-images/i-o-m-bitmap128.png deleted file mode 100644 index 8901423f3d..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap128.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap16.png b/docs/userguide/userguide/images/apps-images/i-o-m-bitmap16.png deleted file mode 100644 index d84dad4aa3..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap32.png b/docs/userguide/userguide/images/apps-images/i-o-m-bitmap32.png deleted file mode 100644 index eaf9bb6a10..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap64.png b/docs/userguide/userguide/images/apps-images/i-o-m-bitmap64.png deleted file mode 100644 index b678641f2f..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-bitmap64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_16.png b/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_16.png deleted file mode 100644 index 6b8f28619c..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_32.png b/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_32.png deleted file mode 100644 index 7509167f64..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_64.png b/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_64.png deleted file mode 100644 index 6c1465043d..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-lod-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-path-ab.png b/docs/userguide/userguide/images/apps-images/i-o-m-path-ab.png deleted file mode 100644 index 2d56051511..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-path-ab.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-add.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-add.png deleted file mode 100644 index 36aaca7301..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-add.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-bezier.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-bezier.png deleted file mode 100644 index afa38d9860..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-bezier.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-delete.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-delete.png deleted file mode 100644 index 8abea28a4e..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-delete.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-insert.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-insert.png deleted file mode 100644 index 42822da605..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-insert.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-move-path.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-move-path.png deleted file mode 100644 index f297e61946..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-move-path.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-move-shape.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-move-shape.png deleted file mode 100644 index 89693d0546..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-move-shape.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-resize.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-resize.png deleted file mode 100644 index a8252eedf4..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-resize.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-rotate.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-rotate.png deleted file mode 100644 index 250c280d34..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-rotate.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-select.png b/docs/userguide/userguide/images/apps-images/i-o-m-pointer-select.png deleted file mode 100644 index 610476e93c..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-pointer-select.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-shape.png b/docs/userguide/userguide/images/apps-images/i-o-m-shape.png deleted file mode 100644 index 7f5a5cd234..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-shape.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-terminal-bitmap16.png b/docs/userguide/userguide/images/apps-images/i-o-m-terminal-bitmap16.png deleted file mode 100644 index d82781b0fd..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-terminal-bitmap16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-terminal-bitmap32.png b/docs/userguide/userguide/images/apps-images/i-o-m-terminal-bitmap32.png deleted file mode 100644 index f017ea0f53..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-terminal-bitmap32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-vector128.png b/docs/userguide/userguide/images/apps-images/i-o-m-vector128.png deleted file mode 100644 index e575d0d92e..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-vector128.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-vector16.png b/docs/userguide/userguide/images/apps-images/i-o-m-vector16.png deleted file mode 100644 index cc234cf572..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-vector16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-vector32.png b/docs/userguide/userguide/images/apps-images/i-o-m-vector32.png deleted file mode 100644 index 01f3b7b33f..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-vector32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/i-o-m-vector64.png b/docs/userguide/userguide/images/apps-images/i-o-m-vector64.png deleted file mode 100644 index bee4731228..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/i-o-m-vector64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/icon-o-matic-icon_16.png b/docs/userguide/userguide/images/apps-images/icon-o-matic-icon_16.png deleted file mode 100644 index e6a708ff96..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/icon-o-matic-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/icon-o-matic-icon_64.png b/docs/userguide/userguide/images/apps-images/icon-o-matic-icon_64.png deleted file mode 100644 index c64863f301..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/icon-o-matic-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/installer-icon_16.png b/docs/userguide/userguide/images/apps-images/installer-icon_16.png deleted file mode 100644 index 0db77247f2..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/installer-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/installer-icon_64.png b/docs/userguide/userguide/images/apps-images/installer-icon_64.png deleted file mode 100644 index fee822dd85..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/installer-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/magnify-icon_16.png b/docs/userguide/userguide/images/apps-images/magnify-icon_16.png deleted file mode 100644 index 05749c904c..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/magnify-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/magnify-icon_64.png b/docs/userguide/userguide/images/apps-images/magnify-icon_64.png deleted file mode 100644 index 928017ba97..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/magnify-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/mail-icon_16.png b/docs/userguide/userguide/images/apps-images/mail-icon_16.png deleted file mode 100644 index b7be075938..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/mail-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/mail-icon_64.png b/docs/userguide/userguide/images/apps-images/mail-icon_64.png deleted file mode 100644 index a403655132..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/mail-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/mediaplayer-icon_16.png b/docs/userguide/userguide/images/apps-images/mediaplayer-icon_16.png deleted file mode 100644 index 6d36b8107d..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/mediaplayer-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/mediaplayer-icon_64.png b/docs/userguide/userguide/images/apps-images/mediaplayer-icon_64.png deleted file mode 100644 index 059a880aec..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/mediaplayer-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/midiplayer-icon_16.png b/docs/userguide/userguide/images/apps-images/midiplayer-icon_16.png deleted file mode 100644 index d8589b1167..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/midiplayer-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/midiplayer-icon_64.png b/docs/userguide/userguide/images/apps-images/midiplayer-icon_64.png deleted file mode 100644 index 9fc0f9a6ea..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/midiplayer-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/packageinstaller-icon_16.png b/docs/userguide/userguide/images/apps-images/packageinstaller-icon_16.png deleted file mode 100644 index 04ceb5dcc8..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/packageinstaller-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/packageinstaller-icon_64.png b/docs/userguide/userguide/images/apps-images/packageinstaller-icon_64.png deleted file mode 100644 index f60d9e8a56..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/packageinstaller-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/pe-icon_16.png b/docs/userguide/userguide/images/apps-images/pe-icon_16.png deleted file mode 100644 index 842abb9196..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/pe-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/pe-icon_64.png b/docs/userguide/userguide/images/apps-images/pe-icon_64.png deleted file mode 100644 index 03cbe654f5..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/pe-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/people-icon_16.png b/docs/userguide/userguide/images/apps-images/people-icon_16.png deleted file mode 100644 index 246e08afbd..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/people-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/people-icon_64.png b/docs/userguide/userguide/images/apps-images/people-icon_64.png deleted file mode 100644 index 08d6d7911c..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/people-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/poorman-icon_16.png b/docs/userguide/userguide/images/apps-images/poorman-icon_16.png deleted file mode 100644 index a079543cdb..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/poorman-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/poorman-icon_64.png b/docs/userguide/userguide/images/apps-images/poorman-icon_64.png deleted file mode 100644 index e4852f4aa5..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/poorman-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/screenshot-icon_16.png b/docs/userguide/userguide/images/apps-images/screenshot-icon_16.png deleted file mode 100644 index f5303bdfb9..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/screenshot-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/screenshot-icon_64.png b/docs/userguide/userguide/images/apps-images/screenshot-icon_64.png deleted file mode 100644 index 36d08a927f..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/screenshot-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/showimage-icon_16.png b/docs/userguide/userguide/images/apps-images/showimage-icon_16.png deleted file mode 100644 index 4be163ca60..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/showimage-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/showimage-icon_64.png b/docs/userguide/userguide/images/apps-images/showimage-icon_64.png deleted file mode 100644 index 70dad5d82c..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/showimage-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/soundrecorder-icon_16.png b/docs/userguide/userguide/images/apps-images/soundrecorder-icon_16.png deleted file mode 100644 index 461dfa72ea..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/soundrecorder-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/soundrecorder-icon_64.png b/docs/userguide/userguide/images/apps-images/soundrecorder-icon_64.png deleted file mode 100644 index 9ab0a62b9a..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/soundrecorder-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/stylededit-icon_16.png b/docs/userguide/userguide/images/apps-images/stylededit-icon_16.png deleted file mode 100644 index d9396342d4..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/stylededit-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/stylededit-icon_64.png b/docs/userguide/userguide/images/apps-images/stylededit-icon_64.png deleted file mode 100644 index 7c583975f7..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/stylededit-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/terminal-icon_16.png b/docs/userguide/userguide/images/apps-images/terminal-icon_16.png deleted file mode 100644 index 09ace3ec9e..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/terminal-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/terminal-icon_32.png b/docs/userguide/userguide/images/apps-images/terminal-icon_32.png deleted file mode 100644 index e24c039d18..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/terminal-icon_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/terminal-icon_64.png b/docs/userguide/userguide/images/apps-images/terminal-icon_64.png deleted file mode 100644 index f49906c744..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/terminal-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/textsearch-icon_16.png b/docs/userguide/userguide/images/apps-images/textsearch-icon_16.png deleted file mode 100644 index 8095d400fd..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/textsearch-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/textsearch-icon_64.png b/docs/userguide/userguide/images/apps-images/textsearch-icon_64.png deleted file mode 100644 index b8a640d813..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/textsearch-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/tv-icon_16.png b/docs/userguide/userguide/images/apps-images/tv-icon_16.png deleted file mode 100644 index 1af9eee5d1..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/tv-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/tv-icon_64.png b/docs/userguide/userguide/images/apps-images/tv-icon_64.png deleted file mode 100644 index 2b109410aa..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/tv-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/vision-icon_16.png b/docs/userguide/userguide/images/apps-images/vision-icon_16.png deleted file mode 100644 index d044386186..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/vision-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/vision-icon_64.png b/docs/userguide/userguide/images/apps-images/vision-icon_64.png deleted file mode 100644 index 814ac7f357..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/vision-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/webpositive-icon_16.png b/docs/userguide/userguide/images/apps-images/webpositive-icon_16.png deleted file mode 100644 index 7111be1991..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/webpositive-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/webpositive-icon_64.png b/docs/userguide/userguide/images/apps-images/webpositive-icon_64.png deleted file mode 100644 index 038a762e23..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/webpositive-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/wonderbrush-icon_16.png b/docs/userguide/userguide/images/apps-images/wonderbrush-icon_16.png deleted file mode 100644 index 359affec0f..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/wonderbrush-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/apps-images/wonderbrush-icon_64.png b/docs/userguide/userguide/images/apps-images/wonderbrush-icon_64.png deleted file mode 100644 index 41c7af7182..0000000000 Binary files a/docs/userguide/userguide/images/apps-images/wonderbrush-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/bootloader-images/boot-screen.png b/docs/userguide/userguide/images/bootloader-images/boot-screen.png deleted file mode 100644 index 7a7036ce54..0000000000 Binary files a/docs/userguide/userguide/images/bootloader-images/boot-screen.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/launchbox-icon_16.png b/docs/userguide/userguide/images/desktop-applets-images/launchbox-icon_16.png deleted file mode 100644 index 163fb15b99..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/launchbox-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/launchbox-icon_64.png b/docs/userguide/userguide/images/desktop-applets-images/launchbox-icon_64.png deleted file mode 100644 index 5e625001d0..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/launchbox-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/networkstatus-icon_16.png b/docs/userguide/userguide/images/desktop-applets-images/networkstatus-icon_16.png deleted file mode 100644 index 3fc92f8362..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/networkstatus-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/networkstatus-icon_64.png b/docs/userguide/userguide/images/desktop-applets-images/networkstatus-icon_64.png deleted file mode 100644 index ff070ea66e..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/networkstatus-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_16.png b/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_16.png deleted file mode 100644 index 36fca11695..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_32.png b/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_32.png deleted file mode 100644 index 2ba13fc280..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_64.png b/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_64.png deleted file mode 100644 index 05a29cab20..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/powerstatus-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/processcontroller-icon_16.png b/docs/userguide/userguide/images/desktop-applets-images/processcontroller-icon_16.png deleted file mode 100644 index ceb097f146..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/processcontroller-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/processcontroller-icon_64.png b/docs/userguide/userguide/images/desktop-applets-images/processcontroller-icon_64.png deleted file mode 100644 index b06221e6cd..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/processcontroller-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/workspaces-icon_16.png b/docs/userguide/userguide/images/desktop-applets-images/workspaces-icon_16.png deleted file mode 100644 index 627acb02ef..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/workspaces-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/desktop-applets-images/workspaces-icon_64.png b/docs/userguide/userguide/images/desktop-applets-images/workspaces-icon_64.png deleted file mode 100644 index 0cfcab82a6..0000000000 Binary files a/docs/userguide/userguide/images/desktop-applets-images/workspaces-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/ca.png b/docs/userguide/userguide/images/flags/ca.png deleted file mode 100644 index 775f4f2529..0000000000 Binary files a/docs/userguide/userguide/images/flags/ca.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/de.png b/docs/userguide/userguide/images/flags/de.png deleted file mode 100644 index 41ef1aea4a..0000000000 Binary files a/docs/userguide/userguide/images/flags/de.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/es.png b/docs/userguide/userguide/images/flags/es.png deleted file mode 100644 index 15ef65e192..0000000000 Binary files a/docs/userguide/userguide/images/flags/es.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/fi.png b/docs/userguide/userguide/images/flags/fi.png deleted file mode 100644 index 113e179a53..0000000000 Binary files a/docs/userguide/userguide/images/flags/fi.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/fr.png b/docs/userguide/userguide/images/flags/fr.png deleted file mode 100644 index 0c9c5950bd..0000000000 Binary files a/docs/userguide/userguide/images/flags/fr.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/gb.png b/docs/userguide/userguide/images/flags/gb.png deleted file mode 100644 index 95117cec21..0000000000 Binary files a/docs/userguide/userguide/images/flags/gb.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/hu.png b/docs/userguide/userguide/images/flags/hu.png deleted file mode 100644 index 6ddb72d905..0000000000 Binary files a/docs/userguide/userguide/images/flags/hu.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/it.png b/docs/userguide/userguide/images/flags/it.png deleted file mode 100644 index b8aafe0ae3..0000000000 Binary files a/docs/userguide/userguide/images/flags/it.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/jp.png b/docs/userguide/userguide/images/flags/jp.png deleted file mode 100644 index fe284a40bd..0000000000 Binary files a/docs/userguide/userguide/images/flags/jp.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/pl.png b/docs/userguide/userguide/images/flags/pl.png deleted file mode 100644 index debe359e6e..0000000000 Binary files a/docs/userguide/userguide/images/flags/pl.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/pt_BR.png b/docs/userguide/userguide/images/flags/pt_BR.png deleted file mode 100644 index 93c6ee03c3..0000000000 Binary files a/docs/userguide/userguide/images/flags/pt_BR.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/pt_PT.png b/docs/userguide/userguide/images/flags/pt_PT.png deleted file mode 100644 index 28ee2053e4..0000000000 Binary files a/docs/userguide/userguide/images/flags/pt_PT.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/ro.png b/docs/userguide/userguide/images/flags/ro.png deleted file mode 100644 index 6d7778d2e9..0000000000 Binary files a/docs/userguide/userguide/images/flags/ro.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/ru.png b/docs/userguide/userguide/images/flags/ru.png deleted file mode 100644 index d4c5ddb7c8..0000000000 Binary files a/docs/userguide/userguide/images/flags/ru.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/sk.png b/docs/userguide/userguide/images/flags/sk.png deleted file mode 100644 index 7335d77a02..0000000000 Binary files a/docs/userguide/userguide/images/flags/sk.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/sv_SE.png b/docs/userguide/userguide/images/flags/sv_SE.png deleted file mode 100644 index 9f01665434..0000000000 Binary files a/docs/userguide/userguide/images/flags/sv_SE.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/uk.png b/docs/userguide/userguide/images/flags/uk.png deleted file mode 100644 index 7143306f93..0000000000 Binary files a/docs/userguide/userguide/images/flags/uk.png and /dev/null differ diff --git a/docs/userguide/userguide/images/flags/zh_CN.png b/docs/userguide/userguide/images/flags/zh_CN.png deleted file mode 100644 index d8c89054e8..0000000000 Binary files a/docs/userguide/userguide/images/flags/zh_CN.png and /dev/null differ diff --git a/docs/userguide/userguide/images/gui-images/replicant.png b/docs/userguide/userguide/images/gui-images/replicant.png deleted file mode 100644 index cfa1564060..0000000000 Binary files a/docs/userguide/userguide/images/gui-images/replicant.png and /dev/null differ diff --git a/docs/userguide/userguide/images/logo.png b/docs/userguide/userguide/images/logo.png deleted file mode 100644 index d2c3aecace..0000000000 Binary files a/docs/userguide/userguide/images/logo.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/appearance-icon_16.png b/docs/userguide/userguide/images/prefs-images/appearance-icon_16.png deleted file mode 100644 index 6bcb1a2d9d..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/appearance-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/appearance-icon_64.png b/docs/userguide/userguide/images/prefs-images/appearance-icon_64.png deleted file mode 100644 index 5a32d8d984..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/appearance-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/backgrounds-icon_16.png b/docs/userguide/userguide/images/prefs-images/backgrounds-icon_16.png deleted file mode 100644 index 4d77c547e2..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/backgrounds-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/backgrounds-icon_64.png b/docs/userguide/userguide/images/prefs-images/backgrounds-icon_64.png deleted file mode 100644 index d5b6913ff3..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/backgrounds-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/datatranslations-icon_16.png b/docs/userguide/userguide/images/prefs-images/datatranslations-icon_16.png deleted file mode 100644 index cae6886b4d..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/datatranslations-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/datatranslations-icon_64.png b/docs/userguide/userguide/images/prefs-images/datatranslations-icon_64.png deleted file mode 100644 index 043dba7aaa..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/datatranslations-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/deskbar-icon_16.png b/docs/userguide/userguide/images/prefs-images/deskbar-icon_16.png deleted file mode 100644 index 9e88e8eddd..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/deskbar-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/deskbar-icon_64.png b/docs/userguide/userguide/images/prefs-images/deskbar-icon_64.png deleted file mode 100644 index 682fa1d0c7..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/deskbar-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/e-mail-icon_16.png b/docs/userguide/userguide/images/prefs-images/e-mail-icon_16.png deleted file mode 100644 index 81324ab174..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/e-mail-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/e-mail-icon_64.png b/docs/userguide/userguide/images/prefs-images/e-mail-icon_64.png deleted file mode 100644 index 165e73c2a6..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/e-mail-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/filetypes-icon_16.png b/docs/userguide/userguide/images/prefs-images/filetypes-icon_16.png deleted file mode 100644 index 566a5781f4..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/filetypes-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/filetypes-icon_64.png b/docs/userguide/userguide/images/prefs-images/filetypes-icon_64.png deleted file mode 100644 index f7adf87df9..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/filetypes-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/fonts-icon_16.png b/docs/userguide/userguide/images/prefs-images/fonts-icon_16.png deleted file mode 100644 index 89765ab1d1..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/fonts-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/fonts-icon_64.png b/docs/userguide/userguide/images/prefs-images/fonts-icon_64.png deleted file mode 100644 index 06c5b5e0d3..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/fonts-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/keyboard-icon_16.png b/docs/userguide/userguide/images/prefs-images/keyboard-icon_16.png deleted file mode 100644 index c5a1a98e88..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/keyboard-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/keyboard-icon_64.png b/docs/userguide/userguide/images/prefs-images/keyboard-icon_64.png deleted file mode 100644 index 234854395e..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/keyboard-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/keymap-icon_16.png b/docs/userguide/userguide/images/prefs-images/keymap-icon_16.png deleted file mode 100644 index 725030f5e4..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/keymap-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/keymap-icon_64.png b/docs/userguide/userguide/images/prefs-images/keymap-icon_64.png deleted file mode 100644 index a94b4e0f10..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/keymap-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/locale-icon_16.png b/docs/userguide/userguide/images/prefs-images/locale-icon_16.png deleted file mode 100644 index 0486d5f567..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/locale-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/locale-icon_32.png b/docs/userguide/userguide/images/prefs-images/locale-icon_32.png deleted file mode 100644 index 5a69550cbc..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/locale-icon_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/locale-icon_64.png b/docs/userguide/userguide/images/prefs-images/locale-icon_64.png deleted file mode 100644 index bd4b78128b..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/locale-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/media-icon_16.png b/docs/userguide/userguide/images/prefs-images/media-icon_16.png deleted file mode 100644 index 6c9d5a9889..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/media-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/media-icon_64.png b/docs/userguide/userguide/images/prefs-images/media-icon_64.png deleted file mode 100644 index adc49dde28..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/media-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/mouse-icon_16.png b/docs/userguide/userguide/images/prefs-images/mouse-icon_16.png deleted file mode 100644 index 26ef27048d..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/mouse-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/mouse-icon_64.png b/docs/userguide/userguide/images/prefs-images/mouse-icon_64.png deleted file mode 100644 index 27c7a21c90..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/mouse-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/network-icon_16.png b/docs/userguide/userguide/images/prefs-images/network-icon_16.png deleted file mode 100644 index 821041a99f..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/network-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/network-icon_64.png b/docs/userguide/userguide/images/prefs-images/network-icon_64.png deleted file mode 100644 index ee9bc7e5a0..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/network-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/printers-icon_16.png b/docs/userguide/userguide/images/prefs-images/printers-icon_16.png deleted file mode 100644 index 1f6916f417..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/printers-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/printers-icon_64.png b/docs/userguide/userguide/images/prefs-images/printers-icon_64.png deleted file mode 100644 index 9ed6e1fbf2..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/printers-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/screen-icon_16.png b/docs/userguide/userguide/images/prefs-images/screen-icon_16.png deleted file mode 100644 index 3aebd6322a..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/screen-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/screen-icon_64.png b/docs/userguide/userguide/images/prefs-images/screen-icon_64.png deleted file mode 100644 index d124d0a663..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/screen-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/screensaver-icon_16.png b/docs/userguide/userguide/images/prefs-images/screensaver-icon_16.png deleted file mode 100644 index c939687ba3..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/screensaver-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/screensaver-icon_64.png b/docs/userguide/userguide/images/prefs-images/screensaver-icon_64.png deleted file mode 100644 index 75d1be8c7e..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/screensaver-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/shortcuts-icon_16.png b/docs/userguide/userguide/images/prefs-images/shortcuts-icon_16.png deleted file mode 100644 index 26e5a3573b..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/shortcuts-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/shortcuts-icon_64.png b/docs/userguide/userguide/images/prefs-images/shortcuts-icon_64.png deleted file mode 100644 index 2e4b28f617..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/shortcuts-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/sounds-icon_16.png b/docs/userguide/userguide/images/prefs-images/sounds-icon_16.png deleted file mode 100644 index 5bc48e72eb..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/sounds-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/sounds-icon_64.png b/docs/userguide/userguide/images/prefs-images/sounds-icon_64.png deleted file mode 100644 index 111d71fea9..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/sounds-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/time-icon_16.png b/docs/userguide/userguide/images/prefs-images/time-icon_16.png deleted file mode 100644 index db745b9eda..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/time-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/time-icon_64.png b/docs/userguide/userguide/images/prefs-images/time-icon_64.png deleted file mode 100644 index 4f1653d418..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/time-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/touchpad-icon_16.png b/docs/userguide/userguide/images/prefs-images/touchpad-icon_16.png deleted file mode 100644 index 2134e970b6..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/touchpad-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/touchpad-icon_32.png b/docs/userguide/userguide/images/prefs-images/touchpad-icon_32.png deleted file mode 100644 index de3da64a43..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/touchpad-icon_32.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/touchpad-icon_64.png b/docs/userguide/userguide/images/prefs-images/touchpad-icon_64.png deleted file mode 100644 index 63145b52f6..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/touchpad-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/tracker-icon_16.png b/docs/userguide/userguide/images/prefs-images/tracker-icon_16.png deleted file mode 100644 index 9694985695..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/tracker-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/tracker-icon_64.png b/docs/userguide/userguide/images/prefs-images/tracker-icon_64.png deleted file mode 100644 index 172e537d18..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/tracker-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/virtualmemory-icon_16.png b/docs/userguide/userguide/images/prefs-images/virtualmemory-icon_16.png deleted file mode 100644 index 44ba901ebf..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/virtualmemory-icon_16.png and /dev/null differ diff --git a/docs/userguide/userguide/images/prefs-images/virtualmemory-icon_64.png b/docs/userguide/userguide/images/prefs-images/virtualmemory-icon_64.png deleted file mode 100644 index ddc22f9aad..0000000000 Binary files a/docs/userguide/userguide/images/prefs-images/virtualmemory-icon_64.png and /dev/null differ diff --git a/docs/userguide/userguide/images/twitcher-images/twitcher.png b/docs/userguide/userguide/images/twitcher-images/twitcher.png deleted file mode 100644 index f44b08002b..0000000000 Binary files a/docs/userguide/userguide/images/twitcher-images/twitcher.png and /dev/null differ diff --git a/docs/userguide/userguide/images/up.png b/docs/userguide/userguide/images/up.png deleted file mode 100644 index 70f5f21bb6..0000000000 Binary files a/docs/userguide/userguide/images/up.png and /dev/null differ diff --git a/docs/userguide/userguide/images/workspaces-images/workspace_overviewpng.png b/docs/userguide/userguide/images/workspaces-images/workspace_overviewpng.png deleted file mode 100644 index bb34dd2c70..0000000000 Binary files a/docs/userguide/userguide/images/workspaces-images/workspace_overviewpng.png and /dev/null differ diff --git a/docs/userguide/userguide/it/applications.html b/docs/userguide/userguide/it/applications.html deleted file mode 100644 index 33ec4ba2b1..0000000000 --- a/docs/userguide/userguide/it/applications.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - Applicazioni - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Applicazioni

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Applicazioni fornite da Haiku

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor Strumento per tenere sotto controllo risorse come CPU ed uso della memoria.
iconBootManager Uno strumento per installare un menu di boot nel Master Boot Record (MBR) di un drive.
iconCharacterMap Applicazione che mostra la mappa di caratteri Unicode.
iconCodyCam Strumento per caricare regolarmente immagini da una webcam ad un server.
iconDebugger A graphical debugger.
iconDeskCalc Calcolatrice.
iconDiskProbe Editor esadecimale per file e dispositivi.
iconDiskUsage Strumento per visualizzare l'utilizzo dei dischi.
iconDriveSetup Utility per il partizionamento del disco rigido.
iconExpander Strumento per estrarre gli archivi più diffusi.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic Programma per creare le icone vettoriali di Haiku.
iconInstaller Strumento per installare Haiku su una partizione.
iconMagnify Offre una visione ingrandita della zona intorno al puntatore del mouse.
iconMail An email client.
iconMediaPlayer Riproduttore per tutti i formati audio/video supportati.
iconMidiPlayer Player per file MIDI.
iconPackageInstaller Installer for BeOS packages in PKG format.
iconPeople Gestore dei contatti.
iconPoorMan Semplice server web.
iconScreenshot Strumento per fare screenshot.
iconShowImage Semplice visualizzatore di immagini.
iconSoundRecorder Strumento per registrare audio dalla line-in o dal microfono. [mancante]
iconStyledEdit Semplice editor di testi.
iconTerminal Permette di usare la shell bash.
iconTextSearch Strumento di ricerca per file di testo.
iconTV Visualizzatore per la TV analogica. [mancante]
iconWebPositive Un browser web nativo.
- -

-index -Applicazioni da riga di comando

-

Oltre ai normali strumenti da riga di comando presenti nella bash o a quelli necessari per essere compatibili con lo standard POSIX, è giusto parlare di alcune applicazioni da riga di comando specifiche di Haiku. Questi comandi sono spesso utili per creare script, è consigliabile comunque leggere il capitolo Bash e Scripting.

- - - -
iconElenco di tutte le applicazioni da riga di comando
iconApplicazioni da riga di comando specifiche di Haiku
- -

-index -Applicazioni incluse

-

Oltre ai programmi elencati qui sopra, tutti mantenuti dal progetto Haiku, ci sono alcune applicazioni essenziali incluse di default in un sistema Haiku. Per queste applicazioni eventuali bug e richieste di feature devono essere inoltrate al loro mantainer.

- - - - - - - - - - - -
iconBePDF Un visualizzatore di file PDF.
iconPe Editor di testo avanzato, con colorazione della sintassi e molto altro.
iconVision Un client IRC.
iconWonderBrush Un programma di grafica della YellowBite.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/activitymonitor.html b/docs/userguide/userguide/it/applications/activitymonitor.html deleted file mode 100644 index 5d1f8d4477..0000000000 --- a/docs/userguide/userguide/it/applications/activitymonitor.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - ActivityMonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngActivityMonitor

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/ActivityMonitor
Impostazioni:~/config/settings/ActivityMonitor settings
-


-

È possibile monitorare l'utilizzo delle risorse del sistema eseguendo ActivityMonitor e attivando le diverse voci che possono interessare all'utente. -

-activitymonitor.png -

Cliccando con il tasto destro sulla finestra, è possibile attivare o disattivare la visualizzazione di tutti i tipi di risorse:
-Memoria utilizzata e nella cache, Spazio swap, Uso della CPU, Invio e ricezione di rete, Page fault, Semafori, Porte, Thread, Team, Applicazioni in esecuzione, Dimensione degli appunti, Nodi multimediali.

-

Sotto i grafici c'è una legenda (che può essere nascosta dal menù contestuale). E' possibile cambiare i colori dei grafici e quello dello sfondo trascinando un colore da un qualsiasi color picker, ad esempio: Icon-O-Matic.

-

Dal menu File è possibile aggiungere più modalità di visualizzazione se i grafici risultano troppo affollati.

-

Il menù Impostazioni apre un pannello dal quale è possibile impostare l'intervallo di aggiornamento.

-

Ogni vista ha la sua manina Replicante che può essere quindi sistemata, ad esempio, sul Desktop.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/bepdf.html b/docs/userguide/userguide/it/applications/bepdf.html deleted file mode 100644 index 4f5550dac4..0000000000 --- a/docs/userguide/userguide/it/applications/bepdf.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/BePDF/BePDF
Documentazione:/boot/system/apps/BePDF/docs/*
Impostazioni:~/config/settings/BePDF
-


-

BePDF è un veloce lettore di documenti PDF. È possibile visualizzarli e aggiungere notazioni, ha inoltre la possibilità di creare dei segnalibri definiti dall'utente per i PDF non criptati. Al momento è tradotto nella sua interezza in 20 lingue con la possibilità di aggiungere lingue addizionali tramite file di testo.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/bootmanager.html b/docs/userguide/userguide/it/applications/bootmanager.html deleted file mode 100644 index b44bca2fa2..0000000000 --- a/docs/userguide/userguide/it/applications/bootmanager.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

bootmanager-icon_64.pngBootManager

- - - - -
Deskbar:No entry, normally started from Installer's Tools menu
Localita:/boot/system/apps/BootManager
Impostazioni:none
MBR backups are saved by default in ~/config/settings/bootman/
-


-

If you don't add the Haiku partition to an existing boot manager like GRUB, BootManager can install a small boot menu in the Master Boot Record (MBR) that looks something like this:

-bootmenu.png -
Boot Manager isn't yet tested very well and still has a few restrictions that it will complain about if they aren't met: the menu can only be installed on your first harddisk and there has to be a 2KiB space after the Master Boot Record (MBR).
-

BootManager guides you through the installation process of the boot menu.

-

-index -Choosing the destination drive

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/cdplayer.html b/docs/userguide/userguide/it/applications/cdplayer.html deleted file mode 100644 index 2167e7d3c9..0000000000 --- a/docs/userguide/userguide/it/applications/cdplayer.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDPlayer

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/CDPlayer
Impostazioni:~/cd/* - Immagazzina i dettagli di tutti i CD identificati.
-


- -


-cdplayer.png -

L'uso è piuttosto intuitivo.
-Per eseguire la riproduzione ciclica di un CD, basta attivare il pulsante Repeat situato sulla sinistra del pulsante Shuffle.

-

Se si necessita di più funzioni, come ad esempio una playlist, è consigliato l'uso di MediaPlayer.

-
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/charactermap.html b/docs/userguide/userguide/it/applications/charactermap.html deleted file mode 100644 index 337825d2e4..0000000000 --- a/docs/userguide/userguide/it/applications/charactermap.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - CharacterMap - - - - - - - - -
-
- -

charactermap-icon_64.pngCharacterMap

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/CharacterMap
Impostazioni:~/config/settings/CharacterMap settings
-


-

CharacterMap mostra il codice UTF-8 di ogni carattere supportato dal font.

-charactermap.png -

Sulla sinistra ci sono i blocchi standardizzati insieme a una pratica funzione di filtraggio, è possibile selezionare anche Mostra blocchi privati dal menù View. Sulla destra vengono mostrati i caratteri presenti in questi blocchi, utilizzando il font specificato nel menù Font mentre sotto questi c'è un cursore per variare la dimensione del font sotto il quale sono visualizzati i valori del carattere sul quale si trova il mouse in esadecimale, in decimale e secondo la notazione UTF-8.

-

È possibile trascinare direttamente un carattere da CharacterMap in un editor di testo, in alternativa si può cliccare col tasto destro su Copy Character (ALT C) altrimenti si può usare Copy As Escaped Byte String (SHIFT ALT C). In questo modo si otterranno ad esempio oppure \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/it/applications/cli-apps.html b/docs/userguide/userguide/it/applications/cli-apps.html deleted file mode 100644 index facf48c8ce..0000000000 --- a/docs/userguide/userguide/it/applications/cli-apps.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - Applicazioni su riga di comando - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

cli-app-icon_64.pngApplicazioni su riga di comando specifiche per Haiku

- - -
Localita:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Correlati agli attributi: listattr, catattr, addattr, rmattr, copyattr

-

Questi comandi servono per visualizzare, leggere, aggiungere o rimuovere attributi dai file. -È importante ricordare che questi metadati sono attualmente supportati soltanto dai volumi formattati in BFS, spostare questi file su un altro filesystem eliminerà tutti gli attributi.
-Tutti questi comandi sono descritti nel capitolo Gli attributi nel Terminale.

- -

index -Correlati all'indice: lsindex, mkindex, reindex, rmindex

-

Con questi comandi è possibile visualizzare, creare, reindicizzare e rimuovere attributi dall'indice del BFS. -Ogni volume ha il proprio indice, è utile tenerlo a mente quando si copia un file da un volume all'altro.
-Questi comandi sono descritti nel capitolo L'indice del filesystem.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Comandi utili per lo scripting

-

Ecco qui alcune applicazioni particolarmente utili nello scripting (leggere il capitolo La bash e lo "scripting").

- - - - - - - - - - -

alert

alert si occupa di far apparire una semplice finestra di notifica con un'icona predefinita, del testo esplicativo e un massimo di tre pulsanti. Ritornerà il titolo del pulsante premuto e lo stato di uscita (che comincia con uno 0), l'esempio è stato creato con la riga:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel visualizza una finestra che permette di selezionare un percorso utilizzato per aprire o salvare file. Come valore di ritorno si otterrà il percorso del file o della cartella selezionata. Esistono diversi parametri utilizzabili, ad esempio per impostare la cartella di partenza, il titolo della finestra, il nome di default per il salvataggio oppure le restrizioni ai diversi tipi di file selezionabili. Ecco qui un esempio:

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query è la versione su riga di comando del pannello Trova. Infatti, un modo rapido per generare i termini di ricerca è creare una query nel pannello Trova, selezionando per formula, e aggiungendo le doppie virgolette (") in testa e in coda, successivamente si incolla l'intera stringa dopo il comando query nel Terminale o nello script che si sta realizzando.

waitfor

waitfor è un semplice metodo per aspettare che una particolare applicazione venga avviata o terminata.

-
- -

index -Altri comandi

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink può aggiungere un'icona per qualsiasi file, cartella, query o applicazione da mostrare nella Deskbar. Offre anche un'opzione che permette di mostrare un menù contestuale quando, per eseguire azioni speciali, si fa clic con il tasto destro su un'icona. Per esempio, digitate nel terminale quanto segue per aggiungere alla Deskbar il programma su riga di comando screenshot con le varie opzioni (il "\" nella prima riga serve semplicemente per segnalare l'andata a capo al Terminale):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open è un'applicazione semplice ma anche molto pratica. Permette di aprire qualsiasi file con la sua applicazione preferita o avviare uno specifico programma a partire dalla sua firma senza la necessità di conoscerne l'esatto percorso. Il comando funziona anche con gli URL e con le cartelle "virtuali" (. indica la cartella corrente e .. indica la cartella superiore) aprendo la cartella direttamente nel Tracker.

-
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/codycam.html b/docs/userguide/userguide/it/applications/codycam.html deleted file mode 100644 index 3dc63f8ac0..0000000000 --- a/docs/userguide/userguide/it/applications/codycam.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/CodyCam
Impostazioni:~/config/settings/codycam
-


-

Con CodyCam è possibile acquisire immagini con uno specifico intervallo da una webcam o da un dispositivo video-in caricandole un su server via FTP.

-My very temporarily installed cam in Dartmoor National Park. -

Sotto l'anteprima, sulla sinistra, è possibile impostare il nome dell'immagine il cui suffisso sarà incrementato per ogni acquisizione effettuata; sotto invece si possono impostare il formato dell'immagine e l'intervallo di acquisizione.

-

Sulla destra bisogna scegliere se utilizzare il protocollo FTP o sFTP (se SSH è installato) e inserire i dati necessari per salvare le immagini sul server.

- -
-
- - - diff --git a/docs/userguide/userguide/it/applications/debugger.html b/docs/userguide/userguide/it/applications/debugger.html deleted file mode 100644 index d9207d6bca..0000000000 --- a/docs/userguide/userguide/it/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/it/applications/deskcalc.html b/docs/userguide/userguide/it/applications/deskcalc.html deleted file mode 100644 index 552927aac9..0000000000 --- a/docs/userguide/userguide/it/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

deskcalc-icon_64.pngDeskCalc

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/DeskCalc
Impostazioni:~/config/settings/DeskCalc_settings
-


-

Sebbene non si noti a prima vista, DeskCalc è una semplice calcolatrice dotata di caratteristiche interessanti.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • È possibile ridimensionare a piacimento la finestra della calcolatrice e poi posizionarla come Replicante sul Desktop trascinando il simbolo nell'angolo in basso a destra. È necessario assicurarsi che Mostra Replicanti sia attivato nella Deskbar.

  • -
  • Il tastierino può essere colorato semplicemente trascinandovi sopra qualsiasi colore, preso per esempio da Icon-O-Matic.

  • -
  • È possibile muoversi nella cronologia dei calcoli svolti con e .

  • -
  • È possibile selezionare il contenuto di DeskCalc per poi trascinarlo in un'altra applicazione. È anche possibile trascinarlo in una finestra del Tracker o sul Desktop, in questi casi verrà creato nella posizione corrente un file di testo contenete la selezione.

    -

    Diversamente, è possibile anche l'inverso:
    -Creare dei ritagli di testo come descritto nei vari passaggi del calcolo e trascinarli in DeskCalc.
    -È anche possibile trascinare in DeskCalc dei calcoli contenuti in una email.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/diskprobe.html b/docs/userguide/userguide/it/applications/diskprobe.html deleted file mode 100644 index 4b65f2ccd5..0000000000 --- a/docs/userguide/userguide/it/applications/diskprobe.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/DiskProbe
Impostazioni:~/config/settings/DiskProbe_data
-


-

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!

-
È 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.
-

Una volta avviato DiskProbe, verrà richiesto il file o il dispositivo su cui si intende lavorare. Dopo questo passaggio apparirà la seguente interfaccia:

-

diskprobe.png

-

La vista principale mostra sempre un blocco di dati la cui dimensione può essere variata con View | BlockSize. 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.
-È possibile muoversi da un blocco all'altro usando il cursore in alto o i tasti ALT e ALT e passare dalla colonna dell'esadecimale a quella dell'ASCII con TAB.

-

Block | Selection non solo mostrerà la selezione secondo i diversi -endianess (o in modalità esadecimale o in quella decimale, impostata da View | Base), 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.
-Questa è una caratteristica piuttosto utile quando si esplorano i filesystem dal momento che spesso contengono puntatori ad altri blocchi.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

In base al tipo di attributo, verranno visualizzate schede differenti accanto al sempre presente Raw Editor. Ad esempio ci sono editor per le stringhe e per i MIME type o un visualizzatore di icone per l'attributo vectoricon.

-
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/diskusage.html b/docs/userguide/userguide/it/applications/diskusage.html deleted file mode 100644 index ae32ef5f69..0000000000 --- a/docs/userguide/userguide/it/applications/diskusage.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/DiskUsage
Impostazioni:~/config/settings/DiskUsage
-


-

DiskUsage si occupa di mostrare graficamente come è utilizzato lo spazio sui volumi.
-Un'applicazione piuttosto utile per rispondere alla domanda, "Che fine ha fatto tutto lo spazio libero sul disco?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

I cerchi concentrici rappresentano i diversi livelli nella gerarchia del filesystem. Nell'immagine qui sopra, il cerchio centrale rappresenta la cartella /boot/home/. Ogni segmento dell'anello immediatamente successivo a quello centrale è un file o una cartella presente sotto /boot/home/. Ogni segmento sempre più esterno rappresenta un livello inferiore nella gerarchia dei file. È possibile ridimensionare la finestra in modo che vengano mostrate anche le cartelle dei livelli più bassi.

-
    -
  • Se la rappresentazione grafica di un file o cartella è resa con meno di 2° circa, sarà tralasciata nella visualizzazione.
  • -
  • Il numero dei file che sono riportati all'interno di una cartella, include anche i file nelle sottocartelle. Le cartelle contano come file.
  • -
  • DiskUsage ignora i link simbolici.
  • -
-

Spostando il mouse su un segmento, è possibile visualizzare nella barra di stato in basso informazioni su quel file o cartella.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

È possibile trascinare file e cartelle da DiskUsage su altre applicazioni o sul Desktop o in altre finestre del Tracker per copiarle. Al contrario, trascinando volumi e cartelle nella finestra di DiskUsage si passerà direttamente a loro rendendoli il cerchio centrale.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/drivesetup.html b/docs/userguide/userguide/it/applications/drivesetup.html deleted file mode 100644 index 0c7f06aaa1..0000000000 --- a/docs/userguide/userguide/it/applications/drivesetup.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/DriveSetup
Impostazioni:~/config/settings/DriveSetup
-


-

DriveSetup è un'applicazione che serve a creare, eliminare e inizializzare partizioni. Al momento non è possibile ridimensionare o spostare le partizioni esistenti, per questo motivo sarà necessario un volume non partizionato o si dovrà effettuare il setup preliminare con un'applicazione come GParted LiveCD per fornire spazio ad un'altra partizione.

-drivesetup.png -

Nella parte alta è visibile una rappresentazione grafica di tutte le partizioni presenti nel dispositivo selezionato nella lista appena sotto. Possono esserci un massimo di 4 partizioni primarie, ciascuna delle quali può contenere un qualsiasi numero di partizioni logiche o estese. Espandendo la lista e premendo i pulsanti + e - del widget che appaiono vicini al dispositivo, è possibile vedere i dettagli di ogni singola partizione logica.

-

Una volta selezionata una partizione è possibile montarla o smontarla con il comando nel menù Partition oppure premendo ALT M o ALT U.

-

È anche possibile cancellare completamente una partizione con Partition | Delete.
-Tenete presente che:

-
Avere a che fare con la creazione, eliminazione o inizializzazione di partizioni è un compito piuttosto pericoloso. Bisogna essere sempre sicuri di lavorare sulle partizioni giuste e tenere sempre da parte delle copie di backup aggiornate dei dati nel caso qualcosa vada storto.
-

-index -Creazione di una nuova partizione

-
Se si ha in mente di utilizzare l'intero dispositivo come partizione unica, ad esempio una penna USB o una scheda Compact Flash, è possibile saltare la creazione delle partizioni e passare all'Inizializzazione.
-

Se si trova dello spazio non formattato su un dispositivo, quello marcato con <empty>, è possibile crearvi una partizione con Partition | Create...(ALT C).

-drivesetup-create.png -

A questo punto ci si trova di fronte una finestra che permette di sistemare la dimensione e il tipo delle partizioni. Scegliere il Be File System se si intende usare la partizione per l'installazione di Haiku o se si intendono usare tutte le interessanti funzionalità offerte da Haiku come gli attributi e le query. Bisogna notare che gli altri sistemi operativi potrebbero non essere in grado di accedere a questo tipo di partizioni.

-

Se è stata creata una partizione primaria piuttosto che un'altra partizione estesa o logica, la finestra di sopra mostrerà anche una casella Active Partition. Bisognerà mettervi il segno di spunta se si intende usare quella partizione come boot per un'installazione di Haiku.

-

Prima di poter usare, o anche solo montare la partizione appena creata, questa deve essere inizializzata con un filesystem.

-

-index -Inizializzazione di una partizione

-

Solo le partizioni non montate possono essere inizializzate usando il menù Partition | Initialize.

-drivesetup-initialize.png -

Da qui è possibile impostare il nome per la partizione e le dimensioni di ogni blocco. Sono raccomandati 2048 byte per ciascun blocco ma, se si hanno necessità specifiche, si possono impostare valori più grandi o più piccoli.
-L'inizializzazione cancellerà permanentemente ogni dato presente su quella partizione!

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/expander.html b/docs/userguide/userguide/it/applications/expander.html deleted file mode 100644 index f54b49ebbd..0000000000 --- a/docs/userguide/userguide/it/applications/expander.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

expander-icon_64.pngExpander

- - - - -
Deskbar:Non presente, solitamente lanciato effettuando un doppio clic su un file supportato.
Localita:/boot/system/apps/Expander
Impostazioni:~/config/settings/Expander_Settings
-


-

Expander è una semplice applicazione utile per decomprimere rapidamente gli archivi più comuni, tra questi zip, gzip, bzip2, rar e tar.gz.
-È sufficiente effettuare un doppio clic su un archivio per visualizzare la semplice interfaccia dell'applicazione :

-

expander.png

- - - - -
OrigineALT Oaprirà una finestra di selezione file per cercare un archivio da decomprimere.
DestinazioneALT Daprirà una finestra di selezione file per impostare una destinazione.
EspandiALT Edarà inizio al processo di decompressione che può sempre essere annullato con ALT K.
-

È possibile attivare o disattivare la visualizzazione dei file tramite l'impostazione di Show Contents o premendo ALT L.

-
Expander si occupa solamente di decomprimere interi archivi.
-Non è possibile né decomprimere singoli file né aggiungerne o rimuoverne da un archivio esistente.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/haikudepot.html b/docs/userguide/userguide/it/applications/haikudepot.html deleted file mode 100644 index 80e93b74b5..0000000000 --- a/docs/userguide/userguide/it/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/icon-o-matic.html b/docs/userguide/userguide/it/applications/icon-o-matic.html deleted file mode 100644 index 2e42e78866..0000000000 --- a/docs/userguide/userguide/it/applications/icon-o-matic.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
L'indice del filesystem
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Icon-O-Matic
Impostazioni:~/config/settings/Icon-O-Matic
- -


- -

Prima di passare alla effettiva creazione di icone in Icon-O-Matic, ecco un paio di parole sulle icone di Haiku in generale.

- -

-index -Le bitmap di BeOS vs. le icone vettoriali di Haiku

-

Contrariamente a BeOS, Haiku utilizza icone vettoriali al posto delle icone bitmap. È stato sviluppato uno speciale Formato di Icone Vettoriali per Haiku (HVIF) che è altamente ottimizzato per file di piccole dimensioni e per un rendering veloce. Ecco perché la maggior parte delle nostre icone sono molto più piccole di una bitmap o del più ampiamente usato formato SVG. Inoltre, a differenza delle icone bitmap di BeOS, Haiku non si limita a una tavolozza 8 bit (256 colori).
-Prendete questa icona del terminale, ad esempio:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Notare che BeOS ha usato due versioni della stessa icona, una di 16x16 e l'altra di 32x32, per ottenere buone visualizzazioni in modalità lista e in modalità visuale icone.

-

Questo trucco non è necessario con icone vettoriali. Oltre ad occupare solo poche centinaia di byte in un file, le icone vettoriali scalano molto meglio di quelle bitmap. (Nota: BeOS offre solo una visualizzazione 16x16 e una 32x32.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Le icone sono attributi

-

Le icone sono archiviate come un attributo con i loro file. Tuttavia, ciò non significa che ogni file deve avere questo attributo per apparire con un'icona in una finestra del Tracker: i file di dati ereditano la loro icona dal loro tipo di file. Per cambiare globalmente l'icona del tipo di file utilizzazre le preferenze dei FileType. Se si vuole aggiungere soltanto un'icona speciale per un singolo file, si utilizza invece il FileType Add-On su di essa. Vedere il documento Filetypes per maggiori informazioni.

-
Essendo un attributo, ne consegue che solo i filesystem che supportano i metadati possono conservare singola icona di un file. Quindi, se si spostano i file da un volume BFS, si consigli di comprimerli in modo da non perdere gli attributi delle icone o di altro tipo.
- -

-index -Creare icone con Icon-O-Matic

-

Icon-O-Matic è l'editor di icone di Haiku che può salvare il fle come HVIF, SVG o PNG. L'icona può anche essere collegata direttamente come attributo a un file esistente o esportata come file di risorse o come sorgente utilizzato dagli sviluppatori. Dato che l'applicazione è stata ottimizzata su misura per il formato HVIF, il suo uso riflette il funzionamento interno di questo formato.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Ecco una rapida panoramica della finestra di Icon-O-Matic:

-i-o-m-overview.png - -

Per creare qualsiasi oggetto visibile nella finestra di disegno, è necessaria una forma con un percorso e uno stile. È possibile crearli comodamente tutti insieme o anche uno per volta dal menù Shape. Ogni tipo di oggetto (Percorso, Forma, Transformatore, e Stile) ha un menù sopra la propria lista degli elementi, che offrono vari comandi. Ogni elemento ha alcune opzioni che vengono impostate dal menù Properties.

- - -

-index -Percorso

-

Un percorso è costituito da diversi punti che sono collegati con linee e curve di Bezier. Per aggiungere o modificare i punti, assicurarsi che il percorso sia selezionato nella lista dei percorsi.

- -

Basta cliccare sulla finestra di disegno per posizionare il primo punto. Nell'atto di posizionare un punto, si decide se la linea risultante sarà dritta o curva: basta cliccare una volta e rilasciare per una linea retta, oppure tenere premuto il tasto del mouse e muoverlo per trascinare le maniglie di una curva di Bezier. Naturalmente, sarà possibile effettuare modifiche in seguito.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

Il puntatore del mouse indica le seguenti modalità:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Move point(s)Insert pointAdd pointDelete point
CTRL
Corner↔Bezier
ALT
Select points
SHIFT
-

È possibile richiamare un menu contestuale cliccando col tasto destro su un punto o una selezione di punti:

- - - - - - -
Select allALT ASeleziona tutti i punti del percorso corrente.
TransformTPone tutti i punti selezionati in una casella di trasformazione in modo da poterli muovere, ridimensionare o ruotare contemporaneamente. Funziona come per le forme, descritte più avanti.
SplitDivide i punti selezionati in due, uno sopra all'altro.
FlipRuota i punti selezionati di 180°. Applicabile solamente ai punti Bezier.
RemoveDELElimina i punti selezionati.
- -

Menù percorso

-

Il menù Path offre poche ovvie voci per Add Rectangle e Add Circle o per Duplicate o Remove un percorso. Qui di seguito sono riportate quelle voci che potrebbero necessitare di qualche spiegazione in più:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean UpMost useful with imported SVGs, this function will remove redundant points.
Rotate Indices RightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate Indices LeftALT SHIFT RFa la stessa cosa nell'altra direzione.
- -

Proprietà del percorso

-

Le Properties in basso a sinistra della finestra mostrano tutte le impostazioni disponibili per gli oggetti correntemente selezionati. Un percorso ne ha solo due: un Name e se è Closed o meno.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset TransformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze TransformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Proprietà delle forme

-

Accanto al Name, la visuale Properties per le forme ha le seguenti opzioni:

- - - - -
Min LODLivello minimo di dettaglio
Max LODLivello massimo di dettaglio
- -
Livello di Dettaglio (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNon OK!
Forma 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Forma 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Stile

-

Uno stile può essere dato un colore pieno oppure da alcuni tipi di gradiente.
-Oltre ai colori predefiniti sotto Swatches, è possibile crearne di propri facendo clic sul colore corrente. Inoltre, si faccia caso al cursore sotto lo spettro di colori, questo serve per impostare il canale alfa (trasparenza).

-i-o-m-gradients -

È possibile creare rapidamente un nuovo stile semplicemente mescolando il colore e trascinandolo all'interno della lista degli stili.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Menù Stile

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Proprietà dello Stile

-

The Name is the only Properties of a style.

- - -

-index -Trasformatori

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect Orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter LimitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Salvare un'icona

-

Anche qui in alto c'è la solita barra con File, Edit, Options. L'utilizzo è piuttosto intuitivo, pertanto si presterà attenzione soltanto a come salvare un lavoro.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSalva come risorsa utilizzata dai programmatori
Codice sorgente HVIFSalva come codice sorgente utilizzato dai programmatori
SVGSalva come SVG
PNGSalva come PNG di 64px di dimensioni
Set di PNGSalva come PNG di 16, 32 e 64px di dimensioni
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Consigli e trucchetti

-

Di seguito alcune cose che bisognerebbe tenere a mente quando si lavora con Icon-O-Matic e alcuni consigli per il suo utilizzo:

-
    -
  • Leggere le Linee guida per le icone per imparare quali sono le caratteristiche importanti per un'icona di Haiku, ad esempio la prospettiva, i colori e le ombre.

  • -
  • Bisognerebbe sempre tentare di non abusare dell'utilizzo dei percorsi che risultano essere piuttosto costosi in termini di dimensione dei file. Riutilizzare i percorsi ove possibile e lavorare con forme manipolate o con i loro trasformatori. Si può risparmiare spazio con un uso adeguato dei gradienti.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Controllare l'anteprima per verificare che l'icona 16x16 si veda ancora bene. Volendo, è possibile utilizzare le impostazioni del Livello di dettaglio descritte nella sezione delle Forme.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/installer.html b/docs/userguide/userguide/it/applications/installer.html deleted file mode 100644 index 0a55a600ac..0000000000 --- a/docs/userguide/userguide/it/applications/installer.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - L'Installer - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

installer-icon_64.pngL'Installer

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Installer
Impostazioni:nessuna
-


-

L'installer è utile per copiare Haiku all'interno di un altro volume.
-Appena avviato, mostra in una finestra iniziale con importanti informazioni; questa non è la solita EULA da saltare in un batter d'occhio, essa afferma che:

-
    -
  • Questo è un software in fase alpha. Raccomanda di effettuare un backup prima che sia troppo tardi.

  • -
  • L'installazione necessita di una partizione già pronta. Per questo compito si raccomanda l'uso di GParted LiveCD o di un'applicazione simile fino a che il DriveSetup di Haiku diventa abbastanza maturo da poter gestire questo lavoro.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Una volta che si è accettato con Continue, viene aperta la finestra principale:

-installer.png -

Nel primo menù a cascata è possibile selezionare la sorgente d'installazione. Questa può essere una versione di Haiku già installata, un CD d'installazione o una pennetta USB, ecc.
-Nel secondo menù a cascata è specificata la destinazione dell'installazione. Questa verrà completamente sovrascritta dopo essere stata preparata in un primo momento grazie a un'applicazione come GParted.

-

Cliccando sul widget Mostra pacchetti opzionali verranno mostrati, se presenti, i pacchetti addizionali tra i quali è possibile selezionare quelli da installare in aggiunta a quelli base di Haiku.

-

Prima di cominciare il processo d'installazione, è consigliabile controllare per l'ultima volta se si è scelta una destinazione corretta. Cliccare su Imposta partizioni... per aprire DriveSetup e dare un'occhiata ai nomi e alla configurazione dei volumi e delle partizioni disponibili.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Strumenti

-

Dopo la procedura d'installazione, la partizione viene automaticamente resa avviabile. Tuttavia, può capitare che qualche altro sistema operativo o qualche applicazione di partizionamento sovrascriva (accidentalmente) il boot sector del volume di Haiku. In questo caso, avviare il CD di installazione e far partire l'Installer. Selezionare la propria partizione di boot di Haiku dal menù Su: Scegli destinazione e selezionare Scrivi settore d'avvio dal menù Strumenti per renderla nuovamente avviabile.

-

L'altro elemento che si trova nel menù Strumenti è Boot Manager che crea un menù nel boot sector dal quale scegliere quale sistema operativo avviare.
-Non c'è bisogno di eseguire Boot Manager se Haiku è l'unico sistema installato sulla macchina oppure si sta già utilizzando un bootmanager come Grub, in questo caso bisognerebbe aggiungere manualmente Haiku (si veda sopra).

- - -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/list-cli-apps.html b/docs/userguide/userguide/it/applications/list-cli-apps.html deleted file mode 100644 index 640ef11f00..0000000000 --- a/docs/userguide/userguide/it/applications/list-cli-apps.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - - - - Lista dei comandi - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

cli-app-icon_64.pngLista di tutte le applicazioni su riga di comando

- - -
Localita:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Indice:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Avvia il servizio per monitorare gli add-on dell'audio e del video in uso.
FirstBootPrompt Language and keymap setup.
[ Ritorna vero o falso dopo aver confrontato due elementi.

indexA

addattr Assegna un attributo a un file prendendo in considerazione il tipo e converte in base a questo i valori.(specifico per Haiku)
alert Mostra una finestra di notifica. (specifico per Haiku)
arp Manipola la cache del sistema ARP.
awk Vedere gawk.
base64 Codifica o decodifica dati in base64.
basename Rimuove il percorso e, opzionalmente, il suffisso da una stringa /percorso/per/il/file.
bash Bourne-again shell.
bc Un linguaggio di calcolo a precisione arbitraria.
beep Emette un segnale acustico.
bunzip2 Vedere bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Visualizza un calendario.
cat Concatena file e li visualizza nello standar output.
catattr Visualizza il contenuto di un attributo di un file. (specifico per Haiku)
cc Compilatore C.
checkfs Esamina e ripara il filesystem. (specifico per Haiku)
checkitout Checks out sources simply with their repository's URL.
chgrp Modifica il gruppo di proprietà del file.
chmod Modifica i permessi del file.
chop Suddivide un file in file più piccoli.
chown Modifica il proprietario del file.
chroot Esegue un comando all'interno di una specifica cartella root.
cksum Visualizza il numero dei byte e il checksum CRC dei file.
clear Ripulisce la finestra del terminale.
clockconfig Visualizza la configurazione dell'orologio.
cmp Confronta due file byte per byte.
collectcatkeys [Rimente dallo spostamento di locale-kit.]
comm Confronta due file ordinati riga per riga.
compress Programma di compressione dati.
consoled Demone della console.
copyattr Copia tutti o una parte di attributi da uno o più file a un'altro o in un nuovo file. (specifico per Haiku)
cp Copia file e cartelle.
csplit Suddivide un file in parti separate in base a uno specifico modello.
ctags Genera un file di indice per una varietà di linguaggi oggetto trovati all'inteno dei file.
cut Visualizza sezioni a partire da ciascuna riga di un file.
date Mostra o permette di impostare la data e l'orario correnti.
dc Linguaggio per effettuare calcoli.
dd Copia dati grezzi, convertendoli e formattandoli secondo gli operatori.
desklink Installa elementi nella Deskbar. (specifico per Haiku)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Mostra lo spazio disponibile e quello utilizzato dei volumi montati.
diff Confronta dei file riga per riga.
diff3 Confronta dei file tre righe per volta.
dircolors Imposta i colori per ls.
dirname Rimuove il nome del file da una stringa /percorso/per/il/file.
draggers Visualizza o imposta lo stato di trascinamento dei Replicanti.
driveinfo Mostra informazioni sull'hardware.
dstcheck Mostra una finestra di dialogo usata quando si passa da o all'ora solare
du Riassume l'utilizzo del disco per ciascun file, ricorsivamente per le cartelle.
dumpcatalog [Rimente dallo spostamento di locale-kit.]
echo Stampa una riga di testo.
egrep Vedere grep.
eject Espelle dispositivi rimovibili.
env Esegue un programma in un ambiente alterato.
error Stampa chiari messaggi di errore in base al numero di errore dato.
expand Converta le tabulazioni in spazi.
expr Stampa il valore di un'espressione.

F

factor Stampa i numeri primi fattori di un numero intero.
false Non fa nulla, indica un fallimento e ritorna il valore "1".
fdinfo Mostra informazioni sull'utilizzo di file descriptor nel sistema.
ffm Imposta il focus seguendo il mouse.
fgrep Vedere grep.
filepanel Mostra un caricamento o salvataggio di file panel. (specifico per Haiku)
find Cerca un file all'interno di una gerarchia di cartelle.
finddir Cerca cartelle speciali definite dal sistema.
fmt Riformatta i paragrafi di un file.
fold Sistema le righe di un file in input.
fortune Stampa casualmente delle massime, si spera interessanti.
frcode Richiamata da updatedb per comprimere la lista dei nomi dei file.
freetype-config Stampa le informazioni di compilazione e linking per FreeType.
fstrim Send a TRIM command to an SSD drive.
ftp Programma di trasferimento file.
ftpd Demone FTP.
funzip Estrae nello standard output il primo elemento di un archivio.
fwcontrol programma di controllo FireWire.
gawk Ricerca e processa linguaggi.
gdb Debugger GNU.
getlimits Stampa dei limiti dipendenti dalla piattaforma in un formato utile per la creazione di script per la shell.
grep Cerca una corrispondenza a un modello.
groups Stampa l'appartenenza ai gruppi per ciascun nome utente.
gunzip Vedere gzip.
gzexe Comprime o decomprime eseguibili.
gzip Comprime o decomprime file.
hd Visualizzatore esadecimale.
head Stampa le prime righe di un file.
hey Una semplice applicazione per creare via script delle GUI.
hostname Stampa o imposta il nome del computer.
id Stampa le informazioni dell'utente e del gruppo.
ident Identifica all'interno di un file delle parole chiave RCS.
ifconfig Configura un'interfaccia di rete.
install Copia dei file in una destinazione senza arrestare il sistema in esecuzione.
install-wifi-firmwares.sh Installa i firmware per diverse schede di rete wireless.
installsound Crea un nuovo evento nel pannello delle preferenze dei Suoni.
iroster Elenca i dispositivi di input.
isvolume Restituisce informazioni su un dispositivo montato.
join Per ciascuna coppia di righe in input con identici campi di unione, scrive una riga nello standard output.

indexK

kernel_debugger Entra nel kernel debugger.
keymap Carica o salva la mappatura dei caratteri.
kill Invia un segnale per terminare un processo.
less Visualizza un file.
lessecho Ritorna i propri argomenti ed espande i metacaratteri (come * e ?) presenti nei nomi dei file.
lesskey Specifica dei tasti di collegamento per less.
link Crea un link a un file.
linkcatkeys [Rimente dallo spostamento di locale-kit.]
listarea Mostra informazioni sulla zona per tutti i team correntemente in esecuzione.
listattr Elenca gli attributi di un file. (specifico per Haiku)
listdev Elenca tutti i dispositivi hardware.
listimage Elenca le informazioni di immagine per tutti i team correntemente in esecuzione.
listport Elenca tutte le porte aperte presenti nel sistema organizzate in team.
listres Elenca le risorse dei file.
listsem Elenca i semafori allocati dal team specificato.
listusb Elenca i dispositivi USB.
ln Crea un link a un file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Localizza un file.
logger Invia un messaggio al log di sistema.
login Avvia una sessione all'interno del sistema.
logname Stampa il nome dell'utente corrente.
ls Mostra il contenuto della cartella.
lsindex Visualizza gli attributi indicizzati all'interno del corrente volume o partizione. (specifico per Haiku)
mail2mbox Converte i file e-mail di BeOS in file mailbox di Unix.
make Utilità make GNU.
makebootable Rende avviabile la partizione o il dispositivo BFS specificato scrivendo all'interno dei primi due settori del codice di boot.
mbox2mail Converte i file mailbox di Unix in file e-mail di BeOS.
md5sum Stampa o verifica un checksum MD5.
merge Unisce i file in tre modi.
message Stampa un file BMessage come file piano.
mimeset Imposta un MIME type per un file.
mkdepend Makefile dependency generator.
mkdir Crea una cartella.
mkdos Inizializza una partizione FAT.
mkfifo Crea un pipe col nome specificato.
mkfs Crea un filesystem.
mkindex Crea un nuovo indice per un attributo. (specifico per Haiku)
mktemp Crea in maniera protetta una cartella o file temporaneo.
modifiers Mostra quali tasti modificatori siano attualmente premuti.
more Vedere less.
mount Monta un filesystem.
mount_nfs Monta una partizione NFS.
mountvolume Monta un volume in base al nome.
mv Sposta o rinomina un file.
netcat Utilità TCP e UDP.
netstat Stampa connessioni di rete, tabelle di routing, statistiche delle interfacce, connessioni mascherate e membri di un multicast.
nl Stampa un file con le righe numerate.
nohup Esegue un comando ignorando i segnali di sospensione.
nproc Stampa il numero delle unità di processo disponibili.
od Stampa una rappresentazione univoca di un file.
open Apre un documento o un'applicazione dalla shell. (specifico per Haiku)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Cambia la password dell'utente.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applica un file diff a quello originale.
pathchk Segnala nomi di file non validi o non compatibili.
pc Calcolatrice per programmatori.
ping Invia una richiesta ICMP-echo a un determinato host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Riproduce delle tracce di un CD.
playfile Riproduce un file audio.
playsound Riproduce un file audio.
playwav Riproduce un file WAV.
pr Impagina o incolonna dei file per la stampa.
printenv Stampa il valore di una variabile d'ambiente.
printf Formatta e stampa dei dati.
prio Cambia la priorità di un processo.
profile Traccia il profilo di un thread.
ps Elenca i processi in esecuzione.
ptx Stampa un indice permutato delle parone contenute nel file di input, includendo il contesto.
pwd Mostra quale sia la cartella corrente.
query Un'applicazione da shell per emulare la funzionalità del Tracker "Find by formula". (specifico per Haiku)
quit Termina una applicazione.
rc Compilatore di risorse.
readlink Mostra quale sia il percorso di destinazione di un link simbolico.
reindex Inserisce gli attributi dei file esistenti all'inteno di nuovi indici. (specifico per Haiku)
release Rilascia un semaforo.
renice Altera la priorità di un processo in esecuzione.
rlog Stampa i messaggi di log e altre informazioni riguardanti i file RCS.
rm Rimuove file e cartelle.
rmattr Rimuove un attributo da un file. (specifico per Haiku)
rmdir Rimuove una cartella.
rmindex Rimuove l'indice per un attributo. (specifico per Haiku)
roster Mostra informazioni sui team in esecuzione.
route Elenca e manipola le rotte delle reti.
safemode Controlla se il sistema stia girando in modalità protetta.
screen_blanker Attiva l'oscuramento dello schermo.
screenmode Visualizza o imposta la modalità dello schermo.
sdiff Mostra o compone le differenze tra due file.
seq Stampa una sequenza di numeri.
setdecor Visualizza o imposta il decoratore.
setgcc Visualizza o imposta la versione di gcc in uso.
settype Imposta il MIME type, la firma e l'applicazione preferita per un file.
setversion Mostra la versione di un file.
setvolume Imposta il volume del suono del sistema.
setwep Fornisce il supporto alla crittografia WEP per le reti wireless.
sh Vedere bash.
sha1sum Stampa o verifica i checksum SHA1.
shar Crea archivi shell.
shred Sovrascrive ripetutamente un file.
shuf Stampa una permutazione casuale per la stringa di input.
shutdown Spegne il computer.
sleep Fa una pausa per un numero specifico di secondi.
sort Stampa una serie di file concatenati in modo ordinato.
spamdbm Classifica le e-mail come spam o meno.
split Produce come output delle parti di file di dimensione fissa con dei prefissi a partire da alcuni file di input.
stat Mostra lo stato di un file o di un filesystem.
strace Traccia le chiamate di sistema di un thread o di un team.
stty Visualizza o imposta le caratteristiche del terminale.
su Cambia l'effettivo user id e il gruppo.
sum Stampa il checksum e il block count per ciascun file.
sync Forza i blocchi modificati ad essere scritti sul disco, aggiorna il super block.
sysinfo Mostra informazioni sul sistema.

indexT

tac Concatena e stampa file, comincia dall'ultima riga.
tail Stampa le ultime dieci righe di un file.
tcpdump Scarica il traffico di rete.
tcptester [obsoleto]
tee Scrive o accoda dei dati a un file a partire dallo standard input.
telnet Interfaccia utente per il protocollo telnet.
telnetd Demone telnet.
test Ritorna vero o falso dopo aver confrontato due elementi.
timeout Esegue un comando e lo termina se era in esecuzione dopo uno specifico numero di secondi.
top Mostra i processi in esecuzione e l'utilizzo della CPU.
touch Modifica la data di creazione di un file.
tput Inizializza un terminale o una query per il database di terminfo.
tr Traduce, riduce e/o elimina caratteri ottenuti dallo standard input.
traceroute Riporta i pacchetti instradati catturati da una rete.
translate Utilizza i DataTranslators per convertire i formati dei file.
trash Sposta un file nel cestino o lo ripristina.
true Non fa nulla, indica il successo e ritorna il valore "0".
truncate Riduce o aumenta la dimensione di un file.
tsort Effettua un ordinamento topologico.
tty Stampa il nome del file del terminale connesso allo standard input.
uname Mostra informazioni sul sistema.
unchop Ricompone un file suddiviso precedentemente tramile chop.
unexpand Converte gli spazi in tabulature.
uniq Filtra delle date righe consecutive dall'input scrivendole nell'output.
unlink Richiama la funzione unlink per rimuovere un file specifico.
unmount Smonta un volume.
unrar Decomprime un archivio rar.
unshar Decomprime un archivio shar.
untrash Vedere trash.
unzip Decomprime un archivio zip.
unzipsfx Usato per rendere autoestraenti degli archivi zip esistenti.
updatedb Aggiorna un database per la localizzazione.
uptime Mostra la data, l'ora e il tempo passato dall'avvio del sistema.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Crea un nuovo utente.
uudecode Decodifica un file codificato con uuencode.
uuencode Codifica un file affichè si possa inviare via email a un sistema remoto.
vdir Mostra informazioni riguardanti i file.
version Mostra la versione di un file.
vmstat Stampa informazioni sulla memoria virtuale di sistema.
waitfor Aspetta fino a che non viene avviato un certo thread. (specifico per Haiku)
watch Esegue periodicamente un programma.
wc Stampa un certo numero di paragrafi, parole o caratteri (byte) di un file.
wget Applicazione per scaricare attraverso i protocolli HTTP, HTTPS o FTP.
which Localizza un comando.
whoami Stampa il nome utente associato con l'user ID effettivo corrente.
xargs Mette assieme ed esegue righe di comandi a partire dallo standard input.
xres Elenca e manipola le risorse.
yes Stampa ripetutamente una stringa finchè non viene terminato.
zcat Vedere gzip.
zcmp Vedere zdiff.
zdiff Confronta dei file compressi.
zforce Forza un estensione '.gz' come file gzip.
zgrep Scansiona dei file compressi per verificare un'espressione regolare.
zip Aggiunge i rimpiazza elementi di un archivio zip.
zipcloak Cripta tutti gli elementi decrittati presenti in un archivio zip.
zipgrep Scansiona il dato archivio zip alla ricerca di una stringa o un modello.
zipinfo Vedere unzip.
zipnote Stampa i commenti presenti in un archivio zip.
zipsplit Suddivide un archivio zip in parti più piccole.
zmore Come more ma opera su contenuti non decompressi all'interno di un archivio compresso.
znew Ricomprime file .Z in archivi .gz (gzip).
-
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/magnify.html b/docs/userguide/userguide/it/applications/magnify.html deleted file mode 100644 index 012b903c77..0000000000 --- a/docs/userguide/userguide/it/applications/magnify.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
- -

magnify-icon_64.pngMagnify

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Magnify
Impostazioni:~/config/settings/Magnify_prefs
-


-

Magnify visualizza una versione ingrandita della porzione di schermo in cui si trova il puntatore del mouse.

-magnify.png -

In alto sono riportate la dimensione della porzione e il livello di ingrandimento. "32 x 32 @ 8 pixels/pixel" significa che la porzione attorno al puntatore del mouse è di 32x32 pixel e che ogni pixel risulta ingrandito per un fattore di 8.

-

Sotto questi dati è specificato il colore del pixel che è marcato con il bordo rosso il cui colore è espresso sia in RGB sia come valore esadecimale.
-È possibile spostare riquadro rosso con / / / .

-

Per misurare le distanze e allineare gli elementi, è possibile posizionare fino a due mirini blu con ALT H. In basso sono riportate le loro coordinate X ed Y calcolate a partire dall'angolo in alto a sinistra e, se sono posizionate entrambe, verrà visualizzata la distanza X ed Y l'una dall'altra.
-Queste possono anche essere spostate con / / / . Il mirino attivo è marcato con una "x".

-

Il puntatore del mouse può anche essere spostato pixel per pixel con OPT / / / .

-

Cliccando sul menù pop-up, vengono visualizzate diverse opzioni:

- - - - - - - - - - - - - - -
Salva immagineALT S Salva la visualizzazione corrente come file.
Copia immagineALT C Copia la visualizzazione corrente egli appunti.
Nascondi/Mostra informazioniALT T Attiva o disattiva la visualizzazione delle informazioni addizionali.
Aggiungi un mirinoALT H Aggiunge un mirino posizionabile.
Rimuovi un mirinoALT SHIFT H Rimuove l'ultimo mirino aggiunto.
Mostra/Nascondi grigliaALT G Attiva o disattiva la griglia.
Blocca/Sblocca immagineALT F Attiva o disattiva il refresh dell'area ingrandita.
Mantieni queste coordinateALT I Mantiene aggiornata l'area ingrandita ma smette di seguire il puntatore.
Rendi la finestra quadrataALT / Torna ad avere una visuale quadrata anche dopo aver ridimensionato la finestra.
Diminuisci la dimensione della finestraALT - Riduce la porzione di area ingrandita attorno al puntatore.
Aumenta la dimensione della finestraALT + Aumenta la porzione di area ingrandita attorno al puntatore.
Diminuisci la dimensione dei pixelALT , Riduce l'ingrandimento.
Aumenta la dimensione dei pixelALT . Aumenta l'ingrandimento.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/mail.html b/docs/userguide/userguide/it/applications/mail.html deleted file mode 100644 index 91749b17f4..0000000000 --- a/docs/userguide/userguide/it/applications/mail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
Index
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Mail
Impostazioni:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/it/applications/mediaplayer.html b/docs/userguide/userguide/it/applications/mediaplayer.html deleted file mode 100644 index 6361044877..0000000000 --- a/docs/userguide/userguide/it/applications/mediaplayer.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/MediaPlayer
Impostazioni:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/midiplayer.html b/docs/userguide/userguide/it/applications/midiplayer.html deleted file mode 100644 index 8282bbf0b2..0000000000 --- a/docs/userguide/userguide/it/applications/midiplayer.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/MidiPlayer
Impostazioni:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/it/applications/packageinstaller.html b/docs/userguide/userguide/it/applications/packageinstaller.html deleted file mode 100644 index f839b2ece3..0000000000 --- a/docs/userguide/userguide/it/applications/packageinstaller.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:Nessuna voce, di solito si lancia tramite doppio clic su un file supportati.
Localita:/boot/system/apps/PackageInstaller
Impostazioni:nessuna
-


-
Questa pagina e attualmente solo una prima bozza. Riprovare piu tardi per una versione raffinata.
-

PackageInstaller è un programma di installazione software per pacchetti BeOS in formato PKG. Esso fornisce un GUI facile da usare che aiuta a una installazione veloce di Haiku.

-

Viene eseguito automaticamente quando si tenta di aprire file con estensione .pkg .

-packageinstaller.png -

La finestra principale permette di accedere due configurazioni:

-
    -
  • tipo di installazione (a seconda dello sviluppatore ci potrebbe essere uno o piu (standard) opzione di installazione).
  • -
  • Percorso di installazione (solo intere partizioni / hard disk può essere scelto, non i percorsi personalizzati)
  • -
-

Dopo aver cliccato su Installa l'estrazione e il processo di installazione avranno inizio.

-packageinstaller-installer.png -

A questo punto gli avvisi e gli errori possono comparire dicendo che le librerie e le dipendenze mancano al fine di eseguire il programma. Potrebbe essere necessario installare questi pacchetti prima di tentare di installare il programma desiderato.

-

Quando l'installazione è completa, il pacchetto dovrebbe apparire nel menu di applicazioni Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/pe.html b/docs/userguide/userguide/it/applications/pe.html deleted file mode 100644 index 3ad494f6ec..0000000000 --- a/docs/userguide/userguide/it/applications/pe.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Pe/Pe
Documentazione:/boot/system/apps/Pe/Documentation/index.html
Impostazioni:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/it/applications/people.html b/docs/userguide/userguide/it/applications/people.html deleted file mode 100644 index 405a14cd36..0000000000 --- a/docs/userguide/userguide/it/applications/people.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
- -

people-icon_64.pngPeople -

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/People
Impostazioni:~/config/settings/People_data
-


-

People è una banca di dati che utilizza il semplice contatto gli attributi di file dell sistema di Haiku che memorizza l'indirizzi e altre informazioni di contatto. Ogni contatto viene salvato come un unico file persona con i suoi dati et attributi separati. Tutti sono indicizzati e quindi ricercabili con unainterogazione.

- -people.png - -

L'attributo Gruppo in basso consente di assegnare ad una persona a uno o più gruppi. Utile per "mailing di massa" per un certo numero di persone che, per esempio, lavorano su un progetto specifico. Il menu pop-up offre tutti i gruppi attualmente esistenti. Se una persona appartiene a più di un gruppo, i nomi delle gruppi sono delimitati con una ",".

- -

Questi file Persona sono solitamente salvati tutti in /boot/home/people/. Per ottenere un elenco di tutti i tuoi contatti, basta aprire la cartella di persone e visualizzare tutti gli attributi di interesse. Se si sceglie di organizzare Persona in file in una cartella diversa, basta usare una interogazione per visualizzare tutte in una sola finestra.

- -people-files.png - -

Si può trattare questi file come qualsiasi altro: è possibile ordinare in base alle caratteristiche (anche di un ordinamento secondo tenendo premuto SHIFT SHIFT mentre si fa clic) e naturalmente eliminare, copiare o rinominare i file Persona. Anche le informazioni di contatto possono essere modificati direttamente: Cliccando su un attributo (o ALT E)per modificare funziona proprio come rinominare un file. Una volta che siete in modalità di modificaTAB and SHIFT TAB passeràno da colonna a colonna.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/poorman.html b/docs/userguide/userguide/it/applications/poorman.html deleted file mode 100644 index fb0509eb48..0000000000 --- a/docs/userguide/userguide/it/applications/poorman.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/PoorMan
Impostazioni:~/config/settings/PoorMan Settings
-


-

Poorman è un piccolo webserver che è estremamente facile da configurare. Naturalmente che non puo offrire alcune funzionalità avanzate come altri software di server , dopo che e solo un webserver per il uomo povero.

-

Al suo primo lancio, Poorman chiede la cartella che sta per essere servita al web.Si si sceglie Default, una nuova cartella /boot/home/public_html è creata per lei. Come una pagina iniziale un file HTML con il nome predefinito per index.html deve essere presente lì.

-

Poorman si presenta con una semplice console che registra la sua attività. Poi, ci sono le informazioni di stato se il server è in esecuzione, in quale cartella viene servita, e un contatore di visite. Impostazioni vengono modificate con Edit | Settings...: -

-

poorman.png

-

Il pannello delle impostazioni è suddiviso in tre schede: -

-

Nel Sito è possibile selezionare un'altra cartella per servire, inserite un'altra pagina di inizio ed avere la possibilità di inviare un elenco di file se la pagina di inzio non è presente.
-Logging lconsente di dis/ attivare la registrazione alla console o in alternativa ad un file di loggare separato.
-La schede Advanced contiene l'impostazione per il numero massimo di connessioni simultanee.

-

Le voci di menu della finestra console sono tutti auto-esplicativo. Con loro si può per esempio salvare (parti) il rendimento della console, cancellare la console o il file di loggare e avviare / arrestare il server o sbarazzare il contatore visite.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/it/applications/screenshot.html b/docs/userguide/userguide/it/applications/screenshot.html deleted file mode 100644 index a69872d1e6..0000000000 --- a/docs/userguide/userguide/it/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Screenshot
-/bin/screenshot
Impostazioni:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTCattura un'immagine silenziosamente (senza aprire il pannello), pur rispettando le ultime impostazioni utilizzate.
CTRL PRINTCrea un'istantanea usando le proprie impostazioni, ma invece di salvarlo come file, viene soltanto copiato negli appunti.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/showimage.html b/docs/userguide/userguide/it/applications/showimage.html deleted file mode 100644 index 3edd2e88aa..0000000000 --- a/docs/userguide/userguide/it/applications/showimage.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar:Nessuna voce, di solito si lancia tramite doppio clic su un file supportati.
Localita:/boot/system/apps/ShowImage
Impostazioni:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBrowsing

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexKeyboard shortcuts

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
CTRLWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/soundrecorder.html b/docs/userguide/userguide/it/applications/soundrecorder.html deleted file mode 100644 index e2a12a59a9..0000000000 --- a/docs/userguide/userguide/it/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/SoundRecorder
Impostazioni:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/it/applications/stylededit.html b/docs/userguide/userguide/it/applications/stylededit.html deleted file mode 100644 index da4788e9d7..0000000000 --- a/docs/userguide/userguide/it/applications/stylededit.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/StyledEdit
Impostazioni:nessuna
-


-

StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.

-stylededit.png -

If you're interested, this is what those additional attributes look like when examined in Terminal with listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

As you can see, all the formatting options from StyledEdit's menu are present: line wrapping (on/off) and alignment (left/center/right), each in one attribute. Styles (font, size, color) of each letter mangled into another.

-
Because these attributes are a file system feature of BFS, this means that not only other platforms just see a plain text file, it also follows, that the formatting will be lost when a file is stored on a non-BFS partition. The above attributes are simply stripped and what's left is the ordinary, plain text file.
-

In any case, it's a nice idea having the possibility of colored text in different fonts and sizes while still being a normal text file. A ReadMe.txt, for example, is therefore readable in a shell on any platform and still has a bit of style when viewed via double-click from Haiku.

-

Actually using StyledEdit is so simple, we'll skip explaining every mundane menu item. Just write down your text then select the words you'd like to format and apply font, size and color from the Font menu. Line wrapping and alignment from the Document menu only work on the whole file.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/terminal.html b/docs/userguide/userguide/it/applications/terminal.html deleted file mode 100644 index 1fdb483131..0000000000 --- a/docs/userguide/userguide/it/applications/terminal.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Terminal
Impostazioni:~/config/settings/Terminal
-~/config/settings/profile - adds/overrides defaults in /boot/system/settings/etc/profile
-~/config/settings/inputrc - adds/overrides defaults in /boot/system/settings/etc/inputrc
-


-

The Terminal is Haiku's interface to bash, the Bourne Again Shell.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Windows and tabs

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Settings

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Keyboard shortcuts

-

You'll find a list of useful shortcuts in Shortcuts and key combinations.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Bash customization

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Hints for working with the Terminal

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/textsearch.html b/docs/userguide/userguide/it/applications/textsearch.html deleted file mode 100644 index 3b50f410ef..0000000000 --- a/docs/userguide/userguide/it/applications/textsearch.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:No entry, normally launched via Tracker Add-on
Localita:/boot/system/apps/TextSearch
Impostazioni:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

File menu

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Action menu

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Settings menu

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

History menu

Contains recently used search strings.

Encoding menu

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/tv.html b/docs/userguide/userguide/it/applications/tv.html deleted file mode 100644 index 217cbf0b94..0000000000 --- a/docs/userguide/userguide/it/applications/tv.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/TV
Impostazioni:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/it/applications/vision.html b/docs/userguide/userguide/it/applications/vision.html deleted file mode 100644 index d8120c8822..0000000000 --- a/docs/userguide/userguide/it/applications/vision.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/Vision/Vision
Impostazioni:~/config/settings/Vision/*
-


-

Vision è un client di chat originariamente sviluppato per il BeOS. Della documentazione e un bug tracker sono disponibili nel sito web di Vision.

-
Puoi chiedere informazioni ad altri utenti e sviluppatori di Haiku nei canali Haiku delle varie lingue.
-Il più frequentato è il canale inglese #haiku in irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/it/applications/webpositive.html b/docs/userguide/userguide/it/applications/webpositive.html deleted file mode 100644 index 6cc93281b5..0000000000 --- a/docs/userguide/userguide/it/applications/webpositive.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/WebPositive
Impostazioni:~/config/settings/WebPositive/ - File di configurazione, cookie, cache e cronologia di navigazione
~/config/settings/WebPositive/Bookmarks - All bookmarks as single files
-


-

WebPositive, o più brevemente Web+, è il browser nativo di Haiku. Una parte del suo nome è un omaggio al browser del BeOS, NetPositive, l'altra indica la sua base moderna: il WebKit. Questa libreria di rendering HTML è alla base di browser ben conosciuti, come Safari, browser del Mac OS X, e il browser di Google, Chrome. Grazie all'uso di WebKit, libreria in evoluzione continua, Web+ sarà capace di essere sempre pronto alle nuove tecnologie del web.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexImpostazioni

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

L'ultima tab viene usata per configurare un server proxy.

-

indexBrowsing

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexSegnalibri

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDownloads

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexKeyboard shortcuts

-

Here are some useful keyboard shortcuts:

- - - - - - - - - - - - - - -
ALT TOpens a new tab.
ALT W Closes the current tab.
ALT N Opens a new window.
SHIFT ALT W Closes the current window.
ALT ENTER Toggles full screen mode.
ALT R or F5 Refreshes the current page.
ALT H Opens the home page.
ALT D Shows/hides the Downloads window.
ALT F Shows the find bar for in-page searching (hide with ESC).
ALT B Bookmarks the current page.
ALT M Manage bookmarks, opening the Bookmarks folder.
ALT Previous page in the history.
ALT Next page in the history.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/applications/wonderbrush.html b/docs/userguide/userguide/it/applications/wonderbrush.html deleted file mode 100644 index e2a4babfab..0000000000 --- a/docs/userguide/userguide/it/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Applicazioni
Localita:/boot/system/apps/WonderBrush/WonderBrush
Documentazione:/boot/system/apps/WonderBrush/Documentation en
Impostazioni:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/it/attributes.html b/docs/userguide/userguide/it/attributes.html deleted file mode 100644 index 4ebe7ace26..0000000000 --- a/docs/userguide/userguide/it/attributes.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - Attributi - - - - - - - - -
-
- -

Attributi

- -

Gli attributi sono campi di dati che appartengono ad un file ma non ne fanno parte: non sono calcolati nella dimensione del file e possono essere copiati e modificati senza senza che il loro contenuto venga modificato. Il sistema ad esempio utilizza questi attributi per memorizzare la dimensione del file, il tipo di file o la data dell'ultima modifica. Tutto questo è analogo ad altri sistemi operativi ed ai loro file system.

-

La principale differenza è la possibilità di aggiungere qualsiasi tipo di attributo a qualsiasi file, visualizzarlo o renderlo modificabile in una finestra del Tracker. E' sufficiente definire il tipo di attributo che si vuole aggiungere ad un tipo di file (e.g. una stringa, un numero o il tempo) dandogli un un nome ed una descrizione.

-

Il file stesso non ha nemmeno bisogno di contenere qualcosa. Diamo un'occhiata a questi file People:

-people.png -
-

Come mostra l'immagine, tutti i file hanno dimensione zero e possiedono degli attributi allegati, ad esempio l'attributo E-mail di "John Nox" è modificato direttamente nel Tracker.

-

Se gli attributi vengono indicizzati, come per i file People, le Email oppure per i file audio, essi potranno essere trovati tramite il veloce sistema di ricerca incluso in Haiku.

- -

-index -Gli attributi nel Tracker

-

Gli attributi sono visualizzati in modo simile ad un database o ad un foglio di calcolo. Usando il Tracker si può scegliere quali attributi visualizzare (colonne) ed ordinare di conseguenza la lista dei file (righe).

-

Per poterlo fare bisogna aprire una finestra del Tracker, cliccare sul menu Attributi e scegliere l'attributo che si desidera visualizzare. Altrimenti, si può semplicemente cliccare con il tasto destro su una colonna e segnare le voci nel menu contestuale, è possibile riordinare le colonne facendo un semplice drag&drop sulla testa della colonna. Un modo veloce per eliminare le colonne indesiderate è spostare una colonna al di fuori della finestra.

-

Per ridimensionare automaticamente una colonna alla sua larghezza ottimale, è sufficiente fare un doppio click nella linea tra due attributi.

-

Per cambiare l'ordinamento da crescente a decrescente, si può cliccare sulla testa della colonna desiderata, in alternativa mentre si clicca su una colonna si potrà scegliere un ordinamento alternativo premendo il tasto SHIFT. E' possibile ad esempio ordinare i file People "per compagnia" ed all'interno dello stesso ordine disporli per il nome del contatto, un esempio è lo screenshot precedente. La modalità di ordinamento secondaria è marcata da un indicatore leggermente colorato dietro la testa della colonna.

-

Modificare questi attributi è semplice come rinominare un file: Ad esempio cliccando su una voce, o premendo ALT E muovendosi attraverso gli attributi con TAB e SHIFT TAB. Premendo ESC si abbandona la modalità di modifica senza applicare alcun cambiamento.

- -

-index -Gli attributi nel Terminale

-

Se si preferisce usare la linea di comando, oppure si ha intenzione di lavorare su molti file usando lo scripting, esistono diversi comandi per controllare gli attributi dal Terminale. - -

-

-index -listattr

-

listattr elenca gli attributi di un file, ma non mostra il loro contenuto.

-
uso: listattr 'nomefile' ['nomefile' ...]
-

Dal precedente screenshot :

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Oltre a tutti gli attributi "META:*" che contengono le informazioni del contatto, ci sono due attributi gestiti dal sistema:

-
    -
  • BEOS:TYPE gestisce il tipo di file come una stringa MIME, in questo caso "application/x-person", l'attributo determina l'icona predefinita e l'applicazione che apre quel file per esempio quando lo si esegue con un doppio click.

  • -
  • "_trk/pinfo_le" è l'attributo con cui il Tracker tiene traccia della posizione dell'icona associata al file.

-
Il backslash dopo "Clara" nel Terminale è necessario prima di caratteri speciali come '"*\$?!. Anche lo spazio tra "Clara" e "Botters" fa parte di questi. Infatti, il backslash è posto davanti al carattere "spazio" e non dopo "Clara".
- -

-index -catattr

-

catattr visualizza il contenuto di uno specifico attributo di un file.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Dall'esempio di prima:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr aggiunge un attributo ad un file e/o lo riempie con un valore.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

Quindi, ipotizzando che Clara abbia ottenuto un lavoro dalla multinazionale Barkelbaer Inc., l'utente riempirà in questo modo l'attributo "Company" (teoricamente vuoto) con le informazioni (che sono di tipo "string"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr rimuove completamente un attributo da un file.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Anche se si può scegliere di non riempire l'attributo "Fax", è possibile rimuoverlo completamente dal file di Clara digitando:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr copia gli attributi da uno o più file ad un altro. Di default, il contenuto del file non viene copiato.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

Per copiare gli attributi del file più i contenuti del file stesso, è necessario aggiungere l'opzione "-d" o "--data".

- -


-

-Ulteriori informazioni su questi comandi e sulle loro opzioni possono essere trovati digitando il nome del comando seguito da "-h" oppure "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/bash-scripting.html b/docs/userguide/userguide/it/bash-scripting.html deleted file mode 100644 index 12960ae2b5..0000000000 --- a/docs/userguide/userguide/it/bash-scripting.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - La bash e lo "scripting" - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

La bash e lo "scripting"

- -

Lo "scripting" è una tecnica che consente l'esecuzione automatica di procedure tramite la concatenazione dei comandi che vengono salvati in un file di testo e prendono il nome di "script". Ogni volta che uno script viene eseguito, i comandi vengono eseguiti uno dopo l'altro, esattamente come se venissero digitati a mano direttamente nel Terminale.
-Gli script possono variare dalla semplice esecuzione di alcuni comandi in un preciso ordine fino a sofisticati pezzi di codice in grado di risolvere compiti complessi.

- -

-index -La bash

-

Dal momento che gli script si basano molto sulla shell che li interpreta, bisogna prima familiarizzare con la BASH, la shell usata da Haiku. Ci sono molte risorse online dal momento che si tratta di una delle shell più comuni. Un buon documento è Introduction to bash - a tutorial for bash under BeOS di Johan Jansson (in lingua inglese).

- -

-index -La bibbia dello scripting

-

Dopo aver appreso alcune nozioni di base su come lavorare nella shell, è il momento di entrare lentamente nel mondo dello scripting. Online si possono trovare molti di tutorial e diverso materiale di riferimento, ad esempio un'introduzione molto buona, scritta su misura per Haiku è Scripting Chapter (PDF, 900kb) dalla BeOS Bible di Scot Hacker (in lingua inglese).

- -

-indexGli script in Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -L'UserBootscript

-

/boot/home/config/settings/boot/UserBootscript viene eseguito solo dopo che il sistema ha terminato il processo di avvio. Per esempio, si potrebbero lanciare automaticamente dei programmi ad ogni avvio del sistema:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Si consiglia di terminare i comandi con il carattere "&" in modo da avviarli in background, altrimenti lo script si fermerà soltanto quando il comando avrà terminato la sua esecuzione (in questo caso: fin quando l'applicazione non viene chiusa).

- -

Per lanciare le applicazioni all'avvio esiste una semplice alternativa a quella presentata all'inizio del paragrafo, consiste nel creare dei collegamenti alla cartella /boot/home/config/settings/boot/launch. E' sufficiente cliccare con il tasto destro sull'applicazione che si desidera avviare automaticamente, andando su Crea Link e navigando fino alla cartella indicata.

- -

-index -L'UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript verrà eseguito come primo passo nel processo di spegnimento. Se lo script ritorna uno stato diverso da 0, lo spegnimento viene arrestato.

- -

-index -L'UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript verrà eseguito come ultimo passo nel processo di spegnimento. Si noti che la maggior parte del sistema sarà già stato terminato al momento dell'esecuzione di questo script.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/bootloader.html b/docs/userguide/userguide/it/bootloader.html deleted file mode 100644 index 015ef3a6da..0000000000 --- a/docs/userguide/userguide/it/bootloader.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Il Boot Loader - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Il Boot Loader

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

Per entrare nelle opzioni del Boot Loader di Haiku bisogna premere il tasto SHIFT prima dell'inizio del processo di avvio. Se è presente un boot manager, è possibile cominciare a premere il tasto SHIFT prima di selezionare la voce di Haiku. Altrimenti se Haiku è l'unico sistema operativo installato nella macchina, è sufficiente premere il tasto appena compaiono i messaggi di avvio del BIOS.

-

-index -Boot Loader Options

-

Una volta caricato, appariranno quattro menu:

- - - - - - - - - -
Select boot volume (Seleziona il disco di avvio) Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Select fail safe video mode (Seleziona la modalità video sicura) E' possibile attivare l'opzione Use fail-safe video mode, che permette di impostare la profondità di colore e la risoluzione.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

Dopo aver attivato una o più opzioni, è possibile tornare al menu principale e avviare normalmente il sistema che si presenterà con questa schermata di avvio: -

-boot-screen.png - -

Se tutto funziona perfettamente, le icone nella schermata si illumineranno una dopo l'altra.
-Le icone corrispondono grossomodo alle diverse fasi di caricamento dell'OS e sono:

- - - - - - - - -
Atomo Inizializza i moduli del kernel.
La lente di ingrandimento sul disco Crea "rootfs" (/) e monta "devfs" (/dev).
Scheda elettronica Inizializza il gestore delle periferiche.
Disco di avvio Monta il disco di boot.
Il chip Carica i moduli specifici della CPU.
La cartella Finisce di inizializzare il sottosistema.
Il razzo Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/contents.html b/docs/userguide/userguide/it/contents.html deleted file mode 100644 index 0e9a274275..0000000000 --- a/docs/userguide/userguide/it/contents.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Guida dell'utente Haiku - Contenuti - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Benvenuto alla guida dell'utente Haiku

- -

Di seguito troverai la documentazione per gli aspetti più importanti di Haiku. Ovviamente, completare ed estendere la documentazione è un processo continuo (vedi la versione online di questo documento per pagine e traduzioni aggiornate). Se trovi errori, vorresti suggerire argomenti da aggiungere alla documentazione o contribuire ad essa, ti invitiamo a farti sentire nella mailing list della documentazione. Se sei interessato ad aiutarci con le traduzioni, troverai informazioni su come fare nella wiki per la traduzione della guida.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Boot LoaderSet safe boot options to solve configuration problems.
Filesystem layoutUnderstand the filesystem hierarchy and get familiar with important file locations and folders.
Haiku's GUILearn about the basic elements of the graphical user interface.
WorkspacesUse virtual desktops for an uncluttered work environment.
TwitcherSwitch between running applications.
Team MonitorKill unresponsive applications or system components.
TrackerLearn all about navigating, working with files and folders and how to configure Haiku's file manager.
Shortcuts and key combinationsThe most common shortcuts to speed up your workflow.
DeskbarUse and configure Haiku's version of the "Start" menu and taskbar.
FiletypesSet default applications, change file types and create your own.
AttributesOne of Haiku's main features lets you manage and add any kind of data to any file.
IndicizzazioneUse indexing to be able to search for attributes.
QueriesUse Haiku's lightning fast queries to quickly find what you're looking for.
Workshop: Filetypes, Attributes, Index and QueriesLearn to use some of Haiku's key features by organizing your DVDs.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsLearn how to un/install applications in general and how work with the ones that come with Haiku.
Desktop AppletsSimple tools to install on your Desktop and Deskbar.
PreferenzePer configurare ed impostare il sistema
Bash and ScriptingLearn of some interesting scripts used by the system and about online resources for working in the shell and scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/it/deskbar.html b/docs/userguide/userguide/it/deskbar.html deleted file mode 100644 index ab231f6dd7..0000000000 --- a/docs/userguide/userguide/it/deskbar.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
L'indice del filesystem
- Il menu della deskbar
- La Tray
- Lista dei programmi in esecuzione -
- -

Deskbar

- -

La Deskbar è il piccolo pannello che si trova normalmente in alto a destra sullo schermo. La Deskbar di Haiku corrisponde alla barra delle applicazioni di Windows con il pulsante Start. Contiene il menu dal quale si possono avviare le applicazioni e gestire le varie preferenze, una tray con un orologio ed altri strumenti come una lista dei programmi in esecuzione.

-positions -

La Deskbar si può spostare in ogni angolo dello schermo sia nel bordo superiore che in quello inferiore mantenendo cliccato il mouse sulla zona a puntini a lato della tray e trascinandola nella nuova posizione; può essere anche modificata con un layout più compatto trascinando la zona a puntini sul menu della Deskbar.

- -

-index -Il menu della Deskbar

-

Cliccando nella parte alta della deskbar si apre un menu:

-deskbar.png -
    -
  • Informazioni sul sistema... - Mostra alcune informazioni di base sul sistema le licenze e i crediti del progetto Haiku.

  • - -
  • Trova... - Apre la finestra che permette di effettuare le Query.

  • -
  • Mostra i replicanti - Mostra e nasconde il piccolo widget Replicant che si utilizza per rimuovere o accedere al menu contestuale.

  • -
  • Monta - Offre le stesse opzioni di quando si clicca con il tasto destro sul desktop (consultare la pagina Montaggio Volumi).

  • -
  • Preferenze della deskbar... - Apre il pannello per configurare la deskbar (per maggiori informazioni consultare sotto).

  • -
  • Arresto - E' presente sia l'opzione per Riavviare il sistema che per Spegere il Sistema.

  • -
  • Documenti, Cartelle e Applicazioni recenti - Una lista delle ultime cartelle, documenti e applicazioni aperte (per maggiori informazioni consultare sotto alle Deskbar Preferences ).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexPreferenze della Deskbar

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -La Tray

-calendar.png -

Oltre a tutto il resto, nella tray è presente anche l'orologio. Posizionando il puntatore del mouse al di sopra di esso viene visualizzata la data in un avviso. Cliccandoci con il tasto sinistro del mouse viene mostrato un calendario. Con il tasto destro del mouse, invece, viene mostrato/nascosto l'orologio ed è possibile impostare le preferenze dell'Orario.

-

Per qualsiasi programma è possibile installare un' icona nella tray per fornire un interfaccia all'utente. Il sistema di e-mail, ad esempio, cambia simbolo quando ci sono mail non lette e offre un menu contestuale per creare o controllare le nuove mail. -ProcessController è un altro esempio di applicazione che utilizza la sua icona nella barra delle applicazioni per fornire delle informazioni (CPU/utlizzo di memoria) ed un menu contestuale.

- -

-index -Lista dei programmi in esecuzione

-list-of-apps.png -

Si può modificare una specifica applicazione in esecuzione facendo clic sulla voce corrispondente nella deskbar e scegliendo una delle finestre dal sottomenu. Cliccando con il tasto destro è possibile minimizzare o chiudere una finestra o l'intera applicazione.

-

Attivando l'espansione nelle impostazioni della Deskbar, è possibile espandere o comprimere l'elenco delle finestre direttamente sotto la voce di un'applicazione.

-

Di fronte alla finestra di ogni applicazione c'è un simbolo che fornisce informazioni sul suo stato. Un simbolo luminoso significa che la finestra è visibile, un simbolo scuro che è ridotta al minimo. Tre linee di fronte a un simbolo indicano che non è l'attuale area di lavoro.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/desktop-applets.html b/docs/userguide/userguide/it/desktop-applets.html deleted file mode 100644 index 1a5e1bad27..0000000000 --- a/docs/userguide/userguide/it/desktop-applets.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Desktop Applets - - - - - - - - -
-
- -

Desktop Applets

- -

Haiku fornisce alcuni strumenti utili che possono essere installati sul desktop o sulla deskbar attraverso i loro replicant.

- - - - - - - - - - - -
iconLaunchBox Tasti di scelta rapida per le tue applicazioni preferite.
iconNetworkStatus La connessione è attiva?
iconPowerStatus Mostra lo stato di carica della batteria del notebook.
iconProcessController Monitora e controlla ogni applicazione e servizio in esecuzione.
iconWorkspaces Una versione in miniatura di tutte le aree di lavoro.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/desktop-applets/launchbox.html b/docs/userguide/userguide/it/desktop-applets/launchbox.html deleted file mode 100644 index fde9e46289..0000000000 --- a/docs/userguide/userguide/it/desktop-applets/launchbox.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar:Desktop Applets
Localita:/boot/system/apps/LaunchBox
Impostazioni:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

All options are reached from the context menu:

- - - - - - - - -
Add button here Adds an empty button.
Clear button Empties a button.
Remove button Removes a button.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/desktop-applets/networkstatus.html b/docs/userguide/userguide/it/desktop-applets/networkstatus.html deleted file mode 100644 index 55042ee594..0000000000 --- a/docs/userguide/userguide/it/desktop-applets/networkstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Deskbar:Desktop Applets
Localita:/boot/system/apps/NetworkStatus
Impostazioni:nessuna
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Icone di stato

- - - - - - -
ProntoLa connessione è stata effettuata.
Configurazione in corsoConnessione in corso.
No stateful configurationSome settings are missing (check IP configuration).
Non collegatoNon ci sono connessioni fisiche (probabilmente il cavo di rete non è collegato e non ci sono network wireless disponibili).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/desktop-applets/powerstatus.html b/docs/userguide/userguide/it/desktop-applets/powerstatus.html deleted file mode 100644 index 5b7826d773..0000000000 --- a/docs/userguide/userguide/it/desktop-applets/powerstatus.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Desktop Applets
Localita:/boot/system/apps/PowerStatus
Impostazioni:~/config/settings/Impostazioni PowerStatus
-

PowerStatus mostra le informazioni sul livello della batteria, quindi è utile solo su computer portatili. Se non e ancora in esecuzione, lanciando l'applet chiede se si dovrebbe aprire in modalità finestra o live nel Deskbar.In modalità finestra siete in grado di ridimensionare l'icona ridimensionando la finestra e utilizzare il Replicant maniglia per trascinarlo sul desktop.
-Ovunque installati, è comandato dal menu contestuale tramite il tasto destro del mouse. -

-

Nota: PowerStatus richiede un supporto ACPI di attivo.

-PowerStatus applet -

Il menu contestuale offre le opzioni: -

- - - - - - - - -
Mostra l'etichetta dell testo Mostra il livello della batteria in percentuale o tempo rimanente.
Mostra l'icona di stato -Mostra l'icona dell'applet.
Mostra per cento/oraConsente di visualizzare il livello della batteria in percentuale o tempo rimanente(Mostra testo dell'etichetta deve essere attivo). (Mostra l'etichetta dell testo deve essere attivo).
Info batteria...Mostra la finestra estesa con informazioni della batteria.
Informazioni su...Mostra la finestra informazioni
SmettereChiude l'PowerStatus applet.
-

Quando l'opzione Mostra l'etichetta di testo è attivo, il livello della batteria è indicato tra parentesi durante la carica.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/desktop-applets/processcontroller.html b/docs/userguide/userguide/it/desktop-applets/processcontroller.html deleted file mode 100644 index 98b0a40392..0000000000 --- a/docs/userguide/userguide/it/desktop-applets/processcontroller.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - Controllore processo - - - - - - - - -
-
- -

processcontroller-icon_64.pngControllore processo

- - - - -
Deskbar:Desktop Applets
Localita:/boot/system/apps/Controllore processo
Impostazioni:nessuna
- -

ProcessController appletIl compito principale dell'applet ProcessController è quello di mostrare l'attività della CPU (s) e la quantità di memoria utilizzata. Esso consente il monitoraggio di singoli team, cambiare la loro priorità, e ucciderli se il programma si blocca. In ambienti multiprocessore che consente di disabilitare singoli processori / core. Quando incidente Tracker o deskbar poterli riavviare dal menu di ProcessController.

-

Indicatori sulla sinistra mostrano l'utilizzo di ogni CPU, mentre la barra sulla destra mostra il consumo di memoria. Ricordate che il numero degli l'indicatori dipendono dal numero di processori /nucleo nel computer.

-

Se non ancora in esecuzione, lanciando ProcessController chiede se si dovrebbe aprire in modalità finestra o vivono nella Deskbar. In modalità finestra è possibile ridimensionare la barra-display ridimensionando la finestra e quindi utilizzare il Replicant maniglia per trascinarla sul desktop.
-Ovunque è installato, è gestito tramite un menu di scelta rapida.
-Per rimuovere l'applet di nuovo dal deskbar, deselezionare dal vivo nel Deskbar nel suo menu contestuale.

-

Chiudere un'applicazione

-ProcessController - Quit an application -

Per chiudere un'applicazione basta scegliere il nome dal menuChiudere di un'applicazione. Questo è un modo pulito per chiudere app, proprio come cliccando sul suo pulsante di chiusura.Fare attenzione a non uscire dai processi di sistema come server o demoni, tuttavia. Il sistema può smettere di funzionare in modo affidabile.

-

Utilizzo della memoria

-ProcessController - Memory usage -

Monitorizzare la memoria può essere piuttosto impreciso.

-

Questo menu consente di monitorare l'utilizzo di memoria di diversi team nel vostro sistema. Accanto al nome della squadra ci sono due colonne: la prima con l'ammontare riservato per memoria scrivibile, mentre il secondo mostra tutta la memoria anche in sola lettura dello spazio (librerie condivise per esempio).

-

La prima fila le risorse di sistema & cache ... mostra la quantità totale di memoria utilizzata dal sistema e tutte le applicazioni. La lunghezza della barra blu è basato sulla memoria fisica totale del computer. Le righe successive mostrano memoria utilizzata da ogni processo. Si noti che la lunghezza della barra si basa solo sulla parte effettivamente utilizzata della memoria.

- - - -
Memoria utilizzata solo per l'applicazione data (con accesso di scrittura)
Memoria di sola lettura tra spazio (può essere condiviso con altre applicazioni)
- -

Fili e utilizzo della CPU

-

Questo menu consente di modificare le priorità dell filo, uccidere le squadre o eseguirne il debug.

-
Cambiamenti via i comandi di questo menu possono aggiungere nella profondità del sistema e possono causare perdite di dati e l'instabilità della sistema. Mantenere la mano ferma sul mouse!
-ProcessController - Priority - - - - -
Codice del kernel
Codice utente
Filo inattivo
-

Al primo livello vengono visualizzati nomi di squadra. Cliccando su uno, si può uccidere tutta la squadra. Il blu scuro parte della barra è il tempo trascorso in codice del kernel, l'azzurro parte nel codice utente, la parte verde nel thread inattivo (s). Una barra completamente riempita con mezzi blu che la squadra sta usando tutto il potere processoring.

-

Il secondo livello mostra le discussioni particolare di una squadra. Facendo clic su uno, è possibile eseguire il debug o ucciderlo. Una barra completamente riempita con mezzi blu che il thread è pegging un processore / core.

-

L'ultimo livello del menu consente di cambiare la priorità di un thread. State attenti con quello! Come regola generale la priorità di un thread deve essere inverso il suo utilizzo della CPU. Questo è, più si cerca di rivendicare il tempo di CPU, minore dovrebbe essere è la priorità. In generale, non si scherza con le priorità di una app; contattare il suo autore, questo è il suo affare. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/desktop-applets/workspaces.html b/docs/userguide/userguide/it/desktop-applets/workspaces.html deleted file mode 100644 index 381a152f6a..0000000000 --- a/docs/userguide/userguide/it/desktop-applets/workspaces.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Workspaces Applet - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar:Desktop Applets
Localita:/boot/system/apps/Workspaces
Impostazioni:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Stores the panel's window position.
-


-workspaces.png -

You find the Workspaces applet with the other Desktop applets in the Deskbar. It shows a miniature version of all workspaces. There are several options available from the context menu of the applet's window, which are all pretty self-explaining.
-Change workspace count... will open the Screen preferences where you set the number of workspaces and their arrangement (how many rows and columns).

-

Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure Show replicants is activated in the Deskbar menu). Hold SHIFT while resizing to keep your screen's aspect ratio.

- -

-index -Moving windows between workspaces

-

To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows in a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT Fx.

-

For more information on workspaces in general and more keyboard shortcuts, see topic Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Special functionality

-

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:

- - - - -
CTRLBrings the window to the front.
CTRL SHIFTMinimizza la finestra.
OPTSends the window to the back.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/filesystem-layout.html b/docs/userguide/userguide/it/filesystem-layout.html deleted file mode 100644 index 6432908301..0000000000 --- a/docs/userguide/userguide/it/filesystem-layout.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - La struttura del FileSystem di Haiku - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

La struttura del FileSystem di Haiku

- -

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:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -La cartella system - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -La cartella Home - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ 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.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Questa cartella è il luogo per gli User Scripts che sono eseguiti prima o dopo l'avvio o lo spegnimento del sistema.
boot/launch/ I link a programmi o documenti in questa cartella partono automaticamente ad ogni avvio del sistema.
beos_mime/ Nel database MIME Haiku tiene traccia di ogni differente tipo di file e delle sue impostazioni.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ C'è un file di impostazioni che può essere interessante: Il kernel permette alcune configurazioni di basso livello come la disattivazione del SMP, l'attivazione del debugging seriale or la possibilità di attivare la gestione avanzata del risparmio energetico. Attiva una linea di configurazione rimuovendo il simbolo del commento "#". Fai attenzione!
Tracker/ Oltre alle varie impostazioni per i file del Tracker, ci sono alcune interessanti sottocartelle :
DefaultFolderTemplate/Mostra e stabilisce tutte le proprietà e le dimensioni della finestra a proprio piacimento. Ogni nuova cartella che si crea lo userà come modello.
DefaultQueryTemplates/Si può definire il layout di una "Query result window" per determinati tipi di file Query: La finestra dei risultati .
Go/Collocare qui i link alle directory preferite per renderle disponibili, ad esempio nei pannelli "apri" e "salva". Si veda il capitolo Interfaccia grafica di Haiku: Preferiti e cartelle recenti.
Tracker New Template/E' possibile aggiungere un template per ogni filetype che sarà poi disponibile tramite il menu del Tracker File | Nuovo... Leggi il capitolo Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/filetypes.html b/docs/userguide/userguide/it/filetypes.html deleted file mode 100644 index b93429286f..0000000000 --- a/docs/userguide/userguide/it/filetypes.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - Tipi di File - - - - - - - - -
-
- -

Tipi di File

- -

Diversamente da Windows, Haiku non si basa sull'estensione a 3 lettere per un tipo di file (per esempio .txt, .jpg, .mp3), questa è solamente una soluzione di ripiego che è utilizzata come ultima risorsa. Haiku usa lo standard MIME, usato comunemente su internet.

-
Nonostante non ci sia nessun motivo per utilizzare le estensioni dei file in Haiku, bisogna ricordare di utilizzarle qualora si desidera condividere dei file con utenti di sistemi operativi diversi, ad esempio via email, per un upload su un server o tramite il semplice scambio di una pennetta USB. In caso contrario il sistema potrebbe non riconoscere il file.
- -

index -Impostare il tipo per uno specifico file

-

E' possibile cambiare il tipo, l'icona e l'applicazione associata ad un file selezionandolo ed invocando il menu contestuale Add-Ons | Filetype add-on tramite il tasto destro.

-filetype-addon.png - -

-index -Tipi di file

-

Il file qui sopra è in formato PNG, con la stringa MIME image/png. Immaginiamo di sapere che non si tratta di un file in formato PNG ma di un file GIF, è possibile modificare il tipo inserendo la corretta stringa MIME a mano oppure tramite uno dei due pulsanti sotto la casella di testo:

- - - -
Seleziona... elenca una lista gerarchica di tipi di file dove è possibile navigare fin quando non si trova image | GIF Image.
Uguale a... apre una finestra di dialogo in cui scegliere qualsiasi file che abbia già il tipo di file che si sta cercando.
- -

-index -L'applicazione preferita

-

Il menu a comparsa mostra un elenco di tutte le applicazioni in grado di gestire questo particolare tipo di file. Da qui è possibile scegliere quale programma debba aprire il file specifico dopo averci effettuato un doppio click. Si potrebbe, ad esempio cambiare l'applicazione preferita di un file HTML dal browser in un editor di testo per lavorarci sopra. Solamente questo file si aprirà con l'editor di testo, ogni altro file HTML verrà ancora aperto nel browser.

- -

La Default Application è l'applicazione impostata a livello globale per questo tipo di file. Se non si riesce a trovare il programma desiderato per poterlo associare ad uno dei file tra quelli proposti nel menu, si possono utilizzare i pulsanti Seleziona... e Uguale a... già descritti nel paragrafo "Tipi di File".

- -

-index -L'icona

-

L'icona in alto a destra è vuota poiché normalmente le icone sono ereditate dal tipo di default del sistema. Si può aprire l'Add-On Filetype di un file che contiene un'icona ed utilizzare il drag&drop fino al quadrato che mostra l'icona del file. Oppure cliccandoci sopra due volte è possibile creare o modificare la nostra icona. Per maggiori informazioni sulle icone e ad esempio come creare la propria, consultare il capitolo Icon-O-Matic.

- -

-index -Impostazioni avanzate per le applicazioni

-

Se l'Add-On Filetype viene richiamato su di un file eseguibile (nel nostro caso: StyledEdit), si avrà una finestra differente:

-filetype-addon-stylededit.png -

Nella parte superiore, al posto della stringa MIME, appare la firma dell'applicazione attraverso la quale il sistema trova dove è installato il programma.

-

Al di sotto di essa invece ci sono diverse opzioni, per controllare il comportamento dell'applicazione:

- - - - - - -
Istanza unica Può essere eseguita una sola istanza dell'applicazione per ogni file eseguibile. Tuttavia se ci sono due copie di un'applicazione, possono funzionare assieme.
Istanze multiple Possono essere eseguite più istanze di un'applicazione.
Istanza esclusiva E' consentito eseguire una sola istanza dell'applicazione con tale firma.
Solo argomenti Indica che l'applicazione non risponde ai messaggi.
Sfondo L'applicazione non apparirà nel Twitcher o nella lista delle applicazioni sulla deskbar.
-

Successivamente è presente l'elenco dei tipi di file supportati. Se si ritiene che l'applicazione è in grado di supportarli sarà possibile aggiungere (e rimuovere) dei tipi, di conseguenza quando si effettua un doppio click su di un determinato file il programma apparirà nel menu delle applicazioni preferite o nel menu contestuale del tracker: Open with....

-

In fondo alla schermata sono presenti le informazioni sulla versione dell'eseguibile e sul suo copyright. Come per la firma dell'applicazione, queste informazioni sono inserite dall'autore del programma e quindi non devono essere modificate.

- -

-index -Impostazioni globali tramite le preferenze dei Filetype

-

Il pannello delle preferenze FileTypes non si occupa dei singoli file, ma delle impostazioni globali per i tipi di file, ad esempio si possono modificare le icone di default, le applicazioni preferite oppure è possibile aggiungere, rimuovere e modificare le proprietà dell'intero filetype. E' possibile anche creare un nuovo filetype completamente da zero.

-

Tutti i filetype e le loro configurazioni sono conservati nella directory /boot/home/config/settings/beos_mime/. Prima di iniziare a sperimentare, può essere prudente fare un backup della cartella...

-

Per saperne di più sulle preferenze dei filetype, consultare il documento: Filetype, attributi, indici e query.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/gui.html b/docs/userguide/userguide/it/gui.html deleted file mode 100644 index 84c30280e7..0000000000 --- a/docs/userguide/userguide/it/gui.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - Interfaccia grafica di Haiku - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
Index
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

Interfaccia grafica di Haiku

- -

L'interfaccia grafica (GUI) di Haiku è parte integrante del sistema. Al contrario dei sistemi operativi Unix, non c'è un gestore delle finestre (window manager) separato e l'avvio in una shell testuale (linea di comando) non è possibile; ciò è semplicemente non ritenuto necessario, il focus di Haiku è l'utente desktop.

-

Probabilente l'utente avrà già esperienza con altri ambienti grafici, quindi salteremo i classici menu da tasto destro, drag & drop, ecc...e cercheremo invece di focalizzarci sui pochi aspetti unici della GUI di Haiku.

-gui.png -

Alcuni aspetti nella GUI di Haiku non sono evidenti e quindi devono essere approfonditi.

-
    -
  1. La Deskbar è il menu "Start" di Haiku e la barra applicazioni. Si consiglia di leggere il capitolo Deskbar.

  2. -
  3. Il tab giallo offre molto di più che il nome del programma o il nome del file aperto: -
    • E' possibile spostarlo tenendo premuto il tastoSHIFT mentre viene trascinato in un'altra posizione, consentendo di impilare un certo numero di finestre ed accedere ad esse comodamente dal nome del loro tab.
    • -
    • Si può minimizzare una finestra con un doppio click sul suo tab, (o con CTRL ALT M), è possibile anche avere accesso alle finestre nascoste dalla loro voce nella Deskbar o nel Twitcher.
    • -
    • Si può mandare una finestra in background con un click destro sul suo tab (o sul suo bordo).
  4. -
  5. Il pulsante di chiusura.

  6. -
  7. Il bottone "zoom" (o CTRL ALT Z). Nella maggior parte delle applicazioni, espanderà la finestra alla dimensione massima. Ma questo, tuttavia, non è obbligatorio. Le finestre del Tracker, per esempio, verranno ridimensionate per adattarsi nel miglior modo possibile al contenuto.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -A quick way to move or resize windows

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -I pannelli apri e salva.

-

Quando si sta aprendo o salvando un file da un'applicazione, apparirà un pannello come questo:

-open-save.png -

Offre tutte le caratteristiche più in uso: una lista di file da scegliere dalla cartella aperta, o in caso di un pannello di salvataggio, un campo di testo per inserire il nome del file e un pop-up menu per i differenti formati del file e le impostazioni.
-E' possibile accedere alle cartelle superiori con il menu a scomparsa sopra l'elenco dei file.

-

Se si ha già una finestra del Tracker con il percorso per un file aperto, si può semplicemente trascinare ogni tipo file o la cartella di rappresentazione (ovvero il simbolo all'estremità destra nel menu bar) nel pannello. -Questo modifica il pannello nella nuova posizione.

- -

-index -Tasti di scelta rapida

-

Numerose scorciatoie nei pannelli per aprire e salvare sono gli stessi usati nel Tracker. -Oltre ai comandi che sono disponibili attraverso il menu File, ce ne sono altri non evidenti:

- - - - - - - -
ALT N Crea una nuova cartella.
ALT EConsente di rinominare la voce selezionata.
ALT Sposta nella cartella superiore.
ALT o INVIOSposta nella cartella selezionata,
ALT DConsente di accedere al Desktop.
ALT HPermette di accedere alla cartella Home.
- -

-index -Preferiti e cartelle recenti

-

Il menu Favorites (presente nei pannelli di apertura e salvataggio) fornisce una scleta fra le cartelle visitate di recente e quelle preferite, che può impostare l'utente stesso. Come indicato dalla piccola freccia, si possono usare questi percorsi per navigare, attraverso i sottomenu, più in profondità nella gerarchia.

-favorites.png -

Per aggiungere un Preferito, bisogna semplicemente navigare fino alla destinazione e scegliere: -Favorites | Add Current Folder. Da ora in poi questa apparirà in ogni pannello di apertura/salvataggio. -Per rimuovere un Favorito, è sufficiente selezionare Favorites | Configure Favorites... e cancellare la sua voce.
-Tutti i favoriti sono conservati nella cartella /boot/home/config/settings/Tracker/Go/, quindi è possibile anche aggiungere e rimuovere direttamente i link per file e cartelle.

- -

-index -I replicanti

-

I replicanti sono piccole parti di applicazioni che possono essere integrate in altri programmi. -A patto che l'opzione della Deskbar Visualizza i Replicanti sia stata attivata, si potrà riconoscere una parte "replicabile" di un'applicazione dalla sua piccola maniglia, normalmente nell'angolo in basso a destra:

-replicant.png -

Il luogo più significante che accetta i replicanti è il Desktop: basta semplicemente trascinare la piccola maniglia su di esso. -Da ora in poi è parte del Desktop e l'applicazione principale del replicante non deve essere avviata per farlo funzionare.
-Un tasto destro sull'uncino del replicante permette di visualizzare la finestra About dell'applicazione principale e rimuovere il replicante.

-
In caso di difficoltà con un replicante sul Desktop e se non si riesce a rimuoverlo, basta cancellare ~/config/settings/Tracker/tracker_shelf. Sfortunatamente questo rimuoverà -tutti i replicanti dal Desktop.
-

Esempi di applicazioni replicabili sono i grafici dell'ActivityMonitor, l'applet Workspace o DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/it/images/apps-images/activitymonitor.png b/docs/userguide/userguide/it/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/it/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/bootmenu.png b/docs/userguide/userguide/it/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/cdplayer.png b/docs/userguide/userguide/it/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/charactermap.png b/docs/userguide/userguide/it/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/cli-alert.png b/docs/userguide/userguide/it/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/cli-desklink.png b/docs/userguide/userguide/it/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/it/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/codycam.png b/docs/userguide/userguide/it/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/debugger.png b/docs/userguide/userguide/it/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/debugger_alert.png b/docs/userguide/userguide/it/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/deskcalc.png b/docs/userguide/userguide/it/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/it/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/diskprobe.png b/docs/userguide/userguide/it/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/diskusage.png b/docs/userguide/userguide/it/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/it/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/it/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/drivesetup.png b/docs/userguide/userguide/it/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/expander-preferences.png b/docs/userguide/userguide/it/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/expander.png b/docs/userguide/userguide/it/images/apps-images/expander.png deleted file mode 100644 index 7411bb8bf2..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/it/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/it/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/it/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/haikudepot.png b/docs/userguide/userguide/it/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/it/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/it/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/installer.png b/docs/userguide/userguide/it/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/magnify.png b/docs/userguide/userguide/it/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mail-attachments.png b/docs/userguide/userguide/it/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mail-preferences.png b/docs/userguide/userguide/it/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mail-read.png b/docs/userguide/userguide/it/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mail-signature.png b/docs/userguide/userguide/it/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/it/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mail-write.png b/docs/userguide/userguide/it/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/it/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/it/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/it/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/mediaplayer.png b/docs/userguide/userguide/it/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/midiplayer.png b/docs/userguide/userguide/it/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/it/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/it/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/packageinstaller.png b/docs/userguide/userguide/it/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/people-files.png b/docs/userguide/userguide/it/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/people.png b/docs/userguide/userguide/it/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/poorman.png b/docs/userguide/userguide/it/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/screenshot.png b/docs/userguide/userguide/it/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/it/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/it/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/it/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/it/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/it/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/stylededit.png b/docs/userguide/userguide/it/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/terminal-settings.png b/docs/userguide/userguide/it/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/terminal.png b/docs/userguide/userguide/it/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/textsearch.png b/docs/userguide/userguide/it/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/it/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/web+download.png b/docs/userguide/userguide/it/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/it/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/it/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/web+settings.png b/docs/userguide/userguide/it/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/it/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/it/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/it/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/it/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/it/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/apps-images/webpositive.png b/docs/userguide/userguide/it/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/it/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/attributes-images/people.png b/docs/userguide/userguide/it/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/it/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/calendar.png b/docs/userguide/userguide/it/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/deskbar.png b/docs/userguide/userguide/it/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/it/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/positions.png b/docs/userguide/userguide/it/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/it/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/it/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/it/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/it/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/it/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/it/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/it/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/it/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/it/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/it/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/it/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/it/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/it/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/it/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/it/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/gui-images/favorites.png b/docs/userguide/userguide/it/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/it/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/it/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/it/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/it/images/gui-images/gui-stacking.png b/docs/userguide/userguide/it/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/it/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/gui-images/gui-tiling.png b/docs/userguide/userguide/it/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/it/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/gui-images/gui.png b/docs/userguide/userguide/it/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/it/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/gui-images/open-save.png b/docs/userguide/userguide/it/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/it/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/gui-images/resizing.png b/docs/userguide/userguide/it/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/it/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/networkstatus-images/applet.png b/docs/userguide/userguide/it/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/it/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/it/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/it/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/it/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/it/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/it/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/it/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/it/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/it/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/it/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/it/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/powerstatus-images/applet.png b/docs/userguide/userguide/it/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/it/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/it/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/it/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/it/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/it/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/it/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/backgrounds.png b/docs/userguide/userguide/it/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/datatranslations.png b/docs/userguide/userguide/it/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/it/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/fonts.png b/docs/userguide/userguide/it/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/keyboard.png b/docs/userguide/userguide/it/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/it/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/keymap.png b/docs/userguide/userguide/it/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/it/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/locale-language.png b/docs/userguide/userguide/it/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/mouse.png b/docs/userguide/userguide/it/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/it/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/it/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/it/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/it/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/network.png b/docs/userguide/userguide/it/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/screen.png b/docs/userguide/userguide/it/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/it/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/it/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/sounds.png b/docs/userguide/userguide/it/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/time-clock.png b/docs/userguide/userguide/it/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/time-network.png b/docs/userguide/userguide/it/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/time-time.png b/docs/userguide/userguide/it/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/time-timezone.png b/docs/userguide/userguide/it/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/touchpad.png b/docs/userguide/userguide/it/images/prefs-images/touchpad.png deleted file mode 100644 index 29e94a48a4..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/it/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/it/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/processcontroller-images/applet.png b/docs/userguide/userguide/it/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/it/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/processcontroller-images/memory.png b/docs/userguide/userguide/it/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/it/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/processcontroller-images/priority.png b/docs/userguide/userguide/it/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/it/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/processcontroller-images/quit.png b/docs/userguide/userguide/it/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/it/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/queries-images/basic-query.png b/docs/userguide/userguide/it/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/it/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/queries-images/formula-query.png b/docs/userguide/userguide/it/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/it/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/queries-images/query-window-filled.png b/docs/userguide/userguide/it/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/it/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/queries-images/query-window.png b/docs/userguide/userguide/it/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/it/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/queries-images/result-window.png b/docs/userguide/userguide/it/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/it/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/it/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/it/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/drill-down.png b/docs/userguide/userguide/it/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/get-info.png b/docs/userguide/userguide/it/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/mount-settings.png b/docs/userguide/userguide/it/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/new-menu.png b/docs/userguide/userguide/it/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/it/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/open-with.png b/docs/userguide/userguide/it/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/it/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/transaction-status.png b/docs/userguide/userguide/it/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/it/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/window-menu.png b/docs/userguide/userguide/it/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/it/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/it/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-email-images/browsing.png b/docs/userguide/userguide/it/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/it/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-email-images/query-1.png b/docs/userguide/userguide/it/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-email-images/query-2.png b/docs/userguide/userguide/it/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-email-images/query-3.png b/docs/userguide/userguide/it/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-email-images/query-4.png b/docs/userguide/userguide/it/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-email-images/status.png b/docs/userguide/userguide/it/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/it/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/it/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/it/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/it/images/workspaces-images/workspaces.png b/docs/userguide/userguide/it/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/it/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/it/index.html b/docs/userguide/userguide/it/index.html deleted file mode 100644 index c070eb421a..0000000000 --- a/docs/userguide/userguide/it/index.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - L'indice del filesystem - - - - - - - - -
-
- -

L'indice del filesystem

- -

Gli Attributi e le Query sono fra le caratteristiche principali di Haiku. -Mentre gli attributi sono utili di per se in quanto permettono di visualizzare delle informazioni aggiuntive, per poter effettuare delle query c'è bisogno che gli attributi vengano indicizzati. -Essi vengono inseriti su una tabella di ricerca, che a sua volta consente di eseguire delle query velocissime.
-L'indice è parte del filesystem ed è conservato su ogni volume e su ogni partizione separatamente.

- -

Comandi di indicizzazione dal Terminale

-

Ci sono numerosi comandi per gestire l'indice:

-
    -
  • lsindex - Visualizza l'indice degli attributi sul volume o sulla partizione in uso.
    -Ci sono attributi che vengono indicizzati in modo predefinito:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Aggiunge un attributo all'indice del volume o della partizione.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-

Verranno automaticamente indicizzati solo i nuovi file con questo attributo.
-I file esistenti devono essere aggiunti manualmente copiandoli ed eliminando gli originali, altrimenti si può usare il comando reindex. -

-
    -
  • reindex - Inserisce gli attributi dei file esistenti nel nuovo indice di un volume o di una partizione.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Rimuove un attributo dall'indice di un volume o di una partizione.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/keyboard-shortcuts.html b/docs/userguide/userguide/it/keyboard-shortcuts.html deleted file mode 100644 index 1652a10b40..0000000000 --- a/docs/userguide/userguide/it/keyboard-shortcuts.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - Scorciatoie e combinazioni di tasti - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Scorciatoie e combinazioni di tasti

- -

I tasti di scelta rapida di Haiku, utili ad invocare i comandi dai menu, di default iniziano con ALT e non con l'usuale CTRL. Il motivo è storico, poiché BeOS era originariamente ispirato in qualche modo a MacOS. Quando l'utente si sarà abituato ci saranno alcuni vantaggi come ad esempio le combinazioni: ALT C e ALT V che si integrano a pieno con la shell bash del Terminale, dove con CTRL C è possibile terminare il programma in esecuzione.

-

Potrebbe essere più familiare per l'utente passare al tasto CTRL, è possibile farlo nelle preferenze della Keymap. La guida dell'utente descrive sempre la configurazione di default usando il tasto ALT.

-

Se non si conosce a quali tasti corrispondono OPT e MENU sulla mappa dei caratteri, è sufficiente accedere alle preferenze della Keymap dove è possibile vedere quale carettere viene inviato quando si preme un tasto sulla tastiera.

- -

-index -Scorciatoie principali

-

Questa è una tabella delle scorciatoie più usate, esse sono sempre disponibili anche se non vi è un menu corrispondente:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxPassa allo Spazio di lavoro X (Fx è il tasto di funzione corrispondente a tale area di lavoro), è possibile trascinare la finestra attiva usando il tasto SHIFT.
CTRL ALT / / / Permette di navigare spazialmente tra le righe/colonne delle aree di lavoro disponibili, è sufficiente aggiungere SHIFT per trascinare la finestra attiva verso il nuovo workspace.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZEsegue lo zoom di una finestra ad un'altra dimensione (usa la dimensione massima per la maggior parte delle applicazioni).
CTRL ALT MMinimizza la finestra attiva.
CTRL ALT HNasconde (minimizza) tutte le finestre dell'applicazione attiva.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BInvia la finestra attiva sotto tutte le altre.
CTRL TABQuando viene premuta la combinazione appare il Twitcher.
CTRL ALT DELApre il Team Monitor.
ALT ESCEntra nella barra dei menu (si chiude con ESC).
ALT CCopia la selezione negli appunti.
ALT XTaglia la selezione negli appunti.
ALT VIncolla il contenuto degli appunti.
ALT WChiude la finestra attiva.
ALT QEsce da un'applicazione.
PRINTCattura subito un'immagine e lancia il pannello Screenshot.
SHIFT PRINTCattura un'immagine silenziosamente (senza aprire il pannello), pur rispettando le ultime impostazioni utilizzate.
CTRL PRINTCrea un'istantanea usando le proprie impostazioni, ma invece di salvarlo come file, viene soltanto copiato negli appunti.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Scorciatoie per la navigazione nel Tracker

-

In aggiunta alle scorciatoie principali, ce ne sono alcune in più per la navigazione con il Tracker.

- - - - - - - - -
ALT Apre la cartella superiore.
ALT o INVIOApre la cartella selezionata.
OPTTenendolo premuto durante l'apertura di una cartella si chiude automaticamente la cartella superiore. Questo funziona anche quando si naviga con il mouse.
MENUApre il menu della Deskbar (chiude con ESC).
ALT ZAnnulla l'ultima azione, la cronologia degli annullamenti è limitata solo dalla memoria disponibile. Nota, l'operazione funziona per azioni effettuate sul file stesso, quindi non sarà possibile usarla per annullare modifiche agli attributi oppure ai permessi. Inoltre, quando un file viene rimosso dal Cestino non potrà essere recuperato.
ALT SHIFT ZRipristina l'azione appena annullata con ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Scorciatoie nel Terminale

- - - - - - - - - - - - - - - - -
ALT NApre un'altra sessione del terminale in una nuova finestra.
ALT TApre un'altra sessione del terminale in una nuova scheda.
ALT 1, 2, 3 ...Passa alla scheda corrispondente.
ALT TABPassa alla prossima finestra del Terminale.
SHIFT / Passa alla scheda a sinistra/destra.
ALT SHIFT / Sposta la scheda corrente a sinistra/destra.
ALT / -Aumenta/Diminuisce la dimensione del carattere.
ALT ENTEREntra/esce dalla modalità a schermo intero.
SHIFT / Scorre il terminale di uscita su/ giù di una riga.
SHIFT Page↑ / Page↓Scorre l'output del terminale su/giù di una pagina.
TABCompletamento da Tab, dopo aver immesso alcune lettere, è possibile premere una volta il tasto TAB per auto-completare il nome di un file o di un percorso. Quando c'è più di un elemento, si ferma dove il nome inizia a differire e sarà necessario fornire alcune lettere in più per contraddistinguerlo ulteriormente. Premendo due volte il tasto TAB sarà possibile visualizzare tutte le corrispondenze.
/ Sposta verso l'alto o verso il basso nella cronologia di tutti i comandi precedentemente inseriti.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CInterrompe il comando attualmente in esecuzione.
CTRL DChiude la sessione corrente del Terminale.
- -

-index -Altre combinazioni di tasti

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTQuesto selezionerà tutto tra il primo elemento selezionato e quello su cui si clicca.
ALTAggiunge o rimuove l'oggetto su cui si sta cliccando alla/dalla selezione.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences.html b/docs/userguide/userguide/it/preferences.html deleted file mode 100644 index e7a580149c..0000000000 --- a/docs/userguide/userguide/it/preferences.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - Preferenze - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Preferenze

- -

La filosofia chiave di Haiku è quella di ridurre le opzioni ed usare al loro posto impostazioni di default, ad ogni modo per preferenze specifiche, alcune cose devono essere comunque configurate o impostate. E' possibile trovare tutti i pannelli nel menu Preferenze della Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configura l'aspetto dell'interfaccia grafica.
iconBackgrounds Permette di scegliere un colore o un'immagine come sfondo per il Desktop o qualsiasi altra cartella.
iconDataTranslations Impostazioni per tutti i tipi di file supportati.
iconDeskbar Configura la Deskbar.
iconE-mail Configura gli account per le tue e-mail
iconFileTypes Aggiunge, rimuove e configura i tipi di file.
iconKeyboard Configura il ritardo di ripetizione e la frequenza.
iconKeymap Imposta la mappatura della tastiera.
iconLocale Configura il linguaggio del sistema.
iconMedia Impostazioni audio e video, come ad esempio periferiche in/output e il mixer audio del sistema
iconMouse Configura il mouse.
iconNetwork Configura la tua rete.
iconPrinters Aggiunge, rimuove e configura le stampanti.
iconScreen Configura risoluzione, profondità, velocità di aggiornamento ed il numero di aree di lavoro utilizzate.
iconScreenSaver Aggiunge, rimuove o configura uno screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSounds Assegna suoni ai differenti eventi del sistema.
iconTime Configura l'ora, la data, e il fuso orario.
iconTracker Configura il file manager di Haiku.
iconTouchpad Configura il touchpad.
iconVirtualMemory Imposta la quantità di spazio swap usato.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/appearance.html b/docs/userguide/userguide/it/preferences/appearance.html deleted file mode 100644 index 219411f3b8..0000000000 --- a/docs/userguide/userguide/it/preferences/appearance.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - Appearance - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

appearance-icon_64.pngAppearance

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Appearance
Impostazioni:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Le preferenze in Appearance permettono di cambiare alcuni aspetti visivi di Haiku .

- -

-index -Fonts

-appearance-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- -

-index -Installing new fonts

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Colori

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Antialiasing

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Glyph hinting

-

An activated Glyph hinting aligns all letters in such a way that their vertical and horizontal edges rest exactly between two pixels. The result is a perfect contrast, especially when dealing with black on white. Text appears crisper. There's also a setting for Monospaced fonts only that's especially helpful with low resolution devices like netbooks. Small fonts can look pretty bad when hinting is turned on, but with this setting you still have the advantage of hinting for text editors and Terminal.

-

Osservate le differenze che si hanno attivando o disattivando l'hinting in questi due screenshot:

- - -
appearance-glyph-off.png
Hinting: disattivato
appearance-glyph-on.png
Hinting: attivato
-

It should be pointed out that all the Magnify windows on this page are of course rendered themselves with the different options as well. So, you get a real world impression of the settings by comparing, for example, the bold yellow tab title or the text "33 x 15 @ 8 pixels/pixel".

- -

-index -Tipo di Antialiasing

-

Another technique to improve rendering is Antialiasing, which supports all vector graphics as well as text. It smooths lines by changing the color of certain pixels. There are two methods for that:

-

Grayscale changes the intensity of pixels at the edge.
-LCD subpixel does an even better job, especially with (high resolution) LCD monitors. Instead of the intensity of a pixel, it changes its color which moves an edge by a fraction of a pixel, because LCD displays produce every pixel with a red, green and blue component.

-

Again, the two different methods with magnified screenshots:

- - -
appearance-glyph-off.png
Scala di grigi, Hinting: disattivato
appearance-subpixel.png
LCD subpixel, Hinting: disattivato
-

Subpixel based antialiasing adds a slight colored shine to objects. Something not everyone tolerates. In Haiku you can mix the two antialiasing methods and find the right setting for you by using a slider.

-
The subpixel based antialiasing in combination with the glyph hinting is subject of a software patent and is therefore not available by default. Depending on where in the world you live, you may get an unlocked version. Sorry about that. Talk with your representative.
-

If you do activate hinting plus LCD subpixel rendering by changing the source and recompiling, this is how it looks compared to hinting with Grayscale:

- - -
appearance-glyph-on.png
Scala di grigi, Hinting: attivato
appearance-glyph-on-subpixel.png
LCD subpixel, Hinting: attivato
-


-

Nel fondo del pannello ci sono due pulsanti:

- - - -
Predefiniti riporta tutto ai valori predefiniti.
Ripristina brings back the settings that were active when you started the Appearance preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/backgrounds.html b/docs/userguide/userguide/it/preferences/backgrounds.html deleted file mode 100644 index 059b8d1a57..0000000000 --- a/docs/userguide/userguide/it/preferences/backgrounds.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Backgrounds - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

backgrounds-icon_64.pngBackgrounds

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Backgrounds
Impostazioni:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - stores the panel's window position
-

You can set a color or an image as background for every folder and the Desktop for every workspace.

-


-backgrounds.png -

The top menu specifies if your changes are applied to the current workspace only, all workspaces, a specific folder or as default for every new folder.

-

Below that you can assign an image or select None if you want simply a colored background. Images can also be drag&dropped onto the preview to the left.

-

If you are using an image, you have to decide on the placement:

- - - - - -
Manuale lets you specify the coordinates. You can drag the picture around in the preview to the left or enter X and Y manually.
Centrata centers the picture in the middle of the screen.
Estendi enlarges the picture with no regard to its aspect ratio until it fills the screen.
Tile fills the screen by repeating the picture.
-

Activating Icon label outline puts a thin contour around icon labels.

-

Whether an icon label's actual text is black or white depends on the setting of the color picker. A dark color sets the text to white, a light color to black. So, if you assign a very bright image to the background, you should also set the color picker to a bright color in order to have icon labels readable in black. (Or use the outline option above.)
-The selected color is also reflected in the Workspaces applet, which ignores images as backgrounds.

- - - -
Ripristina Ripristina le impostazioni presenti all'apertura di Backgrounds.
Applica Applica i tuoi cambiamenti.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/datatranslations.html b/docs/userguide/userguide/it/preferences/datatranslations.html deleted file mode 100644 index 90eafb575a..0000000000 --- a/docs/userguide/userguide/it/preferences/datatranslations.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/DataTranslations
Impostazioni:~/config/settings/* - Every Translator creates its own settings file here after you've changes its defaults.
-~/config/settings/system/DataTranslations settings - Stores the panel's window position.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP images24bit, uncompressed, no transparency
EXR imagesILM's high dynamic-range (HDR) format
GIF images8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
HVIF iconsTranslator for Haiku's vector icon format
JPEG2000 images24bit, compressed, no transparency
-Here, you normally only care about the output quality.
JPEG images24bit, compressed, no transparency
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
PCX images24bit, uncompressed, no transparency, PC Paintbrush Exchange format
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
PNG images32bit, lossless compression, transparency
PPM images24bit, uncompressed, no transparency, Portable PixMap format
RAW imagesup to 48bit, uncompressed, no transparency
RTF text filesFormatted text
SGI images24bit, optional lossless compression, transparency
StyledEdit filesPlain text with formatting stored in attibutes
TGA images32bit, optional lossless compression, transparency
TIFF images24bit, optional lossless compression, layers, transparency
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
WonderBrush images32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/deskbar.html b/docs/userguide/userguide/it/preferences/deskbar.html deleted file mode 100644 index 4a6acb2746..0000000000 --- a/docs/userguide/userguide/it/preferences/deskbar.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Deskbar
Impostazioni:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Il pannello "Preferenze della Deskbar" può essere lanciato anche dalla Deskbar, la sua configurazione è discussa nel capitolo La Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/e-mail.html b/docs/userguide/userguide/it/preferences/e-mail.html deleted file mode 100644 index ca819e0055..0000000000 --- a/docs/userguide/userguide/it/preferences/e-mail.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
L'indice del filesystem
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/E-mail
Impostazioni:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Creare un nuovo account e-mail

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name the name of the sender
From the e-mail address of the sender
To your e-mail address (different for each e-mail account)
Reply to the e-mail address replies are sent to
When the date and time the mail was received
Subject the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Account the name of the e-mail's account
Status The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Priority is set by the sender's e-mail program (e.g. "urgent")
Thread essentially the same as "Subject", but without things like Re: or Fwd:
Classification group depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Spam/Genuine estimate this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Outgoing Mail Filters

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Setting up the Mail Service

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/filetypes.html b/docs/userguide/userguide/it/preferences/filetypes.html deleted file mode 100644 index 0bf80ba05b..0000000000 --- a/docs/userguide/userguide/it/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - FileTypes - - - - - - - - -
-
- -

filetypes-icon_64.pngFileTypes

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/FileTypes
Impostazioni:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Memorizza tutti i tipi MIME come cartelle.
-

Consultare i capitoli Tipi di file e il workshop Filetype, attributi, indici e query che descrive la maggior parte delle funzionalità di questo pannello delle preferenze.

- -
-
- - - - diff --git a/docs/userguide/userguide/it/preferences/fonts.html b/docs/userguide/userguide/it/preferences/fonts.html deleted file mode 100644 index 793addc2fd..0000000000 --- a/docs/userguide/userguide/it/preferences/fonts.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Fonts - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngFonts

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Fonts
Impostazioni:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Stores the panel's window position.
-


-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- - - -
Predefiniti riporta tutto ai valori predefiniti.
Ripristina brings back the settings that were active when you started the Fonts preferences.
- -

-index -Installing new fonts

-

You install new fonts by copying them into their respective user folder, i.e. /boot/common/data/fonts/ or /boot/home/config/data/fonts/ (see topic Filesystem layout).

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/keyboard.html b/docs/userguide/userguide/it/preferences/keyboard.html deleted file mode 100644 index 1b4516ea47..0000000000 --- a/docs/userguide/userguide/it/preferences/keyboard.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

keyboard-icon_64.pngKeyboard

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Keyboard
Impostazioni:~/config/settings/Keyboard_settings
-


-keyboard.png -

Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.

- - - -
Predefiniti riporta tutto ai valori predefiniti.
Ripristina brings back the settings that were active when you started the Keyboard preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/keymap.html b/docs/userguide/userguide/it/preferences/keymap.html deleted file mode 100644 index 8c1e768ca6..0000000000 --- a/docs/userguide/userguide/it/preferences/keymap.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

keymap-icon_64.pngKeymap

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Keymap
Impostazioni:~/config/settings/Keymap/* - Location of user modified keymaps.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/it/preferences/locale.html b/docs/userguide/userguide/it/preferences/locale.html deleted file mode 100644 index da3fdef1e8..0000000000 --- a/docs/userguide/userguide/it/preferences/locale.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Localizzazione - - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

locale-icon_64.pngLocalizzazione

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Locale
Impostazioni:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
Se vuole aiutare con le traduzioni o iniziare a tradurre una lingua al momento non presente entri in contatto con la mailing list per l'internazionalizzazione di Haiku.
-

-indexLingua

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormattazione

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOpzioni

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Predefiniti riporta tutto ai valori predefiniti.
Ripristina brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/media.html b/docs/userguide/userguide/it/preferences/media.html deleted file mode 100644 index ff318397be..0000000000 --- a/docs/userguide/userguide/it/preferences/media.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngMedia

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Media
Impostazioni:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Memorizza la posizione della finestra.
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/mouse.html b/docs/userguide/userguide/it/preferences/mouse.html deleted file mode 100644 index 7169c8cb11..0000000000 --- a/docs/userguide/userguide/it/preferences/mouse.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Mouse
Impostazioni:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

All settings are immediately applied.

- - - -
Predefiniti riporta tutto ai valori predefiniti.
Ripristina brings back the settings that were active when you started the Mouse preferences.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/it/preferences/network.html b/docs/userguide/userguide/it/preferences/network.html deleted file mode 100644 index 47bd421f3f..0000000000 --- a/docs/userguide/userguide/it/preferences/network.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Network - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

network-icon_64.pngNetwork

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Network
Impostazioni:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/printers.html b/docs/userguide/userguide/it/preferences/printers.html deleted file mode 100644 index 49097af07c..0000000000 --- a/docs/userguide/userguide/it/preferences/printers.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

printers-icon_64.pngPrinters

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Printers
Impostazioni:~/config/settings/printers/*
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/screen.html b/docs/userguide/userguide/it/preferences/screen.html deleted file mode 100644 index 41053ddf4e..0000000000 --- a/docs/userguide/userguide/it/preferences/screen.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

screen-icon_64.pngScreen

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Screen
Impostazioni:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Only when running in VESA mode.
-~/config/settings/Screen_data - Stores the panel's window position.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

After clicking on Apply, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Revert brings back the setting that was active when you started the Screen preferences.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/it/preferences/screensaver.html b/docs/userguide/userguide/it/preferences/screensaver.html deleted file mode 100644 index 71221adb02..0000000000 --- a/docs/userguide/userguide/it/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Screensaver
Impostazioni:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/shortcuts.html b/docs/userguide/userguide/it/preferences/shortcuts.html deleted file mode 100644 index 15fc37eb5c..0000000000 --- a/docs/userguide/userguide/it/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/it/preferences/sounds.html b/docs/userguide/userguide/it/preferences/sounds.html deleted file mode 100644 index 0f0665e7b1..0000000000 --- a/docs/userguide/userguide/it/preferences/sounds.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Suoni - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

sounds-icon_64.pngSuoni

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Sounds
Impostazioni:~/config/settings/Media/MediaFiles
-


-sounds.png -

È possibile assegnare suoni ad alcuni eventi del sistema, bisogna semplicemente selezionare l'evento dalla lista e scegliere un suono dal menu pop-up.

- - -
Nessuno l'evento non produrrà alcun suono.
Altro... aprirà un pannello per trovare un nuovo suono che non è ancora nel menu.
-

Si può usare qualunque formato supportato dal sistema, ad esempio se MediaPlayer può gestire un certo formato, può farlo qualunque altro programma..
-È possibile avere un'anteprima del suono selezionandolo ed usando i bottoni Riproduci e Interrompi.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/time.html b/docs/userguide/userguide/it/preferences/time.html deleted file mode 100644 index 3e08801cd8..0000000000 --- a/docs/userguide/userguide/it/preferences/time.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

time-icon_64.pngTime

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Time
Impostazioni:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Ora Localeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/it/preferences/touchpad.html b/docs/userguide/userguide/it/preferences/touchpad.html deleted file mode 100644 index 7b97c26440..0000000000 --- a/docs/userguide/userguide/it/preferences/touchpad.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Touchpad
Impostazioni:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Predefiniti riporta tutto ai valori predefiniti.
Ripristina brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/tracker.html b/docs/userguide/userguide/it/preferences/tracker.html deleted file mode 100644 index 782a04f074..0000000000 --- a/docs/userguide/userguide/it/preferences/tracker.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/Tracker
Impostazioni:~/config/settings/Tracker/TrackerSettings
-


-

Il pannello delle preferenze del Tracker è disponibile da tutte le finestre con il menu Finestra | Preferenze....
-Le sue funzioni sono trattate nel capitolo riguardante il Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/preferences/virtualmemory.html b/docs/userguide/userguide/it/preferences/virtualmemory.html deleted file mode 100644 index ef8f626a2e..0000000000 --- a/docs/userguide/userguide/it/preferences/virtualmemory.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

virtualmemory-icon_64.pngVirtualMemory

- - - - -
Deskbar:Preferenze
Localita:/boot/system/preferences/VirtualMemory
Impostazioni:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Stores the panel's window position.
-

Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.

-virtualmemory.png -

You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at DiskUsage to find out what's eating up your diskspace.

-

Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.
-Upgrading your RAM is of course the most effective way to go...

- - - -
Predefiniti riporta tutto ai valori predefiniti.
Ripristina brings back the settings that were active when you started the VirtualMemory preferences.
- -
-
- - - - diff --git a/docs/userguide/userguide/it/queries.html b/docs/userguide/userguide/it/queries.html deleted file mode 100644 index 1fc1395e67..0000000000 --- a/docs/userguide/userguide/it/queries.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Le query - - - - - - - - -
-
- - - - - -
L'indice del filesystem
- La finestra di ricerca
- Query di base - "per Nome"
- Query avanzate - "per Attributo"
- Query ancora più avanzate - "per Formula"
- La finestra dei risultati
- Modelli di query -
- -

Le query

- -

Una query è una ricerca di file basata sugli attributi e può essere eseguita nel Tracker e nel Terminale. Tutte le query vengono salvate in /boot/home/queries/ e vi rimangono sette giorni prima di essere eliminate. Nota, queste non sono solamente liste dei risultati delle ricerche ma formule per effettuare le query che attivano una nuova ricerca ogni volta che vengono aperte.
-Non è necessario fare doppio click per rieseguire una query. E' possibile vedere i dettagli di una query salvata come se fosse una qualsiasi altra cartella seplicemente facendo click destro su di essa e navigando tramite i sottomenu.

- -

-index -La finestra di ricerca

-

Si può eseguire una nuova query lanciando Find... dal menu della Deskbar, da qualsiasi finestra del Tracker o dal Desktop (che in realtà è una finestra del Tracker a schermo intero). La scorciatioia da tastiera è ALT F. La finestra di ricerca si presenta così:

-basic-query.png -
    -
  1. Salva i parametri di ricerca o seleziona le query precedentemente salavate, così come in Modelli di Query.

  2. -
  3. Affina la ricerca rispetto All files and folders per i tipi di file specifici.

  4. -
  5. Definisce il metodo di ricerca:
      -
    • per Nome - una ricerca in base al nome del file o della cartella
    • -
    • per Attributo - una ricerca avanzata, si possono specificare i termini di ricerca per uno o più attributi
    • -
    • per Formula - una ricerca ancora più avanzata, è possibile mettere a punto un termine di ricerca complesso
  6. -
  7. Seleziona su quali unità cercare.

  8. -
  9. Il termine di ricerca.

  10. -
  11. Visualizza o nasconde opzioni aggiuntive.

  12. -
  13. Non selezionare la casella Temporary se non vuoi che la query venga distrutta dopo 7 giorni.

  14. -
  15. Spunta se vuoi che la tua ricerca Includa il cestino.

  16. -
  17. Facoltativamente, inserisci il nome della query se vuoi che venga salvata.

  18. -
  19. Per salvare la query è possibile trascinare e rilasciare questa icona in qualsiasi posizione. In questo modo con il tasto destro del mouse si può salvare la ricerca come template.

  20. -
- -

-index -Query di base - "per nome"

-

Se si desidera semplicemente trovare tutti i file e le cartelle sui dischi che corrispondono ad un modello specifico, basta lasciare il metodo di ricerca su by Name, ed inserire il termine di ricerca nella casella di testo e successivamente premere ENTER.

- -

-index -Query avanzate - "per attributo"

-

Si possono creare delle query più avanzate cercando in base agli attributi di tipi di file specifici. Per fare ciò, questi attributi devono essere indicizzati.

-query-window.png -

E' possibile iniziare impostando il tipo di file da All files and folders, per esempio, Text | E-mail e cambiando il metodo di ricerca in by Attribute.

-

Questo aggiunge un menu pop-up a sinistra della casella di testo e, sotto di questo, i bottoni Add e Remove. Dal menu è possibile scegliere con quali attributi fare una query. Con Add e Remove invece è possibile effettuare una query con attributi addizionali o rimuoverli. Questi attributi possono essere collegati con AND/OR.

-

Facciamo per esempio una email query:

-query-window-filled.png -

Questa è la finestra di ricerca, quando si cercano tutte le email ricevute da Clara Botters negli ultimi due mesi che hanno nel Soggetto "vibrafono" o "scettico".
-E' facile notare che la ricerca attraverso gli attributi basati sul tempo supporta alcune frasi utili come: "gli ultimi due mesi", inoltre si può usare anche "oggi", "ieri", "lunedì" o "o l'ultimo lunedì" (che è il lunedì dell'ultima settimana), o "o gli utlimi 2 minuti/ore/giorni/settimane".
-Questo è un buon modo per ridurre il numero di risultati di ricerca.

- -

-index -Query ancora più avanzate - "Per Formula"

-

Inserire manualmente una formula per effettuare una query (espressioni regolari) è davvero scoraggiante e poco pratico. Ma ha anche altri usi.

-

Prende le query precedenti in base all'attributo delle mail di Clara relative a vibrafoni ecc. Se si dispone di tutti gli attributi ed i loro termini di ricerca impostati, si consiglia di provare ad usare la modalità by Formula :

-formula-query.png -

Ancora una volta, modificato per renderlo leggibile

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

Qual'è l'uso?

-
    -
  • E' possibile copiare la stringa e incollarla ad altre persone in un'email, su un forum o su IRC per essere usata da altri oppure per un debug.

  • -
  • E' possibile usare questo metodo per costruire una query in modalità Attribute e quindi passare alla modalità Formula, per generare comodamente una stringa di ricerca da utilizzare per una query nel terminale o in uno script.

  • -
  • Le query possono essere raffinate inserendo delle parentesi dove necessario, per rendere ad esempio alcune parti case-sensitive o annulare combinazioni logiche cambiando "==" con "!=" per un NOT AND. Tutto quello che serve è una conoscenza basilare delle espressioni regolari e forse alcune nozioni di base sullo scripting.

  • -
- -

-index -La finestra dei risultati

-

Dopo aver avviato una ricerca, la finestra Find sarà sostituita da una finestra di risultati. Ecco un esempio di query per la stringa "server":

-result-window.png -

Oltre allo sfondo grigio, le finestre dei risultati funzionano esattamente come qualsiasi altra finestra del Tracker. Alcune cose hanno bisogno di una spiegazione più dettagliata :

-
    -
  • È possibile aprire la posizione di un file o una cartella con un doppio clic sul percorso del suo attributo.

  • -
  • Con File | Edit Query o ALT G si può ritornare alla finestra di ricerca per ridefinire la query.

  • -
  • Una query è live ad esempio quando un file che corrisponde ai criteri di ricerca appare o scompare dal sistema, questi cambiamenti si riflettono in tempo reale sui risultati.

  • -
-

Si può assegnare il layout di un attributo al risultato di una query per un tipo di file specifico aprendo una cartella contenente il file con l'estensione di cui si vuole creare un modello per organizzare gli attributi che sarebbe comodo avere nei risultati della query. -E' possibile copiare questo layout con Attributes | Copy Layout.

-

Bisogna aprire /boot/home/config/settings/Tracker/DefaultQueryTemplates, e successivamente creare una nuova cartella chiamata group/filetype, sostituendo gli slash con un underscore, esempio "audio_x-mp3". Successivamente aprendo la nuova cartella incollare il layout precedentemente copiato con Attributes | Paste Layout.

- - -

-index -Modelli di Query

-

Facendo doppio clic su una query salvata verrà avviata la ricerca dei file e si aprirà immediatamente la finestra dei risultati. -Tuttavia, è possibile non desiderare di effettuare una ricerca con questi esatti parametri, ma è comunque possibile usarli come punto di partenza per modificare la formula.
-Si può creare un modello usando la voce del menu Save Query as Template (si guardi nello screenshot (1) in cima) o trascinando e rilasciando l'icona con il tasto destro del mouse(10) in qualsiasi punto. Facendo doppio clic non si aprirà la finestra dei risultati, ma il pannello di ricerca, che darà la possibilità di cambiare velocemente le stringhe di ricerca o aggiungere e rimuovere gli attributi.

-

Ogni volta che si sceglierà di salvare i modelli di query, essi verranno elencati nel menu "query più recenti" del pannello Find.

-
-
- - - - - diff --git a/docs/userguide/userguide/it/teammonitor.html b/docs/userguide/userguide/it/teammonitor.html deleted file mode 100644 index 1a5acd43db..0000000000 --- a/docs/userguide/userguide/it/teammonitor.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
- -

Team Monitor

- -

Con la scorciatoia CTRL ALT DEL è possibile avviare il Team Monitor che elenca tutti i programmi in esecuzione.

-teammonitor.png -

I programmi lanciati dal sistema sono segnati in blu, quelli lanciati dall'utente sono di colore nero.
-Le applicazioni che non rispondono sono segnate in rosso, indice che molto probabilmente sono andate in crash, è possibile chiudere un programma selezionandolo e premendo il bottone Kill Application.

-

E' possibile aprire il Terminale con OPT ALT T.

-

Se il Tracker o la Deskbar vanno in crash oppure si bloccano, apparirà un nuovo bottone (potrebbe essere necessario chiudere prima le applicazioni interessate): Restart the Desktop che riavvierà il Tracker e/o la Deskbar.

- -
-
- - - - diff --git a/docs/userguide/userguide/it/tracker-add-ons.html b/docs/userguide/userguide/it/tracker-add-ons.html deleted file mode 100644 index 9e09399d88..0000000000 --- a/docs/userguide/userguide/it/tracker-add-ons.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Gli add-on del Tracker - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Gli add-on del Tracker

- -

Le Applicazioni possono installare gli add-on in modo che essi possano essere facilmente invocati quando si selezionano dei file dal Tracker. Solo gli addon che possono gestire un tipo di file sono presenti nel menu Add-Ons o nel menu File di una finestra del Tracker. Alcuni add-on non hanno necessariamente bisogno di un file su cui lavorare e quindi sono sempre presenti nel menu.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/   per gli add-on disponibili a tutti gli utenti.
/boot/home/config/non-packaged/add-ons/Tracker/   per gli add-on disponibili solo all'utente
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Gli add-on del Tracker forniti da Haiku

-

Questi add-on del Tracker sono disponibili con ogni installazione di Haiku:

- - - - - - - - - - - - - -
Background-BApre le preferenze dello Sfondo per cambiare il colore o lo sfondo del Desktop come quello di qualsiasi altra cartella. Invocato su di un file immagine il pannello Background verrà lanciato con l'immagine caricata come possibile sfondo.
DiskUsage-ILancia l'applicazione DiskUsage con la cartella di base specificata.
FileType-FInvocato su di un file, apre il suo specifico pannello FileType, in caso contrario verrà lanciato il pannello generale delle preferenze FileTypes.
Open Target Folder-OPuò essere utilizzato solo con un collegamento ad un file ed apre la cartella in cui si trova.
TextSearch-GApre l'applicazione TextSearch per cercare una stringa nella cartella selezionata (e nelle sue sottocartelle).
ZipOMatic-ZI file selezionati verranno aggiunti ad un archivio zip, se viene invocato senza una selezione si aprirà un pannello per creare un archvio tramite drag&drop.
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/tracker.html b/docs/userguide/userguide/it/tracker.html deleted file mode 100644 index aff1682fc9..0000000000 --- a/docs/userguide/userguide/it/tracker.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - - -
L'indice del filesystem
- Montaggio di volumi
- Navigazione
- Aspetto
- Preferenze del Tracker
- Lavorare con i file
- Stato di trasferimento -
- -

Tracker

- -

Il Tracker è l'interfaccia grafica che permette di visualizzare tutti i file e le cartelle, permette di crearli, copiarli ed eliminarli. Inoltre è possibile cercare, avviare e rinominare gli elementi esistenti.

-

Essendo un'applicazione come le altre (il Desktop con le sue icone non è altro che una finestra massimizzata sullo sfondo), il Tracker appare insieme alle sue finestre nella Deskbar e può essere terminato o riavviato. Il modo più semplice per terminare e riavviare il Tracker (o la più difficile Deskbar) è avviare il Team Monitor.

- -

-index -Montaggio di volumi

-

Per accedere ad Hard Disk, CD, penne USB, ecc., bisogna come prima cosa montare il volume, ovvero mettere il sistema a conoscenza della sua presenza. Per fare ciò è necessario fare click col tasto destro sul Desktop o su un volume già montato (come il disco di boot) e scegliere il volume dal sottomenù Mount. È possibile trovare lo stesso menù Mount nella Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Prima di disconnettere (ad esempio) un Hard Disk o una penna USB, bisogna assicurarsi di aver smontato correttamente il volume. Questa pratica garantisce che il trasferimento di tutti i dati sia concluso. Altrimenti potrebbe verificarsi una perdita dei dati o il danneggiamento del dispositivo.
- -

-index -Navigazione

-

Secondo le impostazioni base, quando si effettua un doppio-click su una cartella, il Tracker apre una nuova finestra pur lasciando aperta la finestra genitore. Questo può portare rapidamente ad avere un Desktop affollato.
-Questo può essere evitato tenendo premuto il tasto OPT, che chiuderà automaticamente la finestra genitore.
-Questo è anche vero per la navigazione da tastiera. Per saperne di più, si veda Scorciatoie e combinazioni di tasti.

-

Muoversi fra le cartelle è uno degli scopi principali del Traker, proprio come i file manager delle altre piattaforme. Il Tracker di Haiku possiede diverse caratteristiche che si riveleranno molto utili per poterlo fare efficientemente.

- -

-indexEsplorazione dal sottomenù

-

Al posto di effettuare un doppio-click sulle cartelle, esiste un modo migliore per esplorarle:

-drill-down.png - -

Cliccando col tasto destro su una cartella, in cima al solito menù contestuale, si troverà un sottomenù della cartella corrente che permette di navigare all'interno del livello successivo. Basta muoversi lungo la gerarchia per trovare i file che si cercavano e cliccare per aprirli. L'immagine precedente mostra il contenuto della cartella /boot/home/config/.
-Se si fa ciò che è stato mostrato trascinando un file, il file sarà spostato nella posizione in cui è stato rilasciato.

-

Un metodo simile può essere usato in qualsiasi finestra del Tracker:

-window-drill-down.png -

Cliccando sull'area in basso a sinistra, dove è mostrato il numero degli elementi visualizzati, si otterrà un sottomenù per ogni livello superiore a quello corrente. Da li è possibile esplorare le cartelle come si è abituati.

-

Si noti che il Desktop è sempre il livello più alto poiché è dove il Tracker visualizza i volumi montati. Pertanto, se ci si deve spostare in un altro disco, bisogna prima raggiungere il livello più alto (il Desktop), per poi cercare l'altro disco da li.


-

Si visualizzerebbe lo stesso sottomenù di navigazione quando un file viene trascinato su una cartella. Tenendo per un attimo il mouse sulla cartella, apparirà un sottomenù che permetterà di esplorare la destinazione. Se si sta trascinando col tasto destro, sarà possibile decidere se copiare, spostare o creare un collegamento al file nel momento in cui verrà rilasciato il pulsante del mouse.

- -

-index -Salto a un file in base alle lettere iniziali

-

Potrebbe suonare familiare il concetto dei file manager degli altri sistemi operativi secondo il quale, digitando le prime lettere di un nome di file, il programma salterà al primo file le cui lettere iniziali corrispondono a quelle digitate. Haiku ha sviluppato ulteriormente quest'idea: se non esiste un file il cui nome comincia con i caratteri digitati, il programma salterà al primo file che include quei caratteri in qualsiasi punto del suo nome.

-window-type-ahead.png -

Nell'esempio sopra, ci sono diversi file che cominciano con "Haiku logo", rendendo inutile il semplice approccio di digitare i primi caratteri. In Haiku tuttavia, digitando "web" si salterà proprio alla prima occorrenza in "Haiku logo - website". I caratteri digitati appaiono nell'angolo in basso a sinistra dove solitamente viene mostrato il numero di tutti i file presenti nella cartella. Un secondo dopo aver digitato un carattere, la visualizzazione torna normale ed è possibile effettuare un nuova ricerca in base alle lettere iniziali.

-

-index -Filtraggio delle ricerche in base alle lettere iniziali

-

Invece di saltare a un file quando viene digitato qualcosa, esiste anche la possibilità di non visualizzare tutti i file che non corrispondono ai caratteri digitati. Questo può migliorare notevolmente la chiarezza, specialmente quando si ha a che fare con cartelle contenenti molti file. Usando SHIFT SPACE come delimitatore, è possibile filtrare i nomi anche in base a più stringhe.
-Al contrario del salto in base alle lettere iniziali, l'operazione di filtraggio non terminerà finché non viene premuto il tasto ESC o viene chiusa la finestra (o si cambia cartella mentre si sta usando la modalità Single Window Navigation).
-Le impostazioni per il filtraggio in base al nome sono presenti nelle Preferenze del Tracker.

- -

-index -Aspetto

-window-menu.png -

La finestra del Tracker offre tre differenti metodi di visualizzazione selezionabili dal menù Window:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

Il menù Window presenta anche altre funzionalità:

-
    -
  • Resize Window (ALT Y) - Ridimensiona la finestra alle sue dimensioni ideali.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

A volte potrebbe essere desiderato riordinare le icone senza fare un totale Clean Up (ALT K). In questo caso basta selezionare queste icone e trascinarle nella loro nuova posizione. Prima di rilasciarle li, bisogna tenere premuto il tasto ALT: questo fa in modo che le icone si allineino alla griglia invisibile.

-

A parte le preferenze del Tracker, il resto delle funzioni si spiega quasi da solo.

- -

-index -Preferenze del Tracker

-

Window | Preferences... apre un pannello che offre diverse impostazioni, le meno intuitive verranno capite semplicemente provandole. Dal momento che le impostazioni sono rese attive immediatamente, sarà possibile fin da subito osservare i cambiamenti. -
Brevemente, le impostazioni meno intuitive sono:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - È possibile impostare Single Window Navigation cosicché, quando si apre una cartella, essa non venga aperta in una nuova finestra ma in quella già aperta. Questa non è la stessa cosa ottenuta premendo il tasto OPT come descritto sopra, poiché si perderanno le impostazioni della finestra relative alla posizione e alla dimensione.

    -tracker-preferences-navigator.png -

    Prima di assegnare al Tracker la modalità Single Window Navigation per il semplice fatto che risulti più familiare, si raccomanda di sperimentare l'uso dell'esplorazione tramite i menù in quanto, dopo essersi abituati, potrebbe portare a una velocizzazione del lavoro. Di contro, la modalità di visualizzazione a finestra singola offre un Navigator nel quale è possibile inserire, copiare o incollare un percorso e permette di usare i bottoni avanti e indietro per la navigazione.

    -

    Impostando il Type-ahead filtering il Tracker farà in modo da visualizzare solo i file filtrati, quelli il cui nome o attributi contengano al loro interno le stringhe digitate. Si veda sopra.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

Questo pannello è accessibile anche come Tracker tra le Preferences della Deskbar.

- -

-index -Lavorare con i file

-

Mentre un file è selezionato, la maggior parte delle voci presenti nel menù File si possono ritrovare nel menù che appare cliccando sul file col tasto destro.

-

Come sempre le voci sono piuttosto chiare.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Stato delle operazioni

-

Mentre vengono copiati, spostati o cancellati dei file, il Tracker mostra lo stato di avanzamento in una apposita finestra. Se vengono iniziati più trasferimenti, ogni operazione mostrerà il proprio stato avanzamento.

-transaction-status.png -

Sulla destra ci sono due pulsanti per sospendere o fermare un trasferimento. Nel caso si dovesse eseguire un'applicazione pesante, per esempio, potrebbe essere utile sospendere temporaneamente un trasferimento piuttosto lungo in quanto questi spostamenti consumano gran parte della disponibilità dell'HardDisk e ritardano l'esecuzione dell'intero sistema.

- -
-
- - - - - diff --git a/docs/userguide/userguide/it/twitcher.html b/docs/userguide/userguide/it/twitcher.html deleted file mode 100644 index 870dd1c44b..0000000000 --- a/docs/userguide/userguide/it/twitcher.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Il Twitcher - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Il Twitcher

- -

Il Twitcher è un selettore di attività che permette saltare tra le applicazioni in esecuzione e tra le loro finestre.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

Puoi passare tra tutte le finestre delle applicazioni visibili sullo spazio di lavoro con CTRL ~ (che, dipendentemente dalla keymap che stai usando, è il tasto sotto ESC).

-

E' anche possibile invocare il Twitcher con CTRL TAB e quindi usare il mouse per scegliere l'applicazione o la finestra che salterai quando verra rilasciato il tasto CTRL.

-

Il Twitcher offre anche alcune scorciatoie da tastiera più avanzate:

- - - - -
ESCInterrompe il twitching e ritorna alla finestra precedentemente attiva.
QEsce dall'applicazione corrente.
HNasconde tutte le finestre dell'applicazione scelta.
- -
-
- - - - diff --git a/docs/userguide/userguide/it/workshop-email.html b/docs/userguide/userguide/it/workshop-email.html deleted file mode 100644 index 09a0f29b34..0000000000 --- a/docs/userguide/userguide/it/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - - -
Index
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/it/workshop-filetypes+attributes.html b/docs/userguide/userguide/it/workshop-filetypes+attributes.html deleted file mode 100644 index d174cc2ee2..0000000000 --- a/docs/userguide/userguide/it/workshop-filetypes+attributes.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - Workshop: filetype, attributi, indici e query - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - - -
L'indice del filesystem
- Preparativi
- Creare un filetype personalizzato
- Icon
- Riconoscimento dei file
- Descrizione
- Applicazione preferita
- Attributi Extra
- Indicizzazione
- Inserire i dati
- Effettuare query nel database -
- -

Workshop: filetype, attributi, indici e query

- -

Questo è un workshop, una sezione in cui verrà mostrato l'uso degli Attributi, delle Query, dell'Indice del filesystem e dei Filetype. Si costruirà a titolo di esempio un database per tenere traccia di una collezione di DVD.

- -

-index -Preparativi

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Ecco alcuni attributi utili per classificare i DVD:

-
    -
  • Titolo del film
  • -
  • Genere
  • -
  • URL, per esempio, su IMdB
  • -
  • Direttore e Regia
  • -
  • Trama
  • -
  • Il proprio giudizio da 1 a 10
  • -
  • Coordinate nello scaffale, ad esempio A2, B3, in modo da reperire i DVD anche nella realtà
  • -
  • Se e a chi è stato prestato il DVD
  • -
- -

-index -Creare un filetype personalizzato

-

Prima di tutto si apra il pannello delle preferenze Filetypes cliccando sul pulsante Add... sotto la lista gerarchica a sinistra. Si aprirà una piccola finestra di dialogo dove verrà richiesto tra quali MIME Group verrà collocato il filetype, è sufficiente scegliere "applications" impostando l'"Internal Name" come DVDdb. Si ricorda che è anche possibile creare un gruppo completamente nuovo. - -

-filetypes-new-file-type.png -

A questo punto si aprirà un pannello per il nuovo filetype DVDdb:

-filetypes-dvddb.png - -

-index -Icona

-

Facendo doppio clic sull'icona si aprirà Icon-O-Matic che permette di disegnare un'icona per il proprio filetype, è anche possibile trascinare sopra un'icona da un altro tipo, da usare magari come punto di partenza per crearne una versione modificata.

- -

-index -Riconoscimento dei file

-

È possibile specificare dei suffissi come .txt, .jpg, .mp3 in modo da permettere l'identificazione dei file a partire dalla loro estensione. Questo può risultare utile quando si ha a che fare con file di sistemi che non prevedono il MIME Type. Non è necessario fare uso dei suffissi ai fini dell'esempio.

- -

-index -Descrizione

-
    -
  • Type Name - Apparirà ad esempio nel menù Attributi della finestra del Tracker e come attributo "Kind" di un file.
  • -
  • Description - Una descrizione un po' più dettagliata.
  • -
- -

-index -Applicazione preferita

-

Questo menù pop-up mostra una lista di tutte le applicazioni che supportano questo particolare filetype. Da qui è possibile selezionare quale programma dovrà aprire il file specifico quando ci si effettuerà un doppio-click.

- - - -
Seleziona... apre una finestra di dialogo dove è possibile selezionare un'applicazione per aprire il tipo di file. Nel nostro esempio è stato impostato ShowImage per visualizzare la copertina del DVD.
Uguale a... apre una finestra di dialogo dove è possibile selezionare qualsiasi file che abbia già come applicazione preferita quella che si sta cercando.
- -

-index -Attributi Extra

-

Questo è il luogo dove verranno inseriti tutti gli attributi personalizzati stabiliti durante la preparazione. Cliccando sul pulsante Add... si aprirà un pannello:

-filetype-extra-attribute.png -
    -
  • Attribute Name - Appare ad esempio come colonna in alto nella finestra di Tracker.

  • -
  • Internal Name - È utilizzato per indicizzare l'attributo.

  • -
  • Type - Definisce che tipo di valore può essere conservato dall'attributo e come può essere richiesto. -
      -
    • String per il semplice testo
    • -
    • Boolean per dati binari: 0 oppure 1
    • -
    • Integer per i numeri interi, si dividono in base ai valori rappresentabili: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float per i numeri a virgola mobile con precisione singola
    • -
    • Double per i numeri a virgola mobile con precisione doppia
    • -
    • Time per i formati di date e orari
    • -
    -
  • -
-
    -
  • Visible - Questa casella di controllo determina se l'attributo è visibile all'interno della finestra del Tracker. Dato che il Tracker si interfaccerà col database dei DVD, sarà necessario spuntare la casella e definire il loro aspetto con:
      -
    • Display As - Lasciare su "Default". In seguito saranno rese disponibili più opzioni, per esempio una barretta o delle stelline per i voti ecc.
    • -
    • Editable - Determina se l'attributo sarà modificabile dal Tracker.
    • -
    • Width - La larghezza di default della colonna degli attributi nella finestra del Tracker.
    • -
    • Alignment - L'attributo può essere posizionato a sinistra, al centro o a destra.
    • -
-

Ora, bisogna inserire tutte le informazioni sugli attributi:

- - - - - - - - - - -
Nome internoTipo attributoIndicizzato?Descrizione
DVDdb:titolo testo si Titolo del film
DVDdb:genere testo si Genere
DVDdb:url testo no URL
DVDdb:cast testo si Direttore e Regia
DVDdb:trama testo no Trama
DVDdb:voto intero - 32 bit si Voto da 1 a 10
DVDdb:coordinate testo no Scaffale
DVDdb:prestato testo si Prestato a
- -

-index -Indicizzazione

-

Prima di iniziare con l'immissione dei dati nel piccolo database dei DVD, è necessario aggiungere gli attributi all'Indice, solo gli attributi indicizzati potranno essere raggiunti da Haiku tramite una Query.
-Allora, cosa si dovrà cercare in futuro? Probabilmente non ci si chiederà "Cosa c'è nella coordinata B4 dello scaffale?" o "In quale film la parola 'pope-shenooda' è contenuta nell'url di IMdB o nella trama?".

-

Questa scelta porta a usare solo questi attributi:

- - - - - - -
Nome internoTipo attributo
DVDdb:titolotesto
DVDdb:generetesto
DVDdb:casttesto
DVDdb:votointero - 32 bit
- -

Per indicizzarli, si deve aprire un terminale aggiungendo semplicemente un attributo dopo l'altro:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

L'opzione -t specifica il tipo dell'attributo, in questo caso "string" per tutti, fa eccezione il voto che è un numero intero.

- -

-index -Inserire i dati

-

Ora che tutto è sistemato, è possibile cominciare ad inserire alcuni dati all'interno del database.
-Dal momento che il file di base è l'immagine della copertina, ci si collegherà a qualche risorsa online come IMdB per reperire la copertina o la locandina del primo film salvandola in una nuova cartella dove si vuole posizionare il database dei file DVDdb.

-

Aprendo questa cartella ci si troverà davanti la solita finestra di Tracker contenente un file JPEG. Cliccandoci su col tasto destro, è possibile impostare il suo filetype come application/DVDdb con l' Addon Filetype. -Maggiori informazioni sull'argomento sono reperibili nel capitolo sui Filetype.

-

A questo punto è necessario attivare tutti gli attributi di DVDdb dal menù Attributes della finestra di Tracker e risistemare a piacere le colonne:

-filetypes-dvddb-empty.png -

Cliccando su un attributo ancora vuoto (o premendo ALT E) si passa alla modalità per la modifica nella quale è possibile inserire ciascun attributo. E' possibile spostarsi tra gli attributi con la scorciatoia TAB e SHIFT TAB.

-

Nell'esempio visto, solitamente si cominciava scaricando un file JPG e cambiando il suo filetype in applications/DVDdb. Esiste un altro metodo elegante per produrre analoghi risultati. Basta copiare un file vuoto che abbia il filetype desiderato in /boot/home/config/settings/Tracker/Tracker New Templates e rinominarlo come DVDdb.

-

Cliccando col tasto destro all'interno della finestra di Tracker ci sarà una nuova voce sotto New... accanto alla voce predefinita "New folder".

- -

-index -Effettuare query nel database

-

Dopo un paio d'ore di duro lavoro, si avrà un piccolo database nel quale è possibile ricercare tutti i film di Christina Ricci che hanno un bel 7+...

-

È possibile determinare il layout dei risultati di uno specifico filetype.
-Per fare questo aprire la cartella contenente i file DVDdb e sistemare a piacere i risultati come dovrebbero essere presentati. In fine copiare questo layout con Attributes | Copy Layout.

-

Continuando, aprire la cartella /boot/home/config/settings/Tracker/DefaultQueryTemplates, creandone una nuova e rinominandola group/filetype, rimpiazzando il carattere slash con degli underscore; nel nostro caso sarà "applications_DVDdb".

-

Per finire si apra una nuova cartella e ci si incolli il layout con Attributes | Paste Layout. Ed ecco il risultato:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/it/workshop-wlan.html b/docs/userguide/userguide/it/workshop-wlan.html deleted file mode 100644 index 6d5d3a0662..0000000000 --- a/docs/userguide/userguide/it/workshop-wlan.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - - -
Index
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/it/workspaces.html b/docs/userguide/userguide/it/workspaces.html deleted file mode 100644 index f9b4ef9ab4..0000000000 --- a/docs/userguide/userguide/it/workspaces.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Spazi di lavoro - - - - - - - - -
-
- -

Spazi di lavoro

- -

Gli spazi di lavoro sono dei desktop virtuali, essi possiedono risoluzione, profondità di colore e sfondo propri. Dalle preferenze dello Schermo è possibile impostare fino a 32 spazi di lavoro.

- -workspace_overviewpng.png - -

-index -Cambiare spazio di lavoro

-

È possibile muoversi tra gli spazi di lavoro cliccando sull'applet Workspaces (mostrata nell'immagine sopra), oppure usando la scorciatoia ALT Fx, dove "x" sta per il numero dello spazio di lavoro. Può rivelarsi utile sistemare i workspace in file di quattro per poter imitare la disposizione dei tasti Fx sulla tastiera.
-Selezionando nella Deskbar un'applicazione o una delle sue finestre si viene trasportati nello spazio di lavoro corrispondente.

-

Un altro metodo piuttosto conveniente per spostarsi è quello di usare CTRL ALT /// per muoversi tra le righe e le colonne formate dalla disposizione degli spazi di lavoro disponibili. Se si tiene premuto SHIFT mentre si cambia spazio di lavoro, la finestra attiva si sposterà nel nuovo.

-

È possibile spostarsi avanti e indietro tra due spazi di lavoro con ALT ` (il tasto dipende dalla mappatura dei caratteri in uso, è il tasto sotto ESC). Anche in questo caso, tenendo premuto SHIFT la finestra attiva si muoverà nello spazio di lavoro corrente.

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications.html b/docs/userguide/userguide/jp/applications.html deleted file mode 100644 index 439643a871..0000000000 --- a/docs/userguide/userguide/jp/applications.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - アプリケーション - - - - - - - - -
-
- -

アプリケーション

- -

Haiku に付属しているすべてのアプリケーションに飛び込む前に、プログラムのインストールとアンインストールのやり方についてさらに詳しく見てみましょう。アプリケーションの検索、インストール、アップデートおよびアンインストールは、Haiku のパッケージ管理システムを通じて行うのがもっとも簡単な方法です。しかし、Haiku は先祖の BeOS との幅広いバイナリおよびソース互換性があるため、今でも同様にインストールできる以前のアーカイブ (.zip および pkg) を見つけられるでしょう。

-
以下に、言及された /system/ 階層を常に見つけるでしょう。もし、パッケージをシングルユーザー (Haiku がマルチユーザー対応になったとすれば) のみにインストールするつもりなら、ホームフォルダーの~/config/ 以下のミラーされたファイルシステム階層を使うべきです。追加の情報については、ファイルシステムレイアウトのトピックを参照ください。
- -

index -Haiku パッケージ (.hpkg)

-

パッケージの検索、ダウンロード、および自動的なインストール / アンインストールを行うには、HaikuDepot -を使うのがもっとも簡単です。もし、どこかからパッケージをダウンロードしたなら - おそらくそれが (まだ) 公式のリポジトリに入っていないからでしょう - それをダブルクリックすると、HaikuDepotで開き、そこからインストールできます。

-

新規にインストールされたアプリケーションは /system/apps/ の中に、また、コマンドラインアプリケーションの場合は、/system/bin/ の中に見つかります。アプリケーション以外のプログラムが依存するファイル (ライブラリ、データ、アドオンなど) は自動的にファイルシステム中の適切な位置に現れます。

-

Deskbar またはランチャーのトピックに、新規にインストールしたアプリケーションへのショートカットを追加する方法が記載されています。

-
ところで、.hpkg ファイルは解凍できますが、それはパッケージをインストールするときにパッケージ管理システムが行っていることではありません。下層のファイルシステムは、ファイルを適切なフォルダーに分散するためだけに出現します。解凍の前後で物理的な移動はありません。これが、インストール / アンインストールがとても速くクリーンである理由です。 -
-

パッケージがほかのいくつかのライブラリやパッケージに依存している場合、ウィンドウが表示され、必要なファイルをダウンロードして同様にインストールしてよいか尋ねます。 -

-

アンインストールも同じく簡単です。パッケージを HaikuDepot 内で検索して、アンインストール (Uninstall) ボタンを押すだけです。

-

ターミナル内で作業しているか、パッケージのアンインストール / インストールをスクリプトで行うなら、コマンド pkgman --help を見るべきです。

- -

index -以前の BeOS アーカイブ (.zip および .pkg)

-

BeOS のアーカイブで、アプリケーションに必要なものをそのフォルダー内にすべて含んでいるものは、単に /boot/home/ 内のどこかに解凍して (ダブルクリックでファイル解凍または以前の PackageInstaller が開きます)、そこから実行できます。そのようなすべてを含んでいるアプリケーションをアンインストールするのは簡単です。つまり、アプリケーションのフォルダーを削除するだけです。

-

このことは、ほとんどの古い BeOS アプリケーションについて当てはまります。アーカイブがファイルを存在し -ないハードコートされた場所にまき散らすため、アーカイブを解凍しただけでアプリケーションが動かない場合、手動で修正する必要があります。/system/non-packaged/ フォルダーに必要なフォルダー階層を作成できます。本物の.hpkg ファイルがより多く利用できるようになり、古い BeOS アプリケーションが再パッケージされるようになれば、手動で行う必要は少なくなるでしょう。non-packaged フォルダー階層の使い方は、このオンライン記事を参照ください。

- -

-index -Haiku に付属するアプリケーション

-

Haiku には必要不可欠なさまざまなアプリケーションが付属しています。そのほとんどは小さなプログラムです。これらすべてのアプリケーションは、/boot/system/apps/ にあります。データファイルのダブルクリックで通常起動 (たとえば、画像ファイルをダブルクリックすると、ShowImage が起動します) しないアプリケーションについては Deskbar の Applications メニューの中にあります。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
icon利用状況モニター CPU やメモリの使用量といったシステムリソースを追跡するツールです。
iconブートマネージャー ドライブのマスターブートレコード (MBR) にブートメニューをインストールするためのツールです。
icon文字表 Unicode の文字コードマップを表示するアプリケーションです。
iconCodyCam ウェブカメラで取得した画像を定期的にサーバーへアップロードするツールです。
iconDebugger グラフィカルなデバッガーです。
icon電卓 電卓です。
iconDiskProbe ファイルやデバイスのための 16 進エディターです。
iconDiskUsage ディスクの使用量を可視化するツールです。
iconDriveSetup ハードディスクのパーティションを編集するツールです。
iconファイル解凍 一般的な書庫ファイルを解凍するツールです。
iconHaikuDepot (アプリケーション) パッケージを検索、ダウンロード、インストール、アップデート、およびアンインストールするツールです。
iconIcon-O-Matic Haiku 用のベクターアイコンを作成するアプリです。
iconインストーラー Haiku をパーティションにインストールするためのツールです。
icon拡大鏡 マウスポインターの周囲を拡大表示します。
iconメール メールクライアントです。
iconメディアプレーヤー サポートしている音声や動画ファイルを再生します。
iconMIDI プレーヤー MIDI ファイルを再生します。
iconパッケージインストーラー PKG 形式の BeOS パッケージ用のインストーラーです。
iconPeople 連絡先マネージャーです。
iconPoorMan シンプルなウェブサーバーです。
iconスクリーンショット スクリーンショットを取得するためのツールです。
iconShowImage シンプルな画像ビューアです。
iconサウンドレコーダー ライン入力やマイクから音声を録音するためのツールです。[まだ用意されていません。]
iconStyledEdit シンプルなテキストエディターです。
iconターミナル bash へアクセスします。
iconTextSearch テキストファイルの検索ツールです。
iconTV アナログテレビを表示します。[まだ用意されていません。]
iconWebPositive オリジナルのウェブブラウザーです。
- -

-index -Haiku に付属するコマンドラインアプリケーション

-

Bash シェルに付属するコマンドラインツールおよび POSIX 準拠のために必要な標準的なコマンドラインツールに加えて、特筆すべき Haiku 固有のコマンドラインツールが存在します。これらコマンドは多くの場合、スクリプト化を行う上で役立ちます。Bash とスクリプト処理のトピックも参照ください。

- - - -
iconすべてのコマンドラインアプリケーション
iconHaiku 特有のコマンドラインアプリケーション
- -

-index -同梱されているアプリケーション

-

上に列挙されたプログラムはすべて、Haiku プロジェクトによってメンテナンスされます。これらプログラムに加えて、標準的な Haiku システムにはいくつかの必要不可欠なアプリケーションが同梱されています。これらアプリケーションに対するバグ報告や機能のリクエストは、個々のアプリケーションのメンテナーに報告してください。

- - - - - - - - - - - -
iconBePDF PDF ビューアです。
iconPe シンタックスハイライト等の機能を備えた高機能テキストエディターです。
iconVision IRC クライアントです。
iconWonderBrush YellowBite のグラフィックプログラムです。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/activitymonitor.html b/docs/userguide/userguide/jp/applications/activitymonitor.html deleted file mode 100644 index e9fa2bc2e7..0000000000 --- a/docs/userguide/userguide/jp/applications/activitymonitor.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - 利用状況モニター - - - - - - - - -
-
- -

activitymonitor-icon_64.png利用状況モニター (ActivityMonitor)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/ActivityMonitor
設定ファイルの位置~/config/settings/ActivityMonitor settings
-


-

システムリソースを追跡するには、利用状況モニター (ActivityMonitor) を起動して関心のある各種項目を有効にします。

-activitymonitor.png -

ウィンドウ内で右クリックすることにより、次のすべてのリソースを表示するウィンドウの表示 / 非表示の切り替えができます:
-使用済 / キャッシュメモリー (Used/Cached Memory)、スワップサイズ (Swap Space)、CPU 使用率 (CPU Usage)、ネットワーク受信 / 送信バイト数 (Network Receive/Send)、ページフォールト数 (Page faults)、セマフォ数 (Semaphores)、ポート数 (Ports)、スレッド数 (Threads)、チーム数 (Teams)、実行中のアプリケーション数 (Running Applications)、バイナリ / テキストクリップボード (Raw/Text Clipboard)、メディアノード数 (Media Nodes)

-

グラフの下に表示されているのは凡例 (コンテキストメニューから非表示にできます) です。Icon-O-Matic といったスポイトツールから色をドラッグ&ドロップすることにより、グラフやその背景の色を変更できます。

-

表示領域がグラフで混雑してきた場合、ファイル (File) メニューで新しい表示領域を追加できます。

-

設定 (Settings) メニューから、画面の更新間隔を設定するパネルを開けます。

-

各表示領域は独自のレプリカントハンドルを保持しているので、たとえば、デスクトップ上で好きなように配置できます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/bepdf.html b/docs/userguide/userguide/jp/applications/bepdf.html deleted file mode 100644 index c30cff6542..0000000000 --- a/docs/userguide/userguide/jp/applications/bepdf.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/BePDF/BePDF
ドキュメント:/boot/system/apps/BePDF/docs/*
設定ファイルの位置~/config/settings/BePDF
-


-

BePDF は高速に起動する PDF ビューアです。PDF を表示することに加えて、暗号化されていない PDF に注釈を加える機能や、ユーザーがブックマークを定義する機能をサポートしています。現在 20 ヶ国語について完全にローカライズされています。テキストファイルを編集することで、新しい言語を簡単に追加できます。

-

ドキュメントは HTML 形式または PDF 形式で入手できます。PDF 形式のドキュメントは、メニューの Help | Show Help... からも開けます。

-
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/bootmanager.html b/docs/userguide/userguide/jp/applications/bootmanager.html deleted file mode 100644 index 805aa417ca..0000000000 --- a/docs/userguide/userguide/jp/applications/bootmanager.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - ブートマネージャー - - - - - - - - -
-
- -

bootmanager-icon_64.pngブートマネージャー (BootManager) -

- - - - -
Deskbar:メニューにはありません。通常、インストーラーのツールメニューから呼び出されます。
位置:/boot/system/apps/BootManager
設定ファイルの位置無し。
MBR のバックアップはデフォルトで ~/config/settings/bootman/ に保存されます。
-


-

GRUB のような既存のブートマネージャーに Haiku のパーティションを追加しない場合、ブートマネージャーはマスターブートレコード (MBR) に以下の図のような小さなブートメニューをインストールできます。

-bootmenu.png -
ブートマネージャーは充分にテストされていません、さらに、いくつかの制限を満たしていない場合、動かなくなります。メニューは最初のハードディスクのみにインストールでき、マスターブートレコード (MBR) のうしろに 2KiB のスペースを必要とします。
-

ブートマネージャーは、ブートメニューのインストール作業全体を案内してくれます。

-

-index -インストール先ドライブの選択

-bootmanager-1.png -

ブートマネージャーは、起動時にインストール先ドライブの選択リストを表示します。すでにドライブにブートメニューがある場合、削除 (Uninstall) ボタンが有効になり、以前にバックアップした MBR をリストアすることで、再びブートメニューを削除する簡単な一連の手順に誘導します。
-そうでなければ、インストール (Install) を選択して続けてください。

-

-index -マスターブートレコード (MBR) のバックアップ -

-

なにか調子が悪くなった場合や、再びブートメニューを削除する場合に備えて、ただちにマスターブートレコード (MBR) が保存されます。これは明らかに重要なステップなので、たとえば以前の実験分のような、ほかの MBR バックアップをうっかり上書きしないよう確認してください。

-bootmanager-2.png -bootmanager-3.png -

単に、バックアップファイル "MBR" の保存先を選択するか、デフォルトのパスのままにするかです。次へ (Next) を押した後に、バックアップが成功したかどうかの確認が表示されます。

-

-index -ブートメニューの設定

-bootmanager-4.png -bootmanager-5.png -

次に、インストール先ドライブ上のすべてのパーティションのリストを提示されます。チェックマークを入れることで、ブートメニューに表示する項目を決定します。テキストボックスで項目名を変更できます。

-

ついで、ポップアップメニューから、デフォルトで起動するパーティションを選択し、その下のスライダーで起動までの時間を設定します。ここで、"すぐに (Immediately)" はブートメニューを完全にスキップし、"永久 (Never)" はブートメニューでストップします。タイムアウト設定は、起動時に ALT を押すことで無効にできます。

-

-index -ブートメニューの書き込み

-bootmanager-6.png -bootmanager-7.png -

ブートメニューが MBR に書き込まれる前に、設定の概要が表示され、次に作業を中止する最後のチャンスがあります。しかし、慌てないでください。MBR のバックアップを安全に保存していれば、変更は容易に戻せます。めちゃくちゃになってしまったとしても、いつでも Haiku インストール CD や USB スティックから立ち上げて、MBR バックアップをブートマネージャーを使って書き戻せます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/cdplayer.html b/docs/userguide/userguide/jp/applications/cdplayer.html deleted file mode 100644 index a0e432b2d8..0000000000 --- a/docs/userguide/userguide/jp/applications/cdplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - CD プレーヤー - - - - - - - - -
-
- -

cdplayer-icon_64.pngCD プレーヤー (CDPlayer)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/CDPlayer
設定ファイルの位置:~/cd/* - 認識されたすべての CD の詳細情報が保存されています
-


- -


-cdplayer.png -

使い方はまさに、コントロールボタンから予想されるとおりです。
-CD 全体を繰り返し再生するためには、シャッフルの左隣のリピートボタンをオンにします。

-

再生リストといったより複雑な制御が必要な場合には、メディアプレーヤーを代わりに使用してください。

-
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/charactermap.html b/docs/userguide/userguide/jp/applications/charactermap.html deleted file mode 100644 index 90a84a183c..0000000000 --- a/docs/userguide/userguide/jp/applications/charactermap.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - 文字表 - - - - - - - - -
-
- -

charactermap-icon_64.png文字表 (CharacterMap)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/CharacterMap
設定ファイルの位置~/config/settings/CharacterMap settings
-


-

文字表は、フォントがサポートしている各文字の UTF-8 コードを表示します。

-charactermap.png -

左側には、便利なフィルター機能を備えた、標準化された文字コード区画が表示されます。オプションとして、各言語固有の文字コード区画を表示するために、表示 (View) メニューから、プライベートブロックの表示 (Show Private Blocks) を選択することもできます。右側には、フォント (Font) メニューで選択したフォントを使用して、その文字コード区画に属する実際の文字が表示されます。その下の部分でフォントサイズを変更できます。さらにその下の部分には、現在マウスポインターの位置にある文字の文字コードが 16 進表記、10 進表記、および UTF-8 表記で表示されます。

-

文字表からテキストエディターに対して文字を直接ドラッグ&ドロップできます。ほかの機能として、文字を右クリックして文字をコピー (Copy Character) (ALT C) を選択することも、エスケープされた数値としてコピー (Copy As Escaped Byte String) (SHIFT ALT C) を選択することもできます。たとえば、前者の場合は という文字が、後者の場合は \xe2\x82\xac という文字列がコピーされます。

- -
-
- - - - diff --git a/docs/userguide/userguide/jp/applications/cli-apps.html b/docs/userguide/userguide/jp/applications/cli-apps.html deleted file mode 100644 index ca1ed270df..0000000000 --- a/docs/userguide/userguide/jp/applications/cli-apps.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - コマンドラインアプリケーション - - - - - - - - -
-
- -

cli-app-icon_64.pngHaiku 固有のコマンドラインアプリケーション

- - -
位置:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Haiku に標準装備されているすべてのコマンドラインアプリケーションは、/boot/system/bin/ の中にあります。ユーザー自身の、または追加でインストールしたコマンドラインアプリケーションは同様にそこにあるか、hpkg パッケージからインストールされているなら、~/config/bin/ に現れるでしょう。または、これらを /boot/system/non-packaged/bin/ あるいは、~/config/non-packaged/bin/ に置くことができます。これらすべてのパスは PATH 環境変数の一部なので、コマンドは自動的に見つかります。
-以下は、Haiku 固有のコマンドラインアプリケーションの完全なリストではありません。経験のために、もっとも有用な一部のコマンドを単に強調するだけです。bin/ フォルダーにあるものをユーザー自身で少し調査することを後押しします。コマンドを --help 引数を付けて実行すると、コマンドの使い方とさまざまなオプションについて表示します。

- -

index -属性に関するコマンド: listattr, catattraddattrrmattrcopyattr

-

これらのコマンドは、ファイルの属性を表示、出力、追加、および削除するために使用します。現在のところ、これらのメタデータは BFS で初期化されたボリュームでのみ使用できることに注意してください。BFS 以外のファイルシステムにファイルを移動させると、すべての属性が失われてしまいます!
-これらすべてのコマンドについては、ターミナルでの属性というトピックで解説しています。

- -

index -インデックスに関するコマンド: lsindex, mkindex, reindex, rmindex

-

これらのコマンドを使用することにより、インデックスの一覧表示やインデックスの生成・再生成、BFS のインデックスへ結びつけられた属性の削除が行えます。各ボリュームは固有のインデックスを保持しています。ファイルをあるボリュームから別のボリュームへコピーするときには、この点に注意してください。
-これらのコマンドについては、インデックスというトピックで解説しています。

- -

index -パッケージ管理に関するコマンド: package, pkgman

-

package コマンドは、HPKG パッケージを管理するのに用いられます。アプリケーションのインストール の記事を見て、基礎の基礎について学んでください。自動的なパッケージビルドのための recipe と呼ばれるものの作成には、通常、haikuporter というツールが使われます。

-

pkgman は、パッケージの検索、インストール、更新、およびアンインストールに使われるツールです。パッケージリポジトリは、追加、削除、およびパッケージリストのリフレッシュができます。full-sync パラメーターと共に実行すると、特別な種類の更新が行われます。それはより積極的で、必要であれば、パッケージのダウングレードまたは削除も行います。
-パラメーターについて詳しくは、"--help" を追加して実行してください。例. pkgman search --help

- -

index -スクリプト処理に役立つコマンド

-

以下では、スクリプト処理 (Bash とスクリプト処理のトピックも併せて参照ください) に対して特に便利なコマンドラインツールを紹介します。

- - - - - - - - - - -

alert

alert は既定のアイコンと説明文、および 3 つのボタンの付いた典型的な警告ウィンドウを表示します。このコマンドは、クリックされたボタンのタイトルと終了ステータス (0 から始まります) を返します。下の例は、次の 1 行で作成されます:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel はファイルの読み込みまたは書き込みパネルを表示して、ユーザーがファイルや場所を選択できるようにします。戻り値として選択されたファイルまたはフォルダーのパスが得られます。既定のディレクトリを指定したり、ウィンドウのタイトルを設定したり、ファイルを保存するときの既定のファイル名および許可するファイルタイプを指定したりするための引数がいくつかあります。下は次のコマンドを実行した場合の例です:

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey は、BMessage をアプリケーションに送信し、アプリケーションからの返信を出力する小さなヘルパーツールです。それは、アプリケーションスクリプティングに使用されます。つまり、あるプログラムを、スクリプトまたはコマンドラインから "リモートコントロール" します。使い方はすこし複雑です... Scot Hacker の BeOS Bible のおかげで、Chris Herborth によるすばらしい hey チュートリアル があります。

-

query

query は、検索 (Find) パネルのコマンドラインバージョンです。ちなみに、検索語句をすばやく生成するには、検索パネルでクエリを生成し、式で検索 (by formula) に切り替えて先頭と末尾にダブルクオート (") を追加し、その文字列全体をターミナルまたはスクリプトの query コマンドの後に貼り付けます。

waitfor

waitfor はアプリケーションやスレッドの開始および終了を待つのにピッタリです。

-
- -

index -ほかのコマンド

- - - - - - - - - - - - -

checkfs

checkfs はファイルシステムのエラーをチェックするための重要なツールです。実行は単に /Haiku のようなボリューム名またはデバイス名を追加するだけです。すると、すべてのファイルを走査して、可能な場合は不整合を修復します。

-

desklink

desklink を使用すると、任意のファイルやフォルダー、クエリ、アプリケーションのアイコンを Deskbar トレイにインストールできます。特別なアクションを実行するためにアイコンを右クリックしたときに表示されるコンテキストメニューを定義するためのオプションもあります。例として、次のようにいろいろなオプション (1 行目の "\" はターミナルでの改行を表します) を付けて、スクリーンショット (screenshot) を Deskbar に追加してみましょう。

-
desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage は、普通のファイルをディスクデバイスとして登録します。たとえば、Haiku anyboot イメージを登録して、Tracker 中にマウントし、インストーラーのソースとして使う前にそこにあるファイルを編集、コピーまたは削除できます。

-

mountvolume
mount

mountvolume は、ローカルのパーティションやディスクをマウントするのに多くの人に好まれます。なぜなら、使い方がとても簡単だからです。パーティションの名前とともに呼び出して、それでおしまいです。追加のオプションについては、--help を試してみてください。

-

さらに、mount は、NFS4 のようなネットワークファイルシステムを使うことで、リモートディスクをマウントできます。-t 引数で使用するファイルシステムを指定し、-p 引数でリモートの場所を指定します。ファイルシステム引数については、/system/add-ons/kernel/file_system (および、もちろん、~/config または "non-packaged" 以下の対応するファイル階層) で見つかるものをすべて使用できます。また、マウントポイントとしてフォルダーを作成する必要があります。以下に例を示します。

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open は非常に便利な小さいツールです。このコマンドを使うと任意のファイルを適切なアプリケーションで開くことや、シグネチャーを用いることで正確なパスを知ることなしにアプリケーションを起動できます。このコマンドは URL や「仮想的な」ディレクトリを用いることさえできます。ディレクトリの場合は . で現在のディレクトリを、.. で親ディレクトリを表すことができ、そのフォルダーを Tracker 内に開きます。

-
-
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/codycam.html b/docs/userguide/userguide/jp/applications/codycam.html deleted file mode 100644 index 8edbccc169..0000000000 --- a/docs/userguide/userguide/jp/applications/codycam.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/CodyCam
設定ファイルの位置~/config/settings/codycam
-


-

CodyCam を使うと、接続されたウェブカメラやほかのビデオ入力機器から設定された時間間隔で画像を取得し、FTP 経由でその画像を保存できます。

-My very temporarily installed cam in Dartmoor National Park. -

プレビュー画面の左下でファイル名を指定します。このファイル名の後に、画像が取得されるたびに 1 づつ増加する数字が付け加わります。ファイル名のすぐ下の部分で、ファイル形式と画像が取得される頻度を決定します。

-

プレビュー画面の右下で、FTP または sFTP (SSH が使用できる場合) を選択し、サーバーに画像を保存するために必要な情報を入力します。

- -
-
- - - diff --git a/docs/userguide/userguide/jp/applications/debugger.html b/docs/userguide/userguide/jp/applications/debugger.html deleted file mode 100644 index 4438afee91..0000000000 --- a/docs/userguide/userguide/jp/applications/debugger.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Debugger
設定ファイルの位置~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

Debugger は、一般ユーザーがあまり使う機会のないアプリケーションです。それは、プログラム中のバグを詳細に調べる開発者をターゲットにしています。時々、これらのバグはクラッシュをもたらし、しかもそこでエンドユーザーでも Debugger に出会うことがあります。プログラムがクラッシュした時、次のアラートに遭遇します。

-debugger_alert.png -

そこには、クラッシュに対応するための 3 つのオプションがあります。

-
    -
  • 終了 (Terminate) クラッシュしたアプリケーションの後始末をしますが、そのほかはこれ以上何もしません。

  • -
  • デバッグ (Debug) さらに調査するために Debugger を起動します。

  • -
  • レポートを保存 (Save report) デバッグレポートを作成します。それはデスクトップ上にテキストファイルとして作成され、クラッシュしたアプリケーションの作者にメールで送付することや、または、可能であればそのアプリケーションのバグトラッカーに添付することができます。
    -デバッグレポートは以下のものを含みます。ハードウェア情報 (CPU の種類やメモリー使用量など)、Haiku の正確なバージョン、およびクラッシュに関連すると考えられるシステム状態のあらゆる入手可能な情報。

  • -
-

実際のDebugger の操作の記載は、Haiku の一般ユーザー向けというユーザーガイドの範囲を超えます。完全を期すために、以下のウィンドウは、上記のアラートでデバッグ (Debug) オプションを選んだ際に現れるものです。

-debugger.png -

少しさわり始めるとすぐわかるように、Debugger はもっとも複雑で洗練された Haiku 用アプリケーションのひとつです。もし読者が開発者で、ほかのプラットフォーム上のグラフィカルなデバッガーに慣れているなら、多くの機能はよく知っているものでしょう。

-

Haiku の Debugger の複雑さを説明する単一のドキュメントはないので、以下のリンクが手掛かりを与えるかもしれません。もし特定の質問があるなら、それを開発メーリングリスト (development mailing list) にポストしてください。よりよいリソースを見つけたら、その情報とともにバグレポートに報告してください。

- - - -
Blog の記事 Debugger に関する 2、3 の記事があります。ほとんどは新機能追加後の Rene Gollent による記事です。
BeGeistert 026 のビデオ 2012 年の BeGeistert ミーティングで、Ingo Weinhold が Debugger の状況をデモしています。また、ボトルネックを追い詰めるプロファイラーのような、ほかの興味深いツールも紹介しています。
- -
-
- - - diff --git a/docs/userguide/userguide/jp/applications/deskcalc.html b/docs/userguide/userguide/jp/applications/deskcalc.html deleted file mode 100644 index 9505849fed..0000000000 --- a/docs/userguide/userguide/jp/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - 電卓 - - - - - - - - -
-
- -

deskcalc-icon_64.png電卓 (DeskCalc)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/DeskCalc
設定ファイルの位置~/config/settings/DeskCalc_settings
-


-

電卓 (DeskCalc) はシンプルな計算機ですが、一見しただけではそうとは見えないようないくつかのすばらしい機能を備えています。

-deskcalc.png -
    -
  • 電卓はそのシンプルなキーパッドに表示されている以上のいろいろな数式を理解します。
    -演算子 +-*/%^、および定数 pie に加えて、次の関数がサポートされています。
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh

  • - -
  • 右クリックでこれらのオプションが表示されます。

    - - - - - - -
    起動時に Num Lock を有効にする (Enable Num Lock on start up)電卓が起動する時、自動的に Numlock をオンにします。
    ラジアン/度 (Radiants/Degrees)角度の単位として、"ラジアン" と "度" を切り替えます。
    コンパクトモード (Compact)ALT 0最小限の表示モードとなり、キーパッドを隠します。
    基本モード (Basic)ALT 1電卓の標準表示です。
    関数モード (Scientific)ALT 2高度な計算のために追加のボタンを表示します。
  • -
  • ユーザーの入力に関して、電卓はかなりの柔軟性があります。
    -/:\ はすべて除算演算子として解釈されます。
    -*x は乗算の有効な記号です。
    -また、., は両方とも小数点とみなされることに注意してください。つまり、これらを 1000 の区切りとして使用できないことを意味します。

  • -
  • 必要な大きさまでリサイズでき、右下のシンボルをドラッグ&ドロップすることで、レプリカントとして、デスクトップ上に置くことができます。Deskbar のレプリカントを表示する (Show replicants) が有効になっていることを確認してください。

  • -
  • 任意のカラーウェルからドラッグ&ドロップでキーパッドに色を付けられます。たとえば、Icon-O-Matic から。

  • -
  • キーと キーを使って、過去の計算履歴を行き来できます。

  • -
  • 電卓の内容を選択して、任意のアプリケーションにドラッグ&ドロップできます。または、Tracker ウィンドウやデスクトップにドロップして、そこにクリップしておいたテキストを作成できます。

    -

    さらに、その逆もまたできます。
    -計算のいろいろな段階を記述した切りぬきを作っておけば、電卓にドラッグ&ドロップすることでそれらに戻れます。
    -または、計算を電子メールから直接電卓にドラッグ&ドロップできます。

  • -
  • 電卓はターミナル中でも使用できます。次のように、式をダブルクオートで囲むだけです。

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.6536554673202546181795194727005826674359494735820338441084848
    -

    注意: ターミナル中で使用するとき、電卓は三角関数に関して常にラジアンを単位として用います。

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/diskprobe.html b/docs/userguide/userguide/jp/applications/diskprobe.html deleted file mode 100644 index a05c5940c6..0000000000 --- a/docs/userguide/userguide/jp/applications/diskprobe.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/DiskProbe
設定ファイルの位置~/config/settings/DiskProbe_data
-


-

DiskProbe はファイルやデバイス上のデータをバイトレベルで観察、変更するための 16 進エディターです。大変低レベルのツールであるため、気を付けないとめちゃめちゃになってしまう可能性があります!

-
常にファイルのバックアップで作業するようにし、特にデバイスを直接操作する時は十分に注意してください。
-

DiskProbe を起動すると、最初にファイルかデバイスのどちらで作業するか求められるでしょう。その後、次のようなインターフェースが表示されます。

-

diskprobe.png

-

メインビューは常に 1 つのブロックのデータを示しています。表示 | ブロックサイズ (View | BlockSize) でそのサイズを調整できます。左には、ブロックの始まりからのオフセット、中央には、データの 16 進での表示が、右には ASCII シンボルでの表示があります。
-上にあるスライダーまたは、ALT 、および ALT を使って、ブロックからブロックへと移動できます。また、TAB を使って 16 進と ASCII コラムを切り換えられます。

-

ブロック | 選択値へ移動 (Block | Selection) は、選択部分を異なるエンディアン (および異なる基数) で表示するだけでなく、ジャンプするブロックへのオフセットとして選択部分を計算されます。位置がファイル / デバイスの外にあると、それは灰色になります。
-ファイルシステムを調べるときがほとんどですが、これは便利な特徴です。なぜならファイルシステムはしばしばほかのブロックへのポインタを含むからです。

-

調べているファイルが属性を含む場合、属性 (Attributes) メニューを使用することで新しい DiskProbe のウィンドウで開き、そこですべての属性を開けます。以下は、AboutSystem アプリケーションの SYS:PACKAGE 属性です。

diskprobe-about-attr.png

-

Raw エディター (Raw Editor) は常に表示されますが、それに加えて属性の種類に応じて異なるエディタータブが表示されます。たとえば、文字列および MIME タイプのためのエディターや、ベクターアイコン属性のためのアイコンビューワがあります。

-
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/diskusage.html b/docs/userguide/userguide/jp/applications/diskusage.html deleted file mode 100644 index 591a5c5f65..0000000000 --- a/docs/userguide/userguide/jp/applications/diskusage.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/DiskUsage
設定ファイルの位置~/config/settings/DiskUsage
-


-

DiskUsage はディスクの容量がどのように使われているのかをグラフィカルに表示します。
-「ディスク容量がどこに費やされているの?」といったことがわかる便利なツールです。

-

起動後、DiskUsage は、白いウィンドウを表示します。その上には、すべてのマウントされたボリュームがタブとして表示されます。ディスクの読み込みを開始するために、興味のあるボリュームを選んで、スキャン (Scan) をクリックする必要があります。大きなディスクに対しては、多少時間がかかるかもしれません…待っている間、別のタブに移動して、そのボリュームを調べることや、そこで同様にスキャンプロセスを開始することができます
-同じ物理ディスク上で同時にいくつかのスキャンを行うことはお勧めしません。ドライブヘッドの一定の再ポジショニングは待ち時間を伸ばすだけだからです。

-

diskusage.png

-

同心円のそれぞれがファイルシステムの階層を表しています。上記のように、もっとも中心の円が /boot/home/ フォルダーを、そのすぐ外側の円形のブロックが /boot/home/ 以下のファイルやフォルダーを示しています。ファイルシステムの階層が深くなるごとに円形のブロックが外側に追加されていくので、深い階層のフォルダーの情報を見るためにはウィンドウサイズを変更する必要があるかもしれません。

-
    -
  • 図で角度が 2゜に満たないサイズのファイルやフォルダーは表示されません。
  • -
  • フォルダー内のファイルの数には、サブフォルダー内のファイルの数も含まれていて、フォルダーもファイルと同じように数えられます。
  • -
  • シンボリックリンクは無視します。
  • -
-

マウスをあるブロックの上に重ねると、ポインタの下の部分のファイルやフォルダーの情報がいちばん下のステータスバーに表示されます。

-

セグメントを右クリックして表示されるコンテキストメニューには次のものがあります。情報を表示 (Get Info)、Tracker で開く (Open)アプリケーションで開く (Open With)、または、指定領域を再スキャン (Rescan)
-セグメントの左クリックで、そのファイルやフォルダーを中心円にします。
-中心円で左クリックをすると、表示されている階層が 1 つ上がります。

-

ファイルとフォルダーを DiskUsage からドラッグすることで、ほかのアプリケーション、デスクトップ、またはTracker にコピーできます。同様に、ディスクやフォルダーを DiskUsage のウィンドウにドロップすることで、その使用量が新しく中心円に表示されます。

-

また、DiskUsage を特定の場所から起動するために、どのフォルダーのコンテキストメニューからでも Tracker アドオンを使えます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/drivesetup.html b/docs/userguide/userguide/jp/applications/drivesetup.html deleted file mode 100644 index 842d2f4a60..0000000000 --- a/docs/userguide/userguide/jp/applications/drivesetup.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/DriveSetup
設定ファイルの位置~/config/settings/DriveSetup
-


-

DriveSetup はパーティションの作成、削除、初期化をするツールです。このツールでは既存パーティションのリサイズや移動はできないので、パーティションが作成されていないディスク (外部 USB ドライブや別のハードディスクなど) を用意するか、GParted LiveCD のようなツールで初期化する必要があるでしょう。

-drivesetup.png -

一番上の図は、下のリストで選択されたデバイスのパーティションの分割状態を表しています。それぞれのデバイスは 4 つまでのプライマリーパーティションに分割でき、それぞれにいくつかの拡張パーティションや論理パーティションを格納できます。論理パーティションの詳細を見るためには、+/- ボタンでリストを展開する必要があるかもしれません。

-

リストからパーティションを選択して、ALT M / ALT U を押すか、パーティション (Partition) メニューから操作することで、マウント / アンマウントを行えます。

-

パーティション | 削除 (Partition | Delete) からパーティションの削除もできます。

-
パーティションの作成・削除・初期化は非常に危険です。操作しているパーティションが適切なものであることと、万が一に備えて最新のバックアップを行っていることを、必ず 2 度確認してください。
-

-index -新しいパーティションを作成する

-
もし、(USB フラッシュメモリやコンパクトフラッシュを利用するなどして) ディスクに 1 つのパーティションしか作らないならば、パーティションの初期化までスキップしてください。
-

上の画像のように、<empty> となっている未フォーマットのスペースがあれば、パーティション | 新規作成... (Partition | Create...) (ALT C) で、パーティションを作成できます。

-drivesetup-create.png -

ダイアログでパーティションのサイズとタイプを調節してください。パーティションを Haiku のインストールに用いる場合、または Haiku の特徴的な属性やクエリを使用したい場合は、Be File System をパーティションタイプに設定してください。また、Be File System のパーティションは、ほかの OS からアクセスできないことにご注意ください。

-

もし、拡張パーティションや論理パーティションと一緒にプライマリーパーティションを 1 つのディスクに作成した時、ダイアログに、アクティブパーティション (Active partition) というチェックボックスが現れます。パーティションを Haiku のブートディスクとして利用するにはチェックしてください。

-

新しく作られたパーティションを使用する前に、ファイルシステムを初期化する必要があります。

-

-index -パーティションの初期化

-

アンマウントされたパーティションを、パーティション | 初期化 (Partition | Initialize) から初期化できます。

-drivesetup-initialize.png -

ダイアログにパーティションの名前とブロックサイズを入力してください。ブロックサイズは 2048 が推奨されますが、特に必要ならより大きなサイズにもより小さなサイズにも設定できます。
-初期化により、パーティションのすべてのデータが消されるので注意してください!

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/expander.html b/docs/userguide/userguide/jp/applications/expander.html deleted file mode 100644 index d84efb0bc0..0000000000 --- a/docs/userguide/userguide/jp/applications/expander.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - ファイル解凍 - - - - - - - - -
-
- -

expander-icon_64.pngファイル解凍 (Expander)

- - - - -
Deskbar:なし (サポートしているファイルをダブルクリックしたときに起動されます)
位置:/boot/system/apps/Expander
設定ファイルの位置~/config/settings/Expander_Settings
-


-

ファイル解凍 (Expander) は、zip、gzip、bzip2、rar、および tar.gz といった一般的な形式の圧縮ファイルを解凍するためのシンプルなツールです。
-圧縮ファイルをダブルクリックすると以下のようなウィンドウが表示されます:

-

expander.png

- - - - -
書庫ファイル (Source)ALT O解凍する圧縮ファイルを選択するためのダイアログを開きます。
解凍先 (Destination)ALT D解凍先を指定するためのダイアログを開きます。
解凍 (Expand)ALT E解凍を始めます。ALT K で中止できます。
-

内容を表示 (Show contents) をチェックするか、ALT L でファイルリストの表示 / 非表示を切り替えられます。

-
ファイル解凍では、圧縮ファイルから個々のファイルだけを解凍することや、圧縮ファイルへファイルを追加 / 削除することはできません。
-

設定 | 設定... (Settings | Settings...)ALT S で、ファイル解凍の設定パネルを開きます。ここで、ファイル解凍の動作を使いやすいように調整できます。
-オプションは以下のとおりです:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/haikudepot.html b/docs/userguide/userguide/jp/applications/haikudepot.html deleted file mode 100644 index 127f09b32b..0000000000 --- a/docs/userguide/userguide/jp/applications/haikudepot.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
- - - - -
目次
フィルター
- リスト
- 情報エリア
- ツールとオプション
- ユーザーアカウントの作成
- 評価とコメント
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/HaikuDepot
設定ファイルの位置~/config/settings/HaikuDepot/
-


-

HaikuDepot は、ユーザーのソフトウェア管理に関して、中心となるアプリケーションです。HaikuDepot により、パッケージリポジトリ ("depots" とも呼ばれます) を通じて、一覧や検索ができ、パッケージのインストール、更新およびアンインストールができます。HaikuDepot は、 "おすすめパッケージ (Featured packages)"ソフトウェアのリストと共に起動します。 これらのソフトウェアは多くのユーザーが興味を持つと考えられたものです。サーチボックスに用語を入力するか、カテゴリーを選択するとすぐに表示は小アイコンと多くの情報がコラムに配列されたものに変化します。

-haikudepot.png - -

index -フィルター

-

一番上には、その下の使用可能なパッケージのリストをフィルタリングするいくつかの手段があります。

-
    -
  • カテゴリー (Category) ポップアップメニューは、"オーディオ" や "ゲーム" のような特定のカテゴリーにリストを制限します。

  • -
  • Depot ポップアップメニューは、どのオンライン depot がクエリされるか、またはそれらのパッケージが表示されている場合のみオンラインdepot以外 ("Local") からインストールされたパッケージを表示するかを決定します。それらはおそらく、USBスティック、どこかのウェブサイトからのダウンロード、自分でビルドしたパッケージでしょう。

  • -
  • 検索 (Search terms) テキストフィールドは、リストを入力された文字列 (スペース区切り) をパッケージ名または説明に含むパッケージにフィルタリングします。

  • -
- -

index -リスト

-

Tracker ウィンドウと同じく、コンテキストメニューから表示する列を選択するには、列見出しで右クリックします。左クリックは、列に応じてリストを並び替えます。もちろん、列を新しい位置にドラッグすることで列を再配置できます。

-

パッケージの status 列は、以下のうちの 1 つを取ります。

-
    -
  • 有効 (Active): パッケージはインストール済みで、いつでも利用できます。

  • -
  • 利用可能 (Available): パッケージが depot 内に存在し、ダウンロードおよびインストールができます。ほかのパッケージに何らかの依存関係があれば、インストール中にユーザーに知らされ、必要なものをすべてダウンロード / インストールするかを選択させます。

  • -
  • Pending / %: Pending は、ダウンロード/インストールを待っているパッケージについて表示されます。パッケージがダウンロードされている間、パーセント表示で進捗表示されます。

  • -
  • 更新あり (Update available): ユーザーがインストールしたものより新しいバージョンが利用できます。

  • -
-

パッケージリストと情報エリアの間の点線をつかむと、パッケージリストを縦方向にリサイズできます。

- -

index -情報エリア

-

下側は、その上のリストで現在選択されているパッケージの情報を表示するエリアです。
-パッケージ名、作者、評価、およびバージョンの右側にボタンがあります。ボタンは、パッケージの現在の状況に応じて、パッケージを インストール (Install)アンインストール (Uninstall)、または 更新 (Update) します。パッケージがすでにインストールされている場合は、ここにアプリケーションを開く (Open) ための追加のボタンを見つけるでしょう。

-

その下に 、パッケージについて (About)、評価 (Ratings)、, および変更履歴 (Changelog) という 3 つのタブがあります。

-
    -
  • パッケージについて (About)

    -

    最初のタブには、パッケージの詳しい説明と、スクリーンショット、および利用可能ならパッケージされたソフトウェアをメンテしているチームへの連絡用のトアドレスと URL があります。スクリーンショットのサムネールをクリックすると、新しいウインドウ内にフルサイズで開くでしょう。

  • -
  • 評価 (Ratings)

    -

    2番目のタブには、利用可能であれば、ユーザーの評価とコメントが表示されます。

    -haikudepot-rating-tab.png -

    左は統計で、どれだけのユーザーから星の数 (1 ~ 5) を得られたかを示しています。
    -中央には、ユーザーのニックネーム、与えた星の数、および評価またはコメント対象にしたバージョンとともにコメントがあります。さらに下に、自身でパッケージを評価する方法について詳しい情報が見つかります。
    -右の親指アイコンで、特定のコメントに対して賛成または反対を表明できます。

  • -
  • 変更履歴 (Changelog)

    -

    最後のタブは、これまでリリースされてきたパッケージのすべてのバージョンの詳しい履歴を表示します。

  • -
- -

index -ツールとオプション

-

ウィンドウの一番上にある ツール (Tools) メニューの中に、Depot を更新 (Refresh depots) 項目があります。これは、リポジトリから利用可能なパッケージの最新のリストを要求します。

-

オプション (Options) メニューの下にある、パッケージリストの 開発用パッケージを表示する (Show develop packages) および ソースパッケージを表示する (Show source packages) もまた選択できます。これらは通常のユーザーには興味のあるものではなく、リストをごちゃごちゃさせるだけです。しかし、パッケージのライブラリやヘッダーなどを必要とする人たちにとっては、それらに依存するプログラムの開発やコンパイルのために重要となります。

-

もっと興味があることは、ほかの 2 つのアイテム、使用可能なパッケージを表示 (Show available packages) と、 インストール済みパッケージを表示 (Show installed packages)です。これらは、とても一目瞭然です。

- -

index -ユーザーアカウントの作成

-

パッケージを評価できるようにするには、Haiku Depot Server にユーザーアカウントを作成する必要があります。そこはそべてのパッケージを提供し、評価とユーザーコメントを記録しています。HaikuDepot アプリケーション内から、メニューバーの右端のメニューをクリックすることでアカウントを作成できます。メニューには現在のステータス ログインしていません (Not logged in) が表示されています。. ログイン… (Log in...) を選択すると、タブが 2 つあるウィンドウが開きます。ひとつは (いったんこれらが揃えば) ログインするためのユーザー名とパスワードを入力するためのもので、 もうひとつは新規アカウントを作成するためのものです。

-haikudepot-login-tab.png -

アカウントを作成するには以下が必要となります。

-
  • 特殊文字のない、すべて小文字のユーザー名を使用してください。
  • -
  • 8 文字以上の長さで、2 文字以上の大文字と、2 文字以上の数字を含むパスワードを使用してください。
  • -
  • 有効な email アドレスを入力してください (パスワードを忘れた場合、新しいパスワードが必要なら送信されます)。
  • -
  • キャプチャを解いてください。
-

ログイン後、HaikuDepot の上右端のメニューは、…としてログイン (Logged in as (...)) となるでしょう。ここで、() 内はユーザー名を表示しています。メニューは直ちに、アカウントの変更… (Switch account...) または ログアウト (Log out)を提供します。

- -

index -評価とコメント

-

アカウントを作成してログイン後、パッケージを評価して、コメントを残せるようになります。もし望むなら、マウスをパッケージの情報エリアにある評価の星のうえに重ねるだけで、評価 (Rating...) ボタンに変化します。それをクリックして評価ウィンドウを開きます。

-haiku-depot-ratingpanel.png -

ここで、マウスを星の上に持ってきて光らせてから、評価を選択します。また、アプリケーションの安定性を判定するためにレベルの選択もできます。また、追加コメントの言語を指定できます。コメントを意味あるものにするためには、評価しようとするアプリケーションの特徴やバグ、癖に慣れるためにしばらく使うべきです。それから、次の偉大なアメリカ小説を書かないでください…短く、親切で礼儀正しいコメントにしてください :)
-送信 (Send) をクリック後、データーはサーバーへ送られます。変更を見る前に、ツール (Tools) メニューから Depot を更新 (Refresh depots) を選ばないといけないかもしれません。

-

いつでも、評価ウィンドウに戻ってコメントの編集とパッケージの再評価ができます。また、ほかのユーザーがこの評価を見ることができます (Other users can see this rating) チェックボックスを無効にすることで、ほかのユーザーにコメントを見せないようにできます。

-
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/icon-o-matic.html b/docs/userguide/userguide/jp/applications/icon-o-matic.html deleted file mode 100644 index 8c3348a246..0000000000 --- a/docs/userguide/userguide/jp/applications/icon-o-matic.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
- - - - -
目次
BeOS ビットマップアイコン vs. Haiku ベクターアイコン
- ファイルの属性としてのアイコン
- Icon-O-Matic でアイコンを作成する
- パス
- シェイプ
- スタイル
- Transformer
- アイコンを保存する
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Icon-O-Matic
設定ファイルの位置~/config/settings/Icon-O-Matic
- -


- -

Icon-O-Matic でのアイコン作成の話の前に、少し Haiku のアイコンの一般的な話があります。

- -

-index -BeOS ビットマップアイコン vs. Haiku ベクターアイコン

-

BeOS とは違い、Haiku はビットマップアイコンではなくベクターアイコンを採用しています。Haiku Vector Icon Format (HVIF) はファイルサイズの最適化と高速なレンダリングを目的に開発されたので、たいていの場合、Haiku のアイコンはビットマップや一般的な SVG 形式よりも非常に小さなサイズになります。また、Haiku のアイコンは BeOS のビットマップアイコンとは異なり、色が 8 ビット (256 色) に限られていません。
-たとえば、ターミナルのアイコンを例にすると、

- - - - -
ビットマップアイコンSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

BeOS のビットマップアイコンはリストやアイコン表示モードでもきれいに見えるように 16x16 と 32x32 の 2 種類のサイズが用意されています。

-

ベクターアイコンでは、このような仕組みは必要ありません。ベクターアイコンはたった数百バイトの容量で、ビットマップよりもきれいに拡大縮小できます。

- - - - - - - - - - - - - -
16x1632x3264x64128x128
ビットマップアイコンi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
ベクターアイコンi-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -ファイルの属性としてのアイコン

-

アイコンはファイルの属性として設定されますが、Tracker でアイコンが表示されるようにすべてのファイルを設定する必要はありません。たとえば、データファイルはファイルタイプに応じたアイコンが表示されます。全体のファイルタイプに対するアイコンを設定するには、FileTypes を使用してください。また、個々のファイルにアイコンを設定するには、FileType アドオンを使用してください。詳しくはファイルタイプを見てください。

-
属性であるため、アイコンはメタデータの格納をサポートしているファイルシステムでしか保存できないので、ファイルを BFS パーティションから移動させるときにアイコンなどの属性を保持させておくには、zip などでアーカイブしてください。
- -

-index -Icon-O-Matic でアイコンを作成する

-

Icon-O-Matic は Haiku のアイコンエディタで、HVIF、SVG、PNG 形式での保存をサポートしています。既存のファイルのアイコンを直接保存することもできますし、開発者向けにアイコンデータをファイルに出力させることもできます。このアプリケーションは HVIF 形式に最適化されているので、HVIF の内部仕様を編集できます。

-

ほかの一般的なベクターグラフィックソフトとは異なり、パスや輪郭線の幅、塗りの色などを個々に調整する必要はありません。リストからオブジェクト (シェイプ) や色 (スタイル) を選択して、プロパティを設定することで描画できます。このパーツの再利用を行う仕組みはデザインに制約を課しますが、HVIF の効率性を高めています。
-たとえば、パスを再利用するば、いくつかのオブジェクトを 1 つのパスからまとめて変更できます。パスを変更するだけでオブジェクトの影も自動的に調整される、といったこともできるようになります。

- -

下の画像が、Icon-O-Matic のウィンドウの概観です。

-i-o-m-overview.png - -

キャンバスにオブジェクトを作るには、シェイプメニューからシェイプとパスとスタイルを選ぶ必要があります。すべてのオブジェクト (パス、シェイプ、Transformer およびスタイル) の要素のリストがそれぞれ用意されていて、プロパティメニューから要素のオプションを設定できます。

- - -

-index -パス

-

パスはいくつかの点が直線かベジェ曲線で繋げられて構成されます。点の追加や変更を行う際には、パスのリストから変更するパスを選択してください。

- -

キャンバスでクリックすると最初の点が決まります。パスを作っていくときに、クリックで点を追加していくと直線で、クリックしたままドラッグするようにマウスを動かしていくと曲線で点が結ばれていきます。当然、あとから直線と曲線を変更することもできます。

- -i-o-m-path-ab - -

「A」の状態から「B」へ変更するには、直線を曲線へと変更させる必要があります。ALT を押しながら点をクリックするとハンドルが表示されます。ハンドルは対称的に動くので、片方のハンドルがもう片方の動きに追従する形で調整されます。直線を曲線にするには、ALT を押しながらハンドルを動かして調整します。逆に、直線に戻すには、ALT を押しながら点をクリックしてください。

- -

ドラッグ&ドロップで点を移動できます。SHIFT を押しながら四角形を書くようにして複数の点を選択することもできます。選択された点は赤い枠で囲まれます。
-パスに点を追加するには、2 点間の線上をクリックします。また、パスから点を削除するには DEL を押すか、CTRL を押しながら点をクリックします。

- -

マウスポインターは現在のモードを示しています。

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
点の移動点の挿入点の追加点の削除
CTRL
直線と曲線の変更
ALT
点の選択
SHIFT
-

点か選択された部分を右クリックするとコンテキストメニューが表示されます。

- - - - - - -
すべて選択 (Select all)ALT A現在のパスの点をすべて選択します。
変更する (Transform) ALT T選択された点がすべてトランスフォームボックスでまとめられて、移動、サイズ変更、回転を一気に行えます。ちょうど後で説明されるシェイプのような働きをします。
分割 (Split)点が同じ座標に位置するように 2 つに分けます。
反転 (Flip)選択された点が 180° 回転します。ベジェ曲線上の点のみで有効です。
削除 (Remove)DEL選択された点を削除します。
- -

パスのメニュー

-

パスのメニューには四角形を追加 (Add rectangle)円を追加 (Add circle)複製 (Duplicate)削除 (Remove) などの明快な項目がたくさんあるので、説明が必要なものだけ紹介します。

- - - - - - -
反転 (Reverse)パスが「閉じていない」場合 (パスのプロパティを参照)、キャンバスをクリックすると点が作られて最後に作られた点と繋げられますが、「反転」を押すと、作った点が最初の点と繋げられるようになります。
クリーンアップ
(Clean up)
冗長な点を削除する機能で、SVG を開くときに有用です。
インデックスを順に辿る
(Rotate indices right)
ALT R閉じていないパスの線で結ばれていない部分が順に移って行きます。たとえば、パスが⊂のような形をしていたなら、形は次のように移っていきます: ⊂ ∩ ⊃ ∪
インデックスを逆順に辿る
(Rotate indices left)
ALT SHIFT R上と同じ事を逆順で行います。
- -

パスのプロパティ

-

ウィンドウの下部にあるプロパティメニューで現在選択されているオブジェクトの設定を行えます。パスは、名前 (Name)、および閉じている (Closed) かどうかの設定ができます。

- - -

-index -シェイプ

-

シェイプはいくつかのパスとスタイルの集合として、キャンバスではオブジェクトのように表されます。パスとスタイルのグルーピングは、シェイプを選択した状態で、それぞれのリストのチェックボックスから設定できます。

-

シェイプは、パスやスタイルがどのように適用されるか、たとえば、塗りつぶすのか輪郭線だけ色を塗るのか (Transformer が使われますが、詳しくは後述) などを決めていくことで形作られます。また、シェイプを使うと、パスを操作することなく回転やサイズ変更などができるようになります (1 つのパスだけを操作することもできます)。

- -i-o-m-shape - -

シェイプがリストから選択されると、シェイプの周りに四角形が現れます。その四角形を操作することで移動やサイズ変更、真ん中の点 (この点を移動させることもできます) を中心に回転させるなどを行えます。SHIFT を押しながら操作することで、移動の方向を限定したり、サイズ変更の際に縦横比を変えないようにしたり、回転の際に 45度単位で回転するようにしたりできます。 -
-マウスポインターで現在のモードが表されます。

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
移動拡大回転回転の中心を移動させる
- -

シェイプのレイヤーを分けることも可能です。重ね順を変更するには、リストで項目をドラッグ&ドロップしてください。

- -

シェイプのメニュー

-

シェイプのメニューには空のシェイプを追加するパスとともに追加スタイルと共に追加パスとスタイルつきで追加複製削除といったもののほかに、このような項目があります。

- - - -
変形をリセット (Reset transformation)シェイプに対するすべての移動、サイズ変更、回転を元に戻します。
変形を維持する (Freeze transformation)シェイプを変形させたときに、パスは元々の場所から動きません。パスを複数使っているなら、オプション | グリッドに沿う (Options | Snap to grid) を正確に点をうつために使っていることでしょう。
-「変形を維持する (Freeze transformation)」を使うと、「変形をリセット (Reset Transformation)」してもその時点までしか戻らなくなります。
- -

シェイプのプロパティ

-

名前のほかにプロパティにはこんな設定があります。

- - - - -
Min LODLevel of Detail の最小値
Max LODLevel of Detail の最大値
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

BeVexed のアイコンを見てもらうと、16px のバージョンには数字が書かれていないのがわかるはずです。これは「Level of Detail」によって設定されています。
-LOD を使用することで、アイコンをサイズにあわせて見えやすくできます。大きなアイコンは遠くからでもはっきり見えるように、小さなアイコンは識別しやすいようにすることができます。

-

LOD 1.0 は 64px のサイズのアイコンを意味します。LOD はアイコンのサイズを 64px で割った数で表されます。たとえば、16px のサイズのアイコンの LOD は 16/64 = 0.25 となります。LOD が Min LOD より小さいときや、Max LOD より大きいときにシェイプを表示させないように設定できます。

-

Min LOD を 0.0 に、Max LOD を 0.5 に設定したとすると、そのシェイプはアイコンサイズが 32px より小さいか等しい時にのみ表示されます。32px の時に表示したくないならば、Max LOD を 0.49 にする必要があります。

-

LOD はシェイプの表示 / 非表示を切り替えるだけでなく、サイズによって輪郭線の幅を変えるなどということもできます。同じシェイプをコピーして、一部だけ変更してそれぞれに異なる LOD を指定すればいいのです。無意識のうちに LOD が重複するように設定してしまわないように注意してください。
-たとえば、以下の例では Shape 1 は 48px より小さいサイズの時に、Shape 2 は 48px 以上のサイズで表示されます (LOD: 48/64 = 0.75)。

- - - - - - - - -
OKNot OK!
Shape 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Shape 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -スタイル

-

スタイルはある 1 つの色か数種類の色によるグラデーションとして表されます。
-見本 (Swatches) の下にある色のほかに、現在の色をクリックすることで色をあわせて作り出せます。また、色のスライダーの下にアルファチャンネル (透明度) のスライダーがあります。

-i-o-m-gradients -

色をスタイルのリストにドラッグ&ドロップすることで、簡単に色を混ぜて新しいスタイルをつくることができます。

-

グラデーションを使用するなら、種類をライナー (Linear)ラジアル (Radial)ダイアモンド (Diamond)コニカル (Cone) から選び、始まりと終わりの色を選んでください。見本から色をグラデーションへドラッグ&ドロップすることで選択できます。
-もちろん、インジケーターを移動させてグラデーションを好きなように変化させられます。また、グラデーションをダブルクリックすることでインジケーターを追加して色を追加できます。DEL を押すとインジケーターを消せます。

-

キャンバスでグラデーションの適応範囲を表すボックスをシェイプと同じように動かしたり、サイズ変更したり、回転させたりできます。

- -

スタイルのメニュー

-

スタイルのメニューには追加複製削除変形をリセットといった項目があります。

- -

スタイルのプロパティ

-

スタイルのプロパティ名前のみです。

- - -

-index -Transformer

-

Transformer を使うとシェイプの見た目を変化させることができます。トラックが戦闘ロボットになるような、そんな劇的な効果があるわけではないですが....

- -

Transformer のメニュー

- - - -
コンター (Contour)シェイプにアウトラインを追加します。
ストローク (Stroke)シェイプ全体にスタイルを適用させるのではなく、パスの部分のみに適用させるように変更します。
- -

それぞれの Transformer に対し、異なるプロパティセットが用意されています。

- -

Transformer のプロパティ

-

プロパティには名前のほかに、以下のような項目があります。

- - - - - -
頂点 (Caps)ストロークのみ。線の終端の形状を ButtSquareRound から選択できます。
向きを検出する (Detect orient)コンターのみ。Transformer を作用させる場所をパスの内側にするか外側するか、選択できます。
結合 (Joins)線の接続部の形を MiterRoundBevel から選択できます:
マイターリミット (Miter limit)上の結合を "Miter" に設定している時のみ、接続部の見た目を設定できます。
- - -

-index -アイコンを保存する

-

トップにあるメニューバーにはファイル (File)編集 (Edit)オプション (Options) の項目があります。使い方はほとんど自明なので、保存方法についてのみ説明します。

-

ファイル | 別名で保存... (File | Save as...) を使用すると、パスやシェイプやスタイルなどの追加情報を含んだ Icon-O-Matic フォーマットで保存されます。追加情報は実際のアイコンとして使用する際に削除されます。「パス/シェイプ/スタイル」という名前で変更ごとにファイルを保存するよりは、この形式で保存したほうがバックアップに向いているでしょう。

- -

ファイル | 別形式でエクスポート... (File | Export as...) を押すと保存パネルが開きます。下側のポップアップメニューで以下の選択肢から保存形式を選べます。

- - - - - - - - - -
HVIFHaiku Vector Icon Format として保存します
HVIF RDefリソースファイルとして保存します (開発者向け)
HVIF ソースコードソースコードとして保存します (開発者向け)
SVGSVG として保存します
PNG64px のサイズの SVG として保存します
PNG セット (PNG set)16, 32, 64px のサイズの SVG として保存します
BEOS:ICON 属性ファイルを選択し、直接アイコンを設定します
META:ICON 属性ファイルを選択し、メタデータとしてアイコンを設定します
- - -

-index -Tips & Tricks

-

Icon-O-Matic を使う上でのいくつかの注意点とヒント:

-
    -
  • Haiku のアイコンに関する重要な特徴 (展望や色、影など) について学ぶには、Icon Guidelines を読んでください。

  • -
  • ファイルサイズを小さくするために、できるだけパスの使用を少なくしてください。また、できるだけパスを再利用して、シェイプや Transformer で調整するようにしてください。グラデーションを賢く使用することも重要です。

  • -
  • パスを編集するときは、できるだけオプション (Options) メニューからグリッドに沿う (Snap-to-Grid) を使用してください。64x64 で点を配置するとファイルサイズが小さくなります。点を細かく配置するときにはこのモードを使用するといいでしょう。また、点をだいたいの位置に配置して形作っていくときには 16x16 のモードを使用するといいでしょう。

  • -
  • 16x16 のサイズでもきちんと表示されるかチェックしておいてください。細かく設定するにはシェイプの Level Of Detail の設定を使うかもしれません。

  • -
  • Icon-O-Matic ではテキストボックスの機能はありませんが、簡単にテキストを表示させることができます。StyleEdit のようなテキストエディターを使ってフォントタイプとスタイルを設定し、Icon-O-Matic にドラッグ&ドロップまたはコピー&ペーストすればいいのです。文字の形のパスとシェイプが自動で作られます。

  • -
  • 1 つのシェイプにいくつかのパスが含まれるとき、パスの重なっている部分は相殺されます。また、あるパスが別のパスの内部に完全に入っている場合は、その部分が穴になります。

  • -
  • マウスホイールで、キャンバスの拡大縮小ができます。マウスの中央ボタンでドラッグするか、SPACE を押しながら左ボタンでドラッグすると、パニングされます。

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/installer.html b/docs/userguide/userguide/jp/applications/installer.html deleted file mode 100644 index 2bb1140b8d..0000000000 --- a/docs/userguide/userguide/jp/applications/installer.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - インストーラー - - - - - - - - -
-
- -

installer-icon_64.pngインストーラー (Installer)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Installer
設定ファイルの位置無し
-


-

インストーラー (Installer) は Haiku を別のボリュームにコピーするのに使用します。
-起動とともにウィンドウに注意事項が表示されるので、よくお読みください。

-
    -
  • まだ開発途中のソフトウェアです。バックアップを取っておかないと、あとから苦しむことになるでしょう。

  • -
  • インストーラーを使用する前にパーティションを作成しておく必要があります。パーティション編集には、Haiku の DriveSetup が安定するまで GParted LiveCD のようなツールを使ったほうがいいかもしれません。

  • -
  • Haiku は、GRUB ブートマネージャーに手動で設定できます。詳しくはオンラインガイドを参照ください。
  • -
-



-

注意事項に同意して続ける (Continue) を押すと、以下のようなメインウィンドウが表示されます:

-installer.png -

最初のポップアップメニューで、Haiku のインストール元を指定します。たとえば、すでに Haiku がインストールされたディスクや、インストール CD / USB ドライブなどが当てはまります。
-次のポップアップメニューで、インストール先を指定します。これは完全に上書きされます。また、あらかじめ GParted のようなパーティショニングツールでパーティションを作っておく必要があります。

-

オプショナルパッケージを表示のメニューを展開すると、Haiku に追加でインストールするソフトウェアを選択できます。

-

インストールプロセスを開始する前に、正しいインストール先が選択されているか、最終確認をしてください。パーティションの設定… (Set up partitions…) をクリックすると、DriveSetup が開きます。

-

開始 (Begin) を押すと、インストールプロセスが始まります。このプロセスでは基本的に home/ および /system/ フォルダーをインストール先ボリュームにコピーし、それからボリュームを起動可能に設定します。

- -

index -ツール

-

インストールが完了するとパーティションは自動的に起動可能に設定されますが、ほかのオペレーティングシステムやパーティショニングツールがパーティションのブートセクターを書き換えてしまうことがあるかもしれません。その際はインストール CD から起動して、インストーラーのインストール先: インストール先の選択 (Onto: Please choose target) の部分で、Haiku のパーティションを選択した後に、ツール (Tools)ブートセクターを書き込む (Write boot sector) からパーティションを起動可能に再設定してください。

-

ツール (Tools) の他のメニューはブートメニューの設定 (Set up boot menu) で、起動するオペレーティングシステムの選択メニューをブートセクターに書き込むために使われています。詳しくは、ブートマネージャーをお読みください。
-すでに GRUB のようなブートマネージャーを利用して手動で Haiku の項目を追加した場合や、そのマシンで Haiku しか実行しない場合は、ブートマネージャーを使用する必要はありません。

- - -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/list-cli-apps.html b/docs/userguide/userguide/jp/applications/list-cli-apps.html deleted file mode 100644 index df20742e5e..0000000000 --- a/docs/userguide/userguide/jp/applications/list-cli-apps.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - - - - - コマンドの一覧表 - - - - - - - - -
-
- -

cli-app-icon_64.pngコマンドラインアプリケーションの一覧表

- - -
位置:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Haiku に標準装備されているすべてのコマンドラインアプリケーションは、/boot/system/bin に存在します。ユーザー自身が作ったコマンドラインアプリケーションや、追加インストールしたコマンドラインアプリケーションは、.hpkg パッケージからインストールされた場合 ~/config/bin/ に現れます。パッケージでない場合は、~/config/non-packaged/bin/ に入れられます。これらの場所はすべて PATH 環境変数に含まれているため、自動的に検出されます。
-以下は、Haiku に標準装備されているすべてのコマンドラインアプリケーションの一覧表です。それぞれの動作について短い説明だけがあります。使い方についてさらに詳しい情報を見るには、--help という引数を付けてアプリケーションを実行してください。

-


-

索引:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost 使用中の、オーディオおよびビデオアドオンをモニターするサービスを起動します。
FirstBootPrompt 使用言語とキーボードマップの設定
[ 要素を比較して、真 / 偽を返します。

indexA

addattr ファイルに属性を書き込みます。その際、型を考慮して値を変換します (Haiku 固有)
alert メッセージボックスを表示します (Haiku 固有)
arp システムの ARP キャッシュを操作します。
awk gawk を参照ください。
base64 標準出力へ、Base64 のエンコード、またはデコードを行います。
basename "/パス/目的の/ファイル名" 文字列からディレクトリと、オプションで拡張子を取り除きます。
bash Bourne-again シェル
bc 任意精度の電卓言語です。
beep ベルを鳴らします。
bunzip2 bzip2 を参照ください。
bzip2 ファイル圧縮
c++ C++ コンパイラ
cal カレンダーを表示します。
cat ファイルを連結して、標準出力に表示します。
catattr ファイルの属性の内容を表示します (Haiku 固有)
cc C コンパイラ
checkfs ファイルシステムのチェックと、修復を行います (Haiku 固有)
checkitout ソースコードを、単純にそのレポジトリの URL でチェックアウトします。
chgrp ファイルのグループを変更します。
chmod ファイルのパーミッションを変更します。
chop ファイルを小さなファイルに分割します。
chown ファイルの所有者を変更します。
chroot 指定したルートディレクトリでコマンドを実行します。
cksum ファイルの CRC チェックサムとバイト数を表示します。
clear 端末の内容を消去します。
clockconfig 時刻の設定を表示します。
cmp 1 バイトずつファイルを比較します。
collectcatkeys [ロケールキットの移動した残り]
comm ソート済ファイルを 1 行ずつ比較します。
compress データ圧縮プログラム
consoled コンソールデーモン
copyattr 1 つまたは複数のファイルの属性のすべてかサブセットを、ほかのファイルまたは新規ファイルにコピーします (Haiku 固有)
cp ファイルおよびディレクトリをコピーします。
csplit 指定のパターンでファイルを分割します。
ctags ファイルで見つかったさまざまな言語オブジェクト用の索引ファイルを生成します。
cut ファイルの各行からのセクションを印字します。
date 現在の時刻と日付を表示または設定します。
dc 電卓言語
dd 生データをオペランドにしたがって変換およびフォーマットしながらコピーします。
desklink アイテムを Deskbar にインストールします (Haiku 固有)
diskimage ファイルをマウントできるディスクデバイスとして登録します (Haiku 固有)。
df マウントされたボリュームの空き領域と使用済み領域を報告します。
diff 行ごとにファイルを比較します。
diff3 3 つのファイルを行ごとに比較します。
dircolors ls の色を設定します。
dirname /path/to/filename 文字列から、ファイル名を取り去ります。
draggers レプリカントのハンドルの状態を表示または設定します。
driveinfo ハードウェア情報を表示します。
dstcheck 夏時間に変わる際、または夏時間から変わる際に使われるメッセージボックスを表示します。
du 再帰的にディレクトリに対して、各ファイルのディスク使用量をまとめます。
dumpcatalog [ロケールキットの移動した残り]
echo 1 行テキストを表示します。
egrep grep を参照ください。
eject リムーバブルメディアをイジェクトします。
env 修正された環境でプログラムを実行します。
error 任意のエラー番号に対する平文エラーメッセージを表示します。
expand タブをスペースに変換します。
expr 式の値を表示します。

F

factor 整数の素因数を表示します。
false 何もしません。"失敗 (unsuccessful)" を示し、値 "1" を返します。
fdinfo システム中の、使用済ファイル記述子に関する情報を表示します。
ffm フォーカスをマウス位置に合わせる (focus follows mouse) を設定します。
fgrep grep を参照ください。
filepanel 読み込み / 保存ファイルパネルを表示します (Haiku 固有)
find ディレクトリ階層内でファイルを検索します。
finddir システムで定義された特別なディレクトリを探します。
fmt ファイルの段落を再設定します。
fold ファイルの入力行を折りたたみます。
fortune ランダムに、うまくいけば面白い格言を表示します。
frcode ファイル名のリストを圧縮するため、updatedb によって呼び出されます。
freetype-config FreeType のコンパイル情報とリンク情報を表示します。
fstrim SSD ドライブに TRIM コマンドを送信します。
ftp ファイル転送プログラム
ftpd FTP デーモン
funzip アーカイブの最初のアイテムを標準出力に展開します。
fwcontrol FireWire 制御プログラム
gawk パターン検索および処理言語。
gdb GNU デバッガー
getlimits シェルスクリプトに役立つフォーマット内のプラットフォーム依存の範囲を表示します。
grep パターン検索
groups それぞれのユーザー名に対して、グループメンバーシップを表示します。
gunzip gzip を参照ください。
gzexe 実行ファイルの解凍 / 圧縮
gzip ファイルの解凍 / 圧縮
hd 16 進ダンプ
head ファイルの先頭の行を表示します。
hey GUI アプリケーションをスクリプトで操作する小さなツールです。
hostname システムのホスト名を表示または設定します。
id ユーザーおよびグループ情報を表示します。
ident ファイル中の RCS キーワードを確認します。
ifconfig ネットワークインターフェースを構成します。
install 実行中のシステムを中断させることなく、インストール先へファイルをコピーします。
install-wifi-firmwares.sh さまざまな無線ネットワークカードのファームウェアをインストールします。
installsound サウンドプレファレンスパネル内のイベントに新しいサウンドを設定します。
iroster 入力デバイスを一覧表示します。
isvolume マウントされたボリュームに対する情報を得ます。
join 同じ結合フィールドを持つそれぞれの入力ファイルの組に対して、行を標準出力に書き出します。

indexK

kernel_debugger カーネルデバッガーに入ります。
keymap キーマップの読み込みまたは保存を行います。
kill シグナルを送信して、プロセスを終了させます。
less ファイルを表示します。
lessecho 引数を表示して、ファイル名中の * や ? のような、メタキャラクタを展開します。
lesskey less のキーバインディングを指定します。
link ファイルへのリンクを作成します。
linkcatkeys [ロケールキットの移動した残り]
listarea 現在実行中のすべてのチームに対するエリアを一覧表示します。
listattr ファイルの属性を一覧表示します (Haiku 固有)
listdev ハードウェアデバイスを一覧表示します。
listimage 現在実行中のチームに対するイメージ情報を一覧表示します。
listport チームによってまとめられた、システム中のすべての開いているポートを一覧表示します。
listres ファイルのリソースを一覧表示します。
listsem 特定のチームによって割り当てられたセマフォを一覧表示します。
listusb USB デバイスを一覧表示します。
ln ファイルへのリンクを作成します。
locale 優先言語の組、その LC_CTYPE、および優先フォーマットを表示します。
locate ファイルを検索します。
logger メッセージをシステムログに送信します。
login システム上のセッションを開始します。
logname 現在のユーザーの名前を表示します。
ls ディレクトリの内容を一覧表示します。
lsindex 現在のボリューム / パーティション上のインデックス付けされた属性を表示します (Haiku 固有)
mail2mbox BeOS の e-mail ファイルを、Unix のメールボックスファイルに変換します。
make GNU make ユーティリティ
makebootable 指定した BFS パーティション / デバイスを、最初の 2 セクタにブートコードを書きこむことで起動可能にします。
mbox2mail Unix メールボックスファイルを BeOS の e-mail ファイルに変換します。
md5sum MD5 チェックサムを表示またはチェックします。
merge 3 方向ファイルマージ。
message フラット化した BMessage ファイルを表示します。
mimeset ファイルの MIME タイプを設定します。
mkdepend Makefile の依存ファイルを生成します。
mkdir ディレクトリを作成します。
mkdos FAT パーティションを初期化します。
mkfifo 名前付きパイプを作成します。
mkfs ファイルシステムを作成します。
mkindex 属性に対する新しいインデックスを作成します (Haiku 固有)
mktemp 一時ファイルまたは一時ディレクトリを安全に作成します。
modifiers 現在押されている (または押されていない) モディファイアキーを表示します。
more less を参照ください。
mount ファイルシステムをマウントします。
mount_nfs NFS パーティションををマウントします。
mountvolume ボリュームを名前でマウントします。
mv ファイルの移動 / リネームを行います。
netcat TCP および UDP ユーティリティ
netstat ネットワークコネクション、ルーティングテーブル、インターフェース統計、マスカレードコネクション、およびマルチキャストメンバーシップを表示します。
nl それぞれのファイルに行番号を付けて表示します。
nohup ハングアップシグナルを無視してコマンドを実行します。
nproc 利用できるプロセッシングユニットの数を表示します。
od ファイルのはっきりとした表現を書き出します。
open シェルから、アプリケーション / ドキュメントを起動します (Haiku 固有)

indexP

package Haiku パッケージを作成、検査、または解凍します。
package_repo Haiku パッケージリポジトリファイルを作成または検査します。
passwd ユーザーパスワードを変更します。
paste タブによって分離された各ファイルからの連続して一致する行を表示します。
patch diff ファイルをオリジナルのファイルに適用します。
pathchk 無効な、またはポータブルでないファイル名を診断します。
pc プログラマー用電卓
ping ICMP エコーリクエストをネットワークホストに送信します。
pkg-config Haiku パッケージを分析および設定します。
pkgman パッケージとパッケージリポジトリを管理します。
play CD のトラックを再生します。
playfile オーディオファイルを再生します。
playsound オーディオファイルを再生します。
playwav WAV ファイルを再生します。
pr 印刷のため、ファイルをページ割付または段組みします。
printenv 環境変数の値を表示します。
printf データを書式設定して表示します。
prio プロセスの優先度を変更します。
profile スレッドを分析します。
ps 実行中のプロセスを一覧表示します。
ptx 入力ファイル中の単語の、コンテキストを含む変更されたインデックスを出力します。
pwd 現在のディレクトリを表示します。
query Tracker の "式で検索 (Find by formula)" 機能をエミュレートするシェルユーティリティです (Haiku 固有)
quit アプリケーションを終了します。
rc リソースコンパイラ
readlink シンボリックリンクが指すパスを表示します。
reindex 既存のファイルの属性を、新規に作成したインデックスに入れます (Haiku 固有)
release セマフォを開放します。
renice 実行中のプロセスの優先度を変更します。
rlog RCS ファイルに関するログメッセージとその他の情報を表示します。
rm ファイルおよびディレクトリを削除します。
rmattr ファイルから属性を削除します (Haiku 固有)
rmdir ディレクトリを削除します。
rmindex 属性に対するインデックスを削除します (Haiku 固有)
roster 実行中のチームに関する情報を表示します。
route ネットワークルートを一覧表示および操作します。
safemode システムがセーフモードで実行されているかどうかチェックします。
screen_blanker screen blanker を起動します。
screenmode スクリーンモードの表示 / 設定を行います。
sdiff 隣り合ったファイルの違いを表示またはマージします。
seq 一連の数字を表示します。
setdecor ウィンドウデコレーターの表示、および設定を行います。
setgcc 使用している gcc のバージョンを表示または設定します。
settype ファイルの MIME タイプ、シグネチャー、および優先アプリケーションを設定します。
setversion ファイルのバージョンを表示します。
setvolume システムサウンドボリュームを設定します。
setwep 無線ネットワーク用の WEP 暗号化を提供します。
sh bash を参照ください。
sha1sum SHA1 チェックサムの表示とチェックを行います。
shar シェルアーカイブを作成します。
shred ファイルを繰り返し上書きします。
shuf 入力行のランダムな置換を表示します。
shutdown コンピューターをシャットダウンします。
sleep 指定された秒数停止します。
sort すべてのファイルのソート済みの連結を表示します。
spamdbm 電子メールをスパムか本物かに分類します。
split 入力ファイルの、接頭辞を備えた固定サイズの断片を出力します。
stat ファイルまたはファイルシステムの状態を表示します。
strace スレッドまたはチームの syscall をトレースします。
stty 端末の特性を表示 / 設定します。
su 有効なユーザー id およびグループを変更します。
sum それぞれのファイルに対して、チェックサムとブロックカウントを表示します。
sync ディスクへのブロック変更を強制し、スーパーブロックを更新します。
sysinfo システム情報を表示します。

indexT

tac 最後の行を最初にして、ファイルを連結し表示します。
tail ファイルの最後の 10 行を表示します。
tcpdump ネットワークトラフィックをダンプします。
tcptester [このコマンドは廃止予定です]
tee 標準入力からファイルへデータを書き込みまたは追加します。
telnet Telnet プロトコルのユーザーインターフェースです。
telnetd Telnet デーモン
test 要素を比較して、真 / 偽を返します。
timeout コマンドを開始し、それが指定された秒数後にまだ動いていれば強制終了します。
top 実行中のスレッドおよび CPU 使用率を表示します。
touch ファイルのタイムスタンプを変更します。
tput 端末の初期化つまり、terminfo データベースへの問い合わせを行います。
tr 標準入力から文字を翻訳し、強制し、かつ / または削除します。
traceroute ネットワークを通るルートパケットショットを表示します。
translate DataTranslators を使って、ファイルフォーマットを変換します。
trash ファイルをごみ箱に送るか、ごみ箱から元に戻します。
true 何もしません。"成功 (success)" を示し、値 "0" を返します。
truncate ファイルのサイズを縮めるか、あるいは拡張します。
tsort トポロジカルソートを行います。
tty 標準入力に接続した端末のファイル名を表示します。
uname システム情報を表示します。
unchop 先に chop によって分割されたファイルを再作成します。
unexpand スペースをタブに変換します。
uniq 出力の隣接した位置する行をフィルタリングして、出力に書き出します。
unlink 指定のファイルを削除するために、unlink 関数を呼びます。
unmount ボリュームをマウント解除します。
unrar rar アーカイブを解凍します。
unshar shar アーカイブを解凍します。
untrash trash を参照ください。
unzip zip アーカイブを解凍します。
unzipsfx 既存の zip アーカイブを自己解凍にするために使用されます。
updatedb ローカライズデータベースを更新します。
uptime システムが開始してからの日付と時間、および経過時間を表示します。
urlwrapper それらを直接扱わないコマンドラインあるいはほかのアプリケーションを URL MIME 形式で包みます。
useradd 新規ユーザーを作成します。
uudecode uuencode されたファイルをデコードします。
uuencode 離れたシステムにファイルをメールで送れるように、uuencode します。
vdir ファイルに関する情報を一覧表示します。
version ファイルのバージョンを返します。
vmstat 仮想メモリシステムに関する情報を表示します。
waitfor 特定のスレッドが現れるまで待ちます (Haiku 固有)
watch プログラムを一定期間ごとに実行します。
wc ファイルの段落、単語、および文字 (バイト) の数を表示します。
wget HTTP、HTTPS、または FTP を経由してファイルをダウンロードするツールです。
which コマンドを探します。
whoami 現在の有効なユーザー ID と関係のあるユーザー名を表示します。
xargs 標準入力からコマンドラインを構築し実行します。
xres リソースの表示と操作を行います。
yes 強制終了されるまで文字列を繰り返し表示します。
zcat gzip を参照ください。
zcmp zdiff を参照ください。
zdiff 圧縮済ファイルを比較します。
zforce gzip ファイルに、'.gz' 拡張子を強制します。
zgrep おそらく圧縮されたファイルを正規表現スキャンします。
zip Zip アーカイブ中のアイテムを追加または置き換えます。
zipcloak zip アーカイブ中の暗号化されていないファイルをすべて暗号化します。
zipgrep 指定の zip アイテムを、文字列かパターンでスキャンします。
zipinfo unzip を参照ください。
zipnote Zip アーカイブ中のコメントを表示します。
zipsplit Zip アーカイブを小さく分割します。
zmore more に似ていますが、任意の圧縮ファイルの圧縮されていない内容上で動作します。
znew .Z ファイルを、.gz (gzip) アーカイブに再圧縮します。
-
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/magnify.html b/docs/userguide/userguide/jp/applications/magnify.html deleted file mode 100644 index 521e9db073..0000000000 --- a/docs/userguide/userguide/jp/applications/magnify.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - 拡大鏡 - - - - - - - - -
-
- -

magnify-icon_64.png拡大鏡 (Magnify)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Magnify
設定ファイルの位置~/config/settings/Magnify_prefs
-


-

拡大鏡 (Magnify) は、マウスポインターの周囲を拡大表示するソフトウェアです。

-magnify.png -

一番上の、"32 x 32 @ 8 ピクセル/ピクセル" という表記は、マウスポインターを中心とした 32x32 ピクセルの範囲が 8 倍に拡大表示されていることを示しています。

-

その下には、赤く囲まれたピクセルの色情報が、RGB と 16 進法で表示されています。
-赤く囲まれたピクセルの場所は / / / キーで移動可能です。

-

オブジェクトの距離や幅を図るために、2 点を定めて、ALT H で青い十字線を引くことができます。左上隅からのそれぞれの点の距離と、2 つの点の距離はウィンドウの下の部分に表示されます。
-点の移動は、 / / / キーで可能で、選択されている点は "x" でマークされます。

-

OPT  / / / キーを使って、マウスポインターをピクセル単位で移動できます。

-

右上のポップアップメニューをクリックすると以下のようなオプションが表示されます。

- - - - - - - - - - - - - - -
イメージの保存 (Save image)ALT S リソースファイルとして現在表示されている状態を保存します。
イメージをコピー (Copy image)ALT C 現在表示されている状態をクリップボードにコピーします。
情報の表示 / 非表示 (Hide/Show info)ALT T 追加情報の表示 / 非表示を切り替えます。
十字カーソルの追加 (Add a crosshair)ALT H ドラッグした部分に十字線を追加表示します。
十字カーソルの削除 (Remove a crosshair)ALT SHIFT H 最後に追加された十字線を消します。
グリッドの表示 / 非表示 (Hide/Show grid)ALT G グリッドの表示 / 非表示を切り替えます。
イメージを固定 / 固定解除 (Freeze/Unfreeze image)ALT F 拡大領域の更新の停止 / 再開を切り替えます。
座標を固定 (Stick coordinates)ALT I マウスポインターの追跡をやめて、現在表示されている部分の拡大を続けます。
正方形の作成 'Make square)ALT / ウィンドウサイズを変更した際に、領域を正方形に戻します。
ウィンドウを小さく (Decrease window)ALT - 拡大領域を縮小します。
ウィンドウを大きく (Increase window)ALT + 拡大領域を広げます。
ピクセルサイズを小さく (Decrease pixel size)ALT , 拡大率を下げます。
ピクセルサイズを大きく (Increase pixel size)ALT . 拡大率を上げます。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/mail.html b/docs/userguide/userguide/jp/applications/mail.html deleted file mode 100644 index 201f849420..0000000000 --- a/docs/userguide/userguide/jp/applications/mail.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - メール - - - - - - - - -
-
- - - - -
目次
メッセージを読む
- 新規メッセージの作成
- メールの設定
- -

mail-icon_64.pngMail (メール)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Mail
設定ファイルの位置~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - ここに置かれたものはメールボックスのコンテキストメニューに表示されます。
-~/config/settings/Mail/signatures/ - 署名の保存場所
-~/config/settings/Mail/status/ - カスタムステータスの保存場所
-


-

メール (Mail) は、Haiku の電子メールのデフォルトビューアまたは編集ソフトです。電子メールの送受信はメールサービスによって行われ、メールとは全く関係ありません。送受信の設定はメール設定で変更できます。

-

このページは、メールアプリケーションの概要です。Haiku とメールの詳細は、ワークショップ - メールの管理を参照してください。

-

-index -メッセージを読む

-

電子メールをダブルクリックすると、メールアプリケーションで開きます。インターフェースは非常に簡単です。

-email-read.png -

上にはメニューとオプションのツールバーがあり、メッセージの属性 (宛先、差出人、件名、日付) と内容がその下にあります。メッセージが変な文字で表示されているか、何も表示されていない場合は、ポップアップメニューから、文字コード: (Decoding:) を変更してください。

-

添付ファイルがある場合は、メッセージの最後に表示されます。添付ファイルを右クリックすると、添付ファイルを保存... (Save attachment...) や、添付ファイルを開く (Open attachment) メニューが表示されます。またドラッグ&ドロップでデスクトップや Tracker ウィンドウに直接保存できます。

-

メニューとツールバーはほとんど一目瞭然なので、ここでは主な動作に集中します。

-

-indexファイル

-

新着メッセージのウィンドウを閉じると、そのステータスは "新着 (New)" から "既読 (Read)" に変わりますが、閉じる (Close and) サブメニューからほかのステータスにすることもできます。そこでは、ほかの属性に変更 (Set to) でカスタムステータスを作成でき、~/config/settings/Mail/status/ に保存されます。

-

-index編集

-

ここではメールアプリケーションの、メールの設定... (Preferences…) (下を参照) を開くことができ、メール設定パネルを開く、アカウントの設定... (Accounts…) へのショートカットもあります。

-

-index表示

-

たいていの場合、次の 2 つはほとんど必要ありません:

- - - -
ヘッダーを表示 (Show header)ALT Hメッセージのヘッダーをすべて表示します。たとえば、メッセージの経路が知りたいときに使えます。
生のメッセージを表示 (Show raw message)メッセージを生の状態で表示します。たとえば、制御文字はすべて表示され、メールの引用部分や URL の色は表示されません。
-

-indexメッセージ

-

メッセージの返信方法は説明が必要かもしれません。

- - - - -
返信 (Reply)ALT Rメールを送信してきたサーバーへの標準の返信です。注: メーリングリストの場合、通常は差出人だけではなく、メーリングリストに返信します。
差出人に返信 (Reply to sender)OPT ALT R一方、この方法は ”差出人 (From)” 属性に表示されている差出人のみに返信します。
全員に返信 (Reply to all)SHIFT ALT R元の差出人とほかの受信者 (CC) に返信します。
-
メールに返信する前に一部分を選択した場合、返信メールに引用されるテキストは選択された部分のみになります。ほとんどの人から嫌われている過度の引用を抑えることができます。
-

転送 (Forward)再送信 (Resend)新規メッセージにコピー (Copy to new) するアイテムはまた一目瞭然です。

-

メールを Tracker かクエリから開いた場合、前のメッセージ (Previous message)次のメッセージ (Next message) は、リストの前 / 次のメールになります。

-

アドレスを保存 (Save address) はヘッダーのメールアドレスすべてを回収し、メールの内容をサブメニューに保存します。メールアドレスを選択すると、People アプリケーションが開いて連絡情報を保存できます。

-

-indexクエリ

-

この機能はまだ動作しませんが、現在開いているメッセージに関係するメッセージを表示するためのクエリ (同じ受信者や同じ件名) を表示するはずです。

- -

-index -新規メッセージの作成

-

新規メッセージを作成するには、新規メッセージ (New mail message) メニュー、またはツールバーからアイコンを選択します。または、メールアプリケーションを起動するか、Deskbar のメールボックスアイコンのコンテキストメニューから新規メッセージの作成... (Create new message...) を選択することでも作成できます。

-email-write.png -

このウィンドウはメールを読むときのウィンドウと似ています。メニューとツールバーは少し違っていて、テキストボックスには受信者のメールアドレスや件名などを入力しなければいけません。

-

Cc は "カーボンコピー" の略で、送信したメールのコピーをリストのメールアドレスにも送信できます。Cc と "To (宛先)" にメールアドレスを入力する違いは、Cc のアドレスには直接送信しないので、Cc のアドレスからは返信は期待していないと言っていることです。
-Bcc は "ブラインドカーボンコピー" のことで、”Cc” と同じことをしますが、受信者のメールアドレスを隠します。

-

複数の受信者を入力するには、コンマでメールアドレスを分離します。ToCcBcc はポップアップメニューです。それらは、People ファイルのクエリでシステムが見つけたすべてのメールアドレスを持っています。”Group” 属性はそれをサブメニューに類別するときに使われます。

-

次はメニューの面白い機能に注目します。

-

-indexファイル

-

下書きとして保存 (Save as draft) でメールを保存して後で再開できます。下書きを開く (Open draft) サブメニューに ”Draft (下書き)” のステータスのメールがすべて表示され、一覧からメールを選択すると再開できます。

-

-index編集

-

引用符を付ける (Quote)引用を削除 (Remove quote) または、ショートカット ALT / を使い、> シンボルの数を調整して引用レベルを変更できます。引用したいテキストを選択してメニューを開いてください。

- -email-spellcheck.png - -

スペルチェック (Check spelling) は、いまのところ英語のテキストのみ提供され、間違った文字や不明な文字を赤い斜体で表示してくれます。赤い文字を右クリックすると、コンテキストメニューが開き、単語の修正、または辞書へ許可された語彙として追加 (Add) できます。

-

さらに、メールの設定... (Preferences...) (下を参照) を開くアイテムもあり、アカウントの設定... (Accounts...)メール設定パネルを開くショートカットもあります。

-

-indexメッセージ

-

署名を追加 (Add signature) で、メールの最後に所定のテキストを追加できます。サブメニューから署名を選択するか、ランダムな署名を使用できます。

- -email-signature.png - -

署名の編集... (Edit signatures...) を使って新規の署名または既存の署名を編集できます。ウィンドウが開き、新しい署名のタイトルとテキストを入力できます。ここで、署名 (Signature) メニューに、指定の署名を開く (Open)、または保存 (Save) する、または、現在読み込まれた署名を削除 (Delete) する 3 つの項目を見つけます。署名は ~/config/settings/Mail/signatures に保存されるはずです。

-

添付ファイルを追加... (Add enclosure...)添付ファイルを削除 (Remove enclosure) を使って添付ファイルを追加 / 削除できます。また、Tracker ウィンドウからドラッグ&ドロップでファイルを追加できます。ただし、ファイルはヘッダー部分 (上にある宛先、差出人、件名) にドロップしてください。でないと、ファイルがテキストファイルの場合メールの本文に貼り付けされてしまいます。

- -email-attachments.png - -

添付ファイルはヘッダーセクションの下にリストされています。コンテキストメニューを開くか、ファイルを選択して DEL を押すと削除できます。

- -

-indexクエリ

-

この機能はまだ動作しませんが、現在開いているメッセージに関連するメッセージを表示するためのクエリ (同じ受信者や同じ件名) の表示を目的としています。

- -

-index -メールの設定

-email-preferences.png -

メールアプリケーションの設定は、2 つに分かれています。

-

-indexインターフェースの設定

- - - - - - - -
ボタンバー (Button bar)アイコンにラベルを表示、またはツールバーを隠すオプションです。
フォント (Font)メッセージのテキストに使用するフォントを設定します。
フォントサイズ (Size)フォントサイズを設定します。
引用部分の着色 (Colored quotes)引用部分をレベル別に着色します。
スペルチェックモード (Initial spell check mode)起動時にスペルチェックをオン / オフにします。
メールを自動的に既読に設定 (Automatically mark mail as read)”New (新着)” ステータスのメールを閉じた後、ステータスを自動的に ”Read (既読)” に変更します。
- -

-indexメールの設定

- - - - - - - - - -
標準アカウント (Default account)複数のメールアカウントがある場合、新規メッセージを作成するとき使用するアカウントを指定します。
返信アカウント (Reply account)メールに返信するとき、上のポップアップメニューの標準アカウントを使う (Use default account) またはメッセージを受信したアカウント (Account from mail) で、メールを返信するアカウントを指定できます。
返信の前書き (Reply preamble)これは引用されたテキストの前に挿入されます。テキストフィールドの横のポップアップメニューからさまざまな変数を使えます。
例: "こんにちは %n!\n\n %d にあなたは書きました:\n" は次のようになります:
こんにちは Dr. Hawking!
-
-Mon, 18 Jan 1998 02:55:16 +0800 あなたは書きました:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
署名の自動追加 (Auto signature)メールの終わりに自動的に署名を追加します。
文字コード (Encoding)標準文字コードを設定します。
文字コード不一致通知 (Warn unencodable)メールに現在の設定ではエンコードできない文字が含まれていた場合、設定してこれに関する警告を受けことができます。それにより、文字コードを変更することができます。文字コードを変更しないと、エンコードできない文字は四角形のシンボルに置き換えられます。
文字列の折り返し (Text wrapping)76 文字ごとに改行し、メールを見やすくします。
属性の添付 (Attach attributes)添付ファイルと一緒に BFS 属性を送るかどうか選択できます。これはほかの Haiku ユーザーにとっては、”完全な” ファイル (MP3 ファイルのアーティスト、アルバム、タイトル属性を考えてください) を受信できるので便利ですが、Haiku を使用していないユーザーには混乱 (または疑い) を起こす可能性があり、追加された ”BeOS 属性” が何なのか知りたがるかもしれません。
添付ファイルに BFS 属性を付けずに送信することを選択した場合、送信前にファイルを zip 圧縮することを思い出してください、さもなければ属性は取りさられてしまうでしょう。
- -
-
- - - - - - diff --git a/docs/userguide/userguide/jp/applications/mediaplayer.html b/docs/userguide/userguide/jp/applications/mediaplayer.html deleted file mode 100644 index a7a64e25c1..0000000000 --- a/docs/userguide/userguide/jp/applications/mediaplayer.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - メディアプレーヤー - - - - - - - - -
-
- -

mediaplayer-icon_64.pngメディアプレーヤー (MediaPlayer)

- - - - -
Deskbar:アプリケーション (Applications)
位置:boot/system/apps/MediaPlayer
設定ファイルの位置~/config/settings/MediaPlayer
-


-

メディアプレーヤー (MediaPlayer) はすべてのオーディオと動画ファイルの標準プレーヤーです。ffmpeg バックエンドのおかげで多くのフォーマットがサポートされています。シンプルなインターフェースにはユーザーが求めるすべてのコントロールが付いています。

-mediaplayer.png -

プログレスバーのスライダーですばやく新しい位置に移動できます。マウスをスライダーの上に置くとクリップの現在時間と残り時間を表示します。右にあるタイムディスプレーにクリックすると長さ、現在時間と残り時間を切り替えます。
-その下には、前のトラックにスキップ、再生 / 一時停止、停止と次のトラックにスキップする通常のコントロールがあります。次にボリュームコントロール (スピーカーシンボルをクリックするとミュートに切り替えます) と VU メーターがあります。

- -

オーディオとビデオの再生

-

オーディオ再生用の特別な機能は付いていないので、ただちにビデオ再生と一般設定に進みます。

-mediaplayer-info.png -

ファイルの情報... (File info...) (ALT I) はすべてのメディアに利用できます。現在ロードされているファイルの情報 (たとえば再生時間、またはオーディオ / ビデオトラックやエンコーダーの詳細) を表示します。

-

メニューから煩雑に利用するコマンドのほとんどは、ビデオエリアを右クリックして開くコンテキストメニューからも利用できます。全画面表示のときに便利です。
-ビデオ (Video) ではウィンドウのズームや、アスペクト比を標準値に強制的に変更できます。正しくエンコードされたファイルには、アスペクト比をストリーム設定 (Stream settings) の標準にしておくことは最適なはずです。

-

メディアプレーヤーは SRT フォーマットの字幕をサポートしています。字幕 (Subtitles) に表示するには、ファイル名をビデオファイルと同じ名前にし、言語名を追加し、ビデオの拡張子の代わりに ".srt" で保存してください。たとえば:

-
マイムービー.avi
-マイムービー.Deutsch.srt
-マイムービー.English.srt
-マイムービー.Français.srt
-

1 つのビデオファイル内に複数の言語のために頻繁に使われる複数のオーディオトラックは、音声トラックサブメニューから利用できます。ビデオ | トラックサブメニューは複数のビデオストリームがあるときに同じことを提供します。

-

全画面表示 (Full screen) モード (ALT ENTERF、またはダブルクリック) へ切り替えたり、インターフェースを隠す (Hide interface) (ALT H かダブルクリック) でメディアプレーヤーのウィンドウ枠とコントロールを隠したり、ウィンドウを常に手前 (Always on top) (ALT A) に表示できます。

- -

プレイリスト

-

メディアプレーヤー | プレイリスト... (MediaPlayer | Playlist...) (ALT P) で、現在プレイバックを待っているファイルを含むウィンドウを開けます。ダブルクリックすると再生が始まります。

-mediaplayer-playlist.png -

ドラッグ&ドロップでファイルをリストに追加し、配置を変更できます。編集 (Edit) メニューから、リストからランダムに並べ替え (Randomize)、項目をリストから削除 (Remove) (DEL)、またはファイルを実際にごみ箱へ移動 (Move to Trash) (ALT T) できます。

-

もちろん、プレイリストを保存 (Save) して後で開く (Open) こともできます。また、プレイリストファイルを単にダブルクリックすることで再生できます。

- -

設定

-

メディアプレーヤーの動作を微調整するためいくつかの設定があります。

-mediaplayer-settings.png -

最初の再生モード (Play mode) は一目瞭然です。自動で再生を開始し、終わったらウィンドウを閉じるかループで再生を繰り返します。

-

次は表示オプション (View options) です。
可能なら、ハードウェアビデオオーバーレイを使う (Use hardware overlay if available) と、CPU 使用率を下げますが、1 つのビデオウィンドウにしか作動せず、またサポートするビデオカードドライバが必要です。
ムービーのスムーズな拡大縮小 (Scale movies smoothly) (オーバーレイモード以外) -でズーム中やフルスクリーンモードのときにピクセルをすばやいフィルタリングでスムーズにします。
全画面表示の際にスクリーンを遠くから見るなどの理由で大きいコントロールを好む場合は、フルスクリーン表示時にコントロールを拡大する (Scale controls in full-screen mode) ことができます。
それから、サブタイトルのサイズ (Subtitle size)サブタイトルの位置 (Subtitle placement) の設定があります。これらはビデオの下側 (Bottom of video) に表示して画像の上に表示するか、ウィンドウのサイズを変更して画面の下側 (Bottom of window) の黒いバーの中に字幕を表示できます。

-

最後の設定は、現在アクティブでは無いウィンドウのクリップの音量を設定します。最大音量 (Full volume) で鳴らすか、低音量 (Low volume)、またはミュート (Muted) にできます。

- -

キーボードコントロール

-

メディアプレーヤーは再生をコントロールするためにマウスを使わない便利なキーの組み合わせを提供します。

- - - - - - -
Z前のトラックに移動
X再生
C一時停止
V停止
B次のトラックに移動
-

これらのキーはコントロールボタンの機能に割り当てられています。これらは常にキーボードの左下に割り当てられ、現在のキーマップに関係なく使用されます。以下のキーは US-american の標準キーマップに対応しています。

- - - - - - - - - - - - -
/ 前 / 後へシーク
SHIFT / 10 秒前 / 10 秒後へジャンプ
ALT / 30 秒前 / 30 秒後へジャンプ
/ 音量を下げる / 上げる
ALT / 次のトラック / 前のトラックに移動
Spacebar再生と一時停止を切り替える
ALT ENTER全画面表示モードを切り替える (ビデオをダブル左クリック、またはFTAB を押すことでもできます)
ALT SHIFT 0 / 1 / 2 / 3アスペクト比を Stream settings (ビデオはどのようにエンコードされたか), No aspect correction (ビデオのピクセルを 1:1 でスクリーンにマップする), 4:3, 16:9 に変更する。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/midiplayer.html b/docs/userguide/userguide/jp/applications/midiplayer.html deleted file mode 100644 index 8d7b01846d..0000000000 --- a/docs/userguide/userguide/jp/applications/midiplayer.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - MIDI プレーヤー - - - - - - - - -
-
- -

midiplayer-icon_64.pngMIDI プレーヤー (MidiPlayer)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/MidiPlayer
設定ファイルの位置~/config/settings/MidiPlayerSettings
-


-

名前のとおり、MIDI プレーヤーは、MIDI 音楽ファイルを再生するときに使われます。MIDI ファイルは特別で、エンコードされたデジタル音楽は記録せず、音楽の説明を記録します (つまり、この音符をどのボリュームでどれだけ長く、楽器 X を使うなど)。
-これはファイルサイズを小さくしますが、楽器ライブラリ (SoundFont) によって再生結果が大きく異なります。さらに、SoundFont は楽器のサンプル数と音質によってサイズが大きくなります。

-

SoundFont のサイズはとても大きく、一部のユーザーしか必要としないので、Haiku は標準で SoundFont をインストールしません。必要な人のほとんどは高音質またはカスタム SoundFont をすでに持っています。何かが聞けるようにするためには、オプショナルパッケージから無料で SoundFont をインストールできます。ターミナルで、installoptionalpackage TimGMSoundFont と入力します。

-

-ほかの SoundFont を再生するには、/boot/system/data/synth にリンクを作成し、big_synth.sy と名前を付けてください。 -

-midiplayer.png -

MIDI プレーヤーのインターフェースはシンプルです。MIDI ファイルをダブルクリックまたはドラッグ&ドロップすると再生を開始します。スライダーで音量を調節し、リバーブ (Reverb) ポップアップメニューでリバーブを追加します。スコープをオンにすると、オシロスコープの形のビジュアライザが上に表示されます。

- -
-
- - - diff --git a/docs/userguide/userguide/jp/applications/packageinstaller.html b/docs/userguide/userguide/jp/applications/packageinstaller.html deleted file mode 100644 index dc6b80a041..0000000000 --- a/docs/userguide/userguide/jp/applications/packageinstaller.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - パッケージインストーラー - - - - - - - - -
-
- -

packageinstaller-icon_64.pngパッケージインストーラー (PackageInstaller)

- - - - -
Deskbar:無し (サポートされたファイルをダブルクリックで起動) -
位置:/boot/system/apps/PackageInstaller
設定ファイルの位置無し
-


-
このページはまだドラフトです。更新されたバージョンをあとでもう一度確認してください。
-

パッケージインストーラー (PackageInstaller) は PKG フォーマットの BeOS パッケージをインストールするソフトウェアです。簡単な GUI を使って Haiku にすばやくパッケージをインストールできます。

-

.pkg 拡張子のファイルを開くと自動的に実行されます。

-packageinstaller.png -

メインウィンドウから 2 つの設定にアクセスできます。

-
    -
  • インストールタイプ (デベロッパによって複数の (標準) インストールオプションがあるかもしれません)
  • -
  • インストール場所 (パーティション / ハードディスクのみ選択できます。カスタムパスは選べません)
  • -
-

インストールをクリックすると、インストールが始まります。

-packageinstaller-installer.png -

この時点で、プログラムを実行するのに必要なライブラリが無いという警告やエラーが出るかもしれません。プログラムをインストールする前に、これらのパッケージをインストールする必要があるかもしれません。

-

インストールが完了すると、パッケージは Deskbar のアプリケーションメニューに表示されます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/pe.html b/docs/userguide/userguide/jp/applications/pe.html deleted file mode 100644 index 546f316589..0000000000 --- a/docs/userguide/userguide/jp/applications/pe.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Pe/Pe
ドキュメント:/boot/system/apps/Pe/Documentation/index.html
設定ファイルの位置~/config/settings/pe/*
-


-

Pe は、洗練されたエディターです。その構文強調表示は主にプログラマーと HTML ライターをターゲットにしています。オリジナルは Maarten Hekkelmann によって作成されましたが、オープンソース化され、Haiku 開発者によって保守されています。バグトラッカーと詳しい情報は Pe プロジェクトページで利用できます。

-

おてもとのドキュメントで、Pe のさらなる特徴について調べてください。

- -
-
- - - diff --git a/docs/userguide/userguide/jp/applications/people.html b/docs/userguide/userguide/jp/applications/people.html deleted file mode 100644 index 9c36fb2308..0000000000 --- a/docs/userguide/userguide/jp/applications/people.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
- -

people-icon_64.pngPeople

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/People
設定ファイルの位置~/config/settings/People_data
-


-

People は、Haiku ファイルシステムの属性を使用してアドレスなどの連絡情報を記録するシンプルな連絡データベースです。連絡先情報のひとつひとつが 1 つの属性付きの Person ファイルに保存されます。すべてインデックスされ、クエリで検索可能です。

- -people.png - -

下にあるグループ属性で、連絡先を 1 つまたは複数のグループに割り当てられます。たとえば、あるプロジェクトに取り組んでいる複数の人に "大量メール" するときに役に立ちます。ポップアップメニューは存在しているグループすべてを表示します。連絡先が複数のグループに割り当てられている場合、グループ名は ”,” で区切られます。

- -

これらの Person ファイルは通常 /boot/home/people/ に保存されています。すべての連絡先のリストを見るには、連絡先フォルダーを開き、属性をすべて表示してください。Person ファイルを別のフォルダーで整理することを選んだ場合は、クエリを使って連絡先すべてを 1 つのウィンドウに表示してください。

- -people-files.png - -

これらのファイルはほかのファイルと同様に扱えます:属性で並び替えることもでき (SHIFT を押しながらクリックで二回目の並び替えができます)、もちろん連絡先を削除、複製や名前を変更することもできます。連絡先情報でさえもすべて直接編集できます:属性にクリック (ALT E) してファイルの名前を変更するように編集してください。編集モードに入ったら、TABSHIFT TAB で列から列へ移動します。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/poorman.html b/docs/userguide/userguide/jp/applications/poorman.html deleted file mode 100644 index e1622d2203..0000000000 --- a/docs/userguide/userguide/jp/applications/poorman.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/PoorMan
設定ファイルの位置~/config/settings/PoorMan Settings
-


-

PoorMan はセットアップが非常に簡単な、小さくてすてきなウェブサーバーです。ほかのヘビーデューティーなサーバーソフトウェアのような高度な機能は元々ついていません。これは結局簡易ウェブサーバーです。

-

最初に起動するとき、Poorman はウェブに表示するフォルダーの場所を問います。デフォルト にすると、/boot/home/public_html に新しいフォルダーが作られます。デフォルトで index.html という名前の HTML ファイルが存在しなければなりません。

-

PoorMan ではアクティビティをログするシンプルなコンソールが付いてきます。サーバーの状態、表示されているフォルダーとヒットカウンタがあります。設定は、編集 | 設定... (Edit | Settings...) で設定します。

-

poorman.png

-

設定パネルは、3 つのタブに分かれています。

-

サイト (Site) では、表示する別のフォルダーを指定、別のスタートページを入力、およびスタートページが存在しない場合にファイルリストを送信するオプションがあります。
-ロギング (Logging) はロギングを切り替え、コンソールかログファイルにログを出力できます。
-詳細設定 (Advanced) タブで最大同時接続数を設定できます。

-

コンソールメニューのアイテムはすべて一目瞭然です。コンソールの出力の (一部) 保存、コンソールやログファイルのクリア、サーバーを開始 / 停止、またはヒットカウンタのクリアができます。

- -
PoorMan が動作するかどうか試したいなら、/boot/system/apps/BePDF/docs/ をフォルダーに指定し、index.html をスタートページに指定してください。そのあと、ブラウザで URL 127.0.0.1 (ローカルホスト) に移動してください。
- -
-
- - - diff --git a/docs/userguide/userguide/jp/applications/screenshot.html b/docs/userguide/userguide/jp/applications/screenshot.html deleted file mode 100644 index 9518d771f4..0000000000 --- a/docs/userguide/userguide/jp/applications/screenshot.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - スクリーンショット - - - - - - - - -
-
- -

screenshot-icon_64.pngスクリーンショット (Screenshot)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Screenshot
-/bin/screenshot
設定ファイルの位置~/config/settings/screenshot
-


-

スクリーンショットは、スクリーンショットアプリケーションを起動するか、PRINT キーを押すことで撮ることができます。

-

screenshot.png

-

スクリーンショットパネルでは、スクリーン全体を撮るかアクティブなウィンドウだけを撮るか選べ、ウィンドウの枠とマウスポインターを含めるかどうか選べます。さらにスクリーンショットを撮る前の延長時間も設定できます。

-

その下に名前、フォーマットの設定と、保存 (Save) をクリックしたときの保存場所を指定します。ファイルをディスクに保存せず、クリップボードにコピー (Copy to clipboard) してほかのアプリケーションに直接貼り付けるか、新しいスクリーンショット (New screenshot) を撮ることもできます。

-

設定はすべて記憶されるので、次にスクリーンショットを撮る時に以下の便利なキーボードショートカットを使えます。

- - - - -
PRINTすぐにスクリーンショットを撮り、スクリーンショットパネルを開きます。
SHIFT PRINT最後に用いた設定を引き継いで、(パネルを開かずに) スクリーンショットを撮影します。
CTRL PRINT同様に保存された設定で静かにスクリーンショットを撮影しますが、それをファイルとして保存する代わりに、クリップボードにコピーします。
-

-index -ターミナルからスクリーンショットを撮る

-

ターミナルやスクリプトから使うための特別な screenshot アプリケーションがあります。
-screenshot --help は便利なオプションをパラメータとして表示します。

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  スクリーンのビットマップを作成します
-
-FILE は、silent mode のときに使われる保存場所 / ファイル名です。存在するファイルは警告無しに上書きされます。
-FILE が指定されてない場合、スクリーンショットはユーザーのホームディレクトリにデフォルトの名前で保存されます。
-
-オプション
-  -m, --mouse-pointer   マウスポインタを含める
-  -b, --border          ウィンドウ境界を含める
-  -w, --window          アクティブなウィンドウのみを撮る
-  -d, --delay=seconds   指定された延長時間の後スクリーンショットを撮ります [秒]
-  -s, --silent          アプリケーションウィンドウを表示せずにスクリーンショットを保存します
-  -f, --format=image    フォーマットを指定します:[bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       スクリーンショットをアプリケーションウィンドウを表示せずにシステムクリップボードに保存します。
-
-注:オプション -b, --border は -w, --window と一緒に使ったときのみ有効です。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/showimage.html b/docs/userguide/userguide/jp/applications/showimage.html deleted file mode 100644 index 90be54c632..0000000000 --- a/docs/userguide/userguide/jp/applications/showimage.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar:無し (サポートされたファイルをダブルクリックで起動) -
位置:/boot/system/apps/ShowImage
設定ファイルの位置~/config/settings/ShowImage_settings
-


-

ShowImage を使って、データトランスレーターでサポートされているフォーマットの画像を見られます。新しいフォーマットはトランスレーターがシステムに追加されると認識されます。これは Haiku のベクターアイコンファイル、WonderBrush イメージや WebP イメージが使用可能になった時に行われています。
-ShowImage は最低限の編集機能、つまり画像のトリム、回転、フリップ、および画像をほかのフォーマットで保存する機能を提供します。 -

-

index表示

-showimage-view.jpg -

表示 (View) メニューは フォルダー内 (またはクエリのウィンドウ内) 画像のスライドショー (Slide show) を開始し、スライド間隔 (Slide delay) を 2 秒から 20 秒まで設定できます。

-

現在表示された画像に (ウィンドウサイズを変更せずに) 適用されるほかのコマンド:
-原寸に戻す (Original size) は画像を 原寸大 (100%) で表示します。
-画像を拡大した後や、ウィンドウサイズを変更した後にウィンドウに合わせる (Fit to window) とイメージをウィンドウフレームの中に縮めます。
-拡大 (Zoom in)縮小 (Zoom out) は 10% ステップで画像の拡大縮小率を変更します。拡大縮小はマウスホイールでもできます。ウィンドウより広く拡大した画像をパンするには左クリックしてマウスをドラッグします。

-

次の 2 つの設定は現在表示された画像だけではなく別の画像にブラウズしても記憶されます。
-高画質ズーム (High quality zooming) は拡大縮小時に高速でフィルターをかけ、ぎざぎざを取り除きスムーズな画像を生成します。
-ウィンドウの大きさに広げる (Stretch to window) は小さな画像をウィンドウフレーム全体に表示します。

-

それから、全画面表示モードでキャプションを表示 (Show caption in full screen mode) してファイル名を画像の下に表示できる、全画面表示 (Full screen) モードがあります。

-

最後に、ツールバーを表示 (Show tool bar) でグラフィックコントロールを表示 / 隠すことができます。

-showimage-toolbar.png -

左から右へ: 前のイメージ、次のイメージ、スライドショーを (フルスクリーンモードで) 開始、原寸に戻す、ウィンドウにあわせる、拡大、縮小

-

頻繁に使われているコマンドのほとんどは、右クリックのコンテキストメニューから利用可能です。全画面表示のときに便利です。

-

indexブラウジング

-showimage-browse.jpg -

画像を開くと、// を押してそのフォルダー (またはクエリ結果ウィンドウ) の中のほかの画像をすばやく閲覧できます。それにあわせてTracker ウィンドウでも選択箇所の変更を見られます。

-

現在の画像のフォルダーを開いてその親フォルダーとサブフォルダーへすばやくナビゲートする方法があります。Tracker のドリルダウンナビゲートと同じように、ステータスバーの情報エリアをクリックして現在の画像のサイズとフォーマットを表示します。

-

閲覧 (Browse) メニューを見ると、別の閲覧タイプが表示されます。たとえば、TIFF などのイメージフォーマットは 1 つのファイルに複数のページが入っています。最初のページ (First page) や、次のページ (Next page) などのコマンドでページを移動できます。

-

index編集

-showimage-edit.jpg -

イメージ (Image) メニューは画像を見るのに必要ないくつかの操作を提供します、それらは画像の回転と反転です。しかし実際の画像データは変更されません。次に開いたときに回転した状態で表示するために属性を追加するだけです。

-

現在の画像をワークスペース用の背景として保存するには、デスクトップの背景にする... (Use as backgroud...) から背景設定を開きます。

-

トリミングはもう 1 つの時々必要な機能です。トリミングするフレームを定義するには、編集 (Edit) メニューから 選択モード (Selection mode) に切り替え、左マウスボタンでボックスを引っ張り出せます。モードを変更したくない場合は ”ノーマルモード” の中で左クリックドラッグしながら CTRL を押すことでボックスを作成できます。
-選択解除 (Clear selection)ESC で選択ボックスを取り除けます。

-

次の章ではトリミングした部分を実際に保存する方法を説明します。

-

index保存と変換

-

画像を保存するか別のフォーマットに変換するには、ファイル (File) メニューから、いつものファイル形式を選んで保存... (Save as...) を選び、フォーマットとファイル名を選択します。
-Tracker ウィンドウが保存先のフォルダーを開いている時は、ドラッグ&ドロップですばやく保存できます。

-showimage-dnd.jpg -

上記のトリミングを完成させるには、フレームを選択するか、編集 | すべて選択 (Edit | Select all) でイメージを選択してください。それから選択部分をデスクトップか Tracker ウィンドウへドラッグ&ドロップして新しいイメージをオリジナルと同じフォーマットで作成します。

-

ファイルを別のフォーマットで保存するには、右マウスボタンでドラッグ&ドロップするときに現れるコンテキストメニューからフォーマットを選択してください。

-

indexキーボードショートカット

-

もっとも便利なショートカットのリストです。

- - - - - - - - - - -
/ 前の画像
/ 次の画像
DEL画像をごみ箱に移動
+拡大
-縮小
0原寸に戻す (100% ズーム)
1ウィンドウに合わせる
ALT ENTER全画面表示モードの切り替え (ダブルクリックで切り替えも可能です)
CTRLCTRL を押しながら選択モードに切り替えずに選択フレームを作成できます。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/soundrecorder.html b/docs/userguide/userguide/jp/applications/soundrecorder.html deleted file mode 100644 index a17a99accb..0000000000 --- a/docs/userguide/userguide/jp/applications/soundrecorder.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - サウンドレコーダー - - - - - - - - -
-
-
このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。
- -

soundrecorder-icon_64.pngサウンドレコーダー (SoundRecorder)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/SoundRecorder
設定ファイルの位置~/config/settings/???
-


-

ドキュメントはまだ存在しません。重複を避けるため、ドキュメントについて作業を行いたいときはドキュメンテーションメーリングリストでお知らせください。

- -
-
- - - - diff --git a/docs/userguide/userguide/jp/applications/stylededit.html b/docs/userguide/userguide/jp/applications/stylededit.html deleted file mode 100644 index 9042b597c8..0000000000 --- a/docs/userguide/userguide/jp/applications/stylededit.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/StyledEdit
設定ファイルの位置無し
-


-

StyledEdit はHaiku のシンプルなテキストエディタです。StyledEdit はファイルを普通のテキスト形式で保存しますが、StyledEdit で表示したときに限られたフォーマット機能を実現するために、追加の属性が書き込まれます。

-stylededit.png -

興味があれば、ターミナルで listattr を使うと属性はこのように表示されます。

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

この通り、StyledEdit のメニューからのフォーマットオプションはすべて表示されています。ワードラップ (オン / オフ) と配置 (左、中央、右) がそれぞれ一つの属性に入っています。文字のスタイル (フォント、サイズ、色) も別の属性に入っています。

-
これらの属性は BFS の機能なので、ほかのプラットフォームはただのテキストファイルと認識することだけでなく、BFS 以外のパーティションにファイルを保存するとフォーマットが消えてしまいます。上記の属性はたやすく取り除かれ、普通のテキストファイルが残ります。
-

いずれにしても、普通のテキストファイルであっても異なるフォントやサイズで書かれた色つきのテキストを可能にするというのは、すてきなアイデアです。たとえば、ReadMe.txt はこの仕組みによってどんなプラットフォーム上でもシェルで読むことができますし、その状態でもなおかつ Haiku からダブルクリックで開いた場合には、少しだけ書式の内容を保持しているのです。

-

StyledEdit を使用するのはとても簡単なので、メニュー項目をひとつひとつ説明するのは飛ばします。テキストを書き、フォーマットしたいテキストを選択して、フォント (Font) メニューからフォント、サイズと色を変更してください。ドキュメント (Document) メニューのワードラップと配置はファイル全体にしか適用できません。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/terminal.html b/docs/userguide/userguide/jp/applications/terminal.html deleted file mode 100644 index 2bd288fc9e..0000000000 --- a/docs/userguide/userguide/jp/applications/terminal.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - ターミナル - - - - - - - - -
-
- -

terminal-icon_64.pngターミナル (Terminal)

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Terminal
設定ファイルの位置~/config/settings/Terminal
-~/config/settings/profile - /boot/system/settings/etc/profile のデフォルトに追加 / 上書き
-~/config/settings/inputrc - /boot/system/settings/etc/inputrc のデフォルトに追加 / 上書き
-


-

ターミナルは、Haiku の Bash (Bourne Again Shell) へのインターフェースです。

-

シェルを使うオンラインチュートリアルへのリンクは、スクリプトHaiku のコマンドラインアプリケーションにあります。ここではターミナルアプリケーション自体に集中します。

- -

-index -ウィンドウとタブ

-

必要ならばいくつでもターミナルを開けます。すでに実行中のターミナルから、ALT N で新しいウィンドウを開くか、または ALT T で新しいタブを開きます。

-terminal.png -
-

タブの空白部分をダブルクリックすると新しいタブが開かれ、タブをダブルクリックするとタイトルを編集するダイアログが開かれます。% で指定された変数はいくつかあり、テキストフィールドの上にマウスを移動させると説明がツールチップで表示されます。
-標準 (%1d: %p) では、タブはカレントディレクトリを表示し、: で区切った後、現在実行中のプロセス (bash が実行中かアイドル中の場合は --) を表示します。上のスクリーンショットでは、Desktop フォルダー内の FTP セッションを最初のタブで実行しており、二つ目のタブは、home でアイドルしています。
設定 | ウィンドウタイトル... (Edit | Window title...) でターミナルのウィンドウタイトルも同様に編集できます。

-

タブを右クリックすると、タブを閉じる (Close tab) か、ダブルクリックのようにタブタイトルの編集... (Edit tab title...) を行うコンテキストメニューが表示されます。

-

ターミナルのウィンドウはほかのウィンドウのようにサイズを変更するか、設定 | ウィンドウサイズ (Settings | Window size) メニューでプリセットされたサイズを使えます。ALT ENTER で全画面表示に切り替えます。

-

直接 設定 (Settings) メニューを介して変更したすべての設定 ウィンドウタイトル (Window title)ウィンドウサイズ (Window size)テキストエンコーディング (Text encoding)、またはフォントサイズ (Font size) は、現在のセッション間のみ保存されます。変更を確定する場合は、設定… (Settings...) パネルを使用する必要があります。

- -

index -設定

-

設定 | 設定... (Settings | Settings...) ではターミナルの標準設定を変更できます。

-terminal-settings.png -
-

用意された設定のほとんどは見ればわかるものです。
-マウスポインターでタブタイトルとウィンドウタイトルの "式" を指すと、利用可能な変数についてのツールチップが表示されます。
-ミッドナイト (Midnight)レトロ (Retro) のような設定済みの配色パターンを選択できます。また、変更したい色 (テキスト (Text)背景 (Background)カーソル (Cursor) など) を選び、下にあるカラーピッカーを使って、Custom配色を作成できます。

-

続けて、いくつかのオプションについて: カーソルを点滅させる (Blinking cursor) を使用でき、太字の代わりに高輝度テキストを使う (Use bright instead of bold text) を選択できます。後者の設定は、ターミナルでボールドフォントのレンダリングが時々多少見苦しくなることを回避します。
-実行中のプログラムがある場合、終了時に確認する (Confirm exit if active programs exist) チェックボックスを有効にすると、アプリケーションがまだ実行されている時に、ターミナルウィンドウを閉じようとすると警告されるでしょう。

- - - - -
ファイルに保存… (Save to file...) 異なる設定を別のプロファイルに保存します。プロファイルをダブルクリックすると、それに応じて設定されたターミナルが開きます。
元に戻す (Revert) 設定パネルを開いた時の設定に戻します。
デフォルト (Defaults) すべてをデフォルト値にリセットします。
-

-index -キーボードショートカット

-

ショートカットとキーの組み合わせに、便利なショートカットの一覧が載っています。

-

もう 1 つの便利な機能として、さらなるキーボードとマウスの組み合わせがあります。ALT を押したままだと、マウスポインターの下のパスまたは URL が反転表示されます。左クリックでファイル / フォルダーあるいはウェブサイトが開きます。右クリックで Copy path (パスをコピー)または Copy absolute path (絶対パスをコピー) のコンテキストメニューが開きます。ユーザーが /MyData/source/haiku/ にいるとして、マウスポインターの下のパスが generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit であるとすると、後者のメニューは結合された絶対パス<ここで深呼吸>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit となります。

-

ALT SHIFT を押したままの場合は、マウスポインターが指すところまでのパスが反転表示されます。

-

ところで、ターミナルウィンドウ内で右クリックすると、クリップボードの内容を挿入します。これと反転表示されたパスのコピーとを組み合わせると、深いフォルダー階層のすばやいナビゲーションに使えます。

- -

-index -Bash カスタマイズ

-

bash は Unix 由来なので、カスタマイズする方法は数え切れないほどあります。ユーザーにとって重要なファイルは、profile.nputrc の 2 つです。
-ファイルは両方とも /boot/home/config/settings/ 内に作成でき、/boot/system/settings/etc/ で設定されたシステムデフォルトを上書きできます。

- -

profile

-

profile は新しいターミナルを開くたびにロードされます。bash の動作に影響するさまざまなエイリアスや変数を設定します。これについてのヘルプはオンラインで見つけられるでしょう。

-

The Haiku/BeOS Tip Server からいろいろなヘルプを見られます。たとえば、

- -

追加のヘルプは、こちらへ

- -

inputrc

-

inputrc はキーバインドに対応します。Haiku は便利なデフォルトを提供するので、ユーザーが詳細設定を変更する必要はないでしょう。特別なキーバインドが必要になった場合は、The GNU Readline Library などのオンラインリソースを見てください。

- -

-index -ターミナルで作業するためのヒント

-
  • -ファイルやフォルダーを Tracker ウィンドウからターミナルにドラッグすると、ファイルやフォルダーの場所をカーソル位置に挿入します。右クリックでドラッグすると、次のようなアクションがコンテキストメニューに表示されます。

    - - - - - - -
    パスを挿入 (Insert path) 左クリックと同様、ファイルの場所を挿入します。
    ディレクトリを変更 (Change directory) ドラッグされたファイルのフォルダーへディレクトリを変更します。
    カレントディレクトリにリンク作成 (Create link here) 現在ターミナルで作業中のディレクトリにドラッグされたファイルのリンクを作成します。
    カレントディレクトリへ移動 (Move here) ドラッグされたファイルをカレントディレクトリへ移動します。
    カレントディレクトリへコピー (Copy here) ドラッグされたファイルをカレントディレクトリにコピーします。
  • -
  • open [filename] コマンドでどのファイルも標準アプリケーションで開けます。これは現在 (".") と親 ("..") フォルダーの表現でも動作可能で、Tracker ウィンドウで開かれます。現在作業しているディレクトリを開くには、

    -
    open .

    と入力してください。

    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/textsearch.html b/docs/userguide/userguide/jp/applications/textsearch.html deleted file mode 100644 index ba4c9e5183..0000000000 --- a/docs/userguide/userguide/jp/applications/textsearch.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:項目無し、通常は Tracker アドオンから起動
位置:/boot/system/apps/TextSearch
設定ファイルの位置~/config/settings/TextSearch
-


-

TextSearch はテキストファイル中の文字列を検索します。通常は Tracker アドオンコンテキストメニューから選択したフォルダーやファイル内を検索するために呼び出されます。

- -textsearch.png - -

上のテキストボックスに検索したい文字列を入力し、RETURN を押すか、検索開始 (Search) をクリックして開始します。行を表示 (Show lines) がチェックされていた場合、検索結果は検索内容が入っているファイルの行を表示するため自動的に拡大されます。

- -

一目瞭然のメニューアイテムについて少し。

- - - - - - - - - - - - - - - - - -

ファイル (File) メニュー

新規ウィンドウ (New window)ALT N 新しいウィンドウを開き、同じファイルやフォルダーを別の文字列で検索できます。
ターゲットの指定... (Set target...)ALT F検索する新しいファイルやフォルダーを選択できます。

アクション (Action) メニュー

選択部のみ残す (Trim selection)ALT T リストから選択されてない部分を取り除きます。
選択部を開く (Open selection)ALT O現在選択しているファイルを標準のアプリケーションで開きます (ダブルクリックと同じです)。Pe などのテキストエディターが開かれた場合、検索文字列が見つかった行にジャンプできます。
Tracker で開く (Open files in Tracker)ALT K現在選択しているファイルの場所を Tracker で開きます。
テキストをクリップボードにコピー (Copy text to clipboard)ALT B選択部分をクリップボードにコピーします。

設定メニュー

ドットで始まるフォルダーを無視する (Skip folders starting with a dot) これは管理用ファイルが ".folders/" フォルダーの中に隠されている "unix 的" な環境で作業している時に便利です。このフォルダーは SVN や CVS などのソースバージョン管理システムに使用されていて、Haiku でも広く使われています。
検索文字をエスケープする (Escape search text) TextSearch は、コマンドラインツール grep を使用します。これは '"*\$?! およびスペースなどの特別な文字には \ を付けなければいけません。この設定をオフにすると、自分で \ を付けなければいけませんが、それと引き換えに正規表現のパワーを手に入れられます。
テキストファイルのみ (Text files only) TextSearch は現在テキストファイル中の文字列を探すのだけに役立ちます。この設定を無効にするとすべてのファイルの内容をチェックします。

検索履歴 (History) メニュー

最近検索した文字列が含まれています。

文字コード (Encoding) メニュー

必要なら、別の文字コードを選択できます。
-
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/tv.html b/docs/userguide/userguide/jp/applications/tv.html deleted file mode 100644 index 9ab8ff44d8..0000000000 --- a/docs/userguide/userguide/jp/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/TV
設定ファイルの位置~/config/settings/???
-


-

ドキュメントはまだ存在しません。重複を避けるため、ドキュメントについて作業を行いたいときはドキュメンテーションメーリングリストでお知らせください。

- -
-
- - - - diff --git a/docs/userguide/userguide/jp/applications/vision.html b/docs/userguide/userguide/jp/applications/vision.html deleted file mode 100644 index 357beea5c7..0000000000 --- a/docs/userguide/userguide/jp/applications/vision.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
- -

vision-icon_64.pngVision

- - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/Vision/Vision
設定ファイルの位置~/config/settings/Vision/*
-


-

Vision は元々 BeOS 用に開発された IRC クライアントです。ドキュメンテーションとバグトラッカーは Vision ウェブサイトで利用できます。

-
ほかの Haiku ユーザーやデベロッパから Haiku channels でさまざまな言語でヘルプを受けられます。
-いちばん頻繁に使われているのは irc.freenode.org の英語の #haiku です。
-

いくつかのアドバイス。特に、IRC が初めての方に。

-
    -
  • "IRC エチケット" を検索して、チャットでやっていいことといけないことを学んでください。たくさん検索したくないなら、Christoph Haas の書いた Getting help on IRC がとても役に立つと感じます。

  • -
  • ニックネームを登録することで、誰もがどのようななりすましもできないことを確実にでき、IRC 上の住人の信頼を得られます。それに関しては、Freenode's FAQ を参照してください。

  • -
  • Haiku のサウンドプレファレンス (Sounds preferences) で、誰かがあなたのニックネームに触れたら通知されるように構成してください。人々は常に IRC のクライアント画面を見ているわけではありません。ポストしようとしている内容の最初に。話しかけている人のニックネームを入力することは、注目されるチャンスを増やします。ターミナルと同様に、Vision はニックネームに対してタブによる入力補完をサポートしています。すなわち、ニックネームの最初の数文字を入力してタブキーを押すと、Vision はそれに一致する最初の名前で完成させます。

  • -
-

以下は、組み込みコマンドの一覧です。Vision のウェブサイトから許可を得て転載しています。

-

構文

- - - - - - -
/COMMANDコマンド
<required>必須のパラメーター
[optional]オプションのパラメーター
|論理 OR
...さらにパラメーターを入力可能
- -
    -
  • /ABOUT
    -Vision の About ウィンドウを表示します。

  • - -
  • /ACRONYM [word]
    -www.acronymfinder.com を現在の html ハンドラーで開きます (注: ファイルのハンドラーがブラウザーでない場合、 FileTypes で指定されたアプリケーションで開きます)。

  • - -
  • /AWAY [away-reason]
    -現在のネットワークに対して、不在 (away) ステータスを設定します。不在の理由 (away-reason) が指定されていない場合、'BRB' (すぐ戻る) に設定されます。

  • - -
  • /BACK
    -現在のネットワーク上のステータスを 'back' にします。

  • - -
  • /CLEAR
    -現在のテキストバッファーをクリアします。

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -チャンネルまたはニックネームに対して、指定の ctcp コマンドを実行します。

  • - -
  • /DCC <CHAT> <nick>
    -指定したニックネームで、私的な dcc (利用者同士の直接通信) チャットセッションを開始します。

  • - -
  • /DCC <SEND> <nick> [file]
    -ファイルを <nick> に送信します。ファイルが指定されていない場合は、ファイルパネルが開きます。

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -<nick(s)>に対して、De-ops (オペレーション権限を剥奪) または de-voices (発言権を剥奪) します。

  • - -
  • /DESCRIBE <nick> <message>
    -/ME と同様ですが、<nick> に関するクエリーを開きます。

  • - -
  • /DNS <domain name/IP address>
    -与えられた IP またはドメイン名を解決します。

  • - -
  • /EXIT
    Vision を終了します。

  • - -
  • /GAWAY [away-reason]
    -/AWAY [away-reason] と同じですが、すべての接続されたネットワークに適用されます。

  • - -
  • /GBACK
    -/BACK コマンドと同じですが、すべての接続されたネットワークに対して適用されます。

  • - -
  • /GOOGLE [search-string]
    -www.google.com を現在の html ハンドラーで開きます. (注: ファイルのハンドラーがブラウザーでない場合、FileTypes で指定されたアプリケーションで開きます)。

  • - -
  • /INVITE /I <nick> <channel>
    -<nick> を <channel> に招待します。

  • - -
  • /JOIN /J <channel> [channel-key]
    -<channel> に参加します。必要であれば、 [channel-key] を準備します。

  • - -
  • /KICK /K <nick> [reason]
    -現在のチャンネルから <nick> を排除します。[reason] が指定されていない場合、設定 (Preferences) で指定された理由に確定されます。

  • - -
  • /KILL <nick> [message]
    -ユーザーをネットワークから切断する IRC オペレーターコマンド

  • - -
  • /LIST
    -新しいビューを開いて、現在のネットワークのすべてのチャンネル [隠しチャンネルを除く]を表示します。

  • - -
  • /M
    -現在のチャンネルのチャンネルノードを表示します。

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -MODE <channel> <modes> <nick> と同様ですが、現在のチャンネルに対して実行されます。

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -/MODE <channel> <modes> と同様ですが、現在のチャンネルに対して実行されます。

  • - -
  • /ME <text>
    -* {ニックネーム} <text>.を表示します。

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -<channel> の <nick(s)> に対してモードを設定します。
    -例: /MODE #channel +o nick1
    -あるいは /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -<channel> のモードを設定します (注: コンマは光学的分離 (?) 用です)。
    -例: /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    <message> を <nick> へ送信します。

  • - -
  • /NAMES
    -ネットワークウィンドウ内にすべてのチャンネルとネットワークのすべてのニックネームを表示します (使用には注意してください)。

  • - -
  • /NAMES <channel>
    -<channel> 内のニックネームを表示します。

  • - -
  • /NICK <newnick>
    -ニックネームを <newnick> に変更します。

  • - -
  • /NOTICE <nick> <message>
    -<nick> へ、<message> を通知します。

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -<nick(s)> を通知リストに追加します。

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -指定された <app> を実行します。1 つ以上のアプリケーションが指定された場合は、パイプで接続されて実行されます。
    -例: /PEXEC Terminal | StyledEdit は、新しいターミナルを開き、その後 StyledEdit を開きます。
    -また、/PEXEC ls -la ~/Downloads/ は ~/Downloads/ ディレクトリの内容を現在のウィンドウ内に表示します (注意!)。

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -<nick(s)> に対して、Ops (オペレーション権限を付与) または Voices (発言権を付与) します。

  • - -
  • /PART
    -現在のチャンネルまたはネットワークから離れます。

  • - -
  • /PING <nick>
    -<nick> に PING を打ち、応答時間 (ping-time) を返します/CTCP <nick> PING と同等です。

  • - -
  • /QUERY /Q <nick> [message]
    -<nick> に対するクエリーウィンドウを開きます。オプションで、[message] を追加します。

  • - -
  • /QUIT /QUI [custom-quit-message]
    -現在のネットワークを終了します。[custom-quit-message] が指定されていなければ、Preferences 中のデフォルトセットが使われます。

  • - -
  • /RAW /QUOTE <command|text>
    -IRC コマンドをそのまま送信します。

  • - -
  • /RECONNECT
    -47 回の自動再接続の試みが失敗した場合、現在のネットワークへ再接続します。

  • - -
  • /SLEEP <deciseconds>
    -現在のスレッドを指定時間スリープさせます。将来のスクリプト用です。

  • - -
  • /SQUIT
    -サーバーとの接続を切る IRC オペレーターコマンド。

  • - -
  • /T
    -現在のチャンネルのチャンネルトピックを表示します。

  • - -
  • /T <new-channel-topic>
    -/TOPIC <channel> <new-channel-topic> と同じですが、現在のチャンネルが対象となります。

  • - -
  • /TIME <nick>
    <nick> の現地時間を返します。/CTCP <nick> TIME と同様です。

  • - -
  • /TOPIC <channel>
    -<channel> のチャンネルトピックを表示します。

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -<channel> のチャンネルトピックを <new-channel-topic> に設定します。

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -<nick(s)> を通知リストから削除します。

  • - -
  • /UPTIME [-l]
    -システムの経過時間を表示します。[-l] が指定されていれば、経過時間はローカルに表示されます。指定されてなければ、ネットワークに送信されます。

  • - -
  • /VERSION <nick>
    -<nicks> の IRC クライアントの現在のバージョンを返します。/CTCP <nick> VERSION と同様です。

  • - -
  • /VISIT <url>
    -<url> を現在の html ハンドラーで開きます (注: ファイルのハンドラーがブラウザーでない場合、FileTypes で指定されたアプリケーションで開きます)。

  • - -
  • /WEBSTER /DICTIONARY [word]
    -www.m-w.com (Merriam Webster) を現在の html ハンドラーで開きます (注: ファイルのハンドラーがブラウザーでない場合、FileTypes で指定されたアプリケーションで開きます)。

  • - -
  • /VUPTIME [-l]
    -Vision の稼働時間を表示します。[-l] パラメーターは、/UPTIME の時と同様の効果があります。

  • - -
  • /WALLOPS
    -IRC オペレーターコマンドで、wallops メッセージ (サーバーオペレーターへのメッセージ) を送信します (umode w を有効にしているユーザーに見えます)。

  • - -
  • /WHOIS /W <nick>
    -<nick> の ユーザー情報を表示します。

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/jp/applications/webpositive.html b/docs/userguide/userguide/jp/applications/webpositive.html deleted file mode 100644 index f774056b7f..0000000000 --- a/docs/userguide/userguide/jp/applications/webpositive.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/WebPositive
設定ファイルの位置~/config/settings/WebPositive/ - 設定ファイル、クッキー、キャッシュやブラウザ履歴
~/config/settings/WebPositive/Bookmarks - 統一されたブックマークファイル
-


-

WebPositive または略して Web+ は Haiku のネイティブウェブブラウザーです。名前の一部は BeOS のシンプルな NetPositive や WebKit とよばれる動作エンジンから由来しています。このオープンソースの HTML レンダリングライブラリは、Mac OS X の Safari や Google の Google Chrome など、主流ブラウザにも使用されています。日々進化を続ける WebKit を使用することで、Web+ は新しいウェブ技術に対応できます。

-webpositive.png -

WebPositive のインターフェースは簡単です。メニューの下にもう 1 つバーがあり、ボタンで履歴の前や次のサイトへの移動、ページのロードの中止、および (オプションで) スタートページへのジャンプができます。
-その下には URL を入力するロケーターフィールドがあります。
-ナビゲーションバーの下はウェブページです。タブを開くことでたくさんのページを同時に開けます。
-ウィンドウの下はステータスバーです。マウスが指しているリンクの URL を表示します。ページをロード中の場合は進捗バーが右に表示されます。

-

index設定 (Settings)

-

ウィンドウ (Window) メニューから、設定 (Settings) パネルを開き、WebPositive の設定を変更できます。

-webpositive-settings.png -

最初のタブは一般設定です。スタートページ (Start page) はどんなファイルや URL か、検索ページ (Search page) には何を使うのか、ファイルはどのダウンロードフォルダー (Download folder) に保存されるのか、などです。
-2 つのポップアップメニューが新しいウィンドウやタブを開けた時にどんなページをロードするかを決めます。
-次のチェックボックスによって、1 ページしか開いていない時にタブバーを隠すことができます。WebPositive のインターフェースはフルスクリーンモードのときに自動的に隠れるように、マウスポインターはしばらく動いてない時に隠れるように設定できます。
-最後に、"ホーム" ボタンをナビゲーションバーに表示するオプションとブラウザ履歴の保存日数を選べます。

-

次のタブでは、標準、serif、non-serif および等幅のフォントと標準サイズを設定できます。

-

最後のタブはプロキシサーバーを設定するために使われます。

-

indexブラウジング

-

以前にウェブブラウザーを使用したことがあるなら、WebPositive に驚かないはずです。すべてのメニューアイテムや機能をみるより、いくつかの点に注目してみましょう。

-
    -
  • webpositive-tabbar.png -

    新しいタブは、タブバーの右にある + ボタンかタブバーの空きスペースのダブルクリックによって開きます。バーに表示できるより多いタブが開いていた場合は < > スクロールボタンが表示され、タブバーを左右に動かせます。 -右端にある ボタンはすべてのタブがリストされているポップアップメニューを表示します。

  • -
  • リンクをマウスの中ボタンでクリックすることで、バックグラウンドで新しいタブでページを開きます。SHIFT を押しながら中ボタンをクリックすると、フォアグラウンドで開きます。

  • -
  • -View メニューの、拡大 (Zoom in)縮小 (Zoom out) を使ってページを拡大縮小できます。さらにテキストサイズだけを変更する文字サイズだけ変更 (Zoom text only) もあります。

  • -
  • フルスクリーンモードに入ったときにインターフェースを隠すように設定してあれば、1 秒後に隠れます。一時的にインターフェースを表示するにはマウスポインターをスクリーン上に移動させてください。

  • -
  • webpositive-locator.png -

    - -テキストフィールドに入力している間、ブラウザは過去に訪れたウェブサイトと入力を比べ、テキストフィールドの下にリストします。リストを縮めるためにさらに入力を続けるか、 を使ってウェブサイトを選択します。ENTER を押すとページをロードします。また、右のボタンを押すことでページをリロードできます。
    -URL ではない入力は Google で検索され、リストにウェブサーチのショートカットが載ります。 -

  • -
  • 右クリックはコンテキストメニューを開き、クリックした内容によってリンクを新しいウィンドウやタブで開いたり、ダウンロードして保存したりできます。

  • -
  • 編集 | 検索 (Edit | Find) -は、ページの下にページ内検索バーを表示します。検索された文字はページ内でハイライトされます。 -

  • -
-

indexブックマーク (Bookmarks)

-

WebPositive のブックマークは、~/config/settings/WebPositive/Bookmarks/ にファイルやフォルダーとして保存されています。ブックマークを追加すると新しいファイルがそこに作られます。ブックマークを管理… (Manage Bookmarks..). で簡単にブックマークフォルダーを開けます。

-webpositive-bookmarks -

ほかの属性が付いているファイルのように、ブックマークの URL、名前、タイトルやキーワードなども変更できます。ただ、Tracker の属性 (Attributes) メニューですべての列が表示されていることを確認してください。次にファイルを選択し、ALT E を押して属性を編集してください。属性の列は TAB で変更できます。
-ブックマークを自分で作ったフォルダーに移すこともできます。

-

Tracker を使ってブックマークを管理および検索することで、探しているブックマークをすばやく探せる Tracker のユニークな機能を持ち上げます。
-Tracker 設定中の 先行入力フィルタリング (Type-ahead filtering) を有効にすると、瞬時にブックマークリストをフィルターとマッチするように削減できます。 を数回押すことで選択部を移動し、ENTER を押すとウェブサイトを開くことができます。フィルターを名前、タイトル、URL やキーワードに適用させるために、属性の列をすべて表示することに注意してください。

-

これが動作するためには、~/config/settings/WebPositive/Bookmarks/ フォルダーにすべてのブックマークが保存されてなければいけません。WebPositive のブックマーク (Bookmarks) メニューを使用したい場合のみ、コピーをサブフォルダーに入れてください。キーワード属性を入力すると役に立ちます。

-

indexダウンロード (Downloads)

-

ウィンドウ | ダウンロード (Window | Downloads) で、ダウンロードしたすべてのファイルを表示します。

-webpositive-downloads.png -

現在ダウンロード中のファイルはプログレスバーが表示され、Tracker のようにダウンロードスピード、ファイルサイズや残り時間も表示されます。右のボタンでダウンロードをキャンセル (Cancel)再試行 (Restart) 、ファイルを開く (Open) 、またダウンロードリストから削除 (Remove) することができます。下にある見つからないファイルを削除 (Remove missing) と、完了したファイルを削除 (Remove finished) はリスト内のすべての項目に適用されます。"見つからない" ファイルはダウンロードディレクトリから削除されたファイルのことです。

-

ダウンロード中のファイルをごみ箱に移動すると、ダウンロードを中止します。さらに、アイコンが "ゴースト化" します。
-通常、WebPositive は Tracker でのファイル管理に対応しています。ダウンロード中、またダウンロード後でさえもファイルは名称変更や移動ができます。これらの変更は、ダウンロードウィンドウにも適用されます。

-

パッケージや画像などのファイルをどのサイトからダウンロードしたかと思ったことがありますか? ファイルを DiskProbe で開いて、META:url 属性を見れば、情報が得られます。

-

ダウンロードフォルダーに URL をずっと表示したいですか? ブックマークをコピーし、ブックマークの URL 属性列を表示するよう設定し、ブックマークを取り除いてください。

-

indexキーボードショートカット

-

以下は、便利なキーボードショートカットの一覧です。

- - - - - - - - - - - - - - -
ALT Tタブを開きます。
ALT W タブを閉じます。
ALT N 新しいウィンドウを開きます。
SHIFT ALT W 現在のウィンドウを閉じます。
ALT ENTER 全画面表示に切り替えます。
ALT R or F5 現在のページを更新します。
ALT H ホームページを開きます。
ALT D ダウンロードウィンドウを表示または隠します。
ALT F 検索バーを表示します (ESC で閉じます)。
ALT B 現在開いているページをブックマークに登録します。
ALT M ブックマークフォルダーを開いて編集します。
ALT 履歴中の前のページへ移動します。
ALT 履歴中の次のページへ移動します。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/applications/wonderbrush.html b/docs/userguide/userguide/jp/applications/wonderbrush.html deleted file mode 100644 index 864cb7984e..0000000000 --- a/docs/userguide/userguide/jp/applications/wonderbrush.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:アプリケーション (Applications)
位置:/boot/system/apps/WonderBrush/WonderBrush
ドキュメント:/boot/system/apps/WonderBrush/Documentation en
設定ファイルの位置~/config/settings/WonderBrush
-


-

WonderBrush は、ビットマップおよびベクター画像の編集ソフトです。より多くの情報やワークショップは、YellowBites のウェブサイト、およびドキュメント中に見つかります。

- -
-
- - - - diff --git a/docs/userguide/userguide/jp/attributes.html b/docs/userguide/userguide/jp/attributes.html deleted file mode 100644 index f4d6ba4c08..0000000000 --- a/docs/userguide/userguide/jp/attributes.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - 属性 - - - - - - - - -
-
- -

属性

- -

属性 (Attribute) とは、ファイルに属するけれどもそのファイルの一部ではないデータフィールドです。たとえば、属性はファイルサイズの計算には含まれませんが、属性をコピーしたり、ファイル自体に触れることなく属性に変更を加えたりできます。システムはこれら属性をファイルサイズやファイルタイプ、ファイルが最後に変更された日付などを保存するのに使用します。この仕組みはほかのオペレーティングシステムやそのファイルシステムと似ています。

-

ほかのオペレーティングシステムとの違いは、任意のファイルに対して任意の種類の属性を追加できること、および、Tracker ウィンドウの中でその属性の表示または編集ができることです。必要なことはファイルタイプに追加する属性の種類 (文字列や整数値、時刻など) を定義し、属性に名前と説明を付けることだけです。

-

ファイルそのものは中身がある必要すらまったくありません。たとえば、次の People ファイルを見てください。

-people.png -
-

見てのとおり、これらはすべて属性が付与された大きさが 0 のファイルです。Tracker ウィンドウの右側で、"John Nox" のメール属性を編集中です。

-

People ファイル、メールファイル、または音声ファイルがデフォルトでそうしているように、これら属性をインデックス化すれば、Haiku の高速クエリシステムを使って属性を検索できるようになります。

- -

-index -Tracker での属性

-

属性はデータベースやスプレッドシートと非常によく似た形で表示されます。Tracker を使うことで、どの属性 (列) を表示するのかの選択や、属性にしたがってファイルリストの順番 (行) の並べ替えができます。

-

Tracker で属性を操作するには、Tracker ウィンドウを開いて属性 (Attributes) メニューをクリックし、表示したい属性を選択します。あるいは単純に列見出しを右クリックし、コンテキストメニューで該当する項目をマークします。また、列見出しをドラッグ&ドロップするだけで、列を再配置できます。列をウィンドウの外に移動させることにより、不要な列をすばやく取り除けます。

-

列見出し中の 2 つの属性の間の線をダブルクリックすると、列幅が自動的に適切なサイズに調整されます。

-

列見出しをクリックすると、並び替えの順序が昇順から降順へ切り替わります。SHIFT を押しながら列見出しをクリックすることで、2 番目の並び替え順を決められます。たとえば、1 番目の並び替え順を会社名、2 番目の並び替え順をコンタクト名にして People ファイルを並べ替えられます。例として上のスクリーンショットを見てください。2 番目の並び替え順は、列見出しすぐそばの、1 番目の並び替え順よりも明るい色の目印でマークされています。

-

これら属性の編集はファイルのリネームと同様にシンプルです: 項目をクリックするか、ALT E を押します。属性間の移動は TAB および SHIFT TAB で行います。変更を適応せずに編集モードを抜けるには ESC を押します。

- -

-index -ターミナルでの属性

-

コマンドラインがお好みの場合やスクリプトを使って大量のファイルを処理しようという場合に備えて、ターミナルから属性を制御できるコマンドがいくつか用意されています。

-

-index -listattr

-

listattr はファイルの属性を一覧表示します。属性の内容については表示しません。

-
使い方: listattr 'filename' ['filename' ...]
-

上のスクリーンショットの例です。 -

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

コンタクト情報を保持しているすべての "META:*" 属性に加えて、システムによって管理されている次の 2 つの属性が存在します。

-
    -
  • BEOS:TYPEMIME 文字列としてファイルタイプを保持しています。この例では "application/x-person" です。この属性によりデフォルトのアイコンやファイルをダブルクリックしたときなどにそのファイルを開くアプリケーションが決まります。

  • -
  • "_trk/pinfo_le" は Tracker がファイルのアイコンの位置を記録するために使用する属性です。

-
"Clara" のうしろのバックスラッシュに関する補足です。ターミナルでは、'"*\$?! 等の特別な文字を「エスケープ」する必要があります。"Clara" と "Botters" の間のスペースもエスケープする必要のある文字の 1 つです。したがってこの例のバックスラッシュは、実は空白文字の直前にあるのであり、"Clara" のうしろにあるのではありません。
- -

-index -catattr

-

catattr はファイルの指定された属性の内容を表示します。

-
使い方: catattr [--raw|-r] attr_name file1 [file2...]
-

先のファイルを再び例にします。

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr はファイルに属性を追加します。同時に属性の内容を入力することもできます。

-
使い方: addattr [-t type] attr value file1 [file2...]
-    または: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         type は次のうちのいずれか 1 つです:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 または数値です (例: 0x1234, 42, 'ABCD', ...)
-         デフォルトは "string" です。
-

ではここで、親友の Clara が多国籍企業 Barkelbaer 社で働くことになりました。これまで空だった "Company" 属性 (「文字列」型) をその情報で入力しましょう。

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr はファイルから属性を削除します。

- -
使い方: rmattr [-p] attr filename1 [filename2...]
-         'attr' はそのファイル属性の名前です。
-         '-p' が指定されると、'attr' はパターンとみなされます。
-

実用的な観点から見れば、単に "Fax" 属性の内容を入力しないことで十分対応できますが、次のようにタイプすると、Clara のファイルから "Fax" 属性を完全に削除できます。

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr は 1 つまたは複数のファイルの属性を、ほかのファイルにコピーします。デフォルトでは実際のファイルの内容についてはコピーされません

-
使い方: copyattr <options> <source> [ ... ] <destination>
- -

属性に加えてファイルの内容そのものもコピーしたい場合は、"-d" または "--data" オプションを追加します。

- -


-

以上のコマンドに関する情報や各コマンドのオプションに関する情報は、コマンド名のうしろに "-h" または "--help" を続けてタイプすることにより見られます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/bash-scripting.html b/docs/userguide/userguide/jp/bash-scripting.html deleted file mode 100644 index 8c49600256..0000000000 --- a/docs/userguide/userguide/jp/bash-scripting.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - Bash とスクリプト処理 - - - - - - - - -
-
- -

Bash とスクリプト処理

- -

「スクリプト処理」とは、複数のコマンドを並べて書き、「スクリプト」と呼ばれるテキストファイルとして保存することにより処理を自動化する方法のことです。スクリプトを走らせるたびに、あたかもターミナルでそれらコマンドをひとつひとつ手で打ち込んでいるようにコマンドが実行されます。
-スクリプトは、単に数個のコマンドをある特定の順番で実行するものから、複雑なタスクを処理するための高度なコードのかたまりまで、多岐にわたります。

- -

-index -Bash

-

スクリプトはそれを解釈するシェルに大きく依存するため、まずは Haiku で使用されている BASH に精通する必要があります。BASH は広く使用されているシェルなので、オンライン上に資料が豊富に存在します。すばらしいドキュメントの 1 つに、Johan Jansson 氏の Introduction to bash - a tutorial for bash under BeOS があります。

- -

-index -スクリプト処理のための必読書

-

シェル内で作業するためのいくつかの基礎を学んだあとは、スクリプト処理の世界にゆっくりと歩み出しましょう。この場合も、本屋と同じくらい豊富なチュートリアルやリファレンスをオンライン上で見つけられるでしょう。Haiku にほぼピッタリの非常にすばらしい入門書に、オンラインで入手可能な Scot Hacker 氏による BeOS Bible の Scripting Chapter (PDF, 900kb) があります。

- -

-indexHaiku でのスクリプト

-

以前、Haiku は起動とシャットダウンのためのスクリプトを持っていました。現在は代わりに launch_daemon を使用しています。しかし、特定のユーザースクリプトについてこのプロセスを増やすことができます。それらがすでに存在しない場合は、ユーザー自身で必要なファイルを作成する必要があります。ほかに、コマンドを実行したいプロセス内に単純に追加する方法もあります。

- -

-index -UserBootscript

-

システムの起動プロセスが完了すると、/boot/home/config/settings/boot/UserBootscript が実行されます。たとえば次のように、システムが起動した直後にいくつかのプログラムを毎回自動起動させることができます:

-
# ランチャーを起動する
-/boot/system/apps/LaunchBox &
-
-# ワークスペースアプレットを起動する
-/boot/system/apps/Workspaces &
-

コマンドをバックグラウンドプロセスとして実行するために、コマンドの末尾は "&" で終わらせることを覚えておいてください。そうしなければ、そのコマンドが完了するまで (この例では、起動したアプリケーションが再度閉じられるまで) スクリプトが停止してしまいます。

- -

システムの起動時にアプリケーションを起動させるための、上記とは違うシンプルな方法の 1 つに、それらアプリケーションへのリンクを /boot/home/config/settings/boot/launch ディレクトリに置くという方法があります。この方法は、自動起動させたいアプリケーションを右クリックして、指定先にリンクを作成 (Create Link) にマウスカーソルを合わせたあと、前述のディレクトリへナビゲートすることで簡単に実現できます。

- -

-index -UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript はシャットダウンプロセスの最初のステップで実行されます。このスクリプトが 0 以外の終了ステータスを返すと、シャットダウンは中断されます。

- -

-index -UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript はシャットダウンの最終ステップで実行されます。このスクリプトが実行されるときには、システムの大部分が終了していることに注意してください。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/bootloader.html b/docs/userguide/userguide/jp/bootloader.html deleted file mode 100644 index ba797c57f5..0000000000 --- a/docs/userguide/userguide/jp/bootloader.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - ブートローダー - - - - - - - - -
-
- -

ブートローダー

- -

ハードウェア周りに問題が生じた場合や、Haiku を複数インストールしていて (おそらくインストール CD 上あるいは USB メモリ上の Haiku)、そのいずれかを選択する場合に、Haiku のブートローダーは役立ちます。
-また、あるソフトウェアコンポーネントをインストールしたもののそれが正しく動作せず、システムの起動を妨げてしまう場合にもそれは役立ちます。以下のトラブルシューティングを見てください。

-

ブートローダーのオプションに入るには、Haiku の起動プロセスが始まる前に SHIFT キーを押しっぱなしにする必要があります。ブートマネージャーがインストールされている場合は、Haiku のブートエントリーを実行する前に SHIFT を押し続ける動作を始めても構いません。Haiku がそのマシンの唯一のオペレーティングシステムである場合、BIOS からのブートメッセージがまだ表示されている状態から SHIFT キーを押し続ける動作を始められます。

-

-index -ブートローダーのオプション

-

ブートローダーのオプションに入ると、次の 4 つのメニューが表示されます。

- - - - - - - - - -
Select boot volume Haiku のインストール済イメージまたはバージョンのうち、どれを起動するのか選択します。
Select safe mode options - ハードウェア周りに問題が生じた場合、または不正なアドオンのためにシステムが不安定あるいは起動しなくなった場合に試してみるべきオプションがいくつかあります。オプションに選択バーを移動させると、画面の下部に短い説明が表示されます。

Safe mode
- システムをセーフモードにします。このオプションは、ほかのオプションと独立して有効にできます。

-

Disable user add-ons
- ユーザーがインストールしたすべてのアドオンを読み込まないようにします。システムディレクトリにあるアドオンだけが読み込まれます。下のトラブルシューティングを見てください。

-

Disable IDE DMA
- IDE DMA を無効にします。速度を犠牲にして、IDE の互換性を向上します。

-

Ignore memory beyond 4 GiB
- 4 GiB アドレス限界を超えるメモリを無視します。カーネル設定ファイル中の設定を上書きします。

-

Use fail-safe video mode
- システムは VESA モードを使用し、ほかのグラフィックドライバーを使用しません。

-

Disable IO-APIC
- 割り込みルーティング用の IO APIC の使用を無効にします。代わりに、従来の PIC を使用します。

-

Disable local APIC
- ローカル APIC の使用を無効にします。また、SMP も無効にします。

-

Disable SMP
- 1 つを除いてすべての CPU コアを無効にします。

-

Don't call the BIOS
- システムが BIOS 機能を呼び出すことを禁止します。

-

Disable APM
- アドバンストパワーマネージメント (APM) のハードウェアサポートを無効にし、カーネル設定ファイル内の APM 設定を上書きします。

-

Disable ACPI
- アドバンスドコンフィグレーションアンドパワーインターフェイス (ACPI) のハードウェアサポートを無効にし、カーネル設定ファイル内の ACPI 設定を上書きします。

-

Blacklist entries
- 無視しなければならないシステムファイルを選択できるようにします。たとえば、ドライバーを一時的に無効にする場合に役立ちます。下のトラブルシューティングを見てください。

Select debug options - これを選択すると、デバッグに役立ついくつかのオプションや、バグ報告のために詳細な情報を取得するのに役立つオプションが現れます。ここでも、各オプションに関する短い説明が画面の下部に表示されます。

Enable serial debug output
- syslog 出力のシリアルインターフェースへの転送をオンにします (デフォルト値: 115200, 8N1)。

-

Enable on screen debug output
- 通常のブートロゴの代わりに、システムがブート中にスクリーン上へデバッグ出力を表示します。

-

Disable on screen paging
- スクリーンへのデバック出力が有効なときに、ページングを無効にします。

-

Enable debug syslog
- このセッションに対して、特別なメモリ内の syslog バッファーを有効にします。ブートローダーは再起動後そのバッファーにアクセスできます。

-

Display current boot loader log
- ブートローダーが記録したデバッグ情報を表示します (Q を押してログを抜けます)

-

Add advanced debug option
- 詳細なデバッグオプションを直接入力できるようにします。

"Enable debug syslog" を有効にした場合、クラッシュ後にソフトウェアリセット (warm reboot) を行うと、次の追加オプションが表示されます:

Save syslog from previous session during boot
- 前回の Haiku のセッションを、起動中に /var/log/previous_syslog へ保存します。

-

Display syslog from previous session
- 前回の Haiku のセッションの syslog を表示します。

-

Save syslog from previous session
- 前回の Haiku のセッションの syslog をディスクに保存します。現在、FAT32 ボリュームのみがサポートされています。

Select fail safe video mode Use fail-safe video mode を有効にしなければならないときに、解像度と色深度を設定できます。
-

-index -トラブルシューティング

-

Haiku がユーザーのハードウェアで最初から起動しない場合、Select safe mode options のさまざまなオプションを設定してみてください。ともかく、バグレポートの提出を検討してください。

-

一方、Haiku がいくつかのソフトウェア、特にハードウェアドライバーをインストールした後に突然調子が悪くなった場合は、障害を起こすパッケージを再びアンインストールすることで、Haiku を再び起動可能にし、正しく動作させるオプションがいくつかあります。

-
    -
  • Safe mode を有効にすると、ほとんどのサーバー、デーモン、そして UserBootScript の起動を禁止します。

  • -
  • Disable user add-ons を有効にすると、ユーザーがホームフォルダー以下の階層にインストールしたすべてのアドオン (ドライバー、トランスレーターなど) の使用を禁止します。

  • -
  • 問題のあるドライバー、アドオンなどが、システム階層にインストールされている場合は、少しばかり複雑になります。なぜなら、その階層は読み取り専用だからです。ここで、Blacklist entries オプションが出てきます。それにより、システム階層全体を検索して、ユーザーにとってシステムを混乱させるコンポーネントを無効にします。無効にする項目は、SPACE または RETURN キーでチェックします。ESC は親ディレクトリへ一段戻ります。

    -

    オンラインで、How to Permanently Blacklist a Package File という記事があります。これには、コンポーネントの無効化を定着させる方法が説明されています。

  • -
  • Select boot volume の下では、 Haiku の 以前の "バージョン" を指定して起動できます。パッケージをアンインストール / インストールするたびに、以前の状態は保存され、ブートローダーオプション内のリストから選択することで、それを起動できます。
    -つまり、もし、いくつかのパッケージをインストールした後に起動時の問題が発生した場合は、問題が起きる前の Haiku のバージョンを起動して、問題となるパッケージをアンインストールしてください。

  • -
-

-index -Haiku のブート

-

1 つまたは複数のオプションを有効にしてメインメニューに戻り、起動を続行すると、このブートスクリーンが表示されます:

-boot-screen.png - -

すべてが順調に進むと、各シンボルが次々に点灯して行きます。
-それぞれのシンボルは大まかに次のブートステージに対応します:

- - - - - - - - -
原子 モジュールの初期化。
ディスク + 虫眼鏡 rootfs (/) の作成と devfs (/dev) のマウント。
プラグインカード デバイスマネージャーの初期化。
ブートディスク 起動ディスクのマウント。
IC チップ CPU 固有のモジュールの読み込み。
フォルダー サブシステムの最終初期化。
ロケット Launch_daemon がシステムを起動。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/contents.html b/docs/userguide/userguide/jp/contents.html deleted file mode 100644 index a484d39a90..0000000000 --- a/docs/userguide/userguide/jp/contents.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - Haiku ユーザーガイド - 目次 - - - - - - - - -
-
- -

Haiku ユーザーガイドへようこそ

- -

以下に、Haiku のもっとも重要な一面に関するドキュメントが見つかるでしょう。もちろん、ドキュメントの完成および拡張は継続して行われます (アップデートされたページや翻訳は、オンラインバージョンを参照してください)。エラーを見つけた場合、トピックを提案したい場合、あるいはあなた自身が貢献したい場合には、ドキュメンテーションメーリングリストで連絡を取ってください。翻訳に協力したい場合は、i18n user guide wiki で情報が得られます。

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ブートローダーセーフブートオプションを設定して構成の問題を解決します。
ファイルシステムレイアウトファイルシステム階層を理解し、重要なファイルとフォルダーの場所に慣れましょう。
Haiku のグラフィカルユーザーインターフェースグラフィカルユーザーインターフェースの基本的要素について学習します。
ワークスペース仮想デスクトップを使用して、作業環境を整理します。
Twitcher実行中のアプリケーションを切り替えます。
チームモニター反応のないアプリケーションやシステムコンポーネントを強制終了します。
Trackerナビゲーション、ファイルとフォルダーの操作および Haiku のファイルマネージャーの設定に関するすべてを学習します。
ショートカットやキーの組み合わせワークフローをスピードアップするもっとも一般的なショートカット。
DeskbarHaiku 版の「スタート」メニューとタスクバーの使い方と設定。
ファイルタイプデフォルトアプリケーションの設定、ファイルタイプの変更、および独自のファイルタイプの作成。
属性Haiku の主な特徴の 1 つは、あらゆる種類のデータを扱い、任意のファイルへ追加できることです。
インデックスインデックスを付けて、属性を検索できるようにします。
クエリHaiku のきわめて高速なクエリを使って、探しものをすばやく見つけます。
ワークショップ: ファイルタイプ、属性、インデックス、クエリHaiku の重要な特徴のいくつかの使い方を DVD の整理を通じて学習します。
ワークショップ: メールの管理カスタムステータスやクエリで Haiku のメールシステムの使い方を学習します。
ワークショップ: ワイヤレスネットワーク暗号化されていない、または暗号化されたワイヤレスネットワークを設定します。
アプリケーション一般的なアプリケーションのアンインストールおよびインストール方法と、Haiku 付属のアプリケーションの操作方法を学習します。
デスクトップアプレットデスクトップや Deskbar にインストールするシンプルなツール。
Preferences (プレファレンス)システムを設定または構成します。
Bash とスクリプト処理システムで使ういくつかの興味深いスクリプトと、シェル操作やスクリプティングに関するオンラインリソースについて学習します。
- -
-
- - - diff --git a/docs/userguide/userguide/jp/deskbar.html b/docs/userguide/userguide/jp/deskbar.html deleted file mode 100644 index fb04d50133..0000000000 --- a/docs/userguide/userguide/jp/deskbar.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- - - - -
目次
- Deskbar メニュー
- トレイ
- 実行中のプログラムの一覧 -
- -

Deskbar

- -

Deskbar は小さなパネルで、デフォルトでは画面右上の角に配置されています。これは、Windows での「スタート」ボタンの Haiku 版です。アプリケーションや設定を開くための Deskbar メニューと、時計やその他のツールを表示するトレイを持ち、実行しているプログラムの一覧をその下に表示します。

-positions -

トレイの片側にある凸の部分をつかんで新しい位置にドラッグ&ドロップすると、画面の角、上部あるいは下部に Deskbar を動かせます。Deskbar メニューに凸の部分をドラッグ&ドロップすることで、バーを小さく折りたたむこともできます。

- -

-index -Deskbar メニュー

-

Deskbar の上部をクリックするとメニューが開きます。

-deskbar.png -
    -
  • このシステムについて (About This System) - システムの基本的な情報と、Haiku プロジェクトのライセンスやクレジットを表示します。

  • - -
  • 検索… (Find...) - クエリダイアログを開きます。

  • -
  • レプリカントを表示 (Show Replicants) - 小さなウィジェットであるレプリカントの表示 / 非表示を切り替えます。ドラッグ操作、削除、コンテキストメニューへのアクセスができます。

  • -
  • マウント (Mount) - デスクトップを右クリックした際に呼び出されるものと同様のオプションを提供します。(ボリュームのマウントを参照してください)

  • -
  • Deskbar の設定 (Deskbar Preferences) - Deskbar を設定するためのパネルを開きます。(下を参照してください)

  • -
  • シャットダウン… (Shutdown...) - 再起動 (Restart System) か、電源を切る (Power Off) を選んで実行します。

  • -
  • 最近使ったドキュメント、フォルダー、アプリケーション (Recent Documents, Folders, Applications) - 最近利用したドキュメント、フォルダー、アプリケーションの一覧です (下の Deskbar の設定を参照してください)。

  • -
  • Applications、Demos、Deskbar Applets、Preferences - インストール済のアプリケーション、デモ、アプレットと設定の一覧です。
    ほかのプログラム (またはフォルダー、ドキュメント、クエリなど) へのリンクを追加するには、それらを ~/config/settings/deskbar/menu/ に入れます。

  • -
- -

- -indexDeskbar 設定

-prefs-deskbar.png -

Deskbar 設定パネルは、3 つのセクションに分かれます。

- -

アプリケーション

-

以下の設定は、インストール済アプリケーションには適用されませんが、実行中のアプリケーション一覧の動作や見た目に適用されます。

- - - - - - - -
実行中のアプリケーションを名前順に並び換える (Sort running applications) 実行中のアプリケーション一覧をアルファベット順に並べ替えます。
Tracker を常時先頭に表示 (Tracker always first) アルファベット順に並べ替えた後も、Tracker を常に一覧の先頭に配置します。
エキスパンダーを表示 (Show application expander) Deskbar に表示されたプログラムの全ウィンドウをただちに表示 / 非表示にする、小さなウィジェットを提供します。
新しいアプリケーションを展開表示 (Expand new applications) 新しく起動したプログラムのウィンドウを自動的に開き、Deskbar 内のプログラム項目の下に表示します。
アプリケーション名を隠す (Hide application names) アプリケーションのテキストラベルを除きます。
アイコンサイズ (Icon size) 実行中アプリケーションのアイコンサイズを調整します。
- -

メニュー (Menu)

-

Deskbar の最初の 2 つのメニューは固定されていますが、ユーザーは、シャットダウン… (Shutdown...) より下のメニューをカスタマイズできます。
-ここでは、Deskbar のメニューに表示する、最近利用したドキュメント、フォルダー、アプリケーションの数を指定できます。あるいは、それらを表示するかどうかを設定できます。
-メニューの編集… (Edit Menu...) ボタンは ~/config/settings/deskbar/menu/ フォルダーを開きます。そこには、Deskbar で表示されるファイルとフォルダーがあることに気づくでしょう。初期設定では、アプリケーション (Applications)デモ (Demos)デスクトップアプレット (Deskbar Applets)環境設定 (Preferences) となっています。
-アプリケーションへのリンクやドキュメント、クエリといった項目を追加または削除するには、単にこのフォルダーにコピー、削除するだけです。

- -

パッケージからインストールされたプログラムは、自動的に Deskbar メニュー内に項目を作成します。パッケージをインストールするにつれて、それは少し込み入ってくるでしょう。もしユーザーが総合的に管理するのが好きで、自分自身でリンクした (たぶんサブフォルダーに分類された) アプリケーションを見たいだけであるなら、以下がそのやり方です。
-menu フォルダーのリンクを、~/config/settings/deskbar/ 内に作成し、それを menu_entries にリネームします。以上は、ターミナルから以下のように実現できます。

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
-
- -

Window (ウィンドウ)

-

最後に、Deskbar ウィンドウの設定があります。

- - - - -
常に手前に (Always on top) Deskbar は常にほかのすべてのウィンドウより前面にいます。
マウスオーバーで手前に (Auto-raise) Deskbar にマウスポインターが触れると前面に来ます。
自動的に隠す (Auto-hide) Deskbar は数ピクセルに縮小し、マウスポインターがタッチした時だけ現れます。
- -

-index -トレイ

-calendar.png -

トレイに配置されているものの 1 つに時計があります。時計にカーソルを合わせると、ツールチップに日付が表示されます。左クリックでカレンダーが表示されます。時計の表示 / 非表示を切り替えるには、時計を右クリックするか、日付と時間プレファレンスを起動してください。

-

どのプログラムもトレイにアイコンをインストールして、ユーザーにインターフェースを提供できます。たとえばメールシステムでは、未読メールがある時は異なったシンボルを表示します。さらに、メールの作成や確認などを行うためにコンテキストメニューを提供します。もう 1 つの例として、プロセスコントローラーはトレイアイコンを情報 (CPU / メモリ使用状況) の表示とコンテキストメニューの提供に使用します。

- -

-index -実行中のプログラムの一覧

-list-of-apps.png -

特定の実行中アプリケーションを変更するには、Deskbar の中のアプリケーションの項目をクリックし、サブメニューからウィンドウの (1 つ) を選びます。右クリックでウィンドウやアプリケーション全体を最小化、あるいは閉じることができます。

-

Deskbar の設定でエキスパンダーを有効にしている場合、アプリケーションのウィンドウの一覧を展開または折りたためます。

-

すべてのアプリケーションのウィンドウの前には、状態の情報を示すシンボルが付いています。明るいシンボルはウィンドウが可視であること、暗いものは最小化されていることを意味します。シンボルの前に引かれている 3 本線は、ウィンドウが現在のワークスペースにないことを示しています。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/desktop-applets.html b/docs/userguide/userguide/jp/desktop-applets.html deleted file mode 100644 index 6d77d039eb..0000000000 --- a/docs/userguide/userguide/jp/desktop-applets.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - デスクトップアプレット - - - - - - - - -
-
- -

デスクトップアプレット

- -

Haiku は便利なツールをいくつか提供しています。ツールはレプリカントを用いて、デスクトップまたは Deskbar にインストールできます。

- - - - - - - - - - - -
iconランチャー お気に入りのアプリケーションへのショートカットです。
iconネットワーク状況 ネットワーク接続は有効ですか?
iconPowerStatus ノートブックのバッテリーの充電状態を表示します。
iconプロセスコントローラー すべての実行中アプリケーションとサービスの、監視およびコントロールを行います。
iconワークスペース ワークスペース全体のミニチュア版です。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/desktop-applets/launchbox.html b/docs/userguide/userguide/jp/desktop-applets/launchbox.html deleted file mode 100644 index 8a550780b7..0000000000 --- a/docs/userguide/userguide/jp/desktop-applets/launchbox.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - ランチャー - - - - - - - - -
-
- -

launchbox-icon_64.pngランチャー (LaunchBox)

- - - - -
Deskbar:Desktop Applets (デスクトップアプレット)
位置:/boot/system/apps/LaunchBox
設定ファイルの位置~/config/settings/LaunchBox/*
-

1 つまたは複数のランチャー (LaunchBox) アプレットを起動して、お気に入りのアプリケーションやドキュメントのショートカットをまとめられます。それぞれのランチャーについて、すべてのまたは現在のワークスペース上だけで表示するかどうかを決定できます。特定のアプリケーションでドキュメントを早く開くためのランチャーアプレットとしても使えます。たとえば、ランチャーに HTML ファイルをドラッグして、優先アプリケーション (ブラウザ) の代わりにエディターで開くことができます。

-launchbox.png -

すべてのオプションはコンテキストメニューから変更できます。

- - - - - - - - -
ここにボタンを追加 (Add Button Here) 空のボタンを追加します。
ボタンを消去 (Clear Button) ボタンをクリアします。
ボタンを削除 (Remove Button) ボタンを削除します。
説明の作成... マウスをアイコン上に置くと、ツールチップにファイル名および、アプリケーションの場合は短い説明がファイル名と異なる場合に表示されます (FileTypesのトピックを参照ください)。このメニューで、ツールチップの記述をカスタマイズできます。
設定 (Settings)
-- 水平配置 (Horizontal Layout)
-- アイコンサイズ (Icon size)
-- ダブルクリックを無視する (Ignore Double-click)
-- ウィンドウ枠を表示 (Show Window Border)
-- 自動的に前面へ (Auto-raise)
-- すべてのワークスペースに表示 (Show On All Workspaces)
 
-ボタンを横置きにします。
-アイコンのサイズを 16 ピクセルから 64 ピクセルの間で設定します。
-(偶然に) アプレットをダブルクリックしても対象を 1 つだけ起動します。
-枠を表示します。
-マウスがスクリーンの端に近づくと、ランチャーを表示します。
-すべてのワークスペースでランチャーを表示します。
パッド (Pad)
-- 新規作成 (New)
-- 複製 (Clone)
-- 閉じる (Close)
 
-新しいパッドを追加します。
-現在選択しているパッドを複製します。
-現在選択しているパッドを閉じます。
LaunchBox
-- 終了 (Quit)
 
-パッドをすべて終了します。
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/desktop-applets/networkstatus.html b/docs/userguide/userguide/jp/desktop-applets/networkstatus.html deleted file mode 100644 index 74eef83874..0000000000 --- a/docs/userguide/userguide/jp/desktop-applets/networkstatus.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - ネットワーク状況 - - - - - - - - -
-
- -

networkstatus-icon_64.pngネットワーク状況 (NetworkStatus)

- - - - -
Deskbar:Desktop Applets (デスクトップアプレット)
位置:/boot/system/apps/NetworkStatus
設定ファイルの位置無し
-

ネットワーク状況 (NetworkStatus) はネットワークの接続状態を表示します。ネットワーク状況をまだ実行されていない場合に起動するときは、ウィンドウモードまたは Deskbar モードを選択してください。ウィンドウモードで、ウィンドウのサイズを変更して、レプリカントを使ってデスクトップにドラッグすることもできます。ネットワーク状況はコンテキストメニューで使います。

-

NetworkStatus applet
最初のセクションはすべてのネットワークデバイス名とその状態を表示します。いずれかの項目をクリックすると、そのデバイスの IP アドレス、ブロードキャストアドレス、およびネットマスクを表示するウィンドウを表示します。
-次は最初のワイヤレスアダプタが見つけたすべてのワイヤレスネットワーク名と信号強度です。より詳しい情報と、接続方法については、ワークショップ: ワイヤレスネットワークを見てください。
-最後に、ネットワーク設定を開く... (Open network preferences...) で、ネットワーク設定を変更、またはアプレットを終了 (Quit) できます。

- -

状態アイコン

- - - - - - -
レディーリンクが確立しました。
設定中接続が進行中。
ステートフル設定無しいくつかの設定がありません (ネットワーク設定をチェックしてください)。
リンク無し物理接続がありません (たぶんケーブルが外れているか、ワイヤレスネットワークが無い)。
-ネットワークアダプターがありません (ドライバーが無い可能性もあります)。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/desktop-applets/powerstatus.html b/docs/userguide/userguide/jp/desktop-applets/powerstatus.html deleted file mode 100644 index 3cdc27b18a..0000000000 --- a/docs/userguide/userguide/jp/desktop-applets/powerstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Desktop Applets (デスクトップアプレット)
位置:/boot/system/apps/PowerStatus
設定ファイルの位置~/config/settings/PowerStatus settings
-

PowerStatus は、バッテリーレベルに関する情報を表示します。したがって、モバイルコンピューターでのみ役立ちます。まだ実行していなければ、アプレットの起動時に、ウィンドウモードで開くべきか、Deskbar 中で表示するか訪ねます。ウィンドウモードでは、ウィンドウをリサイズすることで、アイコンサイズを変えられます。また、レプリカントハンドルを使って、デスクトップにアイコンをドラッグできます。
-どこにインストールされても、右クリックで現れるコンテキストメニューを通じて操作できます。

-

注意: PowerStatus は、ACPI サポートが正しく機能することを必要とします。

-PowerStatus applet -

コンテキストメニューには、これらのオプションがあります。

- - - - - - - - -
テキストラベル表示 (Show text label)バッテリーレベルをパーセント表示、または残り時間で表示します。
状態アイコンを表示 (Show status icon)アプレットのアイコンを表示します。
パーセント/時間を表示 (Show percent / time)バッテリーレベルの表示をパーセント表示または残り時間表示に切り替えます (テキストラベル表示 (Show text label) が有効になっている必要があります)。
バッテリー情報... (Battery info...)拡張バッテリ情報ウィンドウを表示します。
このソフトウェアについて… (About...)ソフトウェアに関する情報を表示します。
終了 (Quit)PowerStatus アプレットを終了します。
-

テキストラベル表示 (Show text label) が有効な場合、充電中の間、バッテリーレベルが角かっこ内に表示されます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/desktop-applets/processcontroller.html b/docs/userguide/userguide/jp/desktop-applets/processcontroller.html deleted file mode 100644 index 88f607edd0..0000000000 --- a/docs/userguide/userguide/jp/desktop-applets/processcontroller.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - プロセスコントローラー - - - - - - - - -
-
- -

processcontroller-icon_64.pngプロセスコントローラー (ProcessController)

- - - - -
Deskbar:Desktop Applets (デスクトップアプレット)
位置:/boot/system/apps/ProcessController
設定ファイルの位置無し
- -

ProcessController appletプロセスコントローラー (ProcessController) は CPU と物理メモリの使用率の表示を主な目的としています。プロセスコントローラーにより、個々のチームの観察、優先度の変更、およびそれらがフリーズした場合に強制終了できます。マルチプロセッサ環境では、プロセスコントローラーによって個々の CPU を有効 / 無効にできます。Tracker と Deskbar がクラッシュしたとき、プロセスコントローラーのメニューから再起動できます。

-

左側のインジケーターはそれぞれの CPU の使用率を表して右側のインジケーターはメモリ使用量を表します。インジケーターの数はシステムのプロセッサ / コア数に依存することを覚えておいてください。

-

まだ実行していなければ、プロセスコントローラーを起動する際に、ウィンドウモードか Deskbar モードのどちらで開くかを選択してください。ウィンドウモードでは、ウィンドウのサイズを変更して、レプリカントを使ってデスクトップにドラッグすることもできます。
-どちらのモードでも、プロセスコントローラーは右クリック経由のコンテキストメニューで使います。
-Deskbar から再び削除するには、コンテキストメニューの Deskbar 中で動作 (Live in the Deskbar) のチェックボックスをオフにします。

-

アプリケーションを終了

-ProcessController - Quit an application -

アプリケーションを終了するには、アプリケーションを終了 (Quit an application) メニューでアプリケーション名をクリックしてください。これは、強制終了ではなく、「閉じる」ボタンのクリックと同様のアプリケーションの正しい終了方法です。しかし、サーバーやデーモンのようなシステムのプロセスを終了しないように注意してください。その場合には、システム全体の実行が停止するかもしれません。

-

メモリ使用量

-ProcessController - Memory usage -

メモリ使用量の監視はかなり不正確になることがあります。

-

このメニューではシステムでのチームのメモリ使用量を観察できます。チーム名のそばに 2 つの列があります。1 番目の列は書き込み可能メモリの量で、2 番目は読み込み専用メモリ (たとえば共用ライブラリ) 込みのメモリ量です。

-

一番目の行、システムリソースとキャッシュ… (System resources & caches...) はシステムおよびすべてのアプリケーションで使用されているメモリの数を表示します。青いバーの長さはコンピューターの物理メモリ量によります。次の行はそれぞれのプロセスを使用しているメモリ量を表示します。注:バーの長さはメモリを使用している部分だけによります。

- - - -
特定のアプリケーションだけが使用しているメモリ (書き込み権限あり)
読み取り空間のメモリを含む (ほかのアプリケーションと共有可能)
- -

スレッドと CPU 使用率

-

このメニューでスレッドの優先度の変更、チームの終了、デバッグもできます。

-
このメニューのコマンドによる変更はシステムの奥深くに届き、データ損失とシステムの不安定性を引き起こすかもしれません。マウスをしっかり握ってください !
-ProcessController - Priority - - - - -
カーネルコード
ユーザーコード
待機スレッド
-

最初のレベルはチーム名です。1 つをクリックするとチーム全体を終了します。バーのダークブルー部分はカーネルコード内で消費した時間、ライトブルーの部分はユーザーコード内で消費した時間、そして緑の部分は待機スレッドです。完全に青くなったバーは、チームがすべてのプロセッサパワーを使用していることを意味します。

-

2 番目のレベルはチームのスレッドを表示します。クリックすると、デバッグまたは強制終了できます。完全に青くなったバーは、スレッドが 1 つのプロセッサ/コアを固定していることを示します。

-

最後のレベルはスレットの優先度を変更できますが、変更は注意してください。大雑把に言って、スレッドの優先度はその CPU 使用量とは反対になるべきです。つまり、優先度を上げると CPU 時間を要求しようとし、優先度を下げなければなりません。一般に、アプリケーションの優先度をいじってはいけません。アプリの作者に連絡してください。優先度の変更は彼らの行うことです。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/desktop-applets/workspaces.html b/docs/userguide/userguide/jp/desktop-applets/workspaces.html deleted file mode 100644 index d1eb169135..0000000000 --- a/docs/userguide/userguide/jp/desktop-applets/workspaces.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - ワークスペースアプレット - - - - - - - - -
-
-

workspaces-icon_64.pngワークスペース (Workspaces)

- - - - -
Deskbar:Desktop Applets (デスクトップアプレット)
位置:/boot/system/apps/Workspaces
設定ファイルの位置~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - パネルのウィンドウ位置を保存
-


-workspaces.png -

ワークスペース (Workspaces) アプレットは、ほかのデスクトップアプレットと共に Deskbar 中に見つかります。ワークスペースアプレットはすべてのワークスペースの縮小バージョンを表示します。アプレットウィンドウのコンテキストメニューから利用可能ないくつかのオプションがありますが、それらはすべて見ればすぐにわかる物です。
-ワークスペースの数を変更… (Change workspace count...) は、画面プレファレンスを起動して、ワークスペースの数と配置 (行と列の数) を設定します。

-

アプレットはレプリカントなので、望みのウィンドウサイズにしてデスクトップにドラッグ&ドロップできます (Deskbar メニューの "レプリカントを表示 (Show replicants)" がチェックされていることを確かめてください)。SHIFT を押しながらリサイズすると、画面のアスペクト比を保ちます。

- -

-index -ワークスペース間でのウィンドウの移動

-

ウィンドウを移動するには、ワークスペースアプレット中でウィンドウを掴んで、別のワークスペースへドラッグするだけです。これは、現在のデスクトップを去ることなくウィンドウを移動できるという長所があります。もちろん、それはワークスペース中にウィンドウが多すぎない場合で、かつ目的のウィンドウがほかのウィンドウによって隠されていない場合にのみうまく働きます。もうひとつのオプションとして、ウィンドウのタブを掴んで、ワークスペースを切り替える間、ALT Fx をホールドすることでも移動できます。

-

ワークスペース一般についてさらに詳しい情報、およびさらに多くのキーボードショートカットについては、ワークスペースの章を見てください。

-
試してみよう: ワークスペースのウィンドウを本当に大きくして、タブと枠を隠してください。すぐに、ショートカットプレファレンス (Shortcuts preferences) へ移動し、CTRL ^ をワークスペースアプレット (/system/preferences/Shortcuts) へ割り当てます。
-たった今、アプレットをキーコンボで素早く呼び出せるようになります。また、同様に ESC で再び素早く閉じることができます。
- -

-index -特別な機能

-

ワークスペースアプレットは、ウィンドウをモディファイアキーともにクリックする時、いくつかの追加機能を提供します。

- - - - -
CTRLウィンドウを前面に送ります。
CTRL SHIFTウィンドウを最小化します。
OPTウィンドウを背面に送ります。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/filesystem-layout.html b/docs/userguide/userguide/jp/filesystem-layout.html deleted file mode 100644 index b08803ed61..0000000000 --- a/docs/userguide/userguide/jp/filesystem-layout.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - ファイルシステムレイアウト - - - - - - - - -
-
- -

ファイルシステムレイアウト

- -

Haiku のファイルシステムの設計は完全に透過的で、ファイルやフォルダーに暗号的でない名前を使うよう常に努力しています。システムが正しく機能するために重要なファイルやフォルダーについては、次のような警告を表示して不慮の操作からそれらを保護します:

-achtung-user.png  -achtung-system.png -

システム階層下の何かをリネームまたは削除しようとすると、第二の警告が表示されます。 "名前を変更 (Rename)" ボタンは SHIFT キーを押している間だけクリックできます。

-

通常、ブートボリュームのルートフォルダーから、次の 2 つのフォルダーが別々に枝分かれしています。

- - - -
/boot/system/ システムファイルおよびすべてのユーザーが共有するアプリケーション / パッケージを含んでいます。
/boot/home/ これは、ユーザーの個人的なフォルダーで、ユーザーのデータ、設定、およびほかのユーザーと共有しないアプリケーション / パッケージを保存します。
-

Haiku はまだマルチユーザーに対応していないので、この共有と共有でないアプリケーション / パッケージの区別は明らかな影響はありません。それは、1 つのホームフォルダーを持つたった 1 人のユーザーしかいないからです。しかし、いつかは複数ユーザーのサポートが行われるので、最初から正しい方法を学ぶのは意味のあることです。

- -

-index -システムフォルダー - /boot/system/

-

Haiku の前身である BeOS では、このフォルダーは /boot/beos/ と名付けられていました。まだその名称をいくつかの古いドキュメント (たとえば、オリジナルの BeBook) 中に見ることがあるでしょう。
-/boot/system/ 内のほとんどのフォルダーは読み取り専用です。それは理にかなったことです。なぜなら、それらは Haiku が正常に動作するために必要なファイルを含んでおり、そのために、(不慮の) 変更から安全である必要があるからです。ユーザーが書き込み可能なフォルダーは以下のものだけです。

- - - - - - -
/boot/system/cache/ キャッシュファイルや、/tmp/ にリンクされた一時フォルダーを含みます。
/boot/system/non-packaged/ .hpkg の一部でない (おそらく古い BeOS アーカイブ由来の) ファイル用のフォルダー階層を含みます。
/boot/system/packages/ Haiku のシステムパッケージを含むだけでなく、すべてのユーザーで共有するパッケージをユーザーが追加または削除できます。
/boot/system/settings/ システム全体の設定を含みます。
/boot/system/var/ Syslog (トラブルシューティングの際に重要となります) のようなログを含み、またスワップファイルの標準の置き場所です。
-

packages および non-packaged フォルダーについて詳しくは、アプリケーションのトピックを参照ください。

- -

-index -ホームフォルダー - /boot/home/

-

このフォルダーはユーザーの所有物です。ここには、ユーザーが好きなだけファイルやフォルダーを作成できます(ところで、チルダ ("~") はユーザーのホームフォルダーへのショートカットです。そのため、ターミナル内で常に "/boot/home/" と書く必要はありません)。
-将来のマルチユーザー環境で、ほかのユーザーと共有したいファイルは、/boot/home/ 以外に置く必要がります。たとえば、/boot/all-users/ というフォルダーを作って、そこにファイルを置くことができるでしょう。

- - - - - - - - - - -
~/Desktop/ デスクトップのファイルを保持しています。~/Desktop/ はダブルクリックしても開きません。なぜならすでに見えているからです。ユーザーのファイルが開いたウィンドウで隠れている場合、別のワークスペースにすばやく切り替えてください。もちろん右クリックでドリルダウンもできます。
~/mail/ メールファイルの標準の置き場所です。
~/people/ 連絡先ファイルの標準の置き場所です。People を参照ください。
~/queries/ クエリがここに保存されます。標準では 7 日間仮保存されます。
- -

/boot/home/config/ フォルダーは特別です。/boot/system/ のように、そのほとんどはパッケージ管理のコントロール下にあり、したがって読み取り専用です。そこにはまた以下の 3 つのユーザーが書き込めるフォルダーがあります:

- - - - - - - - - - -
~/config/packages/ ここに、ほかのユーザーと共有しないパッケージを追加または削除できます。
~/config/non-packaged/ .hpkg の一部でなく (おそらく古い BeOS アーカイブ由来)、ほかのユーザーと共有しないファイル用のフォルダー階層を含みます。
~/config/settings/ このフォルダーは、すべてのアプリケーションの設定と、システムに関する 2、3 の設定を含んでいます。個別のサブフォルダーによって設定を管理するアプリケーションと、単に設定ファイルを置くだけのアプリケーションがあります。
- -

packages および non-packaged フォルダーについて詳しくは、アプリケーションのトピックを参照ください。

-

~/config/settings/ 内には以下のより興味深いいくつかのフォルダーがあります:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ このフォルダーにはシステムのブート前またはシャットダウン後に実行されるユーザースクリプトが置かれます。
boot/launch/ このフォルダー下にあるプログラムやドキュメントへのリンクは、ブートごとに自動で起動します。
beos_mime/ この MIME データベースで、Haiku はすべての異なるファイルタイプおよびそれらの設定を管理します。
deskbar/menu/ このフォルダーに、ファイル / フォルダー / クエリをコピーまたはリンクすると、Deskbar menu 内に表示されます。
kernel/drivers/ 興味を引きそうな設定ファイルである kernel は、SMP を無効にする、シリアルデバッグを有効にする、あるいは高度な電源管理を可能にするといったいくつかの低レベルの設定を提供します。コメント記号 "#" を削除することで設定行が有効になります。このフォルダー内では慎重になってください!
Tracker/ ここには、Tracker のためのさまざまな設定ファイルに加え、興味を引くサブフォルダーがいくつかあります。
DefaultFolderTemplate/すべての属性とウィンドウサイズを好きなように表示、アレンジできます。作成されるすべての新規フォルダーがテンプレートとしてそれを使用します。
DefaultQueryTemplates/特定のファイルタイプ用の、クエリ結果ウィンドウのレイアウトを定義できます。トピッククエリ: 結果ウィンドウを参照してください。
Go/たとえば、読込 / 保存パネルでリンクが利用できるようにするといった目的で、このフォルダーの中にユーザーの使いたい場所へのリンクを置きます。トピック Haiku の GUI: Favorites および Recent フォルダーを参照してください。
Tracker New Template/Tracker の File | New... メニューから利用可能なあらゆるファイルタイプのためのテンプレートを追加します。トピック Tracker: ファイル操作 を参照してください。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/filetypes.html b/docs/userguide/userguide/jp/filetypes.html deleted file mode 100644 index 43ec703325..0000000000 --- a/docs/userguide/userguide/jp/filetypes.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - ファイルタイプ - - - - - - - - -
-
- -

ファイルタイプ

- -

Windows と異なり、Haiku はファイルタイプを 3 文字の拡張子 (たとえば、txt、.jpg、.mp3) に頼りません。この方法は最後の代案に過ぎません。Haiku はインターネット上の習慣と同様に、MIME 形式を使用します。

-
Haiku において拡張子を使う理由はまったくありませんが、たとえば、メールを通じて、サーバーへのアップロード、または USB ドライブの交換によって、別のオペレーティングシステムのユーザーと共有したいファイルには拡張子を付けることを覚えていてください。そうでなければ、彼らのシステムではファイルタイプを認識できないでしょう。
- -

index -特定のファイルのファイルタイプを設定する

-

特定のファイルの形式、アイコン、および関連するアプリケーションを変更できます。ファイルを選択して、右クリックコンテキストメニューから Add-Ons | Filetype アドオンを起動します。

-filetype-addon.png - -

-index -ファイルタイプ

-

上図は PNG ファイルで、MIME 文字列は image/png です。仮にファイルが PNG ではなく、GIF であることが明確にわかっているとしましょう。正しい MIME 文字列を手入力するか、あるいはテキストボックスの下にある 2 個のボタンのどちらかで MIME 文字列を変更できます。

- - - -
選択… (Select...) ファイルタイプの階層リストを表示し、そこから image | GIF Image へ移動します。
このタイプと同様… (Same as...) ファイルダイアログを開き、探しているファイルタイプをすでに持つファイルをどれでも選択します。
- -

-index -優先アプリケーション

-

このポップアップメニューは、この特定のファイルタイプを扱えるすべてのアプリケーションのリストを表示します。ここから、この特定のファイルがダブルクリックされた時に開くべきプログラムを選択できます。たとえば、作業中の HTML ファイルの優先アプリケーションをブラウザからテキストエディターに変更できます。にもかかわらずほかの HTML ファイルはブラウザで開きます、この特定のファイルだけが、テキストエディター中に開きます。

- -

デフォルトアプリケーション (Default application) はそのファイルタイプに関してアプリケーションを全体的に設定するものです。ポップアップメニューの中にこのファイルに関連させたいプログラムが見つからなかったら、再び、選択… (Select...) およびこのタイプと同様… (Same as...) ボタンに行き着くでしょう。これらのボタンは上記の "ファイルタイプ" で記述されているものと同じ働きをします。

- -

-index -アイコン

-

なぜ右上のアイコンウェルが空か不思議に思っているならば、通常、そのファイルタイプのシステムデフォルトからアイコンは継承されます。アイコンを含んでいるファイルで Filetype アドオンを起動し、アイコンをアイコンウェルにドラッグ&ドロップできます。あるいは、アイコンウェルをダブルクリックし、独自のアイコンを作成または編集します。アイコンに関するさらに詳しい情報および独自のアイコンの作成方法については Icon-O-Matic のトピックを見てください。

- -

-index -アプリケーションのための特別な設定

-

実行可能なファイル上 (ここでは StyledEdit) で Filetype アドオンを起動した場合、異なるダイアログが開きます。

-filetype-addon-stylededit.png -

一番上には、標準化された MIME 文字列の代わりに、ユニークなアプリケーション署名が見つかるでしょう。それによって、プログラムがどこにインストールされていても、システムはプログラムを見つけます。

-

その下に、アプリケーションの振る舞いをコントロールするいくつかのフラグがあります。

- - - - - - -
複数同時起動不可 (Single launch) 実行可能なファイルごとに 1 つのインスタンスだけが実行できます。しかしながら、アプリケーションの 2 つのコピーがあれば、それらは並行して実行できます。
複数起動可能 (Multiple launch) アプリケーションの複数のインスタンスが同時に実行できます。
排他的起動 (Exclusive launch) 実際に、そのアプリケーションの署名を備えたただ 1 つのインスタンスだけが、同時に実行することを許されます。
引数のみ (Args only) アプリケーションがメッセージに応答しないことを意味します。
バックグラウンド実行 (Background app) アプリケーションは、Twitcher、あるいは Deskbar の実行中アプリケーションリストに表示されません。
-

その次に、アプリケーションがサポートするファイルタイプのリストがあります。アプリケーションがそれらを扱えると考えるなら、ファイルタイプを追加 (および削除) できます。結果として、そのタイプのファイルを右クリックすると、アプリケーションが優先アプリケーション、あるいは Tracker の Open with... コンテキストメニューに現れるでしょう。

-

いちばん下には、バージョンおよび著作権情報があります。アプリケーションの署名と同じく、それらはアプリケーションの作者によって記入されています。それらを変更してはいけません。

- -

-index -Filetypes プレファレンスの全体設定

-

FileTypes preferences は、個々のファイルでなく、ファイルタイプの全体的な設定を処理します。デフォルトアイコンや優先アプリケーションを変更でき、また、ファイルタイプ全体の属性を追加、削除、変更できます。さらに一から独自のファイルタイプを作成できます。

-

すべてのファイルタイプおよびそれらの設定は /boot/home/config/settings/beos_mime/ に格納されます。試してみる前に、そのフォルダーのバックアップを作ることは賢明なことでしょう…

-

FileTypes preferences に関してより多くを学ぶには、ワークショップ、ファイルタイプ、属性、インデックス、クエリを参照ください。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/gui.html b/docs/userguide/userguide/jp/gui.html deleted file mode 100644 index a5dbf2fde0..0000000000 --- a/docs/userguide/userguide/jp/gui.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Haiku のグラフィカルユーザーインターフェース - - - - - - - - -
-
- - - - -
目次
- 簡単なウィンドウの移動とリサイズ
- Stack & Tile
- 読み込み / 保存パネル
- レプリカント
- -

Haiku のグラフィカルユーザーインターフェース

- -

Haiku のグラフィカルユーザーインターフェースはシステムと統合されています。Unix ベースのオペレーティングシステムとは異なり、独立したウィンドウマネージャを持っていないので、Haiku をコンソールモードで直接ブートすることはできません。Haiku はデスクトップユーザーに主眼を置いているので、ただ単にコンソールモードは必要でないと考えられています。

-

おそらくほかのグラフィカルな環境で経験があると思われる、メニュー、右クリックでのコンテキストメニュー、ドラッグ&ドロップといった標準的な動作はスキップして、代わりに Haiku のグラフィカルユーザーインターフェースに特有のものをいくつか見てみましょう。

-gui.png -

Haiku のグラフィカルユーザーインターフェースに関して、分かりにくく説明を必要とする部分はごくわずかです。

-
    -
  1. Deskbar は Haiku の「スタート」メニューとタスクバーです。トピック Deskbar を参照してください。

  2. -
  3. 黄色いタブは単にプログラム名やドキュメントのファイル名を表示する以上の働きをします: -
    • SHIFT キーを押しながらドラッグすると、タブを別の位置に移動できます。これにより、多くのウィンドウを積み重ねても、名前つきタブで簡単にウィンドウにアクセスできるようになります。
    • -
    • ウィンドウを最小化するには、ウィンドウのタブをダブルクリックします (または、CTRL ALT M を使います)。最小化したウィンドウは DeskbarTwitcher 内のそれぞれの項目からアクセスできます。
    • -
    • タブ (またはウィンドウの枠) を右クリックして、ウィンドウを最背面に移動できます。
  4. -
  5. 「閉じる」ボタン。

  6. -
  7. 「ズーム」ボタン (または CTRL ALT Z)。ほとんどのアプリケーションではウィンドウを最大化します。しかし必ずしもそうなるわけではなく、たとえば、Tracker のウィンドウではウィンドウの内容表示に最適なサイズにリサイズします。

  8. -
  9. ウィンドウ枠。左ドラッグでウィンドウの移動、右ドラッグでリサイズします。

  10. -
  11. リサイズコーナー

  12. -
- -

-index -簡単なウィンドウの移動とリサイズ

-

ウィンドウの移動やリサイズは、同時に実行している複数のアプリケーションを取り扱う操作の大部分を占めます。黄色の小さいタイトルタブや、さらに細いウィンドウの枠をねらう代わりに、より簡単にウィンドウを動かす方法があります。また、リサイズコーナーは小さい上に、右下の角からその方向にしかリサイズできないという制約があります。
ウィンドウ枠の右クリックでリサイズできますが、慎重にねらわないといけません。

-

こうした問題に対処するために、Haiku は CTRL ALT (ウィンドウを管理するキーの組み合わせ) とマウスを使ったすばらしい解決策を提供しています。ウィンドウ管理に関連するさらに多くのショートカットについては、ショートカットやキーの組み合わせの章も参照してください。

-resizing.png -

CTRL ALT を押し続けるとマウスポインターにもっとも近いウィンドウの枠がハイライトされます。マウスをほかの枠の方向に動かすと、対象を変更します。右マウスボタンでクリックしてドラッグすると、ハイライトされた枠に沿ってウィンドウをリサイズできます。

-

CTRL ALT を押しながら左マウスボタンでウィンドウの任意の場所をクリックしてドラッグすると、ウィンドウを動かせます。元の位置に戻すには、右マウスボタンですばやくクリックします。

- -

-index -Stack & Tile (スタック&タイル)

-

Haiku のユーザーインターフェースは、ウィンドウがフルサイズのタイトルバーの代わりに黄色のタブを持っているという事実を、理想的に利用するユニークな特徴を提供します。それは、"Stack & Tile (スタック&タイル)" と呼ばれます。
-以下の例において、ブックマークを表示した Tracker ウィンドウが、WebPositive ウィンドウの左側にタイル (Tile) します。WebPositive ウィンドウ自体は、ソースフォルダー haiku を表示する別の Tracker ウィンドウとスタック (Stack) しています。このアニメーションでは、ユーザーがスタックしたウィンドウのタブをクリックすると、交互にどちらか一方を前面に移動します。

-gui-s+t.gif -

このようにつながっているので、ウィンドウのグループは同時に移動およびリサイズできます。それは、よりプロジェクト中心の環境で作業するよい配置です。右側のドキュメントと web ブラウザーウィンドウの代わりに、エディターと Tracker ウィンドウ、そしておそらく作業中のプロジェクトに関する関連するメールを、それらと一緒に stack&tile できます。

-

ウィンドウを実際に配置することは容易です。別のウィンドウのタブか枠の近くまでウィンドウをタブでドラッグしながら、ウィンドウが強調されるまで、OPT を押してください。それからマウスボタンを離します。

-

Stack & Tile は、2 つの関連する部分から成ります。

- - -
gui-stacking.png

"Stacking (スタック)" は、ウィンドウを互いに重なり合わせて置くことです。黄色のタブは自動的に所定の位置に移動します。
-OPT を押しながらタブを重ねると、色が変わります。次に、ウィンドウにドロップして、スタックします。

- - -
gui-tilinging.png

"Tiling (タイル)" は、ウィンドウを水平方向、または垂直方向にくっつけることです。
-先と同様に、OPT を押しながら、ウィンドウを互いに近づけたとき、色が変化したウィンドウをドロップすれば、ウィンドウ枠は互いにくっつくでしょう。

-

分離は同じように行えます。ウィンドウをタブでドラッグ中に OPT を押せば、グループの外に出ます。

- -

-index -読み込み / 保存パネル

-

どのようなアプリケーションでも、ファイルを開くか保存する際は以下のようなパネルが開きます。

-open-save.png -

パネルは一般的な要素をすべて備えています。現在のフォルダー下のファイル選択リスト、保存パネルではファイル名を入力するテキストフィールドと、異なるファイル形式のためのポップアップメニュー、そしてその設定です。
-ファイル選択リストの上にあるポップアップメニューで親フォルダーに移動できます。

-

ファイルを開く場所の Tracker ウィンドウをすでに開いていれば、どんなファイルやフォルダーの表現 (すなわち、Tracker メニューバーの右端のフォルダーアイコン) でも単純にパネルにドラッグできます。これによって、その新しい場所にパネルを変更できます。

- -

-index -キーボードショートカット

-

Tracker で利用されるショートカットの多くが、読み込みパネルと保存パネルでも利用できます。ファイルメニューを使っても利用できるコマンドのほかに、いくつか分かりにくいコマンドがあります。

- - - - - - - -
ALT N新しいフォルダーを作成します。
ALT E選択した項目の名前を変更します。
ALT 親フォルダーへ移動します。
ALT または ENTER選択したフォルダーへ移動します。
ALT Dデスクトップへ移動します。
ALT Hホームフォルダーへ移動します。
- -

-index -Favorites および Recent フォルダー

-

読み込みパネルと保存パネルにある、お気に入り (Favorites) メニューは、最近訪れたフォルダーと、独自に設定できるお気に入りの場所を提供します。小さな矢印で示されているように、これらの場所からサブメニューを通じてさらに下の階層に移動できます。

-favorites.png -

お気に入りを追加するには、目的地へ移動して、お気に入り | このフォルダーを追加 (Favorites | Add current folder) を選択します。すべての Open / Save パネルにそれが表示されるようになります。お気に入りを削除するためには、お気に入りの編集… (Favorites | Configure favorites..). を選んで、その項目を削除してください。
-お気に入りはすべて /boot/home/config/settings/Tracker/Go/ に保持されているので、そこへ直接ファイルやフォルダーへのリンクを追加または削除するのも同様です。

- -

-index -レプリカント

-

レプリカント (Replicant) は、アプリケーションに内蔵されている、ほかのプログラムと統合可能な部分です。Deskbar のレプリカントを表示 (Show replicants) がオンの状態のとき、アプリケーションのレプリカント化可能な部分は通常、右下にある小さなハンドルによって見分けられます。

-replicant.png -

レプリカントに対応する場所でもっとも目立つのはデスクトップです。小さいハンドルをそこにドラッグ&ドロップするだけで、それをデスクトップの一部にできます。レプリカント元のアプリケーションを動作のために起動する必要はありません。レプリカントハンドル上で右クリックすると、元のアプリケーションの About ウィンドウと、レプリカントを削除 (Remove replicant) へのコンテキストメニューを表示します。

-
万が一デスクトップ上のレプリカントに問題が生じて取り除けなくなった場合は、~/config/settings/Tracker/tracker_shelf を削除してください。残念ながら、この操作により、すべてのレプリカントがデスクトップ上から取り除かれます。
-

レプリカント化可能なアプリケーションの例として、利用状況モニターのグラフ、ワークスペースアプレット、または電卓があります。

-
-
- - - - - diff --git a/docs/userguide/userguide/jp/images/apps-images/activitymonitor.png b/docs/userguide/userguide/jp/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/jp/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/bootmenu.png b/docs/userguide/userguide/jp/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/cdplayer.png b/docs/userguide/userguide/jp/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/charactermap.png b/docs/userguide/userguide/jp/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/cli-alert.png b/docs/userguide/userguide/jp/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/cli-desklink.png b/docs/userguide/userguide/jp/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/jp/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/codycam.png b/docs/userguide/userguide/jp/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/debugger.png b/docs/userguide/userguide/jp/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/debugger_alert.png b/docs/userguide/userguide/jp/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/deskcalc.png b/docs/userguide/userguide/jp/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/jp/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/diskprobe.png b/docs/userguide/userguide/jp/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/diskusage.png b/docs/userguide/userguide/jp/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/jp/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/jp/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/drivesetup.png b/docs/userguide/userguide/jp/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/expander-preferences.png b/docs/userguide/userguide/jp/images/apps-images/expander-preferences.png deleted file mode 100644 index 6697ecb99c..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/expander.png b/docs/userguide/userguide/jp/images/apps-images/expander.png deleted file mode 100644 index 7411bb8bf2..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/jp/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/jp/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/jp/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/haikudepot.png b/docs/userguide/userguide/jp/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/jp/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/jp/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/installer.png b/docs/userguide/userguide/jp/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/magnify.png b/docs/userguide/userguide/jp/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mail-attachments.png b/docs/userguide/userguide/jp/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mail-preferences.png b/docs/userguide/userguide/jp/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mail-read.png b/docs/userguide/userguide/jp/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mail-signature.png b/docs/userguide/userguide/jp/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/jp/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mail-write.png b/docs/userguide/userguide/jp/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/jp/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/jp/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/jp/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/mediaplayer.png b/docs/userguide/userguide/jp/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/midiplayer.png b/docs/userguide/userguide/jp/images/apps-images/midiplayer.png deleted file mode 100644 index c1bc8acecc..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/jp/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/jp/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/packageinstaller.png b/docs/userguide/userguide/jp/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/people-files.png b/docs/userguide/userguide/jp/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/people.png b/docs/userguide/userguide/jp/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/poorman.png b/docs/userguide/userguide/jp/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/screenshot.png b/docs/userguide/userguide/jp/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/jp/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/jp/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/jp/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/jp/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/jp/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/stylededit.png b/docs/userguide/userguide/jp/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/terminal-settings.png b/docs/userguide/userguide/jp/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/terminal.png b/docs/userguide/userguide/jp/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/textsearch.png b/docs/userguide/userguide/jp/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/jp/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/web+download.png b/docs/userguide/userguide/jp/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/jp/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/jp/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/web+settings.png b/docs/userguide/userguide/jp/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/jp/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/jp/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/jp/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/jp/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/jp/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/apps-images/webpositive.png b/docs/userguide/userguide/jp/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/jp/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/attributes-images/people.png b/docs/userguide/userguide/jp/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/jp/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/calendar.png b/docs/userguide/userguide/jp/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/deskbar.png b/docs/userguide/userguide/jp/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/jp/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/positions.png b/docs/userguide/userguide/jp/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/jp/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/jp/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/jp/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/jp/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/jp/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/jp/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/jp/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/jp/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/jp/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/jp/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/jp/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/jp/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/jp/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/jp/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/jp/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/gui-images/favorites.png b/docs/userguide/userguide/jp/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/jp/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/jp/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/jp/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/gui-images/gui-stacking.png b/docs/userguide/userguide/jp/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/jp/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/gui-images/gui-tiling.png b/docs/userguide/userguide/jp/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/jp/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/gui-images/gui.png b/docs/userguide/userguide/jp/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/jp/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/gui-images/open-save.png b/docs/userguide/userguide/jp/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/jp/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/gui-images/resizing.png b/docs/userguide/userguide/jp/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/jp/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/networkstatus-images/applet.png b/docs/userguide/userguide/jp/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/jp/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/jp/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/jp/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/jp/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/jp/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/jp/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/jp/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/jp/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/jp/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/jp/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/jp/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/powerstatus-images/applet.png b/docs/userguide/userguide/jp/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/jp/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/jp/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/backgrounds.png b/docs/userguide/userguide/jp/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/datatranslations.png b/docs/userguide/userguide/jp/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/jp/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/fonts.png b/docs/userguide/userguide/jp/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/keyboard.png b/docs/userguide/userguide/jp/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/jp/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/keymap.png b/docs/userguide/userguide/jp/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/jp/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/locale-language.png b/docs/userguide/userguide/jp/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/mouse.png b/docs/userguide/userguide/jp/images/prefs-images/mouse.png deleted file mode 100644 index bf96a47db6..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/jp/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/jp/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/jp/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/jp/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/network.png b/docs/userguide/userguide/jp/images/prefs-images/network.png deleted file mode 100644 index 49efd5900f..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/screen.png b/docs/userguide/userguide/jp/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/jp/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/jp/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/sounds.png b/docs/userguide/userguide/jp/images/prefs-images/sounds.png deleted file mode 100644 index f74ee076ef..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/time-clock.png b/docs/userguide/userguide/jp/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/time-network.png b/docs/userguide/userguide/jp/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/time-time.png b/docs/userguide/userguide/jp/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/time-timezone.png b/docs/userguide/userguide/jp/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/touchpad.png b/docs/userguide/userguide/jp/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/jp/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/jp/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/processcontroller-images/applet.png b/docs/userguide/userguide/jp/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/jp/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/processcontroller-images/memory.png b/docs/userguide/userguide/jp/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/jp/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/processcontroller-images/priority.png b/docs/userguide/userguide/jp/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/jp/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/processcontroller-images/quit.png b/docs/userguide/userguide/jp/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/jp/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/queries-images/basic-query.png b/docs/userguide/userguide/jp/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/jp/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/queries-images/formula-query.png b/docs/userguide/userguide/jp/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/jp/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/queries-images/query-window-filled.png b/docs/userguide/userguide/jp/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/jp/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/queries-images/query-window.png b/docs/userguide/userguide/jp/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/jp/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/queries-images/result-window.png b/docs/userguide/userguide/jp/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/jp/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/jp/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/jp/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/drill-down.png b/docs/userguide/userguide/jp/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/get-info.png b/docs/userguide/userguide/jp/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/mount-settings.png b/docs/userguide/userguide/jp/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/new-menu.png b/docs/userguide/userguide/jp/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/jp/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/open-with.png b/docs/userguide/userguide/jp/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/jp/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/transaction-status.png b/docs/userguide/userguide/jp/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/jp/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/window-menu.png b/docs/userguide/userguide/jp/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/jp/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/jp/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-email-images/browsing.png b/docs/userguide/userguide/jp/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/jp/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-email-images/query-1.png b/docs/userguide/userguide/jp/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-email-images/query-2.png b/docs/userguide/userguide/jp/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-email-images/query-3.png b/docs/userguide/userguide/jp/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-email-images/query-4.png b/docs/userguide/userguide/jp/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-email-images/status.png b/docs/userguide/userguide/jp/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/jp/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/jp/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/jp/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/jp/images/workspaces-images/workspaces.png b/docs/userguide/userguide/jp/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/jp/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/jp/index.html b/docs/userguide/userguide/jp/index.html deleted file mode 100644 index 53239bec1e..0000000000 --- a/docs/userguide/userguide/jp/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - 目次 - - - - - - - - -
-
- -

目次

- -

属性クエリは Haiku の重要な特徴です。属性はそれだけで便利ですが、クエリが追加的なファイルの情報を表示するためには、属性をインデックス化する必要があります。インデックスは属性をルックアップテーブルに置くので、クエリはきわめて高速になります。
-インデックスはファイルシステムの一部であり、ボリューム / パーティションごとに別々に保存されます。

- -

ターミナルでのインデックスコマンド

-

インデックスを管理するためのコマンドがいくつかあります。

-
    -
  • lsindex - 現在のボリューム / パーティションに対するインデックス化された属性を表示します。
    -以下は標準でインデックス化されている属性です。
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - ボリューム / パーティションのインデックスに属性を追加します。
  • -
-
使い方: mkindex [オプション] <属性> 
-指定された属性に新しいインデックスを作ります。
- 
-  -d, --volume=PATH     インデックスが追加されるボリュームのパス、
-                        標準では現在のボリュームに追加されます。
-  -t, --type=TYPE       インデックス化された属性のタイプ  "int", 
-                        "llong", "string", "float",  "double" のいずれか 1 つ。
-                        標準では "string" 
-      --copy-from      インデックスをコピーするボリュームへのパス
-  -v, --verbose         作られているインデックスについての情報を表示します
-
-
-

指定された属性を持つファイルが新規に作成される場合にのみ、自動的にインデックスに追加されます!
-既存のファイルは、手動でコピーして、そのあと元のファイルを消すことで追加する必要があります。あるいは reindex コマンドを使うこともできます。

-
    -
  • reindex - ボリューム / パーティションの新たに作られたインデックスに既存のファイルの属性を追加します。
  • -
-
使い方: reindex [-rvf] attr <ファイル名かディレクトリのリスト、またはその両方> 
-  -r    再帰的にディレクトリを辿ります
-  -v    詳細な出力
-  -f    ソースとなるボリュームからすべてのインデックスを作って更新します
-        "attr" はソースとなるボリュームへのパスです
-
-
-
    -
  • rmindex - ボリューム / パーティションのインデックスから属性を削除します。
  • -
-
使い方: rmindex [オプション]... INDEX_NAME 
- 
-ディスクボリュームから INDEX_NAME という名前のインデックスを削除します。
-これを行ってしまうと、クエリシステムを使って INDEX_NAME 属性のファイルを探すことはできません。
- 
-  -d, --volume=PATH     インデックスを削除するボリュームのパス
-  -h, --help            ヘルプを表示して終了します 
-  -p, --pattern         INDEX_NAME がパターンである場合 
-  -v, --verbose         削除されるインデックスについての情報を表示します
- 
-INDEX_NAME はファイル属性の名前です。
- 
-ボリュームが指定されていない場合、現在のディレクトリのボリュームが対象になります。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/keyboard-shortcuts.html b/docs/userguide/userguide/jp/keyboard-shortcuts.html deleted file mode 100644 index 05c146741f..0000000000 --- a/docs/userguide/userguide/jp/keyboard-shortcuts.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - ショートカットとキーの組み合わせ - - - - - - - - -
-
-
このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。
- -

ショートカットとキーの組み合わせ

- -

Haiku のショートカットキーは標準で、たとえばメニューからコマンドを起動するために、よく使われる CTRL キーではなく ALT キーを使用します。これには BeOS が少々 MacOS の影響を受けていたという歴史的な経緯があります。実際のところ、このキーに慣れると利点があります。たとえば、ALT CALT VBash ターミナルのシェルでもシームレスに統合されていて、ターミナルでは CTRL C を実行中のプロセスを終了するために利用できます。

-

いずれにせよ、キーマッププリファレンスで、たぶんよりなじみ深いであろう CTRL キーへ切り替えることもできます。ユーザーガイドでは常に標準の環境設定を想定して、コマンドキーを ALT で表しています。

-

個人のキーマップ / キーボード配置で、どのキーが OPTMENU なのか疑問に思ったら、キーマッププレファレンスを再度利用してください。キーボードでキーを押した時、どんなキーストロークが送信されたかを確認できます。

- -

-index -一般的なショートカット

-

以下は、対応するメニューがない場合も常に使用できる、通常用いられるショートカットの多くが載っている表です。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxX 番目のワークスペース (Fx はワークスペースに対応しているファンクションキー) に切り替えます。同時に SHIFT を押すことでアクティブウィンドウも切り替え先に移動できます。
CTRL ALT / / / 利用可能なワークスペースの行 / 列を空間的に切り替えます。同時に SHIFT を押すことでアクティブウィンドウも切り替え先に移動できます。
OPTウィンドウを別のウィンドウのタブや境界の近くにドラッグしているときに、OPT を押し続けていると、それらをスタック (Stack) またはタイル (Tile) します (グラフィカルユーザーインターフェースの章を参照してください)。
OPT / 現在のワークスペース内で開いているウィンドウを順に切り替えます。
CTRL ALT + 左クリックマウスの左ボタンでクリック、ドラッグしてウィンドウを移動します (グラフィカルユーザーインターフェース の章を参照してください)。
CTRL ALT + 右クリックマウスの右ボタンでクリック&ドラッグしてウィンドウのサイズを変更します (グラフィカルユーザーインターフェース の章を参照してください)。
CTRL ALT Zウィンドウを拡大します (ほとんどのアプリケーションでは最大化されます)。
CTRL ALT Mアクティブウィンドウを最小化します。
CTRL ALT Hアクティブアプリケーションのすべてのウィンドウを隠します(最小化します)。
CTRL ALT Fアクティブウィンドウを前面に移動します (マウス設定が Focus Follows Mouse の場合のみ適用されます)。
CTRL ALT Bアクティブウィンドウを背後に移動します。
CTRL TABTwitcher を表示します。
CTRL ALT DELチームモニター を開きます。
ALT ESCメニューバーを開きます (ESC で閉じます)。
ALT C選択部をクリップボードへコピーします。
ALT X選択部をクリップボードへ切り取ります。
ALT Vクリップボードの内容を貼り付けます。
ALT Wアクティブなウィンドウを閉じます。
ALT Qアプリケーションを終了します。
PRINTすぐにスクリーンショットを撮影して、スクリーンショットパネルを起動します。
SHIFT PRINT最後に用いた設定を引き継いで、(パネルを開かずに) スクリーンショットを撮影します。
CTRL PRINT同様に保存された設定で静かにスクリーンショットを撮影しますが、それをファイルとして保存する代わりに、クリップボードにコピーします。
- -

-index -テキスト編集時のショートカット

-

テキストを編集しているときは、それが Tracker 内でファイル名を編集しているときても、StyledEdit でファイルを編集しているときでも、Vision でチャットをしているときでも、いくつかの一般的なショートカットがあります。

- - - - - - -
ALT / または
OPT /
テキスト内を単語単位で移動します (注: OPT との組合せに慣れたほうが便利かもしれません。 その後、アプリケーションが ALT との組合せをすでにほかのコマンドに使っていても準備万端です)。
HOME行の先頭に移動します。
END行の終わりに移動します。
ALT HOME文章の先頭に移動します。
ALT END文章の終わりに移動します。
-

以上のキーの組み合わせの使用時に SHIFT を押したままにすると、カーソルが移動したところまで選択します。

- -

-index -Tracker ナビゲーションのショートカット

-

全般的なショートカットに加えて、Tracker のナビゲーション用のショートカットもあります。

- - - - - - - - -
ALT 親フォルダーを開きます。
ALT または ENTER選択したフォルダーを開きます。
OPTフォルダーを開く時に押し続けることで、親フォルダーを閉じます。マウスによるナビゲーションの際も有効です。
MENUDeskbar メニューを開きます (ESC で閉じます)。
ALT Z直前の動作を取り消します。取り消しの履歴は使用できるメモリにのみ制限されます。これはファイル自身への操作に対してのみ有効であり、属性やパーミッション設定の変更を取り消すことはできないので注意してください。また、ごみ箱から消されたファイルは永久に失われます。
ALT SHIFT Z直前に ALT Z で取り消した動作をやり直します。
SHIFT + マウスホイールTracker ウィンドウ内の長いリストをスクロールする場合や、サブメニューをドリルダウンしている場合に、この組み合わせはページごとのスクロールを行うことでスピードを上げるでしょう。
- -

-index -ターミナルでのショートカット

- - - - - - - - - - - - - - - - -
ALT N新しいウィンドウでもう 1 つ別のターミナルセッションを開きます。
ALT T新しいタブでもう 1 つ別のターミナルセッションを開きます。
ALT 1, 2, 3 ...対応するタブに切り替えます。
ALT TAB次のターミナルウィンドウに切り替えます。
SHIFT / 左 / 右のタブに切り替えます。
ALT SHIFT / 現在のタブを左 / 右に移動します。
ALT + / -フォントサイズを大きく / 小さくします。
ALT ENTER全画面モードのオン / オフを切り替えます。
SHIFT / ターミナルの出力を 1 行上 / 下にスクロールします。
SHIFT Page↑ / Page↓ターミナルの出力を 1 ページ上 / 下にスクロールします。
TABタブ補完。何文字か入力した後に TAB を 1 回押すと、ファイル名やファイルパスを自動補完できます。複数の候補がある場合は、それぞれの名前が変わる位置で補完が止まるので、絞り込むためにもう何文字か入力する必要があります。TAB を 2 回押してすべての候補を一覧表示することもできます。
/ 以前に入力したすべてのコマンドの履歴を前 / 後に移動します。
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL C現在実行中のコマンドを停止します。
CTRL D現在のターミナルセッションを閉じます。
- -

-index -ほかのキーの組み合わせ

-

項目 (Tracker の場合はファイル) をクリックしている間に修飾キーを押し続けることで、アイテムを選択領域で追加または削除できます。

- - - -
SHIFT初めに選択された項目とユーザーがクリックした項目の間の全項目を選択します。
ALT選択領域でユーザーがクリックした項目を追加または削除します。
-

Tracker ウィンドウで文字を入力すると、Tracker はスクロールしてインクリメンタルサーチにもっとも一致するファイルを選択します。もし入力された文字で始まるファイルが無ければ、ファイル名または属性のどこかに検索文字列を含むファイルが選択されます。大文字小文字は区別されません
-入力された文字列は左下 (通常リスト中のアイテム数が表示される場所) に表示されます。表示は 1 秒後に元に戻り、新しいインクリメンタルサーチが開始できるようになります。
-最初に検索文字列が現れる部分にジャンプする代わりに、一致しないファイルを除いて表示するように設定することもできます。先行入力フィルタリングのトピックを参照してください。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences.html b/docs/userguide/userguide/jp/preferences.html deleted file mode 100644 index ffddf29cfd..0000000000 --- a/docs/userguide/userguide/jp/preferences.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - Preferences (プレファレンス) - - - - - - - - -
-
- -

Preferences (プレファレンス)

- -

Haiku の重要な哲学はオプションを少なくし、代わりに実用的なデフォルト値を持つことですが、構成する必要のあるものや、または個々の好みに設定できるものがあります。Deskbar の Preferences メニューの中にすべてのパネルが見つかります。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
icon外観 グラフィカルインターフェースの特定の外観を構成します。
icon背景 デスクトップやその他すべてのフォルダーについて、背景色や背景画像を設定します。
iconDataTranslations サポートされるすべてのファイルフォーマットの設定。
iconDeskbar Deskbar を設定します。
iconメール 電子メールアカウントを構成します。
iconFileTypes ファイルタイプの追加、削除、構成を行います。
iconキーボード キーリピートまでの遅れと速度を設定します。
iconキーマップ キーボードのマッピングを行います。
iconロケール システムで使用する言語と書式を設定します。
iconメディア 入出力装置やシステムのオーディオミキサーのような音声と動画に関する設定。
iconマウス マウスを設定します。
iconネットワーク ネットワークを構成します。
iconプリンター プリンターを追加、削除、構成します。
icon画面 解像度、色深度、リフレッシュレート、および使用するワークスペース数を設定します。
iconスクリーンセーバー スクリーンセーバーを追加、削除、および構成します。
iconキーボードショートカット - ユーザー独自のショートカットを作成します。たとえば、アプリケーションを [still missing] の組合せで起動するためのショートカット。
iconサウンド いろいろなシステムイベントへサウンドを割り当てます。
icon日付と時間 時間、日付、およびタイムゾーンの設定。
iconTracker Haiku のファイルマネージャーの構成。
iconタッチパッド タッチパッドを設定します。
icon仮想メモリ 仮想メモリサイズの設定。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/appearance.html b/docs/userguide/userguide/jp/preferences/appearance.html deleted file mode 100644 index c43dd8239c..0000000000 --- a/docs/userguide/userguide/jp/preferences/appearance.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - 外観 - - - - - - - - -
-
- -

appearance-icon_64.png外観 (Appearance)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Appearance
設定ファイルの位置~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

外観 (Appearance) プリファレンスで、Haiku の外見の一部を変更できます。

- -

-index -フォント

-appearance-fonts.png -

Haiku は異なった目的のために 3 種類の標準フォントを定めています。ここでシステム全体で用いられるフォントのスタイル (通常・太字・固定幅) とサイズを設定します。加えて、メニューで使われるフォントの設定が別にあります。

- -

-index -新しいフォントのインストール

-

正規の .hpkg パッケージの一部でない新しいフォントをインストールするには、non-packaged フォルダーの、フォントの種類 (psfonts または ttfonts) に応じたサブフォルダーへコピーします (ファイルシステムレイアウトのトピックを参照ください)。TrueType フォントに関しては、コピー先は以下のようになるでしょう。

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/   すべてのユーザー用フォント
/boot/home/config/non-packaged/data/fonts/ttfonts/   ユーザー専用フォント
- -

-index -色 (Colors)

-appearance-colors.png -

色 (Colors) タブで、ユーザーインターフェースの各部位の色を変更できます。カラーウェルは、ほかのアプリケーションからのドラッグ&ドロップを受け付けるので、たとえば、WonderBrushIcon-O-Matic、または背景パネルなどから色をドラッグできます。

- -

index -ウィンドウデコレーター (Window decorators)

-appearance-decorators.png -

デコレーターは、ウィンドウや GUI 要素のルックアンドフィールを決定します。現在、Haiku はデフォルトデコレーターただ 1 つだけが付属しています。ほかのデコレーターを見つけてインストールすることがあれば、ポップアップメニューからべつのデコレーターを選べるでしょう。

-

デフォルトデコレーターでは、スクロールバーの矢印のスタイルを設定できます。スクロールバーの終端に、スペースを節約するために単独の矢印にするか、上下左右にスクロールする際にマウスの移動を潜在的にいくつか減らせる— 伝統的な BeOS の方法 —上下矢印にするかを設定できます。

- -

-index -アンチエイリアス (Antialiasing)

-appearance-antialiasing.png -

アンチエイリアス (Antialiasing) タブで、画面描画に関するさまざまな設定を行えます。

- -

-index -グリフのヒンティング (Glyph hinting)

-

グリフのヒンティング (Glyph hinting) を有効にすると、すべての文字の縦方向および横方向両端に、必ず 2 ピクセルの空白が入るようになります。特に、白い背景で黒い文字を扱う場合には、これを有効にしたときとしないときとで、結果は完全に対照的になります。有効にした場合、テキストがはっきりして見えます。ネットブックのような低解像度の機器で特に効果的な、等幅フォントのみ有効 (Monospaced Fonts Only) の設定もあります。ヒンティングをオンにした場合、小さい文字がかなり汚く見えることがありますが、その場合でもテキストエディターやターミナルでヒンティングの恩恵を受けることができます。

-

次の拡大したスクリーンショットは、Hinting を有効にした場合と有効にしない場合とで、どれだけ見た目が変わるのかを示しています:

- - -
appearance-glyph-off.png
ヒンティング無効
appearance-glyph-on.png
ヒンティング有効
-

このページに掲載されているすべての拡大鏡ウィンドウは、当然のことながらそれぞれ異なるオプションで描画されている点に注意する必要があります。ですので、たとえば、黄色いタブの太文字タイトルや、"33 x 15 @ 8 pixels/pixel" というテキストを比較することで、各設定が実際に作り出す印象を知ることができます。

- -

-index -アンチエイリアスのタイプ (Antialiasing type)

-

画面描画を改善するもう 1 つの方法は Antialiasing (アンチエイリアス) で、テキストだけでなくすべてのベクターグラフィックをサポートします。アンチエイリアスはあるピクセルの色を変更することにより、線をなめらかにします。線をなめらかにする手法には、次の 2 つがあります。

-

グレースケール (Grayscale) は、輪郭のピクセルの明るさを変更します。
-LCD サブピクセル (LCD subpixel) は、特に (高解像度の) LCD ディスプレイを使用する場合に、グレースケールよりもさらになめらかに描画します。LCD ディスプレイの 1 つのピクセルは、赤、緑、青の要素で構成されているので、この手法では 1 ピクセルの明るさを変更する代わりに、1 ピクセルより小さな分量だけ輪郭を移動させて輪郭の色を変更します。

-

先ほどと同様に、次の拡大したスクリーンショットは、この 2 つの方法の違いを示しています。

- - -
appearance-glyph-off.png
グレースケール、ヒンティング無効
appearance-subpixel.png
LCD サブピクセル、ヒンティング無効
-

サブピクセルベースのアンチエイリアスでは、図形オブジェクトにわずかな色味を帯びた輝きが加わります。この余分な輝きを、だれもが許容するわけではありません。Haiku では、この 2 つのアンチエイリアス手法を混ぜて使えます。スライダーを使って、最適な混合比を設定できます。

-
サブピクセルベースのアンチエイリアスをグリフのヒンティングとあわせて使用することは、ソフトウェア特許の対象となるため、デフォルトでは両者を同時に使用できないようになっています。ユーザーの居住地域次第では、ロック解除バージョンの入手が合法である場合があります。その場合は申し訳ありませんが、その地域の配布担当者と交渉してください。
-

仮にソースコードを変更して再コンパイルすることで、ヒンティングと LCD サブピクセルを組み合わせた描画方法を有効にした場合、ヒンティングとグレースケールを組み合わせたものと見た目を比較すると、次のようになります。

- - -
appearance-glyph-on.png
グレースケール、ヒンティング有効
appearance-glyph-on-subpixel.png
LCD サブピクセル、ヒンティング有効
-


-

設定パネルの下に、次の 2 つのボタンがあります。

- - - -
デフォルト (Defaults) すべてをデフォルト値にリセットします。
元に戻す (Revert) 外観プリファレンスを起動したときの設定に戻します。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/backgrounds.html b/docs/userguide/userguide/jp/preferences/backgrounds.html deleted file mode 100644 index 611a2271bb..0000000000 --- a/docs/userguide/userguide/jp/preferences/backgrounds.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - 背景 - - - - - - - - -
-
- -

backgrounds-icon_64.png背景 (Backgrounds)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Backgrounds
設定ファイルの位置~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - パネルのウィンドウの位置が保存されます。
-

色や画像を各フォルダーの背景やワークスペースごとのデスクトップの背景として指定できます。

-


-backgrounds.png -

一番上のプルダウンメニューを使って、現在のワークスペースのみ、すべてのワークスペース、ある特定のフォルダー、新しく作成されるすべてのフォルダーのデフォルト設定のどれに変更を適用するか選択します。

-

その下のプルダウンメニューで背景画像を指定します。シンプルに単色の背景を選択したい場合は、無し (None) を選択します。画像については、ウィンドウ左側のプレビュー部分にファイルをドラッグ&ドロップすることでも指定できます。

-

画像を指定する場合、表示位置を決める必要があります。

- - - - - -
手動 (Manual) 座標位置を指定します。ウィンドウ左側のプレビュー部分で画像をドラッグして座標を指定することもできますし、X 座標と Y 座標を手入力することもできます。
中央 (Center) 画像を画面の中央に配置します。
画面サイズに合わせる (Scale to fit) アスペクト比を考慮せずに、画面に合うように画像を拡大します。
並べて表示 (Tile) 同じ画像を繰り返し表示して画面を埋めつくします。
-

アイコンラベルアウトライン (Icon label outline) を有効にすると、アイコンラベルの周囲に細い輪郭が表示されるようになります。

-

アイコンラベルのテキストが黒色になるのか白色になるのかは、カラー選択ツールの設定に依存します。暗い色が指定されていれば文字は白色で表示されますし、明るい色が指定されていれば文字は黒色で表示されます。したがって、背景に非常に明るい画像を指定する場合は、アイコンラベルを黒色にして読めるようにするために、カラー選択ツールでは明るい色を指定すべきです (あるいは、上のアウトラインオプションを有効にすべきです)。
-背景プレファレンスで指定された色は、ワークスペースアプレットにも反映されます。このとき背景画像については無視されます。

- - - -
元に戻す (Revert) 背景プレファレンスが起動された時点で有効だった設定に戻します。
適用 変更を適応します。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/datatranslations.html b/docs/userguide/userguide/jp/preferences/datatranslations.html deleted file mode 100644 index 6502b8f193..0000000000 --- a/docs/userguide/userguide/jp/preferences/datatranslations.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/DataTranslations
設定ファイルの位置~/config/settings/* - デフォルトの設定を変更すると、トランスレーターごとに設定ファイルが置かれます。
-~/config/settings/system/DataTranslations settings - パネルのウィンドウ位置を保存します。
-

すべてのアプリケーションが、インストールされたトランスレーターのファイル形式でファイルを開いたり保存したりできます。DataTranslations プレファレンスでトランスレーターを設定します。

-


-datatranslations.png -

トランスレーターの設定項目は機能に応じそれぞれ異なっていますが、情報 (Info) ボタンを押すとクレジットとインストール先のパスが表示されます。
-次の表はデフォルトのトランスレーターと、特に便利なそれらのオプションの一覧です。

- - - - - - - - - - - - - - - - - - - - - -
アップルアイコン有効な画像サイズは、16、32、48、128、256、512、1024 (RGB32 および RGBA32) です。
BMP 画像24 ビット、非圧縮、非透過
EXR 画像ILM ハイダイナミックレンジ (HDR) 形式
GIF 画像8 ビット、ロスレス圧縮、透過
-使用する色とパレットを制限することでファイルサイズを小さくできます。
-画像を透過させて書き出すには、アルファチャネルを使い自動的に行うか、手動で RGB 値を設定します。
HVIF アイコンHaiku のベクターアイコンフォーマット用のトランスレーターです。
JPEG2000 画像24 ビット、圧縮、非透過
-ここでは普通、出力品質のみが考慮されます。
JPEG 画像24 ビット、圧縮、非透過
-出力品質のほかに、スムージングを設定して圧縮による劣化を抑えることもできますが、画像は少し不明瞭になります。
PCX 画像24 ビット、非圧縮、非透過、PC Paintbrush 互換形式
Photoshop 画像32bit、ロスレス圧縮、透明度
-トランスレーターはすべてのレイヤーを 1 つのビットマップにします。
PNG 画像32 ビット、ロスレス圧縮、透過
PPM 画像24 ビット、非圧縮、非透過 Portable PixMap フォーマット
RAW 画像最大 48 ビット、非圧縮、非透過
RTF テキストファイル書式付きテキスト
SGI 画像24 ビット、ロスレス圧縮オプション、透過
StyledEdit ファイル属性中にフォーマットデータを格納したプレーンテキスト
TGA 画像32 ビット、ロスレス圧縮オプション、透過
TIFF 画像24 ビット、ロスレス圧縮オプション、レイヤー、透過
WebP 画像8 ビット YUV 4:2:0 画像フォーマット、圧縮、透明度無し
Windows アイコン有効な画像サイズは、16、32、48 です。
WonderBrush 画像32 ビット、レイヤー、透過、ベクター / ピクセルデータ
-


-
スクリーンショットおよび図表や、白黒など色数の少ない画像、また小さい画像の保存には GIF (最大 256 色) か PNG (数百万色) が最適です。たとえば JPEG では、ファイルサイズの削減が得られずに劣化だけ招くことがあります。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/deskbar.html b/docs/userguide/userguide/jp/preferences/deskbar.html deleted file mode 100644 index 30362c92ba..0000000000 --- a/docs/userguide/userguide/jp/preferences/deskbar.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Deskbar
設定ファイルの位置~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Deskbar プレファレンスパネルは、Deskbar からも利用可能です。設定の詳細については、Deskbar で取り上げています。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/e-mail.html b/docs/userguide/userguide/jp/preferences/e-mail.html deleted file mode 100644 index de2aaa154b..0000000000 --- a/docs/userguide/userguide/jp/preferences/e-mail.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - メール - - - - - - - - -
-
- - - - -
目次
-新規メールアカウントの作成
-アカウントの設定
-受信の設定
- -送信の設定
- -メールフィルターの設定
-メールサービスの設定 -
- -

e-mail-icon_64.pngメール (E-mail)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/E-mail
設定ファイルの位置~/config/settings/Mail/*
-

Haiku は、メールサービス (mail_daemon) を通じ定期的に電子メールを取得して、メールごとに単一のテキストファイルに保存するシステムを提供します。システムはメールを解析して、差出人、宛先、題名、未読 (既読) といった必要なすべてのヘッダー情報と共に属性を設定します。処理は直接あるいは各アプリケーションから要求できます。また、このシステムはすべてのデータと構成を保ちつつメールクライアントを切り替えることを容易にします。
-構成はメール設定パネルで行います。

- -

-index -新規メールアカウントの作成

-

メールアカウントの設定手順を追っていきましょう。
-まず追加 (Add) ボタンをクリックして、新しく無名のアカウントを作成します。すると、アカウント情報を入力するパネルが開きます。

-e-mail-new-account.png -

最初に、メールを取得する方法として、POP3IMAP を選びます。

-

それから、E-mail アドレス (E-mail Address)、ログイン名 (Login Name)、パスワード (Password) を入力して、Haiku 内で用いられるアカウント名 (Account Name) と本名 (Real Name) も決めてください。

-

(海外の) メジャーな電子メールプロバイダーを利用している場合、Haiku はすでにサーバーの IP アドレスのような技術項目をすべて理解しています。それ以外の場合は、次へ (Next) をクリックすると、手でこの情報を入力するためのウィンドウが開きます。

-e-mail-new-account-2.png -

まず、受信メールのサーバー名 (Server name)認証方法 (Login type)、および接続タイプ (Connection type) を設定します。その下は、送信メールの設定です。ユーザーの電子メールプロバイダーのウェブサイトで必要な情報は得られるはずです。
-各種設定や追加の設定について詳しくは以下を見てください。

- -

-index -アカウント設定

-

左側のリスト中のアカウント名を選ぶと、いくつかの全般設定を変更できます。

-e-mail-accounts.png -

アカウント名は、たとえば E-mail 設定のアカウントリストに表示される名前です。実名は、メールを受信した人が見る名前です。返信先アドレスは、メールに返信するときに用いられるメールアドレスです。通常は、送信元アドレスと同じになります。

-

もし、アカウントを送信専用、または受信専用にするなら、左側のアカウント名を右クリックして、それに応じてチェックマークをセットすることで、機能を無効 / 有効にできます。

- -

-index -受信の追加設定

-

どのように電子メールを受信するか設定するには、アカウント名の下にある受信 (Incoming) をクリックします。

-e-mail-in.png -

最初は、受信用のメールサーバー (Mail server) アドレスです。プロバイダーが特定のポートへのログインを必要とするなら、コロンで区切ってアドレスに追加できます (例: pop.your-provider.org:1400)。

-

次に、ログイン情報として、ログイン名 (Login name)、およびパスワード (Password) を入力してください。必要なら、認証方法 (Login type) をデフォルトの平文 (Plain text) から APOP に変更してください。

-

もし POP3 を使っていて、このアカウントのメールを複数のコンピューターで取得するなら、受信後もサーバーにメールを保存する (Leave mail on server) オプションと、ローカルから削除されたらメールをサーバーから削除する (Remove mail from server when deleted) を有効にしてもよいでしょう。

-

もし代わりに IMAP を使っているならば、Remove mail from server when deleted locally オプションが利用できます。また、同期するフォルダーを、Top Mailbox Folder (最上層の受信箱フォルダー) から指定したフォルダーとそのサブフォルダーに変更できます。

-

同様に、指定したサイズより大きいメールについて、Partially download messages (部分的にメッセージをダウンロード) するよう設定することもできます。これはヘッダーのみを取得するので、題名と差出人を見た後でメッセージの続きと有効な添付ファイルをダウンロードするか決めることができます。低速な接続回線を利用している場合に便利です。

-

受信箱の場所 (Destination) を変更できます (デフォルト: /boot/home/mail/in/)。これは、異なるアカウントのメールを独自のフォルダーに分けたい場合に便利ですが、クエリでも同様の整理ができます。

- - -

-index -送信の追加設定

-

アカウント名の下にある 送信 (Outgoing) をクリックして、電子メールの送信を設定します。

-e-mail-out.png -

最初に、送信用の SMTP サーバー (SMTP Server) アドレスを設定します。先の受信サーバーと同様、必要に応じて特定のポートを指定できます (例 mail.your-provider.org:1200)。

-

ログインする必要があれば、ログインの種類 (Login Type)ESMTP に変更しユーザー名とパスワードを入力します。もう 1 つは、プロバイダーがメール確認時に認証のため POP3 before SMTP を要求する場合に用いられます。

-

受信メールと同様に、送信箱の Destination (場所) を変更できます。(デフォルト: /boot/home/mail/out/)

- -

index -通知とその他の電子メールフィルター

-

新着メールの通知および、メールの並び替え、フィルターについては、アカウント名の下のメールフィルター (E-Mail filters) で見つかります。互いに適用するフィルターをいくらでも追加でき、それらをドラッグ&ドロップで新しい場所に再配置できます。
-今のところ、3 種類の受信メールフィルター (Incoming mail filters) を追加できます。フィルターを追加したら、オプションを理解するためにそれを選択してください。

- -

index -スパムフィルター (AGMS ベイジアン)

-e-mail-filter-spam.png -

スパムフィルターは不要なスパムの判定に統計的手法を利用します。メールには 0 から 1 までの評価値が付与され、ユーザーはスパムと通常のメールとの境界値を決めることができます。
-評価値を受信メールの題名の先頭に追加することが可能です。
-また、スパムフィルターはすべての受信メールから学習できます。もちろん、誤ってスパム判定されている偽陽性のメールを仕分けて、スパムフィルターに学習させなくてはいけません。メールアプリケーションの説明時に詳しく知るでしょう。

-

ルールフィルター (Rule filter) との併用で、検出されたスパムメールを自動的に整理できます。

- -

-index -ルールフィルター

-e-mail-filter-header.png -

このフィルターはメールヘッダーと検索パターンを比較し、一致した際に処理します。
-最初のテキストフィールドには対象のヘッダーを指定します。以下のヘッダーが指定できます:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
名前 差出人の名前
差出人 差出人のメールアドレス
To (宛先) あなたのメールアドレス (アカウントによって異なります)
Reply To 返信先のメールアドレス
When メールが受信された日時
Subject メールの題名
Cc メールの複製 (Cc) を受信するアドレスの一覧
Account メールアカウント名
Status メールのステータスを表します。通常は"Read (既読)"、"Replied (返信済み)"、"Sent (送信済み)"、"Forwarded (転送済み)"、"New (新規)"、または自分自身で定義したものです。ただし、フィルターでここを変更しても、Mail サービスがメールを取得した後は常に "New (新規)" が適用されています。
Priority (優先度) 差出人のメールプログラムで設定されます (例 "urgent (緊急)")。
Thread 基本的に "Subject" と同じですが、Re: や Fwd: といった文字列が除かれます。
Classification Group (分類グループ) スパムフィルターの判定に応じて、空白 (不確かな場合) か、あるいは "Genue (本物)" か "Spam (スパム)" の文字列を含みます。
Spam/Genuine Estimate (評価値) これはスパムフィルターが電子メールに付加する評価値です。これは科学的記法で表記され、たとえば、1.065e-12 は 1.065 を 10 の 12 乗で割った 0.000000000001065 を意味します。
-

2 番目のテキストフィールドには検索パターンを入力します。ここでは、regular expression (正規表現) が利用可能で、多少複雑になる場合があるものの高い柔軟性を提供しています。リンク先を少し読めば、正規表現を利用する価値が充分にあり、また単純な検索パターンに関してはまったく複雑にならないことがわかるでしょう。

-

その下のポップアップメニューで、パターンが一致した際の処理を選択します。メールの移動や削除、"Read (既読)" などメールのステータス変更、返信に用いるメールアドレスの設定ができます。

- -

-index -新着メールの通知

-e-mail-filter-notification.png -

新着メールの通知にはいくつかの方法が選べます。方法 (Method) メニューでいくつかのオプションが見つかります。それらは、さらに組み合わせて利用できます。

- - - - - - - - - - - - - - - -
無し 通知しない
ビープ音 すべての新着メールごとに、サウンド設定で設定したサウンドファイルを再生
警告 すべての新着メールごとに、警告ウィンドウを表示
キーボード LED CapsLock キーのような、キーボードの LED を点滅
Central alert 新着メールに対して、警告ウィンドウを 1 つ表示
Central beep サウンド 設定で設定した新着メール用のサウンドファイルを一度 再生
ログウィンドウ ログウィンドウを表示
- -

-index -送信メールフィルター

-

送信メールに適用できるフィルターはたった 1 つ、fortune (占い) です。 -
このフィルターは送信するメールが送られる前に、その末尾にランダムに選ばれた愉快な (あるいは賢い) "fortune cookie" を付け加えます。ターミナルで fortune コマンドを実行することで試せます。

- -

-index -メールサービスの設定

-

受信および送信メールサーバーの設定が (おそらくフィルターの設定も) 完了したので、実際の確認と取得のすべてを行うメールサービスに、ジョブをどのように行うか知らせる必要があります。

-e-mail-settings.png -

メールチェック (Mail Checking) で、アカウントのメールサーバーに新着メールの問い合わせを行う間隔を指定します。
-ダイヤルアップ接続を利用している場合、メールチェックのためだけに自動でダイヤルしてしまうのを防ぐためダイヤルアップ接続の時のみ (Only When Dial-Up is Connected)ダイヤルアップ接続が中断した時に送信メールを予約する (Schedule Outgoing Mail When Dial-Up is Disconnected) を有効にするとよいでしょう。

-

メールサービスでは、ステータスウィンドウの表示を表示しない (Never)送信中に (While Sending)送受信中に (While Sending and Receiving)常に (Always) から選択できます。

-

起動時にメールサービスを開始する (Start Mail Services on Startup) が無効だと、処理を実行する mail_daemon が起動していないので、有効であるかしっかり確かめてください。

-e-mail-mailbox.png -

メールボックスメニューを編集… (Edit Mailbox Menu...) は、/boot/home/config/Mail/Menu Links/ フォルダーを開きます。この中に格納されたすべてのフォルダーやクエリ、またそれらのリンクが、Deskbar トレイのメールサービスにあるメールボックスアイコンのコンテキストメニューに表示されます。

-

メニューからは、メッセージを作成... (Create new message...)直にメッセージをチェック (Check for mail now)メール設定の変更... (Preferences...) といった操作ができます。

-

SHIFT を押しながらメニューを開くと、次のコマンドも表示されます。

- - - - - - - -
メッセージのみチェック (Check for mails only) 指定した 1 つのアカウントのメッセージをチェックするためのサブメニューを開きます。
未送信のメッセージを送る (Send pending mails) 新規メールをチェックせずにメッセージを送信します。
メールサービスをシャットダウン (Shutdown mail services) メールサービスを終了します。
-

メールボックスアイコンは、未読メッセージ ("New (新規)" ステータス) がある場合に中に封筒マークを表示します。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/filetypes.html b/docs/userguide/userguide/jp/preferences/filetypes.html deleted file mode 100644 index 13d3cf70b3..0000000000 --- a/docs/userguide/userguide/jp/preferences/filetypes.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - FileTypes - - - - - - - - -
-
- -

filetypes-icon_64.pngFileTypes

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/FileTypes
設定ファイルの位置~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - すべての MIME タイプをフォルダーとして保存します。
-

この設定パネルのほとんどを説明している、ファイルタイプと、ワークショップ: ファイルタイプ、属性、インデックス、およびクエリを参照してください。

- -
-
- - - - diff --git a/docs/userguide/userguide/jp/preferences/fonts.html b/docs/userguide/userguide/jp/preferences/fonts.html deleted file mode 100644 index 5f59e8e25e..0000000000 --- a/docs/userguide/userguide/jp/preferences/fonts.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - フォント - - - - - - - - -
-
-
このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngフォント (Fonts)

- - - - -
Deskbar メニュー:Preferences
場所:/boot/system/preferences/Fonts
設定ファイル:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - パネルのウィンドウ位置を保存
-


-fonts.png -

Haiku は異なった目的のために 3 種類の標準フォントを定めています。ここでシステム全体で用いられるフォントのスタイル (通常・太字・固定幅) とサイズを設定します。加えて、メニューで使われるフォントの設定が別にあります。

- - - -
デフォルト (Defaults) すべてをデフォルト値にリセットします。
元に戻す (Revert) フォント設定を開始した時点で有効だった設定に戻します。
- -

-index -新しいフォントのインストール

-

新しいフォントは、各自のユーザフォルダーにコピーすることでインストールできます。つまり、/boot/common/data/fonts/ または、/boot/home/config/data/fonts/ です (ファイルシステムレイアウトのトピックをご覧ください)。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/keyboard.html b/docs/userguide/userguide/jp/preferences/keyboard.html deleted file mode 100644 index 67c1e19c53..0000000000 --- a/docs/userguide/userguide/jp/preferences/keyboard.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - キーボード - - - - - - - - -
-
- -

keyboard-icon_64.pngキーボード (Keyboard)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Keyboard
設定ファイルの位置~/config/settings/Keyboard_settings
-


-keyboard.png -

繰り返しの速度と、キーを押してから繰り返しを始めるまでの間隔を設定します。下のテキストフィールドで設定をテストできます。

- - - -
デフォルト (Defaults) すべてをデフォルト値にリセットします。
元に戻す (Revert) 設定を、キーボードの設定を開始した時点で有効だった設定に戻します。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/keymap.html b/docs/userguide/userguide/jp/preferences/keymap.html deleted file mode 100644 index b294ad2d89..0000000000 --- a/docs/userguide/userguide/jp/preferences/keymap.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - - - - キーマップ - - - - - - - - -
-
- -

keymap-icon_64.pngキーマップ (Keymap)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Keymap
設定ファイルの位置~/config/settings/Keymap/* - ユーザーが変更したキーマップの場所
-~/config/settings/Key_map
-


-keymap.png -

キーマップウィンドウは向かって右側にユーザーのキーボードの図を示します。実際のキーを押すと、対応するキーが暗くなり、割り当てられている文字や記号が下のサンプル&クリップボード (Sample and Clipboard) テキストフィールドに入力されます。ここからドキュメントにコピー&ペーストすることもできます。
-したがって、キーマップの設定はローカルのキーマップを構成するだけでなく、ほかの言語で使われる特別な文字や記号を探すのにも役立ちます。たとえば、キーマップを "French (フランス語)" に変更し、"ç" を探して François へのメールにコピーできます (もっとも、ほかのキーマップでも "セディーユ" は見つかるでしょう)。

-

SHIFT キー、CONTROL キーや OPTION キーといった修飾キーを押すと、表示されるキーボードはそれに応じて変化します。

-

青い背景でマークされたキーは、Dead Keys と呼ばれ、その後に押すキーを変更できます。マウスでそれらの青いキーをクリックすると、変更できるキーが黄色に照らされます。もう一度クリックすると元に戻ります。これはたとえば、é、ñ、ó や ë といった文字です。

-

キーボードの図の下に、さらに 2 つのオプションがあります:

- - - -
Select Dead Keys (デッドキーを選択) 上で触れた青いキーの設定用です。
Switch Shortcut Key... (ショートカットキーを切り替え…) ショートカットキーを CONTROL (普通 CTRL) を用いる Windows / Linux モードで利用するか、COMMAND (普通 ALT) を用いる Haiku モードで利用するかを切り替えます。
-

左の一覧はシステムによって用意された設定済みキーマップで、もし利用可能であれば、その下にユーザー定義のキーマップが列挙されます。画面キーボードでキーマップを変更できます。キーを別のキーにドラッグ&ドロップするとキーの交換になります。

-

キーのドラッグ&ドロップの代わりに、メニューファイル | 修飾キーを設定… (File | Set modifier keys...) で、次のウィンドウを開きます:

-keymap-modifiers.png -

ここでは、キーをそれぞれの役割へ割り当てること、またはキーの役割を完全に無効にすることができます。同じキーに違う役割を割り当てることすらできますが、それは大体の場合、良い考えではありません。また、その場合、ポップアップメニュー横の小さな ! で警告されます。
-修飾キーを設定 (Set modifier keys) ボタンを押すと、変更を適用して、ウィンドウを閉じます。

-

変更を終えたら、その結果を、ファイル | 名前をつけて保存… (File | Save as ...) メニューから保存できます。変更したキーマップは ~/config/settings/Keymap/ に保存されている場合のみユーザー定義の一覧に表示されます。そうでなければ、ファイル | 開く… (File | Open...) から手動で読み込む必要があります。 - -

-

キーマップパネルと物理キーボードをより一致させるために、Layout メニューからいくつかの設定が利用できます。

-

画面キーボードで使われるフォントは、フォント (Font) メニューで変更できます。フォントがすべての文字と記号を含むとは限らないということに注意してください。

-

キーマップの設定を始めた時点の設定に戻すための、元に戻す (Revert) ボタンもあります。

- -

-index -高度なキーマップの操作

-

キーマップをカスタマイズする方法は、キーマップ設定パネル以外にもあります。多くの16進値を含んだテキストファイルを編集する必要があるので、一見複雑で面倒に見えますが、扱うのはそれほど不可能ではありません。

-

ターミナルに次のコマンドを入力することで現在のキーマップをダンプできます:

-
keymap -d > MyKeymap
-

生成されたテキストファイルはテキストエディターで開けます。エディターで等幅フォントを使っていることをよく確認してください。そうでなければいつまでも内容を理解できないでしょう。
-ファイルの冒頭に、16 進数と対応するキーの凡例が用意されています。その下にそれぞれの値の実際の割り当てが記述されています。キーマップ設定パネルで行えるすべてのカスタマイズに加え、いくつかの設定が可能です。もしキーボードに特別なキーがある場合は、それらを有効にできます。普通のキーとして使うか、あるいはオプションキーやコントロールキーとして使うことができますが、たとえばマルチメディアキーを音量アップ/ダウンやアプリケーションの起動に割り当てることはできません。これにはたとえば、キーボードショートカット -(Shortcuts) プリファレンスを使用します。

-

設定を終えたら、ファイルを保存して、次のコマンドでシステムに変更したキーマップを読み込ませます。

-
keymap -s < MyKeymap
-

このキーマップをキーマップパネルにインポートする場合は、まずファイルをバイナリ形式にコンパイルする必要があります:

-
keymap -c < MyKeymap
-

これで生成される keymap.out開く… (Open...) メニューから読み込めます。ちなみに、次のキーマップコマンドでもこのバイナリ形式を同様に読み込めます: keymap -l < keymap.out

-

これはダンプされたファイルです (整列されているキーの右端はこのページの見栄えをよくするために省かれています)。

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/jp/preferences/locale.html b/docs/userguide/userguide/jp/preferences/locale.html deleted file mode 100644 index 3599d2f18f..0000000000 --- a/docs/userguide/userguide/jp/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ロケール - - - - - - - - -
-
- -

locale-icon_64.pngロケール (Locale)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Locale
設定ファイルの位置~/config/settings/Locale settings
-


-

Haiku のローカライズシステムは、テキストを訳文に置き換えることだけでなく、数値、日付、および時間をロケール設定に合うやり方で書式設定するような複雑なタスクを含んでいます。

-
もし、翻訳の手助けをしたい、または訳文のない言語の翻訳を始めたいなら、Haiku-i18n メーリングリストで連絡をとってください。日本語訳については、Haiku-i18n-jp メーリングリストに連絡してください。
-

-index言語

-

Haiku は数十の言語に翻訳されてきています。残念なことに、いくつかの翻訳は完全ではありません。したがって、複数の言語を、“優先言語 (Preferred languages)” として選択できます。もし、あるテキストの翻訳がない場合、それは、次の優先言語の訳と置き換わります。英語はデフォルトの代替言語です (リストに無い場合も同様)。

-locale-language.png -

この例では、優先言語はスペイン語に設定されています。最初の代替言語はイタリア語で、テキストがここにもない場合、デフォルトの英語に戻ります。
-見てのように、左側の言語の項目を展開すると、(利用できる場合) 言語の特異的変異、つまり方言のサブ項目が現れます。

-

-index書式設定

-

書式設定 (Formatting) タブでは、日付、時刻、数値、および通貨のフォーマットを優先言語の設定とは独立して設定できます。

-locale-formatting.png -

あなたは、イタリアのスイス語圏に住むスペイン人かもしれません。なので、システムの言語はスペイン語にしたいでしょう。しかし、数字と通貨は職場のようにスイス / イタリアの書式にします。
-もし、スペイン語の日付および月名により満足していれば (例として、ファイルの修正日を考えてください) 、この時間特有の書式を一番上にある 優先する言語の月/日の名前を使用する (Use month/day-names from preferred language) チェックボックスを使って上書きできます。

-

たしかに、上記の例はよくある例ではないかもしれませんが、システムの柔軟性を示しています。

-

-indexオプション

-

最後のタブには、Deskbar と Tracker 中のアプリケーション名とフォルダー名を翻訳する (Translate application and folder names in Deskbar and Tracker) オプションがあります。グラフィカルインターフェースはローカライズして、プレファレンスパネル、アプリケーション、または標準のフォルダー名を元の英語のままにしておきたい場合は、チェックボックスを無効にしてください。

-


-

変更はただちに適用されます。しかし、実行中のアプリケーションは、新しい設定を表示する前に終了して再起動が必要になるかもしれません。

- - - -
デフォルト (Defaults) すべてをデフォルト値にリセットします。
元に戻す (Revert) ロケールプリファレンスを起動したときに有効であった設定に戻します。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/media.html b/docs/userguide/userguide/jp/preferences/media.html deleted file mode 100644 index f2931da2e3..0000000000 --- a/docs/userguide/userguide/jp/preferences/media.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - メディア - - - - - - - - -
-
- -

media-icon_64.pngメディア (Media)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Media
設定ファイルの位置~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - パネルのウィンドウ位置を保存します。
-

ドキュメントはまだ存在しません。重複を避けるため、ドキュメントについて作業を行いたいときはドキュメンテーションメーリングリストでお知らせください。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/mouse.html b/docs/userguide/userguide/jp/preferences/mouse.html deleted file mode 100644 index e014f85536..0000000000 --- a/docs/userguide/userguide/jp/preferences/mouse.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - マウス - - - - - - - - -
-
- -

mouse-icon_64.pngマウス (Mouse)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Mouse
設定ファイルの位置~/config/settings/Mouse_settings
-


-mouse.png -

最初に、マウスの種類を 1 ボタン、2 ボタン、3 ボタンから選択してください。マウスの第 2 (右) ボタンをシミュレートするには、CTRL キーを押しながら左クリックします。第 3 (中央) ボタンは、CTRL ALT と左クリックでシミュレートできます。

-

マウスの挙動を好みに変更するには、ボタンをクリックして、ポップアップメニューから対応する新しい動作を選んでください。

-

スライダーを右に動かすことで、ダブルクリックの速度、マウスの速度と加速度が調整できます。マウスの図の下にあるテストエリアでダブルクリックの速度が好みに合うかチェックするのに使えます。ダブルクリックで単語を選択できない場合は、設定が速すぎます (または、もっと速くクリックすることに慣れる必要があるでしょう)。

-

ウィンドウがクリックに反応する方法を定める、3 つのフォーカスモード (Focus modes) があります。

- - - - -
クリックでフォーカスと手前へ (Click to focus and raise) これはデフォルトの設定です。クリックされると、ウィンドウはフォーカスを得て、前面に出てきます。
クリックでフォーカスのみ (Click to focus) クリックされた場合、ウィンドウはフォーカスは得ますが、自動的に前面に出てきません。前面に出すには、タイトルタブ、枠のどちらかをクリックするか、window management keys CTRL ALTを押しながら、ウィンドウのどこでもクリックしてください。
フォーカスをマウス位置に合わせる (Focus follows mouse)マウスポインターの下にあるウィンドウは自動的にフォーカスを得ます。前面に出すには、クリックでフォーカスのみ (Click to focus) で記載されているやり方と同様にしてください。
-

最初のクリックを受け入れる (Accept first click) を有効にすると、ボタンやメニューのようなウィジェットを起動させるためにフォーカスの無いウィンドウをクリックする必要を除きます。これは、意図せずにウィンドウを閉じてしまうリスクを負います (たとえば、ウィンドウタブを押すつもりでうっかり閉じるボタンを押してしまう場合)が、ユーザーのワークフローを大幅にスピードアップします。

-

すべての設定は即時に反映されます。

- - - -
デフォルト (Defaults) すべてをデフォルト値にリセットします。
元に戻す (Revert) 設定を、マウスの設定を始めた時点で有効だった設定に戻します。
- -
-
- - - - - - diff --git a/docs/userguide/userguide/jp/preferences/network.html b/docs/userguide/userguide/jp/preferences/network.html deleted file mode 100644 index 2bc04ae8cb..0000000000 --- a/docs/userguide/userguide/jp/preferences/network.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - ネットワーク - - - - - - - - -
-
- -

network-icon_64.pngネットワーク (Network)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Network
設定ファイルの位置/boot/system/settings/network/resolv.conf
-


-

ネットワークプレファレンス (Network preference) は、利用可能なすべてのネットワークデバイスとサービスを一箇所で設定するパネルです。左側はデバイスおよびサービスの折りたためるリストです。右側は選択された項目に対する情報または設定です。
-下には、ネットワーク状況 (Network status) を Deskbar に表示 (Show Network status in Deskbar) するためのチェックボックスがあります。. 元に戻す (Revert) は、パネルを起動した時に有効であった設定に戻します。 - -

- -

デバイス (Devices)

-network-prefs-device.png - -

ここでは、iprowifi4965 ドライバーを使用するワイヤレスデバイスを表示しています。接続のために、ポップアップメニューから WLAN を選択します。メニュー中の WLAN 名の後ろに、シグナル強度を示すアイコンがあるでしょう。
-いったん WLAN が選択されたら、Haiku は起動毎に自動的に接続を試みます。自動選択 (Choose automatically) を選ぶと、回りで最も強度の高い WLAN と接続を試みます。 -

-

保護されたネットワークに接続している場合は、パスワードと、接続に対して一度だけ許可するかまたは常に許可するかを求められるでしょう。後者を選んだ場合、パスワードは保存され、将来入力する手間を省きます。 -

-

その下のボタンで、.デバイスの無効 (Disable) 化、または接続の再ネゴシエート (Renegotiate) を行えます。 -

- -

デバイスの真下に、利用可能なプロトコル、IPv4 と IPv6 のリストがあります。

-network-prefs-ipv4.png - -

ポップアップメニューからモードを設定して、必須のネットワークパラメーターである IP アドレス (IP Address)ネットマスク (Netmask) およびゲートウェイ (Gateway) を指定します。DHCP を選ぶと、ネットワーク (ルーターなど) から動的に構成を取得します。または、固定 IP (Static) を選んで、設定後適用 (Apply) 押すことで、自分でパラメーターを指定できます。

- -

テザリングされたデバイス (有線デバイス) の設定はこれとよく似ています。もちろん WLAN 接続のポップアップメニューはありません。

- -

サービス (Services)

-

DNS 設定 (DNS settings)

-network-prefs-dns.png - -

DHCP を使用している場合は、DNS サーバーの IP アドレスとドメインはネットワーク (ルーターなど) から与えられます。ユーザーは、別の DNS サーバーを追加および削除でき。それらを右側のボタンを使ってリスト内で上下することで優先度を調整できます。
-適用 (Apply) を押すと、新しい設定が有効になります。 - -

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku はユーザーが有効 (Enable) または 無効 (Disable) にできるサーバーを提供しています。 ウィンドウの右側に注意すべきその特定のサーバーに関する情報があります。FTP および Telnetサーバーはセキュアでなく暗号化されていません。 デフォルトでは、それらは無効化されており、セキュリティリスクを承知している場合にだけ有効にするべきものです。

- -

設定ファイル

- -

ネットワークの設定ファイルは、/system/settings/network/ フォルダー内にあります。通常、これらを気にする必要はありません。恐らく、状況がひどく悪化したあとで白紙の状態から始めるためにそれらを削除する以外は…

-

しかし、一つのファイルは、特にターミナルで作業する場合にはとても便利かもしれません。ホストファイル (hosts file) で特定の IP アドレスへの別名を定義できます。たとえば、

-
127.0.0.1			   		localhost	  #loopback
-192.168.178.3		 	NAS			     	#Synology
-192.168.178.102		XIOS		      #Mediaplayer
-

localhost へのループバックに加えて、Synology ストレージの IP を "NAS" に、メディアプレーヤーの IP を "XIOS" としました。ネットワークストレージとの FTP セッションを開始するために、その IP アドレスを覚えておく必要はありません。単に次のように入力できます。 -

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/printers.html b/docs/userguide/userguide/jp/preferences/printers.html deleted file mode 100644 index 7f83f46e8e..0000000000 --- a/docs/userguide/userguide/jp/preferences/printers.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - プリンター - - - - - - - - -
-
- -

printers-icon_64.pngプリンター (Printers)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Printers
設定ファイルの位置~/config/settings/printers/*
-

ドキュメントはまだ存在しません。重複を避けるため、ドキュメントについて作業を行いたいときはドキュメンテーションメーリングリストでお知らせください。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/screen.html b/docs/userguide/userguide/jp/preferences/screen.html deleted file mode 100644 index 1578fb7936..0000000000 --- a/docs/userguide/userguide/jp/preferences/screen.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - 画面 - - - - - - - - -
-
- -

screen-icon_64.png画面 (Screen)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Screen
設定ファイルの位置~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - VESA モードのみで動作します
-~/config/settings/Screen_data - ここに設定が保存されます
-

それぞれのワークスペースで解像度と色深度を設定できます。

-screen.png -

一番上のポップアップメニューで、設定をすべてのワークスペースに適用するのか、または現在のワークスペースにのみ適用するのかを選択します。その下のポップアップメニューにグラフィックカードに対応した解像度と色深度が表示されます。

-

適用 (Apply) を押すと、グラフィックモードが変更されます。続いて、警告が表示されて、変更を保存するか、破棄するかを問われます。12 秒以内に返答しなければ、自動的に前の設定に戻ります。モニターが設定に対応していなければ、警告は見えないでしょう。

-

左側には、報告された製造者とモデル、およびその dpi (dots per inch) での解像度を備えた、ユーザー画面の説明があります。マウスポインターをその上に持ってくると、ドライバーでサポートされていれば、グラフィックカードの名前をツールチップで表示します。カードがサポートされてなければ、"VESA" と表示します。VESA は、ほとんどのハードウェアで動作する高速な代替手段です。

-

元に戻す (Revert) を押すと、画面プレファレンス起動時の設定に戻します。

-
Haiku の VESA モードは大変よく動作しますが、いくつかの制限に遭遇するかもしれません。ワイドスクリーンディスプレイはネイティブ解像度で動作せず、結果としていくらか不鮮明な画像となるでしょう。また、利用できる色深度とリフレッシュレートにも制限があるかもしれません。
-

左下のボタンで、ワークスペースの数の設定ができ、およびそれらを行列に配置できます。また、背景プレファレンスを起動できます。

- -
-
- - - - - - diff --git a/docs/userguide/userguide/jp/preferences/screensaver.html b/docs/userguide/userguide/jp/preferences/screensaver.html deleted file mode 100644 index c02c9c1441..0000000000 --- a/docs/userguide/userguide/jp/preferences/screensaver.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - スクリーンセーバー - - - - - - - - -
-
-

screensaver-icon_64.pngスクリーンセーバー (ScreenSaver)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Screensaver
設定ファイルの位置~/config/settings/ScreenSaver_settings
- -

スクリーンセーバー設定のパネルは 2 つのタブに分かれています。

- -

-index -一般 (General)

-screensaver-fade.png -
-

一番上のチェックボックスでスクリーンセーバーを有効にするかを選択します。
-その下のスライドバーでスクリーンセーバーが起動するまでの時間を変更できます。

-

次の 2 つのスライダーは、チェックボックスを有効にしたときにだけ使用できます。
-1 つは、ディスプレイの電源がオフになるまでの時間を設定します。
-もう 1 つは、ロック解除のためにパスワードが必要となるまでの時間を設定します。 -

-

下部の画面のイラストをクリックすることで、どの角にマウスをおいたときにスクリーンセーバーを起動するかを設定できます。この機能を無効化したいときは、イラストの真ん中をクリックしてください。

- -

-index -スクリーンセーバー (Screensavers)

-screensaver-modules.png -
-

2 つめのタブには、インストールされたスクリーンセーバーのリストと設定が表示されます。リストの下にあるテスト (Test) ボタンで選択しているスクリーンセーバーを試せます。
-正規の .hpkg パッケージの一部でない新しいスクリーンセーバーをインストールするには、それぞれの non-packaged フォルダーへコピーします (ファイルシステムレイアウトのトピックを参照ください)。 -

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/   すべてのユーザーが使用できるスクリーンセーバー用
/boot/home/config/non-packaged/add-ons/Screen Savers/   ユーザーだけが使用できるスクリーンセーバー用
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/shortcuts.html b/docs/userguide/userguide/jp/preferences/shortcuts.html deleted file mode 100644 index dda46a7792..0000000000 --- a/docs/userguide/userguide/jp/preferences/shortcuts.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - キーボードショートカット - - - - - - - - - -
-
- -

shortcuts-icon_64.pngキーボードショートカット - (Shortcuts)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Shortcuts
設定ファイルの位置~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

ドキュメントはまだ存在しません。重複を避けるため、ドキュメントについて作業を行いたいときはドキュメンテーションメーリングリストでお知らせください。

- -
-
- - - - diff --git a/docs/userguide/userguide/jp/preferences/sounds.html b/docs/userguide/userguide/jp/preferences/sounds.html deleted file mode 100644 index 109c91cf6d..0000000000 --- a/docs/userguide/userguide/jp/preferences/sounds.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - サウンド - - - - - - - - -
-
- -

sounds-icon_64.pngサウンド (Sounds)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Sounds
設定ファイルの位置~/config/settings/Media/MediaFiles
-


-sounds.png -

システムであるイベントが発生したときに再生されるサウンドを設定できます。リストからイベントを選択した後に、下のポップアップメニューでサウンドを選んでください。

- - -
サウンド無し (None) サウンドは再生されません。
その他… (Other...) ファイルパネルからメニューにない新しいサウンドを選択できます。
-

メディアプレーヤーがサポートしている形式のサウンドを使用できます。
-再生 (Play)停止 (Stop) のボタンでサウンドを試しに再生できます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/time.html b/docs/userguide/userguide/jp/preferences/time.html deleted file mode 100644 index f1be8f921d..0000000000 --- a/docs/userguide/userguide/jp/preferences/time.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - 日付と時間 - - - - - - - - -
-
- -

time-icon_64.png日付と時刻 (Time)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Time
設定ファイルの位置~/config/settings/networktime settings - ネットワークを通じた時刻同期に関するすべての設定
-~/config/settings/RTC_time_settings - ハードウェアクロックの設定 (現地時刻または GMT)
-~/config/settings/Time settings - タイムゾーン設定
-~/config/settings/Time_preflet_window - パネルの位置など
-
-

この設定は、4 つのタブに分けられています。

- -

-index -日付と時刻 (Date and time)

-time-time.png -

左側で、カレンダーをクリックすることで、日を設定します。月と年はそれをクリックしてから右側の上下矢印で変更するか、またはキーボードのカーソルキーを使って変更します。

-

同様に、右側で時刻を設定します。または、単純に時計の針を直接動かします。

- -

-index -タイムゾーン (Time zone)

-time-timezone.png -

地域のリストからユーザーの国を探して選択し、タイムゾーンを設定 (Set time zone) を押すだけです。複数のタイムゾーンがある国はもう一段深いレベルに展開する必要があるでしょう。
右側には、現在設定されているタイムゾーンの時刻と、ユーザーが選んだタイムゾーンの時刻が表示されます。

-

右側にはコンピューターのハードウェアクロックの設定があります。クロックには次の 2 つのモードがあります。

- - - -
現地時刻 (Local Time)ユーザーの現地時刻を表示するためのモードです。Windows とデュアルブートする場合に通常設定します。
GMTグリニッジ標準時 (Greenwich Mean Time) を表示するためのモードです。UNIX と互換の設定です。
- -

-index -ネットワークタイム (Network time)

-

インターネットに接続しているなら、日付と時刻を手動で設定するのはもう時代遅れです。大変正確な時刻信号を提供する公開サーバー (NTP サーバー) があります。

-time-network.png -

+/- ボタンでリストに NTP サーバーを追加または削除することができます。

-

下のチェックボックスは、システムに時刻の同期時に現在選択されているサーバーだけではなく、すべてのサーバーを試す (Try all servers) ように伝えます。また、常に正しい時刻を示していることを確認するため、起動時に同期 (Synchronize at boot) するようにも伝えます。

-

誤って稼働中の NTP サーバーを削除した場合、デフォルトのサーバーリストにリセット (Reset to default server list) することができ、また、手動で時計を同期 (Synchronize) することもできます。

- -

-index -時計 (Clock)

-time-clock.png -

最後のタブは、Deskbar に表示された時計のオプションです。最初のチェックボックスで時計を完全に非表示にできます。その他のチェックボックスはひと目でわかるものです。

-


-

すべてのタブには元に戻す (Revert) ボタンがあり、日付と時刻プレファレンスの起動時の設定に戻します。

- -
-
- - - diff --git a/docs/userguide/userguide/jp/preferences/touchpad.html b/docs/userguide/userguide/jp/preferences/touchpad.html deleted file mode 100644 index 09d9ebd0db..0000000000 --- a/docs/userguide/userguide/jp/preferences/touchpad.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - タッチパッド - - - - - - - - -
-
- -

touchpad-icon_64.pngタッチパッド (Touchpad)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Touchpad
設定ファイルの位置~/config/settings/Touchpad_settings
- -

ノートパソコンで使用しているなら、このパネルでタッチパネルに関連するいくつかの設定ができます。

- -touchpad.png - -

縦横の赤線を移動させることで、スクロール可能な領域 (灰色の部分をタッチパッドとした際の赤い部分) を設定できます。設定した領域で指を動かすとスクロールします。

-

右側のスライドバーでは、全体のスクロール加速度、水平方向スクロール速度、および垂直方向スクロール速度を設定できます。
-加速度設定は、ユーザーがスクロールエリアをすばやく擦った時、リストがすばやくスクロールする量を決定します。スクロール速度設定は、スクロールエリアを "通常の" 方法で使用した際の速度をコントロールします。

-

タッチパッドの画像の下には、"2 本指スクロール (Two finger scrolling)" を垂直および水平方向に有効にするためのチェックボックスがあります。タッチパッド上で 2 本の指を水平または垂直の方向で平行にスライドさせると、その方向にウィンドウのスクロールバーも動きます。左手と右手の親指を使ってスクロールすると、反応しやすいです。
-この機能に違和感がないなら、スクロール領域を設定しなくてもタッチパッド全体で普通の移動ができます。

-

下のスライドバーでタップクリックの感度を調整できます。タップクリックを認識しにくいなら感度を上げ、マウスポインターの移動をクリックとして認識してしまうなら感度を下げればよいでしょう。

- - - -
デフォルト (Defaults) すべてをデフォルト値にリセットします。
元に戻す (Revert) タッチパッドプレファレンスを起動した時点で有効だった設定に戻します。
-

タッチパッドに関するヒント
-ボタンを使用せずにタッチパッドだけでドラッグ&ドロップができることをご存知ですか?
アイコンを一度クリックして指を離さずに少し待った後にもう一度クリックします。すると、マウスポインターに合わせてアイコンが移動するようになり、ドラッグできます。指を離すとドロップされます。

-

ドラッグをしているときに指がタッチパッドの境界線に達してしまったが、マウスポインターがまだスクリーンの端に達していない場合はどうすればよいでしょうか? 指を離すとドロップされてしまいます。
ハードウェアによっては次の素晴らしい機能があります。境界線に指を置いたままにしておくとマウスポインターが自動でその方向に進みます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/tracker.html b/docs/userguide/userguide/jp/preferences/tracker.html deleted file mode 100644 index 06db4bd381..0000000000 --- a/docs/userguide/userguide/jp/preferences/tracker.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/Tracker
設定ファイルの位置~/config/settings/Tracker/TrackerSettings
-


-

Tracker 設定パネルは、Tracker ウィンドウのウィンドウ | 設定… (Window | Preferences...) から開けます。
-機能については、Tracker を参照ください。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/preferences/virtualmemory.html b/docs/userguide/userguide/jp/preferences/virtualmemory.html deleted file mode 100644 index b774d510a3..0000000000 --- a/docs/userguide/userguide/jp/preferences/virtualmemory.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - 仮想メモリ - - - - - - - - -
-
- -

virtualmemory-icon_64.png仮想メモリ (VirtualMemory)

- - - - -
Deskbar:Preferences
位置:/boot/system/preferences/VirtualMemory
設定ファイルの位置~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - ここに設定が保存されます。
-

仮想メモリを設定すると、メモリが不足している場合にハードディスクにスワッピングできます。
RAM が大量に使用できる場合は、仮想メモリを設定する必要はないでしょう。

-virtualmemory.png -

必要に応じて、物理メモリより大きいサイズさえ設定できます。現在の巨大なハードディスクでは、物理メモリのサイズを割り当てても問題ないでしょう。空き領域が少なくなってきたなら、すぐに割り当て量を調節できます。その場合は、DiskUsage で、なにがハードディスクの容量を消費しているかを確認すると良いでしょう。

-

通常はブートパーティションにスワップファイルが書きこまれます。スワップインやスワップアウトによってハードディスクがたびたびスラッシング状態に陥ってしまうなら、スワップファイル用に別のハードディスクを使うこともできます。同じディスクにパーティションを作成してそこをスワップに使用しても、状態は改善されません。
-RAM の量を増やすのが一番有効な方法であることをお忘れなく。

- - - -
デフォルト (Defaults) すべてをデフォルト値にリセットします。
元に戻す (Revert) 仮想メモリが起動された時点で有効だった設定に戻します。
- -
-
- - - - diff --git a/docs/userguide/userguide/jp/queries.html b/docs/userguide/userguide/jp/queries.html deleted file mode 100644 index 821eadc763..0000000000 --- a/docs/userguide/userguide/jp/queries.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - クエリ - - - - - - - - -
-
- - - - - -
目次
- 検索ウィンドウ
- 基本クエリ - "名前で検索"
- 高度なクエリ - "属性で検索"
- さらに高度なクエリ - "式で検索"
- 結果ウィンドウ
- クエリテンプレート -
- -

クエリ

- -

クエリ (Query) はファイル属性に基づいたファイル検索で、Tracker 内やターミナル内で実行できます。クエリは、/boot/home/queries/ に、デフォルトでは消去されるまで最新 7 日間保存されます。これらが静的な検索結果のリストではなく、開くたびに常に新しい検索を引き起こすクエリ式であることに注意してください。
-さらによいことに、再クエリのためにダブルクリックの必要はありません。ほかのフォルダーのように、保存したクエリを右クリックでドリルダウンして、サブメニューで移動してください。

- -

-index -検索ウィンドウ

-

クエリを開始するには、Deskbar メニュー、任意の Tracker ウィンドウ、またはデスクトップ (それは実際にフルスクリーン Tracker ウィンドウです) のいずれかから、検索… (Find...) メニューを実行します。ショートカットは、ALT F です。以下の検索ウィンドウが表示されます。

-basic-query.png -
    -
  1. 以前のクエリ、または保存済クエリを選択するか、または現在のクエリをクエリテンプレート (Query Template) として保存します。

  2. -
  3. すべてのファイルとフォルダー (All files and folders) から特定のファイルタイプまで検索範囲を絞り込みます。

  4. -
  5. 検索方法を決定します。
      -
    • 名前で検索 (by Name) - ファイル名による基本的な検索
    • -
    • 属性で検索 (by Attribute) - 進んだ検索。1 つまたは複数の属性に対して検索語を指定します。
    • -
    • 式で検索 (by Formula) - さらに進んだ検索。複雑なクエリを微調整できます。
  6. -
  7. 検索を行うドライブを指定します。

  8. -
  9. 検索語を入力します。

  10. -
  11. 三角のアイコン (expander) は追加オプションの表示 / 非表示を行います。

  12. -
  13. クエリを 7 日後に自動消去したくない場合は、一時的なクエリ (Temporary) チェックボックスのチェックを外します。

  14. -
  15. クエリが、ごみ箱を含む (Include trash)と考えられる場合はチェックします。

  16. -
  17. オプションとして、クエリを保存したい場合名前を入力します。

  18. -
  19. このアイコンをどこにでもドラッグ&ドロップして、クエリを保存できます。右クリックで行うと、テンプレートとして保存のオプションが現れます。

  20. -
- -

-index -基本クエリ - "名前で検索"

-

マウントされたディスク上で、あるパターンと一致するすべてのファイルを簡単に見つけたい場合は、検索方法を名前で検索 (by Name) のままにしておきます。テキストボックスへ検索語を入力し、ENTER キーを押してください。

- -

-index -高度なクエリ - "属性で検索"

-

特定のファイルタイプの属性を検索する、より高度なクエリを作成できます。それが動作するためには、これらの属性はインデックスづけがされている必要があります。

-query-window.png -

例として、ファイルタイプをすべてのファイルとフォルダー (All files and folders) から Text | E-mail に設定することから始め、検索方法を属性で検索 (by Attribute) に変更します。

-

これにより、テキストボックスの左側にポップアップメニューを、また下側に追加 (Add)削除 (Remove) ボタンを追加します。メニューから、クエリする属性を決めます。追加 (Add) および削除 (Remove) ボタンで追加の属性のクエリや、再びそれらを削除できます。これらの属性は、AND/OR で論理的にリンクできます。

-

例として、メールのクエリを行いましょう。

-query-window-filled.png -

件名が "vibraphone" あるいは "skepticality" である、過去 2 か月に Clara Botter が送信したすべてのメールを探している場合、検索ウィンドウはこのようになります。
ごらんのように、時間ベースの属性を介した検索は、いくつかの便利なフレーズをサポートしています。"last 2 months (最後の 2 ヶ月)" に加えて、"today (今日)"、"yesterday (昨日)"、"Monday (月曜日)"、"last Monday" (先週の月曜日になるでしょう)、または "last 2 minutes/hours/days/weeks (最後の 2 分間/時間/日/週)" も使えます。
-検索結果の数を減らすのに良い方法です。

- -

-index -さらに高度なクエリ - "式で検索"

-

式クエリを手入力することはとっつきにくく、かつ、まったく非実用的です。にもかかわらず、それには用途があります。 - -

-

上記の、vibraphone などに関する Clara のメールの属性によるクエリを例にとります。属性と検索語がすべて確定された場合に、式で検索 (by Formula) モードへの変更を試みると、この 1 行のクエリ文字列に圧倒されるでしょう。

-formula-query.png -

読みやすく編集されたテキストとしてもう一度。

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

何に使えるでしょうか。

-
    -
  • メール、フォーラム、あるいは IRC に、文字列をコピーし貼り付けることで、ほかの人が使ったり、デバッグできたりするかもしれません。

  • -
  • この方法を使って、Attribute モードでクエリを構築した後、Formula モードへ変更して、ターミナルのクエリあるいはスクリプトに使用する検索文字列を簡単に生成できます。

  • -
  • 必要なところへのかっこの挿入や、部分的に大文字小文字を区別することや、修正により論理結合を否定 (例:NOT AND のために "==" を "!= に変える) することでクエリを微調整できます。必要とするのは、正規表現に対する基本的な理解と、たぶんいくつかのスクリプトの基本だけです。

  • -
- -

-index -結果ウィンドウ

-

検索を始めたら、検索ウィンドウは結果ウィンドウと入れ替わるでしょう。ここに、"server" をクエリした例があります。

-result-window.png -

灰色の背景のほかは、結果ウィンドウは、ほかの Tracker ウィンドウとまさしく同様に動作します。いくつかのものには、注目すべき価値があります。

-
    -
  • ファイルまたはフォルダーを開くには、Path 属性をダブルクリックします。

  • -
  • ファイル (File) | クエリを編集 (Edit query) または ALT G によって、検索ウィンドウを呼び戻してクエリを改良できます。

  • -
  • クエリはライブです、つまり、検索基準と一致するファイルがシステム上に現れるか、またはシステム上から消える場合、この変更は検索結果にリアルタイムで反映されます。

  • -
-

特定のファイルタイプのクエリ結果のためにふさわしい属性レイアウトを割り当てられます。テンプレートを作成したいファイルタイプのファイルを含んでいるフォルダーを開き、クエリ結果を示したいものになるように属性を配置します。属性 (Attributes) | レイアウトをコピー (Copy layout) で、このレイアウトをコピーします。

-

/boot/home/config/settings/Tracker/DefaultQueryTemplates を開き、新しいフォルダーを作成し、それを group/filetype にリネームします。ここで、/ は _ に置き換えてください (例: "audio_x-mp3")。新しいフォルダーを開き、属性 (Attributes) | レイアウトを貼り付け (Paste layout) でレイアウトを貼り付けます。

- - -

-index -クエリテンプレート

-

保存済のクエリをダブルクリックすると、すぐにファイル検索が始まり、ただちに結果ウィンドウが開きます。しかし、これらの正確なパラメーターで検索したくなく、それらを少しだけ式を調整するための始点として使いたいかもしれません。
- クエリをテンプレートとして保存 (Save query as template) メニュー項目を使うか (一番上のスクリーンショットの (1) を見てください)、右クリックしながら (10) のアイコンをどこかにドラッグ&ドロップすると、そのようなテンプレートを作成できます。テンプレートをダブルクリックしても結果ウィンドウは開かず、検索パネルが開きます。そこですばやく検索文字列の変更、または属性の追加 / 削除ができるチャンスが与えられます。

-

クエリテンプレートを保存することを選択すれば、それらは検索パネルの最近使ったクエリメニューに表示されるでしょう。

-
-
- - - - - diff --git a/docs/userguide/userguide/jp/teammonitor.html b/docs/userguide/userguide/jp/teammonitor.html deleted file mode 100644 index 637e327406..0000000000 --- a/docs/userguide/userguide/jp/teammonitor.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - チームモニター - - - - - - - - -
-
- -

チームモニター

- -

CTRL ALT DEL を使って、チームモニターを呼び出して現在実行中のプログラムを一覧表示できます。

-teammonitor.png -

システムにより起動されたプログラムは青、ユーザーが起動したプログラムは黒で表示されます。
-応答の無いアプリケーションは、しばしばプログラムがクラッシュしたというサインですが、赤で表示されます。プログラムを選択して、アプリケーションを終了する(Quit application) ボタン (または DELQ のどちらか) を押すことで、プログラムを終了させて見ることができます。それがうまく行かなかった場合、代わりにアプリケーションを強制終了 (Kill application) ボタン (または、SHIFT DELK キー) を押して見てください。

-

OPT ALT T でターミナルを呼び出します。

-

Tracker か Deskbar がフリーズやクラッシュした場合、新しいボタンが現れます (問題を起こしているチームを強制終了させなければいけないかもしれません)。デスクトップを再起動 (Restart the desktop) は Tracker か Deskbar のどちらか、または両方を再起動させます。

- -
-
- - - - diff --git a/docs/userguide/userguide/jp/tracker-add-ons.html b/docs/userguide/userguide/jp/tracker-add-ons.html deleted file mode 100644 index a561f38e8d..0000000000 --- a/docs/userguide/userguide/jp/tracker-add-ons.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Tracker アドオン - - - - - - - - -
-
-
このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。
- -

Tracker アドオン

- -

アプリケーションは、Tracker からのファイルの選択で自身を容易に呼び出せるように、アドオンをインストールできます。特定のファイルタイプを扱えるアドオンだけが、コンテキストメニューあるいは Tracker ウィンドウのファイル (File) メニューのアドオン (Add-Ons) 以下に表示されます。いくつかのアドオンは、必ずしも処理するファイルを必要とせず、常にメニュー内に存在しています。

-

正規の .hpkg パッケージの一部でない Tracker アドオンをインストールするには、それらを個々の non-packaged フォルダーにコピーします (ファイルシステムレイアウトのトピックを参照ください)。

- - - -
/boot/system/non-packaged/add-ons/Tracker/   すべてのユーザーに利用可能なアドオン用
/boot/home/config/non-packaged/add-ons/Tracker/   ユーザー専用アドオン用
-

アドオンのファイル名にはダッシュと英大文字を後に付けられ、英字はキーボードショートカットから利用できます。たとえば、Open Target Folder-O は、ALT OPT O で起動します。
-もちろん、ショートカットを決める場合は、ショートカットが衝突する可能性を処理しなければなりません。異なるアドオンに同じショートカットを持つことはできません。

- -

Haiku の Tracker アドオン

-

これらの Tracker アドオンはすべての Haiku インストールに付いてきます。

- - - - - - - - - - - - - -
Background-Bデスクトップあるいは任意のフォルダーの色や画像を変更するため、背景 (Background) プリファレンスを起動します。画像ファイルから呼び出された場合、背景パネルは、起動時にその画像を使われる可能性のある背景としてロードします。
DiskUsage-I一致するフォルダーをベースとして DiskUsage アプリケーションを起動します。
FileType-Fファイル上で呼び出された場合、そのファイル特有の FileType パネルを起動し、ファイル以外の場合、FileTypes プリファレンスを起動します。
Open Target Folder-Oリンク上だけで使用でき、リンク元ファイルが存在するフォルダーを開きます。
TextSearch-GTextSearch アプリケーションを起動して、選択されたフォルダー (またはそのサブフォルダー) 中で文字列を捜します。
ZipOMatic-Z選択されたファイルを zip アーカイブへ追加します。ファイルを選択せずに呼び出すと、ドラッグ&ドロップで zip アーカイブを作成するパネルを開きます。
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/tracker.html b/docs/userguide/userguide/jp/tracker.html deleted file mode 100644 index ec30168d1e..0000000000 --- a/docs/userguide/userguide/jp/tracker.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- - - - - -
目次
- ボリュームのマウント
- ナビゲーション
- 外観
- Tracker 環境設定
- ファイル操作
- 処理状況 -
- -

Tracker

- -

Tracker はすべてのファイルへのグラフィカルインターフェースです。それは新しいファイルおよびフォルダーの作成や、検索、起動や名前の編集のほかに、既存のファイルのコピーや削除も行います。

-

ほかのアプリケーションと同様に (アイコンを備えたデスクトップは実際にはうしろにある単なるフルスクリーンウィンドウです)、Tracker はそのウィンドウとともに Deskbar 上に現れ、終了および再起動ができます。クラッシュやフリーズした Tracker (あるいは不安定な Deskbar) を終了して再起動するもっとも簡単な方法は、チームモニターを呼び出すことです。

- -

-index -ボリュームのマウント

-

ハードディスク、CD、USB スティック等にアクセスするためには、まずボリュームをマウントしなければなりません、すなわち、システムにそれがそこにあることを知らせます。ボリュームをマウントするには、デスクトップあるいはマウント済のボリューム (ブートディスク等) を右クリックして マウント (Mount) サブメニューからボリュームを選択します。Deskbar に同様のマウントメニューが見つかります。

-drill-down.png -

また、設定 (Settings) もあるので、起動のたびにすべてを手動でマウントする必要はありません。上図の設定は、接続や挿入されたあらゆる記憶装置を自動的にマウントし、以前にマウントされたすべてのディスクを起動時にマウントするでしょう。

-
ハードドライブや USB スティック等を取り外す前に、ボリュームが正しくアンマウントしたことを確かめてください (これはデータ転送がすべて終了したことを保証します)。そうしないと、データを失うか、あるいはディスクを破損するかもしれません。
- -

-index -ナビゲーション

-

デフォルトでは、フォルダーをダブルクリックすると、Tracker は親ウィンドウを開いたままで新しいウィンドウを開きます。これではすぐに散らかったデスクトップになってしまいます。
-これを防ぐには、OPT キーを押します。それにより、自動的に親ウィンドウを閉じます。
-これはまた、キーボードナビゲーションでも当てはまります。さらに詳しくは、ショートカットやキーの組み合わせのトピックを見てください。

-

Tracker の主な目的の 1 つは、ほかのプラットフォーム上のファイルマネージャーと同様にフォルダーを移動することです。Haiku の Tracker には、効率的に移動を支援するいくつかの独自の特徴があります。

- -

-indexサブメニューのドリルダウン

-

ダブルクリックで次々とフォルダー階層を下る代わりに、ドリルダウンのためのもっとよい方法があります。

-drill-down.png - -

フォルダー上で右クリックすると、通常のコンテキストメニューの一番上に現在のフォルダーのサブメニューが見つかります。それはフォルダーの 1 階層下へ移動します。捜しているファイルかフォルダーを見つけてそれをクリックで開くまで、階層を下って移動してください。上の図は、フォルダー /boot/home/config/ の内容を表示しています。
-ファイルをドラッグしながら行う場合、ファイルは最後にドロップした所に移動するでしょう。

-

同様の方法は、Tracker の任意のウィンドウから使用できます。

-window-drill-down.png -

項目の数を表示している左下のエリアをクリックすると、現在のフォルダーの上の階層にあるフォルダーのサブメニューが見つかるでしょう。そこから、いつも通りフォルダーを経由してドリルダウンできます。

-

デスクトップは、常に階層のトップレベルであり、Tracker がマウントされたボリュームを表示する場所であることに注意してください。したがって、別のディスクに移動したければ、まずトップレベル (デスクトップ) へ移動してからディスクへ移動する必要があります。


-

ファイルをフォルダーにドラッグした時にも同様のサブメニューナビゲートができるでしょう。フォルダー上でしばらく留まると、サブメニューがポップアップし目的地へドリルダウンできます。もし右マウスボタンを押してドラッグを始めた場合は、ボタンを離した時に、ファイルのコピー、移動、またはリンクから選択できます。

- -

-index -先行入力でファイルにジャンプする

-

ほかのオペレーティングシステムのファイルマネージャーでこのコンセプトは良く知っているかもしれません。ファイル名の最初の数文字をタイプすると、これらの文字に最初に一致するファイルにジャンプします。Haiku はそのアイデアを一歩進めました。これらの文字で始まるファイルが無いときは、ファイル名に文字列を含む最初のファイルにジャンプします。ファイル名中に文字列が無い場合は、次に属性が検索されます。

-window-type-ahead.png -

上の例では、"Haiku logo" で始まるたくさんのファイルがあるので、単純な先行入力は無駄です。しかし、Haiku では、"web" とタイプすることで、最初のファイルである、"Haiku logo - website" に正確にジャンプします。タイプされた文字は左下 (通常、フォルダー中の全ファイルの数が表示される場所) に表示されます。1 秒後に元の表示に戻り、新しい先行入力検索を開始できます。

-

-index -先行入力フィルター

-

入力中にジャンプする代わりに、先行入力文字列に一致しないファイルを取り除くオプションもあります。特に、ファイルがたくさんあるフォルダーの場合、これは明快さを著しく改善します。SHIFT SPACE を区切りとして使うことで、複数の文字列でフィルタリングさえできます。
-先行入力ジャンプと異なり、フィルタリングは ESC を押すか、ウィンドウを閉じる (または、シングルウィンドウナビゲーションモードのときはフォルダーを去る) までは有効です。
-この先行入力フィルタリングは、Tracker preferences 中で設定されます。

- -

-index -外観

-window-menu.png -

Tracker ウィンドウは、ウィンドウ (Window) メニューから 3 つの表示モードを提供します。

-
    -
  • アイコン表示 (Icon view) (ALT 1) - 大きいアイコンで表示します。サブメニューからサイズを変更できます。また、ALT +/- で、アイコンを拡大縮小できます。

  • -
  • ミニアイコン表示 (Mini icon view) (ALT 2) - 小さいアイコンで表示します。

  • -
  • 一覧表示 (List view) (ALT 3) - ファイルを詳細リストで表示します。また、利用可能な属性を表示または非表示にできます (属性のトピックを見てください)。

  • -
-

ウィンドウ (Window) メニューはほかに多くの機能を提供します。

-
    -
  • 最適な表示サイズに変更 (Resize to fit) (ALT Y) - ウィンドウを望ましいサイズにリサイズします。

  • -
  • 並べ換え (Arrange by) - アイコンモード、またはミニアイコンモードでのみ使えます。サブメニューによりさまざまなプロパティでの並び替えができます。

    -
      -
    • 名前 (Name)実名 (Real name)サイズ (Size)更新日時 (Modified)作成日時 (Created)種類 (Kind), 場所 (Location)アクセス許可 (Permissions)

    • -
    • 逆順にする (Reverse order) - 並び替えを逆順にします

    • -
    • アイコンの整列 (Clean up) (ALT K) - すべてのアイコンを見えないグリッド上に整列させます。SHIFT を押しながら選択すると、メニューはすべてを整列 (Clean up all) となり、整列に加えて、すべてのアイコンを上記で選択されたキーで並び替えます。

    • -
  • -
  • 選択… (Select...) (SHIFT ALT A) - ファイルを正規表現で選択します。

  • -
  • 閉じる (Close) (ALT W) - ウィンドウを閉じます。SHIFT を押しながら選択すると、メニューはすべて閉じる (Close all) となり、すべての Tracker ウィンドウを閉じます。

  • -
  • ワークスペース内のすべてを閉じる (Close all in workspace) (ALT Q) - 現在のワークスペース中のすべての Tracker ウィンドウを閉じます。フォルダーをクリックする時に OPT キーを押し忘れ、結果として開いた Tracker ウィンドウでワークスペースが散らかった場合に便利です。

  • -
-

しばしば、完全なアイコンの整列 (Clean up) (ALT K) を使わずに少しのアイコンを再整列したい場合があります。その場合、アイコンを選択して、新しい場所へドラッグします。アイコンをドロップする前に ALT キーを押し続けます。これによりアイコンは見えないグリッドに整列されます。

-

その他の機能は、Tracker 設定を除いて説明を要しないものです。

- -

-index -Tracker 環境設定

-

ウィンドウ (Window) | 設定… (Preferences...) は、多くの設定項目を提供するパネルを開きます。それらは読んでわかるものではありませんが、一度試せば明らかになるはずです。すべての設定はライブで適用されるので、変更した結果はすぐに見られるでしょう。
-それでは、わかりにくい設定を手短に。

-
    -
  • デスクトップ (Desktop) - マウントされたディスクを、すべてデスクトップに表示するか、またはデスクトップ上の単独のディスク (Disks) アイコンをクリックして表示されるウィンドウ中に表示するかを決めます。

  • -
  • ウィンドウ (Windows) - シングルウィンドウナビゲーション (Single window navigation) を設定できます。つまり、フォルダーをダブルクリックすると、それ自身のウィンドウを開く代わりにすでに開いているウィンドウの中に開きます。これは上記の OPT キーを押しながらクリックするのとは違います。なぜなら、ウィンドウごとに保存された位置やサイズを失うからです。

    -tracker-preferences-navigator.png -

    Tracker をシングルウィンドウナビゲーションへ切り替える前に、よりなじんでいるかもしれないので、まずはメニューベースのブラウジングを試して見ることを勧めます。メニューベースに慣れた後では、実際にはるかに速く動作するかもしれません。一方、シングルウィンドウブラウズはナビゲーターを提供します。そこでは、パス名の入力や、コピー&ペーストができます。また、戻る、進む、および上の階層へ移動のボタンを使用できます。

    -

    先行入力フィルターを有効にする (Enable type-ahead filtering) を有効にすると、入力している間、入力文字列がファイル名または表示されている属性にマッチするファイルだけを表示するように、Tracker ウィンドウの内容をフィルタリングします。上記を見てください。

  • -
  • ごみ箱 (Trash) - ファイルを削除する時の動作を設定します。

  • -
  • ディスクアイコン (Volume icons) - ディスクアイコンの横に表示される空き容量表示の有無や色を設定します。

  • -
  • Disk mount - "ボリュームのマウント"で述べられているように、いつ、どのディスクが自動でマウントするかを定義します。

  • -
-

ところで、このパネルは Deskbar プレファレンスTracker としても利用できます。

- -

-index -ファイル操作

-

ファイルを選択したときに呼び出されるファイル (File) メニューコマンドのほとんどは、そのファイルを右クリックしたときに呼ばれるコンテキストメニュー中にも表示されます。

-

例によって、コマンドの使い方はかなり明白なものです。

-
    -
  • 検索… (Find...) - ファイルまたはフォルダーを検索します。より多くの情報を得るためにクエリのトピックを見てください。

  • -
  • 新規作成 (New) - 新しいフォルダー、またはテンプレートに基づいたファイルを作成します。

    -new-menu.png -

    雛形を編集… (Edit templates...) を選択すると、/boot/home/config/settings/Tracker/Tracker New Templates フォルダーを開きます。そのフォルダーにファイルを作成すると、新規作成 (New) メニューのテンプレートとしてファイルの名前およびほかの属性を持ったファイルタイプを提供するでしょう。ここでは、ファイルタイプが text/plain であるファイル "Text" があります。より多くの情報については、ファイルタイプのトピックを見てください。

  • -
  • 指定アプリケーションで開く… (Open with...) - このサブメニューは、このファイルタイプを扱えるアプリケーションをすべて表示します。

    -open-with.png

    ファイルがダブルクリックされた時にファイルを開く優先アプリケーションにチェックマークがつきます。このサブメニューは最初に正確なファイルタイプ (この場合、タイプ text/plain であるテキストファイル) を扱えるアプリケーションをリストします。次に、一般にそのスーパータイプ (ここでは text/*) を扱えるすべてのアプリケーションが、最後に、任意のファイルを処理できるものがリストに入ります。サブメニュー中のアプリケーション名ではなく、指定アプリケーションで開く… (Open with...) をクリックすると、代わりにパネルが開きます。

    -

    -open-with-preferred -

    ここで、再びサブメニューにプログラムのリストを見つけるでしょう。1 つのファイルを選択して、関連づけて開く (Open and make preferred) ボタンをクリックすると、そのファイルタイプ (ここでは text/plain) を持つすべてのファイルに対する優先アプリケーションを変更できます。

  • -
  • 詳細情報… (Get info) -

    -get-info -

    このパネルでは、選択されたファイルの情報の表示およびデフォルトアプリケーションの設定が行えます。また、パネルの一部を拡げると、ファイルのパーミッションおよび所有者を設定できます。パスをクリックすると、Tracker ウィンドウ中にファイルを選択します。

  • -
  • 名前の変更 (Edit name), 複製 (Duplicate)ごみ箱に移動 (Move to Trash) - ファイル名の編集、ファイルの複製、または選択したファイルをごみ箱へ移動できます。

  • -
  • 指定先に移動 (Move to)指定先にコピー (Copy to)指定先にリンクを作成 (Create link) - サブメニューナビゲーション方法を使用して、選択したファイルの移動、コピー、またはリンクができます。メニューを起動する間に SHIFT を押し続けると、相対リンクを作成するオプションを提供します。

  • -
  • 切り取り (Cut)コピー (Copy)貼り付け (Paste) - クリップボードを使ってファイルのカット、コピー、そしてペーストができます。メニューを起動する間に SHIFT を押し続けることによって、おそらく別のフォルダーからファイルをさらにコピー / 切り取り (Copy/Cut more) でき、後でほかのどこかにペーストできます。さらに、SHIFT を押し続ける間、クリップボードにコピーされたファイルをリンクとしてペーストできます。

  • -
  • ファイル形式を判別 (Identify) - ファイルタイプを見つけ出して、たとえば、wget でファイルを転送した場合のように、ファイルがファイルタイプを持っていなければ、セットするでしょう。メニューを起動する間に SHIFT を押していると、メニューはファイル形式を判別 (Force identify) に変わります。これは、ファイルタイプを識別し、誤りだった場合は修正します。

  • -
  • アドオン (Add-ons) - すべての一般的な Tracker アドオンと、選択されたファイルを扱えるアドオンを表示します。詳しくは、Tracker アドオンのトピックを見てください。

  • -
- -

-index -処理状況

-

ファイルをコピー、移動、または削除する場合、Tracker は進行状況をステータスウィンドウで表示します。複数の処理を始めた場合、ジョブごとに状態が表示されます。

-transaction-status.png -

右側に、処理を休止あるいは完全に止めるための 2 個のボタンがあります。大きな処理を一時的に休止することはたまには有用かもしれません。たとえば、大きなアプリケーションを速く起動する必要があるかもしれません。大量のデータコピーはユーザーのハードディスクの I/O 帯域幅を詰まらせるので、ワークフローを遅らせます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/twitcher.html b/docs/userguide/userguide/jp/twitcher.html deleted file mode 100644 index 405a3072a1..0000000000 --- a/docs/userguide/userguide/jp/twitcher.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
- -

Twitcher

- -

Twitcher は起動中のアプリケーションやそれらのウィンドウ間をジャンプするためのタスクスイッチャーです。

-twitcher.png -

CTRL TAB をタップして、現在使用しているアプリケーション / ウィンドウと直前に使用したものとを切り替えます。CTRL TAB をすばやくタップすることで、すべてのアプリケーションを切り替えるでしょう。また、CTRL TAB キーを押しながら、TAB あるいは / を繰り返し打つことにより、すべての起動中のアプリケーションを移動します。プログラムの特定のウィンドウに行く必要がある場合は、説明されているようにそのアイコンに移動してから、/ でアプリケーションの開いているウィンドウを調べてください。

-

CTRL ~ を使って、現在のワークスペース上の、あるアプリケーションのすべての目に見えるウィンドウを繰り返し表示できます ( ~ は使用中のキーマップに依存しますが、ESC の下にあるキーです)。

-

CTRL TAB で Twitcher を起動し、次に、CTRL キーを離してから、マウスを使ってジャンプ先のアプリケーションやウィンドウを選択することもできます。

-

Twitcher はまた、少数の高度なキーボードショートカットを提供します。

- - - - -
ESCスイッチを中止し、以前のアクティブウィンドウに戻ります。
Q選択されたアプリケーションを終了します。
H選択されたアプリケーションのウィンドウをすべて隠します。
- -
-
- - - - diff --git a/docs/userguide/userguide/jp/workshop-email.html b/docs/userguide/userguide/jp/workshop-email.html deleted file mode 100644 index 81eacd0a1f..0000000000 --- a/docs/userguide/userguide/jp/workshop-email.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - ワークショップ: メールの管理 - - - - - - - - -
-
- - - - - -
目次
- Haiku のメールシステム
- カスタムステータスを使う
- クエリを使う
- 追加のヒント -
- -

ワークショップ: メールの管理

- -

このワークショップでは、Haiku 環境下でメールを管理する方法について調べます。メールサービスがメールプレファレンスで正しく設定されており、読者がメールアプリケーションの基本的な特徴を理解していることを仮定しています。

- -

-index -Haiku のメールシステム

-

読者がほかのオペレーティングシステムから Haiku へやってきたとしたら、おそらく、MS Outlook や Mozilla の Thunderbird のような大きなアプリケーションを使っていたでしょう。それらはメールサーバーのアドレスなどの、すべての情報を入力する必要があり、また、それらは独自のコンタクトデータベースを使用しています。それらはメールの送信や受信を管理し、いくつかの特別なファイルに保管します。
-メールクライアントの変更は、いくつかのエクスポート / インポートおよび変換が進行する面倒なことになることがあります。ほかになにか使えるものを調べるために、同時に複数のクライアントを使うことも、たまに問題が起こります。

-

Haiku のメールシステムはそれらとは異なったものです。それは、より小さな別々のモジュールに分かれています。

-

メールサーバーとの通信を管理する、mail_daemon があります。メールプレファレンスは、メールをチェックする頻度を設定する中心の 1 つであり、たとえば、メールアカウントや、メールをチェックする頻度を設定します。

-

受信または送信されたすべてのメールは、個別のメールファイルとして保存されます。ファイルは、ヘッダー情報 (差出人 (sender)、表題 (subject)、日付 (date) のような)、およびステータス (新規 (New)、受信済 (Replied)、送信済 (Sent) のような) を BFS 属性中に持っています。これにより、Haiku のすばやいクエリで、メールを検索 / フィルタリングできます。

-browsing.png -

メールはすべて別々のファイルなので、それらを閲覧することは,フォルダー内の、(またはクエリの結果の) 画像ファイルを ShowImage でブラウズするのと同じぐらい容易なことです。Tracker ウィンドウを開いたままにしておくと、移動のために、前へ / 次へボタンを使うたびに、現在見ているファイルの選択が移動するのが見えるでしょう。
-それらは別々のファイルなので、Haiku のメール以外のビューアを使ってもまったく問題ありません。

-

同様に、新規メッセージの作成はメール送信を管理する mail_daemon によって扱われるありふれたファイルの作成となります。コンタクト情報は、People アプリケーションに従います。

-

一言で言えば、ほかのメールクライアントが、メールサーバーとの通信からすべてのメールへのビューおよびそれらを検索およびフィルタリングするためのツールの提供に至るまで、あらゆることができる場所です。Haiku は一連の小さなツールと、一般的なファイル管理を使います。

-
    -
  • mail_daemon は、メールの受信 / 送信を行い、普通のファイルに保存します。

  • -
  • Tracker ウィンドウおよびクエリは、メールファイルを検索および表示します。

  • -
  • メールアプリケーションは、メールファイルを閲覧し、People アプリケーションによるシステム全体に渡るコンタクト管理にしたがって、新規メッセージを作成します。

  • -
-

特に、Tracker およびクエリを使ってメールを管理することは強力なアイデアです。得られる経験は、ファイル操作のあらゆる問題に転換できます。それが、画像、音楽、ビデオ、コンタクト、またはどんな書類でも、Tracker の使用はファイル管理のコアとなります。
-同様に、これらのシステムエリアの改良は、メールだけでなく、それらを利用するすべてのアプリケーションに役立ちます。

- -

-index -カスタムステータスを使う

-

新着メールをブラウズする場合、さらに詳しくそれに関して考えるように、後でそれらのうちのいくつかに戻りたいと思うかもしれません。それらを "New messages" クエリ中に維持するために、メールのメニュー閉じる (Close and) | 「新着」のままにする (Leave as New) を使用できましたが、その方法を積み重ねる傾向があります…

-

1 つの解決法は、もちろん、単に返答を始めて下書きとして保存することです。しかし、返事を書くつもりがなく、後でメールを再度読みたいだけならば、それは理想的ではありません。

-status.png -

さらに良い、閉じる (Close and) | ほかの属性に変更… (Set to...) の使用は、新しいステータスを作成し、メールを分類するためにそれを使用するためです。たとえば、ステータスを、"後で (Later)" と呼ぶことができ、それから、より多くの時間が取れたときに、そのためにクエリを実行できました。
-あるいは、特定のプロジェクトのために別のステータスを使用します。たとえば、ステータス "HUG" ("Haiku ユーザーガイド" 用) を作成し、そこに、ユーザーガイドのコンテンツに影響をおよぼすかもしれないすべてのメールを集めます。それらは、いくつかの機能を変更または導入する、コードの変更に関するコミットメッセージのようなメール、または、ユーザーガイドを改善すると感じるあらゆるメールです。
-どんな場合でも、ステータス名を短くするように努めてください。その方が、常に Tracker 中で通常の幅の "Status" 列に適合します。

-

そのステータスをセットするために、メールアプリケーションでメールを開く必要はありません。Tracker アドオン、Mark as Read および Mark as... で、いくつかのメールファイルを選択し、一度にそれらのステータスを設定できます。

- -

-index -クエリを使う

-

確かに、メールをすべて格納するためにフォルダーを指定し、しかもそれを開けることができます。そこに読者のメールのすべてがあります。しかし、時間とともに、フォルダーは込み入ってきます。そして、すべてを表示することは何千ものファイルのようにますます長くかかり、それらの属性を解析し、並び替えしなければなりません。同様に、たいていの場合、2 年前のナイジェリアの王子およびそれらの相続問題のメールに実際に関心がありません…

-
フォルダーを読み込むとき、ディスクから読み込まれたファイルを正しい並び順にし、それらをウィンドウ中に表示することに多くの時間が費やされます。非常に多くのファイルがあるフォルダーを開く必要があるならば、Tracker ウィンドウを、"不可視 (invisible)" にすることで待ち時間を短くできます、つまり、ウィンドウを最小化するか、あるいは別のワークスペースへ変更するかのいずれかです。それがどのように CPU 使用率に影響するか確かめるためには、プロセスコントローラーを観察してください。
-

メールを探すためのクエリ

-

クエリを使うことで、メールの表示範囲を絞れます。実際、Deskbar 中のメールボックスアイコンはクエリを使っています。

-daemon-in-deskbar.png -

下書きを開く (Open Draft) サブメニューは、ステータス "Draft (下書き)" に対するクエリを行います。このステータスは、メッセージを保存したときに、メールによって、ユーザーがメッセージを保存したときにセットされます。

-

Open Inbox Folder および Open Mail Folder は、単に普通のフォルダーへのリンクです (私見ではあまり便利ではありません)。

-

# 通の新着メッセージがあります (# new messages) サブメニューは、ステータス "New (新着)" に対するクエリによって現れます (ところで、同じクエリがメールボックスにメールがあることを示すため、メールボックスアイコンを変更するのに使われます)。

- -

独自のクエリ (または、フォルダー、アプリケーション、スクリプトなど) をそのコンテキストメニューに追加できます。それら、またはそれらへのリンクを、~/config/settings/Mail/Menu Links に入れてください。

-
クエリ、~/config/settings/Mail/mailbox は特例です。それは、Deskbar 内のメールボックスアイコンを左クリックしたときに実行されます。その振る舞いを変えたいなら、それをほかのどんなファイル (またはファイルへのリンク) にでも置き換えられます。それには、単にファイル名を "mailbox" とするだけです。それはクエリである必要はありません。クエリのフォルダーへのリンク、スクリプト、またはアプリケーションでも同様に動作します。
- -

-index -クエリのサンプル

-

便利なクエリの例を以下に少し示します。

- - - - - - -
query-1.png
-カスタムステータス "Later" を持つメールをすべて検索します。
query-2.png
-過去 2 日間のメールをすべて検索します。
query-3.png
-過去 2 週間に Ingo Weinhold から来たメールをすべて検索します。
query-4.png
-過去 12 時間に Haiku commit list に投稿されたものをすべて検索します。
- -

-index -追加のヒント

-
    -
  • クエリを、"クエリ" で保存せず、"クエリテンプレート" として保存するなら、その起動は結果ウィンドウではなく、検索…ウィンドウとなるでしょう。そのほうが、件名または送信元に対する検索文字列の交換や、たとえば、"2 days" タイムリミットを "3 days" に変更することが容易にできます。

  • -
  • Tracker 設定で、"先行入力フィルタリング (type-ahead filtering)" を有効にすると、さらにクエリの結果をよりすばやくフィルタリングできます。たいてい、すべてのメールを過去 3 日間でクエリし、そこから先行入力フィルタリングで進むだけで充分です。大きな利点は、検索する属性を正確に指定する必要がないことです。フィルタリング中は、表示されている属性がすべて考慮されます。

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/jp/workshop-filetypes+attributes.html b/docs/userguide/userguide/jp/workshop-filetypes+attributes.html deleted file mode 100644 index 0b30d996dd..0000000000 --- a/docs/userguide/userguide/jp/workshop-filetypes+attributes.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - ワークショップ: ファイルタイプ、属性、インデックス、およびクエリ - - - - - - - - -
-
- - - - - -
目次
- 準備
- カスタムファイルタイプの作成
- アイコン
- ファイルの認識
- 説明
- 優先アプリケーション
- 拡張属性
- インデックス付け
- データを入力する
- データベースにクエリを行う -
- -

ワークショップ: ファイルタイプ、属性、インデックス、およびクエリ

- -

このワークショップは、属性 (Attribute)クエリ (Query)インデックス (Index)、およびカスタムファイルタイプ (Filetype) の使い方を説明します。例として、DVD ライブラリを記録するデータベースを作成します。

- -

-index -準備

-

最初に、どのようなファイルタイプおよび属性が私たちのニーズを満たすか決定しましょう。元々、私は映画の IMdB ページへのリンクを備えたブックマークファイルを使用したかったが、当時 Haiku には BeOS の NetPositive のような「ブックマークを付けられる」ブラウザがありませんでした。それで、私はファイル自身を映画のカバーの JPEG イメージにすることを思いつきました。
-WebPositive によって、Haiku は再びブックマークを付けられるブラウザーを持ちました。そのため、データベースファイルには基本的なファイルタイプを備えたファイルの代わりに、ブックマークファイルも使えます。
-どの場合でも、これらのファイルに 2、3 の属性を加えます。ここでは、後でそれをクエリするかどうか (次に、インデックスにそれを加えなければなりません) 決定しなければなりません。また、クエリをするなら、属性がどのような型であるべきかを決定しなければなりません。数 (整数、小数) は、テキストとは異なる評価をされます(例: </=/> 対 等しい/を含む/で始まる)。

-

以下は、DVD について見たい属性です:

-
    -
  • 映画のタイトル (Movie title)
  • -
  • ジャンル (Genre)
  • -
  • URL 例: IMdB への URL
  • -
  • 監督/キャスト (Director/Cast)
  • -
  • あらすじ (Plot)
  • -
  • 1 から 10 までの点数 (Rating)
  • -
  • 棚の座標 (例: A2, B3)、実生活でもこれによって DVD を探します :)
  • -
  • もしそうならば、だれが DVD を借りたか…
  • -
- -

-index -カスタムファイルタイプの作成

-

Filetypes プレファレンスを立ち上げて、左の階層化リストの下にある、追加… (Add...) ボタンをクリックします。小さなダイアログが開くので、そこで新しいファイルタイプがどの MINE グループに属するか決めます。また、まったく新しいグループを作成することもできます。では、ファイルタイプを "applications" のグループに入れて、"内部名 (Internal Name)" を DVDdb にしましょう。

-filetypes-new-file-type.png -

さて、新しい DVDdb ファイルタイプ用のダイアログが開きます。

-filetypes-dvddb.png - -

-index -アイコン (Icon)

-

アイコン (Icon) をダブルクリックすると、Icon-O-Matic が立ち上がり、ユーザーのファイルタイプ用アイコンをデザインできます。また、別のタイプのアイコンウェルからアイコンをドラッグ&ドロップできます。これはたぶん、修正版のスタートポイントとなるでしょう。

- -

-index -ファイルの認識 (File Recognition)

-

.txt、.jpg、.mp3 のような拡張子を付けて、ファイルを識別できます。MINE タイプ付けの無いシステムからのファイルを使用する時に便利です。今回の例では必要ありません。

- -

-index -説明 (Description)

-
    -
  • タイプ名 (Type name) - 例として、Tracker ウィンドウの "属性 (Attribute)" メニューおよび、ファイルの "種類 (Kind)" 属性に現れます。
  • -
  • 説明 (Description) - さらに詳しい説明。
  • -
- -

-index -優先アプリケーション (Preferred Application)

-

このポップアップメニューは、特定のファイルタイプを扱えるすべてのアプリケーションのリストを示します。ここから、この特定のファイルがダブルクリックされた時にどのプログラムで開くかを選択できます。

- - - -
選択… (Select...) ファイルダイアログを開いて、そこからこのファイルタイプを開くためのアプリケーションを選択します。ここでは DVD のカバーを開くために、ShowImage を設定します。
このタイプと同様… (Same as...) ファイルダイアログを開いて、求める優先アプリケーションのセットを持ったファイルを選択します。
- -

-index -拡張属性 (Extra Attributes)

-

ここで、準備のところで決定したすべてのカスタム属性を入力します。追加… (Add...) ボタンをクリックするとパネルが開きます。

-filetype-extra-attribute.png -
    -
  • 属性の名前 (Attribute name) - たとえば、Tracker ウィンドウの列ヘッダーに表示されます。

  • -
  • 内部名 (Internal name) - 属性のインデックス付けおよびクエリに使われます。

  • -
  • タイプ (Type) - 属性が持つ値を定義します。それによって、どのようにクエリされるかが決まります -
      -
    • String 通常のテキスト用
    • -
    • Boolean バイナリデータ用: 0 または 1
    • -
    • Integer 異なる範囲の整数値用: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float 単精度浮動小数値用
    • -
    • Double 倍精度浮動小数値用
    • -
    • Time 時間と日付のフォーマット用
    • -
  • -
-
    -
  • 表示する (Visible) - このチェックボックスは、Tracker ウィンドウで属性がそもそも表示できるかどうか決定します。Tracker は DVD データベースのインターフェースなので、これをチェックし、以下の項目で外観を定義します。
      -
    • 表示形式 (Display as) - "Default" のままにしてください。将来、評価用のバーや星などのより多くのオプションが利用できるでしょう。
    • -
    • 編集可能 (Editable) - Tracker 上で属性が編集できるかどうか決定します。
    • -
    • 幅 (Width) - Tracker ウィンドウの属性行のデフォルト幅。
    • -
    • 配置 (Alignment) - 属性は左寄せ、中央寄せ、または右寄せで表示できます。
    • -
-

では、属性の情報をすべて挿入しましょう。

- - - - - - - - - - -
内部名属性のタイプインデックス付け説明
DVDdb:title text はい 映画のタイトル (Movie title)
DVDdb:genre text はい ジャンル (Genre)
DVDdb:url text いいえ URL
DVDdb:cast text はい 監督/キャスト (Director/Cast)
DVDdb:plot text いいえ あらすじ (Plot)
DVDdb:rating int-32 はい 1 から 10 までの点数
DVDdb:coord text いいえ
DVDdb:lent text はい 貸し出し先
- -

-index -インデックス付け

-

私たちの小さな DVD データベースにデータを入力する前に、一部の属性にインデックスを付けなければなりません。インデックスの付いた属性だけが、Haiku のすばやいクエリを使えます。
さて、今後何を検索するでしょうか? たぶん、「棚の B4 座標には何があるか?」や「映画の IMdB URL やあらすじに 'pope-shenooda' と言う言葉を含むか?」は検索しないでしょう。

-

次の属性が残ります。

- - - - - - -
内部名属性のタイプ
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

これらにインデックスを付けるには、ターミナルを立ち上げて、次々に属性に追加していくだけです。

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

-t オプションは属性の型を定義します。int (整数) である rating 以外は、"string (文字列)" となります。

- -

-index -データを入力する

-

さて、すべてが設定されたので、データベースにデータを入れ始められます。
-基本のファイルはカバーイメージなので、IMdB のようなオンラインリソースへ行き、最初の映画を探してカバーまたは映画のポスターを DVDdb のファイルを保持したい新規フォルダーに保存します。

-

フォルダーを開くと、JPEG ファイルが 1 つある標準的な Tracker ウィンドウが見えます。JPEG ファイルを右クリックして、Filetype アドオンを使って、ファイルタイプを application/DVDdb に変更します。ファイルタイプのドキュメントにこれについて詳しい情報があります。

-

さて、Tracker ウィンドウの 属性 (Attributes) メニューから DVDdb の属性をすべて有効にし、好きなように Tracker の列を再構成します。

-filetypes-dvddb-empty.png -

まだ空の属性をクリックする (または ALT E を押す) ことで、編集モードに入り、それぞれの属性を入力します。TAB および SHIFT TAB によって、属性間を移動できます。

-

今回の例では、通常ダウンロードした JPEG カバーでスタートし、そのタイプを applications/DVDdb に変更します。動作するファイルを作成する、別のエレガントなやりかたがあります。私たちが定義したファイルタイプを持つ空のファイルを /boot/home/config/settings/Tracker/Tracker New Templates にコピーし、それを DVDdb にリネームします。

-

Tracker ウィンドウ中で右クリックすると、新規… (New...) メニューのデフォルトである、"新規フォルダー (New folder)" の下に新たな項目を見つけるでしょう。

- -

-index -データベースにクエリを行う

-

数時間の単調な仕事の後、クエリによって、すべての Christina Ricci 映画で 7+ の点数があるものを見つけられる小さくすてきなデータベースがあります… :)

-

特定のファイルタイプのクエリ結果にふさわしい属性レイアウトを割り当てることができます。
-DVDdb ファイルを含んでいるフォルダーを開き、クエリ結果をどのように示したいかに従い、属性を整えます。このレイアウトを、属性 | レイアウトをコピー (Attributes | Copy layout) でコピーします。

-

/boot/home/config/settings/Tracker/DefaultQueryTemplates を開いて、新規フォルダーを作成し、それを group/filetype にリネームします。ここで、/ はアンダースコアに置き換えます。今回の例では、"applications_DVDdb" となります。

-

新規フォルダーを開いて、属性 | レイアウトを貼り付ける (Attributes | Paste layout) で、レイアウトをウィンドウにペーストします。以下が結果です!

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/jp/workshop-wlan.html b/docs/userguide/userguide/jp/workshop-wlan.html deleted file mode 100644 index e226778e5a..0000000000 --- a/docs/userguide/userguide/jp/workshop-wlan.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - ワークショップ: ワイヤレスネットワーク - - - - - - - - -
-
- - - - - -
目次
- サポートされているハードウェアを動くようにする
- ワイヤレスネットワークに接続する
- コマンドラインから接続する
- ヒント -
- -

ワークショップ: ワイヤレスネットワーク

- -

ネットワークを動作させるようにすることは、今日のインターネット常時接続への要求において必要不可欠なことです。小さなプロジェクトにとって、すべてのさまざまな、絶え間なく変化するハードウェアとドライバーについていくことはとても困難なことです。Haiku はネットワークドライバーを FreeBSD 互換レイヤーに依存しています。
-これは、大量のハードウェアのサポートを保証します。しかし、それらの 100% がサポートされるわけではありません。サポートされているモデルのリストをオンラインで参照するか、FreeBSD 9.3 リリースのハードウェアノートをチェックしてください。

-
現在のところ、PCI、PCI-X、PCI-Express、Mini PCI、および Mini PCI-Express デバイスのみサポートされているはずです。
PCMCIA、CardBus、ExpressCard、USB、および ISA デバイスは動作するようになるのにまだ作業が必要です。
- -

-index -サポートされているハードウェアを動くようにする

-

一般にサポートされたハードウェアの最初のハードルを超えたとしても、いくつかのワイヤレスネットワークカードは正しく動作させるためにバイナリのファームウェアを必要とします。ライセンス問題のため、Haiku はいくつかのプロエタリなファームウェアを同梱できません。しかし、Haiku には、ユーザーのために必要なプロエタリバイナリをすべて取得してインストールする簡単なスクリプトが入っています。一般に、ワイヤレスネットワークを使おうとするなら、このスクリプトを動かして、システムが必要とするときに、これらすべてのファームウェアを利用可能な状態にするのは良い考えです。

-

ターミナルを立ち上げて、次のように入力します。

-
install-wifi-firmwares.sh
-

ライセンスを見なおして承認後、利用できるファームウェアファイルをすべてインストールします。

- -

Haiku でこれら不足するファームウェアをダウンロードするためのインターネットアクセスが無い場合、オフラインで行う方法があります。以下の tips を見てください。

- -

-index -ワイヤレスネットワークに接続する

-

デフォルトでは、Haiku は起動後に見つけた最初の暗号化されていないワイヤレスネットワークにつながります。特定のネットワークに接続させるには、デスクトップアプレットの NetworkStatus を使用します。

-

Deskbar 内の NetworkStatus アイコンを右クリックして、ネットワークの公開名 (public name) を選択します (それはネットワークが送信する "SSID" です)。 -

-join-network.png -

ウィンドウが開きます。そこに、認証方式 (たぶん、WPA か WPA2 のどちらか。WEP はもはやセキュアな暗号ではありません!) とパスワードを入力します。OK を押して、ログインプロセスを開始します。
ハードウェアとネットワーク構成によっては、これはしばらくかかるかもしれません。通知ウィンドウで情報が提示されるでしょう。

-join-network.gif -

通知ウィンドウが、いったん "Ready" と表示し、Deskbar 中の NetworkStatus のアイコンが緑の丸になったら、接続が確立されています。通知が "No link" で終わり、アイコンが黄色の三角なら、なにか異常が発生しています。おそらくパスワードが間違っています。 -

- -

-index -コマンドラインから接続する

-

コマンドラインを使うのを好むか、スクリプトを使いたいか、または ~/config/settings/boot/UserBootscriptt で起動時に特定のネットワークへの接続を自動化したいなら、ifconfig コマンドがあります。

-

ターミナルを起動して、以下の最初の行を入力して利用できるワイヤレスネットワークを検索します。

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

もちろん、ワイヤレスネットワークアダプタへのパスは修正する必要があります。
出力は、見つかったすべてのネットワークの公開名 (SSID)、MAC アドレス、信号強度および認証方式です。

-

ネットワークに参加するには、次の行を使い、各自の公開名 (SSID) とパスワードを挿入します。

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

システム起動後、ワイヤレスネットワークアダプタの初期設定が完了していることを、ifconfig コマンドの実行前に確認してください。さもなければ、コマンドは無視されます。ハードウェアとネットワークの構成により、それはしばらくかかります。通知を見てください。

- -

-index -ヒント

-

ファームウェアファイルをオフラインでダウンロードする

-

バイナリファームウェアファイルを install-wifi-firmwares.sh スクリプトで入手できない場合 (たとえば、Haiku でインターネット接続ができないため)、このシェルスクリプトもダウンロードすれば、wgetzip がインストールされたほかのどんな OS からも実行できます。
-このスクリプトは必要なファイルをダウンロードし、Haiku の /boot で解凍するための zip ファイルを作成するでしょう。解凍後、ターミナルを開いて、以下を入力します。

-
install-wifi-firmwares.sh
-

ライセンスを見なおして承認後、利用できるファームウェアファイルをすべてインストールします。

-

接続の切断を避ける

-

iprowifi4965 のようないくつかのワイヤレスネットワークチップセット用の Haiku ドライバーは、WPA 暗号化を使用している時に接続が失われがちです。もし、その影響を受けているなら、ネットワークに接続する前に、"HT モード" (802.11n の高スループットモード) を無効にしてみてください。 -

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

それで問題が解決するなら、毎起動時に自動的に適用されるよう、~/config/settings/boot/UserBootscript にその行を記載してください。

-
-
- - - - - diff --git a/docs/userguide/userguide/jp/workspaces.html b/docs/userguide/userguide/jp/workspaces.html deleted file mode 100644 index a1acb8c7d0..0000000000 --- a/docs/userguide/userguide/jp/workspaces.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - ワークスペース - - - - - - - - -
-
- -

ワークスペース

- -

ワークスペースは独自の解像度、色深度やバックグランドを持つ仮想デスクトップです。画面設定からワークスペースを 32 個まで設定できます。

- -workspace_overviewpng.png - -

-index -ワークスペースの切り替え

-

ワークスペース間の切り替えは、ワークスペースアプレット (上の画像を参照) か、キーボードショートカットの ALT Fx ("x" はワークスペースナンバー) でできます。キーボード上の Fx キーレイアウトを模倣できるようにワークスペースを 4 つの並びにまとめておくと良いでしょう。
-また、Deskbar のアプリケーションかそのウィンドウの 1 つをクリックするとそのワークスペースに移動します。

-

別の便利な方法は CTRL ALT /// を使って利用可能なワークスペースの行列を移動することです。SHIFT を押しながらナビゲートすると、アクティブなウィンドウも新しいワークスペースに移動します。

-

ふたつのワークスペースの間を ALT ` で前後に切り替えられます (実際のキーはキーマップで決まります - ESC の下のキーです)。さらに、SHIFT を押したままにするとアクティブウィンドウを移動させます。

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications.html b/docs/userguide/userguide/pl/applications.html deleted file mode 100644 index e813b75840..0000000000 --- a/docs/userguide/userguide/pl/applications.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - Aplikacje - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Aplikacje

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Pakiety Haiku (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Rozdziały Deskbar oraz LaunchBox opisują jak dodać skróty do Twojej nowo zainstalowanej aplikacji.

-
Przy okazji: mimo że możesz rozpakować plik .hpkg tak jak każde inne archiwum, podczas instalacji menedżer pakietów tego nie robi. Pliki tylko wydają się być umieszczone w odpowiednich katalogach, jednak żadne przenoszenie nie ma miejsca. To dlatego instalacja i usuwanie są takie szybkie i nie pozostawiają śmieci.
-

Jeśli pakiet wymaga innej biblioteki lub pakietu, pojawi się okno z pytaniem, czy potrzebne pliki także powinny zostać pobrane i zainstalowane.

-

Odinstalowywanie jest równie proste: usuń plik z ~/config/packages/.

-

Jeśli pracujesz w Terminalu lub chcesz zarządzać pakietami za pomocą skryptów, rzuć okiem na pkgman --help.

- -

-index -Stare pakiety BeOS-a (.zip i .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Aplikacje Haiku

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor Narzędzie do śledzenia użycia zasobów systemowych takich jak procesor i pamięć.
iconBootManager Narzędzie do instalacji menu rozruchowego w Master Boot Record (MBR) dysku.
iconCharacterMap Aplikacja pokazująca mapę znaków Unicode.
iconCodyCam Narzędzie do regularnego przesyłu obrazów z kamerki internetowej na serwer.
iconDebugger Graficzny debugger.
iconDeskCalc Kalkulator.
iconDiskProbe Szesnastkowy edytor plików i urządzeń.
iconDiskUsage Narzędzie do wizualizacji użycia pamięci na dysku.
iconDriveSetup Narzędzie do partycjonowania dysku.
iconExpander Narzędzie do rozpakowywania popularnych archiwów.
iconHaikuDepot Narzędzie do wyszukiwania, pobierania, instalacji, aktualizacji oraz usuwania pakietów z aplikacjami.
iconIcon-O-Matic Aplikacja do tworzenia wektorowych ikon Haiku.
iconInstaller Narzędzie do instalacji Haiku na dysku.
iconMagnify Powiększony widok obszaru wokół wskaźnika myszy.
iconPoczta Klient poczty.
iconMediaPlayer Odtwarzacz wszystkich obsługiwanych formatów audio/wideo.
iconMidiPlayer Odtwarzacz plików MIDI.
iconPackageInstaller Instalator pakietów BeOS-a w formacie PKG.
iconPeople Menedżer kontaktów.
iconPoorMan Prosty serwer WWW.
iconScreenshot Narzędzie do robienia zrzutów ekranu.
iconShowImage Prosta przeglądarka obrazów.
iconSoundRecorder Narzędzie do nagrywania dźwięku z wejścia liniowego lub mikrofonu. [nadal brakuje]
iconStyledEdit Prosty edytor tekstowy.
iconTerminal Dostęp do basha.
iconTextSearch Narzędzie do wyszukiwania w plikach tekstowych.
iconTV Przeglądarka telewizji analogowej. [nadal brakuje]
iconWebPositive Natywna przeglądarka internetowa.
- -

-index -Aplikacje Haiku dostępne z wiersza poleceń

-

Poza narzędziami wiersza poleceń dostępnymi w powłoce bash lub niezbędnych dla zapewnienia zgodności z POSIX, istnieje także kilka aplikacji specyficznych dla Haiku, o których warto wspomnieć. Te komendy są często przydatne podczas pisania skryptów, zobacz rozdział Bash i skrypty.

- - - -
iconLista wszystkich aplikacji dostępnych z wiersza poleceń
iconAplikacje wiersza poleceń specyficzne dla Haiku
- -

-index -Dołączone aplikacje

-

Poza programami wymienionymi wyżej, z których wszystkie są utrzymywane przez projekt Haiku, istenieje także kilka podstawowych aplikacji dołączonych w standardowym systemie. Rozwiązywanie problemów oraz nowe funkcjonalności zależą od ich właścicieli.

- - - - - - - - - - - -
iconBePDF Przeglądarka plików PDF.
iconPe Zaawansowany edytor tekstowy z kolorowaniem składni.
iconVision Klient IRC.
iconWonderBrush Program graficzny firmy YellowBites.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/activitymonitor.html b/docs/userguide/userguide/pl/applications/activitymonitor.html deleted file mode 100644 index ba077fb932..0000000000 --- a/docs/userguide/userguide/pl/applications/activitymonitor.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - MonitorAktywności - - - - - - - - -
-
- -

activitymonitor-icon_64.pngMonitorAktywności

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/ActivityMonitor
Ustawienia:~/config/settings/ActivityMonitor settings
-


-

Możesz śledzić użycie zasobów systemowych uruchamiając MonitorAktywności i aktywując interesujące Cię elementy.

-activitymonitor.png -

Klikając prawym przyciskiem myszy na wykresie możesz włączyć śledzenie różnych zasobów:
-Użyta/Skeszowana pamięć, Pamięć wymiany, Użycie procesora, Otrzymane/Wysłane przez sieć, Błędy stronicowania, Semafory, Porty, Wątki, Zespoły, Uruchomione aplikacji, Rozmiar schowka binarnego/tekstowego, Media-węzły.

-

Poniżej wykresu znajduje się legenda, którą można ukryć za pomocą menu kontekstowego. Możesz zmieniać kolory linii i tła wykresów za pomocą metody przeciągnij i upuść z dowolnej palety kolorów, np. w Icon-O-Matic.

-

Możesz dodać więcej wykresów z menu Plik jeśli na którymś z nich zrobi się zbyt ciasno.

-

Menu Ustawienia otwiera panel pozwalający ustawić interwał odświeżania.

-

Każdy wykres ma swój uchwyt replikanta dzięki czemu może być przeniesiony np. na pulpit.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/bepdf.html b/docs/userguide/userguide/pl/applications/bepdf.html deleted file mode 100644 index c42fc010d2..0000000000 --- a/docs/userguide/userguide/pl/applications/bepdf.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/BePDF/BePDF
Dokumentacja:/boot/system/apps/BePDF/docs/*
Ustawienia:~/config/settings/BePDF
-


-

BePDF jest lekką przeglądarką PDF-ów. Poza przeglądaniem obsługuje też notatki oraz zakładki użytkownika dla niezaszyfrowanych plików. Jest w tej chwili w całości zlokalizowana na 20 języków. Dodatkowe języki można łatwo dodać za pomocą plików tekstowych.

-

Dokumentacja jest dostępna w formatach HTML oraz PDF. Ten ostatni jest dostępny także poprzez menu Pomoc | Wyświetl pomoc....

-
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/bootmanager.html b/docs/userguide/userguide/pl/applications/bootmanager.html deleted file mode 100644 index d14796cae5..0000000000 --- a/docs/userguide/userguide/pl/applications/bootmanager.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

bootmanager-icon_64.pngBootManager

- - - - -
Deskbar:No entry, normally started from Installer's Tools menu
Ścieżka:/boot/system/apps/BootManager
Ustawienia:none
MBR backups are saved by default in ~/config/settings/bootman/
-


-

If you don't add the Haiku partition to an existing boot manager like GRUB, BootManager can install a small boot menu in the Master Boot Record (MBR) that looks something like this:

-bootmenu.png -
Boot Manager isn't yet tested very well and still has a few restrictions that it will complain about if they aren't met: the menu can only be installed on your first harddisk and there has to be a 2KiB space after the Master Boot Record (MBR).
-

BootManager guides you through the installation process of the boot menu.

-

-index -Choosing the destination drive

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/cdplayer.html b/docs/userguide/userguide/pl/applications/cdplayer.html deleted file mode 100644 index 749963d641..0000000000 --- a/docs/userguide/userguide/pl/applications/cdplayer.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

cdplayer-icon_64.pngCDPlayer

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/CDPlayer
Ustawienia:~/cd/* - Stores details to all identified CDs
-


- -


-cdplayer.png -

Usage is pretty much what you'd expect from looking at the control buttons.
-Activate the Repeat button to the left of Shuffle to loop the complete CD.

-

If you need more control like playlists, try MediaPlayer instead.

-
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/charactermap.html b/docs/userguide/userguide/pl/applications/charactermap.html deleted file mode 100644 index 52625cac1d..0000000000 --- a/docs/userguide/userguide/pl/applications/charactermap.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - CharacterMap - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

charactermap-icon_64.pngCharacterMap

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/CharacterMap
Ustawienia:~/config/settings/CharacterMap settings
-


-

CharacterMap will show you the UTF-8 code of every character a font supports.

-charactermap.png -

To the left you have the standardized blocks, together with a handy filter function. Optionally, you can choose to also Show private blocks from the View menu. The right shows the actual characters in these blocks, using the font specified in the Font menu. Below that you can change the font size. And below that, the values of the character currently under the mouse pointer is displayed in hex, decimal and UTF-8 notation.

-

You can drag&drop a character directly from the character map into a text editor, or right-click on one to either Copy character (ALT C) or Copy as escaped byte string (SHIFT ALT C). Resulting in, e.g. either or \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/pl/applications/cli-apps.html b/docs/userguide/userguide/pl/applications/cli-apps.html deleted file mode 100644 index 1f77408910..0000000000 --- a/docs/userguide/userguide/pl/applications/cli-apps.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - Commandline Applications - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

cli-app-icon_64.pngHaiku-specific commandline applications

- - -
Ścieżka:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relating to attributes: listattr, catattr, addattr, rmattr, copyattr

-

These commands are used to display, read out, add and remove attributes of files. Remember that these meta data are currently only available on BFS formatted volumes. Moving files onto other file systems will strip all attributes!
-All these commands are described in topic Attributes in Terminal.

- -

index -Relating to the index: lsindex, mkindex, reindex, rmindex

-

With these commands you list, make, reindex and remove attributes to BFS' index. Every volume has it's own index, remember that when copying files from one volume to another.
-These commands are described in topic Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Useful scripting commands

-

Here are a few commandline tools that are especially useful for scripting (see also topic Bash and Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Other commands

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/codycam.html b/docs/userguide/userguide/pl/applications/codycam.html deleted file mode 100644 index fbbedfc303..0000000000 --- a/docs/userguide/userguide/pl/applications/codycam.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/CodyCam
Ustawienia:~/config/settings/codycam
-


-

With CodyCam you take pictures at a specified interval from a connected webcam or any other video-in device and save it via FTP.

-My very temporarily installed cam in Dartmoor National Park. -

To the left under the preview, you set the filename that'll be suffixed with an increasing number for every picture taken. Beneath that you decide on the file format and the rate the pictures are taken.

-

To the right you choose either FTP or sFTP (if SSH is available) and enter the needed data to save the images on a server.

- -
-
- - - diff --git a/docs/userguide/userguide/pl/applications/debugger.html b/docs/userguide/userguide/pl/applications/debugger.html deleted file mode 100644 index efc1378824..0000000000 --- a/docs/userguide/userguide/pl/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/pl/applications/deskcalc.html b/docs/userguide/userguide/pl/applications/deskcalc.html deleted file mode 100644 index 68dcc6bcca..0000000000 --- a/docs/userguide/userguide/pl/applications/deskcalc.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
- -

deskcalc-icon_64.pngDeskCalc

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/DeskCalc
Ustawienia:~/config/settings/DeskCalc_settings
-


-

DeskCalc to prosty kalkulator, który posiada kilka opcji niewidocznych na pierwszy rzut oka.

-deskcalc.png -
    -
  • DeskCalc potrafi znacznie więcej niż sugerowałaby jego prosta klawiatura.
    -Poza operatorami , -, *, /, %, ^ i stałymi pi and e obsługiwane są następujące funkcje matematyczne:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Kliknięcie prawym przyciskiem myszy oferuje poniższe opcje:

    - - - - - - -
    Włącz Num Lock podczas startuAutomatycznie aktywuje klawiaturę numeryczną podczas uruchamiania DeskCalca.
    Radiany/StopniePrzełącza jednostkę miary kątów pomiędzy radianami i stopniami.
    KompaktowyALT 0Minimalistyczny tryb ukrywający klawiaturę.
    PodstawowyALT 1Standardowy tryb DeskCalca.
    NaukowyALT 2Pokazuje dodatkowe przyciski przydatne do zaawansowanych obliczeń.
  • -
  • Jeśli chodzi o dane od użytkownika, DeskCalc wiele wybacza:
    -/, :, \ są interpretowane jako operatory dzielenia,
    -*, x są poprawnymi symbolami mnożenia.
    -Należy mieć na uwadze, że zarówno . jak i , są interpretowane jako znak dziesiętny, co oznacza że nie możesz ich użyć do oddzielania tysięcy.

  • -
  • Możesz zmieniać rozmiar kalkulatora wedle potrzeb i potem umieścić go jako replikant na pulpicie przeciągając i upuszczając symbol w prawym dolnym rogu. Upewnij się, że opcja Pokazuj replikanty w Deskbarze jest aktywna.

  • -
  • Klawiatura może być pokolorowana metodą przeciągnij i upuść z dowolnej palety kolorów, np. w Icon-O-Matic.

  • -
  • Możesz przeglądać historię poprzednich obliczeń za pomocą oraz .

  • -
  • Możesz zaznaczyć treść w oknie DeskCalca oraz przeciągnąć i upuścić ją w dowolnej aplikacji. Możesz też upuścić ją w oknie Trackera lub na pulpicie, aby utworzyć plik tekstowy z wybranym wycinkiem.

    -

    Aby było jeszcze ciekawiej, działa to też w drugą stronę:
    -Tworząc wycinki według powyższego opisu w poszczególnych stadiach Twoich obliczeń, możesz do nich wracać upuszczając je w DeskCalcu.
    -Możliwe jest także upuszczanie obliczeń wyciągniętych bezpośrednio z mejla.

  • -
  • DeskCalc może być używany z Terminala. Wystarczy objąć wyrażenie podwójnym cudzysłowem, w ten sposób:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Uwaga: używany z Terminala, DeskCalc zwróci wyniki funkcji trygonometrycznych w radianach.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/diskprobe.html b/docs/userguide/userguide/pl/applications/diskprobe.html deleted file mode 100644 index bbd765a67f..0000000000 --- a/docs/userguide/userguide/pl/applications/diskprobe.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/DiskProbe
Ustawienia:~/config/settings/DiskProbe_data
-


-

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!

-
Always work with the backup of a file and be extra careful when working directly on a device.
-

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:

-

diskprobe.png

-

The main view shows always one block of data, the size of which can be adjusted with View | BlockSize. 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.
-You can move from block to block with the slider above or with ALT  and ALT  and switch between the HEX and ASCII columns with TAB.

-

Block | Selection will not only show the selection with different endianess (and in HEX or decimal, set by View | Base), 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.
-This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

Depending on the kind of attribute, you'll get a different editor tab besides the always present Raw Editor. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.

-
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/diskusage.html b/docs/userguide/userguide/pl/applications/diskusage.html deleted file mode 100644 index 341c41b610..0000000000 --- a/docs/userguide/userguide/pl/applications/diskusage.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/DiskUsage
Ustawienia:~/config/settings/DiskUsage
-


-

DiskUsage shows graphically how the space on your volumes is utilized.
-A useful tool to answer the question, "Where has all my disk space gone?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

The concentric circles represent different levels in the file system hierarchy. Above, the circle in the center represents the /boot/home/ folder. Each segment of the ring immediately outside that circle is a file or folder under /boot/home/. Every segment farther outside brings you one level deeper in the file hierarchy. You may have to resize the window to accommodate very deep folders.

-
    -
  • If the graphical representation of a file or folder comprises less than about 2° of a circle, it is excluded from the display.
  • -
  • The number of files that's reported for a folder includes files in subfolders too. A folder counts as a file.
  • -
  • DiskUsage ignores symbolic links.
  • -
-

As you move the mouse over a segment, information about that file or folder appears in the status bar at the bottom.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

You can drag files and folders from DiskUsage to other applications or to the Desktop or other Tracker windows for copying. Vice versa, dropped volumes and folders on DiskUsage's window will zoom directly to them, making them the new center circle.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/drivesetup.html b/docs/userguide/userguide/pl/applications/drivesetup.html deleted file mode 100644 index d50db5d451..0000000000 --- a/docs/userguide/userguide/pl/applications/drivesetup.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/DriveSetup
Ustawienia:~/config/settings/DriveSetup
-


-

DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the GParted LiveCD to provide the space for another partition.

-drivesetup.png -

At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the +/- widget that appears in that case in front of that device to see the details of every logical partition.

-

You can select a partition from the list and mount and unmount them with the commands in the Partition menu or by pressing ALT M or ALT U.

-

You can also completely delete a partition with Partition | Delete.
-Which brings us to this:

-
Dealing with creating/deleting/initializing partitions is very dangerous business. Always check twice to be sure you're working with the right one and always keep an up-to-date backup of your data in case something goes wrong!
-

-index -Creating a new partition

-
If you plan to use the entire drive as one partition, e.g. a USB stick or a Compact Flash card, you can skip the creation of a partition and proceed right to Initializing.
-

When you found unformatted space on a drive, like the above <empty>, you can create a new partition in this space with Partition | Create...(ALT C).

-drivesetup-create.png -

You're prompted with this dialog that lets you adjust the partition size and type. Choose Be File System if you want to use the partition for an Haiku installation or if you want to use all the interesting Haiku features with it, like attributes and queries. Note, that other operating systems might not be able to access such a partition.

-

If you have created a primary partition instead of just another extended/logical partition within one, the above dialog also displays an Active partition checkbox. You'll have to check that, if you'll use that partition to boot a Haiku installation.

-

Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.

-

-index -Initializing a partition

-

Only unmounted partitions can be initialized by using the Partition | Initialize menu.

-drivesetup-initialize.png -

Here you set the name for the partition and it's blocksize. 2048 bytes per block are recommended, but you can choose larger or smaller sizes if you have these very specific needs.
-Initializing will destroy all data on that partition!

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/expander.html b/docs/userguide/userguide/pl/applications/expander.html deleted file mode 100644 index 22de0e53ee..0000000000 --- a/docs/userguide/userguide/pl/applications/expander.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

expander-icon_64.pngExpander

- - - - -
Deskbar:No entry, normally launched via double-clicking a supported file.
Ścieżka:/boot/system/apps/Expander
Ustawienia:~/config/settings/Expander_Settings
-


-

Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.
-Just double-click an archive to see this simple interface:

-

expander.png

- - - - -
SourceALT Owill open a file dialog to find an archive to unpack.
DestinationALT Dwill open a file dialog to set the destination.
ExpandALT Ewill start the unpacking. It can be aborted with ALT K.
-

You can toggle the display of the file listing by un/checking Show contents or pressing ALT L.

-
Expander can only unpack whole archives.
-You can't select individual files to expand or add/remove files from the archive.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/haikudepot.html b/docs/userguide/userguide/pl/applications/haikudepot.html deleted file mode 100644 index 76a9add064..0000000000 --- a/docs/userguide/userguide/pl/applications/haikudepot.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - SkładzikBambetli - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngSkładzikBambetli

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/HaikuDepot
Ustawienia:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/icon-o-matic.html b/docs/userguide/userguide/pl/applications/icon-o-matic.html deleted file mode 100644 index 01407adf92..0000000000 --- a/docs/userguide/userguide/pl/applications/icon-o-matic.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Spis treści
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Icon-O-Matic
Ustawienia:~/config/settings/Icon-O-Matic
- -


- -

Before we come to the actual creating of icons in Icon-O-Matic, a few words on Haiku's icons in general.

- -

-index -BeOS bitmap vs. Haiku vector icons

-

Contrary to the BeOS, Haiku uses vector icons instead of bitmap icons. A special Haiku Vector Icon Format (HVIF) was developed that is highly optimized for small file sizes and fast rendering. That's why our icons are for the most part much smaller than either a bitmap or the widely used SVG format. Also, unlike BeOS' bitmap icons, Haiku isn't limited to an 8bit palette (256 colors).
-Take this icon of the Terminal, for example:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Note that the BeOS used two versions of an icon, one 16x16 and one 32x32, to achieve good visuals in List and Icon View mode.

-

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Icons are attributes

-

Icons are stored as an attribute with their file. However, that doesn't mean that every file has to have this attribute to appear with an icon in a Tracker window: data files inherit their icon from their filetype. To globally change the filetype's icon you use the FileTypes preferences. If you only want to add a special icon to an individual file, you use the FileType add-on on it instead. See topic Filetypes for more information.

-
Being an attribute, it follows that only filesystems supporting metadata can retain a file's individual icon. So, if you move files off your BFS volume, consider zipping them up so you don't lose icons or other attributes.
- -

-index -Creating icons with Icon-O-Matic

-

Icon-O-Matic is Haiku's icon editor that can save your work as HVIF, SVG or PNG. The icon can also be directly attached as attribute to an existing file or exported as a resource or source file used by developers. Since the application was tailored to the optimized HVIF format, its usage reflects the inner workings of this format.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Here's a quick overview of Icon-O-Matic's window:

-i-o-m-overview.png - -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

- - -

-index -Path

-

A path consists of several points which are connected with lines or Bezier curves. To add or change points, make sure the path is selected in the path list.

- -

Simply clicking in the canvas will set the first point. While setting a point, you decide if the resulting line will be straight or curved: a simple click and release produces a straight line, holding down the mouse button and moving the mouse will drag out the handles for a Bezier curve. Of course, you can also change it all later on.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

The mouse pointer indicates the current mode:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Move point(s)Insert pointAdd pointDelete point
CTRL
Corner↔Bezier
ALT
Select points
SHIFT
-

You can invoke a context menu by right-clicking a point or a selection of points:

- - - - - - -
Select allALT ASelects all points of the current path.
TransformTPuts all selected points in a transformation box, so you can move, resize and rotate them together. It works just like with shapes, described a bit further down.
SplitSplits selected points into two, one sitting on top of the other.
FlipRotates selected points by 180°. Only has an effect on Bezier points.
RemoveDELDeletes selected points.
- -

Path Menu

-

The Path menu offers a few obvious entries to Add rectangle and Add circle or to Duplicate or Remove a path. Here are some that may need a bit more explaining:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean upMost useful with imported SVGs, this function will remove redundant points.
Rotate indices rightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate indices leftALT SHIFT RDoes the same in the other direction.
- -

Path Properties

-

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset transformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze transformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Shape Properties

-

Besides a Name, the Properties view for a shape has these options:

- - - - -
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNot OK!
Shape 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Shape 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Style

-

A style can either be a solid color or some type of gradient.
-Besides the predefined colors under Swatches, you can mix your own by clicking on the current color. Also, note the slider under the color spectrum which sets the alpha-channel (transparency).

-i-o-m-gradients -

You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Style Menu

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Style Properties

-

The Name is the only Properties of a style.

- - -

-index -Transformer

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter limitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Saving an icon

-

There's your usual menu bar at the top, File, Edit, Options. The usage is pretty much self-explaining, so we'll only look at how to save your work.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSaves as resource used by programmers
HVIF source codeSaves as source code used by programmers
SVGSaves as SVG
PNGSaves as a 64px sized PNG
PNG setSaves as 16, 32 and 64px sized PNGs
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Tips & Tricks

-

A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:

-
    -
  • Read the Icon Guidelines to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.

  • -
  • You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Check the preview to see if your icon still looks good in 16x16. You may want to use the Level Of Detail settings described in the Shapes section.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/installer.html b/docs/userguide/userguide/pl/applications/installer.html deleted file mode 100644 index 8d165eb18b..0000000000 --- a/docs/userguide/userguide/pl/applications/installer.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Installer
Ustawienia:none
-


-

The Installer is used to copy Haiku onto another volume.
-Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:

-
    -
  • This is alpha-quality software. Make backups or suffer the consequences!

  • -
  • The Installer needs a prepared partition. You may have to use a GParted LiveCD or a similar tool until Haiku's DriveSetup is mature enough to handle this task.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Once you acknowledged with Continue, you're presented with the main window:

-installer.png -

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
-The second pop-up menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.

-

Clicking the little expander widget will Show optional packages, if available, that you can choose to install in addition to the basic Haiku.

-

You should do a last check if you really picked the right target before starting the installation process. Click on Setup partitions... to open DriveSetup and have a look at the naming and layout of the available volumes and partitions.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Tools

-

At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the Onto: Please choose target menu and select Write boot sector from the Tools menu to make it bootable again.

-

The other item in the Tools menu is used to Set up a boot menu that puts a menu in the boot sector to choose what operating system to boot. See topic BootManager for more information.
- You don't need to run the BootManager if you already use a bootmanager like GRUB, in which case you have to add Haiku manually (see above), or Haiku runs exclusively on your machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/list-cli-apps.html b/docs/userguide/userguide/pl/applications/list-cli-apps.html deleted file mode 100644 index 6edec0daa2..0000000000 --- a/docs/userguide/userguide/pl/applications/list-cli-apps.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - List of commands - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

cli-app-icon_64.pngList of all commandline applications

- - -
Ścieżka:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Language and keymap setup.
[ Returns true/false after comparing items.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Shows a message box. (Haiku specific)
arp Manipulates the system ARP cache.
awk See gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 See bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Leftover from the move of locale-kit.]
echo Displays a line of text.
egrep See grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep See grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp File transfer program.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip See gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Leftover from the move of locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creates a directory.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more See less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh See bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Returns true/false after comparing items.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash See trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat See gzip.
zcmp See zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo See unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/magnify.html b/docs/userguide/userguide/pl/applications/magnify.html deleted file mode 100644 index 33a98b7c1c..0000000000 --- a/docs/userguide/userguide/pl/applications/magnify.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

magnify-icon_64.pngMagnify

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Magnify
Ustawienia:~/config/settings/Magnify_prefs
-


-

Magnify shows an enlarged version of the area around your mouse pointer.

-magnify.png -

At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.

-

Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with / / / .

-

To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
-They can also be moved with / / / . The active crosshair is marked with an "x".

-

You can move the mouse pointer pixel by pixel with OPT  / / / .

-

Clicking on the pop-up menu gives you a number of options:

- - - - - - - - - - - - - - -
Save imageALT S Saves the current display as a resource file.
Copy imageALT C Copies the current display to the clipboard.
Hide/Show infoALT T Toggles the display of all the additional information.
Add a crosshairALT H Adds a crosshair you can drag around.
Remove a crosshairALT SHIFT H Removes the last added crosshair.
Hide/Show gridALT G Toggles the overlayed grid.
Freeze/Unfreeze imageALT F Stops/continues updating the magnification area.
Stick coordinatesALT I Keeps updating the magnification area, but don't follow the mouse pointer any more.
Make squareALT / Reverts back to a square display after resizing the window.
Decrease window sizeALT - Shrinks the magnified area around the mouse pointer.
Increase window sizeALT + Enlarges the magnified area around the mouse pointer.
Decrease pixel sizeALT , Lowers magnification.
Increase pixel sizeALT . Increases magnification.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/mail.html b/docs/userguide/userguide/pl/applications/mail.html deleted file mode 100644 index 48f45de3b1..0000000000 --- a/docs/userguide/userguide/pl/applications/mail.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Spis treści
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Mail
Ustawienia:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pl/applications/mediaplayer.html b/docs/userguide/userguide/pl/applications/mediaplayer.html deleted file mode 100644 index 18282a0c5f..0000000000 --- a/docs/userguide/userguide/pl/applications/mediaplayer.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/MediaPlayer
Ustawienia:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/midiplayer.html b/docs/userguide/userguide/pl/applications/midiplayer.html deleted file mode 100644 index 7281d47653..0000000000 --- a/docs/userguide/userguide/pl/applications/midiplayer.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/MidiPlayer
Ustawienia:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/pl/applications/packageinstaller.html b/docs/userguide/userguide/pl/applications/packageinstaller.html deleted file mode 100644 index aeb1117f38..0000000000 --- a/docs/userguide/userguide/pl/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:No entry, normally launched via -double-clicking a supported file.
Ścieżka:/boot/system/apps/PackageInstaller
Ustawienia:none
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/pe.html b/docs/userguide/userguide/pl/applications/pe.html deleted file mode 100644 index c4d64e1f91..0000000000 --- a/docs/userguide/userguide/pl/applications/pe.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Pe/Pe
Dokumentacja:/boot/system/apps/Pe/Documentation/index.html
Ustawienia:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/pl/applications/people.html b/docs/userguide/userguide/pl/applications/people.html deleted file mode 100644 index fc0a36d590..0000000000 --- a/docs/userguide/userguide/pl/applications/people.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

people-icon_64.pngPeople

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/People
Ustawienia:~/config/settings/People_data
-


-

People is a simple contact database using the attributes of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a query.

- -people.png - -

The Group attribute at the bottom allows assigning a person to one or more groups. Useful for "mass mailing" a number of people who, for example, work on a specific project. The pop-up menu offers all currently existing groups. If a person belongs to more than one group, the group names are delimited with a ",".

- -

These Person files are usually all saved in /boot/home/people/. To get a list of all your contacts, just open your people folder and display all attributes of interest. If you choose to organize your Person files in different folders, just use a query to display them all in one window.

- -people-files.png - -

You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding SHIFT while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or ALT E) to edit works just like renaming a file. Once you're in edit mode, TAB and SHIFT TAB will jump from column to column.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/poorman.html b/docs/userguide/userguide/pl/applications/poorman.html deleted file mode 100644 index 0e6157638a..0000000000 --- a/docs/userguide/userguide/pl/applications/poorman.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/PoorMan
Ustawienia:~/config/settings/PoorMan Settings
-


-

PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.

-

Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.

-

PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings...: -

-

poorman.png

-

The settings panel is divided into three tabs:

-

In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
-Logging lets you de/activate logging to the console or optionally to a separate logfile.
-The Advanced tab holds the setting for the maximum simultaneous connections.

-

The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/pl/applications/screenshot.html b/docs/userguide/userguide/pl/applications/screenshot.html deleted file mode 100644 index eefd73641b..0000000000 --- a/docs/userguide/userguide/pl/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Screenshot
-/bin/screenshot
Ustawienia:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/showimage.html b/docs/userguide/userguide/pl/applications/showimage.html deleted file mode 100644 index bbf022bbc3..0000000000 --- a/docs/userguide/userguide/pl/applications/showimage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar:No entry, normally launched via -double-clicking a supported file.
Ścieżka:/boot/system/apps/ShowImage
Ustawienia:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBrowsing

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexKeyboard shortcuts

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
CTRLWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/soundrecorder.html b/docs/userguide/userguide/pl/applications/soundrecorder.html deleted file mode 100644 index 73447f0fa0..0000000000 --- a/docs/userguide/userguide/pl/applications/soundrecorder.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/SoundRecorder
Ustawienia:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/pl/applications/stylededit.html b/docs/userguide/userguide/pl/applications/stylededit.html deleted file mode 100644 index 9fdc0b31c5..0000000000 --- a/docs/userguide/userguide/pl/applications/stylededit.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/StyledEdit
Ustawienia:none
-


-

StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.

-stylededit.png -

If you're interested, this is what those additional attributes look like when examined in Terminal with listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

As you can see, all the formatting options from StyledEdit's menu are present: line wrapping (on/off) and alignment (left/center/right), each in one attribute. Styles (font, size, color) of each letter mangled into another.

-
Because these attributes are a file system feature of BFS, this means that not only other platforms just see a plain text file, it also follows, that the formatting will be lost when a file is stored on a non-BFS partition. The above attributes are simply stripped and what's left is the ordinary, plain text file.
-

In any case, it's a nice idea having the possibility of colored text in different fonts and sizes while still being a normal text file. A ReadMe.txt, for example, is therefore readable in a shell on any platform and still has a bit of style when viewed via double-click from Haiku.

-

Actually using StyledEdit is so simple, we'll skip explaining every mundane menu item. Just write down your text then select the words you'd like to format and apply font, size and color from the Font menu. Line wrapping and alignment from the Document menu only work on the whole file.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/terminal.html b/docs/userguide/userguide/pl/applications/terminal.html deleted file mode 100644 index 99a658ce91..0000000000 --- a/docs/userguide/userguide/pl/applications/terminal.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Terminal
Ustawienia:~/config/settings/Terminal
-~/config/settings/profile - adds/overrides defaults in /boot/system/settings/etc/profile
-~/config/settings/inputrc - adds/overrides defaults in /boot/system/settings/etc/inputrc
-


-

The Terminal is Haiku's interface to bash, the Bourne Again Shell.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Windows and tabs

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Settings

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults ustawia domyślne wartości dla każdego z pól.
-

-index -Keyboard shortcuts

-

You'll find a list of useful shortcuts in Shortcuts and key combinations.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Bash customization

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Hints for working with the Terminal

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/textsearch.html b/docs/userguide/userguide/pl/applications/textsearch.html deleted file mode 100644 index 11df4d5831..0000000000 --- a/docs/userguide/userguide/pl/applications/textsearch.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:No entry, normally launched via Tracker Add-on
Ścieżka:/boot/system/apps/TextSearch
Ustawienia:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

File menu

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Action menu

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Settings menu

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

History menu

Contains recently used search strings.

Encoding menu

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/tv.html b/docs/userguide/userguide/pl/applications/tv.html deleted file mode 100644 index 237f2e0577..0000000000 --- a/docs/userguide/userguide/pl/applications/tv.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/TV
Ustawienia:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/pl/applications/vision.html b/docs/userguide/userguide/pl/applications/vision.html deleted file mode 100644 index 61ff38fc1b..0000000000 --- a/docs/userguide/userguide/pl/applications/vision.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/Vision/Vision
Ustawienia:~/config/settings/Vision/*
-


-

Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the Vision website.

-
Możesz otrzymać pomoc od innych użytkowników i programistów na kanałach Haiku w różnych językach.
-Najbardziej uczęszczanym jest anglojęzyczny kanał #haiku na irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/pl/applications/webpositive.html b/docs/userguide/userguide/pl/applications/webpositive.html deleted file mode 100644 index 81c5583a9b..0000000000 --- a/docs/userguide/userguide/pl/applications/webpositive.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/WebPositive
Ustawienia:~/config/settings/WebPositive/ - Configuration files, cookies, cache and browsing history
~/config/settings/WebPositive/Bookmarks - All bookmarks as single files
-


-

WebPositive, or Web+ for short, is Haiku's native web browser. One part of its name is a tip of the hat to BeOS' simple NetPositive, the other points to its modern foundation: the WebKit. This open source HTML rendering library is at the heart of other mainstream browsers as well, like Safari of Mac OS X and Google's Chrome. By using the ever evolving WebKit, Web+ will be able to keep up with new web technologies.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexSettings

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexBrowsing

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexBookmarks

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDownloads

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexKeyboard shortcuts

-

Here are some useful keyboard shortcuts:

- - - - - - - - - - - - - - -
ALT TOpens a new tab.
ALT W Closes the current tab.
ALT N Opens a new window.
SHIFT ALT W Closes the current window.
ALT ENTER Toggles full screen mode.
ALT R or F5 Refreshes the current page.
ALT H Opens the home page.
ALT D Shows/hides the Downloads window.
ALT F Shows the find bar for in-page searching (hide with ESC).
ALT B Bookmarks the current page.
ALT M Manage bookmarks, opening the Bookmarks folder.
ALT Previous page in the history.
ALT Next page in the history.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/applications/wonderbrush.html b/docs/userguide/userguide/pl/applications/wonderbrush.html deleted file mode 100644 index 932f3cf239..0000000000 --- a/docs/userguide/userguide/pl/applications/wonderbrush.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Aplikacje
Ścieżka:/boot/system/apps/WonderBrush/WonderBrush
Dokumentacja:/boot/system/apps/WonderBrush/Documentation en
Ustawienia:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/pl/attributes.html b/docs/userguide/userguide/pl/attributes.html deleted file mode 100644 index 6a45b04f5e..0000000000 --- a/docs/userguide/userguide/pl/attributes.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - Atrybuty - - - - - - - - -
-
- -

Atrybuty

- -

Atrybuty są danymi przypisanymi do pliku ale nie są jego integralną częścią, np. nie są one brane pod uwagę przy obliczaniu rozmiaru i mogą być kopiowane lub zmieniane bez ingerowania w sam plik. System używa tych właściwości do przechowywania rozmiaru pliku, jego rodzaju lub czasu ostatniej modyfikacji. Takie zachowanie jest podobne do spotykanego w innych systemach operacyjnych i ich systemach plików.

-

Istotną różnicą jest to iż można dodać dowolne atrybuty do dowolnego pliku, wyświetlić je lub poddać edycji w oknie aplikacji Tracker. Trzeba tylko określić rodzaj atrybutu, jaki chce się dodać do danego typu pliku (np. ciąg tekstowy, liczbę całkowitą czy też znacznik czasowy), nadać mu nazwę i opis.

-

Sam plik nawet nie musi zawierać żadnej treści. Spójrz dla przykładu na pliki z katalogu Osoby:

-people.png -
-

Tak jak widać to na obrazku, wszystkie pliku z dołączonymi atrybutami mają zerowy rozmiar, atrybut E-mail osoby „Jan Kowalski” może być poddawany edycji w Trakerze.

-

Jeśli poindeksujesz te atrybuty, tak jak w plikach Osoba, email lub plikach audio gdzie są tak przygotowane domyślnie, będą również dostępne w systemie szybkich zapytań Haiku.

- -

-index -Atrybuty w aplikacji Tracker

-

Atrybuty wyświetlane są dość podobnie jak w bazie danych lub arkuszu kalkulacyjnem. Używając aplikacji Tracker można wybrać, które atrybuty mają być wyświetlone (kolumny) i można posortować wiersze według wybranej kolumny.

-

Aby to osiągnąć, otwórz okno aplikacji Tracker, kliknij w pozycję menu Atrybuty i zaznacz te właściwości, które cię zainteresują. Możesz również wybrać szybszy sposób przez kliknięcie prawym przyciskiem myszki na nagłówku kolumny i zaznaczyć pozycję z menu kontekstowego. Możesz też zmienić aranżację kolumn przez proste użycie metody ciągnij&upuść w stosunku do nagłówków kolumn. Przeniesienie nagłówka kolumny poza okno będzie skutkowało natychmiastowym usunięciem danej właściwości z arkusza zobrazowania.

-

Podwójne kliknięcie na linii pomiędzy dwoma nagłówkami atrybutów automatycznie pozwoli na zmianę rozmiaru kolumn do ich optymalnej szerokości.

-

Kliknięcie na nagłówku kolumny pozwala cyklicznie zmieniać porządek sortowania z rosnącego na malejący. Można również ustanowić dodatkowy klucz sortowania porpzez przytrzymanie klawisza SHIFT i kliknięcie na kolejny nagłówek kolumny. Dla przykładu można posortować pliki katalogu Osoby według klucza nazwa firmy a dodatko według klucza nazwa kontaktu. Zwróć uwagę na obrazek powyżej jako przykład dla takiej sytuacji. Drugi porządek sortowania wyróżniony jest jaśniejszym kolorem wskaźnika obok tytułu kolumny.

-

Edycja tych atrybutów jest tak samo prosta jak zmiana nazwy pliku: kliknij na wpisie bądź naciśnij ALT E, przemieszczanie się pomiędzy atrybutami osiągniesz wciskając TAB lub SHIFT TAB. -ESC spowoduje opuszczenie trybu edycji bez zapamiętywania zmian.

- -

-index -Atrybuty w aplikacji Terminal

-

Jeżeli preferujesz używanie linii komend z konsoli tekstowej lub planujesz obsługę wielu plików przy pomocy skryptu, to masz do dyspozycji wiele poleceń do kontroli atrybutów z Terminala.

-

-index -listattr

-

listattr listuje nazwy atrybutów pliku lub plików bez pokazywania zawartości tych atrybutów.

-
użyj: listattr 'nazwa pliku' ['nazwa pliku' ...]
-

Z naszej migawki ekranowej powyżej:

-
 ~/osoby ->listattr Clara\ Botters
-File: Clara Botters
-    Typ       Rozmiar               Nazwa
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-       Text         14  "META:name"
-       Text          6  "META:nickname"
-       Text          1  "META:company"
-
-       Text         18  "META:address"
-       Text          8  "META:city"
-       Text          1  "META:state"
-       Text          1  "META:zip"
-       Text          1  "META:country"
-
-       Text          1  "META:hphone"
-       Text         13  "META:wphone"
-       Text          1  "META:fax"
-       Text         19  "META:email"
-       Text          1  "META:url"
-
-       Text          5  "META:group"
-   Raw Data         20  "_trk/pinfo_le"
- 
-131 wszystkich bajtów w atrybutach.
-

Obok wszystkich atrybutów przechowujących informacje kontaktowe pojawia się napis „META:*”. Oprócz tego są tu dwa atrybuty obsługiwane przez system operacyjny:

-
    -
  • BEOS:TYPE przechowuje informacje o typie pliku jako ciąg tekstowy MIME, w tym przypadku „application/x-person”. Ten typ wyznacza domyślną ikonę i aplikację, którą będziemy otwierać plik kiedy np. podwójnie w nią klikniemy.

  • -
  • _trk/pinfo_le” jest atrybutem, w którym aplikacja Tracker trzyma informację o pozycji ikony pliku.

-
Uwaga dotycząca znaku odwróconego ukośnika po słowie „Clara”. W aplikacji Terminal znaki specjalne typu '"*\$?! musisz opakować w szczególny sposób, aby pozbawić je specjalnego znaczenia poprzedzasz je znakiem \. Spacja pomiędzy napisem „Clara” i „Botters” ma specjalne znaczenie i należy do tego typu przypadków. Należy zauważyć, że znak odwróconego ukośnika jest związany ze spacją a nie z napisem „Clara”.
- -

-index -catattr

-

catattr prezentuje zawartość wybranego atrybutu.

-
użyj: catattr [--raw|-r] 'nazwa atrybutu' 'nazwa pliku 1' ['nazwa plik 2'...]
-

Ponownie z naszego przykładu:

-
 ~/osoby ->catattr 'META:city' 'Clara\ Botters'
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr dodaje atrybut do pliku i/lub ustawia jego wartość.

-
Użyj: addattr [-t type] atrybut wartość fplik1 [plik2...]
- lub: addattr [-f wartość-z-pliku] [-t type] atrybut plik1 [plik2...]
- 
-         Dozwolone typy to:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         Typem domyślnym jest "string"
-

Powiedzmy, że nasza Klara podjęła pracę w międzynarodowej korporacji Barkelbaer Inc., możesz w takim przypadku wypełnić do tej pory pusty atrybut „Company” odpowiednimi danym (które są typu „string”):

-
 ~/osoby ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr całkowicie usuwa atrybut przywiązany do pliku.

- -
Użyj: rmattr [-p] atrybut nazwa_pliku_1 [nazwa_pliku_2...]
-        'atrybut' jest nazwą atrybutu przywiązanego do pliku, jeśli opcja
-        '-p' jest włączona to 'atrybut' jest traktowany jako wzorzec.
-

Jeżeli w praktyce chciałbyś nie wypełniać atrybutu „Fax” możesz go całkowicie usunąć wydając następujące polecenie:

-
 ~/osoby ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr kopiuje atrybuty z jednego pliku lub plików do innego. Domyślnie bieżąca zawartość pliku nie jest kopiowana.

-
Użyj: copyattr <opcje> <źródło> [ ... ] <przeznaczenie>
- -

Jeżeli chcesz skopiować atrybuty wraz z danymi pliku możesz użyć następujących opcji „-d” lub „--data”.

- -


-

Więcej informacji na temat tej komendy możesz uzyskać po wprowadzeniu jej z jedną z następujących opcji „-h” lub „--help”.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/bash-scripting.html b/docs/userguide/userguide/pl/bash-scripting.html deleted file mode 100644 index f87f5bdd29..0000000000 --- a/docs/userguide/userguide/pl/bash-scripting.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - Bash and Scripting - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Bash and Scripting

- -

"Scripting" to technika automatyzacji zadań zlecanych systemowi operacyjnemu poprzez zapisanie komend w pliku tekstowym zwanym skryptem. W każdym momencie kiedy wykonujesz skrypt komendy w nim zawarte wykonywane są jedna za drugą tak jakbyś ręcznie wprowadzał je z Terminala.
-Skrypty mogą być prostymi plikami wykonującymi kilka komend w określonym porządku lub wyrafinowanymi kawałkami kodu rozwiązującymi złożone zadania.

- -

-index -The Bash

-

Since scripts rely naturally a lot on the shell they are interpreted by, you should first familiarize yourself with the BASH that's used by Haiku. There are many resources online as it's a widely used shell. One nice document is Johan Jansson's Introduction to bash - a tutorial for bash under BeOS.

- -

-index -The Scripting Bible

-

After you've learned a few basics about working in the shell, it's time to slowly ease yourself into the world of scripting. Again, you'll find loads of tutorials and reference material online as well as in bookstores. A very nice introduction that's practically tailor-made for Haiku is the online available Scripting Chapter (PDF, 900kb) of Scot Hacker's BeOS Bible.

- -

-indexScripts in Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -The UserBootscript

-

/boot/home/config/settings/boot/UserBootscript will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Remember to end a command with an "&" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).

- -

A simple alternative to the above for launching applications at boot up is to put links to them in the /boot/home/config/settings/boot/launch directory. This can be done simply by right-clicking on the application you wish to have started automatically, going to Create Link and then navigating to the above directory.

- -

-index -The UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.

- -

-index -The UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript is executed as the last step in the shutdown process. Note, that most parts of the system have terminated by the time this script is executed.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/bootloader.html b/docs/userguide/userguide/pl/bootloader.html deleted file mode 100644 index 2d91c40646..0000000000 --- a/docs/userguide/userguide/pl/bootloader.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - Boot Loader - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Boot Loader

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

To enter the Boot Loader options, you have to press and keep holding the SHIFT key before the beginning of Haiku's boot process. If there's a boot manager installed, you can start holding SHIFT before invoking the boot entry for Haiku. If Haiku is the only operating system on the machine, you can begin holding the key while still seeing boot messages from the BIOS.

-

-index -Boot Loader Options

-

Once it's there, you're offered four menus:

- - - - - - - - - -
Select boot volume Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Select fail safe video mode If you had to activate the option Use fail-safe video mode, you can set resolution and color depth.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Rozruch Haiku

-

After activating one or more options, you return to the main menu and continue booting, which presents you with this boot screen:

-boot-screen.png - -

If everything works OK, one symbol after another quickly lights up.
-The different symbols roughly correspond to these boot stages:

- - - - - - - - -
Atom Initializing modules.
Dysk + lupa Creating rootfs (/) and mounting devfs (/dev).
Karta rozszerzeń Initializing device manager.
Dysk rozruchowy Mounting boot disk.
Mikroprocesor Loading CPU specific modules.
Katalog Final initialization of subsystems.
Rakieta Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/contents.html b/docs/userguide/userguide/pl/contents.html deleted file mode 100644 index c466ab0ace..0000000000 --- a/docs/userguide/userguide/pl/contents.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Podręcznik użytkownika Haiku - spis treści - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Witaj w Podręczniku użytkownika Haiku

- -

Below, you'll find the documentation of the most important aspects of Haiku. Naturally, completing and extending the documentation is a continuing process (see the online version for updated pages and translations). If you find errors, would like to suggest topics or maybe even contribute yourself, please get in touch on the documentation mailing list. If you're interested in helping with translations, you'll find information on that at the i18n user guide wiki.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Menedżer rozruchuUstaw bezpieczne opcje rozruchowe, aby rozwiązać problemy z konfiguracją.
Układ systemu plikówZrozum hierarchię systemu plików i poznaj położenie ważnych plików i katalogów.
Haiku's GUIPoznaj podstawowe elementy graficznego interfejsu użytkownika.
WorkspacesUse virtual desktops for an uncluttered work environment.
TwitcherSwitch between running applications.
Team MonitorKill unresponsive applications or system components.
TrackerLearn all about navigating, working with files and folders and how to configure Haiku's file manager.
Shortcuts and key combinationsThe most common shortcuts to speed up your workflow.
DeskbarUse and configure Haiku's version of the "Start" menu and taskbar.
FiletypesSet default applications, change file types and create your own.
AttributesOne of Haiku's main features lets you manage and add any kind of data to any file.
IndexUse indexing to be able to search for attributes.
QueriesUse Haiku's lightning fast queries to quickly find what you're looking for.
Workshop: Filetypes, Attributes, Index and QueriesLearn to use some of Haiku's key features by organizing your DVDs.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsLearn how to un/install applications in general and how work with the ones that come with Haiku.
Desktop AppletsSimple tools to install on your Desktop and Deskbar.
PreferencesConfiguring and setting up your system.
Bash and ScriptingLearn of some interesting scripts used by the system and about online resources for working in the shell and scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/pl/deskbar.html b/docs/userguide/userguide/pl/deskbar.html deleted file mode 100644 index 381902ced4..0000000000 --- a/docs/userguide/userguide/pl/deskbar.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Spis treści
- Menu Deskbara
- Tacka
- Lista uruchomionych aplikacji -
- -

Deskbar

- -

The Deskbar is the little panel that by default is located in the upper right corner of the screen. It's Haiku's version of Windows' taskbar with its Start button. It contains the Deskbar menu from where you can start applications and preferences, a tray with a clock and other tools below that and a list of currently running programs at the bottom.

-positions -

You can move the Deskbar to any corner or as a bar along the upper or lower border of the screen by gripping the knobbly area on one side of the tray and drag&drop it into the new position. You can also fold it into a more compact layout by drag&dropping the knobbly area onto the Deskbar menu.

- -

-index -Menu Deskbara

-

Gdy klikniesz na górze Deskbara, otworzy się menu:

-deskbar.png -
    -
  • About this system... - Shows some basic information of the system, licenses and the credits of the Haiku project.

  • - -
  • Find... - Opens the Query dialog.

  • -
  • Show replicants - Shows/hides the little Replicant widget you use to drag it around, remove or access its context menu.

  • -
  • Mount - Offers the same options as when invoked by right-clicking the Desktop (see Mounting Volumes).

  • -
  • Deskbar preferences... - Opens a panel to configure the Deskbar (see below).

  • -
  • Shutdown - Offers options to either Restart system or Power off.

  • -
  • Recent documents, folders, applications - List of the last recently opened documents, folders and applications (see Deskbar preferences below).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexPreferencje Deskbara

-prefs-deskbar.png -

Panel preferencji Deskbara jest podzielony na trzy sekcje.

- -

Aplikacje

-

Poniższe ustawienia nie dotyczą zainstalowanych programów, tylko zachowania i wyglądu listy uruchomionych aplikacji.

- - - - - - - -
Sortuj uruchomione aplikacje Sortuje alfabetycznie listę uruchomionych aplikacji.
Tracker zawsze pierwszy Nawet jeśli włączysz sortowanie alfabetyczne, wpis Trackera pozostanie pierwszy na liście.
Show application expander Włącza mały widżet pozwalający pokazać/ukryć wszystkie okna aplikacji bezpośrednio pod jej wpisem w Deskbarze.
Expand new applications Nowo uruchomione aplikacje będą wyświetlać swoje okna automatycznie pod swoim wpisem w Deskbarze.
Ukryj nazwy aplikacji Usuwa etykiety tekstowe uruchomionych aplikacji.
Rozmiar ikon Dostosowuje rozmiar ikon uruchomionych aplikacji.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Okno

-

Finally, the preferences for the Deskbar window.

- - - - -
Zawsze na wierzchu The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -Tacka

-calendar.png -

Among other things, the tray is housing the clock. Hover the mouse over it to display the date in a tooltip. Left-click it to show a calendar. Right-click it to hide/show the clock or launch the Time preferences to set it.

-

Any program can install an icon in the tray to provide an interface to the user. The email system, for instance, shows a different symbol when there's unread mail and offers a context menu to e.g. create or check for new mail. ProcessController is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.

- -

-index -Lista uruchomionych aplikacji

-list-of-apps.png -

You can change to a specific running application by clicking on its entry in the Deskbar and choosing (one of) its windows, from the submenu. By right-clicking you can minimize or close a window or the entire application.

-

If you activated Expanders in the Deskbar settings, you can expand/collapse the list of windows directly under an application's entry.

-

In front of every application's windows is a symbol providing info on its state. A bright symbol means a window is visible, a dark one that it's minimized. Three lines in front of a symbol shows that it's not on the current workspace.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/desktop-applets.html b/docs/userguide/userguide/pl/desktop-applets.html deleted file mode 100644 index f80bfcb7dd..0000000000 --- a/docs/userguide/userguide/pl/desktop-applets.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Desktop Applets - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Desktop Applets

- -

Haiku provides a few useful tools that can be installed on the Desktop or the Deskbar via their Replicants.

- - - - - - - - - - - -
iconLaunchBox Shortcuts to your favorite applications.
iconNetworkStatus Is your connection up?
iconPowerStatus Shows the state of charge of your notebook's battery.
iconProcessController Monitor and control every running app and service.
iconWorkspaces A miniature version of all workspaces.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/desktop-applets/launchbox.html b/docs/userguide/userguide/pl/desktop-applets/launchbox.html deleted file mode 100644 index 3dae7c989d..0000000000 --- a/docs/userguide/userguide/pl/desktop-applets/launchbox.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar:Desktop Applets
Ścieżka:/boot/system/apps/LaunchBox
Ustawienia:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

All options are reached from the context menu:

- - - - - - - - -
Add button here Adds an empty button.
Clear button Empties a button.
Remove button Removes a button.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/desktop-applets/networkstatus.html b/docs/userguide/userguide/pl/desktop-applets/networkstatus.html deleted file mode 100644 index 7c08c7a0fc..0000000000 --- a/docs/userguide/userguide/pl/desktop-applets/networkstatus.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Deskbar:Desktop Applets
Ścieżka:/boot/system/apps/NetworkStatus
Ustawienia:none
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/desktop-applets/powerstatus.html b/docs/userguide/userguide/pl/desktop-applets/powerstatus.html deleted file mode 100644 index e8dfd1779f..0000000000 --- a/docs/userguide/userguide/pl/desktop-applets/powerstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Desktop Applets
Ścieżka:/boot/system/apps/PowerStatus
Ustawienia:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/desktop-applets/processcontroller.html b/docs/userguide/userguide/pl/desktop-applets/processcontroller.html deleted file mode 100644 index f53608c729..0000000000 --- a/docs/userguide/userguide/pl/desktop-applets/processcontroller.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

processcontroller-icon_64.pngProcessController

- - - - -
Deskbar:Desktop Applets
Ścieżka:/boot/system/apps/ProcessController
Ustawienia:none
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/desktop-applets/workspaces.html b/docs/userguide/userguide/pl/desktop-applets/workspaces.html deleted file mode 100644 index 826b6e9225..0000000000 --- a/docs/userguide/userguide/pl/desktop-applets/workspaces.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Workspaces Applet - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar:Desktop Applets
Ścieżka:/boot/system/apps/Workspaces
Ustawienia:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Stores the panel's window position.
-


-workspaces.png -

You find the Workspaces applet with the other Desktop applets in the Deskbar. It shows a miniature version of all workspaces. There are several options available from the context menu of the applet's window, which are all pretty self-explaining.
-Change workspace count... will open the Screen preferences where you set the number of workspaces and their arrangement (how many rows and columns).

-

Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure Show replicants is activated in the Deskbar menu). Hold SHIFT while resizing to keep your screen's aspect ratio.

- -

-index -Moving windows between workspaces

-

To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows in a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT Fx.

-

For more information on workspaces in general and more keyboard shortcuts, see topic Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Special functionality

-

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:

- - - - -
CTRLBrings the window to the front.
CTRL SHIFTMinimizes the window.
OPTSends the window to the back.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/filesystem-layout.html b/docs/userguide/userguide/pl/filesystem-layout.html deleted file mode 100644 index 86a1f06b6f..0000000000 --- a/docs/userguide/userguide/pl/filesystem-layout.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Filesystem layout - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Filesystem layout

- -

Haiku's filesystem layout is quite transparent, trying to always use non-cryptic names for files and folders, that don't leave the user guessing. Files and folders that are important for the system to function properly, are protected from accidental tempering by showing one of these alerts:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -The system folder - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -The home folder - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ This folder contains the settings to all applications and a few configurations for the system. Some applications manage their settings in their own subfolders, others simply put their configuration file in there.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ This folder is the place for User Scripts that are executed before or after the system boots up or shuts down.
boot/launch/ Links to programs or documents in this folder are automatically launched on every boot-up.
beos_mime/ In this MIME database Haiku keeps track of all the different filetypes and their settings.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ There's one settings file that may be of interest: kernel offers some low level configurations like disabling SMP, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "#". Be careful here!
Tracker/ Besides the various settings files for Tracker, there are some interesting subfolders:
DefaultFolderTemplate/Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.
DefaultQueryTemplates/You can define the layout of query result windows for certain filetypes. See topic Query: The result window.
Go/Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic Haiku's GUI: Favorites and recent folders.
Tracker New Template/Add a template for any filetype that's then available from Tracker's File | New... menu. See topic Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/filetypes.html b/docs/userguide/userguide/pl/filetypes.html deleted file mode 100644 index 51d195d3b4..0000000000 --- a/docs/userguide/userguide/pl/filetypes.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - Filetypes - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Filetypes

- -

Other than Windows, Haiku doesn't rely on the 3-letter file extension for a file type (e.g. .txt, .jpg, .mp3). This method is only a last resort fallback. Haiku uses MIME types just like it's custom on the internet.

-
While there's no reason to use file extensions in Haiku, remember to add them to files you want to share with users of other operating systems, e.g. over email, uploading to a server or via exchange of an USB drive. Otherwise their system may not recognize the file type.
- -

index -Setting the filetype of a specific file

-

You can change the type of a specific file, its icon and the associated application. Select the file and invoke the Add-Ons | Filetype add-on from the right-click context menu.

-filetype-addon.png - -

-index -The File Type

-

The above is a PNG file, it's MIME string image/png. Let's say you definitely know that it's not a PNG but a GIF. You can change that either by entering the correct MIME string by hand or with one of the two buttons below the textbox:

- - - -
Select... shows a hierarchical list of filetypes where you navigate to image | GIF Image.
Same as... opens a file dialog where you choose any file that already has the filetype you're looking for.
- -

-index -The Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked. You could, for example, change a HTML file's preferred application from the browser to a text editor while you're working on it. Every other HTML file still opens in the browser, only this particular one starts in your text editor.

- -

The Default application is the one that's set globally for that filetype. If you don't find the program you want to associate with this file in the pop-up menu, you'll again find the buttons Select... and Same as... which do the similar thing described under "The File Type" above.

- -

-index -The Icon

-

If you're wondering why the icon well on the top right is empty: Icons are normally inherited from the system default for that filetype. You can open the Filetype add-on of a file that contains an icon and drag&drop it into your file's icon well. Or you double-click the icon well and create or edit your own icon. For more info on icons and how to create your own, see topic Icon-O-Matic.

- -

-index -Special settings for applications

-

If you invoke the Filetype add-on on an executable (here: StyledEdit), you'll get a different dialog:

-filetype-addon-stylededit.png -

On top, you'll see, instead of a standardized MIME string, the unique application signature. With it, the system finds the program wherever it's installed.

-

Below it are several flags, controlling the app's behaviour:

- - - - - - -
Single launch Only one instance of the app can be running per executable file. If you have two copies of that app, however, they can run side by side.
Multiple launch Many instances of the app can run simultaneously.
Exclusive launch Really only one instance with that app's signature is allowed to run at a time.
Args only Indicates the app doesn't respond to messages.
Background app The app won't appear in Twitcher or the list of running apps of the Deskbar.
-

Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's Open with... context menu when you right-click on a file of that type.

-

At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered.

- -

-index -Global settings with the FileTypes Preferences

-

The FileTypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.

-

All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...

-

To learn more about the FileTypes preferences see the workshop: Filetypes, Attributes, Index and Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/gui.html b/docs/userguide/userguide/pl/gui.html deleted file mode 100644 index 1f3bb0cbe6..0000000000 --- a/docs/userguide/userguide/pl/gui.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - Haiku's GUI - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Spis treści
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

Haiku's GUI

- -

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.

-

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.

-gui.png -

There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.

-
    -
  1. The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic Deskbar.

  2. -
  3. The yellow tab offers more than just a program's name or a document's filename: -
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • -
    • You minimize a window with a double-click on its tab (or with CTRL ALT M). A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • -
    • You can send a window to the back with a right-click on its tab (or its border).
  4. -
  5. The close button.

  6. -
  7. The "zoom" button (or CTRL ALT Z). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -A quick way to move or resize windows

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Open and save panels

-

When opening or saving a file from any application, a panel like this opens:

-open-save.png -

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.
-You can enter parent folders with the pop-up menu above the file listing.

-

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.

- -

-index -Keyboard shortcuts

-

Many shortcuts in open and save panels are the same used in Tracker. Besides the commands that are also available through the File menu, there are a few not that obvious:

- - - - - - - -
ALT N Creates a new folder.
ALT E Lets you rename the selected entry.
ALT Moves into the parent folder.
ALT or ENTER Moves into the selected folder.
ALT D Takes you to your Desktop.
ALT H Takes you to your Home folder.
- -

-index -Favorites and recent folders

-

The Favorites menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

-favorites.png -

To add a Favorite, you simply navigate to your destination and choose Favorites | Add current folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure favorites... and delete its entry.
-All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

- -

-index -Replicants

-

Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to Show replicants is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:

-replicant.png -

The most prominent place that accepts Replicants is the Desktop: You simply drag & drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.
-A right-click on a Replicant handle offers a context menu to show the originating app's About window and to Remove replicant.

-
Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete ~/config/settings/Tracker/tracker_shelf. Unfortunately, this will remove all Replicants from the Desktop.
-

Examples for replicatable applications are the graphs of the ActivityMonitor, the Workspaces applet or DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/pl/images/apps-images/activitymonitor.png b/docs/userguide/userguide/pl/images/apps-images/activitymonitor.png deleted file mode 100644 index ec7c43de81..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/pl/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/bootmenu.png b/docs/userguide/userguide/pl/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/cdplayer.png b/docs/userguide/userguide/pl/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/charactermap.png b/docs/userguide/userguide/pl/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/cli-alert.png b/docs/userguide/userguide/pl/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/cli-desklink.png b/docs/userguide/userguide/pl/images/apps-images/cli-desklink.png deleted file mode 100644 index b56fd0c53f..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/pl/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/codycam.png b/docs/userguide/userguide/pl/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/debugger.png b/docs/userguide/userguide/pl/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/debugger_alert.png b/docs/userguide/userguide/pl/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/deskcalc.png b/docs/userguide/userguide/pl/images/apps-images/deskcalc.png deleted file mode 100644 index 2c63b9bb31..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/pl/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index 9e6a516a22..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/diskprobe.png b/docs/userguide/userguide/pl/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/diskusage.png b/docs/userguide/userguide/pl/images/apps-images/diskusage.png deleted file mode 100644 index eb7c232c48..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/pl/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/pl/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/drivesetup.png b/docs/userguide/userguide/pl/images/apps-images/drivesetup.png deleted file mode 100644 index b6f4eb13a2..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/expander-preferences.png b/docs/userguide/userguide/pl/images/apps-images/expander-preferences.png deleted file mode 100644 index 3ba7303331..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/expander.png b/docs/userguide/userguide/pl/images/apps-images/expander.png deleted file mode 100644 index 07b37ea9cd..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/pl/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/pl/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/pl/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/haikudepot.png b/docs/userguide/userguide/pl/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/pl/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/pl/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/installer.png b/docs/userguide/userguide/pl/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/magnify.png b/docs/userguide/userguide/pl/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mail-attachments.png b/docs/userguide/userguide/pl/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mail-preferences.png b/docs/userguide/userguide/pl/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mail-read.png b/docs/userguide/userguide/pl/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mail-signature.png b/docs/userguide/userguide/pl/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/pl/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mail-write.png b/docs/userguide/userguide/pl/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/pl/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/pl/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/pl/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/mediaplayer.png b/docs/userguide/userguide/pl/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/midiplayer.png b/docs/userguide/userguide/pl/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/pl/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/pl/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/packageinstaller.png b/docs/userguide/userguide/pl/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/people-files.png b/docs/userguide/userguide/pl/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/people.png b/docs/userguide/userguide/pl/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/poorman.png b/docs/userguide/userguide/pl/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/screenshot.png b/docs/userguide/userguide/pl/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/pl/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/pl/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/pl/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/pl/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/pl/images/apps-images/showimage-view.jpg deleted file mode 100644 index 157906506a..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/stylededit.png b/docs/userguide/userguide/pl/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/terminal-settings.png b/docs/userguide/userguide/pl/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/terminal.png b/docs/userguide/userguide/pl/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/textsearch.png b/docs/userguide/userguide/pl/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/pl/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/web+download.png b/docs/userguide/userguide/pl/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/pl/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/pl/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/web+settings.png b/docs/userguide/userguide/pl/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/pl/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/pl/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/pl/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/pl/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/pl/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/apps-images/webpositive.png b/docs/userguide/userguide/pl/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/pl/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/attributes-images/people.png b/docs/userguide/userguide/pl/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/pl/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/calendar.png b/docs/userguide/userguide/pl/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/deskbar.png b/docs/userguide/userguide/pl/images/deskbar-images/deskbar.png deleted file mode 100644 index 14de1868af..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/pl/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/positions.png b/docs/userguide/userguide/pl/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/pl/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 0bc6238849..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/pl/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/pl/images/deskbar-images/prefs-menu.png deleted file mode 100644 index 47e05c1666..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/pl/images/deskbar-images/prefs-window.png deleted file mode 100644 index af98d2ce80..0000000000 Binary files a/docs/userguide/userguide/pl/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/pl/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 311f1abc2d..0000000000 Binary files a/docs/userguide/userguide/pl/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/pl/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/pl/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/pl/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/pl/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/pl/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 689e31edb7..0000000000 Binary files a/docs/userguide/userguide/pl/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/pl/images/filetypes-images/filetype-addon.png deleted file mode 100644 index bddad539dd..0000000000 Binary files a/docs/userguide/userguide/pl/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/gui-images/favorites.png b/docs/userguide/userguide/pl/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/pl/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/pl/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/pl/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/gui-images/gui-stacking.png b/docs/userguide/userguide/pl/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/pl/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/gui-images/gui-tiling.png b/docs/userguide/userguide/pl/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/pl/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/gui-images/gui.png b/docs/userguide/userguide/pl/images/gui-images/gui.png deleted file mode 100644 index 0ee9666efc..0000000000 Binary files a/docs/userguide/userguide/pl/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/gui-images/open-save.png b/docs/userguide/userguide/pl/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/pl/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/gui-images/resizing.png b/docs/userguide/userguide/pl/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/pl/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/networkstatus-images/applet.png b/docs/userguide/userguide/pl/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/pl/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/pl/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/pl/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/pl/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/pl/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/pl/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/pl/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/pl/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/pl/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/pl/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/pl/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/powerstatus-images/applet.png b/docs/userguide/userguide/pl/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/pl/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-colors.png deleted file mode 100644 index eeb3574015..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/pl/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/backgrounds.png b/docs/userguide/userguide/pl/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/datatranslations.png b/docs/userguide/userguide/pl/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/pl/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/fonts.png b/docs/userguide/userguide/pl/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/keyboard.png b/docs/userguide/userguide/pl/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/pl/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/keymap.png b/docs/userguide/userguide/pl/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/pl/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/locale-language.png b/docs/userguide/userguide/pl/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/mouse.png b/docs/userguide/userguide/pl/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/pl/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/pl/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/pl/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/pl/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/network.png b/docs/userguide/userguide/pl/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/screen.png b/docs/userguide/userguide/pl/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/pl/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/pl/images/prefs-images/screensaver-modules.png deleted file mode 100644 index a7098123ac..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/sounds.png b/docs/userguide/userguide/pl/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/time-clock.png b/docs/userguide/userguide/pl/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/time-network.png b/docs/userguide/userguide/pl/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/time-time.png b/docs/userguide/userguide/pl/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/time-timezone.png b/docs/userguide/userguide/pl/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/touchpad.png b/docs/userguide/userguide/pl/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/pl/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/pl/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/processcontroller-images/applet.png b/docs/userguide/userguide/pl/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/pl/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/processcontroller-images/memory.png b/docs/userguide/userguide/pl/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/pl/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/processcontroller-images/priority.png b/docs/userguide/userguide/pl/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/pl/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/processcontroller-images/quit.png b/docs/userguide/userguide/pl/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/pl/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/queries-images/basic-query.png b/docs/userguide/userguide/pl/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/pl/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/queries-images/formula-query.png b/docs/userguide/userguide/pl/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/pl/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/queries-images/query-window-filled.png b/docs/userguide/userguide/pl/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/pl/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/queries-images/query-window.png b/docs/userguide/userguide/pl/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/pl/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/queries-images/result-window.png b/docs/userguide/userguide/pl/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/pl/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/pl/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 26fed82446..0000000000 Binary files a/docs/userguide/userguide/pl/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/drill-down.png b/docs/userguide/userguide/pl/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/get-info.png b/docs/userguide/userguide/pl/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/mount-settings.png b/docs/userguide/userguide/pl/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/new-menu.png b/docs/userguide/userguide/pl/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/pl/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/open-with.png b/docs/userguide/userguide/pl/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/pl/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/transaction-status.png b/docs/userguide/userguide/pl/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/pl/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/window-menu.png b/docs/userguide/userguide/pl/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/pl/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/pl/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-email-images/browsing.png b/docs/userguide/userguide/pl/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/pl/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-email-images/query-1.png b/docs/userguide/userguide/pl/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-email-images/query-2.png b/docs/userguide/userguide/pl/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-email-images/query-3.png b/docs/userguide/userguide/pl/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-email-images/query-4.png b/docs/userguide/userguide/pl/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-email-images/status.png b/docs/userguide/userguide/pl/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/pl/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/pl/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/pl/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/pl/images/workspaces-images/workspaces.png b/docs/userguide/userguide/pl/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/pl/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/pl/index.html b/docs/userguide/userguide/pl/index.html deleted file mode 100644 index f9764a471d..0000000000 --- a/docs/userguide/userguide/pl/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Spis treści - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Spis treści

- -

Attributes and Queries are key features of Haiku. While attributes are useful on their own, to display additional information on a file, for a query on them, they need to be indexed. It puts them into a lookup table, which in turn makes queries lightning fast.
-The index is part of the filesystem and is kept for every volume/partition separately.

- -

-Indexing commands in Terminal

-

There are several commands to manage the index:

-
    -
  • lsindex - Displays the indexed attributes on the current volume/partition.
    -These are the attributes that are indexed by default:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Adds an attribute to the index of a volume/partition.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Only new files with that attribute come automatically into the index!
-Existing files have to be added manually by copying them and deleting the originals after that. Alternatively you can use the command reindex. -

-
    -
  • reindex - Puts the attributes of existing files into the newly created index of a volume/partition.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Removes an attribute from the index of a volume/partition.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/keyboard-shortcuts.html b/docs/userguide/userguide/pl/keyboard-shortcuts.html deleted file mode 100644 index 1011401abe..0000000000 --- a/docs/userguide/userguide/pl/keyboard-shortcuts.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Shortcuts and key combinations - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Shortcuts and key combinations

- -

By default, Haiku's shortcut key, to invoke commands from menus for example, is not the usual CTRL key, but ALT instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually has advantages as e.g. ALT C and ALT V integrate seamlessly into the bash shell of the Terminal, where CTRL C quits the running process.

-

In any case, you can switch to the maybe more familiar CTRL key in the Keymap preferences. The user guide always describes the default configuration with the command key being ALT.

-

If you're in doubt which keys are the OPT or MENU keys on your particular keymap/keyboard-layout, again use the Keymap preferences. There you can see what keystroke is sent when you press a key on your keyboard.

- -

-index -General shortcuts

-

Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxSwitches to Workspace X (Fx is the function key corresponding to that workspace). Take the active window with you by adding SHIFT
CTRL ALT / / / Navigates spatially the rows/columns of the available workspaces. Add SHIFT to take the active window with you.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZZooms a window to an alternative size (maximum size for most applications).
CTRL ALT MMinimizes the active window.
CTRL ALT HHides (minimizes) all windows of the active application.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BSends the active window to the back.
CTRL TABHold down to bring up the Twitcher.
CTRL ALT DELOpens the Team Monitor.
ALT ESCEnters the menu bar (leave with ESC).
ALT CCopies the selection to the clipboard.
ALT XCuts the selection to the clipboard.
ALT VPastes the clipboard's contents.
ALT WCloses the active window.
ALT QQuits an application.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Shortcuts for Tracker navigation

-

Additionally to the general shortcuts, here are some more for navigating with Tracker:

- - - - - - - - -
ALT Opens the parent folder.
ALT or ENTEROpens the selected folder.
OPTHolding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse.
MENUOpens the Deskbar menu (leave with ESC).
ALT ZUndo last action. The undo history is only limited by the available memory. Note, this only works for actions on the file itself, changed attributes and permission settings can't be undone with this. Also, once a file is removed from Trash it's gone for good.
ALT SHIFT ZRedo the action you just reverted with ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Shortcuts in Terminal

- - - - - - - - - - - - - - - - -
ALT NOpens another Terminal session in a new window.
ALT TOpens another Terminal session in a new tab.
ALT 1, 2, 3 ...Switches to the corresponding tab.
ALT TABSwitches to the next Terminal window.
SHIFT / Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Increase/Decrease font size.
ALT ENTEREnter/leave fullscreen mode.
SHIFT / Scrolls the Terminal output up/down one line.
SHIFT Page↑ / Page↓ Scrolls the Terminal output up/down one page.
TABTab-completion. After entering a few letters, press TAB once to auto-complete a filename or path. If there is more than one match, it stops where the name starts to differ and you have to provide some more letters to further distinguish them. You can also press TAB twice to have all matches listed.
/ Moves up or down in a history of all previously entered commands.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CStops the currently running command.
CTRL DCloses the current Terminal session.
- -

-index -Other key combinations

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTThis will select everything between the first selected item and the one you click on.
ALTAdds or removes the item you're clicking on from the selection.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences.html b/docs/userguide/userguide/pl/preferences.html deleted file mode 100644 index ab6cbdcc72..0000000000 --- a/docs/userguide/userguide/pl/preferences.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Preferences - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Preferences

- -

While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's Preferences menu.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configure certain aspects of the graphical interface.
iconBackgrounds Set a color or image as background of the Desktop or any other folder.
iconDataTranslations Settings for all supported file formats.
iconDeskbar Configure the Deskbar.
iconE-mail Configure your email accounts.
iconFileTypes Add, remove and configure filetypes.
iconKeyboard Configure repeat delay and rate.
iconKeymap Set the mapping of your keyboard.
iconLocale Set your system language and formatting.
iconMedia Audio and video settings like in/output devices and the system's audio mixer.
iconMouse Configure your mouse.
iconNetwork Configure your network.
iconPrinters Add, remove and configure printers.
iconScreen Configure resolution, depth, refresh rate and number of used Workspaces.
iconScreenSaver Add, remove and configure a screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSounds Assign sounds to different system events.
iconTime Set time, date and timezone.
iconTracker Configure Haiku's file manager.
iconTouchpad Configure your touchpad.
iconVirtualMemory Set the amount of swap space.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/appearance.html b/docs/userguide/userguide/pl/preferences/appearance.html deleted file mode 100644 index 76365c1f92..0000000000 --- a/docs/userguide/userguide/pl/preferences/appearance.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - Wygląd - - - - - - - - -
-
- -

appearance-icon_64.pngWygląd

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Appearance
Ustawienia:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Preferencje wyglądu pozwalają Ci zmienić różne aspekty wizualne Haiku.

- -

-index -Fonty

-appearance-fonts.png -

Haiku definiuje trzy podstawowe fonty dla różnych zastosowań. Możesz ustawić fonty zwykły, pogrubiony oraz o stałej szerokości, a także ich wielkości używane przez system. Oprócz powyższych, istnieje też oddzielne ustawienie dla fontu menu.

- -

-index -Instalowanie nowych fontów

-

Nowe fonty, nie będące częścią paczki .hpkg, możesz zainstalować poprzez skopiowanie ich do odpowiedniego katalogu non-packaged zgodnego z typem fontu (psfonts lub ttfonts), (zobacz rodział Układ systemu plików). Przykład dla fontów TrueType:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    w przypadku fontów dostępnych dla wszystkich użytkowników.
/boot/home/config/non-packaged/data/fonts/ttfonts/    w przypadku fontów dostępnych tylko dla Ciebie.
- -

-index -Kolory

-appearance-colors.png -

Na karcie Kolory możesz ustawić kolory poszczególnych części interfejsu. Kontrolka koloru akceptuje upuszczenia z innych programów, pozwalając na przeciąganie kolorów z np. WonderBrusha, Icon-O-Matica lub panelu Tapet.

- -

-index -Dekoratory okien

-appearance-decorators.png -

Dekoratory definiują wygląd i styl okien oraz wszystkich elementów interfejsu. Aktualnie Haiku dostarcza tylko jeden dekorator. Jeżeli zainstalujesz więcej dekoratorów, będziesz mieć możliwość wyboru innego przy pomocy menu.

-

Domyślny dekorator Haiku pozwala ustawić styl strzałek pasków przewijania: albo pojedyncze na końcu pasków dla oszczędności miejsca, albo podwójne — tradycyjne dla BeOS-a — potencjalnie pozwalające zaoszczędzić ruchów myszą przy przewijaniu w górę i w dół lub w prawo i w lewo...

- -

-index -Antyaliasing

-appearance-antialiasing.png -

Karta Antyaliasing pozwala modyfikować sposób rysowania rzeczy na ekranie.

- -

-index -Hinting glifów

-

Włączony Hinting glifów wyrównuje wszystkie litery w taki sposób, że ich poziome i pionowe krawędzie znajdują się dokładnie pomiędzy dwoma pikselami. Rezultatem jest perfekcyjny kontrast, w szczególności w przypadku czarnego tekstu na białym tle. Font wygląda ostrzej. Możliwe jest także ustawienie hintingu Tylko dla fontów o stałej szerokości, co jest szczególnie przydatne na urządzeniach z ekranami o niskiej rozdzielczości, takimi jak netbooki. W tym przypadku małe fonty mogą wyglądać bardzo źle, gdy hinting jest aktywny, jednak to ustawienie pozwala wykorzystać zalety hintingu w edytorach tekstu i Terminalu.

-

Zobacz różnicę, jaką robi hinting, na poniższych zrzutach ekranu:

- - -
appearance-glyph-off.png
Hinting: wyłączony
appearance-glyph-on.png
Hinting: włączony
-

Zauważ, że także okna Magnify są narysowane z użyciem innych opcji. Dzięki temu możesz zobaczyć, jak sprawują się w rzeczywistych warunkach, porównując np. pogrubiony tytuł okna lub tekst „35 x 15 @ 8 pixels/pixel”.

- -

-index -Rodzaj antyaliasingu

-

Inną techniką poprawy jakości rysowania jest Antyaliasing, który obejmuje wszystkie grafiki wektorowe oraz tekst. Wygładza on tekst zmieniając kolory niektórych pikseli. Istnieją dwa jego rodzaje:

-

Skala szarości zmienia intensywność pikseli na krawędziach.
-Podpikselowy LCD jest lepszy, szczególnie w połączeniu z monitorami LCD (o wysokiej rozdzielczości). Zamiast intensywności piksela, zmieniany jest jego kolor, co przesuwa krawędź o ułamek piksela, ponieważ piksele w ekranach LCD składają się z podpikseli czerwonego, zielonego i niebieskiego.

-

Poniżej porównanie tych metod:

- - -
appearance-glyph-off.png
Skala szarości, hinting: wyłączony
appearance-subpixel.png
Podpikselowe LCD, hinting: wyłączony
-

Antyaliasing podpikselowy nadaje obiektom drobną kolorową poświatę. Nie każdy za tym przepada. W Haiku możesz wymieszać obie metody i znaleźć dla siebie odpowiednie ustawienie używając suwaka.

-
Antyaliasing podpikselowy w połączeniu z hintowaniem glifów jest przedmiotem patentu i z tego powodu nie jest domyślnie dostępny. W zależności od tego gdzie mieszkasz, możesz mieć możliwość uzyskania odblokowanej wersji. Przepraszamy. Skontaktuj się ze swoim dostawcą.
-

Jeśli aktywujesz hinting z podpikselowym antyaliasingiem zmieniając źródła i rekompilując system, tak wypadnie on w porównaniu ze skalą szarości:

- - -
appearance-glyph-on.png
Skala szarości, hinting: włączony
appearance-glyph-on-subpixel.png
Podpikselowe LCD, hinting: włączony
-


-

Na dole panelu znajdują się dwa przyciski:

- - - -
Przywróć domyślne  ustawia domyślne wartości dla każdego z pól.
Cofnij przywraca ustawienia, które były aktywne w momencie uruchomienia panelu preferencji.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/backgrounds.html b/docs/userguide/userguide/pl/preferences/backgrounds.html deleted file mode 100644 index 0b37dda87a..0000000000 --- a/docs/userguide/userguide/pl/preferences/backgrounds.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Tapety - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

backgrounds-icon_64.pngTapety

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Backgrounds
Ustawienia:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - przechowuje pozycję panelu na pulpicie
-

You can set a color or an image as background for every folder and the Desktop for every workspace.

-


-backgrounds.png -

The top menu specifies if your changes are applied to the current workspace only, all workspaces, a specific folder or as default for every new folder.

-

Below that you can assign an image or select None if you want simply a colored background. Images can also be drag&dropped onto the preview to the left.

-

If you are using an image, you have to decide on the placement:

- - - - - -
Manual lets you specify the coordinates. You can drag the picture around in the preview to the left or enter X and Y manually.
Center centers the picture in the middle of the screen.
Scale to fit enlarges the picture with no regard to its aspect ratio until it fills the screen.
Tile fills the screen by repeating the picture.
-

Activating Icon label outline puts a thin contour around icon labels.

-

Whether an icon label's actual text is black or white depends on the setting of the color picker. A dark color sets the text to white, a light color to black. So, if you assign a very bright image to the background, you should also set the color picker to a bright color in order to have icon labels readable in black. (Or use the outline option above.)
-The selected color is also reflected in the Workspaces applet, which ignores images as backgrounds.

- - - -
Cofnij brings back the settings that were active when you started the Backgrounds preferences.
Apply sets your changes.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/datatranslations.html b/docs/userguide/userguide/pl/preferences/datatranslations.html deleted file mode 100644 index 70d12c9f3d..0000000000 --- a/docs/userguide/userguide/pl/preferences/datatranslations.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - Translatory - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

datatranslations-icon_64.pngTranslatory

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/DataTranslations
Ustawienia:~/config/settings/* – Każdy translator tworzy tutaj własny plik ustawień, gdy zmienisz jego wartości domyślne.
-~/config/settings/system/DataTranslations settings – Przechowuje pozycję panelu na ekranie.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP images24bit, uncompressed, no transparency
EXR imagesILM's high dynamic-range (HDR) format
GIF images8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
HVIF iconsTranslator for Haiku's vector icon format
JPEG2000 images24bit, compressed, no transparency
-Here, you normally only care about the output quality.
JPEG images24bit, compressed, no transparency
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
PCX images24bit, uncompressed, no transparency, PC Paintbrush Exchange format
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
PNG images32bit, lossless compression, transparency
PPM images24bit, uncompressed, no transparency, Portable PixMap format
RAW imagesup to 48bit, uncompressed, no transparency
RTF text filesFormatted text
SGI images24bit, optional lossless compression, transparency
StyledEdit filesPlain text with formatting stored in attibutes
TGA images32bit, optional lossless compression, transparency
TIFF images24bit, optional lossless compression, layers, transparency
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
WonderBrush images32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/deskbar.html b/docs/userguide/userguide/pl/preferences/deskbar.html deleted file mode 100644 index 9c9dfc15ac..0000000000 --- a/docs/userguide/userguide/pl/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Deskbar
Ustawienia:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Dostęp do tego panelu preferencji można uzyskać także z Deskbara. Jego ustawienia są opisane w odpowiedniej sekcji strony Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/e-mail.html b/docs/userguide/userguide/pl/preferences/e-mail.html deleted file mode 100644 index 6d7a926bb9..0000000000 --- a/docs/userguide/userguide/pl/preferences/e-mail.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Spis treści
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/E-mail
Ustawienia:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Creating a new e-mail account

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name the name of the sender
From the e-mail address of the sender
To your e-mail address (different for each e-mail account)
Reply to the e-mail address replies are sent to
When the date and time the mail was received
Subject the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Account the name of the e-mail's account
Status The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Priority is set by the sender's e-mail program (e.g. "urgent")
Thread essentially the same as "Subject", but without things like Re: or Fwd:
Classification group depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Spam/Genuine estimate this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Outgoing Mail Filters

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Setting up the Mail Service

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/filetypes.html b/docs/userguide/userguide/pl/preferences/filetypes.html deleted file mode 100644 index 5bc410b172..0000000000 --- a/docs/userguide/userguide/pl/preferences/filetypes.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - TypyPlików - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

filetypes-icon_64.pngTypyPlików

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/FileTypes
Ustawienia:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Przechowuje wszystkie typy MIME jako katalogi.
-

Please refer to topic Filetypes and the workshop Filetypes, Attributes, Index and Queries that explains most of this preference panel.

- -
-
- - - - diff --git a/docs/userguide/userguide/pl/preferences/keyboard.html b/docs/userguide/userguide/pl/preferences/keyboard.html deleted file mode 100644 index c008cd4cce..0000000000 --- a/docs/userguide/userguide/pl/preferences/keyboard.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

keyboard-icon_64.pngKeyboard

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Keyboard
Ustawienia:~/config/settings/Keyboard_settings
-


-keyboard.png -

Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.

- - - -
Przywróć domyślne  ustawia domyślne wartości dla każdego z pól.
Cofnij brings back the settings that were active when you started the Keyboard preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/keymap.html b/docs/userguide/userguide/pl/preferences/keymap.html deleted file mode 100644 index 794f477369..0000000000 --- a/docs/userguide/userguide/pl/preferences/keymap.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

keymap-icon_64.pngKeymap

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Keymap
Ustawienia:~/config/settings/Keymap/* - Location of user modified keymaps.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pl/preferences/locale.html b/docs/userguide/userguide/pl/preferences/locale.html deleted file mode 100644 index 713e0b015a..0000000000 --- a/docs/userguide/userguide/pl/preferences/locale.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

locale-icon_64.pngLocale

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Locale
Ustawienia:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Przywróć domyślne  ustawia domyślne wartości dla każdego z pól.
Cofnij brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/media.html b/docs/userguide/userguide/pl/preferences/media.html deleted file mode 100644 index 7e1bf82744..0000000000 --- a/docs/userguide/userguide/pl/preferences/media.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

media-icon_64.pngMedia

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Media
Ustawienia:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Stores the panel's window position.
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/mouse.html b/docs/userguide/userguide/pl/preferences/mouse.html deleted file mode 100644 index 31e9da0600..0000000000 --- a/docs/userguide/userguide/pl/preferences/mouse.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Mouse
Ustawienia:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

All settings are immediately applied.

- - - -
Przywróć domyślne  ustawia domyślne wartości dla każdego z pól.
Cofnij brings back the settings that were active when you started the Mouse preferences.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pl/preferences/network.html b/docs/userguide/userguide/pl/preferences/network.html deleted file mode 100644 index 84756f2d2e..0000000000 --- a/docs/userguide/userguide/pl/preferences/network.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Network - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

network-icon_64.pngNetwork

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Network
Ustawienia:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/printers.html b/docs/userguide/userguide/pl/preferences/printers.html deleted file mode 100644 index 206d8826ad..0000000000 --- a/docs/userguide/userguide/pl/preferences/printers.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

printers-icon_64.pngPrinters

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Printers
Ustawienia:~/config/settings/printers/*
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/screen.html b/docs/userguide/userguide/pl/preferences/screen.html deleted file mode 100644 index 228011765d..0000000000 --- a/docs/userguide/userguide/pl/preferences/screen.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

screen-icon_64.pngScreen

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Screen
Ustawienia:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Only when running in VESA mode.
-~/config/settings/Screen_data - Stores the panel's window position.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

After clicking on Apply, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Revert brings back the setting that was active when you started the Screen preferences.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/pl/preferences/screensaver.html b/docs/userguide/userguide/pl/preferences/screensaver.html deleted file mode 100644 index 62f6c2cf1c..0000000000 --- a/docs/userguide/userguide/pl/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Screensaver
Ustawienia:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/shortcuts.html b/docs/userguide/userguide/pl/preferences/shortcuts.html deleted file mode 100644 index 8f4dd6a61a..0000000000 --- a/docs/userguide/userguide/pl/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Shortcuts
Ustawienia:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/pl/preferences/sounds.html b/docs/userguide/userguide/pl/preferences/sounds.html deleted file mode 100644 index 85a89596a0..0000000000 --- a/docs/userguide/userguide/pl/preferences/sounds.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

sounds-icon_64.pngSounds

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Sounds
Ustawienia:~/config/settings/Media/MediaFiles
-


-sounds.png -

You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.

- - -
None will silence an event.
Other... will open a file panel to find a new sound that isn't yet in the menu.
-

You can use any format that's supported by the system. If MediaPlayer can deal with it, so can any other program.
-You can "pre-hear" an event's sound by selecting it and using the Play and Stop buttons.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/time.html b/docs/userguide/userguide/pl/preferences/time.html deleted file mode 100644 index dce0125b91..0000000000 --- a/docs/userguide/userguide/pl/preferences/time.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

time-icon_64.pngTime

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Time
Ustawienia:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/pl/preferences/touchpad.html b/docs/userguide/userguide/pl/preferences/touchpad.html deleted file mode 100644 index 2f41ffc121..0000000000 --- a/docs/userguide/userguide/pl/preferences/touchpad.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Touchpad
Ustawienia:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Przywróć domyślne  ustawia domyślne wartości dla każdego z pól.
Cofnij brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/tracker.html b/docs/userguide/userguide/pl/preferences/tracker.html deleted file mode 100644 index e5adf42a20..0000000000 --- a/docs/userguide/userguide/pl/preferences/tracker.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/Tracker
Ustawienia:~/config/settings/Tracker/TrackerSettings
-


-

The Tracker preference panel is also available from every Tracker window with the menu Window | Preferences....
-Its functions are discussed in the topic on Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/preferences/virtualmemory.html b/docs/userguide/userguide/pl/preferences/virtualmemory.html deleted file mode 100644 index d15878cc2d..0000000000 --- a/docs/userguide/userguide/pl/preferences/virtualmemory.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - PamięćWirtualna - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

virtualmemory-icon_64.pngPamięćWirtualna

- - - - -
Deskbar:Preferencje
Ścieżka:/boot/system/preferences/VirtualMemory
Ustawienia:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Stores the panel's window position.
-

Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.

-virtualmemory.png -

You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at DiskUsage to find out what's eating up your diskspace.

-

Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.
-Upgrading your RAM is of course the most effective way to go...

- - - -
Przywróć domyślne  ustawia domyślne wartości dla każdego z pól.
Cofnij brings back the settings that were active when you started the VirtualMemory preferences.
- -
-
- - - - diff --git a/docs/userguide/userguide/pl/queries.html b/docs/userguide/userguide/pl/queries.html deleted file mode 100644 index 4f74c278a9..0000000000 --- a/docs/userguide/userguide/pl/queries.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Queries - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - - -
Spis treści
- The Find window
- Basic queries - "by Name"
- Advanced queries - "by Attribute"
- Even more advanced queries - "by Formula"
- The result window
- Query Templates -
- -

Queries

- -

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
-Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

- -

-index -The Find window

-

You start a query by invoking the Find... menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

-basic-query.png -
    -
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. -
  3. Narrow down your search from All files and folders to specific file types.

  4. -
  5. Define the search method:
      -
    • by Name - a basic search by file or folder name
    • -
    • by Attribute - an advanced search, you specify search terms for one or more attributes
    • -
    • by Formula - an even more advanced search, you can fine-tune a complex query term
  6. -
  7. Select which drives to search on.

  8. -
  9. Enter the search term.

  10. -
  11. The expander hides/unhides the additional options.

  12. -
  13. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  14. -
  15. Check if your query is supposed to Include trash.

  16. -
  17. Optionally, enter a name for this query if you want to save it.

  18. -
  19. You can drag&drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

  20. -
- -

-index -Basic queries - "by Name"

-

If you simply want to find all files and folders on your mounted disks that match a certain pattern, simply leave the search method at by Name, enter the search term into the text box and press ENTER.

- -

-index -Advanced queries - "by Attribute"

-

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

-query-window.png -

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by Attribute.

-

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

-

Let's do an email query as an example:

-query-window-filled.png -

This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".
-As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
-A good way to cut down the number of search results.

- -

-index -Even more advanced queries - "by Formula"

-

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

-

Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to by Formula mode and be overwhelmed by this one line query string:

-formula-query.png -

Once more as text, edited for readability:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

What's the use?

-
    -
  • You could copy and paste the string into an email, forum or IRC for others to use or debug.

  • -
  • You can use this method to construct a query in Attribute mode and then switch to Formula mode, to comfortably generate a search string to use for a query in Terminal or a script.

  • -
  • You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "==" to "!=" for a NOT AND. All you need is a basic understanding of regular expressions and maybe some scripting basics.

  • -
- -

-index -The result window

-

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

-result-window.png -

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

-
    -
  • You can open the location of a file or folder by double clicking on its path attribute.

  • -
  • With File | Edit query or ALT G you get back to your Find window to refine your query.

  • -
  • A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.

  • -
-

You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

- - -

-index -Query Templates

-

If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these exact search parameters, but use it as starting point to only slightly tweak the formula.
-By using the Save query as template menu item (see (1) in screenshot at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.

-

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.

-
-
- - - - - diff --git a/docs/userguide/userguide/pl/teammonitor.html b/docs/userguide/userguide/pl/teammonitor.html deleted file mode 100644 index 562bedda98..0000000000 --- a/docs/userguide/userguide/pl/teammonitor.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Team Monitor

- -

With CTRL ALT DEL you invoke the Team Monitor which lists all currently running programs.

-teammonitor.png -

Programs that were launched by the system are blue, those started by the user black.
-Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can try to quit a program by selecting it and pressing Quit application (or either DEL or Q). If that doesn't work, try Kill application (or SHIFT DEL or K) instead.

-

You can summon a Terminal with OPT ALT T.

-

If your Tracker or Deskbar crashed or froze, a new button appears (you may have to kill the offending team first): Restart the desktop will restart Tracker and/or Deskbar for you.

- -
-
- - - - diff --git a/docs/userguide/userguide/pl/tracker-add-ons.html b/docs/userguide/userguide/pl/tracker-add-ons.html deleted file mode 100644 index 7757854ca1..0000000000 --- a/docs/userguide/userguide/pl/tracker-add-ons.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Tracker Add-Ons - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Tracker Add-Ons

- -

Applications can install add-ons so they can be invoked easily on a selection of files from Tracker. Only the add-ons that can handle a specific filetype are presented under Add-Ons from the context menu or the File menu of a Tracker window. Some add-ons don't necessarily need a file to work on and are thus always present.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    for add-ons available to every user.
/boot/home/config/non-packaged/add-ons/Tracker/    for add-ons only available to yourself.
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Haiku's Tracker Add-Ons

-

These Tracker Add-Ons come with every Haiku installation:

- - - - - - - - - - - - - -
Background-BOpens the Background preferences to change the color or image of the Desktop or any folder. Invoked on an image file the Background panel is launched with that image already loaded as a potential background.
DiskUsage-IStarts the DiskUsage application with the according folder as basis.
FileType-FInvoked on a file, opens its specific FileType panel, otherwise the general FileTypes preferences are launched.
Open Target Folder-OCan only be used on a linked file and opens the folder that file lives in.
TextSearch-GStarts the TextSearch application to look for a string in the selected folder (and its subfolders).
ZipOMatic-ZA selection of files will be added to a zip archive, invoked without a selection opens a panel to create an archive via drag&drop.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/tracker.html b/docs/userguide/userguide/pl/tracker.html deleted file mode 100644 index 576de5cbb7..0000000000 --- a/docs/userguide/userguide/pl/tracker.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - - -
Spis treści
- Mounting volumes
- Navigating
- Appearance
- Tracker preferences
- Working with files
- Transaction status -
- -

Tracker

- -

The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Mounting Volumes

-

In order to access a harddisk, CD, USB stick etc., you first have to mount the volume, that is, let the system know it's there. This is done with a right-click on the Desktop or an already mounted volume (like the boot disk) and choosing the volume from the Mount submenu. You find the same Mount menu in the Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Before you disconnect e.g. a harddrive or USB stick, make sure you have successfully unmounted the volume. This guarantees that all data transfer has finished. Otherwise you may lose data or corrupt the disk!
- -

-index -Navigating

-

By default, when you double-click a folder, Tracker opens a new window while leaving the parent window open. This can quickly lead to an overcrowded desktop.
-You can prevent that by holding down the OPT key, which automatically closes the parent window.
-This is also true for keyboard navigation. For more on that, see topic Shortcuts and key combinations.

-

Moving through your folders is one of Trackers main purposes, just like the file managers on other platforms. Haiku's Tracker has some unique features that will help you doing that efficiently.

- -

-indexDrilling down the submenus

-

Instead of double-clicking your way down folder after folder, there's a better way to drill down:

-drill-down.png - -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/home/config/.
-If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

-

A similar method can be used from any Tracker window:

-window-drill-down.png -

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

-

Note, that the Desktop is always the topmost level as that is where Tracker shows mounted volumes. So, if you want to go to another disk, you first have to navigate to the top (Desktop) and cross over to your other disk from there.


-

You'll get the same submenu-navigating when you drag a file over a folder. After a short while of hovering, a submenu pops up and you can drill down to your destination. If you initiated the drag with the right mousebutton, you can choose between copying, moving or linking the file when you release the mouse.

- -

-index -Jumping to files with type-ahead

-

You may be familiar with the concept from file managers of other operating systems: typing the first few letters of a filename will jump to the first file matching these starting characters. Haiku took the idea a step further. If there isn't a file starting with those letters it will jump to the first file including the string anywhere in its name. And if there's nothing with the string in its filename, the attributes are searched next.

-window-type-ahead.png -

In the above example, there are many files starting with "Haiku logo", rendering simpler approaches to typing ahead quite useless. In Haiku however, typing "web" jumps right to its first occurence in "Haiku logo - website". The characters you enter appear in the bottom left corner where you normally find the item count of all files in the folder. A second after entering a character, the display jumps back to normal and you're ready for a new type ahead search.

-

-index -Type-ahead filtering

-

Instead of jumping to a file while typing, there's also the option to filter out all files not matching your type-ahead string. This can improve clarity dramatically, especially when dealing with crowded folders. By using SHIFT SPACE as delimiter, you can even filter on multiple strings.
-Contrary to type-ahead jumping, the filtering will stick until you press ESC or close the window (or leave the folder if you're using Single Window Navigation).
-This type-ahead filtering is set in the Tracker preferences.

- -

-index -Appearance

-window-menu.png -

Tracker windows offer three different viewing modes from the Window menu:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

The Window menu offers a number of other functions:

-
    -
  • Resize to fit (ALT Y) - Resizes the window to its ideal size.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Sometimes you just want to rearrange a few icons without doing a complete Clean up (ALT K). In that case, you select these icons and start to drag them to their new location. Before you drop them there, keep ALT pressed. This will align the icons to the invisible grid.

-

The rest of the functions are pretty self-explanatory, leaving the Tracker preferences.

- -

-index -Tracker preferences

-

Window | Preferences... opens a panel that offers a number of settings that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes. -
So, in short, the not so obvious settings:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - You can set Single window navigation, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of its parent folder. This is not the same as clicking while holding the OPT key, as described above, because you'll lose the per window saved position and size. -

    -tracker-preferences-navigator.png -

    Before you switch Tracker to Single window navigation mode, 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 Navigator where you can enter or copy & paste a path name and use back, forward and up buttons.

    -

    Activating Type-ahead filtering 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 above.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

This panel, by the way, is also available as Tracker from Deskbar's Preferences.

- -

-index -Working with files

-

When invoked on a selected file, most of the File menu commands are also offered in the context menu by right-clicking that file.

-

As usual the commands are pretty clear.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Transaction status

-

When you copy, move or delete files, Tracker shows its progress with a status window. If you initiate more than one transaction, each job gets its own status display.

-transaction-status.png -

To the right are two buttons to pause or stop a transaction entirely. Sometimes it can be useful to temporarily pause a large transaction. For example, you may need to quickly launch a large application. Copying large amounts of data chokes your harddisk's IO bandwidth and thus delays your workflow.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/twitcher.html b/docs/userguide/userguide/pl/twitcher.html deleted file mode 100644 index 29e28b03c8..0000000000 --- a/docs/userguide/userguide/pl/twitcher.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Twitcher

- -

The Twitcher is a task switcher to jump between running applications and their windows.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

You cycle through all an applications visible windows on the current workspace with CTRL ~ (which, depending on the keymap you're using, is the key below ESC).

-

It's also possible to invoke the Twitcher with CTRL TAB and then use the mouse to choose the application/window you'll jump to when releasing the CTRL key.

-

The Twitcher also offers a few more advanced keyboard shortcuts:

- - - - -
ESCAborts the twitching and returns to the formerly active window.
QQuits the selected application.
HHides all windows of the selected application.
- -
-
- - - - diff --git a/docs/userguide/userguide/pl/workshop-email.html b/docs/userguide/userguide/pl/workshop-email.html deleted file mode 100644 index 4ca3807e09..0000000000 --- a/docs/userguide/userguide/pl/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - - -
Spis treści
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/pl/workshop-filetypes+attributes.html b/docs/userguide/userguide/pl/workshop-filetypes+attributes.html deleted file mode 100644 index de94ea80e3..0000000000 --- a/docs/userguide/userguide/pl/workshop-filetypes+attributes.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - Workshop: Filetypes, Attributes, Index and Queries - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - - -
Spis treści
- Preparations
- Creating a custom filetype
- Icon
- File recognition
- Description
- Preferred Application
- Extra Attributes
- Indexing
- Filling in the data
- Querying the database -
- -

Workshop: Filetypes, Attributes, Index and Queries

- -

This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.

- -

-index -Preparations

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Here are the attributes I'd like to see for my DVDs:

-
    -
  • Movie title
  • -
  • Genre
  • -
  • URL to e.g. IMdB
  • -
  • Director/Cast
  • -
  • Plot
  • -
  • My rating from 1 to 10
  • -
  • Coordinates in my shelf, e.g. A2, B3, so I find the DVD also in Real Life :)
  • -
  • If so, who's borrowed the disk...
  • -
- -

-index -Creating a custom filetype

-

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

-filetypes-new-file-type.png -

Now, a panel for your new DVDdb filetype opens:

-filetypes-dvddb.png - -

-index -Icon

-

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

- -

-index -File Recognition

-

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

- -

-index -Description

-
    -
  • Type name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • -
  • Description - A bit more detailed description.
  • -
- -

-index -Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked.

- - - -
Select... opens a file dialog where you choose the application to open with this filetype. Here, we set ShowImage to display the DVD's cover.
Same as... opens a file dialog where you choose any file that already has the preferred application set that you're looking for.
- -

-index -Extra Attributes

-

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

-filetype-extra-attribute.png -
    -
  • Attribute name - Appears e.g. as the column heading in Tracker windows.

  • -
  • Internal name - Is used for indexing and querying the attribute.

  • -
  • Type - Defines the value the attribute can hold and therefore how it can be queried. -
      -
    • String for normal text
    • -
    • Boolean for binary data: 0 or 1
    • -
    • Integer for integer numbers with different ranges: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float for floatingpoint numbers, single precision
    • -
    • Double for floatingpoint numbers, double precision
    • -
    • Time for time and date format
    • -
    -
  • -
-
    -
  • Visible - This checkbox determines if the attribute is visible in a Tracker window at all. Since the Tracker will be the interface to our DVD database, we check it and define its appearance with:
      -
    • Display as - Leave on "Default". In the future more option will become available, e.g. a bar or stars for a rating etc.
    • -
    • Editable - Determines if the attribute shall be editable in Tracker.
    • -
    • Width - The default width of that attributes column in a Tracker window.
    • -
    • Alignment - The attribute can be displayed left, center, or right aligned.
    • -
-

Now, insert all the info for our attributes:

- - - - - - - - - - -
Internal NameAttribute typeindexed?Description
DVDdb:title text yes Movie title
DVDdb:genre text yes Genre
DVDdb:url text no URL
DVDdb:cast text yes Director/Cast
DVDdb:plot text no Plot
DVDdb:rating int-32 yes Rating 1 to 10
DVDdb:coord text no Shelf
DVDdb:lent text yes Lent to
- -

-index -Indexing

-

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
-So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

-

This leaves these attributes:

- - - - - - -
Internal NameAttribute type
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

To index them, we open a Terminal and simply add one attribute after the other:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

- -

-index -Filling in the data

-

Now, everything's set and we can begin putting some data into our base.
-Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

-

Opening that folder we see a typical Tracker window with one JPEG in it. Right-clicking it, we change its filetype to application/DVDdb with the Filetype Addon. There's more info on this in the Filetypes document.

-

Now, we activate all our DVDdb attributes from the Attributes menu of the Tracker window and rearrange the columns to our taste:

-filetypes-dvddb-empty.png -

By clicking on a yet empty attribute (or pressing ALT E) we enter editing mode and fill each attribute. With TAB and SHIFT TAB you can navigate between attributes.

-

In our example, we usually start with a downloaded JPG cover and change its type to applications/DVDdb. There's another elegant way to produce a file to work with. Just copy an empty file of our filetype to /boot/home/config/settings/Tracker/Tracker New Templates and rename it to DVDdb.

-

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

- -

-index -Querying the database

-

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

-

You can assign a sensible attribute layout for query results of a specific filetype.
-Open the folder containing your DVDdb files and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder and rename it to group/filetype, replacing slashes with underscores; in our case "applications_DVDdb".

-

Open the new folder and paste in the layout with Attributes | Paste layout. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/pl/workshop-wlan.html b/docs/userguide/userguide/pl/workshop-wlan.html deleted file mode 100644 index abad2d7c00..0000000000 --- a/docs/userguide/userguide/pl/workshop-wlan.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - - -
Spis treści
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/pl/workspaces.html b/docs/userguide/userguide/pl/workspaces.html deleted file mode 100644 index 0daa3270dd..0000000000 --- a/docs/userguide/userguide/pl/workspaces.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Workspaces - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- -

Workspaces

- -

Workspaces are virtual desktops, complete with their own resolution, color depth and background. Up to 32 of these workspaces can be set from the Screen preferences.

- -workspace_overviewpng.png - -

-index -Switching workspaces

-

You switch between workspaces by either clicking into the Workspaces applet (which is seen in the above image) or by using the keyboard shortcut ALT Fx, where "x" is the workspace number. It's a good idea to arrange your workspaces in rows of four to mimick the layout of the Fx keys on the keyboard.
-Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it's in.

-

Another very convenient way is to use CTRL ALT /// to navigate spatially the rows/columns of the available workspaces. If you additionally hold down SHIFT, the active window will move with you to the new workspace.

-

You can switch back and forth between two workspaces with ALT ` (the actual key depends on the keymap you're using - it is the key below ESC). Again, holding SHIFT will take the active window with you.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications.html b/docs/userguide/userguide/pt_BR/applications.html deleted file mode 100644 index 7dac883b2b..0000000000 --- a/docs/userguide/userguide/pt_BR/applications.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - Aplicativos - - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Aplicativos -

- -

Antes de aprofundar em todas os aplicativos que vêm com o Haiku, vamos dar uma olhada mais detalhada em como instalar e desinstalar programas. O modo mais conveniente para encontrar, instalar, atualizar e desinstalar aplicativos é via sistema de gerenciamento de pacotes do Haiku. Contudo, uma vez que o Haiku é amplamente compatível, tanto nos binários como em código-fonte, com seu antecessor BeOS, encontrar-se-á arquivos antigos (.zip e .pkg) que ainda podem ser instalados normalmente.

-
A seguir, sempre será mencionada a hierarquia ~/config/ da pasta Home. Se pretende compartilhar pacotes para todos os usuários (desde que o Haiku torne-se multi-usuário), deve utilizar a hierarquia de sistema de arquivos espelhada em /system/. Veja o tópico Disposição do sistema de arquivos para maiores informações.
- -

-index -Pacotes Haiku (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Os tópicos Deskbar ou LaunchBox descrevem como adicionar atalhos para a nova aplicação instalada.

-
A propósito, embora possa desempacotar um arquivo .hpkg como qualquer outro arquivo compactado, não é isto que o gerenciamento de pacotes faz ao instalar um pacote. O sistema de arquivos implícito apenas aparenta espalhar os arquivos em suas respectivas pastas, mas não há movimentação física sendo feita. Eis o porquê do instalar/desinstalar ser tão rápido e limpo.
-

Se o pacote depende de alguma outra biblioteca ou pacote, uma janela se abrirá perguntando se os arquivos necessários devem ser baixados e instalados.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Antigos arquivos BeOS (.zip e .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Aplicativos do Haiku

-

O Haiku vem com um conjunto de aplicativos pequenos mas principalmente essenciais. Encontre-os em /boot/system/apps/. Aplicativos que não são normalmente carregados com um clique duplo no arquivo de dados (por exemplo o ShowImage para arquivos de imagem) podem ser encontrados no menu Aplicativos do Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconMonitor de Atividade Uma ferramenta para rastrear os recursos do sistema, como uso da CPU e da memória.
iconGerenciador de Inicialização Uma ferramenta para instalar um menu de inicialização no Master Boot Record (MBR) de um dispositivo de armazenamento.
iconMapa de Caracteres Um aplicativo que mostra o mapa de caracteres Unicode.
iconCodyCam Uma ferramenta para regularmente enviar imagens de uma câmera web para um servidor.
iconDebugger A graphical debugger.
iconCalculadora de Mesa Uma calculadora.
iconAnalisador de Disco Um editor hexadecimal para arquivos e dispositivos.
iconUso do Disco Uma ferramenta para visualizar a utilização de um disco de armazenamento.
iconConfiguração de Disco Uma ferramenta de particionamento de disco rígido.
iconExpansor Uma ferramenta para descompactar fichários comuns.
iconDepósito Haiku A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Mático Um aplicativo pra criar ícones vetoriais do Haiku.
iconInstalador Ferramenta para instalar o Haiku numa partição.
iconAmpliar Uma visão ampliada da área ao redor do ponteiro do mouse.
iconCorreio Um cliente de email.
iconMediaPlayer Um tocador para todos os arquivos de áudio/vídeo suportados.
iconTocador de Midi Um player pra arquivos MIDI.
iconInstalador de Pacotes Instalador de pacotes do BeOS no formato PKG.
iconPessoas Um gerenciador de contatos.
iconPobre Homem Um servidor web simples.
iconCaptura de Tela Uma ferramenta para gerar capturas de tela.
iconMostra de Imagem Um visualizador de imagens simples.
iconGravador Uma ferramenta para gravar áudio de uma entrada line-in ou de um microfone. [faltando]
iconStyledEdit Um editor de texto simples.
iconTerminal Acesso ao bash.
iconPesquisa de Texto Uma ferramenta de busca para arquivos de texto.
iconTV Visualisador para TV analógica. [faltando]
iconWebPositive Um navegador web nativo.
- -

-index -Aplicativos do Haiku em linha de comando

-

Além das ferramentas normais de linha de comando que vêm com o shell bash ou são necessários para a conformidade com o POSIX, existem uns poucos aplicativos de linha de comando específicos do Haiku dignos de menção. Estes comandos são frequentemente úteis para scripting, veja também o tópico Bash e Scripting.

- - - -
iconLista de todos os aplicativos de linha de comando
iconAplicativos de linha de comando específicos do Haiku
- -

-index -Aplicativos inclusos

-

Além dos programas listados acima, os quais são todos mantidos pelo projeto Haiku, existem uns poucos aplicativos essenciais empacotados em um sistema Haiku padrão. Erros e solicitações de funcionalidades devem ser registrados junto aos mantenedores particulares.

- - - - - - - - - - - -
iconBePDF Um visualizador de arquivos PDF.
iconPe Um editor de texto avançado com coloração de sintaxe e muito mais.
iconVision Um cliente de IRC.
iconWonderBrush Programa gráfico da YellowBite.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/activitymonitor.html b/docs/userguide/userguide/pt_BR/applications/activitymonitor.html deleted file mode 100644 index 9e2d54cc4d..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/activitymonitor.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Monitor de Atividade - - - - - - - - -
-
- -

activitymonitor-icon_64.pngMonitor de Atividade

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/ActivityMonitor
Definições:~/config/settings/ActivityMonitor settings
-


-

Você pode acompanhar os recursos do sistema com o Monitor de Atividade e ativar diferentes itens de interesse.

-activitymonitor.png -

Ao clicar com o botão direito do mouse dentro da janela, pode-se alternar a exibição de todos os tipos de recursos:
-Memória Utilizada/Armazenada, Espaço de Troca, Utilização da CPU, Recebimento/Envio via Rede, Falhas de página, Semáforos, Portas, Tarefas, Times, Aplicativos em Execução, Tamanho da Área de Transferência de dados brutos/texto, Nós de Mídia.

-

Abaixo o gráfico é uma legenda (ocultável a partir do menu de contexto). Pode-se mudar as cores, inclusive do fundo do gráfico, via arrastar e soltar de qualquer seletor de cores, por exemplo do Icon-O-Mático.

-

Pode-se adicionar mais visualizações a partir do menu Arquivo se ele ficar muito cheio.

-

O menu Definições abre uma caixa de diálogo para definir o intervalo de atualização.

-

Cada visualização tem sua própria alça Replicante e pode assim ser organizada, por exemplo, na Área de Trabalho.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/bepdf.html b/docs/userguide/userguide/pt_BR/applications/bepdf.html deleted file mode 100644 index d1da24d866..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/bepdf.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/BePDF/BePDF
Documentação:/boot/system/apps/BePDF/docs/*
Definições:~/config/settings/BePDF
-


-

BePDF é um visualizador de PDF de carregamento rápido. Além de visualizar, ele suporta anotação e marcadores definidos pelo usuário para PDFs não encriptados. É totalmente traduzido para 20 idiomas até o momento, com idiomas adicionais sendo facilmente acrescentados através de arquivos de texto.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/bootmanager.html b/docs/userguide/userguide/pt_BR/applications/bootmanager.html deleted file mode 100644 index f65e24fa4c..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/bootmanager.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - Gerenciador de Inicialização - - - - - - - - -
-
- -

bootmanager-icon_64.pngGerenciador de Inicialização

- - - - -
Deskbar:nenhuma entrada, normalmente inicia a partir do menu Ferramentas do Instalador
Localização:/boot/system/apps/BootManager
Definições:nenhum
Cópias de segurança do MBR são salvos por padrão em ~/config/settings/bootman/
-


-

Se não adicionou a partição do Haiku a um gerenciador de inicialização pré-existente como o GRUB, o Gerenciador de Inicialização pode instalar um pequeno menu de inicialização na Master Boot Record (MBR) que mostra algo como isto:

-bootmenu.png -
O Gerenciador de Inicialização não é ainda suficientemente testado e tem algumas restrições que causarão problemas se não forem atendidas: o menu só pode ser instalado no primeiro disco rígido e tem que haver um espaço de 2 KB após a MBR.
-

O Gerenciador de Inicialização o guia através do processo de instalação do menu de inicialização.

-

-index -Escolhendo o disco de destino

-bootmanager-1.png -

O Gerenciador de Inicialização começa com uma lista de todos os dispositivos de armazenamento disponíveis dos quais pode-se escolher o destino. Se já existe um menu de inicialização naquele dispositivo, o botão Desinstalar torna-se ativo, conduzindo-o através de um procedimento simples para restaurar um antigo MBR salvo, assim removendo o menu de inicialização novamente.
-Caso contrário, escolha Instalar para continuar.

-

-index -Criando uma cópia de segurança da Master Boot Record (MBR)

-

No caso de alguma coisa dar errado ou desejar remover o menu de inicialização novamente, a Master Boot Record (MBR) é agora salva. Este é obviamente um passo muito importante, assegure-se de não sobrescrever acidentalmente alguma outra cópia de segurança da MBR talvez de alguma experiência recente, por exemplo!

-bootmanager-2.png -bootmanager-3.png -

Apenas selecione um destino para o arquivo da cópia de segurança "MBR" ou deixe o caminho padrão. Após clicar em Próximo receberá uma confirmação se a cópia foi gerada com sucesso.

-

-index -Configurando o menu de inicialização

-bootmanager-4.png -bootmanager-5.png -

A seguir é apresentada uma lista de todas as partições do dispositivo de destino. Next you're presented with a list of all partitions on the destination drive. Ao selecionar as caixas de verificação decide-se quais entradas irão aparecer no menu de inicialização; as caixas de texto permitem renomear uma entrada.

-

Após isso, selecione do menu pop-up qual partição será inicializada por padrão e defina um tempo limite com o botão deslizante abaixo. Aqui, "Imediatamente" irá pular o menu de inicialização inteiramente, "Nunca" irá parar no menu de inicialização. Pode-se passar por cima da definição de tempo limite segurando ALT enquanto inicializa.

-

-index -Gravando o menu de inicialização

-bootmanager-6.png -bootmanager-7.png -

Antes do menu de inicialização ser gravado na MBR, é mostrado um resumo da sua configuração e então uma última chance de abortar a operação. Não se preocupe, uma vez que mantenha a cópia de segurança da MBR a salvo, poderá facilmente reverter as mudanças. Caso as coisas fiquem completamente estragadas, poderá sempre inicializar a partir de um CD ou pendrive USB de instalação do Haiku e recuperar a MBR com o Gerenciador de Inicialização.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/cdplayer.html b/docs/userguide/userguide/pt_BR/applications/cdplayer.html deleted file mode 100644 index 2cdf4a14f4..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/cdplayer.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDPlayer

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/CDPlayer
Definições:~/cd/* - Armazena detalhes relativos a todos os CDs identificados
-


- -


-cdplayer.png -

A utilização é basicamente o que é esperado dos botões de controle apresentados.
-Ative o botão Repeat à esquerda de Shuffle para repetir todo o CD.

-

Se você precisar de mais opções de controle como listas de execução, experimente utilizar o MediaPlayer.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/charactermap.html b/docs/userguide/userguide/pt_BR/applications/charactermap.html deleted file mode 100644 index c91d1f430a..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/charactermap.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Mapa de Caracteres - - - - - - - - -
-
- -

charactermap-icon_64.pngMapa de Caracteres

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/CharacterMap
Definições:~/config/settings/CharacterMap settings
-


-

O Mapa de Caracteres mostrará ao usuário o código UTF-8 de cada caractere que uma fonte suporta.

-charactermap.png -

À esquerda temos os blocos padronizados, junto com uma função de filtro acessível. Opcionalmente, pode-se escolher também Mostrar blocos privados do menu Ver. A direita mostra os caracteres reais nesses blocos, usando a fonte especificado no menu Fonte. Abaixo pode-se mudar o tamanho da fonte. E mais abaixo, os valores do caractere atualmente sob o cursor do mouse é mostrado em hexadecimal, decimal e notação UTF-8.

-

Você pode arrastar e soltar um caractere diretamente do mapa de caracteres para dentro de um editor de texto ou clicar com o botão direito do mouse em um deles para então Copiar caractere (ALT C) ou Copiar como cadeia de byte de escape (SHIFT ALT C). Resultando, então, ou \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/applications/cli-apps.html b/docs/userguide/userguide/pt_BR/applications/cli-apps.html deleted file mode 100644 index 06de64ed39..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/cli-apps.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - Aplicativos em Linha de Comando - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

cli-app-icon_64.pngAplicações em linha de comando específicas do Haiku

- - -
Localização:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relacionados aos atributos: listattr, catattr, addattr, rmattr, copyattr

-

Estes comandos são utilizados para exibir, ler, adicionar e remover atributos de arquivos. Lembre-se que estes metadados são atualmente apenas disponíveis em volumes formatados em BFS. Mover arquivos para outros sistemas de arquivos irá eliminar todos os atributos!
-Todos estes comandos são descritos no tópico Atributos no Terminal.

- -

index -Relacionados ao índice: lsindex, mkindex, reindex, rmindex

-

Com estes comandos pode-se listar, gerar, reindexar e remover atributos para o indexador do BFS. Todo volume tem seu próprio índice, lembre-se disso quando copiar arquivos de um volume para outro.
-Estes comando são descritos no tópico Indexação.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Comandos de scripting úteis

-

Aqui estão umas poucas ferramentas de linha de comando que são especificamente úteis para scripting (veja também o tópico Bash e Scripting).

- - - - - - - - - - -

alert

alert evoca a janela típica de alerta com um ícone predefinido, texto explicativo e até três botões. Ela irá retornar o título do botão pressionado e um status de saída (comaçando com 0). Por exemplo, isto pe feito da linha:

-
alert --idea "FantasticApp(tm) installado com sucesso!
-Gostaria de um atalho para ele?" "Na Área de Trabalho" "No Deskbar" "Não, obrigado"
-

cli-alert.png

-

filepanel

filepanel exibe uma caixa de diálogo de abrir ou salvar arquivo e permite ao usuário escolher um arquivo ou localidade. Como um valor de retorno obtém-se o arquivo escolhido ou o caminho da pasta. Existem muitos parâmetros disponíveis, por exemplo para definir um diretório inicial, um título de janela, um nome padrão ao salvar ou restrições para os tipos de arquivos permitidos. Este é um exemplo de

-
filepanel -s -t "Salve seu arquivo de log" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query é a versão em linha de comando da janela Procurar. Na verdade, uma maneira rápida para gerar o termo de pesquisa é construir uma consulta na janela Procurar, converter para por fórmula, adicionar aspas duplas (") no início e no fim e colar a sequência inteira após o comando query no Terminal ou no seu script.

-

waitfor

waitfor é uma maneira elegante de aguardar por um aplicativo particular ou tarefa ser iniciado ou até ter terminado.

-
- -

index -Outros comandos

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink pode instalar um ícone para qualquer arquivo, pasta, consulta ou aplicativo na bandeja do Deskbar. Ele também oferece a opção de prover um menu de contexto quando clicar com o botão direito do mouse em um ícone para executar ações especiais. Como um exemplo, tente isto para adicionar o aplicativo de linha de comando screenshot com várias opções (a "\" na primeira linha é apenas para a quebra de linha no Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage permite registrar um arquivo regular como um dispositivo de disco. Por exemplo, pode-se registrar uma imagem anyboot do Haiku, montá-la no Rastreador e copiar, editar ou remover arquivos lá antes de usá-la como fonte no Instalador.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open é uma pequena ferramenta muito prática. Com ela abre-se qualquer arquivo com seu aplicativo preferido, ou inicia um aplicativo específico pela sua assinatura sem a necessidade de conhecer seu caminho exato. Ela também trabalha com URLs e até com os diretórios "virtuais" . para o diretório atual e .. para o superior, abrindo a pasta no Rastreador.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/codycam.html b/docs/userguide/userguide/pt_BR/applications/codycam.html deleted file mode 100644 index adce5b9b8f..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/codycam.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/CodyCam
Definições:~/config/settings/codycam
-


-

Com a CodyCam você tira fotos em um intervalo específico de uma câmera web conectada ou qualquer outro dispositivo de entrada de vídeo e salva através de FTP.

-My very temporarily installed cam in Dartmoor National Park. -

À esquerda, abaixo da previsão, defina o nome do arquivo que receberá um número crescente para cada foto tirada. To the left under the preview, you set the filename that'll be suffixed with an increasing number for every picture taken. Abaixo decida em que formato de arquivo e velocidade relativa as fotos serão tiradas.

-

À direita escolha entre FTP ou sFTP (se SSH estiver disponível) e forneça os dados necessários para salvar as imagens em um servidor.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_BR/applications/debugger.html b/docs/userguide/userguide/pt_BR/applications/debugger.html deleted file mode 100644 index 62391f4c3d..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/debugger.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/pt_BR/applications/deskcalc.html b/docs/userguide/userguide/pt_BR/applications/deskcalc.html deleted file mode 100644 index fe90f425d0..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
- -

deskcalc-icon_64.pngCalculadora de Mesa

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/DeskCalc
Definições:~/config/settings/DeskCalc_settings
-


-

DeskCalc é uma calculadora simples que não obstante tem algumas funcionalidades interessantes que não são aparentes à primeira vista.

-deskcalc.png -
    -
  • A Calculadora de Mesa entende muito mais do que seu simples teclado sugere.
    -Além dos operadores , -, *, /, %, ^ e das constantes pi e e as seguintes funções matemáticas são suportadas:
    -acos, asin, atan, atan2, cbrt,ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Clicar com o botão direito do mouse oferece estas opções:

    - - - - - - -
    Habilitar Num Lock ao iniciarAutomaticamente ativa o bloqueio de número quando carregar a Calculadora de Mesa.
    Radianos/GrausAlterna entre "rad" e "deg" como unidade de medida angular.
    CompactoALT 0Um modo de visão mínimo que oculta o teclado.
    BásicoALT 1O visual padrão da Calculadora de Mesa.
    CientíficoALT 2Mostra botões adicionais para cálculos avançados.
  • -
  • Quando se trata da entrada de dados do usuário, a Calculadora de Mesa é bastante tolerante:
    -/, :, \ são todos interpretados como operadores de divisão,
    -*, x são símbolos válidos para multiplicação.
    -Além disso, esteja ciente que . e , são ambos considerados pontos flutuantes, o que significa que não devem ser usados como separadores de 1000.

  • -
  • É possível redimensionar a calculadora até que atenda as suas necessidades e então colocá-la como um Replicante para o Desktop via arrastar e soltar do símbolo no canto inferior direito. Certifique-se de que a opção Exibir replicantes está ativada no Deskbar.

  • -
  • O teclado pode ser colorido com o arrastar e soltar de qualquer fonte de cor, por exemplo do Icon-O-Matic.

  • -
  • Pode-se mover para cima e para baixo no histórico de cálculos anteriores com e .

  • -
  • É possível selecionar conteúdos do DeskCalc e arrastar e soltá-los dentro de qualquer aplicação. Ou soltá-los dentro de uma janela do Rastreador (Tracker) ou sobre a Área de Trabalho e um arquivo de texto com aquele recorte é criado lá.

    -

    Ainda melhor, o inverso também é possível:
    -Criar recortes como descrito em vários estágios do cálculo, voltar a eles pelo arrastar e soltar e devolvê-los ao DeskCalc.
    -Ou arrastar e soltar um cálculo diretamente de um correio eletrônico para o DeskCalc.

  • -
  • DeskCalc pode ser usado no Terminal. Apenas ponha a expressão em aspas duplas, como aqui:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.6536554673202546181795194727005826674359494735820338441084848
    -

    Nota: Usada no Terminal, a Calculadora de Mesa irá sempre usar radianos como unidade para as funções trigonométricas.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/diskprobe.html b/docs/userguide/userguide/pt_BR/applications/diskprobe.html deleted file mode 100644 index 11328e9102..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/diskprobe.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Analisador de Disco - - - - - - - - -
-
- -

diskprobe-icon_64.pngAnalisador de Disco

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/DiskProbe
Definições:~/config/settings/DiskProbe_data
-


-

O Analisador de Disco é um editor hexadecimal para ver e alterar dados de um arquivo ou num dispositivo em nível de byte. É uma ferramenta de muito baixo nível e tem portanto o potencial para realmente bagunçar as coisas se não for cuidadoso!

-
Sempre trabalhe com a cópia de segurança de um arquivo e seja extra cuidadoso quando trabalhando diretamente num dispositivo.
-

Ao iniciar o Analisador de Disco primeiro será perguntado pelo arquivo ou dispositivo a ser trabalhado. Após isso será mostrada esta interface:

-

diskprobe.png

-

A visualização principal mostra sempre um bloco de dados, o tamanho dos que pode ser ajustado com Visualizar | Tamanho de Bloco. À esquerda está o deslocamento para o início do bloco, no meio os dados como valores hexadecimais e à direita os mesmos como símbolos ASCII.
-Pode-se mover de bloco em bloco com o botão deslizante ou com ALT  e ALT  e alternar entre as colunas HEX e ASCII com TAB.

-

Bloco | Seleção não apenas exibirá a seleção com diferentes extremidades (e em hexa ou decimal, definido por Visualizar | Base), irá também interpretar a seleção como um bloco deslocado para o qual pode ser pulado. Ele ficará acinzentado se a posição estiver fora do arquivo/dispositivo.
-Esta é uma funcionalidade útil principalmente quando se olha para os sistemas de arquivos, como eles frequentemente contém ponteiros para outros blocos.

-

Se o arquivo que está analisando incluir atributos, o menu Atributos pode ser utilizado para abrir qualquer um deles em uma nova janela do Analisador de Disco. Aqui está o atributo SYS:PACKAGE do aplicativo Sobre o Sistema: -

diskprobe-about-attr.png

-

Dependendo do tipo de atributo, será fornecida uma guia de edição diferente junto com o sempre presente Editor Raw. Por exemplo, existem editores para sequencias e tipos MIME ou um visualizador de ícone para o atributo vectoricon.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/diskusage.html b/docs/userguide/userguide/pt_BR/applications/diskusage.html deleted file mode 100644 index 0cf8891d86..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/diskusage.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Uso do Disco - - - - - - - - -
-
- -

diskusage-icon_64.pngUso do Disco

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/DiskUsage
Definições:~/config/settings/DiskUsage
-


-

O Uso do Disco mostra graficamente como o espaço nos volumes de disco está sendo utilizado.
-Uma ferramenta útil para responder à pergunta, "Para onde foi todo o meu espaço em disco?".

-

Após carregar, o Uso do Disco mostra apenas uma janela vazia com todos os volumes montados como abas no topo. Poderá escolher aquele no qual está interessado e clicar Examinar para começar a correr pelo disco. Para discos maiores isto pode tomar algum tempo... Enquanto espera, pode mudar para uma guia diferente e começar explorando aquele volume ou começar o processo de exame lá mesmo.
-Não é recomendado começar muitos processos de exames concorrentes no mesmo disco físico, o constante reposicionamento das cabeças da unidade irá apenas aumentar a espera.

-

diskusage.png

-

Os círculos concêntricos representam diferentes níveis na hierarquia do sistema de arquivos. Acima, o círculo no centro representa a pasta /boot/home/. Cada segmento do anel imediatamente externo àquele círculo é um arquivo ou pasta sob /boot/home/. Cada segmento mais distante nos leva a um nível mais profundo na hierarquia de arquivos. Pode ser necessário redimensionar a janela para acomodar pastas muito profundas.

-
    -
  • Se a representação gráfica de um arquivo ou pasta compreende menos de dois graus de um círculo, ele é excluído da exibição.
  • -
  • O número de arquivos que é relatado para uma pasta inclui arquivos em subpastas também. Uma pasta conta como um arquivo.
  • -
  • O Uso do Disco ignora vínculos simbólicos.
  • -
-

Conforme mova o mouse sobre um segmento, informações sobre aquele arquivo ou pasta aparece na barra de status na base da janela.

-

Clicar com o botão direito do mouse em um segmento abre um menu de contexto para Obter Informações, Abrir (com Rastreador [Tracker]), Abrir com outro aplicativo adequado ou Reexaminar aquela pasta em particular.
-Clicar com o botão esquerdo do mouse um segmento faz daquele arquivo/pasta o centro do círculo.
-Clicar com o botão esquerdo do mouse o centro do círculo faz subir um nível acima.

-

Pode-se arrastar arquivos e pastas do Uso do Disco para outros aplicativos ou para a Área de Trabalho ou outra janela do Rastreador (Tracker) para copiar. Inversamente, volumes e pastas soltos na janela do Uso do Disco irá focar diretamente neles, tornando-os o novo centro do círculo.

-

Pode-se também utilizar o adicional do Rastreador a partir do menu de contexto de qualquer pasta para iniciar o Uso do Disco com aquele local em particular.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/drivesetup.html b/docs/userguide/userguide/pt_BR/applications/drivesetup.html deleted file mode 100644 index 7a21654b97..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/drivesetup.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Configuração de Unidade - - - - - - - - -
-
- -

drivesetup-icon_64.pngConfiguração de Unidade

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/DriveSetup
Definições:~/config/settings/DriveSetup
-


-

Configuração de Unidade é uma ferramenta para criar, excluir e inicializar partições. Neste momento ela não pode redimensionar ou mover partições existentes, então será preciso ou um volume não particionado (talvez uma unidade USB externa ou outro disco rígido) ou realizar uma configuração inicial com uma ferramenta como o GParted LiveCD para obter espaço para outra partição.

-drivesetup.png -

No topo está uma representação gráfica de todas as partições dentro do dispositivo escolhido na lista abaixo dela. Além de um máximo de 4 partições primárias, cada uma delas pode conter um número de partições extendidas/lógicas. Pode ser necessário expandir esta lista com o widget +/- que aparece, neste caso, na frente do dispositivo para ver mais detalhes de cada partição lógica.

-

Pode-se selecionar uma partição da lista e montá-la ou desmontá-la com os comandos do menu Partição ou pressionando ALT M ou ALT U.

-

Também é possível excluir completamente uma partição com Partição | Excluir.
-O que nos traz isso:

-
Lidar com a criação/exclusão/inicialização de partições é um negócio muito perigoso. Sempre cheque duas vezes para ter certeza de que está fazendo certo e sempre mantenha uma cópia de segurança atualizada de seus dados no caso de algo sair errado!
-

-index -Criando uma nova partição

-
Se planeja usar o disco inteiro como uma partição, por exemplo um pendrive USB ou um cartão Compact Flash, pode pular a criação de uma partição e proceder direto para a Inicialização.
-

Quando encontrar espaço não formatado na unidade, como acima <empty>, pode criar uma nova partição neste espaço com Partição | Criar...(ALT C).

-drivesetup-create.png -

Aparecerá esta caixa de diálogo que permite ajustar o tamanho e o tipo da partição. Escolha Be File System se deseja usar a partição para uma instalação do Haiku ou se deseja utilizar todas as interessantes funcionalidades do Haiku nela, como atributos e consultas. Observe que outros sistemas operacionais podem não ser capazes de acessar a partição.

-

Caso tenha criado uma partição primária ao invés de apenas outra partição extendida/lógica dentro de uma, o diálogo abaixo também exibe uma caixa de verificação Partição ativa. Deverá marcá-la, caso utilize aquela partição para inicializar uma instalação Haiku.

-

Antes que possa utilizar, ou mesmo monte a partição recentemente criada, ela tem que ser inicializada com um sistema de arquivos.

-

-index -Inicializando uma partição

-

Apenas partições desmontadas podem ser inicializadas utilizando o menu Partição | Inicializar.

-drivesetup-initialize.png -

Aqui define-se o nome da partição e o tamanho de seus blocos. 2048 bytes por bloco são recomendados, mas pode-se escolher tamanhos maiores ou menores se tiver essas necessidades muito específicas.
-A inicialização irá destruir todos os dados naquela partição!

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/expander.html b/docs/userguide/userguide/pt_BR/applications/expander.html deleted file mode 100644 index c8c5bdc35f..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/expander.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Expansor - - - - - - - - -
-
- -

expander-icon_64.pngExpansor

- - - - -
Deskbar:Nenhuma entrada, normalmente carregado através do duplo clique em um arquivo suportado.
Localização:/boot/system/apps/Expander
Definições:~/config/settings/Expander_Settings
-


-

O Expansor é uma pequena ferramenta que permite a descompactação rápida dos formatos de arquivo mais comuns, tais quais zip, gzip, bzip2, rar e tar.gz.
-Apenas dê um clique duplo em um arquivo compactado para ver esta simples janela:

-

expander.png

- - - - -
OrigemALT Oabrirá um diálogo de arquivo para localizar um item compactado para descompactar.
DestinoALT Dabrirá um diálogo de arquivo para definir o destino.
DescompactarALT Einiciará a descompactação. Pode ser abortado com ALT K.
-

Pode-se alternar a exibição da lista de arquivos (des)marcando Mostrar conteúdo ou pressionando ALT L.

-
O Expansor pode apenas descompactar itens inteiros.
-Não é possível selecionar arquivos individuais para expandir ou adicionar/remover arquivos do item compactado.
-

Definições | Definições... ou ALT S abre uma caixa de diálogo de preferência que oferece algumas definições úteis para ajustar o comportamento do Expansor.
-As opções são todas auto-explicativas:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/haikudepot.html b/docs/userguide/userguide/pt_BR/applications/haikudepot.html deleted file mode 100644 index f5ac2c060f..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/haikudepot.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Depósito Haiku - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngDepósito Haiku

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/HaikuDepot
Definições:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/icon-o-matic.html b/docs/userguide/userguide/pt_BR/applications/icon-o-matic.html deleted file mode 100644 index 2f68758ff3..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/icon-o-matic.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - Icon-O-Mático - - - - - - - - -
-
- - - - -
Índice
Bitmap BeOS versus ícones vetoriais Haiku
- Ícones são atributos
- Criando ícones com o Icon-O-Mático
- Caminho
- Forma
- Estilo
- Transformador
- Salvando um ícone
- Dicas & Truques
- -

icon-o-matic-icon_64.pngIcon-O-Mático

- - - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Icon-O-Matic
Definições:~/config/settings/Icon-O-Matic
- -


- -

Antes de tratarmos sobre a real criação de ícones no Icon-O-Mático, umas poucas palavras sobre ícones no Haiku em geral.

- -

-index -Bitmap BeOS versus ícones vetoriais Haiku

-

Ao contrário do BeOS, o Haiku utiliza ícones vetoriais ao invés de ícones de mapa de bits. Um Formato de Ícone Vetorial do Haiku (HVIF) especial foi desenvolvido para ser altamente otimizado para tamanhos de arquivo pequenos e renderização rápida. Eis o porquê de nossos ícones serem a maioria muito menores do que um mapa de bits ou o largamente usado formato SVG. Também, diferente dos ícones em mapa de bits do BeOS, o Haiku não é limitado a uma paleta de 8 bits (256 cores).
-Tomemos este ícone do Terminal, por exemplo:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Observe que o BeOS utilizou duas versões de um ícone, um de 16x16 e um de 32x32, para obter bons visuais nos modos Lista e Visão de Ícone.

-

Este truque não é necessário com ícones vetoriais. Além de apenas ocupar umas poucas centenas de bytes em um arquivo, ícones vetoriais também se amplia muito melhor do que mapas de bits. (Observação: o BeOS oferecia apenas exibições em 16x16 e 32x32.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vetori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Ícones são atributos

-

Ícones são armazenados como atributos de seus arquivos. Contudo, isso não significa que todo arquivo tenha que ter seu atributo para aparecer com um ícone na janela do Rastreador: arquivos de dados herdam seus ícones de seus tipos de arquivos. Para mudar globalmente o ícone do tipo de arquivo utiliza-se as preferências dos Tipos de Arquivos. Se apenas deseja adicionar um ícone especial a um arquivo individual, utilize o Adicional de tipo de arquivo alternativamente. Veja o tópico Tipos de arquivos para maiores informações.

-
Sendo um atributo, considere que apenas sistemas de arquivos com suporte a metadados podem reter um ícone individual de arquivo. Então, se mover arquivos fora de seu volume BFS, considere compactá-los juntos para não perder ícones ou outros atributos.
- -

-index -Criando ícones com o Icon-O-Mático

-

Icon-O-Mático é o editor de ícones do Haiku que salva seu trabalho como HVIF, SVG ou PNG. O ícone pode ser também diretamente anexado como atributo a um arquivo existente ou exportado como um recurso ou arquivo fonte utilizado por desenvolvedores. Uma vez que o aplicativo foi construído para o formato HVIF otimizado, sua utilização reflete os funcionamentos internos deste formato.

-

Diferente do seu software normal de gráficos vetoriais, não lida com objetos separados onde cada qual inclui todas as suas propriedades específicas, como caminho, largura do traço, cor do traço e do preenchimento, etc. Antes, monta seus objetos ("formas") de caminhos e cores compartilhados ("estilos") e define certas propriedades. Esta reutilização de elementos é um segredo da eficiência do HVIF. Já que impõe algumas restrições ao criador de ícones, existem umas poucas vantagens, também.
-Por exemplo, pelo reuso de um caminho, muitos objetos podem ser modificados juntos pela manipulação deste único caminho. Pense em um objeto e sua sombra. Modificar seu caminho compartilhado alterará o objeto em si e automaticamente sua (talvez ligeiramente distorcida/traduzida) sombra.

- -

Eis aqui uma visão rápida da janela do Icon-O-Mático:

-i-o-m-overview.png - -

para criar qualqure objeto visível na tela, é preciso uma forma com um caminho e um estilo. Convenientemente, pode-se criar um, dois ou todos os três juntos a partir do menu Forma. Toda espécie de objeto (Caminhos, Formas, Transformadores e Estilos) tem um menu acima de sua lista de elementos, oferecendo vários comandos. Todo elemento tem certas opções que são definidas na visão de Propriedades.

- - -

-index -Caminho

-

Um caminho consiste de diversos pontos os quais são conectados com linhas ou curvas de Bezier. Para adicionar ou alterar pontos, certifique-se de que o caminho esteja selecionado na lista de caminhos.

- -

Simplesmente clicar na tela definirá o primeiro ponto. Enquanto estiver definindo um ponto, decida se a linha resultante será reta ou curva: um simples clicar e soltar produz uma linha reta, segurar o botão do mouse e movê-lo irá arrastar as alças de uma curva de Bezier. Naturalmente, pode-se também alterá-lo mais tarde.

- -i-o-m-path-ab - -

Para ir de "A" para "B", transforme alguns pontos de pontos de ângulo para pontos de curva. O que é feito apertando ALT enquanto clica em um ponto e arrasta suas alças. Isto resulta em um Bezier simétrico: a segunda alça segue o movimento da outra. Se necessita mover as alças independentemente, novamente clique e arraste uma alça Bezier enquanto aperta ALT.
-Inversamente, para fazer de um Bezier umponto de ângulo, aperte ALT e clique em um ponto.

- -

Para mover um ponto, simplesmente clique nele e arraste. Para selecionar mais de um ponto, aperte SHIFT e desenhe um retângulo de seleção. Pontos selecionados são marcados com uma borda vermelha ao invés do preto usual.
-Para inserir um ponto num caminho, clique na linha de conexão entre dois pontos.
-Pontos selecionados são eliminados pressionando DEL ou clicando em qualquer ponto enquanto aperta CTRL.

- -

O ponteiro do mouse indica o modo atual:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Mover ponto(s)Inserir pontoAdicionar pontoEliminar ponto
CTRL
Ângulo↔Bezier
ALT
Selecionar pontos
SHIFT
-

Pode-se convocar um menu de contexto ao clicar com o botão direito do mouse em um ponto ou em uma seleção de pontos:

- - - - - - -
Selecionar tudoALT ASeleciona todos os pontos do caminho atual.
TransformarTPõe todos os pontos selecionados em uma caixa de transformação, então pode-se mover, redimensionar e rodá-los juntos. Ele trabalha apenas com formas, descritas mais adiante.
DividirDivide pontos selecionados em dois, um acima do outro.
GirarGira pontos selecionados em 180º. Apenas surte efeito em pontos Bezier.
RemoverDELElimina pontos selecionados.
- -

Menu Caminho

-

O menu Caminho oferece umas poucas entradas óbvias para Adicionar retângulo e Adicionar círculo ou para Duplicar ou Remover uma caminho. Aqui estão algumas outras que podem necessitar de um pouco mais de explicação:

- - - - - - -
ReverterSe seu caminho não está "fechado" (veja Propriedade de Caminho abaixo), um clique na tela sempre cria um novo ponto, conectando-o com o último. "Reverter" irá, ao invés disso, reverter esta ordem e seu novo ponto será conectado ponto inicial.
LimparMuito útil com SVGs importados, esta função removerá pontos redundantes.
Girar indicadores para a direitaALT RNa prática, isto gira a abertura de um caminho. É visualizado melhor quando utilizando um caminho não fechado com um estilo e uma forma com um transformador de linha. Agora, se seu caminho parece com um ⊂ ele girará desta forma: ⊂ ∩ ⊃ ∪.
Girar indicadores para a esquerdaALT SHIFT RFaz o mesmo na direção contrária.
- -

Propriedades do Caminho

-

Propriedades na parte inferior esquerda da janela oferecem todas as definições disponíveis do objeto atualmente selecionado. Uma caminha possui apenas duas: um Nome e se ela está Fechada ou não.

- - -

-index -Forma

-

Uma forma agrupa um ou mais caminhos com um estilo. Na prática, é o objeto que realmente se vê na tela. O agrupamento é feito com as caixas de seleção na frente dos caminhos e estilos: Apenas selecione sua forma e selecione o(s) caminho(s) desejado(s) e um estilo.

-

Uma forma define como um caminho e estilo é aplicado, por exemplo se o objeto é preenchido ou apenas contornado (o que é feito pelos Transformadores utilizados na forma, veremos isso mais tarde). Além disso, uma forma pode ser movida, rotacionada ou redimensionada sem mexer no caminho utilizado. Assim, pode-se reutilizar e obter formas diferentes, embora relacionadas.

- -i-o-m-shape - -

Quando uma forma é selecionada de uma lista, um retângulo é desenhado ao redor dela. Dependendo de onde exatamente o segura, a forma é movida, redimensionada ou rotacionada ao redor de um ponto em seu centro, o qual pode ser movido. Segurar SHIFT irá travar a direção enquanto move, limita a rotação a ângulos de 45° e restringe a taxa de amostragem enquanto redimensiona. O ponteiro do mouse novamente indica o modo atual:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoverRedimensionarRotacionarMover
ponto de rotação
- -

As formas ficam no topo umas das outras, cada qual em sua própria camada, caso deseje. Para reordená-los, arraste e solte suas entradas para uma diferente posição na lista.

- -

Menu Forma

-

O menu Forma oferece a já mencionada possibilidade de Adicionar vazio, com caminho/estilo/caminho & estilo e de Duplicar ou Remover uma forma. Então, existe:

- - - -
Desfazer transformaçãoReverte todas as transformações de deslocamento, redimensionamento e rotação que tenham sido aplicadas à forma.
Congelar transformaçãoQuando se transforma uma forma, seu(s) caminho(s) atribuído(s) permanece(m) em sua(s) posição(ões) original(is). Isto pode ser proposital; talvez mais de uma forma esteja utilizando aquele caminho, talvez você intencionalmente usou Opções | Alinhar à grade para definir os pontos em bordas com precisão de pixel.
-Se não, "Congelar transformação" irá plicar a transformação de forma atual para o(s) caminho(s) atribuído(s). Um futuro "Desfazer transformação" irá então voltar a este novo estado.
- -

Propriedades de Forma

-

Além de um Nome, a visão de Propriedades para uma forma tem estas opções:

- - - - -
Min LODMínimo Nível de Detalhe
Max LODMáximo Nível de Detalhe
- -
Nível de Detalhe (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Viu como não existem números na versão 16px do ícone BeVexed? isto é feito com a definição de "Nível de Detalhe" de suas formas.
-Com o LOD controla-se a visibilidade de uma forma dependendo de seu tamanho. Daquela maneira, pode-se deixar de lado detalhes de um ícone que parecem bons num ícone maior, mas talvez nem tento em sua versão menor.

-

Eis como ele funciona: Um LOD de 1.0 é definido como um ícone de tamanho 64px. Para obter o LOD de um tamanho de ícone em particular simplesmente divida-o por 64, por exemplo um ícone de 16px tem um LOD de 16/64 = 0.25. Uma forma não será visível abaixo do seu Min LOD e acima do seu Max LOD.

-

Então, se definir um Min LOD de uma forma para 0.0 e o Max LOD para 0.5, significa que a forma será apenas visível para tamanhos de ícone menores ou igual a 32px. Se quiser excluir o tamanho de ícone de 32px, tem que permanecer abaixo de 0.5, como 0.49.

-

O LOD não é apenas para deixar de fora formas de detalhes, mas também para, por exemplo, alterar a largura da linha em diferentes tamanhos, caso julgue necessário. Simplesmente duplique uma forma, faça suas alterações e defina ambas as definições de LOD para exibir também um ou outro. Aqui reside a única fonte de confusão potencial, quando involuntariamente sobrepor LODs de formas, e pensar porque em alguns tamanhos ambos são visíveis...
-Por exemplo, se a Forma 1 era pra ser exibida abaixo de 48px e a Forma 2 a partir de 48px pra cima (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNada OK!
Forma 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Forma 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Estilo

-

Um estilo pode também ser uma cor sólida ou algum tipo de gradiente.
-Além das cores predefinidas em Amostras, pode-se criar suas próprias clicando na cor atual. Também, observe o botão deslizante sob o espectro de cores o qual define o canal alfa (transparência).

-i-o-m-gradients -

Crie rapidamente um novo estilo misturando suas cores e simplesmente arrastando e soltando-o dentro da lista de estilos.

-

Se for para um gradiente, defina o tipo (Linear, Radial, Diamante, Cone) e então defina as cores iniciais e finais. Isto é feito com um arrastar e soltar de um balde de cor dentro do respectivo indicador de cor sob o gradiente.
-Naturalmente pode-se mover estes indicadores para alterar o gradiente ao seu gosto. Pode-se também inserir mais indicadores para adicionar mais cores pelo duplo clique no gradiente. Pressionar DEL remove o indicador selecionado.

-

Pode-se mover, redimensionar e rotacionar a caixa de representação de um gradiente na tela até ela atender suas necessidades. Isto funciona justo como nas formas.

- -

Menu de Estilo

-

O menu Estilo oferece as entradas usuais para Adicionar, Duplicar ou Remover um estilo e para Desfazer transformação.

- -

Propriedades de Estilo

-

O Nome é a única Propriedade de um estilo.

- - -

-index -Transformador

-

Uma forma pode ter Transformadores os quais alteram sua aparência. Os efeitos, contudo, são mais sutís que um caminhão se transformando em um robô de batalha...

- -

Menu Adicionar Transformador

- - - -
ContornoAdiciona um contorno à forma.
LinhaDesenha o caminho de uma forma ao invés de preenchê-lo com um estilo.
- -

Dependendo do tipo de Transformador, obterá um conjunto diferente de propriedades.

- -

Propriedades de Transformador

-

Além de um Nome e a atual Largura para o transformador, a visão de Propriedades tem estas (dependendo do seu tipo, diferindo levemente) opções:

- - - - - -
PonteirasApenas Linhas. Define as ponteiras finais de uma linha: Coronha, Quadrado ou Redondo.
Detectar orientaçãoApenas no Contorno. Determina se o contorno está do lado de dentro ou do lado de fora do caminho.
JuntarDefine como as linhas são unidas a um ponto: Mitra, Redondo ou Chanfrado.
Limite de Mitraapneas quando o Juntar acima é definido para "Mitra", esta definição influencia o visual da junção mitra.
- - -

-index -Salvando um ícone

-

Existe a sua já conhecida barra de menu no topo, Arquivo, Editar, Opções. A utilização é totalmente auto-explicativa, portanto iremos apenas ver como salvar seu trabalho.

-

Arquivo | Salvar como... salvará num formato especial do Icon-O-Mático que retém informação como os nomes dos caminhos, formas e estilos. Estes serão removidos do ícone atual uma vez que seja exportado para o espaço de armazenamento. É uma boa ideia fazer uma cópia de segurança de seu trabalho, porque sem objetos nomeados, tudo é nomeado como "<path>/<shape>/<style>", o que torna tediosas alterações específicas.

- -

Arquivo | Exportar como... abre uma caixa de diálogo salvar com um menu pop-up de formato de arquivo na base, oferecendo estas opções:

- - - - - - - - - -
HVIFFormato de Ícone de Vetor do Haiku
HVIF RDefSalva como recurso utilizado por programadores
código fonte HVIFSalva como código fonte utilizado por programadores
SVGSalva como SVG
PNGSalva como um PNG de 64px de tamanho
conjunto PNGSalva como PNGs de 16, 32 e 64px de tamanho
atributo BEOS:ICONEscolhe um arquivo e define seu atributo de ícone diretamente
atributo META:ICONEscolhe um arquivo e anexa o ícone como meros metadados
- - -

-index -Dicas & Truques

-

Mantenha em mente umas poucas coisas quando trabalhar com o Icon-O-Mático e algumas dicas gerais para sua utilização:

-
    -
  • Leia os Parâmetros para Ícones para aprender sobre importantes características dos ícones do Haiku, por exemplo perspectiva, cores e sombras.

  • -
  • Deve sempre tentar minimizar o uso de caminhos, aqueles que são mais custosos, racionalizando o tamanho do arquivo. Reutilize caminhos onde for possível e ao invés disso trabalhe com formas manipuladas e seus transformadores. O uso inteligente de gradientes também pode economizar espaço.

  • -
  • Onde for possível, deve ativar Alinhar à grade a partir do menu Opções quando editar caminhos. Pontos de caminho alinhados com a grade de 64x64 pixels utiliza menos espaço de armazenamento. Também poderá obter o visual mais crespo se os pontos forem definidos nas bordas de pixel exatas. Por exemplo, é importante alinhar os contornos mais proeminentes com a grade de 16x16.

  • -
  • Confira a pré-visualização para ver se seu ícone ainda aparenta bem em 16x16. Poderá querer utilizar as definições de Nível De Detalhe descritas na seção Formas.

  • -
  • Existe um modo fácil para produzir letras, mesmo que o Icon-O-Mático não ofereça uma ferramenta. Apenas entre com o texto em um editor de texto como o StyledEdit, ajuste o tipo de fonte e o estilo e arraste e solte ou copie e cole o texto selecionado dentro do Icon-O-Mático. Isto criará os caminhos e formas relacionados.

  • -
  • Se atribuir mais de um caminho a uma forma, suas áreas sobrepostas serão canceladas uma pela outra. Quando um caminho está completamente dentro de outro, ele cria praticamente um buraco na forma resultante.

  • -
  • Pode-se aproximar e afastar da tela com a roda do mouse. O panning é feito também clicando e arrastando com o botão do meio do mouse ou com um clique com o botão esquerdo e arrastar enquanto segura a tecla de ESPAÇO.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/installer.html b/docs/userguide/userguide/pt_BR/applications/installer.html deleted file mode 100644 index ff8d1cd2c5..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/installer.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Instalador - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

installer-icon_64.pngInstalador

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Installer
Definições:nenhuma
-


-

O Instalador é utilizado para copiar o Haiku em outro volume.
-Ao carregar ele exibe uma janela inicial com informações importantes. Não se trata de uma EULA inconsequente que costumamos fechar num piscar de olhos, ela declara:

-
    -
  • Este é um software de qualidade alfa. Faça cópias de segurança ou sofra as consequências!

  • -
  • O Instalador necessita de uma partição preparada. Será necessário utilizar o GParted LiveCD ou uma ferramenta similar até que o Configurador de Dispositivos do Haiku esteja maduro o bastante para lidar com esta tarefa.

  • -
  • O Haiku pode ser adicionado manualmente ao gerenciador de inicialização GRUB. Como isso é feito exatamente está descrito no guia online.
  • -
-



-

Uma vez que tenha confirmado com Continue, será apresentado à janela principal:

-installer.png -

No primeiro menu pop-up escolha a fonte para a instalação. Pode ser um Haiku atualmente instalado ou pode vir de um CD de instalação, dispositivo USB, etc.
-O segundo menu pop-up especifica o alvo para a instalação. Esta partição/volume alvo será completamente sobrescrito e deverá ser preparado previamente por uma ferramenta de particionamento como o GParted.

-

Clicando a pequena seta irá Exibir pacotes opcionais, se disponíveis, que pode-se escolher para instalar em adição ao Haiku básico.

-

Recomendamos fazer uma última verificação, se escolheu o alvo correto antes de iniciar o processo de instalação. Clique em Definir partições... para abrir a Configuração de Unidade e dar uma olhada na nomeação e disposição dos volumes e partições disponíveis.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Ferramentas

-

No fim do procedimento de instalação, a partição torna-se automaticamente inicializável. Contudo, pode acontecer que outro sistema operacional ou ferramenta de particionamento (acidentalmente) sobrescreva o setor de inicialização do seu volume Haiku. Neste caso, inicialize seu CD de instalação e inicie o Instalador. Selecione sua partição de inicialização a partir do menu Para: Por favor escolha o alvo e selecione Escrever setor de inicialização do menu Ferramentas para torná-lo inicializável novamente.

-

O outro item no menu Ferramentas é utilizado para Configurar um menu de inicialização que põe um menu no setor de inicialização para escolher que sistema operacional inicializar. Veja o tópico Gerenciador de Inicialização para mais informações.
-Não é preciso executar o Gerenciador de Inicialização se já utiliza um gerenciador como o GRUB, neste caso adicione o Haiku manualmente (ver acima), ou se o Haiku executa exclusivamente em sua máquina.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/list-cli-apps.html b/docs/userguide/userguide/pt_BR/applications/list-cli-apps.html deleted file mode 100644 index 981d87b107..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/list-cli-apps.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - - - - Lista de comandos - - - - - - - - -
-
- -

cli-app-icon_64.pngLista de todos os aplicativos de linha de comando

- - -
Localização:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Todos os aplicativos de linha de comando fornecidos com o Haiku estão em /boot/system/bin. Seus próprios aplicativos de linha de comando ou adicionalmente instalados aparecerão em ~/config/bin quando instalados a partir de um pacote .hpkg. Do contrário, ponha-os dentro de ~/config/non-packaged/bin/. Todas essas localidades são parte da variável PATH e são, portanto, automaticamente encontradas.
-Aqui está uma lista de todos os aplicativos de linha de comando que são fornecidos com o Haiku, cada qual com apenas uma descrição curta do que faz. Para informações mais detalhadas do seu uso, execute o comando com o parâmetro --help.

-


-

Índice:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Inicia o serviço para monitorar adicionais de mídia de áudio e vídeo em uso.
FirstBootPrompt Configuração de idioma e teclado.
[ Retorna verdadeiro/falso após comparar itens.

indexA

addattr Grava um atributo em um arquivo, Writes an attribute to a file, levando em conta o tipo e convertendo os valores de acordo. (específico do Haiku)
alert Exibe uma caixa de mensagem. (específico do Haiku)
arp Manipula o cache do sistema ARP.
awk Ver gawk.
base64 Codifica ou decodifica em Base64 para saída padrão.
basename Remove diretório e sufixo, opcionalmente, de uma sequência /caminho/para/nomedearquivo.
bash Bourne-again shell
bc Uma linguagem de cálculo de precisão arbitrária.
beep Toca um sino.
bunzip2 Ver bzip2.
bzip2 Compressor de arquivos.
c++ Compilador C
cal Exibe um calendário.
cat Concatena arquivos e impressões para a saída padrão.
catattr Imprime o conteúdo de um atributo de um arquivo. (específico do Haiku)
cc Compilador C
checkfs Verifica e repara o sistema de arquivos. (específico do Haiku)
checkitout Verifica fontes simplesmente com a URL de seus repositórios.
chgrp Altera propriedade de grupo de arquivos.
chmod Altera permissões de arquivos.
chop Divide um arquivo em arquivos menores.
chown Altera o proprietário dos arquivos.
chroot Executa um comando dentro de um diretório raiz especificado.
cksum Imprime o CRC checksum e a contagem de bytes de arquivos.
clear Limpa uma janela de terminal.
clockconfig Imprime a configuração do relógio.
cmp Compara arquivos byte a byte.
collectcatkeys [Sobra da mudança do locale-kit.]
comm Compara arquivos ordenados linha a linha.
compress Programa de compressão de dados
consoled Daemon de console
copyattr Copia todos ou um subconjunto de atributos de um ou mais arquivos para outro ou novo arquivo. (específico do Haiku)
cp Copia arquivos e diretórios.
csplit Divide um arquivo em pedaços separados por um padrão especificado.
ctags Gera um arquivo de índice para uma variedade de objetos de linguagem encontrados em arquivos
cut Imprime seções de cada linha de um arquivo.
date Exibe ou define a hora e data atuais.
dc Linguagem de calculadora de mesa.
dd Copia dados brutos, convertendo e formatando de acordo com operandos.
desklink Instala ítens na Deskbar. (específico do Haiku)
diskimage Registra um arquivo como dispositivo de disco, que pode então ser montado. (específico do Haiku)
df Informa o espaço livre e o utilizado de volumes montados.
diff Compara arquivos linha a linha.
diff3 Compara três arquivos linha a linha.
dircolors Configuração de cores para o ls.
dirname Remove o nome do arquivo de uma sequência /caminho/para/nomedearquivo.
draggers Exibe/define o estado de arrasto de Replicantes.
driveinfo Exibe informação de hardware.
dstcheck Exibe uma caixa de mensagem utilizada quando alternando para/de horário de verão.
du Resume a utilização de disco para cada arquivo, recorrentemente por diretórios.
dumpcatalog [Sobra da mudança do locale-kit.]
echo Exibe uma linha de texto.
egrep Ver grep.
eject Ejeta mídia removível.
env Executa um programa em um ambiente modificado.
error Imprime mensagens de erro em texto plano para dados números de erro.
expand Converte tabulações em espaços.
expr Imprime o valor de uma expressão.

F

factor Imprime fatores primos de números inteiros.
false Não faz nada, indica "insucesso" e retorna o valor "1".
fdinfo Exibe informação sobre os descritores de arquivos utilizados no sistema.
ffm Define que o foco siga o mouse.
fgrep Ver grep.
filepanel Exibe uma janela de diálogo de abrir/salvar arquivo. (específico do Haiku)
find Pesquisa por arquivos em uma hierarquia de diretório.
finddir Encontra diretórios especiais definidos pelo sistema.
fmt Reformata os parágrafos de um arquivo.
fold Quebra linhas de entrada de um arquivo.
fortune Imprime um adágio aleatório, provavelmente interessante.
frcode Chamado pelo updatedb para comprimir a lista de nomes de arquivos.
freetype-config Exibe informação de compilação e vinculação do FreeType.
fstrim Envia um comando TRIM para um dispositivo SSD.
ftp Programa de transferência de arquivos
ftpd Daemon FTP
funzip Extrai o primeiro ítem de um arquivo compactado para a saída padrão.
fwcontrol Programa de controle do FireWire
gawk Linguagem de processamente e verificação de padrões.
gdb Depurador GNU
getlimits Imprime limites dependentes de plataforma em um formato útil para scripts shell.
grep Pesquisa por um padrão.
groups Imprime a composição de grupo para cada nome de usuário.
gunzip Ver gzip.
gzexe Comprime/expande executáveis.
gzip Comprime/expande arquivos.
hd Hexdump
head Imprime as primeiras linhas de um arquivo.
hey Uma pequena ferramenta para escrever aplicativos de interface gráfica.
hostname Imprime ou define o hostname do sistema.
id Imprime a informação de usuário e grupo.
ident Identifica as palavras-chave RCS em arquivos.
ifconfig Configura uma interface de rede.
install Copia arquivos em um destino sem interromper o sistema em execução.
install-wifi-firmwares.sh Installa o firmware para várias placas de rede sem fio.
installsound Instala um novo evento de som na janela Preferências de Sons.
iroster Lista dispositivos de entrada.
isvolume Obtém informação sobre um volume montado.
join Para cada par de linhas de entrada com campos de união idênticos, grava uma linha na saída padrão.

indexK

kernel_debugger Inicia o depurador do kernel.
keymap Carrega ou salva um mapa de teclado.
kill Envia um sinal para encerrar um processo.
less Visualiza um arquivo.
lessecho Ecoa seus argumentos e expande metacaracteres, tais como * e ?, em arquivos.
lesskey Especifica vinculação de teclas para o less.
link Cria um vínculo para um arquivo.
linkcatkeys [Sobra da mudança do locale-kit.]
listarea Lista informação de área para todos os teams atualmente em execução.
listattr Lista os atributos de um arquivo. (específico do Haiku)
listdev Lista todos os dispositivos de hardware.
listimage Lista informação de imagem para todos os teams atualmente em execução.
listport Lista todas as portas abertas no sistema organizados por team.
listres Lista recursos de arquivos.
listsem Lista os semáforos alocados pelo team especificado.
listusb Lista dispositivos USB.
ln Cria um vículo para um arquivo.
locale Exibe a língua preferida definida, seu LC_CTYPE e a formatação preferida.
locate Localiza um arquivo.
logger Envia uma mensagem para o relatório do sistema.
login Inicia uma sessão no sistema.
logname Imprime o nome do usuário atual.
ls Lista o conteúdo do diretório.
lsindex Exibe os atributos indexados no volume/partição atual. (específico do Haiku)
mail2mbox Converte arquivos de correio eletrônico do BeOS para arquivos de caixa de correio do Unix.
make Utilitário GNU make
makebootable Torna as partições/dispositivos BFS inicializáveis ao gravar código de inicialização nos primeiros dois setores.
mbox2mail Converte arquivos de caixa de correio do Unix para arquivos de correio eletrônico do BeOS.
md5sum Imprime ou verifica checksums MD5.
merge Fusão de arquivos em três vias.
message Imprime um arquivo BMessage comprimido.
mimeset Define o tipo MIME de um arquivo.
mkdepend Gerador de dependências do Makefile.
mkdir Cria um diretório.
mkdos Inicializa partições FAT.
mkfifo Cria pipes nomeados.
mkfs Cria um sistema de arquivos.
mkindex Cria um novo índice para um atributo. (específico do Haiku)
mktemp Cria de maneira segura um arquivo ou diretório temporário.
modifiers Imprime teclas modificadoras atualmente (não) pressionadas.
more Ver less.
mount Monta um sistema de arquivos.
mount_nfs Monta uma partição NFS.
mountvolume Monta um volume pelo nome.
mv Move/renomeia um arquivo.
netcat Utilitário de TCP e UDP.
netstat Imprime conexões de rede, tabelas de roteamento, estatísticas de interface, conexões mascaradas e membros de multicast.
nl Imprime cada arquivo com numeração de linhas adicionado.
nohup Executa um comando ignorando sinais de hangup.
nproc Imprime o número de unidades de processamento disponíveis.
od Grava uma inequívoca representação de um arquivo.
open Carrega um aplicativo/documento a partir do shell. (específico do Haiku)

indexP

package Cria, inspeciona ou extrai um pacote Haiku.
package_repo Cria ou inspeciona um arquivo de repositório de pacotes Haiku.
passwd Altera a senha do usuário.
paste Imprime linhas, consistindo das linhas sequencialmente correspondentes de cada arquivo, separadas por tabulações.
patch Aplica um arquivo diff para um original.
pathchk Diagnostica nomes de arquivo inválidos ou não portáveis.
pc Calculadora do Programador
ping Envia ICMP-echo-request para o anfritião da rede.
pkg-config Analisa e configura um pacote Haiku.
pkgman Gerencia pacotes e repositórios de pacotes.
play Toca faixas de um CD.
playfile Toca um arquivo de áudio.
playsound Toca um arquivo de áudio.
playwav Toca um arquivo WAV.
pr Pagina ou encoluna arquivos para impressão.
printenv Imprime o valor de uma variável de ambiente.
printf Formata e imprime dados.
prio Altera a prioridade de um processo.
profile Perfila threads.
ps Lista processos em execução.
ptx Externa um índice permutado, incluindo contexto, das palavras nos arquivos de saída.
pwd Imprime o diretório atual.
query Um utilitário do shell que emula a funcionalidade "Encontrar por fórmula" do Rastreador. (específico do Haiku)
quit Fecha um aplicativo.
rc Compilador de recursos
readlink Imprime o caminho para o destino de um vínculo simbólico.
reindex Põe atributos de arquivos existentes dentro de índices recém criados. (específico do Haiku)
release Lança um semáforo.
renice Altera a prioridade de um processo em execução.
rlog Imprime mensagens de log e outras informações sobre arquivos RCS.
rm Remove arquivos e diretórios.
rmattr Remove um atributo de um arquivo. (específico do Haiku)
rmdir Remove diretórios.
rmindex Remove o índice de um atributo. (específico do Haiku)
roster Imprime informação sobre teams em execução.
route Lista e manipula rotas de rede.
safemode Verifica se o sistema está executando em modo de segurança.
screen_blanker Inicia a proteção de tela.
screenmode Exibe/define o modo de tela.
sdiff Exibe ou funde diferenças de dois arquivos lado a lado.
seq Imprime uma sequência de números.
setdecor Exibe/define o decorador.
setgcc Exibe/define a versão do gcc utilizada.
settype Define o tipo MIME, a assinatura e o aplicativo preferido de um arquivo.
setversion Exibe a versão de um arquivo.
setvolume Define o volume de som do sistema.
setwep Proporciona encriptação WEP para redes sem fios.
sh Ver bash.
sha1sum Imprime ou verifica checksums SHA1.
shar Cria arquivos compactados em shell.
shred Sobrescreve um arquivo repetidamente.
shuf Imprime uma permutação aleatória das linhas de entrada.
shutdown Desliga o computador.
sleep Pausa por um número de segundos especificado.
sort Imprime uma concatenação ordenada de todos os arquivos.
spamdbm Classifica mensagens de correio eletrônico como indesejadas ou genuínas.
split Gera pedaços com tamanhos fixos de arquivos de entrada para arquivos com prefixos.
stat Exibe o estado do arquivo ou do sistema de arquivos.
strace Rastreia as chamadas de sistema de um thread ou um team.
stty Exibe/define características do terminal.
su Altera o id do usuário efetivo e o grupo.
sum Imprime o checksum e a contagem de bloco de cada arquivo.
sync Força blocos alterados ao disco, atualiza o superbloco.
sysinfo Exibe informação do sistema.

indexT

tac Concatena e imprime arquivos, última linha primeiro.
tail Imprime as últimas dez linhas de um arquivo.
tcpdump Esvazia o tráfego de uma rede.
tcptester [obsoleto]
tee Grava ou adiciona dados de uma entrada padrão para um arquivo.
telnet Interface de usuário para o protocolo telnet.
telnetd Telnet daemon
test Retorna verdadeiro/falso após comparar itens.
timeout Inicia um comando e o mata se ainda estiver executando após um número de segundos especificado.
top Exibe threads em execução e utilização de CPU.
touch Altera o registro de hora de um arquivo.
tput Inicializa um terminal ou uma consulta a banco de dados terminfo.
tr Traduz, comprime e/ou elimina caracteres a partir da entrada padrão.
traceroute Imprime os pacotes de rota tomados através da rede.
translate Utiliza Tradutores de Dados para converter formatos de arquivos.
trash Envia arquivos para o lixo ou os recupera.
true Não faz nada, indica "sucesso" e retorna o valor "0".
truncate Encolhe ou aumenta o tamanho de um arquivo.
tsort Faz um ordenamento topológico.
tty Imprime o nome de arquivo do terminal conectado à entrada padrão.
uname Imprime a informação do sistema.
unchop Recria um arquivo fatiado previamente com chop.
unexpand Converte espaços em tabulações.
uniq Filtra linhas adjacentes correspondente a partir da entrada, gravando para a saída.
unlink Chama a função de desvinculação para remover um arquivo especificado.
unmount Desmonta um volume.
unrar Expande um arquivo compactado rar.
unshar Expande um arquivo compactado shar.
untrash Ver trash.
unzip Expande um arquivo compactado zip.
unzipsfx Utilizado para tornar arquivos compactados zip auto-extraíveis.
updatedb Atualiza um banco de dados de localização.
uptime Imprime data e hora, bem como o tempo transcorrido desde que o sistema foi iniciado.
urlwrapper Envolve tipos URL MIME ao redor da linha de comando ou outros aplicativos que não se manuseiam diretamente.
useradd Cria um novo usuário.
uudecode Decodifica um arquivo uuencoded.
uuencode Uuencodifica uma arquivo que então pode ser enviado para um sistema remoto.
vdir Lista informação sobre arquivos.
version Retorna a versão de um arquivo.
vmstat Imprime informação sobre o sistema de memória virtual.
waitfor Aguarda até que uma certa thread apareça. (específico do Haiku)
watch Executa um programa periodicamente.
wc Imprime o número de parágrafos, palavras e caracteres (bytes) de um arquivo.
wget Ferramenta para baixar arquivos via HTTP, HTTPS ou FTP
which Localiza um comando.
whoami Imprime o nome do usuário associdado com a ID do usuário efetivo atual.
xargs Constrói e executa linhas de comando a partir da entrada padrão.
xres Lista and manipula recursos.
yes Imprime uma sequência repetidamente até ser exterminada.
zcat Ver gzip.
zcmp Ver zdiff.
zdiff Compara arquivos comprimidos.
zforce Força uma extensão '.gz' em arquivos gzip.
zgrep Procura, através de arquivos possivelmente comprimidos, por uma expressão regular.
zip Adiciona ou substitui ítens em um arquivo compactado zip.
zipcloak Encripta todos os ítens não encriptados de um arquivo compactado zip.
zipgrep Examina os dados ítens zip por uma sequência ou padrão.
zipinfo Ver unzip.
zipnote Imprime os comentários num arquivo compactado zip.
zipsplit Divide um arquivo compactado zip em pedaços menores.
zmore Igual a more mas opera em conteúdos descomprimidos de qualquer arquivo compactado.
znew Recomprime arquivos .Z files para arquivos compactados .gz (gzip).
-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/magnify.html b/docs/userguide/userguide/pt_BR/applications/magnify.html deleted file mode 100644 index 488f073751..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/magnify.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Ampliação - - - - - - - - -
-
- -

magnify-icon_64.pngAmpliação

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Magnify
Definições:~/config/settings/Magnify_prefs
-


-

A Ampliação exibe uma versão aumentada da área ao redor do ponteiro do mouse.

-magnify.png -

No topo encontra-se o tamanho e nível de magnitude da área. "32 x 32 @ 8 pixels/pixel" significa que observa-se em um quadrado de 32x32 pixels ao redor do ponteiro do mouse e cada pixel é aumentado por um fator de 8.

-

Abaixo está a cor do pixel que é marcado por um contorno vermelho. Seua cor é apresentada como RGB e valor hexadecimal.
-Pode-se mover o contorno vermelho com / / / .

-

Para medir distâncias e alinhar objetos, pode-se adicionar até duas miras azuis com ALT H. Suas coordenadas X/Y para o canto superior esquerdo e, se ambos são adicionados, suas distâncias X/Y a partir um do outro, são mostrados no final.
-Eles também podem ser movidos com / / / . A linha ativa é marcada com um "x".

-

Pode-se mover o ponteiro do mouse, pixel por pixel, com OPT  / / / .

-

Clicar no menu pop-up oferece algumas opções:

- - - - - - - - - - - - - - -
Salvar imagemALT S Salvar a exibição atual como um arquivo de recurso.
Copiar imagemALT C Copia a exibição atual para a área de transferência.
Ocultar/Exibir informaçõesALT T Alterna a exibição de todas as informações adicionais.
Adicionar uma miraALT H Adiciona uma mira que pode ser arrastada.
Remover uma miraALT SHIFT H Remove a última mira adicionada.
Ocultar/Exibir gradeALT G Alterna a grade sobreposta.
Congelar/Descongelar imagemALT F Para/continua atualizando a área de ampliação.
Fixar coordenadasALT I Mantém atualizando a área de ampliação, mas não segue mais o ponteiro do mouse.
Tornar quadradoALT / Volta a uma exibição quadrada após redimensionar a janela.
Diminuir tamanho da janelaALT - Encolhe a área ampliada ao redor do ponteiro do mouse.
Aumentar tamanho da janelaALT + Enlarguece a área ampliada ao redor do ponteiro do mouse.
Diminuir tamanho do pixelALT , Diminui a ampliação.
Aumentar tamanho do pixelALT . Aumenta a ampliação.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/mail.html b/docs/userguide/userguide/pt_BR/applications/mail.html deleted file mode 100644 index ef792964a3..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/mail.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - Correio - - - - - - - - -
-
- - - - -
Índice
Lendo mensagens
- Criando novas mensagens
- Preferências
- -

mail-icon_64.pngCorreio

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Mail
Definições:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objetos colocados aqui aparecem no menu de contexto da caixa de correio
-~/config/settings/Mail/signatures/ - Local para armazenar assinaturas
-~/config/settings/Mail/status/ - Local para armazenar estados personalizados
-


-

Correio é o visualizador padrão e editor de correios eletrônicos do Haiku. ele nada tem a ver com busca e envio de correios, que é feito pelo daemon de correio e pode ser configurado através das preferências de Correio Eletrônico.

-

Esta página é uma visão geral do aplicativo Correio. Para mais informação de como o correio eletrônico funciona, consulte Oficina sobre gerenciamento de correio eletrônico.

-

-index -Lendo mensagens

-

Dê um clique duplo num arquivo de correio eletrônico para abrí-lo no Correio. A interface é bem simples:

-email-read.png -

Um menu e uma barra de ferramentas opcional no topo, com uma área dos atributos interessantes de um correio (para, de, assunto, data) abaixo dele, e então o corpo atual do correio. Se o correio aparecer com caracteres estranhos ou vazio, tente alterar a Decodificação a partir do menu pop-up.

-

Se existem arquivos anexados a um correio eletrônico, eles são listados ao fim da mensagem. Um clique com o botão direito do mouse em um arquivo abre um menu de contexto para Salvar anexo... ou Abrir anexo. Pode-se também arrastar e soltar diretamente para a Área de Trabalho ou outra janela do Rastreador.

-

A mairia dos itens do menu e da barra de ferramentas são bastante auto-explicativos, então nos concentraremos apenas nos destaques.

-

indexArquivo

-

Quando fecha a janela de uma nova mensagem, seu estado é normalmente alterado de "Novo" para "Lido". Mas pode-se definir outros estados, selecionando do submenu Fechar e ... Lá encontra-se também a opção Definir para... para criar seus próprios estados personalizados, os quais são salvos em ~/config/settings/Mail/status/.

-

-indexEditar

-

Aqui encontrará um ítem para abrir as Preferências... do Correio (ver abaixo) e um atalho para gerenciar suas Contas..., o qual abrirá a janela de diálogo de preferências do Correio Eletrônico.

-

-indexVer

-

Precisar-se-á muito raramente destes dois itens, se em tudo:

- - - -
Exibir cabeçalhoALT HExibe o cabeçalho completo de uma mensagem, no caso de precisar rastrear o caminho da sua mensagem, por exemplo.
Exibir mensagem baseMostra uma mensagem em seu estado bruto, ou seja, com todos os seus caracteres de controle e sem a colorização de citações ou URLs, por exemplo.
-

-indexMensagem

-

A diferentes opções para responder a um correio podem necessitar de uma breve explicação.

- - - - -
ResponderALT RA resposta padrão para o servidor que enviou a mensagem para você. NOTA: No caso de uma postagem de lista de discussão, isto normalmente replica de volta à lista, não apenas para a pessoa que escreveu a postagem!
Reponder ao remetenteOPT ALT REste, por outro lado, envia diretamente para a pessoa listada no atributo "De".
Responder a todosSHIFT ALT RResponde para o remetente original mais todos os outros destinatários (em cc:) da mensagem original.
-
Se marcar uma passagem na mensagem antes de respondê-la, apenas o texto marcado será citado na sua mensagem de resposta. Um modo agradável para reduzir uma citação extensa, o qual é desaprovado pela maioria das pessoas...
-

Os itens de Encaminhar, Reenviar e Copiar para nova são novamente bastante auto-explicativas.

-

Quando tiver aberto uma mensagem a partir de um Rastreador ou janela de resultado de consulta, Mensagem anterior e Próxima mensagem irá mover para a anterior/próxima mensagem na lista.

-

Salvar endereço coleta todos os endereços de correio eletrônico do cabeçalho e o corpo da mensagem em um submenu. Escolhendo um endereço abrirá o aplicativo Pessoas de maneira a completar e salvar a informação do contato.

-

-indexConsultas

-

Isto não funciona ainda, mas planeja-se abrigar consultas que exibiriam todas as mensagens relacionadas à mensagem atualmente aberta, assim como todas a partir do mesmo remetente ou de mesmo assunto/encadeamento.

- -

-index -Criando novas mensagens

-

Uma nova mensagem é criada chamando o menu Nova mensagem de correio ou pelo ícone correspondente a partir da barra de ferramentas de uma mensagem aberta. Ou apenas inicie o aplicativo de Correio ou escolha Criar nova mensagem... a partir do menu de contexto do ícone da caixa de correio na Deskbar.

-email-write.png -

A janela é muito similar ao da leitura de mensagens. Os ítens do menu e da barra de ferramentas são ligeiramente diferentes e as caixas de texto devem ser preenchidas com o endereço do destinatário, assunto e assim por diante, naturalmente.

-

Cc é uma abreviatura para o termo anacrônico "com cópia" e resulta em cópias da sua mensagem sendo enviadas para as pessoas listadas. A diferença de apenas listar uma floresta de endereços no campo "Para" é que não se endereça diretamente para as pessoasi copiadas, assim sinalizando que provavelmente não espera uma resposta deles.
-Cco significa "com cópia oculta" o qual faz praticamente o mesmo que "Cc", mas oculta os destinatários dos demais.

-

Pode-se inserir vários destinatários separando seus endereços com uma vírgula. -Para, CC, e CCO são menus pop-up. Eles contém todos os endereços de correio eletrônico no seu sistema encontrados por uma consulta aos arquivos do Pessoas. Seus atributos de "Grupo" os ordenarão em submenus correspondentes.

-

Novamente, iremos focar nas funcionalidades mais interessantes nos menus.

-

indexArquivo

-

Com o Salvar como rascunho pode-se armazenar seu trabalho de até então e voltar a ele mais tarde. Para carregá-lo novamente, escolha-o a partir do submenu Abrir rascunho que listará o resultado de uma consulta a todas as mensagens com o estado "Rascunho".

-

-indexEditar

-

Citar e Remover citação ou seus respectivos atalhos ALT / são utilizados para adicionar/remover um nível de citação pelo ajuste do número de símbolos ">" na frente das linhas citadas. Apenas selecione algum texto em todas as linhas que deseja (ou não) citar e chame o ítem de menu.

- -email-spellcheck.png - -

Verificar ortografia atualmente apenas oferece correções de textos em inglês marcando de vermelho palavras erradas ou desconhecidas e exibindo-as em itálico. -Clicar com o botão direito do mouse numa palavra abre um menu de contexto oferecendo sugestões para corrigir a palavra ou para Adicionar ao vocabulário aceito.

-

Então, existem novamente os itens para abrir as Preferências... (veja abaixo) do Correio e um atalho para gerenciar suas Contas..., as quais irão abrir o painel de preferências do Correio Eletrônico.

-

-indexMensagem

-

Com Adicionar assinatura pode-se adicionar textos predefinidos ao fim de seu correio. A partir do seu submenu pode-se escolher uma assinatura específica ou Aleatória.

- -email-signature.png - -

Cria-se assintauras novas ou edita-se existentes com Editar assinaturas..., o qual abrirá uma janela onde se insere o texto em si e o título da sua nova assintaura. Lá, no menu Assinatura, encontram-se itens para Abrir uma assinatura específica ou Salvar ou Eliminar a atualmente carregada. Assinaturas devem ser salvas em ~/config/settings/Mail/signatures.

-

Utilize Adicionar anexos... e Remover anexos para adicionar/remover arquivos como anexos. Pode-se também arrastar e soltar arquivos a partir de uma janela do Rastreador. Ainda assim, seja cuidadoso ao soltá-los na seção do cabeçalho (área do Para/De/Assunto no topo) ou eles serão colados dentro do corpo da mensagem se forem arquivos de texto.

- -email-attachments.png - -

Arquivos anexados são listados abaixo da seção do cabeçalho. Pode-se remover um arquivo ao chamar um menu de contexto ou selecionando-o e teclando DEL.

- -

-indexConsultas

-

Isto não funciona ainda, mas está planejado para manter consultas que deveriam exibir todos os correios relacionados ao correio atualmente aberto, como todos para o mesmo destinatário ou mesmo assunto/objetivo.

- -

-index -Preferências

-email-preferences.png -

As preferências do Correio vem em duas partes:

-

-indexInterface de usuário

- - - - - - - -
Barra de botõesOpções para exibir rótulos sob os ícones ou ocultar a barra de ferramentas completamente.
FonteDefine o tipo de fonte utilizado para o texto da mensagem.
TamanhoDefine o tamanho da fonte.
Citações coloridasColore diferentes níveis de citação.
Modo de verificação ortográfica inicialLiga/desliga a verificação de ortografia na inicialização.
Marcar automaticamente correio como lidoSe fechar uma mensagem com o estado "Novo", o terá automaticamente marcado como "Lido".
- -

-indexCorrespondência

- - - - - - - - - -
Conta padrãoSe tiver muitas contas de correio eletrônico, isto especifica qual utilizar por padrão quando criar uma nova mensagem.
Conta de respostaQuando responder uma mensagem, pode sempre também Utilizar conta padrão definida no menu pop-up acima, ou utilizar Conta do correio, o qual enviará a mensagem a partir da mesma conta que recebeu a mensagem original.
Preâmbulo de respostaIsto é inserido antes do texto citado na sua resposta. Pode-se utilizar diversas variáveis a partir do menu pop-up próximo ao campo de texto. Exemplo: "Olá %n!\n\nEm %d você escreveu:\n" produz isto: -
Olá Dr. Hawking!
-
-Em Mon, 18 Jan 1998 02:55:16 +0800 você escreveu:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto assinaturaAdiciona uma assinatura automaticamente no final da mensagem.
CodificaçãoDefine a codificação padrão.
Alertar não codificávelSe sua mensagem contém caracteres que não podem ser codificados com o método de condificação atualmente definido, pode-se ativá-lo para alertar sobre isso. O que dá a oportunidade para alterar a codificação antes de enviar. Do contrário, caracteres não codificáveis serão substituídos por símbolos retangulares.
Quebra de textoInsere quebras de linha a cada 76 caracteres, o que torna as mensagens fáceis de ler.
Atributos do anexoPode-se escolher enviar atributos do BFS de um arquivo junto com os anexos. Isto é bom para outros usuários do Haiku, pois receberão um arquivo "completo" (como atributos de artista, álbum, título de arquivos MP3), mas pode causar confusão (ou ainda suspeita) em outros, que irão pensar o que devem ser os anexos adicionais de "Atributos BeOS"...
-Caso opte por não enviar atributos com seus anexos, lembre-se de compactar seus arquivos antes de enviá-los ou perderá os atributos BFS.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/mediaplayer.html b/docs/userguide/userguide/pt_BR/applications/mediaplayer.html deleted file mode 100644 index 99e65c0fa0..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/mediaplayer.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - Tocador de Mídia - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

mediaplayer-icon_64.pngTocador de Mídia

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/MediaPlayer
Definições:~/config/settings/MediaPlayer
-


-

O Tocador de Mídia é o tocador padrão para todos os arquivos de áudio e vídeo. Graças ao seu backend ffmpeg, um grande número de formatos amplamente utilizados são suportados. Sua interface simples possui todos os controles esperados:

-mediaplayer.png -

A botão deslizante da barra de progresso permite rapidamente mover a uma posição, deixar o mouse sobre ele mostra o tempo atual e restante do clipe. Clicando na exibição de tempo à direita dele, alterna entre tempo total, atual e restante.
-Abaixo encontram-se os controles usuais para pular para a faixa anterior, tocar/pausar, parar e saltar para a próxima faixa. Então segue o controle de volume (clicando no símbolo do alto-falante alterna para mudo) e um indicador VU.

- -

Reprodução de áudio e vídeo

-

Uma vez que não existem quaisquer funcionalidades específicas para reprodução de áudio, iremos direto para as funcionalidades de vídeo ou gerais.

-mediaplayer-info.png -

Disponível para todas as mídias está a Informação de arquivo... (ALT I). Ela exibe informações sobre o arquivo atualmente carregado, como tempo de exibição ou detalhes da faixa de áudio/vídeo e seu codec.

-

A maioria dos comandos frequentemente utilizados dos menus estão também disponíveis a partir do menu de contexto, com clique no botão direito do mouse, na área do vídeo. Útil quando em modo de tela cheia.
-Em Vídeo podemos encontrar opções para ampliar a janela em vários níveis ou forçar a taxa de aspecto para alguns valores padrão. Deixando a taxa de aspecto para as Definições de fluxo padrão, deverá trabalhar melhor para os arquivos corretamente codificados.

-

O Tocador de Mídia suporta legendas em formato SRT. Para tê-las exibidas sob o menu Legendas, seus nomes de arquivos tem que ser idênticos ao de seus arquivos de vídeo, com um nome de idioma sufixado e a extensão ".srt" ao invés da extensão do vídeo. Por exemplo:

-
MeuFilme.avi
-MeuFilme.Alemao.srt
-MeuFilme.Ingles.srt
-MeuFilme.Frances.srt
-

Faixas de áudio múltiplas, muito frequentemente utilizadas por vários idiomas dentro de um único arquivo de vídeo, estão disoníveis a partir do submenu Faixa de áudio. O submernu Vídeo | Faixa oferece o mesmo quando existem múltiplas transmissões de vpideo disponíveis.

-

Pode-se fixar o modo Tela cheia (ALT ENTER ou F ou um clique duplo com o botão esquerdo do mouse), ocultar as bordas da janela e os controles do Tocador de Mídia with Ocultar interface (ALT H ou um duplo clique com o botão direito do mouse) ou ter sua janela Sempre no topo (ALT A).

- -

Listas de Reprodução

-

Tocador de Mídia | Lista de Reprodução... (ALT P) abre uma janela com os arquivos atualmente listados para reprodução. O clique duplo em uma entrada faz com que comece a tocar.

-mediaplayer-playlist.png -

Pode-se adicionar mais arquivos soltando-os dentro da lista e rearranjando sua posição via arrastar e soltar. A patir do menu Editar pode-se Randomizar ou Remover (DEL) uma entrada da lista ou eliminar o arquivo atual com Mover para o Lixo (ALT T).

-

Naturalmente, pode-se Salvar uma lista de reprodução e mais tarde Abrir novamente, ou iniciá-la simplesmente com um duplo clique no arquivo da lista de reprodução.

- -

Definições

-

Existem muitas definições para o ajuste fino do comportamento do Tocador de Mídia:

-mediaplayer-settings.png -

A primeira parte, Modo de reprodução, é bastante autoexplicativo. Iniciar reprodução automaticamente, fechar janelas quando terminar ou reproduzir clipes continuamente.

-

Os próximos são diferentes Opções de visualização.
-Pode-se optar por Usar sobreposição de hardware se disponível, o qual reduz o uso da CPU mas funciona para apenas uma janela de vídeo e necessita do driver de uma placa de vídeo suportada.
-Pode-se Escalar filmes suavemente (quando não está em modo de sobreposição) o qual utiliza filtragem ultrarrápida para suavizar ao invés de quadricular os pixels quando ampliando o vídeo ou assistindo em modo de tela cheia.
-Escalar controles em modo de tela cheia se preferir controles ligeiramente maiores, talvez por que veja a tela de muito longe em modo de tela cheia.
-Existem, então, definições para Tamanho da legenda e Localização da legenda. Eles podem ser exibidos no Final do vídeo, o qual irá sempre tê-los sobrepostos sobre a imagem. Ou Final da janela, o qual permite redimensionar a janela verticalmente e ter, inversamente, as legendas aparecendo na barra preta no final.

-

a última definição determina o volume de áudio dos clipes cujas janelas não estão atualmente ativas. Pode-se tê-las todas tocando em Volume total, no menos confuso Volume baixo ou silenciosamente Mudo.

- -

Controles de teclado

-

O Tocador de Mídia oferece convenientes combinações de teclas para controlar a reprodução sem utilizar o mouse.

- - - - - - -
ZPular para a faixa anterior
XTocar
CPausar
VParar
BPular para a próxima faixa
-

Estas teclas são atribuídas para as funções de botões de controle. Elas são sempre as teclas de letras na parte inferior esquerda do teclado, ou seja, são utilizadas independentemente do seu atual mapeamento de teclado. As teclas acima correspondem ao mapa de teclado US americano padrão.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarAlternar tocar/pausar
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/midiplayer.html b/docs/userguide/userguide/pt_BR/applications/midiplayer.html deleted file mode 100644 index 0b21e7a9d2..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/midiplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Tocador de Midi - - - - - - - - -
-
- -

midiplayer-icon_64.pngTocador de Midi

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/MidiPlayer
Definições:~/config/settings/MidiPlayerSettings
-


-

Como o nome sugere, o Tocador de Midi é utilizado para reproduzir arquivos de música midi. Arquivos midi são especiais, como eles não contém a música realmente digitalizado e em alguns casos codificada, mas apenas uma descrição dela: Mantenha esta nota para aquele trecho com este volume e use o instrumento X.
-Enquanto isto mantém o tamanho do arquivo bem pequeno, também significa que dependendo da biblioteca de instrumentos (a tão falada "Fonte de Sons") o resultado pode diferenciar enormemente. Igualmente, estas Fontes de Sons tendem a ser bastante grandes, cada vez mais com o número e a qualidade das amostras de instrumentos.

-

O Haiku não vem com uma Fonte de Sons instalada, porque são muito grandes e apenas poucas pessoas precisam de uma. A maioria das que as utilizam, já tem Sontes de Sons de alta qualidade ou personalizadas. Para ser capaz de ao menos ouvir algo pode-se instalar uma livre a partir de um pacote opcional. No Terminal, digite: installoptionalpackage TimGMSoundFont

-

Para usar qualquer outra Fonte de Sons, crie um vínculo para ela em /boot/system/data/synth e nomeei-a big_synth.sy.

-midiplayer.png -

A interface do Tocador de Midi é muito simples. Apenas dê um duplo clique ou arraste e solte um arquivo midi e a reprodução começa. Vontrole o volume com o botão deslizante e adicione efeitos de reverberação a partir do menu pop-up Reverberação. Ativar o scope irá exibir uma visualização em forma de um osciloscópio executando no topo.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_BR/applications/packageinstaller.html b/docs/userguide/userguide/pt_BR/applications/packageinstaller.html deleted file mode 100644 index 010496170f..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/packageinstaller.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Instalador de Pacotes - - - - - - - - -
-
- -

packageinstaller-icon_64.pngInstalador de Pacotes

- - - - -
Deskbar:Sem entrada, normalmente carregado via duplo clique em um arquivo suportado.
Localização:/boot/system/apps/PackageInstaller
Definições:nenhuma
-


-
Esta página é atualmente apenas um rascunho inicial. Por favor, volte posteriormente para ver uma versão refinada.
-

O Instalador de Pacotes é um instalador de software para pacotes do BeOS em formato PKG. Ele proporciona uma interface gráfica fácil de usar que ajuda na instalação rápida de pacotes no Haiku.

-

É executado automaticamente quando tenta abrir pacotes com a extensão .pkg.

-packageinstaller.png -

A janela principal dá acesso a duas configurações:

-
    -
  • tipo de instalação (dependendo do desenvolvedor pode existir mais do uma opção (padrão) de instalação)
  • -
  • Local da Instalação (apenas partições inteiras/discos rígidos podem ser escolhidos, e não caminhos personalizados)
  • -
-

Após clicar em Instalar o processo de extração e instalação começará.

-packageinstaller-installer.png -

Neste ponto avisos e erros podem aparecer dizendo quais bibliotecas e dependências faltam para que possa executar o programa. É necessário instalar estes pacotes antes de tentar instalar o programa desejado.

-

Quando a instalação está completa, o pacote deve aparecer no menu de aplicativos da Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/pe.html b/docs/userguide/userguide/pt_BR/applications/pe.html deleted file mode 100644 index 80d8fda156..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/pe.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Pe/Pe
Documentação:/boot/system/apps/Pe/Documentation/index.html
Definições:~/config/settings/pe/*
-


-

Pe é um editor sofisticado, com seu realçador de sintaxe principalmente voltado para programadores e desenvolvedores de páginas HTML. Originalmente criado por Maarten Hekkelmann, está sendo convertido em código aberto e mantido pelos desenvolvedores do Haiku. Um rastreador de erros e mais informações estão disponíveis na página do projeto Pe.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_BR/applications/people.html b/docs/userguide/userguide/pt_BR/applications/people.html deleted file mode 100644 index 0908503f34..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/people.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Pessoas - - - - - - - - -
-
- -

people-icon_64.pngPessoas

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/People
Definições:~/config/settings/People_data
-


-

Pessoas é um simples banco de dados de contatos que utiliza os atributos do sistema de arquivos do Haiku para armazenar endereços e outras informações de contato. Todo contato é salvo como um arquivo de Pessoa com seus dados em atributos separados. Tudo é indexado e portanto pesquisável com uma consulta.

- -people.png - -

O atributo Grupo na base da janela permite atribuir uma pessoa a um ou mais grupos. Útil para correspondência "em massa" a um número de pessoas que, por exemplo, trabalham em um projeto específico. O menu pop-up oferece todos os grupos atualmente existentes. Se uma pessoa pertence a mais de um grupo, os nomes dos grupos são separados por uma ",".

- -

Estes arquivos de Pessoa são geralmente salvos em /boot/home/people/. Para obter uma lista de todos os seus contatos, apenas abra sua pasta de pessoas e mostre todos os atributos de seu interesse. Se escolher organizar seus arquivos Pessoa em diferentes pastas, apenas utilize uma consulta para mostrar todos em uma janela.

- -people-files.png - -

Pode-se tratar estes arquivos como qualquer outro: pode ordenar de acordo com os atributos (até mesmo uma segunda ordem de ordenamento ao segurar a tecla SHIFT enquanto clica) e naturalmente excluir, duplicar ou renomear arquivos de Pessoa. Até a informação de contato pode ser editada diretamente: Clicando num atributo (ou ALT E) para editar funciona como renomear um arquivo. Uma vez no modo de edição, TAB e SHIFT TAB irá pular de coluna para coluna.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/poorman.html b/docs/userguide/userguide/pt_BR/applications/poorman.html deleted file mode 100644 index 476944e5ae..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/poorman.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Pobre Homem - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

poorman-icon_64.pngPobre Homem

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/PoorMan
Definições:~/config/settings/PoorMan Settings
-


-

Pobre Homem é um pequeno e agradável servidor web uqe é extremamente fácil de configurar. Naturalmente ele não oferece quaisquer recursos avançados como outros servidores mais parrudos, afinal é apenas um servidor web de um pobre homem.

-

Ao executar pela primeira vez, o Pobre Homem pergunta pela pasta que será disponibilizada na web. Se utilizar o botão Default, uma nova pasta /boot/home/public_html é criada. Como uma página inicial de um arquivo HTML é nomeada por padrão index.html, ela já estará presente lá.

-

Pobre Homem apresenta a si mesmo com um console simples que registra sua atividade. Então, há informações sobre o status se o servidor estiver em execução, qual pasta está sendo disponibilizada, e um contador de visitas. Definições são alteradas em Editar | Definições...: -

-

poorman.png

-

A janela de diálogo de definições é dividida em três guias:

-

Em Sítio selecione outra pasta para disponibilizar, informe outra página inicial e tenha a opçao de enviar uma lista de arquivos se a página inicial não estiver presente.
-Registrar permite (des)ativar registro para o console ou opcionalmente para um arquivo de registro separado.
-A guia Avançado detém a definição para o máximo de conexões simultâneas.

-

Os itens de menu do console são todas auto-explicativas. Com elas pode-se, por exemplo, salvar (partes de) uma saída do console, limpar o console ou arquivo de registro e iniciar/parar o servidor ou limpar o contador de visitas.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/pt_BR/applications/screenshot.html b/docs/userguide/userguide/pt_BR/applications/screenshot.html deleted file mode 100644 index 321ea4add4..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/screenshot.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Captura de Tela - - - - - - - - -
-
- -

screenshot-icon_64.pngCaptura de Tela

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Screenshot
-/bin/screenshot
Definições:~/config/settings/screenshot
-


-

Capturas de tela são obtidas tanto ao iniciar o aplicativo Captura de Tela como pressionando a tecla PRINT,

-

screenshot.png

-

Na janela de diálogo da Captura de Tela pode-se alternar entre obter a tela inteira ou apenas a janela ativa e decidir se o borda da janela e o ponteiro do mouse devem ser incluídos. Pode-se também inserir um atraso antes de obter uma captura.

-

Abaixo defina o nome, formato e local para a captura, que será usado quando clicar em Salvar. Ao invés de salvar o arquivo no disco, pode-se decidir por Copiar para a área de transferência para ser capaz de colar a captura diretamente em outro aplicativo, ou obter uma Nova captura de tela.

-

Todas as definições são lembradas na próxima vez que obter uma captura, habilitando estas convenientes teclas de atalho:

- - - - -
PRINTObtém uma captura de tela com atraso zero e carrega a janela de diálogo da Captura de Tela.
SHIFT PRINTObtém uma captura de tela silenciosamente (sem abrir a janela de diálogo), enquanto ainda respeita as últimas definições utilizadas.
CTRL PRINTTambém obtém uma captura de tela silenciosamente com as definições salvas, mas ao invés de salvá-la como um arquivo, apenas copia para a área de transferência.
-

-index -Obtendo uma captura de tela a partir do Terminal

-

Existe um aplicativo especial screenshot para ser utilizado a partir do Terminal ou de um script.
-screenshot --help exibe as conhecidas opções como parâmetros:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/showimage.html b/docs/userguide/userguide/pt_BR/applications/showimage.html deleted file mode 100644 index 1825cdac0a..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/showimage.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - Exibir Imagem - - - - - - - - -
-
- -

showimage-icon_64.pngExibir Imagem

- - - - -
Deskbar:Sem entrada, normalmente carregado via duplo clique em um arquivo suportado.
Localização:/boot/system/apps/ShowImage
Definições:~/config/settings/ShowImage_settings
-


-

Exibir Imagem permite ver imagens em todos os formatos que são suportados através dos Tradutores de Dados. Novos formatos são automaticamente reconhecidos quando seu tradutor é adicionado ao sistema. Isto é feito para arquivos de ícones vetoriais do Haiku, imagens do WonderBrush ou quando imagens WebP tornam-se disponíveis, por exemplo.
-Exibir Imagem proporciona funcionalidades de edição mínimas para cortas, rotacionar e inverter imagens e para salvá-las em outro formato.

-

indexVisualização

-showimage-view.jpg -

O menu Visualizar permite iniciar um Slide show de todas as imagens em uma pasta (ou janela de resultado de consulta) e definir um Atraso de slide de 2 a 20 segundos.

-

Outros comandos aplicados à imagem atualmente mostrada (sem alterar o tamanho da janela):
-Tamanho original exibe a imagem com um fator de aproximação de 100%.
-Ajustar à janela encolhe a imagem dentro do quadro da janela, isto é após ter aproximado dentro dele ou após redimensionar a janela.
-Aproximar e Afastar aproxima ou afasta a imagem em etapas de 10%. A aproximação também é feita com a roda do mouse; para rotacionar horizontalmente uma imagem maior do que a janela, simplesmente clique com o botão esquerdo e arraste o mouse.

-

Duas definições não se aplicam apenas à imagem atualmente exibida e são lembradas ao navegar de uma imagem para a próxima:
-Aproximação em alta qualidade aplica um filtro muito rápido ao aproximar para reduzir linhas denteadas e produzir um resultado mais suave.
-Esticar para a janela esticará imagens menores para preencher o quadro da janela atual.

-

E há um modo Tela cheia com uma opção para Exibir legenda no modo de tela cheia a qual sobrepõe o nome do arquivo na parte inferior da imagem.

-

Por último, Exibir barra de ferramentas irá exibir/ocultar os controles gráficos:

-showimage-toolbar.png -

Da esquerda para a direita: Imagem anterior, próxima imagem, iniciar show de slides (em modo de tela cheia), modo de seleção, tamanho original, ajustar para janela, aproximar, afastar.

-

Muitos dos comandos mais frequentemente utilizados também estão disponíveis a partir de um menu de contexto acionado pelo clique com o botão direito do mouse sobre a imagem. Conveniente quando em modo de tela cheia.

-

indexNavegando

-showimage-browse.jpg -

Após abrir uma imagem pode-se rapidamente navegar através de todas as imagens na sua pasta (ou janela de resultado de consulta) pressionando / ou /. Pode-se ver na janela do Rastreador a seleção mudar de acordo.

-

Existe uma maneira rápida para abrir a pasta de uma imagem atual e então navegar pela sua principal e subpastas. Ela funciona semelhantemente à navegação de pesquisa no Rastreador pelo clique na área de informação na barra de estado que exibe tamanho e formato da imagem atual.

-

Olhar no menu Navegar, exibe outro tipo de navegação: Alguns formatos de imagem, como o TIFF, podem conter muita páginas em um arquivo. Comandos como Primeira página e Próxima página permitem navegar por aquelas páginas.

-

indexEditando

-showimage-edit.jpg -

O menu Imagem oferece umas poucas manipulações de imagem necessárias para um visualizador de imagem: rotacionar e inverter a imagem. Observe, contudo, que a imaem real não será alterada. Apenas um atributo é adicionado ao arquivo, então ele será exibido rotacionado ou invertido da próxima vez que for aberto.

-

Utilizar como papel de parede... irá abrir as preferências do Papel de parede para definir a imagem atual como fundo de seus espaços de trabalho.

-

Cortar é outra funcionalidade necessária algumas vezes. Para definir o quadro para cortar, pode-se alternar para Modo de seleção a partir do menu Editar e arrastar uma caixa com o botão esquerdo do mouse. Se não deseja alterar os modos primeiro, pode criar esta caixa no "modo normal" simplesmente segurando CTRL enquanto arrasta com o botão esquerdo, o que de outra maneira apenas rotacionaria horizontalmente a imagem.
-Limpar seleção ou ESC removerá a caixa de seleção.

-

O capítulo seguinte exibe como realmente salvar uma área recortada.

-

indexSalvando e convertendo

-

Para salvar ou converter uma imagem em qualquer formato disponível, pode-se chamar o item normal Salvar como... a partir do menu Arquivo, selecionar o formato e escolher um nome de arquivo.
-Frequentemente mais rápido, especialmente quando a janela do Rastreador com a pasta de destino já está aberta, é usar o arrastar e soltar.

-showimage-dnd.jpg -

Esta é também a forma como o recorte acima mencionado é finalizado. Também selecione um quadro como descrito acima, ou escolha Editar | Selecionar tudo para a imagem inteira. Então arraste e solte a seleção na Área de Trabalho ou alguma janela do Rastreador para criar uma nova imagem do recorte no mesmo formato da imagem original.

-

Para salvar em outro formato de arquivo, arraste como botão direito do mouse e escolha um formato do menu de contexto quando soltar a imagem.

-

indexAtalhos de teclado

-

Aqui está uma lista dos atalhos mais úteis:

- - - - - - - - - - -
/ Imagem anterior
/ Próxima imagem
DELMover para a Lixeira
+Mais zoom
-Menos zoom
0Tamanho original (zoom em 100%)
1Ajustar à janela
ALT ENTERAlternar para o modo de tela inteira (também via clique duplo)
CTRLEnquanto pressionar CTRL, você poderá criar um quadro de seleção sem explicitamente alternar para o modo de seleção.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/soundrecorder.html b/docs/userguide/userguide/pt_BR/applications/soundrecorder.html deleted file mode 100644 index 628c6d2065..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/soundrecorder.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Gravador de Som - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

soundrecorder-icon_64.pngGravador de Som

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/SoundRecorder
Definições:~/config/settings/???
-


-

A documentação ainda está faltando. Se quiser trabalhar nela, por favor informe pela Lista de discussão de Documentação para evitar duplicação.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/applications/stylededit.html b/docs/userguide/userguide/pt_BR/applications/stylededit.html deleted file mode 100644 index ab8e0c7a6d..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/stylededit.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/StyledEdit
Definições:nenhuma
-


-

O StyledEdit é o editor de texto simples do Haiku. Embora salve arquivos em formato de texto simples, atributos adicionais são gravados de maneira a ter capacidades limitadas de formatação quando visto com o StyledEdit.

-stylededit.png -

Caso interesse, isto é o que aqueles atributos adicionais mostram quando examinados no Terminal com listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Como pode ver, todas as opções de formatação do menu do StyledEdit estão presentes: quebra de linha (ligado/desligado) e alinhament0 (esquerdo/centralizado/direito), cada um em um atributo. Os estilos (fonte, tamanho, cor) de cada letra espremidos dentro de outros.

-
Devido ao fato destes atributos serem uma funcionalidade de sistema de arquivos do BFS, isto significa que as outras plataformas não apenas vêem um arquivo de texto simples, como também a formatação será perdida quando um arquivo é armazenado em uma partição não-BFS. Os atributos acima são simplesmente removidos e o que permanece é o arquivo de texto simples comum.
-

Em todo caso, é uma boa ideia ter a possibilidade de texto colorido em diferentes fontes e tamanhos enquanto ainda é um arquivo de texto normal. Um LeiaMe.txt, por exemplo, é portanto legível em um shell em qualquer plataforma e ainda ter um pouco de estilo quando visto através de um duplo clique a partir do Haiku.

-

Uma vez que utilizar o StyledEdit é tão simples, iremos pular a explicação de todos os itens de menu mundanos. Apenas escreva seu texto então selecione as palvras que deseja formatar e aplique a fonte, o tamanho e a cor a partir do menu Fonte. Quebra de linha e alinhamento a partir do menu Documento funciona somente no arquivo inteiro.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/terminal.html b/docs/userguide/userguide/pt_BR/applications/terminal.html deleted file mode 100644 index e126226892..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/terminal.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Terminal
Definições:~/config/settings/Terminal
-~/config/settings/profile - acrescenta/substitui os padrões em /boot/system/settings/etc/profile
-~/config/settings/inputrc - acrescenta/substitui os padrões em /boot/system/settings/etc/inputrc
-


-

O Terminal é a interface do Haiku para o bash, o Bourne Again Shell.

-

Por favor tome como referência o tópico sobre Scripting para encontrar alguns links para tutoriais online sobre como trabalhar no shell e também faça uma leitura no tópico Aplicativos em linha de comando. Aqui, iremos nos concentar no aplicativo Terminal por si só.

- -

-index -Janelas e abas

-

Pode-se abrir quantos Terminais forem necessários, também cada um em sua própria janela simplesmente carregando mais Terminais ou com ALT N a partir de um Terminal já aberto. Ou utilizar a visão em guias do Terminal e abrir mais guias com ALT T.

-terminal.png -
-

Duplo clique dentro de uma parte vazia da barra de guias abre uma nova guia; dentro de uma guia abre um diálogo para renomear seu título. Existem muitas variáveis %-designadas que são explicadas com uma dica quando paira o mouse sobre o campo de texto.
-Por padrão, %1d: %p, uma guia exibe o diretório atual e, separado por :, o nome do processo atualmente em execução (ou -- se apenas o bash está executando, provavelmente ocioso). A captura de tela acima exibe a primeira guia com uma sessão FTP na pasta Área de Trabalho e a segunda guia ociosa na home.
-Através de Editar | Título da janela... o título da janela do Terminal pode ser editado de maneira similar.

-

Clicar com o botão direito do mouse em uma guia exibe um menu de contexto para Fechar guia, Fechar outras guias ou, como o duplo clique, Editar título da guia....

-

Uma janela do Terminal pode ser redimensionada como qualquer outra janela ou usando as predefinições a partir do menu Definções | Tamanho da janela. ALT ENTER alterna para o modo de tela cheia.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Configurações

-

Definições | Definições... abre uma janela de diálogo para configurar as definições padrão de um Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Atalhos de teclado

-

Você encontrará uma lista de atalhos úteis em Atalhos e combinações de teclas.

-

Outra funcionalidade bacana que é mais uma combinação mouse & teclado: Ao apertar ALT um caminho ou URL abaixo do ponteiro do mouse fica destacado. Um clique com o botão esquerdo abre o arquivo/pasta ou sítio da web. Um clique com o botão direito abre um menu de contexto para Copiar caminho ou Copiar caminho absoluto. Imagine que esteja em /MyData/source/haiku/ e tenha o caminho generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit sob o ponteiro do mouse, o último item do menu resultará no caminho absoluto, combinado <suspiro profundo>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

Se apertar ALT SHIFT, apenas o caminho do começo até onde o ponteiro do seu mouse está será destacado.

-

A propósito, um clique com o botão direito do mouse dentro da janela do Terminal inserirá o conteúdo da área de transferência. Em combinação com partes copiadas de caminhos destacados, isto pode ser utilizado para nevagação rápida em hierarquias compridas de pastas.

- -

-index -Personalização do Bash

-

Vindo do Unix, existem incontáveis possibilidades para personalizar o próprio bash. Existem dois arquivos que são especialmente importantes para o usuário: profile e inputrc.
-Ambos podem ser criados na pasta /boot/home/config/settings/ e adicionar ou sobrepor os padrões do sistema que são definidos em /boot/system/settings/etc/.

- -

profile

-

O profile é carregado toda vez que se abre um novo Terminal. Ele define todos os tipos de apelidos e variáveis que afetarão o comportamento e a aparência do bash. Você encontrará muitos recursos online que detalharão todas as possibilidades.

-

O Haiku/BeOS Tip Server tem algumas dicas para que possa começar, por exemplo:

- -

Há mais, dê uma olhada.

- -

inputrc

-

O inputrc mexe com combinação de teclas. Uma vez que o Haiku proporciona padrões úteis, provavelmente não precisa se atrapalhar com estas definições mais complicadas. Se possui necessidades especiais aqui, consulte um dos muitos recursos online, por exemplo The GNU Readline Library.

- -

-index -Dicas para trabalhar com o Terminal

-
  • Arrastar um arquivo ou pasta de uma janela do Rastreador para o Terminal inserirá seu caminho no local do cursor. Arrastar com o botão direito do mouse oferece ações adicionais em um menu de contexto:

    - - - - - - -
    Inserir caminho Insere o local do arquivo, o mesmo que o arrastar e soltar com o botão esquerdo do mouse.
    Alterar diretório Alterna para a pasta do arquivo arrastado.
    Criar vínculo aqui Cria um vínculo para o arquivo arrastado no diretório atualmente acessado pelo Terminal.
    Mover aqui Move o arquivo arrastado para dentro do diretório atualmente acessado pelo Terminal.
    Copiar aqui Copia o arquivo arrastado dentro do diretório atualmente acessado pelo Terminal.
  • -
  • Pode-se abrir qualquer arquivo com seu aplicativo preferido com o comando open [nomedoarquivo]. Isto também funciona com a representação da pasta atual (".") e pai ("..") o qual então abre numa janela do Rastreador. Então, para abrir o diretório atual, digite:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/textsearch.html b/docs/userguide/userguide/pt_BR/applications/textsearch.html deleted file mode 100644 index ebf67705dd..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/textsearch.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - Pesquisa de Texto - - - - - - - - -
-
- -

textsearch-icon_64.pngPesquisa de Texto

- - - - -
Deskbar:Nenhuma entrada, normalmente carregado via Adicional do Rastreador
Localização:/boot/system/apps/TextSearch
Definições:~/config/settings/TextSearch
-


-

A Pesquisa de Texto procura por uma sequeência em arquivos de texto. Tipicamente é chamado a partir do menu de contexto Adicional do Rastreador, na seleção de arquivos ou pastas em que deseje pesquisar.

- -textsearch.png - -

Entre com uma sequência de pesquisa na caixa de texto no topo e aperte RETURN ou clique Pesquisar para começar. Se Exibir linhas está marcado, os resultados são automaticamente expandidos para exibir as linhas do arquivo contendo a sequência de pesquisa.

- -

Apenas umas poucas palavras sobre alguns dos itens de menu não tão autoexplicativos:

- - - - - - - - - - - - - - - - - -

Menu arquivo

Nova janelaALT N Abre uma nova janela onde pode-se inserir uma outra sequência e pesquisar através dos mesmos arquivos/diretórios. -
Definir alvo...ALT FPermite escolher um novo conjunto de arquivos e pastas para pesquisar.

Menu ação

Restringir seleçãoALT T Remove todas a entradas da lista que não está selecionada atualmente.
Abrir seleçãoALT OAbre os arquivos atualmente selecionados com seus aplicativos preferidos (o mesmo que um duplo clique). Se for um editor de texto que suporte (como o Pe), pode-se pular para a linha exata em que a sequência pesquisada foi encontrada.
Abrir arquivos no RastreadorALT KAbre o local dos arquivos atualmente selecionados no Rastreador.
Copiar texto para a área de trabalhoALT BCopia a seleção atual para a área de transferência.

Menu definições

Saltar pastas iniciando com um ponto Isto é útil quando trabalhando num ambiente "unixy", onde geralmente arquivos administrativos são ocultos dentro de ".pastas/". Sistemas de versionamento de código-fonte como SVN e CVS são exemplos de aplicativos que utilizam isto e são também largamente utilizados no Haiku.
Escapar pesquisa de texto A Pesquisa de Texto utiliza a ferramenta de linha de comando grep. Para ele, caracteres especiais como '"*\$?! e espaços tem que ser escapados com uma \. Desativar esta definição significa que é preciso fazer isto manualmente, mas em troca garante o poder das expressões regulares.
Somente arquivos de texto A Pesquisa de Texto é atualmente apenas útil para encontrar sequências em arquivos de texto simples. Desativar esta definição a fará procurar através de qualquer tipo de arquivo.

Menu Histórico

Contém sequências de pesquisa recentemente usadas.

Menu Codificação

Permite escolher diferentes codificações de caracteres se necessário.
-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/tv.html b/docs/userguide/userguide/pt_BR/applications/tv.html deleted file mode 100644 index 5f887f6adb..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/tv.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/TV
Definições:~/config/settings/???
-


-

A documentação ainda está faltando. Se quiser trabalhar nela, por favor informe pela Lista de discussão de Documentação para evitar duplicação.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/applications/vision.html b/docs/userguide/userguide/pt_BR/applications/vision.html deleted file mode 100644 index 23aef0b83b..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/vision.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/Vision/Vision
Definições:~/config/settings/Vision/*
-


-

Vision é um cliente de IRC originalmente desenvolvido para o BeOS. Documentação e um rastreador de erros estão disponíveis no sítio do Vision.

-
Você pode conseguir ajuda de outros usuários do Haiku e desenvolvedores nos canais Haiku em vários idiomas.
-O mais frequentado está em língua inglesa: #haiku em irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/applications/webpositive.html b/docs/userguide/userguide/pt_BR/applications/webpositive.html deleted file mode 100644 index 4869954d79..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/webpositive.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/WebPositive
Definições:~/config/settings/WebPositive/ - Arquivos de configuração, cookies, cache e histórico de navegação
~/config/settings/WebPositive/Bookmarks - Todos os marcadores como arquivos individuais
-


-

WebPositive, ou simplesmente Web+, é o navegador web nativo do Haiku. Uma parte do nome é uma referência ao navegador simples do BeOS, NetPositive, a outra parte refere-se a sua base moderna: o WebKit. Esta biblioteca de renderização HTML de código aberto é o coração de outros principais navegadores, como o Safari do Mac OS X e o Google Chrome. Pelo uso do WebKit, que está sempre em evolução, Web+ será capaz de se manter atualizado com as novas tecnologias da web.

-webpositive.png -

A interface do WebPositive é muito avançado:embaixo da barra de menus existe outra barra com botões de navegação para o sítio anterior e para o próximo no seu histórico de navegação, parar o carregamento de uma página e (opcionalmente) um botão para voltar à sua página inicial.
-Em seguida vem o campo de localização para inserir o endereço do sítio.
-Abaixo desta barra de navegação aparecem as páginas web. Pode-se abrir muitas páginas paralelamente carregando-as dentro de suas próprias guias.
-Na base da janela está a barra de status, mostrando o endereço do sítio que está sendo carregado ou do vínculo onde o cursor do mouse está indicando. Enquanto uma página está sendo carregada, uma barra de progresso aparece à direita.

-

indexConfigurações

-

Do menu Janela podemos abrir uma caixa de diálogo Configurações para configurar alguns itens básicos do WebPositive.

-webpositive-settings.png -

A primeira aba trata das configurações gerais: Que arquivo ou endereço é utilizado como Página inicial, qual é usado como Página de pesquisa, qual Pasta de download é usada para as coisas que baixar da rede.
-Dois menus pop-up permitem decidir que página carregar - se for o caso - quando abrir uma nova janela ou guia.
-Através das caixas de verificação seguintes podemos ocultar a barra da guia quando existe apenas uma página aberta. A interface do WebPositive pode ser configurada para ocultar-se automaticamente em mode de tela cheia e o cursor do mouse pode ser oculto automaticamente sempre que não mover-se no momento.
-Finalmente, pode-se decidir incluir um botão "Página inicial" na barra de navegação e definir o número de dias a serem gravados pelo navegador no histórico.

-

Na segunda aba pode-se escolher as fontes usadas por padrão, serifada, não-serifada ou monoespaçada, e definir seus tamanhos.

-

A última aba é usada para configurar um servidor proxy.

-

indexNavegando

-

Se já usou um navegador antes, WebPositive não deverá apresentar muitas surpresas. Ao invés de passarmos por todos os itens do menu e características, vamos dar uma olhada em alguns pontos.

-
    -
  • webpositive-tabbar.png -

    Novas abas são criadas com o botão + à direita da barra da guia ou, se ainda existir bastante espaço, com um duplo-clique em uma área vazia da barra. Se existirem mais guias abertas do que cabe na largura da barra, os botões de rolagem < > tornam-se ativos, permitindo rolar a barra da guia para a esquerda e para a direita. O botão na extremidade direita abriga um menu pop-up com todas as guias abertas para uma navegação ainda mais rápida.

  • -
  • Clicar em um vínculo com o botão do meio do mouse abre a página em uma nova guia em segundo plano. Segurar SHIFT ao clicar com o botão do meio abre-a no primeiro plano.

  • -
  • A partir do menu Visualizar pode-se Aumentar o zoom and Diminuir o Zoom de uma página. Existe também a opção de Zoom apenas no texto, deixando todas as imagens em seu tamanho original.

  • -
  • Se mudar para modo de tela cheia e houver ativado a definição de ocultar a interface, ela irá desaparecer após um segundo. Para trazê-la temporariamente de volta, simplesmente mova o cursor do mouse para o topo da tela.

  • -
  • webpositive-locator.png -

    Enquanto digita no campo de texto do localizador, o navegador compara a sequência digitada aos sítios já visitados e lista-os abaixo do campo de texto. Também pode continuar digitando para reduzir a lista de sítios possíveis ou escolher uma entrada com as setas ou . ENTER irá carregar a página. Pode também usar o botão na extrimidade direita que também serve para recarregar a página.
    -Sequências não reconhecidas como endereços válidos serão pesquisados pelo Google, então o campo do localizador funciona como um atalho rápido para pesquisas na web.

  • -
  • Clicar com o botão direito do mouse abre um menu de contexto o qual, dependendo do objeto clicado, permite abrir o link em uma nova janela ou nova guia, baixar o objetco, etc.

  • -
  • Editar | Procurar mostra uma barra de localização na base do navegador para iniciar uma pesquisa na própria página.

  • -
-

indexFavoritos

-

Os marcadores do WebPositive são gerenciados como arquivos e pastas em ~/config/settings/WebPositive/Bookmarks/. Adicionar um marcador irá criar um novo arquivo lá. Abra rapidamente uma pasta com Gerenciar Marcadores....

-webpositive-bookmarks -

Pode-se mudar o endereço, nome, título e inserir palavras-chave da mesma forma que com qualquer arquivo com atributos. Certifique-se de ter todas as suas colunas exibidas via menu Atributos do Rastreador (Tracker), então selecione um arquivo, pressione ALT E e comece a edição do atributo; altere colunas de atributos com TAB.
Podemos classificar marcadores dentro de pastas diferentes que nós mesmos criarmos.

-

Usando o Rastreador (Tracker) para gerenciar e navegar por marcadores pode-se usufruir de suas características únicas para rapidamente encontrar o que estiver procurando.
-Ativando Filtro de autocompletar nas Preferências do Rastreador (Tracker), sua lista de marcadores é reduzida para encontrar aquelas que correspondam à sua pesquisa. As teclas ou movem a seleção e pressionando ENTER abre o sítio. Certifique-se de exibir todas as colunas de atributos para aplicar o filtro a nome, título, endereço e palavras-chave.

-

Para isso funcionar, todos os marcadores devem ser mantidos na pasta ~/config/settings/WebPositive/Bookmarks/ e apenas cópias devem ser ordenadas dentro de subpastas personalizadas para uso no menu Marcadores do WebPositive (se em todos). Além disso, na verdade preencher os atributos de palavras-chave ajuda...

-

indexDownloads

-

Janela | Downloads abre uma janela listando todas os downloads passados e em curso:

-webpositive-downloads.png -

Arquivos sendo baixados no momento são mostrados com uma barra de progresso crescente e, semelhantemente a copiar arquivos no Rastreador (Tracker), informações sobre a velocidade de download, tamanho do arquivos e tempo estimando de término. Botões à direita permitem Cancelar e Reiniciar um download, ou Abrir o arquivo, ou Remover sua entrada da lista. Os botões Remover faltando e Remover terminado na parte de baixo da janela executam o anunciado a todas as entradas da lista. "Faltando" são arquivos que foram deletados durante o download.

-

Mover para o Lixo um arquivo que está sendo baixado no momento irá parar o download. Isso é notado, pelo fato do ícone tornar-se "fantasma".
-Geralmente, WebPositive é muito tolerante quando se trata de gerir arquivos com o Rastreador (Tracker). Arquivos podem ser renomeados ou movidos mesmo enquanto são baixados e mesmo após o término do download, estas mudanças refletem-se na janela de Downloads.

-

Já se perguntou de que sítio baixou um pacote em particular, uma imagem ou qualquer outro arquivo? Pode-se rastrear a origem abrindo o arquivo com o Examinador de Disco e dando uma olhada em seu META:url atributo.

-

Quer ter um endereço web mostrado permanentemente em sua pasta de Downloads? Apenas copie um marcador para dentro dele, mantenha a coluna de atributo do marcador exposta e remova o marcador novamente.

-

indexAtalhos de teclado

-

Aqui estão alguns atalhos de teclado úteis:

- - - - - - - - - - - - - - -
ALT TAbre uma nova aba.
ALT W Fecha a aba atual.
ALT N Abre uma nova janela.
SHIFT ALT W Fecha a janela atual.
ALT ENTER Alterna para o modo de tela cheia.
ALT R or F5 Atualiza a página atual.
ALT H Abre a página inicial.
ALT D Exibe/oculta a janela Downloads.
ALT F Exibe a barra de localização para pesquisas na página (ocultar com ESC).
ALT B Adiciona a página atual aos favoritos.
ALT M Gerenciar os favoritos, abrindo a pasta Favoritos.
ALT Página anterior no histórico.
ALT Próxima página no histórico.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/applications/wonderbrush.html b/docs/userguide/userguide/pt_BR/applications/wonderbrush.html deleted file mode 100644 index 3dece14553..0000000000 --- a/docs/userguide/userguide/pt_BR/applications/wonderbrush.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Aplicativos
Localização:/boot/system/apps/WonderBrush/WonderBrush
Documentação:/boot/system/apps/WonderBrush/Documentation en
Definições:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/attributes.html b/docs/userguide/userguide/pt_BR/attributes.html deleted file mode 100644 index 6b8d0f827f..0000000000 --- a/docs/userguide/userguide/pt_BR/attributes.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - Atributos - - - - - - - - -
-
- -

Atributos

- -

Atributos são campos de dados que pertencem a um arquivo mas não fazem parte daquele arquivo, ou seja, eles não são computados dentro do tamanho do arquivo e podem ser copiados ou mudados sem tocar no arquivo em si. O sistema usa estes atributos para armazenar, por exemplo, tamanho do arquivo, tipo de arquivo ou data da última modificação. Isto é similar a outros sistemas operacionais e seus sistemas de arquivos.

-

O que é diferente é que pode-se adicionar qualquer tipo de atributo a qualquer arquivo e exibi-lo ou torná-lo editável em uma janela do Rastreador. Apenas defina o tipo de atributo que deseja adicionar a um tipo de arquivo (por exemplo, sequência, inteiro ou hora) e dar a ele um nome e descrição.

-

O arquivo em si nem sequer precisa de qualquer conteúdo absolutamente. Dê uma olhada nestes arquivos do Pessoas, por exemplo:

-people.png -
-

Como se pode ver, estes são todos arquivos de tamanho zero com atributos anexados, o atributo de correio eletrônico de "John Nox" sendo editado diretamente no Rastreador.

-

Se indexar estes atributos, como os arquivos do Pessoas, Correio Eletrônico ou de áudio o são por padrão, eles serão também pesquisáveis com o sistema de consulta rápida do Haiku.

- -

-index -Atributos no Rastreador

-

Atributos são exibidos de maneira bastante semelhante a uma base de dados ou planilha. Usando o Rastreador pode-se escolher quais atributos exibir (colunas) e classificar listas de arquivos (linhas) adequadamente.

-

Para fazer isto, abra uma janela do Rastreador, clique no menu Atributos e selecione os atributos que deseja exibir. Alternativamente, simplesmente clique com o botão direito do mouse no título de uma coluna e marque os itens no menu de contexto. Pode-se rearranjar as colunas por um simples arrastar e soltar do título da coluna. Mover uma coluna para fora de uma janela é uma maneira rápida para se livrar de colunas desnecessárias.

-

Clique duas vezes na linha entre dois atributos no título para automaticamente redimensionar uma coluna à sua largura otimizada.

-

Clique no título de uma coluna para alternar a ordem de classificação de ascendente para descendente. Pode-se estabelecer uma ordem de classificação secundária ao pressionar a tecla SHIFT enquanto clica no título de uma coluna. Pode-se classificar seus arquivos do Pessoas por companhia e dentro daquela ordem classificar por nome do contato, por exemplo. Veja a imagem acima como um exemplo. A ordem de classificação secundária é marcada por um leve indicador colorido ao lado do título.

-

Editar estes atributos é tão simples como renomear um arquivo: ou clique em uma entrada ou pressione ALT E e mova entre os atributos com TAB e SHIFT TAB. ESC sai do modo de edição sem aplicar as mudanças.

- -

-index -Atributos no Terminal

-

Se preferir utilizar a linha de comando ou planeja trabalhar com muitos arquivos usando scripting, existem vários comandos para controlar atributos a partir do Terminal.

-

-index -listattr

-

listattr lista os atributos do arquivo, mas não mostra o conteúdo dos atributos.

-
uso: listattr 'nome do arquivo' ['nome do arquivo' ...]
-

Do nosso exemplo de tela acima:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Ao lado de todos os atributos "META:*" que retem a informação do contato, existem dois atributos que são gerenciados pelo sistema:

-
    -
  • BEOS:TYPE retem o tipo de arquivo como uma sequência MIME, aqui "application/x-person". Ele determina o ícone padrão e o aplicativo que abre o arquivo quando, por exemplo, damos um duplo clique nele.

  • -
  • "_trk/pinfo_le" é o atributo com o qual o Rastreador mantem o controle da posição do ícone de um arquivo.

-
Observe a barra invertida após "Clara". No Terminal é preciso realizar o "escape" de caracteres especiais como '"*\$?!. O espaço entre "Clara" e "Botters" é também um deles. Portanto a barra invertida está na verdade na frente de um caractere de espaço, e não após "Clara".
- -

-index -catattr

-

catattr exibe o conteúdo de um atributo específico de um arquivo.

-
uso: catattr [--raw|-r] nome_do_atributo arquivo1 [arquivo2...]
-

Novamente nosso exemplo:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr adiciona um atributo a um arquivo e/ou preenche-o com um valor.

-
uso: addattr [-t type] valor do atributo arquivo1 [arquivo2...]
-    ou: addattr [-f valor-de-um-arquivo] [-t tipo] atributo arquivo1 [arquivo2...]
- 
-         O tipo é um destes:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 ou um valor numérico (por exemplo, 0x1234, 42, 'ABCD', ...)
-         O padrão é "string"
-

Então, digamos que a querida Clara conseguiu um emprego coma multinacional Barkelbaer Inc., preencha o inicialmente vazio atributo "Companhia" com aqueles dados (os quais são do tipo "string" (sequência)):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr remove completamente um atributo de um arquivo.

- -
uso: rmattr [-p] atrib nomedoarquivo1 [nomedoarquivo2...]
-         'atrib' é o nome de um atributo do arquivo
-         Se '-p' é especificado, 'atrib' é considerado como um padrão.
-

Embora, em todo seu aspecto prático, seria suficiente apenas não preencher o atributo "Fax", pode-se removê-lo completamente do arquivo de Clara digitando:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr copia atributos de um ou mais arquivos para outro(s). Por padrão, o conteúdo real do arquivo não é copiado.

-
Uso: copyattr <opções> <fonte> [ ... ] <destino>
- -

Se desejar copiar os atributos mais os dados do arquivo em si, pode-se adicionar a opção "-d" ou "--data".

- -


-

Mais informações sobre estes comandos e suas opções podem ser encontradas digitando o nome do comando seguido de "-h" ou "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/bash-scripting.html b/docs/userguide/userguide/pt_BR/bash-scripting.html deleted file mode 100644 index ee5d6dc42f..0000000000 --- a/docs/userguide/userguide/pt_BR/bash-scripting.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Bash e Scripting - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Bash e Scripting

- -

"Scripting" é a técnica de encadear comandos formando um procedimento automatizado e salvar isso em arquivos texto, chamados "scripts". Sempre que você executa um script os comandos são processados um após o outro, como se você os digitasse num Terminal.
-Scripts podem executar simples comandos numa ordem específica, ou resultarem em sofisticadas peças de código que resolvem tarefas complexas.

- -

-index -O Bash

-

Como os scripts naturalmente dependem bastante do shell em que são interpretados, você deve primeiro se familiarizar com o BASH, que é o utilizado pelo Haiku. Há muitas fontes de informação online já que este é um shell usado amplamente. Um belo documento é de Johan Jansson Introduction to bash - a tutorial for bash under BeOS.

- -

-index -A Bíblia do Scripting

-

Depois de ter aprendido umas noções básicas sobre como trabalhar no shell, é hora de lentamente adentrar no mundo do scripting. Novamente, você encontrará muitos tutoriais e materiais de referência online como também em livrarias. Uma introdução muito boa que foi praticamente feita sob medida para o Haiku está disponível online, é o capítulo sobre scripting (PDF, 900kb) do livro BeOS Bible de Scot Hacker.

- -

-indexScripts no Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -O UserBootscript

-

/boot/home/config/settings/boot/UserBootscript will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:

-
# Iniciar o LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Iniciar o Applet Workspaces
-/boot/system/apps/Workspaces &
-

Lembre-se de terminar o comando com um "&" para iniciá-lo como um processo em segundo plano (background process), ou o script ficará suspenso até este comando ter sido concluído (neste caso: o aplicativo aberto ser fechado novamente).

- -

A simple alternative to the above for launching applications at boot up is to put links to them in the /boot/home/config/settings/boot/launch directory. This can be done simply by right-clicking on the application you wish to have started automatically, going to Create Link and then navigating to the above directory.

- -

-index -O UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.

- -

-index -O UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript is executed as the last step in the shutdown process. Note, that most parts of the system have terminated by the time this script is executed.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/bootloader.html b/docs/userguide/userguide/pt_BR/bootloader.html deleted file mode 100644 index f2370c69e5..0000000000 --- a/docs/userguide/userguide/pt_BR/bootloader.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Inicializador do Sistema - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Inicializador do Sistema

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

Para entrar nas opções do Inicializador do Sistema, aperte e mantenha pressionada a tecla SHIFT antes do início do processo de inicialização. Se houver um gerenciador de inicialização instalado, você pode começar segurando SHIFT antes de chamar a entrada de inicialização para o Haiku. Se o Haiku é o único sistema operacional instalado na máquina, você pode iniciar segurando a tecla enquanto ainda vê as mensagens de inicialização do BIOS.

-

-index -Opções do Inicializador do Sistema

-

Uma vez lá, são oferecidos quatro menus:

- - - - - - - - - -
Selecionar volume de inicialização Choose which Haiku installation/version to start.
Selecionar opções de modo seguro
-
Existem muitas opções a tentar no caso de problemas com o hardware. Ao deslocar a barra de seleção para uma opção, uma explicação curta aparece na base da tela. -
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Selecionar opções de depuração
-
Aqui encontram-se diversas opções que ajudam a depurar ou obter detalhes para um relatório de erros. Novamente, uma explanação curta para cada opção é mostrada na base da tela. -
-

Habilitar saída de depuração serial
- Liga o encaminhamento da saída do relatório de sistema para a interface serial (padrão: 115200, 8N1).

-

Habilitar saída de depuração na tela
- Exibe a saída da depuração na tela, enquanto o sistema está iniciando, ao invés da logo normal de inicialização.

-

Desabilitar paginação na tela
- Desabilitar paginação quando a saída de depuração na tela está habilitada.

-

Habilitar depuração do relatório de sistema
- Habilita um buffer especial de relatório de sistema em-memória para esta seção, que o carregador do sistema será capaz de acessar após reiniciar.

-

Exibir relatório do carregador do sistema atual
- Exibe a informação de depuração que o carregador do sistema está gerando (pressione Q para sair do registro)

-

Adicionar opção avançada de depuração
- Permite que opções de depuração avançadas sejam inseridas diretamente.

Se "Habilitar syslog da depuração" está ativada, uma reinicialização a quente após um travamento mostra estas opções adicionais:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Selecionar modo de vídeo livre de falhas Se tiver ativado a opção Usar modo de vídeo livre de falhas, poderá definir resolução e profundidade de cor.
-

-index -Solução de Problemas

-

Se o Haiku se recusa a iniciar em seu equipamento desde o início, experimente definir opções diferentes em Selecionar opções de modo seguro. Considere gerar um relatório de erro em todo caso.

-

Por outro lado, se o Haiku apenas age de repente após ter instalado alguns programas, especialmente drivers de dispositivo, existem várias opções para tornar o Haiku iniciável novamente para fazer tudo certo, ao desinstalar os pacotes problemáticos novamente:

-
    -
  • Ativar Modo seguro evitará que a maioria dos servidores, daemons e o UserBootScript sejam iniciados.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • Se o driver, adicional, etc. problemático é instalado na hieraquia do sistema, as coisas ficam um pouco mais complicadas, porque aquela área é somente-leitura. Aqui, as Entradas da lista negra entram no jogo. Come elas, pode-se navegar através da hierarquia inteira do sistema e desabilitar o componente que está bagunçando as coisas pela seleção de uma entrada com a tecla SPACE ou RETURN. ESC retorna um nível no diretório pai.

    -

    Na Internet, existe o artigo Como Barrar Permanentemente um Arquivo de Pacote mostrando como tornar essa definição fixa.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Iniciando o Haiku

-

Após ativar uma ou mais opções, retorne ao menu principal e continue a inicialização, que apresentará esta tela:

-boot-screen.png - -

Se tudo estiver OK, um símbolo após o outro rapidamente se acenderão.
-Os diferentes símbolos grosseiramente correspondem aos seguintes estágios de inicialização:

- - - - - - - - -
Átomo Inicializando módulos.
Disco + lupa Criando rootfs (/) e montando devfs (/dev).
Placa de expansão Inicializando gerenciador de dispositivos.
Disco de inicialização Montando disco de inicialização.
Chip Carregando módulos específicos da CPU.
Pasta Inicilização final de subsistemas.
Foguete Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/contents.html b/docs/userguide/userguide/pt_BR/contents.html deleted file mode 100644 index 10790efeaf..0000000000 --- a/docs/userguide/userguide/pt_BR/contents.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Guia do Usuário Haiku - Conteúdo - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Bem vindo ao Guia do Usuário Haiku

- -

Abaixo você encontrará documentação sobre os mais importantes aspectos do Haiku. Naturalmente, completar e estender a documentação é um processo continuado (veja a versão online para atualizar páginas e traduções). Se encontrar erros, desejar sugerir tópicos ou até mesmo contribuir, por favor entre em contato conosco através da lista de correio da documentação. Se estiver interessado em ajudar com as traduções, você encontrará informação relevante sobre o assunto na wiki i18n do guia do usuário.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Carregador de InicializaçãoDefinir opções seguras de inicialização para resolver problemas de configuração.
Filesystem layoutEntenda a hierarquia do sistema de arquivos e familiarize-se com a localização de arquivos e pastas importantes.
Interface Gráfica de Usuário (GUI) do HaikuAprenda sobre os elementos básicos da interface gráfica do usuário.
Espaços de TrabalhoUse ambientes de trabalho virtuais para ter tudo organizado e aumentar a produtividade.
AlternadorAlterne entre aplicações em execução.
Monitor de TarefasTermine aplicações ou componentes de sistema que não estão mais respondendo.
RastreadorAprenda tudo sobre navegar, trabalhar com arquivos e pastas e como configurar o gerenciador de arquivos do Haiku.
Atalhos e combinações de teclasOs atalhos mais comuns para acelerar seu fluxo de trabalho.
DeskbarUse e configure a versão do Haiku para o menu "Iniciar" e a barra de tarefas.
Tipos de ArquivosDefina aplicações padrão, mude os tipos de arquivos e crie o seu próprio.
AtributosUma das principais funcionalidades do Haiku permite gerenciar e adicionar quaisquer tipos de dados a qualquer arquivo.
IndexaçãoUse a indexação para permitir a pesquisa por atributos.
ConsultasUse as consultas super rápidas do Haiku para rapidamente encontrar o que está procurando.
Oficina: Tipos de Arquivos, Atributos, Indexação e ConsultasAprenda a usar algumas das funcionalidades chave do Haiku organizando seus DVDs.
Oficina: Gerenciando o Correio EletrônicoAprenda a usar o sistema de correio do Haiku com status e consultas personalizadas.
Oficina: Rede sem fioConfigure sua rede sem fio, aberta ou encriptada.
ApplicationsAprenda como (des)instalar aplicativos em geral e a trabalhar com aqueles que já vêm com o Haiku.
Miniaplicativos da Área de TrabalhoFerramentas simples para instalar em sua Área de Trabalho e no Deskbar.
PreferênciasConfigure e aprimore seu sistema.
Bash e ScriptingAprenda alguns scripts interessantes usados pelo sistema e recursos online para trabalhar com shell e scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/pt_BR/deskbar.html b/docs/userguide/userguide/pt_BR/deskbar.html deleted file mode 100644 index 920e6b9fc1..0000000000 --- a/docs/userguide/userguide/pt_BR/deskbar.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- - - - -
Índice
- O Menu da Deskbar
- A Bandeja
- A lista de programas em execução -
- -

Deskbar

- -

A Deskbar é o pequeno painel que por padrão está localizado no canto superior direito da tela. É a versão do Haiku para a barra de tarefas do Windows com seu botão Iniciar. Ele contém o menu da Deskbar de onde pode-se iniciar aplicativos e preferências, uma bandeja com um relógio e outras ferramentas abaixo dele e uma lista dos programas atualmente em execução, mais abaixo.

-positions -

Pode-se mover a Deskbar para qualquer canto ou como uma barra ao longo da borda superior ou inferior da tela segurando a área pontilhada em um dos lados da bandeja e arrastar e soltá-la na nova posição. Pode-se também comprimí-la em uma disposição mais compacta arranstando e soltando a área pontilhada dentro do menu da Deskbar.

- -

-index -O Menu da Deskbar

-

Um menu abre ao clicar no topo da Deskbar:

-deskbar.png -
    -
  • Sobre este sistema... - Mostra alguma informação básica do sistema, licenças e os créditos do projeto Haiku.

  • - -
  • Procurar... - Abre o diálogo da Consulta.

  • -
  • Mostrar replicantes - Exibe/oculta o pequeno dispositivo Replicante widget podendo ser usado para arrastar, remover ou acessar seu menu de contexto.

  • -
  • Montar - Oferece as mesmas opções como quando invocadas pelo clique no Desktop com o botão direito do mouse (veja Montando Volumes).

  • -
  • Preferências da Deskbar... - Abre um painel para configurar a Deskbar (veja abaixo).

  • -
  • Desligar - Oferece opções tanto para Reiniciar o sistema ou Desligar.

  • -
  • Documentos recentes, pastas, aplicativos - Lista dos documentos, pastas e aplicativos abertos recentemente (veja Preferências da Deskbar abaixo).

  • -
  • Aplicativos, Demonstrações, Miniaplicativos da Deskbar, Preferências - Lista dos aplicativos instalados, demonstrações, miniaplicativos e preferências.
    Pode-se adicionar vínculos para outros programas (ou qualquer pasta, documento, consulta, etc.) colocando-os dentro de ~/config/settings/deskbar.

  • -
- -

-indexPreferências do Deskbar

-prefs-deskbar.png -

A janela de diálogo de preferência da Deskbar é dividida em três seções.

- -

Aplicativos -

-

As seguintes definições não interferem nos aplicativos instalados, mas no comportamento e visual da lista de aplicativos em execução.

- - - - - - - -
Ordenar aplicativos em execução Ordena a lista de programas em execução alfabeticamente.
Rastreador sempre primeiro Mesmo que tenha ordenado alfabeticamente, a entrada do Rastreador sempre permanece em primeiro na lista.
Exibir expansor do aplicativo Proporciona um pequeno dispositivo para exibir/ocultar todas as janelas de um programa diretamente sob sua entrada na Deskbar.
Expandir novos aplicativos Programas carregados recentemente tem suas janelas automaticamente expandidas sob suas entradas na Deskbar.
Ocultar nomes de aplicativos Remove os rótulos de texto de aplicativos em execução.
Tamanho do ícone Ajusta o tamanho do ícone de aplicativos em execução.
- -

Menu

-

Enquanto o primeiro par de itens do menu da Deskbar são fixos, pode-se personalizar aqueles abaixo de Desligar....
-Aqui pode-se definir o número de documentos, pastas e aplicativos recentes que são mostrados em menu próprio na Deskbar, ou se deseja vê-los todos.
-O botão Editar menu... abre a pasta ~/config/settings/deskbar. Nela encontram-se os arquivos e pastas que aparecem na Deskbar, por padrão estes são Aplicativos, Demonstrações, Miniaplicativos da Deskbar, e Preferências.
-Pode-se eliminar ou adicionar entradas como vínculos para aplicativos, documentos ou até consultas simplesmente copiando/apagando-os desta pasta.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Janela -

-

Finalmente, as preferências para a janela da Deskbar.

- - - - -
Sempre no topo A Deskbar permanece sempre sobre todas as outras janelas.
Auto-exibir A Deskbar pula para a frente se o ponteiro do mouse o toca.
Auto-ocultar A Deskbar é reduzida para apenas uns poucos pixels e apenas aparece se o ponteiro do mouse os toca.
- -

-index -A Bandeja

-calendar.png -

Entre outras coisas, a bandeja é a casa do relógio. Pouse o mouse sobre ele para exibir a data em uma legenda. Clique com o botão esquerdo do mouse para exibir um calendário. Clique com o botão direito do mouse para ocultar/exibir o relógio ou carregar as preferências de Hora para definí-las.

-

Qualquer programa pode instalar um ícone na bandeja para prover uma interface ao usuário. O sistema de correio eletrônico, por exemplo, exibe um símbolo diferente quando existe correio não lido e oferece um menu de contexto para, por exemplo, criar ou checar novas mensagens. OControlador de Processos é outro exemplo que usa seu ícone na bandeja para prover informação (uso da memória/CPU) e oferecer um menu de contexto.

- -

-index -A lista de programas em execução

-list-of-apps.png -

Pode-se alternar para um aplicativo em execução específico clicando em sua entrada na Deskbar e escolhendo (uma de) suas janelas a partir do submenu. Clicando com o botão direito do mouse pode-se minimizar ou fechar uma janela ou o aplicativo inteiro.

-

Se ativou Expansores nas definições da Deskbar, pode-se expandir/minimizar a lista de janelas diretamente sob uma entrada de aplicativo.

-

Na frente de cada janela de aplicativo está um símbolo provendo informação sobre o seu estado. Um símbolo brilhante significa que a janela está visível, um escuro significa que está minimizado. Três linhas na frente de um símbolo mostra que ela não está no espaço de trabalho atual.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/desktop-applets.html b/docs/userguide/userguide/pt_BR/desktop-applets.html deleted file mode 100644 index f9ed8dc2f4..0000000000 --- a/docs/userguide/userguide/pt_BR/desktop-applets.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Miniaplicativos da Área de Trabalho - - - - - - - - -
-
- -

Miniaplicativos da Área de Trabalho

- -

O Haiku oferece umas poucas ferramentas úteis que podem ser instaladas na Área de Trabalho ou no Deskbar por meio de seus Replicantes.

- - - - - - - - - - - -
iconLaunchBox Atalhos para seus aplicativos favoritos.
iconStatus de Rede Sua conexão está ativa?
iconStatus de Energia Mostra o estado de carga da bateria do seu notebook.
iconControlador de Processos Monitora e controla todos os aplicativos e serviços em execução.
iconEspaços de Trabalho Uma versão em miniatura de todos os espaços de trabalho.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/desktop-applets/launchbox.html b/docs/userguide/userguide/pt_BR/desktop-applets/launchbox.html deleted file mode 100644 index 138fcc0337..0000000000 --- a/docs/userguide/userguide/pt_BR/desktop-applets/launchbox.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Caixa de Lançamento - - - - - - - - -
-
- -

launchbox-icon_64.pngCaixa de Lançamento

- - - - -
Deskbar:Miniaplicativos da área de trabalho
Localização:/boot/system/apps/LaunchBox
Definições:~/config/settings/LaunchBox/*
-

Um ou mais miniaplicativos da Caixa de Lançamento pode ser iniciado para organizar atalhos aos seus aplicativos ou documentos favoritos. Decida se cada um é mostrado no todo ou apenas o espaço de trabalho atual. Eles podem também servir para rapidamente abrir um documento em um aplicativo específico. Por exemplo, pode-se arrastar e soltar uma arquivo HTML para um editor de texto numa Caixa de Lançamento para abrí-lo no editor ao invés de seu aplicativo preferido, o navegador.

-launchbox.png -

Todas as opções são acessadas através do menu de contexto:

- - - - - - - - -
Adicionar botão aqui Adiciona um botão vazio.
Limpar botão Esvazia um botão.
Remover botão Remove um botão.
Definir descrição... Pairando o mouse sobre um ícone exibe uma dica com o nome do arquivo e, no caso de um aplicativo, uma descrição curta caso difira do seu nome (veja o tópico Tipos de Arquivo). Com este item de menu pode-se customizar a descrição nesta dica.
Definições
-- Disposição horizontal
-- Tamanho do ícone
-- Ignorar duplo clique
-- Exibir borda da janela
-- Auto levantar
-- Exibir em todos os espaços de trabalho
 
-Alinha os botões horizontalmente.
-Define o tamanho do ícone entre 16 e 64 pixels.
-Lança o objeto apenas uma vez, mesmo quando clica duas vezes (acidentalmente).
-Exibe a borda da janela.
-A Caixa de Lançamento aparece se o mouse está próximo do canto da tela.
-Exibe a Caixa de Lançamento em todos os espaços de trabalho.
Plataforma
-- Nova
-- Clonar
-- Fechar
 
-Adiciona uma nova plataforma.
-Duplica a plataforma atual.
-Fecha a plataforma atual.
Caixa de Lançamento
-- Sair
 
-Fecha todas as plataformas da Caixa de Lançamento.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/desktop-applets/networkstatus.html b/docs/userguide/userguide/pt_BR/desktop-applets/networkstatus.html deleted file mode 100644 index de954a1ec7..0000000000 --- a/docs/userguide/userguide/pt_BR/desktop-applets/networkstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Estado da Rede - - - - - - - - -
-
- -

networkstatus-icon_64.pngEstado da Rede

- - - - -
Deskbar:Miniaplicativos da área de trabalho
Localização:/boot/system/apps/NetworkStatus
Definições:nenhuma
-

O Estado de Rede exibe o estado de suas conexões de rede. Se ainda não estiver executando, carregar o miniaplicativo irá perguntar se deve abrir em modo de janela ou como ícone na Deskbar. No modo de janela, é possível redimensionar o ícone redimensionando a janela e utilizar a alça do Replicante para arrastá-lo para a Área de Trabalho.
-Onde quer que esteja instalado, é operado via menu de contexto acionado por um clique com o botão direito do mouse.

-

NetworkStatus applet
-A primeira seção contém os nomes de todos os dispositivos de rede e seus estados. Clicar em cada entrada apresenta uma janela exibindo seu IP, broadcast e endereço da máscara de rede.
-Abaixo está uma lista de todas as redes sem fio encontradas pelo primeiro adaptador sem fio e um indicador da força dos seus sinais. Dê uma olhada em Oficina: Redes sem fio para maiores informações sobre como configurar uma conexão.
-Finalmente, pode-se Abrir preferências de rede... alterar sua configuração de rede ou Fechar o miniaplicativo.

- -

Ícones de estado

- - - - - - -
ProntoO vínculo está estabelecido.
ConfigurandoConexão em progresso.
Nenhuma configuração estabelecidaAlgumas definições estão perdidas (check Configuração IP).
Nenhum vínculoNão existe conexão física (provavelmente o cabo da rede não está conectado e redes sem fio estão indisponíveis).
-Não existem adaptadores de rede disponíveis (se está seguro de que ao menos um está conectado, provavelmente não há drivers ainda).
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/desktop-applets/powerstatus.html b/docs/userguide/userguide/pt_BR/desktop-applets/powerstatus.html deleted file mode 100644 index d9be78a0e4..0000000000 --- a/docs/userguide/userguide/pt_BR/desktop-applets/powerstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Estado de Energia - - - - - - - - -
-
- -

powerstatus-icon_64.pngEstado de Energia

- - - - -
Deskbar:Miniaplicativos da área de trabalho
Localização:/boot/system/apps/PowerStatus
Definições:~/config/settings/PowerStatus settings
-

O Estado de Energia exibe informaçãosobre o nível da bateria, portanto é útil apenas em computadores móveis. Se não estiver ainda em execução, carregar o miniaplicativo irá perguntar se deve abrir em modo de janela ou como ícone na Deskbar. No modo de janela é possível redimensonar o ícone redimensionando a janela e utilizando a alça do Replicante para arrastá-lo à Área de Trabalho.
-Onde quer que esteja instalado, é operado através do menu de contexto, pelo clique com o botão direito do mouse.

-

Nota: o Estado de Energia requer um suporte ACPI funcional.

-PowerStatus applet -

O menu de contexto oferece estas opções:

- - - - - - - - -
Exibir rótulo de textoExibe o nível da bateria em percentual ou pelo tempo restante.
Exibir ícone de estadoExibe o ícone do miniaplicativo.
Exibir percentagem / tempoAlterna entre exibir o nível da bateria em percentual ou o tempo restante (Exibir rótulo de texto tem que estar ativo).
Informação da bateria...Exibe a janela de informação ampliada sobre a bateria.
Sobre...Exibe a janela Sobre.
SairFecha o miniaplicativo Estado de Energia.
-

Quando Exibir rótulo de texto está ativo, o nível da bateria é mostrado entre parêntesis quando em carga.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/desktop-applets/processcontroller.html b/docs/userguide/userguide/pt_BR/desktop-applets/processcontroller.html deleted file mode 100644 index d6ed65d1fa..0000000000 --- a/docs/userguide/userguide/pt_BR/desktop-applets/processcontroller.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - Controlador de Processos - - - - - - - - -
-
- -

processcontroller-icon_64.pngControlador de Processos

- - - - -
Deskbar:Miniaplicativos da área de trabalho
Localização:/boot/system/apps/ProcessController
Definições:nenhuma
- -

ProcessController appletA tarefa principal do miniaplicativo Controlador de Processos é exibir a atividade do(s) seu(s) CPU(s) e a quantidade de memória utilizada. Ele permite a monitoração de teams individuais, altera suas prioridades, e os mata se o programa congela. Em ambientes multiprocessados ele permite desabilitar processadores/cores individuais. Quando o Rastreador ou Deskbar trava pode-se reiniciá-los a partir do menu do Controlador de Processos.

-

Indicadores à esquerda exibem o uso de cada CPU, enquanto a barra à direita exibe o consumo de memória. Lembre-se que o número de indicadores depende do número de processadores/cores no computador.

-

Se ainda não estiver executando, carregar o Controlador de Processos pergunta se deve abrir em modo de janela ou como ícone na Deskbar. No modo de janela pode-se redimensionar a barra de exibição redimensionando a janela e então utilizar a alça do Replicante para arrastá-lo para a Área de Trabalho.
-Onde quer que esteja instalado, é operado através do menu de contexto acionado pelo clique com o botão direito do mouse.
-Para remover o miniaplicativo novamente da Deskbar, desmarque Ao vivo na Deskbar no seu menu de contexto.

-

Fechar um aplicativo

-ProcessController - Quit an application -

Para fechar um aplicativo apenas escolha seu nome do menu Fechar um aplicativo. Este é um modo limpo de fechar aplicativos, como se clicando seu botão de fechar. Seja cuidadoso para não fechar processos de sistema como servidores ou daemons, entretanto. Seu sistema pode certamente parar de funcionar.

-

Uso da memória

-ProcessController - Memory usage -

A monitoração da utilização da memória pode ser muito inexata.

-

Este menu permite monitorar o uso da memória de diferentes teams no seu sistema. Próximo ao n ome do team existem duas colunas: a primeira com a quantidade reservada para memória gravável, enquanto a segunda mostra toda memória incluindo o espaço de apenas leitura (bibliotecas compartilhadas por exemplo).

-

A primeira linha Recursos de sistema & caches... exibe a quantidade total de memória utilizada pelo sistema e todos os aplicativos. A extensão da barra azul é baseada no total de memória física no seu computador. As próximas linhas mostram a memória utilizada em cada processo. Note que a extensão da barra é baseada apenas na parte realmente utilizada da memória.

- - - -
Memória utilizada apenas por dado aplicativo (com acesso de escrita)
Memória incluindo espaco de apenas leitura (pode ser compartilhada com outros aplicativos)
- -

Processos e utilização da CPU

-

Este menu permite alterar prioridades de processos, matar teams ou depurá-los.

-
Alterações através dos comandos neste menu atingem profundamente o sistema e podem causar perdas de dados e instabilidade do sistema. Mantenha a mão do mouse firme!
-ProcessController - Priority - - - - -
Código do kernel
Código do usuário
Processo ocioso
-

No primeiro nível vê-se nomes de teams. Clicando em um, pode-se matar o team inteiro. A parte azul escura da barra é o tempo gasto no código do kernel, a parte azul clara no código do usuário, a parte verde no(s) processo(s) ocioso(s). Uma barra completamente preenchida com azul significa que o team está utilizando todo o poder de processamento.

-

O segundo nível mostra processos particulares de um team. Clicando em um, pode-se depurá-lo ou matá-lo. Uma barra completamente preenchida com azul significa que o processo está prendendo um processador/core.

-

O último nível do menu permite alterar a prioridade do processo. Seja cuidadoso com isso! Como uma regra de ouro, a prioridade de um processo deve ser inversa a sua utilização da CPU. Isto é, quanto mais ele tenta reivindicar tempo de CPU, mais baixa deve ser sua prioridade. Em geral, não bagunce as prioridades de um aplicativo; entre em contato com seu autor, este é seu trabalho. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/desktop-applets/workspaces.html b/docs/userguide/userguide/pt_BR/desktop-applets/workspaces.html deleted file mode 100644 index 9c6a232fd6..0000000000 --- a/docs/userguide/userguide/pt_BR/desktop-applets/workspaces.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Miniaplicativo Espaços de Trabalho - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
-

workspaces-icon_64.pngEspaços de Trabalho

- - - - -
Deskbar:Miniaplicativos da área de trabalho
Localização:/boot/system/apps/Workspaces
Definições:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Armazena a posição da janela do painel.
-


-workspaces.png -

Você vai encontrar o miniaplicativo Workspaces juntamente com outros nos miniaplicativos da Área de Trabalho no Deskbar. Ele mostra uma versão em miniatura de todos os espaços de trabalho. Existem várias opções disponíveis no menu de contexto da janela do aplicativo, são todas muito auto-explicativas.
-Mudando a quantidade de espaços de trabalho... abrirá as preferências de Tela onde você pode mudar o número dos espaços de trabalho e a forma como são arranjadas (quantas linhas e colunas).

-

Uma vez que o miniaplicativo é um Replicante, pode-se redimensionar a janela como desejada e então arrastar e soltá-la na área de trabalho (certifique-se que Exibir replicantes esteja ativado no menu da Deskbar). Segure a tecla SHIFT enquanto redimensiona para manter a taxa de amostragem da sua tela.

- -

-index -Movendo-se pelos espaços de trabalho

-

Para mover uma janela, você simplesmente deve arrastá-la para outra área de trabalho virtual dentro do Workspaces. A vantagem disso é que você não precisa sair da atual área de trabalho. Claro que isso só funciona bem quando não há muitas janelas na área de trabalho e quando seu alvo não está sob outra janela. Outra possibilidade é pegar a aba da janela e segurá-la enquanto se muda de área de trabalho clicando ALT Fx.

-

Para mais informações e mais atalhos de teclado sobre espaços de trabalho em geral, leia o tópico Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Funcionalidade especial

-

O Workspaces oferece algumas funcionalidades adicionais quando a gente clica numa janela segurando essas teclas:

- - - - -
CTRLTraz a janela para o primeiro plano.
CTRL SHIFTMinimiza a janela.
OPTManda a janela pro plano de fundo.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/filesystem-layout.html b/docs/userguide/userguide/pt_BR/filesystem-layout.html deleted file mode 100644 index 437fa7a641..0000000000 --- a/docs/userguide/userguide/pt_BR/filesystem-layout.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Disposição do sistema de arquivos - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Disposição do sistema de arquivos

- -

A disposição do sistema de arquivos do Haiku é totalmente transparente, procurando sempre usar nomes inteligíveis para arquivos e pastas, que não obrigam o usuário a adivinhar do que se trata. Arquivos e pastas que são importantes para o funcionamento do sistema são protegidos de ações acidentais pela exibição de um dos seguintes alertas:

-achtung-user.png  -achtung-system.png -

O segundo alerta aparece caso tente renomear ou deletar algo na hierarquia do sistema. Aqui, o botão "Rename" somente estará disponível quando o usuário estiver segurando a tecla SHIFT.

-

Geralmente, existem dois ramos separados partindo da pasta raiz do volume de inicialização:

- - - -
/boot/system/ Contém o sistema de arquivos e aplicativos/pacotes compartilhados por todos os usuários.
/boot/home/ Esta é sua pasta pessoal que contém seus dados e configurações e os aplicativos/pacotes que não são compartilhados por todos os usuários.
-

Enquanto o Haiku não é multiusuário, esta distinção entre arquivos/pacotes compartilhados e não-compartilhados não tem efeito aparente, já que existe apenas um usuário com uma pasta home. Mas, uma vez que haverá suporte para mais usuários eventualmente, faz sentido aprender o caminho correto desde o início.

- -

-index -A pasta system - /boot/system/

-

No BeOS, antecessor do Haiku, esta pasta era chamada /boot/beos/. Esta denominação ainda pode ser encontrada em alguns documentos antigos (por exemplo, o BeBook original).
-A maioria das pastas dentro de /boot/system/ são somente-leitura, pois contém os arquivos necessários para o Haiku funcionar corretamente e portanto deve estar a salvo de alterações (acidentais). As únicas pastas que podem ser gravadas pelo usuário são:

- - - - - - -
/boot/system/cache/ Contém arquivos em cache e a pasta temporária vinculada a /tmp/.
/boot/system/non-packaged/ Contém uma hierarquia para arquivos que não são parte de um .hpkg (provavelmente de antigos pacotes BeOS).
/boot/system/packages/ Além de abrigar pacotes de sistema do Haiku, você pode adicionar/remover pacotes compatilhados por todos os usuários.
/boot/system/settings/ Contém definições de todo o sistema.
/boot/system/var/ Contém registros como o syslog (importante quando em problemas) e é a localização padrão para o arquivo swap.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -A pasta home - /boot/home/

-

Esta pasta lhe pertence. Aqui pode-se criar e eliminar arquivos e pastas do jeito que quiser. (A propósito, o til ("~") é um atalho para sua pasta home, então não deve sempre escrever "/boot/home/" no Terminal.)
-Arquivos que você gostaria de compartilhar com outros usuários num futuro ambiente multiusuário devem ser postos fora de /boot/home/. Por exemplo, pode-se criar uma pasta /boot/all-users/ e colocar o material lá.

- - - - - - - - - - -
~/Desktop/ Abriga os arquivos de seu computador. Clicando duas vezes não irá abri-la, por já ser sempre visível. Quando seus arquivos ficarem cobertos por janelas abertas, apenas alterne rapidamente para outro Espaço de Trabalho. Naturalmente, navegar através do clique com o botão direito também é possível.
~/mail/ Esta é a localização padrão para suas mensagens de correio.
~/people/ Esta é a localização padrão para seus arquivos de contato, veja Pessoas.
~/queries/ Consultas são armazenadas aqui, temporariamente por 7 dias, por padrão.
- -

A pasta /boot/home/config/ é especial: assim como /boot/system/ está principalmente sob o controle do gerenciamento de pacote e portanto somente-leitura. Ela também contém estas pastas, similarmente graváveis pelo usuário:

- - - - - - - - - - -
~/config/packages/ Aqui pode-se adicionar/remover pacotes que não são compartilhados por todos os usuários.
~/config/non-packaged/ Contém uma hierarquia para arquivos que não são parte de um .hpkg (provavelmente de antigos pacotes BeOS) e não são compartilhados por todos os usuários.
~/config/settings/ Esta pasta contém as definições de todas as aplicações e certas configurações para o sistema. Algumas aplicações gerenciam suas definições em subpastas próprias, outras simplesmente colocam seu arquivo de configuração aqui.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Aqui estão algumas das mais interessantes subpastas em ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Esta pasta é o local para aqueles Scripts de Usuário que são executados antes ou depois que o sistema inicializa ou é desligado.
boot/launch/ Vínculos para programas ou documentos nesta pasta são automaticamente lançados a cada inicialização do sistema.
beos_mime/ Neste banco de dados MIME o Haiku mantém uma lista de todos os diferentes tipos de arquivos e suas definições.
deskbar/menu/ Copiado ou vinculado a arquivos/pastas/consultas nesta pasta aparece no menu Deskbar.
kernel/drivers/ Existe um arquivo de definições que pode ser de interesse: kernel oferece algumas configurações de baixo nível tais como desabilitar SMP, ativar depuração serial ou habilitar gerenciamento avançado de energia. Ativa-se a linha de configuração removendo o símbolo de comentário "#". Tenha muito cuidado aqui!
Tracker/ Além dos vários arquivos de definição para o Rastreador (Tracker), existem algumas subpastas interessantes:
DefaultFolderTemplate/Mostra e organiza todos os atributos e o tamanho da janela ao seu gosto. Toda nova pasta que for criada a usará como modelo.
DefaultQueryTemplates/Pode-se definir a disposição da janela do resultado de consulta para certos tipos de arquivo. Veja o tópico Consulta: A janela de resultado.
Go/Ponha vínculos para seus locais favoritos aqui para torná-los disponíveis, por exemplo abrir e salvar painéis. Veja o tópico Interface Gráfica de Usuário (GUI) do Haiku: Favoritos e pastas recentes.
Tracker New Template/Adicione um modelo para qualquer tipo de arquivo, o qual estará, então, disponível a partir do menu Arquivo | Novo... do Rastreador (Tracker). Veja o tópico Rastreador (Tracker): trabalhando com arquivos.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/filetypes.html b/docs/userguide/userguide/pt_BR/filetypes.html deleted file mode 100644 index 2a34ebf506..0000000000 --- a/docs/userguide/userguide/pt_BR/filetypes.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - Tipos de Arquivos - - - - - - - - -
-
- -

Tipos de Arquivos

- -

Diferentemente do Windows, o Haiku não conta com a extensão de arquivos de 3 letras para o tipo de arquivo (por exemplo, .txt, .jpg, .mp3). Este método é apenas um último recurso. O Haiku usa tipos MIME exatamente como é costume na internet.

-
Ainda que não exista razão para usar extensões de arquivo no Haiku, lembre-se de adicioná-los a arquivos que deseje compartilhar com usuários de outros sistemas operacionais, por exemplo por correio, enviando um arquivo para um servidor ou por troca via dispositivo USB. Caso contrário o sistema deles pode não reconhecer o tipo de arquivo.
- -

index -Definindo o tipo de arquivo de um arquivo específico

-

Pode-se mudar o tipo de um arquivo específico, seu ícone e o aplicativo associado. Selecione o arquivo e chame através do clique com o botão direito do mouse, Adicionais | Adicional de tipo de arquivo, a partir do menu de contexto.

-filetype-addon.png - -

-index -O Tipo de Arquivo

-

Acima temos um arquivo PNG, é uma sequência MIME image/png. Digamos que você definitivamente sabe que não é um PNG mas um GIF. Pode-se mudar isso também entrando com a sequência MIME correta à mão ou com um dos dois botões abaixo da caixa de texto:

- - - -
Selecionar... exibe uma lista hierárquica de tipos de arquivo onde pode navegar para image | GIF Image.
O mesmo que... abre uma caixa de diálogo onde pode-se escolher qualquer arquivo que já tenha o tipo de arquivo que esteja procurando.
- -

-index -O Aplicativo Preferido

-

Este menu pop-up exibe uma lista de todos os aplicativos que podem manipular este tipo de arquivo em particular. A partir daqui pode-se escolher qual programa deveria abrir este arquivo específico quando é executado o duplo clique sobre ele. Pode-se, por exemplo, mudar o aplicativo preferido de arquivo HTML do navegador para um editor de texto enquanto se está trabalhando nele. Todos os outros arquivos HTML ainda abrem no navegador, apenas este em particular inicia em seu editor de texto.

- -

O Aplicativo padrão é aquele que é definido globalmente para aquele tipo de arquivo. Se não encontrar o programa que deseja associar com este arquivo no menu pop-up, poderá novamente encontrar os botões Selecionar... e O mesmo que... que fazem a mesma coisa descrita em "O Tipo de Arquivo" acima.

- -

-index -O Ícone

-

Se está imaginando o porquê da fonte de ícone na primeira imagem estar vazia: Ícones são normalmente herdados do sistema padrão para aquele tipo de arquivo. Pode-se abrir o Adicional de tipo de arquivo de um arquivo que contenha um ícone e arrastar e soltá-lo dentro da sua fonte de ícone de arquivo. Ou dê um clique duplo na fonte de ícone e crie ou edite seu próprio ícone. Para mais informações sobre ícones e como criar o seu próprio, veja o tópico Icon-O-Mático.

- -

-index -Definições especiais para aplicativos

-

Se chamar o Adicional de tipo de arquivo em um executável (aqui: StyledEdit), obterá um diálogo diferente:

-filetype-addon-stylededit.png -

No topo verá, ao invés de uma sequência MIME padronizada, a assinatura única da aplicação. Com ela, o sistema encontra o programa onde quer que esteja instalado.

-

Abaixo dele estão vários flags, controlando o comportamento do aplicativo:

- - - - - - -
Lançamento único Apenas uma instância do aplicativo pode ser executado por arquivo executável. Se possuir duas cópias daquele aplicativo, entretanto, eles poderão executar lado a lado.
Lançamento múltiplo Muitas instâncias do aplicativo podem executar simultaneamente.
Lançamento exclusivo Verdadeiramente a apenas uma instância com aquela assintaura de aplicativo é permitido executar por vez.
Apenas argumentos Indica ao aplicativo não responder a mensagens.
Aplicação em segundo plano O aplicativo não irá aparecer no Twitcher ou na lista de aplicativos em execução da Deskbar.
-

Então surge a lista de tipos de arquivos suportados. Pode-se adicionar (e remover) tipos de arquivos se considerar que o aplicativo pode manuseá-los. Como consequencia, o aplicativo aparecerá no menu de aplicativos preferidos ou no menu de contexto Abrir com... do Rastreador quando clicar com o botão direito do mouse em um arquivo daquele tipo.

-

Na base está a informação de versão e direitos autorais. Como a assinatura de aplicativo, eles são preenchidos pelo autor do aplicativo e não deverão ser alterados.

- -

-index -Definições globais com as Preferências de Tipos de Arquivos

-

As preferências dos Tipos de Arquivos não lidam com arquivos individuais mas com definições globais de tipos de arquivos. Pode-se mudar ícones padrão e aplicativos preferidos ou adicionar, remover ou alterar atributos de tipos de arquivos inteiros. Pode-se ainda criar seu próprio tipo de arquivo do zero.

-

Todos os tipos de arquivos e suas configurações estão armazenadas em /boot/home/config/settings/beos_mime/. Antes de começar a experimentar, seria prudente fazer um backup daquela pasta...

-

Para aprender mais sobre as preferências dos Tipos de Arquivos veja a oficina: Tipos de arquivos, Atributos, Indexação e Consultas.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/gui.html b/docs/userguide/userguide/pt_BR/gui.html deleted file mode 100644 index 7d8a215d6c..0000000000 --- a/docs/userguide/userguide/pt_BR/gui.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - Interface Gráfica de Usuário (GUI) do Haiku - - - - - - - - -
-
- - - - -
Índice
- Fácil deslocamento e redimensionamento
- Empilhar e encaixar (Stack & Tile)
- Caixas de diálogo Abrir e Salvar
- Replicantes
- -

Interface Gráfica de Usuário (GUI) do Haiku

- -

A interface gráfica de usuário do Haiku é uma parte integrante do sistema. Diferentemente dos sistemas operacionais baseados em Unix, não existe um gerenciador de janelas separado e inicializar apenas dentro de um console de linha de comendo não é possível. Estando o foco do Haiku no usuário final, isto não é considerado necessário.

-

Como você provavelmente tem experiência com outros ambientes gráficos, vamos pular o básico como menus, menus de contexto com clique no botão direito do mouse, arrastar e soltar, etc. Ao invés disso, vamos ter uma visão sobre alguns aspectos únicos da GUI do Haiku.

-gui.png -

Existem apenas umas poucas coisas na GUI do Haiku que não são óbvias e fazem jus a uma explanação.

-
    -
  1. O Deskbar é o menu "Iniciar" do Haiku e a barra de tarefas, se você quiser. Veja o tópico Deskbar.

  2. -
  3. A guia amarela oferece mais do que um nome de programa ou o nome de um arquivo de documento: -
    • Você pode movê-lo ao segurar a tecla SHIFT enquanto a arrasta para outra posição, habilitando empilhar uma quantidade de janelas e convenientemente acessando-as por suas guias.
    • -
    • Pode-se minimizar uma janela com um clique duplo em sua guia (ou com CTRL ALT M). Essa janela oculta pode ser acessada por sua entrada no Deskbar ou Twitcher.
    • -
    • Pode-se enviar uma janela para trás com um clique no botão direito do mouse em sua guia (ou seu contorno).
  4. -
  5. O botão fechar.

  6. -
  7. O botão "zoom" (ou CTRL ALT Z). Na maioria dos aplicativos, isto expande uma janela para o tamanho máximo. Entretanto, isso não é obrigatório. A janela do Rastreador (Tracker), por exemplo, irá redimensionar para melhor ajustar os conteúdos.

  8. -
  9. O contorna da janela. Arrastando com o botão esquerdo do mouse move a janela, com o botão direito redimensiona.

  10. -
  11. O canto de redimensionamento.

  12. -
- -

-index -Uma maneira rápida de mover e redimensionar janelas

-

Mover e redimensionar janelas é uma grande parte da interação com vários aplicativos rodando de forma concorrente. Ao invés de apontar para a pequena guia amarela ou para a ainda menor borda da janela, existe uma maneira mais conveniente de mover uma janela. Também, somando-se ao seu pequeno tamanho, o canto de redimensionamento tem outra limitação: ele apenas permite redimensionar e na direção do canto direito mais abaixo.
Arraste com o botão direito do mouse um contorno para redimensionar trabalhos, mas novamente terá que procurar com cuidado.

-

Para responder a estas questões, Haiku proporciona uma solução clara usando a combinação de teclas de gerenciamento de janela CTRL ALT e o mouse. Veja também o capítulo Atalhos e combinações de teclas para mais atalhos relativos a gerenciamento de janela.

-resizing.png -

Apertando e segurando CTRL ALT irá realçar os contornos da janela próximos ao cursor do mouse. Mova o mouse em direção à outra borda para mudar o alvo. Clicar e arrastar com o botão direito do mouse irá redimensionar a janela ao longo do(s) contorno(s) realçado(s).

-

Pressione CTRL ALT e clique e arraste com o botão esquerdo do mouse em qualquer área da janela para movê-la. Um rápido clique com o botão direito do mouse a enviará para trás.

- -

-index -Empilhar e Encaixar (Stack & Tile)

-

A interface de usuário do Haiku oferece uma característica única que evidencia o fato de que as janelas possuem uma guia amarela ao invés de uma barra de título que abrange toda a largura, para um uso perfeito. Chama-se "Empilhar e Encaixar (Stack & Tile)".
-No exemplo abaixo, uma janela do Rastreador (Tracker) com marcadores está encaixado à esquerda de uma janela do WebPositivo, o qual está empilhado com outra janela do Rastreador (Tracker) mostrando a pasta fonte haiku. Nesta animação, o usuário clica nas guias das janelas empilhadas para alternadamente trazer uma ou outra para a frente.

-gui-s+t.gif -

Conectado assim, o grupo de janelas pode ser movido e redimensionado junto - um belo arranjo para trabalhar em um ambiente mais centrado ao projeto. Ao invés de procurar pela janela certa do navegador com a documentação, do editor e do Rastreador (Tracker) e talvez um correio relativo ao projeto no qual está trabalhando, apenas empilhe-os e encaixe-os juntos.

-

Fazer o arranjo real de janelas é fácil: Pressione OPT ou SUPER (botão do Windows) enquanto arrasta uma janela pela sua guia para outra guia de janela ou borda até que ela esteja realçada. Neste momento, solte o botão do mouse.

-

Empilhar e Encaixar (Stack & Tile) consiste de duas partes relacionadas.

- - -
gui-stacking.png

"Empilhar" é colocar janelas no topo umas das outras, movendo automaticamente as guias amarelas para a posição.
-Enquanto pressiona OPT ou SUPER, as guias mudam de cor quando se sobrepõem; solte a janela para realizar o empilhamento.

- - -
gui-tilinging.png

"Encaixar" significa colar janelas horizontalmente ou verticalmente.
-Novamente, enquanto segura OPT, as bordas que serão fundidas quando arrastamos a janela mudam a cor quando próximas uma da outra.

-

A separação é feita da mesma maneira, pressionando OPT ou SUPER enquanto arrasta uma janela pela sua guia para fora do grupo.

- -

-index -Caixas de diálogo Abrir e Salvar

-

Ao abrir ou salvar um arquivo de qualquer aplicativo, uma caixa de diálogo como esta aparece:

-open-save.png -

Ela tem todas as coisas usuais: Uma lista de arquivos da pasta corrente para escolher, no caso de uma caixa de diálogo Salvar, um campo de texto para especificar um nome de arquivo e um menu pop-up para diferentes formatos de arquivo e suas definições.
-Pode-se escolher as pastas de destino no menu pop-up acima da lista de arquivos.

-

Se já existe uma janela do Rastreador (Tracker) com o local para um arquivo aberto, pode-se simplesmente arrastar também qualquer arquivo ou a representação da pasta (ou seja, o símbolo na extremidade direita da barra de menu) para dentro da caixa de diálogo. Isto alterna a caixa para aquele novo local.

- -

-index -Atalhos de teclado

-

Muitos atalhos nas caixas de diálogo Abrir e Salvar são os mesmos utilizados no Rastreador (Tracker). Além dos comandos que também estão disponíveis através do menu Arquivo, existem alguns poucos que não são tão óbvios:

- - - - - - - -
ALT NCria uma nova pasta.
ALT EPermite renomear o registro selecionado.
ALT Move para a pasta de origem.
ALT or ENTERMove para dentro da pasta selecionada.
ALT DVai para a Área de Trabalho.
ALT HVai para a pasta Home.
- -

-index -Favoritos e pastas recentes

-

O menu Favoritos nas caixas de diálogo Abrir e Salvar mostra pastas recentemente acessadas e locais favoritos que podem ser definidas por você mesmo. Como indicado pela pequena seta, pode-se também usar estes locais para navegar avançando na estrutura através dos submenus.

-favorites.png -

Para adicionar um Favorito, simplesmente navegue para seu destino e escolha Favoritos | Adicionar pasta atual. Doravante ela aparecerá em todas as caixas de diálogo abrir/salvar. Para remover um Favorito, escolha Favoritos | Configurar favoritos... e deletar sua entrada.
-Todos os Favoritos são mantidos em /boot/home/config/settings/Tracker/Go/. Lá, é possível adicionar e remover vínculos a arquivos e pastas diretamente.

- -

-index -Replicantes

-

Replicantes são pequenas partes fechadas de aplicativos que pode ser integrados a outros programas. Habilitados quando a opção Mostrar replicantes do Deskbar está ativa, reconhece-se uma parte replicante de um aplicativo por sua pequena alça, normalmente no canto direito inferior:

-replicant.png -

O local que mais aceita Replicantes é a Área de Trabalho: simplesmente arraste e solte a pequena alça sobre ela. A partir desse momento passa a fazer parte da Área de Trabalho e o aplicativo de origem do Replicante não pode ser iniciado por ela.
-Um clique com o botão direito do mouse em uma alça Replicante oferece um menu de contexto que mostra a janela Sobre do aplicativo de origem e a opção Remover replicante.

-
Caso tenha dificuldades com um Replicante na Área de Trabalho e não consiga livrar-se dele, exclua ~/config/settings/Tracker/tracker_shelf. Lamentavelmente, isto removerá todos os Replicantes da Área de Trabalho.
-

Exemplos de aplicativos replicáveis são os gráficos do Monitor de Atividade, o miniaplicativo Espaços de Trabalho ou a Calculadora de Mesa.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/activitymonitor.png b/docs/userguide/userguide/pt_BR/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/bootmenu.png b/docs/userguide/userguide/pt_BR/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/cdplayer.png b/docs/userguide/userguide/pt_BR/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/charactermap.png b/docs/userguide/userguide/pt_BR/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/cli-alert.png b/docs/userguide/userguide/pt_BR/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/cli-desklink.png b/docs/userguide/userguide/pt_BR/images/apps-images/cli-desklink.png deleted file mode 100644 index b56fd0c53f..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/pt_BR/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/codycam.png b/docs/userguide/userguide/pt_BR/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/debugger.png b/docs/userguide/userguide/pt_BR/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/debugger_alert.png b/docs/userguide/userguide/pt_BR/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/deskcalc.png b/docs/userguide/userguide/pt_BR/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/pt_BR/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/diskprobe.png b/docs/userguide/userguide/pt_BR/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/diskusage.png b/docs/userguide/userguide/pt_BR/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup.png b/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/expander-preferences.png b/docs/userguide/userguide/pt_BR/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/expander.png b/docs/userguide/userguide/pt_BR/images/apps-images/expander.png deleted file mode 100644 index 07b37ea9cd..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/pt_BR/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot.png b/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/pt_BR/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/pt_BR/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/installer.png b/docs/userguide/userguide/pt_BR/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/magnify.png b/docs/userguide/userguide/pt_BR/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mail-attachments.png b/docs/userguide/userguide/pt_BR/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mail-preferences.png b/docs/userguide/userguide/pt_BR/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mail-read.png b/docs/userguide/userguide/pt_BR/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mail-signature.png b/docs/userguide/userguide/pt_BR/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/pt_BR/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mail-write.png b/docs/userguide/userguide/pt_BR/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer.png b/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/midiplayer.png b/docs/userguide/userguide/pt_BR/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/pt_BR/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/pt_BR/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/packageinstaller.png b/docs/userguide/userguide/pt_BR/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/people-files.png b/docs/userguide/userguide/pt_BR/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/people.png b/docs/userguide/userguide/pt_BR/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/poorman.png b/docs/userguide/userguide/pt_BR/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/screenshot.png b/docs/userguide/userguide/pt_BR/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/pt_BR/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/pt_BR/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/pt_BR/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/pt_BR/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/pt_BR/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/stylededit.png b/docs/userguide/userguide/pt_BR/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/terminal-settings.png b/docs/userguide/userguide/pt_BR/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/terminal.png b/docs/userguide/userguide/pt_BR/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/textsearch.png b/docs/userguide/userguide/pt_BR/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/pt_BR/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/web+download.png b/docs/userguide/userguide/pt_BR/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/pt_BR/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/pt_BR/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/web+settings.png b/docs/userguide/userguide/pt_BR/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive.png b/docs/userguide/userguide/pt_BR/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/attributes-images/people.png b/docs/userguide/userguide/pt_BR/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/calendar.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/deskbar.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/positions.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/pt_BR/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/pt_BR/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/pt_BR/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/pt_BR/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/pt_BR/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/gui-images/favorites.png b/docs/userguide/userguide/pt_BR/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/pt_BR/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/gui-images/gui-stacking.png b/docs/userguide/userguide/pt_BR/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/gui-images/gui-tiling.png b/docs/userguide/userguide/pt_BR/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/gui-images/gui.png b/docs/userguide/userguide/pt_BR/images/gui-images/gui.png deleted file mode 100644 index 0ee9666efc..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/gui-images/open-save.png b/docs/userguide/userguide/pt_BR/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/gui-images/resizing.png b/docs/userguide/userguide/pt_BR/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/networkstatus-images/applet.png b/docs/userguide/userguide/pt_BR/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/powerstatus-images/applet.png b/docs/userguide/userguide/pt_BR/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-colors.png deleted file mode 100644 index eeb3574015..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/backgrounds.png b/docs/userguide/userguide/pt_BR/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/datatranslations.png b/docs/userguide/userguide/pt_BR/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/fonts.png b/docs/userguide/userguide/pt_BR/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/keyboard.png b/docs/userguide/userguide/pt_BR/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/pt_BR/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/keymap.png b/docs/userguide/userguide/pt_BR/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/pt_BR/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/locale-language.png b/docs/userguide/userguide/pt_BR/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/mouse.png b/docs/userguide/userguide/pt_BR/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/network.png b/docs/userguide/userguide/pt_BR/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/screen.png b/docs/userguide/userguide/pt_BR/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/pt_BR/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/pt_BR/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/sounds.png b/docs/userguide/userguide/pt_BR/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/time-clock.png b/docs/userguide/userguide/pt_BR/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/time-network.png b/docs/userguide/userguide/pt_BR/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/time-time.png b/docs/userguide/userguide/pt_BR/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/time-timezone.png b/docs/userguide/userguide/pt_BR/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/touchpad.png b/docs/userguide/userguide/pt_BR/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/pt_BR/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/processcontroller-images/applet.png b/docs/userguide/userguide/pt_BR/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/processcontroller-images/memory.png b/docs/userguide/userguide/pt_BR/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/processcontroller-images/priority.png b/docs/userguide/userguide/pt_BR/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/processcontroller-images/quit.png b/docs/userguide/userguide/pt_BR/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/queries-images/basic-query.png b/docs/userguide/userguide/pt_BR/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/queries-images/formula-query.png b/docs/userguide/userguide/pt_BR/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/queries-images/query-window-filled.png b/docs/userguide/userguide/pt_BR/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/queries-images/query-window.png b/docs/userguide/userguide/pt_BR/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/queries-images/result-window.png b/docs/userguide/userguide/pt_BR/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/pt_BR/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 26fed82446..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/drill-down.png b/docs/userguide/userguide/pt_BR/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/get-info.png b/docs/userguide/userguide/pt_BR/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/mount-settings.png b/docs/userguide/userguide/pt_BR/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/new-menu.png b/docs/userguide/userguide/pt_BR/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/pt_BR/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/open-with.png b/docs/userguide/userguide/pt_BR/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/pt_BR/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/transaction-status.png b/docs/userguide/userguide/pt_BR/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/pt_BR/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/window-menu.png b/docs/userguide/userguide/pt_BR/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/pt_BR/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-email-images/browsing.png b/docs/userguide/userguide/pt_BR/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/pt_BR/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-1.png b/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-2.png b/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-3.png b/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-4.png b/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-email-images/status.png b/docs/userguide/userguide/pt_BR/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/pt_BR/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/pt_BR/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/images/workspaces-images/workspaces.png b/docs/userguide/userguide/pt_BR/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/pt_BR/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_BR/index.html b/docs/userguide/userguide/pt_BR/index.html deleted file mode 100644 index 089adba19f..0000000000 --- a/docs/userguide/userguide/pt_BR/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - Índice - - - - - - - - -
-
- -

Índice

- -

Atributos e Consultas são funcionalidades-chave do Haiku. Ao passo que os atributos são úteis por si mesmos, para mostrar informação adicional em um arquivo, para uma consulta, é necessário que eles sejam indexados. Ele os põe dentro de uma tabela de consulta, a qual por sua vez realiza consultas super rápidas.
-O índice é parte do sistema de arquivos e é mantido por todo volume/partição separadamente.

- -

-Comandos de indexação no Terminal

-

Existem vários comandos para gerenciar o índice:

-
    -
  • lsindex - Mostra os atributos indexados no volume/partição atual.
    -Estes são os atributos que são indexados por padrão:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Adiciona um atributo ao índice de um volume/partição.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Somente novos arquivos com aquele atributo vem automaticamente dentro do índice!
-Arquivos existentes tem que ser adicionados manualmente ao copiá-los e eliminando os originais após isso. Alternativamente pode-se utilizar o comando reindex. -

-
    -
  • reindex - Põe os atributos de arquivos existentes dentro do recém-criado índice de um volume/partição.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Remove um atributo de um índice de um volume/partição.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/keyboard-shortcuts.html b/docs/userguide/userguide/pt_BR/keyboard-shortcuts.html deleted file mode 100644 index 529e67ed65..0000000000 --- a/docs/userguide/userguide/pt_BR/keyboard-shortcuts.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - Atalhos e combinações de teclas - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Atalhos e combinações de teclas

- -

Por padrão, a tecla de atalho do Haiku, para chamar comandos a partir de menus por exemplo, não é a usual tecla CTRL, mas ALT. isto tem razões históricas, porque o BeOS era ligeiramente inspirado no MacOS. Após acostumar-se, ele realmente tem vantagens como por exemplo ALT C e ALT V integram discretamente no shell bash do Terminal, onde CTRL C fecha o processo em execução.

-

Em todo caso, pode-se alternar para a talvez mais familiaryou can switch to the maybe more familiar tecla CTRL nas preferências do Mapa de teclado. O guia do usuário sempre descreve a configuração padrão com a tecla de comando sendo ALT.

-

Se está em dúvida sobre quais teclas são as teclas OPT ou MENU em seu mapa de teclado/disposição de teclado particular, novamente utiliza as preferências do Mapa de Teclado. Lá pode-se ver que sinal é enviado ao pressionar uma tecla do teclado.

- -

-index -Atalhos gerais

-

Eis uma tabela de muitos dos mais comumente utilizados atalhos que estão sempre disponíveis, mesmo que não haja um menu correspondente:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxAlterna para Espaço de trabalho X (Fx é a tecla de função correspondente àquele espaço de trabalho). Leva a janela ativa junto, adicionando SHIFT
CTRL ALT / / / Navega espacialmente nas linhas/colunas dos espaços de trabalho disponíveis. Adicione SHIFT para que uma janela ativa acompanhe.
OPTSegurando OPT enquanto arrasta uma janela próxima a outra guia de janela ou borda irá empilhar ou encaixá-las (veja capítulo GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + botão esquerdo do mouseClique e arraste com o botão esquerdo do mouse para mover uma janela (veja capítulo GUI).
CTRL ALT + botão direito do mouseClique e arraste com o botão direito do mouse para redimensionar uma janela (veja capítulo GUI).
CTRL ALT ZAproxima uma janela para um tamanho alternativo (tamanho máximo para a maioria dos aplicativos).
CTRL ALT MMinimiza a janela ativa.
CTRL ALT HOculta (minimiza) todas as janelas do aplicativo ativo.
CTRL ALT FPuxa a janela ativa para a frente (apenas aplicável com a definição do mouse Foco Segue o Mouse).
CTRL ALT BEnvia a janela ativa para trás.
CTRL TABMantenha pressionado para acionar o Alternador.
CTRL ALT DELAbre o Monitor de Team.
ALT ESCInsere a barra de menu (sai com ESC).
ALT CCopia a seleção para a área de transferência.
ALT XCorta a seleção para a área de transferência.
ALT VCola o conteúdo da área de transferência.
ALT WFecha a janela ativa.
ALT QEncerra um aplicativo.
PRINTFaz uma captura de tela com atraso zero e carrega a janela de diálogo Captura de Tela.
SHIFT PRINTObtém uma captura de tela silenciosamente (sem abrir a janela de diálogo), enquanto ainda respeita as últimas definições utilizadas.
CTRL PRINTTambém obtém uma captura de tela silenciosamente com as definições salvas, mas ao invés de salvá-la como um arquivo, apenas copia para a área de transferência.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Atalhos para navegação no Rastreador

-

Adicionalmente aos atalhos gerais, eis algumas mais para navegação com o Rastreador:

- - - - - - - - -
ALT Abre a pasta pai.
ALT or ENTERAbre a pasta selecionada.
OPTSegurando-o enquanto abre uma pasta fechará automaticamente a pasta pai. Isto também funciona ao navegar com o mouse.
MENUAbre o menu do Deskbar (sai com ESC).
ALT ZDesfaz a última ação. O histórico de desfazer é limitado apenas pela memória disponível. Observe, porém, que isto funciona apenas para ações no arquivo em si, atributos alterados e configurações de permissão não podem ser desfeitos com isto. Também, uma vez que um arquivo é removido do Lixo, já era.
ALT SHIFT ZRefaz a ação que acabou de reverter com ALT Z.
SHIFT + Roda do mouseAo rolar através de uma longa lista de arquivos em uma janela do Rastreador ou quando está navegando por submenus, isto acelerará as coisa ao fazer rolagem de página inteligente.
- -

-index -Atalhos no Terminal

- - - - - - - - - - - - - - - - -
ALT NAbre outra sessão do Terminal em uma nova janela.
ALT TAbre outra sessão do Terminal em uma nova guia.
ALT 1, 2, 3 ...Alterna para a guia correspondente.
ALT TABAlterna para a próxima janela do Terminal.
SHIFT / Alterna para a guia da esquerda/direita.
ALT SHIFT / Move a guia atual para a esquerda/direita.
ALT + / -Aumenta/Diminui o tamanho da fonte.
ALT ENTEREntra/sai do modo de tela cheia.
SHIFT / Rola a saída do Terminal para cima/baixo uma linha.
SHIFT Page↑ / Page↓Rola a saída do Terminal para cima/baixo uma página.
TABPreenchimento com a tabulação. Após inserir algumas letras, pressione TAB uma vez para auto-completar um nome de arquivo ou caminho. Se existe mais do que uma opção, ele pára onde o nome começa a diferenciar e você tenha acrescentado mais algumas letras para distingui-los mais. Pode-se também pressionar TAB duas vezes para ter todas as opções listadas.
/ Move para cima ou para baixo num histórico de todos os comandos previamente inseridos.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CPara o comando atualmente em execução.
CTRL DFecha a atual sessão do Terminal.
- -

-index -Outras combinações de teclas

-

Pode-se adicionar ou remover ítens para/de uma seleção segurando uma tecla modificadora enquanto clica em uma entrada (ou arquivo no caso do Rastreador).

- - - -
SHIFTIsto irá selecionar tudo entre o primeiro item selecionado e aquele no qual clicou.
ALTAdiciona ou remove o ítem que está clicando a partir da seleção.
-

Em uma janela do Rastreador, se começar a digitar, o Rastreador rola e seleciona o arquivo que melhor preenche sua pesquisa incremental. Se não houver arquivo iniciando com as letras digitadas, Arquivos que contenham a sequência da pesquisa em algum lugar do seu nome ou outros atributos mostrados são selecionados. Esta pesquisa not diferencia maiúsculas de minúsculas.
-As letras digitadas aparecem na parte inferior à esquerda, onde normalmente o número de itens é listado. Após um segundo ela volta e pode-se iniciar uma nova pesquisa incremental.
-Ao invés de pular para a primeira ocorrência da sequência de pesquisa, o Rastreador pode ser configurado para filtrar todos os arquivos não coincidentes. Veja o tópico em filtragem de auto-preenchimento.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences.html b/docs/userguide/userguide/pt_BR/preferences.html deleted file mode 100644 index 5678d12592..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Preferências - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Preferências

- -

Embora a filosofia fundamental do Haiku é reduzir as opções e, ao invés disso, ter padrões sensíveis, existem algumas coisas que precisam ser configuradas ou podem ser definidas pela preferência individual. Encontre todas as janelas de diálogo no menu Preferências do Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAparência Configure certos aspectos da interface gráfica.
iconPlanos de Fundo Defina uma cor ou imagem como plano de fundo da Área de trabalho ou qualquer outra pasta.
iconTraduções de Dados Definições para todos os formatos de arquivo suportados.
iconDeskbar Configure o Deskbar.
iconCorreio eletrônico Configure suas contas de correio.
iconTipos de Arquivos Adicione, remova e configure tipos de arquivos.
iconTeclado Configure o atraso e a taxa de repetição de tecla.
iconMapa de Teclado Defina o mapeamento do seu teclado.
iconLocalidade Defina a linguagem do seu sistema e sua formatação.
iconMídia Definições de áudio e vídeo como dispositivos de entrada e saída e o misturador de áudio do sistema.
iconMouse Configure seu mouse.
iconRede Configure sua rede.
iconImpressoras Adicione, remova e configure impressoras.
iconTela Configure resolução, profundidade, taxa de atualização e número de Workspaces usados.
iconProtetor de Tela Adicione, remova e configure um protetor de tela.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSons Atribua sons a diferentes eventos do sistema.
iconData e Hora Defina hora, data e fuso horário.
iconRastreador (Tracker) Configure o gerenciador de arquivos do Haiku.
iconTouchpad Configure seu touchpad.
iconMemória Virtual Defina a quantidade de espaço de troca.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/appearance.html b/docs/userguide/userguide/pt_BR/preferences/appearance.html deleted file mode 100644 index 93ea1433a8..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/appearance.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Aparência - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

appearance-icon_64.pngAparência

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Appearance
Definições:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

As preferências de aparência permitem a modificação de certas características visuais do Haiku.

- -

-index -Fontes

-appearance-fonts.png -

O Haiku define três fontes padrão para diferentes propósitos. Pode-se definir tipos de fontes planas, negrito e fixas e tamanhos que serão utilizados em todo o sistema. Além disso, existe também uma definição separada para aos fontes usadas nos menus.

- -

-index -Instalando novas fontes

-

Novas fontes que não vêm como parte de um pacote .hpkg regular podem ser instaladas copiando-as dentro de uma subpasta, de acordo com o tipo da fonte (psfonts ou ttfonts) dentro de sua respectiva pasta non-packaged (veja o tópico Disposição do sistema de arquivos). Para fontes TrueType devem ser:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    para fontes disponíveis a todos os usuários.
/boot/home/config/non-packaged/data/fonts/ttfonts/    para fontes disponíveis apenas para si mesmo.
- -

-index -Cores

-appearance-colors.png -

Na guia Cores, pode-se mudar as cores de diferentes partes da interface de usuário. A cor aceita arrastar e soltar de outros programas, permitindo arrastar cores, por exemplo, do WonderBrush, Icon-O-Matic ou da caixa de diálogo do Papel de Parede.

- -

-index -Decoração de janelas

-appearance-decorators.png -

Decoração determina a aparência de janelas e todos os elementos da interface de usuário. Atualmente o Haiku vem com apenas uma decoração padrão. Se localizar e instalar outras decorações, pode-se escolher um diferente a partir do menu pop-up.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Antisserrilhamento

-appearance-antialiasing.png -

A guia Antisserrilhamento oferece diferentes definições sobre como as coisas são renderizadas na tela.

- -

-index -Sugestão de glifo

-

Uma Sugestão de glifo ativada alinha todas as letras de tal modo que suas bordas verticais e horizontais fiquem exatamente entre dois pixels. O resultado é um contraste perfeito, especialmente ao lidar com preto sobre branco. O texto aparece mais nítido. Existe também uma definição para Apenas fontes monoespaçadas que é especialmente útil em dispositivos com baixa resolução como netbooks. Fontes pequenas podem ficar muito ruins quando a alusão está ligada, mas com esta definição ainda terá a vantagem da alusão para editores de texto e o Terminal.

-

Veja a diferença que a alusão produz com estas telas ampliadas:

- - -
appearance-glyph-off.png
Sugestão: desligada
appearance-glyph-on.png
Sugestão: ligada
-

Deve-se salientar que todas as janelas de Ampliação nesta página são naturalmente processadas com as diferentes opções apresentadas. Então, tenha uma impressão real das definições pela comparação, por exemplo, com o título em negrito da guia amarela ou o texto "33 x 15 @ 8 pixels/pixel".

- -

-index -Tipo de antisserrilhamento

-

Outra técnica para melhorar a renderização é o Antisserrilhamento, que suporta todos os gráficos vetoriais assim como texto. Ele suaviza as linhas pela mudança de cor de certos pixels. Existem dois métodos para isso:

-

Escala de cinza muda a intensidade dos pixels nas bordas.
-Subpixel LCD faz um trabalho ainda melhor, especialmente com monitores LCD (alta resolução). Ao invés da intensidade de um pixel, Ele muda sua cor, o que move uma borda por uma fração de um pixel, porque telas LCD produzem cada pixel com um componente vermelho, verde e azul.

-

Novamente, os dois diferentes métodos com telas ampliadas:

- - -
appearance-glyph-off.png
Escala de cinza, Sugestão: desligada
appearance-subpixel.png
Subpixel LCD, Sugestão: desligada
-

Antisserrilhamento baseado em subpixel adiciona um suave brilho colorido aos objetos. Algo não tolerado por todos. No Haiku pode-se misturar os dois métodos de antisserrilhamento e encontrar a definição certa pelo uso de um botão deslizante.

-
O antisserrilhamento baseado em subpixel em combinação com a sugestão de glifo é objeto de uma patente de software e, por isso, não é disponível por padrão. A depender de em qual parte do mundo resida, poderá ter uma versão desbloqueada. Desculpe-nos por isso. Converse com seu representante.
-

Se ativar a sugestão mais a renderização por subpixel LCD pela mudança da fonte e recompilar, esta é a aparência comparada com a sugestão com Escala de cinza:

- - -
appearance-glyph-on.png
Escala de cinza, Sugestão: ligada
appearance-glyph-on-subpixel.png
Subpixel LCD, Sugestão: ligada
-


-

Na base da caixa de diálogo estão dois botões:

- - - -
Padrão redefine tudo para os valores padrão.
Reverter traz de volta as definições que estavam ativas quando iniciou as preferências da Aparência.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/backgrounds.html b/docs/userguide/userguide/pt_BR/preferences/backgrounds.html deleted file mode 100644 index bf24a96a4f..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/backgrounds.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Planos de Fundo - - - - - - - - -
-
- -

backgrounds-icon_64.pngPlanos de Fundo

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Backgrounds
Definições:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - armazena a posição da janela de diálogo
-

Pode-se definir uma cor ou uma imagem como fundo para cada pasta e a Área de Trabalho para cada espaço de trabalho.

-


-backgrounds.png -

O menu do topo especifica se suas mudanças são aplicadas apenas ao espaço de trabalho atual, a todos os espaços de trabalho, uma pasta específica ou como padrão para todas as novas pastas.

-

Logo abaixo pode-se atribuir uma imagem ou selecionar Nenhum se deseja simplesmente um fundo colorido. Imagens podem também ser arrastadas e soltas dentro da pré-visualização à esquerda.

-

Se estiver utilizando uma imagem, escolha o posicionamento:

- - - - - -
Manual permite especificar as coordenadas. Pode-se arrastar a figura em torno da pré-visualização à esquerda ou especificar X e Y manualmente.
Centralizado centraliza a figura no meio da tela.
Ajustar para caber amplia a figura sem considerar sua taxa de exibição até preencher a tela.
Ladrilhado preenche a tela pela repetição da figura.
-

Ativar Contorno de rótulo de ícone põe um contorno fino ao redor de rótulos de ícone.

-

Se o texto real de um rótulo de ícone é preto ou branco depende da configuração do seletor de cores. Uma cor escura define o texto para branco, uma cor clara, para preto. Então, se atribuir uma imagem muito brilhante para o fundo, deverá também definir o seletor de cores para uma cor mais brilhante de maneira a ter rótulos de ícone legíveis em preto. (Ou utilizar a opção de contorno acima.)
-A cor selecionada é também refletida em Miniaplicativo dos Espaços de Trabalho, o qual ignora imagens como fundos.

- - - -
Reverter traz de volta as definições que estavam ativas quando iniciou as preferências de Papel de Parede.
Aplicar define suas mudanças.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/datatranslations.html b/docs/userguide/userguide/pt_BR/preferences/datatranslations.html deleted file mode 100644 index fb791f580b..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/datatranslations.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - Traduções de Dados - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

datatranslations-icon_64.pngTraduções de Dados

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/DataTranslations
Definições:~/config/settings/* - Todo Tradutor cria seu próprio arquivo de configuração aqui após a mudança do padrão.
-~/config/settings/system/DataTranslations settings - Armazena a posição da caixa de diálogo.
-

Todo aplicativo tem a habilidade de abrir e salvar todo formato de arquivo para o qual existe um Tradutor instalado. As definições para estes Tradutores são configuradas nas preferências de Traduções de Dados.

-


-datatranslations.png -

Dependendo de suas capacidades, cada Tradutor oferece diferentes definições. Pelo menos obter-se-á um botão Informações... que abre uma janela com os créditos e o caminho da instalação.
-A tabela seguinte dá uma visão geral dos Tradutores padrão e suas opções mais úteis.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
imagens BMP24bit, não comprimida, sem transparência
imagens EXRformato da ILM com high dynamic-range (HDR)
imagens GIF8bit, compressão sem perda, transparência
-Pode-se reduzir o tamanho do arquivo limitando o número de cores usadas e a paleta.
-Também pode-se gravar imagens com transparência, pelo uso automático do canal alfa ou definindo o valor de RGB que será transparente, manualmente.
HVIF iconsTranslator for Haiku's vector icon format
imagens JPEG200024bit, comprimida, sem transparência
-Aqui, o cuidado normalmente é apenas com a qualidade da saída.
imagens JPEG24bit, comprimida, sem transparência
-Além da qualidade da saída pode-se também definir uma suavização que irá amainar a compressão dos objetos mas pode manchar um pouco a imagem.
imagens PCX24bit, não comprimida, sem transparência, formato PC Paintbrush Exchange
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
imagens PNG32bit, compression sem perda, transparência
imagens PPM24bit, não comprimida, sem transparência, formato Portable PixMap
imagens RAWaté 48bit, não comprimida, sem transparência
arquivos de texto RTFTexto formatado
imagens SGI24bit, compressão sem perda opcional, transparência
arquivos StyledEdit Plain text with formatting stored in attibutes
imagens TGA32bit, compressão sem perda opcional, transparência
imagens TIFF24bit, compressão sem perda opcional, camadas, transparência
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
imagens WonderBrush32bit, camadas, transparência, dados vetor/pixel
-


-
Capturas de tela, gráficos, desenhos em preto e branco e outras imagens com poucas cores utilizadas, assim como figuras pequenas são melhor armazenadas como GIF (até 256 cores) ou PNG (milhões de cores). JPEG, por exemplo, introduz compressão aos objetos sem ganho nos menores tamanhos de arquivo.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/deskbar.html b/docs/userguide/userguide/pt_BR/preferences/deskbar.html deleted file mode 100644 index 398136abfb..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Deskbar
Definições:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

A caixa de diálogo de preferências do Deskbar está disponível também a partir do Deskbar. Suas definições são discutidas no tópico Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/e-mail.html b/docs/userguide/userguide/pt_BR/preferences/e-mail.html deleted file mode 100644 index 83d5e0c23a..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/e-mail.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - Correio Eletrônico - - - - - - - - -
-
- - - - -
Índice
- Criando uma nova conta de correio
- Definições de conta
- Configurando a entrada de correio
- Configurando a saída de correio
- Notificações e filtros de correio
- Configurando um Serviço de Correio -
- -

e-mail-icon_64.pngCorreio Eletrônico

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/E-mail
Definições:~/config/settings/Mail/*
-

O Haiku provê um sistema que recupera correio eletrônico regularmente através de um Serviço de Correio Eletrônico (também conhecido como mail_daemon) e salva cada mensagem como um arquivo de texto simples. Ele analisa a mensagem e preenche seus atributos com todas as informações principais e necessárias, como De, Para, Assunto e seu status de não lido. Agora ele pode ser consultado por você ou por qualquer aplicativo. Este sistema também torna fácil alternar clientes de correio eletrônico como todos os dados e sua configuração permanece a mesma.
-A configuração é feita no painel Preferências de Correio Eletrônico.

- -

-index -Criando uma nova conta de correio

-

Vamos passar pelo processo de definir uma conta de correio eletrônico.
-Comece clicando no botão Adicionar para criar uma conta nova, sem nome. Isto abre um painel onde você preenche as informações de sua conta:

-e-mail-new-account.png -

Primeiro, defina como receber seu correio, via POP3 ou IMAP.

-

Agora entre com seu Endereço de Correio Eletrônico, Nome de Autenticação e Senha, dê um Nome da Conta sob o qual será conhecido no Haiku e seu Nome verdadeiro.

-

Se sua conta é de um provedor de correio eletrônico de grande porte, o Haiku já conhece todos os detalhes técnicos como endereços IP do servidor. Se não for o caso, clicar Próximo abrirá outra janela para entrar com esta informação manualmente:

-e-mail-new-account-2.png -

Primeiro defina o Nome do Servidor, Tipo de autenticação e Tipo de conexão para a caixa de entrada, abaixo os dados para a caixa de saída. As informações necessárias são encontradas no sítio web do seu provedor de correio eletrônico.
-Veja abaixo mais informações sobre as várias definições e opções adicionais.

- -

-index -Definições de conta

-

Selecionando o nome de uma conta na lista à esquerda, pode-se mudar algumas definições gerais:

-e-mail-accounts.png -

O Nome da conta é o nome que é mostrado, por exemplo, na lista de contas nas Preferências de Correio Eletrônico. Nome verdadeiro é o nome que alguém vê quando ele recebe uma mensagem sua. Endereço de resposta é o endereço de correio eletrônico que é utilizado quando alguém responde sua mensagem. Normalmente é o mesmo endereço de onde você enviou sua mensagem.

-

Se deseja utilizar uma conta de correio para apenas enviar ou apenas receber mensagens, pode-se a (des)ativar aquela utilização clicando com o botão direito do mouse no nome da conta na lista da esquerda para definir as caixas de seleção de acordo com sua escolha.

- -

-index -Mais sobre configurar a entrada de correio

-

Clique em Entrada sob o nome da sua conta para configurar como as mensagens são recebidas.

-e-mail-in.png -

Primeiro é o endereço do Servidor de correio para mensagens recebidas. Se seu provedor necessita que você logue em uma porta específica, adicione-a ao endereço, separada por dois pontos. Por exemplo, pop.your-provider.org:1400.

-

Então entre com seus dados de autenticação, Nome de autenticação e Senha, e se necessário altere o Tipo de autenticação do padrão Texto simples para APOP.

-

Se utilizar POP3 recuperar mensagens destas conta a partir de diferentes computadores, você pode querer ativar a opção para Deixar correio no servidor e somente Remover correio do servidor quando eliminado localmente.

-

Se utilizar IMAP ao invés disso, existe a opção para Remover correio do servidor quando eliminado localmente. Pode-se especificar Pastas IMAP para apenas sincronizar com uma pasta específica e suas subpastas.

-

Igualmente, pode-se optar por somente Baixar parcialmente mensagens maiores que um determinado tamanho. Isto irá apenas obter o cabeçalho e pode-se decidir se deseja baixar o restante da mensagem mais possíveis anexos após ver o assunto e quem enviou. Útil caso tenha uma conexão lenta.

-

Pode-se mudar o Destino da sua Caixa de Entrada (padrão: /boot/home/mail/in/), o que é útil se deseja separar as mensagens de diferentes contas para suas próprias pastas. Contudo, consultas permitem ordenar as coisas muito bem.

- - -

-index -Mais sobre configurar a saída de correio

-

Clique em Saída abaixo do nome da sua conta para configurar como as mensagens são enviadas.

-e-mail-out.png -

Primeiro é o endereço do Servidor SMTP para mensagens enviada. Assim como o servidor de entrada anterior, pode-se usar uma porta específica se necessário, por exemplo mail.your-provider.org:1200.

-

Se precisa autenticar-se, modifique o Tipo de Autenticação para ESMTP e entre com o nome de usuário e senha acima. O outro tipo é usado para provedores que precisam de checagem por correio com POP3 antes de SMTP para identificação.

-

Assim como o correio de entrada, pode-se também mudar o Destino da caixa de saída (padrão: /boot/home/mail/out/).

- -

-index -Notificações e outros filtros de correio

-

Notificações para mensagens recém-chegadas e métodos de ordenar e filtrar o correio são encontrados em Filtros de Correio Eletrônico sob um nome de conta. Pode-se adicionar qualquer número de filtros que são aplicados um após o outro e rearranjá-los arrastando e soltando-os para sua nova posição.
-Atualmente existem três Filtros de Correio Recebido que poderá adicionar. Após adicionar um filtro, selecione-o para ver suas opções.

- -

-index -Filtro de Spam (AGMS Bayesiano)

-e-mail-filter-spam.png -

O filtro de mensagens indesejadas utiliza métodos estatísticos para classificar uma mensagem como indesejada. Ele atribui um valor entre zero e 1 a ela e pode-se decidir o que são os limites para uma mensagem genuína e que será considerado indesejado.
-Pode-se ter aquela classificação de spam adicionada ao início do assunto.
Igualmente, o filtro de mensagens indesejadas pode aprender de todo o correio de entrada. Naturalmente, terá que ensiná-lo a ordenar os falso positivos, correios que foram erroneamente marcados como indesejados. Encontrará mais sobre o assunto quando discutirmos o aplicativo Correio.

-

Junto com o Filtro de Regra seguinte, você será capaz de automaticamente ordenar correios indesejados detectados.

- -

-index -Filtro de regra

-e-mail-filter-header.png -

Este filtro compara o cabeçalho da mensagem a um padrão de pesquisa e realiza alguma ação de acordo com as regras definidas.
-Com o primeiro campo de texto especifique qual cabeçalho verificar. Estes estão disponíveis:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nome o nome do remetente
De o endereço de correio do remetente
Para seu endereço de correio (diferente para cada conta de correio)
Responder para o endereço de correio para o qual são enviadas respostas
Quando a data e hora que o correio foi recebido
Assunto a linha de assunto
Com cópia para endereços de qualquer pessoa que receba uma cópia (Cc)
Conta o nome da conta de correio
Status O status atual do correio. Normalmente, este pode ser "Lido", "Respondido", "Enviado", "Encaminhado", "Novo", ou qualquer coisa que você mesmo tenha definido. Contudo, a menos que você mesmo tenha mudado num filtro, ele sempre será "Novo" após o Serviço de Correio ter buscado a mensagem.
Prioridade é definido pelo programa de correio do remetente (por exemplo, "urgente")
Tarefa essencialmente o mesmo que "Assunto", mas sem coisas como Re: ou Fwd:
Grupo de classificação dependendo em como o filtro de correio indesejado o classificou, isto irá ou ser vazio (se incerto) ou conter a palavra "Genuíno" ou "Spam"
Estimativa de Spam/Genuíno esta é uma estimativa numérica que o filtro de correio indesejado atribui ao correio. Eles são exibidos em notação científica, onde 1.065e-12 se traduz em 1.065 dividido por 10 à 12ª potência, o que neste caso significa 0.000000000001065.
-

O segundo campo de texto abriga seu padrão de pesquisa. Ele aceita expressões regulares os quais lhe dá grande flexibilidade, enquanto infelizmente complica um pouco as coisas. Leia um pouco sobre o assunto, vale a pena e padrões de pesquisa simples não são tão complicados assim.

-

Com o menu pop-up abaixo dele, atribua uma ação quando o padrão corresponder. Pode-se mover ou eliminar uma mensagem, definir o status para "Lido" ou qualquer outra coisa ou definir a conta de correio que usará para responder.

- -

-index -Notificação de novos correios

-e-mail-filter-notification.png -

Existem diversos modos para escolher ser notificado de mensagens recém-chegadas. Em Método encontra-se um número de opções que podem ser combinadas como segue:

- - - - - - - - - - - - - - - -
nenhum Nenhuma notificação
Bip Toca o arquivo de som do evento "Novo Correio" definido nas preferências de Sons para todo novo correio
Alerta Exibe uma janela de alerta para todo novo correio
LEDs do teclado Pisca alguns LEDs como o indicador de trava de maiúscula
Alerta central Exibe uma janela de alerta para todos os novos correios
Bip central Toca o arquivo de som do evento "Novo Correio" definido nas preferências de Sons uma vez para novos correios
Janela de Relatório Exibe a janela de relatório
- -

-index -Filtros de Saída de Correio

-

Neste momento, existe apenas um filtro que trata com o correio recebido: biscoito da sorte. -
Ele irá anexar um engraçado ou sábio "biscoito da sorte" escolhido aleatoriamente no final de cada correio antes de ser enviado. Pode-se experimentá-lo digitando o comando fortune num Terminal.

- -

-index -Configurando um Serviço de Correio

-

Agora que seus servidores de entrada e saída de correio (e talvez alguns filtros também) estão configurados, diga ao Serviço de Correio que faça toda a verificação e busca, como é o seu trabalho.

-e-mail-settings.png -

Em Verificação de correio configure o intervalo no qual o servidor da conta de correio é sondado sobre novas mensagens.
-Se estiver em uma conexão discada, pode desejar fazer com que acesse Apenas quando a conexão discada estiver conectada e também Agendar correio enviado quando a conexão discada estiver conectada para evitar discar automaticamente com regularidade apenas para verificar o correio.

-

O serviço de Correio tem uma janela de status a qual pode ser definida para ser exibida Nunca, Enquanto estiver enviando, Enquanto estiver enviando e recebendo ou Sempre.

-

Certifique-se de Carregar os serviços de correio na inicialização ou não haverá mail_daemon executando para atender seu pedido...

-e-mail-mailbox.png -

Editar menu da caixa de correio... irá abrir a pasta /boot/home/config/Mail/Menu Links/. Todas as pastas ou consultas (!) ou seus vínculos colocados nesta pasta irão aparecer no menu de contexto do ícone da caixa de correio de Serviços de Correio na bandeja da Deskbar.

-

A partir daquele menu, pode-se também Criar nova mensagem..., Verificar mensagens agora ou editar as Preferências....

-

Se segurar a tecla SHIFT quando chamar o menu de contexto, obterá comandos adicionais:

- - - - - - - -
Checar apenas por correios Oferece um submenu para verificar apenas uma conta específica
Enviar correios pendentes Permite enviar correios pendentes sem verificar também novas mensagens
Desligar serviços de correio Desliga toda a infraestrutura de correio eletrônico (mail_daemon)
-

O ícone da caixa de correio por si mesma mostra se existem mensagens não lidas (status "Novo") quando existem envelopes dentro.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/filetypes.html b/docs/userguide/userguide/pt_BR/preferences/filetypes.html deleted file mode 100644 index 5a05f82240..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Tipos de Arquivos - - - - - - - - -
-
- -

filetypes-icon_64.pngTipos de Arquivos

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/FileTypes
Definições:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Armazena todos os tipos MIME como pastas.
-

Por favor, consulte o tópico Tipos de arquivos e a oficina Tipos de arquivos, Atributos, Indexação e Consultas que explicam mais sobre esta caixa de diálogo de preferências.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/fonts.html b/docs/userguide/userguide/pt_BR/preferences/fonts.html deleted file mode 100644 index e3c308343c..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/fonts.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Fonts - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngFonts

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Fonts
Configurações:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Stores the panel's window position.
-


-fonts.png -

O Haiku define três fontes padrão para diferentes propósitos. Pode-se definir tipos de fontes planas, negrito e fixas e tamanhos que serão utilizados em todo o sistema. Além disso, existe também uma definição separada para aos fontes usadas nos menus.

- - - -
Padrão redefine tudo para os valores padrão.
Reverter brings back the settings that were active when you started the Fonts preferences.
- -

-index -Installing new fonts

-

Instale novas fontes copiando-as para dentro de suas respectivas pastas de usuário, ou seja /boot/common/data/fonts/ ou /boot/home/config/data/fonts/ (veja o tópico Disposição do sistema de arquivos).

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/keyboard.html b/docs/userguide/userguide/pt_BR/preferences/keyboard.html deleted file mode 100644 index 9423a38a00..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/keyboard.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Teclado - - - - - - - - -
-
- -

keyboard-icon_64.pngTeclado

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Keyboard
Definições:~/config/settings/Keyboard_settings
-


-keyboard.png -

Defina a taxa de repetição e o atraso até que uma tecla pressionada comece a repetir. Pode-se testar as definições no campo de texto na parte inferior.

- - - -
Padrão redefine tudo para os valores padrão.
Reverter traz de volta as definições que estavam ativas quando iniciou as preferências de Teclado.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/keymap.html b/docs/userguide/userguide/pt_BR/preferences/keymap.html deleted file mode 100644 index 6de62f6a5b..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/keymap.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - Mapa de Teclado - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

keymap-icon_64.pngMapa de Teclado

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Keymap
Definições:~/config/settings/Keymap/* - Localização dos mapas de teclado modificados pelo usuário.
-~/config/settings/Key_map
-


-keymap.png -

À direita, a janela do Mapa de Teclas mostra uma representação do seu teclado. Quando você pressiona uma tecla, o botão correspondente a esta tecla é escurecido e seu respectivo símbolo é inserido no campo de texto Sample and Clipboard na parte inferior. A partir daí, você também pode copiar e colar esse texto em um documento.
-Assim, as preferências do Mapa de Teclas além de servirem para configurações locais de seu teclado, também são úteis na hora de procurar um símbolo especial usado em outros idiomas. Por exemplo, você pode trocar o mapa de teclas para tcheco ("Czech"), encontrar o "č", e copiá-lo para um e-mail ou um documento. (Embora você possa achar este caractere também em outros mapas de teclas...)

-

Ao pressionar teclas modificadoras como SHIFT, CONTROL ou OPTION, temos uma mudança no teclado exibido conforme a tecla modificadora.

-

Então existem as teclas que são marcadas com um fundo azul. Estas teclas são chamadas Teclas Mortas que podem alterar a tecla que pressionar depois dela. Se clicar com o mouse sobre uma tecla azul, aquelas teclas modificáveis ficam amarelas. Clique novamente e tudo volta ao normal. Exemplos são é, ñ, ó ou ë.

-

Abaixo da representação do teclado estão mais duas opções:

- - - -
Selecionar teclas mortas para definir as teclas azuis mencionadas acima.
Alterar tecla de atalho... para utilizar a tecla de atalho em modo Windows/Linux, ou seja CONTROL (normalmente CTRL) ou modo Haiku, ou seja COMMAND (normalmente ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

Para melhor combinar o painel do Mapa de Teclado com seu teclado físico, existem muitas diferentes definições disponíveis a partir do menu Disposição.

-

A fonte utilizada na representação do teclado é definida a partir do menu Fonte. Observe que ela pode ou não conter todos os símbolos para um teclado específico.

-

Finalmente, existe um botão Reverter para trazer de volta as definições que estavam ativas quando iniciou as preferências do Mapa de Teclado.

- -

-index -Manipulação avançada de mapa de teclado

-

existe outro método para personalizar seu mapa de teclado além do painel de preferências do Mapa de Teclado. Ele envolve editar um arquivo de texto contendo valores hexadecimais, os quais podem parecer assustadores à primeira vista, mas não são realmente impossíveis de compreender.

-

Pode-se desabilitar o mapa de teclado atual com um comando no Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

Ao terminar, salve o arquivo e faça seu sistema carregar o mapa de teclado modificado com este comando:

-
keymap -s < MyKeymap
-

Se gostaria de importar este mapa de teclado para o painel do Mapa de Teclado, terá que compilá-lo primeiro para um formato binário:

-
keymap -c < MyKeymap
-

Isto irá produzir um arquivo keymap.out o qual pode ser carregado para o Mapa de Teclado pelo seu menu Abrir.... A propósito, o comando keymap também é capaz de carregar seu formato binário: keymap -l < keymap.out

-

Este é o arquivo carregado (as teclas mais à direita do teclado estilizado foram cortadas para uma melhor exibição nesta página):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/locale.html b/docs/userguide/userguide/pt_BR/preferences/locale.html deleted file mode 100644 index aaad400068..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/locale.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Localidade - - - - - - - - -
-
- -

locale-icon_64.pngLocalidade

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Locale
Definições:~/config/settings/Locale settings
-


-

O sistema de localização do Haiku não apenas inclui textos substituídos por suas traduções, mas também tarefas mais complexas tais como formatação de números, datas e horas de um modo que combina com suas preferências de Localidade.

-
Se você gostaria de ajudar com traduções ou começar com um idioma atualmente faltante, por favor entre em contato pela Lista de discussão Haiku-i18n.
-

-indexIdioma

-

O Haiku tem sido traduzido para dezenas de idiomas, infelizmente algumas traduções ainda não estão completas. Por essa razão, pode-se escolher mais de um idioma como "Idiomas preferidos". Se algum texto é perdido na tradução, ele é substituído com as palavras do próximo idioma preferido. O Inglês é a reserva padrão (mesmo quando não está listado).

-locale-language.png -

Neste exemplo, o idioma preferido é ajustado para Espanhol. A primeira reserva é o Italiano e se o texto estiver faltando lá também, ele volta para o padrão em Inglês.
-Como se pode ver, expandir uma entrada de idioma no lado esquerdo revela subentradas para variações específicas ou dialetos do idioma (se disponíveis).

-

-indexFormatação

-

Na guia Formatação pode-se definir a formatação de data, hora, número e formatos atuais independentemente das definições de seu idioma preferido.

-locale-formatting.png -

Suponhamos que seja um colega espanhol que viva na parte italofalante da Suíça. Então, prefira seu sistema em espanhol, mas os números e moeda formatados como no trabalho: Suíço/Italiano.
-Se estiver mais confortável com os nomes para dias e meses em espanhol(pensar nas datas modificadas de arquivos, por exemplo), pode-se passar por cima desta formatação específica de tempo com a caixa de verificação no topo para Utilizar nomes de mês/dia do idioma preferido.

-

O exemplo acima talvez não seja o cenário mais comum, mas ele demonstra a flexibilidade do sistema.

-

-indexOpções

-

A última guia oferece uma opção que irá Traduzir nomes de aplicativos e pastas no Deskbar e Rastreador. Desabilite a caixa de verificação se preferir a interface gráfica localizada, enquanto mantém os nomes originais em inglês para caixas de diálogo de preferências, aplicativos e nomes padrão de pastas.

-


-

As mudanças serão aplicadas imediatamente, embora aplicativos atualmente em execução podem precisar ser fechados e reiniciados antes de exibir as novas definições.

- - - -
Padrão redefine tudo para os valores padrão.
Reverter traz de volta as definições que estavam ativas quando iniciou as preferências de Localidade.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/media.html b/docs/userguide/userguide/pt_BR/preferences/media.html deleted file mode 100644 index e0efc4569d..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Mídia - - - - - - - - -
-
- -

media-icon_64.pngMídia

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Media
Definições:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Armazena a posição da janela da caixa de diálogo.
-

A documentação ainda está faltando. Se quiser trabalhar nela, por favor informe pela Lista de discussão de Documentação para evitar duplicação.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/mouse.html b/docs/userguide/userguide/pt_BR/preferences/mouse.html deleted file mode 100644 index 73173f3814..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/mouse.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Mouse
Definições:~/config/settings/Mouse_settings
-


-mouse.png -

Primeiro defina seu tipo de mouse: 1, 2 ou 3 botões. Pode-se simular o segundo (=direito) botão do mouse segurando CTRL enquanto clica com o botão esquerdo. Para o terceiro (=meio) botão do mouse, é CTRL ALT e um clique com o botão esquerdo.

-

Pode-se rearranjar os botões do mouse clicando neles e escolhendo seus novos significados a partir do menu pop-up.

-

Com os botões deslizantes à direita, ajuste a velocidade do duplo clique, velocidade do mouse e aceleração. A área de teste abaixo do gráfico do mouse pode ser usada para verificar se a velocidade do duplo clique está a seu gosto: se ao clicar duas vezes sobre uma palavra não a seleciona, está definida muito rápido (ou terá que se acostumar a clicar mais rápido)...

-

Existem três Modos de foco que determinam como as janelas reagem aos cliques:

- - - - -
Clicar para focar e realçar Esta é a configuração padrão: clique em uma janela e ela é focada e fica acima das demais.
Clicar para focar Clicar numa janela apenas a coloca no foco, mas não irá realçá-la automaticamente. Para fazer isso, é necessário também clicar na sua guia de título ou borda ou clicar em qualquer lugar enquanto segura as teclas de gerenciamento de janelas CTRL ALT.
Foco segue o mouseA janela sob o ponteiro do mouse automaticamente é focada. Para efetivamente realçá-la, deve ser feito como descrito no modo Clicar para focar.
-

Ativar Aceitar primeiro clique facilita ter que primeiro colocar o foco em uma janela inativa para que possa acionar ferramentas como um botão ou menu. Corre-se o risco de fechar uma janela de forma não intencional, por exemplo, por tocar acidentalmente no botão de fechar ao visar a guia da janela. Por outro lado, aumenta a velocidade do fluxo de trabalho consideravelmente.

-

Todas as definições são aplicadas imediatamente.

- - - -
Padrão redefine tudo para os valores padrão.
Reverter retorna as definições que estavam ativas quando abriu as preferências do Mouse.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/network.html b/docs/userguide/userguide/pt_BR/preferences/network.html deleted file mode 100644 index d31fd743c3..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/network.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Rede - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

network-icon_64.pngRede

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Network
Definições:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/printers.html b/docs/userguide/userguide/pt_BR/preferences/printers.html deleted file mode 100644 index 90026ca39c..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Impressoras - - - - - - - - -
-
- -

printers-icon_64.pngImpressoras

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Printers
Definições:~/config/settings/printers/*
-

A documentação ainda está faltando. Se quiser trabalhar nela, por favor informe pela Lista de discussão de Documentação para evitar duplicação.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/screen.html b/docs/userguide/userguide/pt_BR/preferences/screen.html deleted file mode 100644 index 1e0111a692..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/screen.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Tela - - - - - - - - -
-
- -

screen-icon_64.pngTela

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Screen
Definições:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Apenas quando executando em modo VESA.
-~/config/settings/Screen_data - Armazena a posição da janela de diálogo.
-

Cada um de seus espaços de trabalho pode ter a sua própria resolução, profundidade de cor e taxa de atualização.

-screen.png -

O menu do topo especifica se suas mudanças são aplicadas apenas no espaço atual ou em todos os espaços. Dependendo de sua placa gráfica, os outros menus contém todas as definições de resoluções suportadas, profundidade de cor e taxa de amostragem.

-

Após clicar em Aplicar, o modo gráfico é alterado e um alerta aparece, perguntando por manter ou cancelar as alterações. Se não responder àquele alerta, o modo gráfico reverte após 12 segundos para a definição anterior. Talvez não possa ver o alerta porque seu monitor não suporta a configuração.

-

À esquerda, vê-se a representação de sua tela com o fabricante e modelo que ela informa e sua resolução em pontos por polegada (dpi). Pairando o ponteiro do mouse sobre ela exibe uma dica com o nome da placa gráfica se for suportada pelo driver. Do contrário exibe "VESA", a rápida solução alternativa que funciona bem em todos os equipamentos.

-

Reverter retorna à definição que estava ativa quando iniciou as preferências da Tela.

-
Apesar do modo VESA do Haiku funcionar muito bem, pode-se experimentar algumas limitações. Pode não ser capaz de ajustar sua tela widescreen em sua resolução nativa, resultando em uma imagem ligeiramente manchada. Também podem existir limitações com respeito a profundidades de cores ou taxas de amostragem disponíveis.
-

No canto inferior esquerdo pode-se definir o número de espaços de trabalho e ordená-los em colunas ou filas e abrir as preferências de Papel de Parede.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/screensaver.html b/docs/userguide/userguide/pt_BR/preferences/screensaver.html deleted file mode 100644 index dd650e4866..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/screensaver.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Protetor de Tela - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
-

screensaver-icon_64.pngProtetor de Tela

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Screensaver
Definições:~/config/settings/ScreenSaver_settings
- -

A janela de diálogo das preferências da Proteção de Tela é dividida em duas guias: -

- -

-index -Esmaecer

-screensaver-fade.png -
-

A caixa de verificação do topo habilita/desabilita a proteção de tela.
-Com o botão deslizante abaixo dela, controle depois quanto tempo de ociosidade necessário para o protetor de tela disparar. -

-

Os próximos dois botões deslizantes são utilizados apenas após serem ativadas as suas caixas de verificação:
-Um deles determina após quantos minutos a tela é desligada.
-O outro, após quantos minutos é preciso uma senha para desbloquear sua máquina. -

-

Clicando em diferentes cantos das duas telas na parte inferior, diga ao sistema quando imediatamente iniciar o protetor de tela ou quando evitar de iniciar ao pousar o mouse no canto indicado. Clique no meio das tela para desabilitar a funcionalidade novamente. -

- -

-index -Protetores de tela

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    para protetores de tela disponíveis para todos os usuários.
/boot/home/config/non-packaged/add-ons/Screen Savers/    para protetores de tela disponíveis apenas para você mesmo.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/shortcuts.html b/docs/userguide/userguide/pt_BR/preferences/shortcuts.html deleted file mode 100644 index 3207c2123a..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/sounds.html b/docs/userguide/userguide/pt_BR/preferences/sounds.html deleted file mode 100644 index 5e8620bd0b..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/sounds.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Sons - - - - - - - - -
-
- -

sounds-icon_64.pngSons

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Sounds
Definições:~/config/settings/Media/MMediaFilesManager
-


-sounds.png -

É possível atribuir sons para certos eventos no sistema. Apenas selecione o evento da lista e escolha um som do menu pop-up abaixo.

- - -
Nenhum irá silenciar um evento.
Outro... irá abrir uma caixa de diálogo de arquivo para localizar um novo som que não está ainda no menu.
-

É possível usar qualquer formato suportado pelo sistema. Se o Tocador de Mídia pode lidar com ele, então o pode ser por qualquer outro programa.
-Pode-se também "pré-ouvir" um som de evento selecionando-o e utilizando os botões Tocar e Parar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/time.html b/docs/userguide/userguide/pt_BR/preferences/time.html deleted file mode 100644 index feccfd0beb..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/time.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Hora - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

time-icon_64.pngHora

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Time
Definições:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

No lado esquerdo, podemos definir o dia do mês simplesmente clicando nele no calendário. Mude o mês e o ano clicando nele e usando as setas para baixo / para cima à direita ou as teclas de cursor no teclado.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Hora localto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_BR/preferences/touchpad.html b/docs/userguide/userguide/pt_BR/preferences/touchpad.html deleted file mode 100644 index 70a15b5656..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/touchpad.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Touchpad
Definições:~/config/settings/Touchpad_settings
- -

Esta janela de diálogo oferece váriaas definições relacionadas ao touchpad que são interessantes quando executando o sistema a partir de um notebook.

- -touchpad.png - -

Arrastando as linhas vermelhas verticais ou horizontais na representação do touchpad, definimos a área de rolagem (levemente avermelhada contra a área de toque geral, em cinza). Mover seu dedo naquela parte do touchpad irá mover as barras de rolagem de uma janela conforme o movimento.

-

À direita estão controles deslizantes para definir a aceleração de rolagem geral e a velocidade de rolagem vertical e horizontal.
-A definição de aceleração decide o quão rápido uma lista rola ao se deslizar pela área de rolagem muito rápido. A velocidade de rolagem controla a velocidade geral ao usar a área de rolagem de maneira "normal".

-

Abaixo do gráfico do touchpad estão caixas de verificação para disponibilizar "Rolagem com dois dedos" para rolagem vertical e horizontal. Mova dois dedos em parelelo vertical ou horizontalmente para mover as barras de rolagem de uma janela. Ao menos para mim, funciona melhor se com um dedo da mão esquerda e um da mão direita.
-Caso sinta-se confortável usando esta funcionalidade, pode dispensar a definição de áreas de rolagem e, ao invés disso, utilizar o touchpad inteiro para navegação normal.

-

Na base está outro controle deslizante para definir a sensibilidade do clique tocando o touchpad (tapping). Se seus toques continuam sendo ignorados, aumente a sensibilidade. Se o sistema registra cliques o tempo todo, enquanto tudo o que quer é mover o ponteiro do mouse, tente diminuí-la.

- - - -
Padrão redefine tudo para os valores padrão.
Reverter retorna às definições que estavam ativas quando iniciadas as preferências do Touchpad.
-

Esta dica não está relacionada às preferências do Touchpad, mas se encaixa no tópico em geral:
-Você sabia que pode fazer o arrastar e soltar apenas usando o touchpad, ou seja, sem usar os botões? Apenas faça um clique duplo sem levantar o dedo após o segundo clique. O ícone selecionado irá acompanhar o ponteiro do mouse e pode arrastá-lo pelo movimento do seu dedo. Levantar o dedo irá soltar o ícone.

-

Se seu dedo alcança a margem do touchpad enquanto arrasta um ícone, mas o ponteiro do mouse ainda não alcançou o fim da tela, como continuar arrastando o ícone? Assim que levantar o dedo, o ícone será solto.
-Dependendo do seu hardware, existe uma funcionalidade elegante: apenas deixe seu dedo sem levantar na borda do touchpad. O ponteiro do mouse manter-se-á movendo no piloto automático.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/tracker.html b/docs/userguide/userguide/pt_BR/preferences/tracker.html deleted file mode 100644 index 5ee7e81145..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/tracker.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Rastreador - - - - - - - - -
-
- -

tracker-icon_64.pngRastreador

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/Tracker
Definições:~/config/settings/Tracker/TrackerSettings
-


-

A janela de diálogo de preferências do Rastreador está também disponível a partir de toda janela do Rastreador com o menu Janela | Preferências....
-Suas funções são discutidas no tópico Rastreador.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/preferences/virtualmemory.html b/docs/userguide/userguide/pt_BR/preferences/virtualmemory.html deleted file mode 100644 index e952cd0195..0000000000 --- a/docs/userguide/userguide/pt_BR/preferences/virtualmemory.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Memória Virtual - - - - - - - - -
-
- -

virtualmemory-icon_64.pngMemória Virtual

- - - - -
Deskbar:Preferências
Localização:/boot/system/preferences/VirtualMemory
Definições:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Armazena a posição da janela da caixa de diálogo.
-

A memória virtual permite ao sistema parmutar memória para o disco rígido, se a RAM puder ser utilizada mais inteligentemente para outras coisas. Assim, ainda que tenha muita RAM, determinar memória virtual nunca é uma má ideia.

-virtualmemory.png -

Pode-se definir o tamanho para algo maior do que sua memória física se necessário. Com os grandes discos dos dias de hoje, atribuir o tamanho da memória física não deveria ser um problema. Todavia, pode-se rapidamente ajustar o tamanho se seu espaço livre ainda for pouco. Neste caso deve-se também dar uma olhada no Uso do Disco para encontrar o que está devorando seu espaço em disco.

-

Normalmente, o arquivo de troca é gravado na sua partição de inicialização. Se frequentemente executar no disco destrói diretamente o sistema de memória virtual transferindo memória para dentro e para fora, pode-se tentar utilizar um disco rígido separado para seu arquivo de troca. Simplesmente outra partição no mesmo disco rígido do seu sistema/dados não irá ajudar.
-Aumentar a sua RAM é naturalmente o mais efetivo caminho a seguir...

- - - -
Padrão redefine tudo para os valores padrão.
Reverter traz de volta as definições que estavam ativas quando iniciou as preferências da Memória Virtual.
- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/queries.html b/docs/userguide/userguide/pt_BR/queries.html deleted file mode 100644 index 696ff110a0..0000000000 --- a/docs/userguide/userguide/pt_BR/queries.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Consultas - - - - - - - - -
-
- - - - - -
Índice
- A janela Encontrar
- Consultas básicas - "por Nome"
- Consultas avançadas - "por Atributo"
- Consultas ainda mais avançadas - "por Fórmula"
- A janela de resultado
- Modelos de Consulta -
- -

Consultas

- -

Uma consulta é uma pesquisa de arquivos baseada em atributos e pode ser realizada dentro do Rastreador ou no Terminal. As consultas são salvas em /boot/home/queries/ e por padrão após sete dias são eliminadas. Note que estas não listas estáticas resultantes de sua pesquisa, mas são as fórmulas de consulta que ativam uma nova pesquisa toda vez que abertas.
-Ainda melhor, não é preciso duplo clique para refazer uma consulta. Pode-se aprofundar uma consulta salva assim como qualquer pasta com o clique do botão direito do mouse sobre ela e navegar através dos submenus.

- -

-index -A janela Encontrar

-

Inicia-se uma consulta acionando o menu Encontrar... também a partir do menu da Deskbar ou de qualquer janela do Rastreador ou da Área de Trabalho (que na realidade é uma janela em tela cheia do Rastreador). As teclas de atalho são ALT F. Será mostrada a janela Encontrar:

-basic-query.png -
    -
  1. Seleciona consultas recentes ou salvas ou salva os parâmetros da pesquisa atual como Modelo de Consulta.

  2. -
  3. Afina sua pesquisa a partir de Todos os arquivos e pastas para tipos de arquivo específicos.

  4. -
  5. Define o método de pesquisa:
      -
    • por Nome - uma pesquisa básica por nome de arquivo ou pasta
    • -
    • por Atributo - uma pesquisa avançada, especificando termos de pesquisa para um ou mais atributos
    • -
    • por Fórmula - uma pesquisa ainda mais avançada, pode-se fazer uma sintonia fina de um termo de pesquisa complexo
  6. -
  7. Seleciona que dispositivos pesquisar.

  8. -
  9. Insere o termo de pesquisa.

  10. -
  11. O expansor oculta/exibe as opções adicionais.

  12. -
  13. Desmarque a caixa de verificação Temporário se não quiser que esta consulta se auto-destrua após 7 dias.

  14. -
  15. Marque se sua pesquisa pretende Incluir a lixeira.

  16. -
  17. Opcionalmente, insira um nome para esta pesquisa se deseja salvá-la.

  18. -
  19. Pode-se arrastar e soltar o ícone em qualquer lugar para salvar uma consulta. Fazer isso com o botão direito do mouse, oferece a opção de salvar como modelo.

  20. -
- -

-index -Consultas básicas - "por Nome"

-

Se simplesmente deseja encontrar todos os arquivos e pastas em seus discos montados que atendem a certo padrão, simplesmente deixe o método de pesquisa em por Nome, insira o termo de pesquisa dentro da caixa de texto e pressione ENTER.

- -

-index -Consultas avançadas - "por Atributo"

-

Pode-se criar consultas mais avançadas pela pesquisa dentro dos atributos de tipos específicos de arquivo. Para que funcione, estes atributos tem que estar indexados.

-query-window.png -

Comece por definir o tipo de arquivo a partir de Todos os arquivos e pastas para, por exemplo, Texto | Correio eletrônico e altere o método de pesquisa para por Atributo.

-

Isto adiciona um menu pop-up à esquerda da caixa de texto e os botões Adicionar e Remover abaixo dele. A partir do menu escolha qual atributo pesquisar. Com Adicionar e Remover pode-se consultar atributos adicionais ou removê-los novamente. Estes atributos podem ser logicamente vinculados com E/OU.

-

Façamos uma consulta de correio eletrônico como um exemplo:

-query-window-filled.png -

Esta é sua janela Encontrar quando está procurando por todas as mensagens que Clara Botters enviou a você nos últimos dois meses com o assunto "vibraphone" ou "skepticality".
-Como pode ver, procurar através de atributos baseados em tempo suporta algumas frases úteis: além de "últimos 2 meses", poderia também utilizar "hoje", "ontem", "Segunda-feira" ou "última Segunda-feira" (o que seria a Segunda-feira da semana passada), ou "últimos 2 minutos/horas/dias/semanas".
-Uma boa maneira de reduzir o número de resultados de pesquisa.

- -

-index -Consutlas ainda mais avançadas - "por Fórmula"

-

Digitar em uma consulta por fórmula à mão é assustador e realmente muito pouco prático. Mas tem seus usos.

-

Tome a consulta por atributo das mensagens de Clara sobre vibrafones acima. Se possui todos os atributos e seus termos de busca definidos, tente alterar para o modo por Fórmula mode e seja oprimido por esta sequência de consulta em uma linha:

-formula-query.png -

Mais uma vez como texto, editado para maior legibilidade:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

Qual é a utilidade?

-
    -
  • Poderia copiar e colar a sequência dentro de uma mensagem de correio, forum ou IRC para outros utilizarem ou depurarem.

  • -
  • Pode-se utilizar este método para construir uma consulta no modo Atributo e então alternar para o modo Fórmula, para confortavelmente gerar uma sequência de pesquisa para uso numa consulta no Terminal ou num script.

  • -
  • Pode-se realizar uma sintonia fina de sua consulta ao inserir parêntesis onde necessário, fazer partes diferenciarem maiúsculas de minúsculas ou negar combinações lógicas por mudança. Por exemplo, "==" para "!=" para um NÃO E. Tudo o que precisa é um entendimento básico de expressões regulares e talvez alguma base de scripting.

  • -
- -

-index -A janela de resultado

-

Após iniciar uma pesquisa, a janela Encontrar será substituída por uma janela de resultado. Aqui está um exemplo que consultou por "servidor":

-result-window.png -

Além do fundo cinzaa janela de resultado funciona exatamente como qualquer outra janela do Rastreador. Algumas coisas são dignas de nota:

-
    -
  • Pode-se abrir a localização de um arquivo ou pasta pelo clique duplo no seu atributo de caminho.

  • -
  • Com Arquivo | Editar consulta ou ALT G pode-se voltar para a janela Encontrar para refinar a consulta.

  • -
  • Uma consulta é viva, ou seja, se um arquivo que atende a seus critérios de pesquisa aparece ou desaparece de seu sistema, esta mudança é refletida nos seus resultados em tempo real.

  • -
-

Pode-se atribuir uma disposição de atributo sensível para resultados de consultas de um tipo de arquivo específico. Abra uma pasta contendo arquivos do tipo de arquivo para o qualque gostaria de criar um modelo e organize os atributos como gostaria de ter os resultados da consulta apresentados. Copie esta disposição com Atributos | Copiar disposição.

-

Abra /boot/home/config/settings/Tracker/DefaultQueryTemplates, crie uma nova pasta chamada grupo/tipo de arquivo, substituindo a barra com um sublinhado, por exemplo "audio_x-mp3". Abra a nova pasta e cole nela a disposição previamente copiada com Atributos | Colar disposição.

- - -

-index -Modelos de Consulta

-

Ao executar duplo clique numa consulta salva, a pesquisa de arquivo é iniciada e a janela de resultado abre imediatamente. Contudo, você pode não querer pesquisar com estes parâmetros de pesquisa exatos, mas utilizá-lo como ponto de partida para apenas ajustar levemente a fórmula.
-Ao utilizar o item de menu Salvar consulta como modelo (veja (1) na captura de tela no topo) ou arrastar e soltar o ícone (10) em qualquer lugar com o botão direito do mouse, pode-se criar o referido modelo. Um duplo clique nele não irá abrir uma janela de resultado, mas a janela de diálogo Encontrar, dando a oportunidade para rapidamente alterar as sequências de pesquisa ou adicionar/remover atributos.

-

Onde quer que escolha salvar modelos de consulta, eles serão listados no menu da janela de diálogo Encontrar de consultas recentes.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/teammonitor.html b/docs/userguide/userguide/pt_BR/teammonitor.html deleted file mode 100644 index dbf44aa017..0000000000 --- a/docs/userguide/userguide/pt_BR/teammonitor.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Monitor de Tarefas - - - - - - - - -
-
- -

Monitor de Tarefas

- -

Com CTRL ALT DEL é acionado o Monitor de Tarefas que lista todos os programas atualmente em execução.

-teammonitor.png -

Programas que foram carregados pelo sistema são azuis, aqueles iniciados pelo usuário são pretos.
-Aplicativos que estão sem responder, o que é sempre um sinal de que o programa travou, são marcados de vermelho. Pode-se terminar um programa selecionando-o e pressionando Terminar aplicativo (ou então DEL ou Q). Se não funcionar, tente Matar aplicativo (ou SHIFT DEL ou K).

-

Pode-se abrir um Terminal com OPT ALT T.

-

Se o Rastreador ou Deskbar travou ou congelou, um novo botão aparece (pode ser necessário matar a tarefa afetada primeiro): Reiniciar a área de trabalho irá reiniciar o Rastreador e/ou o Deskbar.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/tracker-add-ons.html b/docs/userguide/userguide/pt_BR/tracker-add-ons.html deleted file mode 100644 index 25ba95e9ea..0000000000 --- a/docs/userguide/userguide/pt_BR/tracker-add-ons.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Adicionais do Rastreador - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- -

Adicionais do Rastreador

- -

Aplicativos podem instalar adicionais assim podem ser chamados facilmente numa seleção de arquivos a partir do Rastreador. Apenas os adicionais que podem manusear um tipo de arquivo específico são apresentados sob Adicionais a partir do menu de contexto ou do menu Arquivo de uma janela do Rastreador. Alguns adicionais não necessariamente precisam de um arquivo para funcionar e são, assim, sempre presentes.

-

Novos adicionais do Rastreador que não vêm como parte de um pacote .hpkg regular, podem ser instalados copiando-os dentro da respectiva pasta non-packaged (veja o tópico Disposição do Sistema de Arquivos):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    para adicionais disponíveis para todos os usuários.
/boot/home/config/non-packaged/add-ons/Tracker/    para adicionais disponíveis apenas para você mesmo.
-

O nome de arquivo de um adicional pode ser sufixado com um travessão e uma letra maiúscula e é então disponbilizado através de tecla de atalho. Por exemplo, Abrir Pasta Alvo-O abre com ALT OPT O.
-Naturalmente, deve-se ter cuidado com possíveis conflitos de atalhos quando decidir por um novo. Não se pode ter o mesmo para diferentes adicionais.

- -

Adicionais do Rastreador do Haiku

-

Estes Adicionais do Rastreador vêm com toda instalação Haiku:

- - - - - - - - - - - - - -
Fundo-BAbre as preferências de Fundo para alterar a cor ou imagem da Área de Trabalho ou de qualquer pasta. Chamado num arquivo de imagem, a janela de diálogo do Fundo é carregada com aquela imagem já carregada como um fundo potencial.
Uso do Disco-IInicia o aplicativo Uso do Disco com a pasta atual como base.
Tipo de Arquivo-FChamado sobre um arquivo, abre sua janela de diálogo Tipo de Arquivo específica, do contrário as preferências gerais do Tipos de Arquivos são carregadas.
Abrir Pasta Alvo-OPode apenas ser utilizado em um arquivo vinculado e abrir a pasta onde fica aquele arquivo.
Pesquisa de Texto-GInicia o aplicativo Pesquisa de Texto para procurar uma sequência na pasta selecionada (e suas subpastas).
ZipOMático-ZUma seleção de arquivos será adicionada a um arquivo compactado zip, chamado sem uma seleção abre uma janela de diálogo para criar um arquivo compactado via arrastar e soltar.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/tracker.html b/docs/userguide/userguide/pt_BR/tracker.html deleted file mode 100644 index 883b9d081e..0000000000 --- a/docs/userguide/userguide/pt_BR/tracker.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - Rastreador - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- - - - - -
Índice
- Montando volumes
- Navegando
- Aparência
- Preferências do Rastreador
- Trabalhando com arquivos
- Estado da transação -
- -

Rastreador

- -

O Rastreador é a interface gráfica para todos os seus arquivos. Ele permite que se crie novos arquivos e pastas ou localize, carregue e renomeie bem como copie ou elimine os já existentes.

-

Sendo um aplicativo como qualquer outro (a Área de Trabalho com seus ícones é justamente uma janela em tela cheia no plano de fundo), o Rastreador aparece com suas janelas na Deskbar e pode ser fechada e reiniciada. O modo mais fácil para fechar e reiniciar um Rastreador travado ou congelado (ou uma Deskbar instável) é chamar o Monitor de Equipe.

- -

-index -Montando Volumes

-

Para acessar um disco rígido, CD, dispositivo USB, etc., deve-se montar o volume, ou seja, permitir ao sistema saber que ele está lá. Isto é feito com clique no botão direito do mouse na Área de Trabalho ou em um volume já montado (como o disco de inicialização) e escolher o volume a partir do submenu Montar. Localize o mesmo menu Montar na Deskbar.

-drill-down.png -

Existem também Definições pelo quais não é necessário montar tudo manualmente após cada incialização.
-As definições acima irão montar automaticamente qualquer dispositivo de armazenamento conectado/inserido e também monta todos os discos na inicialização que foram montados previamente.

-
Antes de desconectar, por exemplo, um disco rígido ou dispositivo USB, certifique-se de ter demontado o volume com sucesso. Isto garante que todos os dados transferidos foram concluídos. Do contrário poder-se-á perder dados ou corromper o disco!
- -

-index -Navegando

-

Po padrão, ao dar duplo clique numa pasta, o Rastreador abre uma nova janela enquanto deixa a janela pai aberta. Isto pode levar rapidamente ao uma área de trabalho poluída.
-Pode-se evitar isso pressionando a tecla OPT, o qual fecha automaticamente a janela pai.
-Isto também é verdadeiro para a navegação via teclado. Para mais informações sobre o assunto, veja o tópico Atalhos e combinações de teclas.

-

Mover-se através de suas pastas é um dos principais propósitos do Rastreador, exatamente como os gerenciadores de arquivos em outras plataformas. O Rastreador do Haiku tem algumas funcionalidades únicas que que irão ajudá-lo a fazer isso mais eficientemente.

- -

-indexDescendo pelos submenus

-

Ao invés de clicar duas vezes para navegar pasta por pasta, existe uma maneira melhor:

-drill-down.png - -

Clique com o botão direito do mouse numa pasta e no topo do menu de contexto usual encontrará um submenu da pasta atual que o permitirá navegar um nível abaixo. Apenas mova para a hierarquia inferior até encontrar o arquivo ou pasta que está procurando e clique nele para abrí-lo. A imagem acima mostra o conteúdo da pasta /boot/home/config/.
-Se fizer como acima enquanto arrasta o arquivo consigo, ele será movido para onde eventualmente soltá-lo.

-

Um método similar pode ser usado a partir de qualquer janela do Rastreador:

-window-drill-down.png -

Clique na área na parte inferior à esquerda, onde o número de itens é listado, e obterá submenus para todos os níveis acima de sua localização atual. A partir daí pode-se descer através das pastas como de costume.

-

Observe que a Área de Trabalho é sempre o maior nível no qual o Rastreador exibe volumes montados. Então, se deseja ir para outro disco, deve-se primeiro navegar para o topo (Área de Trabalho) e atravessar para outro disco a partir de lá.


-

Obter-se-á a mesma navegação por submenu quando arrastar um arquivo sobre uma pasta. Após um breve momento de sobre a pasta, um submenu aparece e pode-se descer para seu destino. Se iniciou o arrasto com o botão direito do mouse, pode-se escolher entre copiar, mover ou vincular o arquivo ao soltar o mouse.

- -

-index -Pulando para os arquivos com autocompletar

-

Você pode estar familiarizado com o conceito de gerenciadores de arquivos de outros sistemas operacionais: digitar as primeiras letras do nome do arquivo pulará para o primeiro arquivo que case com aqueles caracteres iniciais. O Haiku levou a ideia um passo além. Se não existe um arquivo começando com aquelas letras ele pulará para o primeiro arquivo incluindo a sequência em qualquer lugar no seu nome. E se não existe nada com a sequência em seu nome de arquivo, os atributos são pesquisados em seguida.

-window-type-ahead.png -

No exemplo acima, existem muitos arquivos começando com "Haiku logo", fornecer aproximações mais simples para completar é inútil. No Haiku, contudo, digitar "web" pula direto para sua primeira ocorrência em "Haiku logo - website". Os caracteres digitados aparecem no canto inferior esquerdo onde normalmente se encontra o item de contagem de todos os arquivos na pasta. Um segundo após digitar um caractere, a exibição volta ao normal e está pronto para uma nova pesquisa por autocompletar.

-

-index -Filtragem do autocompletar

-

Ao invés de pular para um arquivo enquanto digita, existe também a opção de filtrar todos os arquivos que não combinam com sua sequência de autocompletar. Isto pode aumentar a precisão dramaticamente, especialmente ao lidar com pastas cheias. Ao usar SHIFT SPACE como delimitador, pode-se filtrar usando múltiplas sequências.
-Contrariamente ao salto do autocompletar, a filtragem permanecerá até que se pressione ESC ou feche a janela (ou deixe a pasta se estiver utilizando a Navegação de Janela Única).
-Este filtro de autocompletar é definido nas Preferências do Rastreador.

- -

-index -Aparência

-window-menu.png -

As janelas do Rastreador oferecem três diferentes modos de visualização a partir do menu Janela:

-
    -
  • Visão de ícone (ALT 1) - Ícones grandes, pode-se alterar o tamanho a partir do submenu ou reduzir/aumentar seu tamanho com ALT +/-.

  • -
  • Visão de mini ícone (ALT 2) - Ícones pequenos.

  • -
  • Visão de lista (ALT 3) - Uma lista cdetalhada dos seus arquivos habilitando exibir/ocultar atributos disponíveis. (Veja o tópico Atributos.)

  • -
-

O menu Janela oferece uma quantidade de outras funções:

-
    -
  • Redimensionar para caber (ALT Y) - Redimensiona a janela para seu tamanho ideal.

  • -
  • Organizar por... - Apenas disponível em Visualização por Ícone ou Mini ícone, um submenu permite definir a ordem de organização para várias propriedades:

    -
      -
    • Nome, Nome real, Tamanho, Modificado, Criado, Tipo, Localização, Permissões

    • -
    • Ordem inversa - Inverte a ordem da organização

    • -
    • Ordenar (ALT K) - Alinha todos os ícones a uma grade invisível. Segure SHIFT e o menu torna-se Ordenar tudo o qual adicionalmente ordena todos os ícones de acordo com o critério selecionado acima.

    • -
  • -
  • Selecionar... (SHIFT ALT A) - Seleciona arquivos de acordo com uma expressão regular.

  • -
  • Fechar (ALT W) - Fech a janela. Pressione SHIFT e o menu torna-se Fechar tudo o qual fecha todas as janelas do Rastreador.

  • -
  • Fechar tudo no Espaço de trabalho (ALT Q) - Fecha todas as janelas do Rastreador no Espaço de trabalho atual. Um atalho útil caso esqueça de pressionar a tecla OPT ao clicar através de pastas e todas as janelas do Rastreador ainda abertas que bagunçam seu espaço de trabalho.

  • -
-

Algumas vezes deseja-se apenas rearranjar uns poucos ícones sem fazer uma completa Organização (ALT K). Nesse caso, selecione aqueles ícones e arraste-os para sua nova localização. Antes de soltá-los lá, mantenha ALT pressionado. Isto irá alinhar os ícones a uma grade invisível.

-

O resto das funções é auto-explicativa, deixando as preferências do Rastreador.

- -

-index -Preferências do Rastreador

-

Janela | Preferências... abre uma caixa de diálogo que oferece uma quantidade de definições que, quando não óbvias, devem tornar-se claras assim que experimentadas. Uma vez que todas as definições são aplicadas ao vivo, ver-se-ão as mudanças imediatamente. -
Então, resumindo, as definições não tão óbvias:

-
    -
  • Área de trabalho - Decide se todos os discos montados aparecem diretamente na Área de trabalho ou em uma janela após clicar em um ícone de Disco encontrado na Área de trabalho.

  • -
  • Janelas - Pode-se definir Navegação em janela única, ou seja, um duplo clique em uma pasta não abre em sua própria janela mas, ao invés disso, dentro da janela já aberta, substituindo a visualização da sua pasta pai. Isto não é o mesmo que clicar enquanto pressiona a tecla OPT, como descrito acima, porque perderá a posição e tamanho de janela salvos. -

    -tracker-preferences-navigator.png -

    Antes de alterar o Rastreador para o modo de Navegação em janela única, porque talvez se sinta mais familiarizado, nós recomendamos dar uma chance primeiro ao menu baseado em navegação, que pode realmente trabalhar muito mais rápido quando se acostuma com ele. Por outro lado, a navegação em janela única oferece um Navegador onde pode-se inserir ou copiar e colar um nome de caminho e utilizar os botões anterior, posterior e acima.

    -

    Ativar a Filtragem por auto-completar irá filtrar o conteúdo de uma janela do Rastreador enquanto digita para apenas exibir os arquivos que combinam com sua sequência no nome ou qualquer atributo atualmente exibido. Veja acima.

  • -
  • Lixeira - Define o comportamento ao eliminar um arquivo.

  • -
  • Ícones de volume - Define a cor de um indicador de espaço livre opcional que é mostrado ao lado do ícone do disco.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

Esta caixa de diálogo, a propósito, está também disponível como Rastreador a partir das Preferências da Deskbar.

- -

-index -Trabalhando com arquivos

-

Quando chamado em um arquivo selecionado, a maior parte dos comandos do menu Arquivo são também oferecido no menu de contexto ao clicar com o botão direito do mouse naquele arquivo.

-

Como de costume, os comandos são bastante claros.

-
    -
  • Localizar... - Procura um arquivo ou pasta. Veja o tópico Consulta para mais informações.

  • -
  • Novo - Cria uma nova pasta ou qualquer outro arquivo baseado em um modelo. -

    -new-menu.png -

    Escolhendo Editar modelos... abre a pasta /boot/home/configuração/settings/Tracker/Novos Modelos do Rastreador. Criar um arquivo naquela pasta irá oferecer seu tipo de arquivo com o nome do arquivo e outros atributos como modelo no menu Novo. -Neste exemplo, existe um arquivo "Texto" com o tipo de arquivo text/plain. Veja o tópico Tipos de arquivo para mais informações.

  • -
  • Abrir com... - Um submenu oferece todos os aplicativos que podem lidar com este tipo de arquivo. -

    -open-with.png - -

    O aplicativo preferido que abriria o arquivo quando clicado duas vezes está marcado. Este submenu lista primeiro aqueles aplicativos que podem manusear o tipo de arquivo exato, neste caso é um arquivo de texto, o tipo text/plain. Depois vem todos os aplicativos que manuseiam aquele supertipo em geral, neste caso text/*. Por último na lista estão aqueles que podem lidar com qualquer arquivo. Se não clicar em um aplicativo no submenu mas, ao invés disso, na entrada Abrir com..., uma caixa de diálogo se abre:

    -

    -open-with-preferred -

    Aqui encontrar-se-ão novamente os programas que foram listados no submenu. Ao selecionar um e clicar o botão Abrir e tornar preferido, mudou-se o aplicativo preferido para todo arquivo daquele tipo de arquivo, no caso text/plain.

  • -
  • Obter informação -

    -get-info -

    A caixa de diálogo apresenta informações do arquivo selecionado e permite definir o aplicativo padrão e, após ter expandido aquela parte da caixa de diálogo, permissões e proprietário. Clicando no caminho irá abrí-lo em uma janela do Rastreador.

  • -
  • Editar nome, Duplicar e Mover para a lixeira - permite renomear ou duplicar uma arquivo ou colocar o arquivo selecionado na lixeira.

  • -
  • Mover para, Copiar para e Criar vínculo - permite mover, copiar ou vincular o(s) arquivo(s) selecionado(s) usando o método de navegação por submenu. Pressionar SHIFT enquanto chama o menu oferece a opção para criar um vínculo relativo.

  • -
  • Recortar, Copiar e Colar - permite recortar, copiar e cloar arquivos usando a área de transferência. Ao pressionar SHIFT enquanto chama o menu pode-se Copiar/Recortar mais arquivos, talvez de outra pasta que possa colar em outro lugar mais tarde. Também, enquanto pressiona SHIFT pode-se colar os arquivos copiados na área de transferência como vínculos.

  • -
  • Identificar - irá farejar e definir o tipo dos arquivos se eles não tiverem um anterior, por exemplo, se transferiu um arquivo com wget o qual não define o tipo de arquivo por si mesmo. Pressionar SHIFT enquanto chama o menu muda o item para Forçar identificação o qual identifica o tipo de arquivo e o corrige se o anterior for falso.

  • -
  • Adicionais - oferece todos os adicionais genéricos do Rastreador e aqueles que podem manipular o(s) arquivos(s) selecionaido(s). Veja o tópico Adicionais do Rastreador para mais informações.

  • -
- -

-index -Estado da transação

-

Ao copiar mover ou eliminar arquivos, o Rastreador exibe seu progresso com uma janela de estado. Se iniciar mais de uma transação, cada tarefa tem sua própria exibição de estado.

-transaction-status.png -

À direita estão dois botões para pausar ou parar inteiramente uma transação. Algumas vezes pode ser útil pausar temporariamente uma transação grande. Por exemplo, pode ser necessário para iniciar rapidamente um aplicativo grande. Copiar grandes quantidades de dados estrangula a banda de IO de seu disco rígido e por isso atrasa seu fluxo de trabalho.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/twitcher.html b/docs/userguide/userguide/pt_BR/twitcher.html deleted file mode 100644 index 1cca5379cd..0000000000 --- a/docs/userguide/userguide/pt_BR/twitcher.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Alternador - - - - - - - - -
-
- -

Alternador

- -

O Alternador é um seletor de tarefas para saltar entre aplicativos em execução e suas janelas.

-twitcher.png -

Apenas pressione CTRL TAB para alternar entre o atual e o último aplicativo/janela. Pressionando CTRL TAB muito rapidamente irá alternar entre todos os aplicativos. Ou pressione e segure CTRL TAB para ir através de todos os aplicativos em execução batendo repetidamente TAB ou /. Se precisa obter uma janela específica de um programa, mova para seu ícone como descrito e então vá pela sua janela aberta comas teclas /.

-

Circule através das janelas visíveis de todos os aplicativos no atual espaço de trabalho com CTRL ~ (o qual, dependendo do mapa de teclado que esteja usando, é a tecla abaixo de ESC).

-

É também possível chamar o Twitcher com CTRL TAB e então utilizar o mouse para escolher o aplicativo/janela para o qual pular quando soltar a tecla CTRL.

-

O Twitcher também oferece teclas de atalho um pouco mais avançadas:

- - - - -
ESCAborta a alternação e retorna para a janela ativa anterior.
QEncerra o aplicativo selecionado.
HOculta todas as janelas do aplicativo selecionado.
- -
-
- - - - diff --git a/docs/userguide/userguide/pt_BR/workshop-email.html b/docs/userguide/userguide/pt_BR/workshop-email.html deleted file mode 100644 index 2640c75211..0000000000 --- a/docs/userguide/userguide/pt_BR/workshop-email.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Ofinica: Gerenciando o Correio Eletrônico - - - - - - - - -
-
- - - - - -
Índice
- Sistema de correio do Haiku
- Utilizando estados personalizados
- Utilizando consultas
- Mais dicas -
- -

Ofinica: Gerenciando o Correio Eletrônico

- -

Esta oficina dá uma geral de como gerenciar correo eletrônico no Haiku. Ela assume que os serviços de correio eletrônico estão corretamente configurados com as preferências de Correio Eletrônico que você esteja acostumado com as funcionalidades básicas do aplicativo Correio.

- -

-index -Sistema de correio do Haiku

-

Se vem ao Haiku a partir de outros sistemas operacionais, provavelmente está acostumado com aplicativos grandes como MS Outlook ou Mozilla Thunderbird. Você os configura inserindo todas as informações nos endereços de servidor de correio, etc., e eles utilizam seus próprios bancos de dados de contatos. Eles cuidam de enviar e buscar mensagens e guardá-las em algum grande arquivo especial.
-Alterar seu cliente de correio eletrônico pode ser uma chatice com tantos exportar/importar e converter afora. Utilizar mais de um cliente paralelamente para verificar o que está disponível não deixa de ter algum incômodo.

-

O sistema de correio do Haiku é diferente. Ele desmembra em módulos menores separados.

-

Existe o mail_daemon que cuida da comunicação com seus servidores de correio. As preferências de Correio Eletrônico é o ponto central para configurar suas contas de correio eletrônico e quantas vezes eles são verificados, por exemplo.

-

Toda mensagem que é recuperada ou enviada é salva como um arquivo de correio eletrônico único, com seu cabeçalho de informação (como remetente, assunto, data) e estado (como Novo, Respondido, Enviado) em atributos BFS. Isto habilita pesquisar/filtrar com as consultas rápidas do Haiku.

-browsing.png -

Com cada correio eletrônico estando em um arquivo separado, vê-los torna-se tão fácil quanto navegar através de uma pasta (ou resultado de consulta) de imagens com Mostrar Imagem. Deixando a janela do Rastreador aberta, ver-se-á a seleção movimentando-se entre os arquivos ao usar o botão anterior/próximo para mover entre eles.
-Como são arquivos independentes, utilizar outro visualizador que não o Correio do Haiku não causa qualquer problema.

-

Similarmente, criar uma nova mensagem resulta em apenas outro arquivo que é entregue ao mail_daemon que se encarrega de enviá-lo. O gerenciamento de contatos é cedido para o aplicativo Pessoas.

-

Em poucas palavras, onde outros clientes de correio fazem tudo, da comunicação com os servidores de correio à oferta de uma visualização de todas as suas mensagens e ferramentas para pesquisá-las e filtrá-las, o Haiku utiliza uma cadeia de ferramentas menores e gerenciamento geral de arquivos:

-
    -
  • O mail_daemon busca/envia mensagens e os salva como arquivos normais.

  • -
  • Janelas do Rastreador e consultas para encontrar e exibir arquivos de correio eletrônico.

  • -
  • O aplicativo Correio para visualizar arquivos de correio eletrônico e criar novas mensagens deixando o gerenciamento de contatos no sistema inteiro para o aplicativo Pessoas.

  • -
-

Especialmente usar o Rastreador e consultas para gerenciar mensagens é uma ideia poderosa. A experiência que você ganha pode ser transferida para qualquer outro problema, como lidar com filmes. Sejam imagens, música, vídeo, contatos ou quaisquer outros documentos, utilizar o Rastreador está no centro de toda a gestão de arquivos.
-Também, melhoramentos em quaisquer dessas áreas do sistema beneficiam não apenas o correio eletrônico, mas todos os aplicativos que fazem uso delas.

- -

-index -Utilizando estados personalizados

-

Quando navega através de suas mensagens recém-chegadas, pode-se querer voltar para algumas delas mais tarde para pensar sobre o assunto mais profundamente. Enquanto poderia utilizar o menu do Correio Fechar e | Deixar como Não Lida para mantê-las na sua consulta "Novas mensagens", as coisas tendem a se acumular desse jeito...

-

Uma solução é naturalmente apenas iniciar uma resposta e salvá-la como rascunho. Mas se não pretende escrever uma resposta e apenas quer reler a mensagem mais tarde, isto não é o ideal.

-status.png -

Melhor utilizar Fechar e | Definir para... para criar um novo estado e utilizá-lo para categorizar sua mensagem. Por exemplo, poder-se-ia chamar o estado "Depois" e então consultá-lo quando encontrar mais tempo.
-Ou utilizar diferentes estados para projetos específicos. Por exemplo, eu criei um estado "HUG" (para "Haiku user guide") sob o qual eu coleto toda mensagem que pode influenciar os conteúdos do guia do usuário, como mensagens de commit sobre mudanças no código que alteram ou introduzem alguma funcionalidade ou algo mais que eu sinto que possa melhorar o guia do usuário.
-Em todo caso, tente manter o estado com o nome curto. Assim ele sempre ficará em uma coluna "Estado" com largura normal no Rastreador.

-

Não é preciso abrir uma mensagem com o aplicativo Correio para definir seu estado. Com os adicionais do Rastreador Marcar como Lida e Marcar como... pode-se selecionar alguns arquivos de correio eletrônico e definir seus estados de uma só vez.

- -

-index -Utilizando consultas

-

Certo, você especifica uma pasta para armazenar todas as suas mensagens, pode abrí-la e voilà, lá estão todas as suas mensagens. Mas progressivamente a pasta torna-se lotada e mostrar tudo tomará mais e mais tempo com milhares de arquivos e seus atributos sendo analisados e ordenados. Também, na maior parte do tempo você não realmente não liga pra mensagens de dois anos atrás dos príncipes nigerianos e seus problemas com herança...

-
Muito tempo de preenchimento de uma pasta é gasto em colocar arquivos lidos do disco dentro da ordem correta e exibir na janela. Se precisa abrir uma pasta com um número enorme de arquivos, pode reduzir a espera fazendo a janela do Rastreador "invisível", ou seja, tanto minimizá-la ou mudar para outro espeço de trabalho. Leia Controlador de Processo para ver como ela afeta a utilização da CPU.
-

Consultas, ao resgate!

-

Ao utilizar consultas, pode-se visualizar suas mensagens usando seta para baixo. Em verdade, o ícone da caixa de correio na Deskbar utiliza consultas.

-daemon-in-deskbar.png -

O submenu Abrir Rascunho faz uma pesquisa pelo estado "Rascunho", o qual é definido pelo Correio ao salvar uma mensagem.

-

Abrir a Pasta Entrada e Abrir a Pasta Correio são apenas vínculos para pastas regulares (e não são muito úteis, na minha opinião).

-

O submenu # novas mensagens é preenchido por uma consulta por mensagens com o estado "Novo" (a propósito, a mesma consulta é utilizada para mudar o ícone da caixa de correio para mostrar algumas cartas nela).

- -

Pode-se adicionar também suas próprias consultas (ou pastas, aplicativos, scripts, etc.) àquele menu de contexto, colocando-os ou aos seus vínculos dentro de ~/config/settings/Mail/Menu Links.

-
A consulta ~/config/settings/Mail/mailbox é um caso especial: Ela é executada ao clicar com o botão esquerdo do mouse no ícone da caixa de correio na Deskbar. Se deseja mudar seu comportamento, pode substituí-lo com qualquer outro arquivo (ou vínculo para um arquivo), apenas nomeando-o "mailbox". Ela não tem que ser uma consulta, um vínculo para uma pasta de consultas ou um script ou aplicativo para funcionar corretamente.
- -

-index -Exemplos de consultas

-

Eis alguns exemplos de consultas úteis:

- - - - - - -
query-1.png
-Isto encontra todos as mensagens com o estado personalizado "Depois".
query-2.png
-Isto encontra todas as mensagens dos últimos 2 dias.
query-3.png
-Isto encontra todas as mensagens de Ingo Weinhold das últimas 2 semanas.
query-4.png
-Isto encontra todas as postagens da lista de commit do Haiku das últimas 12 horas.
- -

-index -Mais dicas

-
    -
  • Se não salvar uma consulta como "Consulta" mas como "Modelo de consulta", ao chamá-la não abrir-se-á a janela de resultado, mas ao invés disso a janela Encontrar... Desse modo pode-se facilmente alterar a sequência de pesquisa para um assunto ou remetente, por exemplo, ou alterar um limite de tempo de "2 dias" para "3 dias".

  • -
  • Ativar "filtragem com auto-completar" nas preferências do Rastreador permite filtrar ainda mais rapidamente um resultado de consulta. Frequentemente, é bastante consultar por todas as mensagens dos últimos 3 dias e usar a filtragem com auto-completar a partir daí. A grande vantagem é não ser preciso especificar exatamente qual atributo procurar, pois todos os exibidos são considerados na filtragem.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/workshop-filetypes+attributes.html b/docs/userguide/userguide/pt_BR/workshop-filetypes+attributes.html deleted file mode 100644 index 1382653e6c..0000000000 --- a/docs/userguide/userguide/pt_BR/workshop-filetypes+attributes.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - Oficina: Tipos de arquivos, Atributos, Indexação e Consultas - - - - - - - - -
-
- - - - - -
Índice
- Preparação
- Criando um tipo de arquivo personalizado
- Ícone
- Reconhecimento de arquivo
- Descrição
- Aplicativo Preferido
- Atributos Extra
- Indexação
- Preenchimento dos dados
- Consultando a base de dados -
- -

Oficina: Tipos de arquivos, Atributos, Indexação e Consultas

- -

Esta é uma oficina para mostrar o uso dos Atributos, Consultas, a Indexação e Tipos de arquivos personalizados. Como um exemplo, vamos construír uma base de dados para para acmpanhar a nossa biblioteca de DVDs.

- -

-index -Preparativos

-

Vamos primeiro decidir que tipo de arquivo e atributos servirão às nossas necessidades. Originalmente, planejei usar um arquivo de marcador com um vínculo à página de filmes IMdB, mas uma vez que o Haiku não tem um navegador "marcável" como o NetPositive do BeOS no momento, vim com essa: o arquivo em si será uma imagem JPEG para a capa do filme.
-Com o WebPositive, o Haiku agora tem novamente um navegador usando arquivos de marcador, então poderia muito bem utilizar um arquivo de marcador ao invés de uma imagem como tipo de arquivo básico para nossos arquivos de base de dados.
-Em qualquer caso, para estes arquivos adicionamos um par de atributos. Aqui temos que decidir se queremos consultá-lo mais tarde (então temos que adicioná-lo ao indexador) e sendo assim, que tipo de atributo deveria ser. Números (int, float) podem ser avaliados diferentemente de texto (</=/> versus é/contém/começa com).

-

Eis os atributos que gostaria de ver para meus DVDs:

-
    -
  • Título do filme
  • -
  • Gênero
  • -
  • URL para, por exemplo, IMdB
  • -
  • Diretor/Elenco
  • -
  • Enredo
  • -
  • Minha cotação de 1 a 10
  • -
  • Coordenadas em minha prateleira, por exemplo A2, B3, então encontro o DVD também na vida real :)
  • -
  • Se for o caso, a quem o disco está emprestado...
  • -
- -

-index -Criando um tipo de arquivo personalizado

-

Inicie as preferências dos Tipos de arquivos e clique no botão Adicionar... abaixo da lista hierárquica na esquerda. Um pequeno diálogo abre e pode-se especificar em qual Grupo MIME seu novo tipo de arquivo residirá. Pode-se também criar um grupo completamente novo. Vamos colocá-lo dentro de "aplicativos" e definir o "Nome Interno" como DVDdb.

-filetypes-new-file-type.png -

Agora, uma caixa de diálogo para seu novo tipo de arquivo DVDdb se abre:

-filetypes-dvddb.png - -

-index -Ícone

-

Clique duas vezes na área do ícone para abrir o Icon-O-Mático e desenhar um ícone para seu tipo de arquivo. Pode-se também arrastar e soltar um ícone da área de ícone de outro tipo de arquivo, talvez como ponto de partida para uma versão modificada.

- -

-index -Reconhecimento de arquivo

-

Pode-se adicionar sufixos como .txt, .jpg, .mp3 para reconhecer arquivos por sua extensão. Útil ao trabalhar com arquivos de sistemas sem tipagem MIME. Nós não precisamos disso para nosso exemplo.

- -

-index -Descrição

-
    -
  • Nome do tipo - Aparece, por exemplo, no menu de Atributo da janela do Rastreador e a "Espécie de" atributo de um arquivo.
  • -
  • Descrição - Uma descrição um pouco mais detalhada.
  • -
- -

-index -Aplicativo Preferido

-

Este menu pop-up mostra uma lista de todos os aplicativos que podem manipular este tipo de arquivo em particular. Aqui pode-se escolher qual programa deve abrir este arquivo específico quando lhe damos duplo clique.

- - - -
Selecionar... abre um diálogo de arquivo onde se escolhe o aplicativo para abrir com este tipo de arquivo. Aqui, nós definimos Mostrar Imagem para exibir a capa do DVD.
O mesmo que... abre um diálogo de arquivo onde se escolhe qualquer arquivo que já tenha a definição do aplicativo preferido que se está procurando.
- -

-index -Atributos Extra

-

Aqui nós inserimos todos os atributos personalizados que nós decidimos em nossos preparativos. Clicar no botão Adicionar... abre uma caixa de diálogo:

-filetype-extra-attribute.png -
    -
  • Nome do atributo - Aparece, por exemplo, como o título da coluna na janela do Rastreador.

  • -
  • Nome interno - É utilizado para indexar e consultar o atributo.

  • -
  • Tipo - Define o valor que o atributo pode conter e portanto como ele pode ser consultado. -
      -
    • Sequência para texto normal
    • -
    • Booleano para dados binários: 0 ou 1
    • -
    • Inteiro para números inteiros com diferentes extensões: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Ponto flutuante para números de ponto flutuante, precisão singular
    • -
    • Duplo para números de ponto flutuante, precisão dupla
    • -
    • Hora para formato de hora e data
    • -
    -
  • -
-
    -
  • Visível - Esta caixa de controle determina se o atributo é visível em tudo na janela do Rastreador. Uma vez que o Rastreador será a interface para nossa base de dados de DVD, nós a marcamos e definimos sua aparência com:
      -
    • Exibir como - Deixe como "Padrão". No futuro mais opções se tornarão disponíveis, por exemplo uma barra ou estrelas para uma avaliação, etc.
    • -
    • Editável - Determina se o atributo deve ser editável no Rastreador.
    • -
    • Largura - A largura padrão daquela coluna de atributos numa janela do Rastreador.
    • -
    • Alinhamento - O atributo pode se exibido alinhado à esquerda, no centro ou à direita.
    • -
-

Agora, insira todas as informações para nossos atributos:

- - - - - - - - - - -
Nome InternoTipo de atributoindexado?Descrição
DVDdb:titulo text sim Título do filme
DVDdb:genero text sim Gênero
DVDdb:url text não URL
DVDdb:elenco text sim Diretor/Elenco
DVDdb:enredo text não Enredo
DVDdb:avaliacao int-32 sim Avaliação 1 to 10
DVDdb:coord text não Prateleira
DVDdb:emprest text sim Emprestado a
- -

-index -Indexação

-

Antes de começarmos a inserir dados em nossa pequena base de dados de DVD, nós devemos adicionar certos atributos ao Indexador. Apenas atributos indexados podem utilizar Consultas rápidas do Haiku.
-Então, o que iremos procurar no futuro? Nós provavelmente não perguntaremos "O que está na coordenada B4 em minha prateleira?" ou "A URL do IMdB ou o enredo do filme contém a palavra 'pope-shenooda'?".

-

Isso nos deixa estes atributos:

- - - - - - -
Nome InternoTipo de atributo
DVDdb:titulotext
DVDdb:generotext
DVDdb:elencotext
DVDdb:avaliacaoint-32
- -

Para indexá-los, nós abrimos um Terminal e simplesmente adicionamos um atributo após o outro:

-
mkindex -t string DVDdb:titulo
-mkindex -t string DVDdb:genero
-mkindex -t string DVDdb:elenco
-mkindex -t int DVDdb:avaliacao
-

A opção -t define o tipo de atributo, o qual é "sequência" para todos menos a avaliação, a qual é um número inteiro.

- -

-index -Preenchimento dos dados

-

Agora, tudo está definido e nós podemos começar a colocar alguns dados na nossa base.
-Uma vez que nosso arquivo básico é uma imagem de capa, vamos a alguma fonte online como o IMdB, procurar por nosso primeiro filme e salvar a capa ou poster do filme em uma nova pasta onde queremos manter nossos arquivos DVDdb.

-

Abrindo aquela pasta vemos uma janela típica do Rastreador com uma JPEG nela. Clicando com o botão direito nela, alteramos seu tipo de arquivo para application/DVDdb com o Adicional de Tipo de Arquivo. Existe mais informação sobre isso no documento Tipos de Arquivo.

-

Agora, ativamos todos os nossos atributos DVDdb a partir do menu Atributos da janela do Rastreador menu of the Tracker window e rearranjamos as colunas a nosso gosto:

-filetypes-dvddb-empty.png -

Ao clicar num atributo ainda vazio (ou pressionando ALT E) entramos no modo de edição e preenchemos cada atributo. Com TAB and SHIFT TAB podemos navegar entre os atributos.

-

No nosso exemplo, nós começamos com uma capa JPG baixada e mudamos seu tipo para applications/DVDdb. Existe outra forma elegante de produzir um arquivo para trabalhar com ele. Apenas copie um arquivo vazio de seu tipo de arquivo para /boot/home/config/settings/Tracker/Tracker New Templates e renomeie-o para DVDdb.

-

Clicando com o botão direito dentro da janela do Rastreador, encontraremos uma nova entrada sob Novo... além do padrão "Nova pasta".

- -

-index -Consultando a base de dados

-

Muitas horas de trabalho barulhento depois, temos um pequeno e belo banco de dados que pode ser consultado para encontrar todos os seus filmes de Christina Ricci que possuam nota 7+... :)

-

Pode-se atribuir uma disposição de atributo sensível para resultados de consulta de um tipo de arquivo específico.
-Abra a pasta contendo seus arquivos DVDdb e arrume os atributos da forma como gostaria de ter apresentados os resultados de consulta. Copie esta disposição com Atributos | Copiar disposição.

-

Abra /boot/home/config/settings/Tracker/DefaultQueryTemplates, crie uma nova pasta e renomeie para grupo/tipo de arquivo, substituindo barras por sublinhados; no nosso caso, "aplicativos_DVDdb".

-

Abra a nova pasta e cole dentro a disposição com Atributos | Colar disposição. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/workshop-wlan.html b/docs/userguide/userguide/pt_BR/workshop-wlan.html deleted file mode 100644 index 72579b48e7..0000000000 --- a/docs/userguide/userguide/pt_BR/workshop-wlan.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - Oficina: Rede sem fio - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- - - - - -
Índice
- Fazendo o dispositivo suportado trabalhar
- Conectando a uma rede wireless
- Conectando a partir da linha de comando
- Dicas -
- -

Oficina: Rede sem fio

- -

Ter o acesso à rede funcionando é essencial na atual necessidade de uma conexão permanente à internet. Como manter-se atualizado com todos os diferentes e sempre mutáveis equipamentos e drivers é praticamente impossível para um projeto pequeno, o Haiku conta com uma camada de compatibilidade FreeBSD para seus drivers de rede.
-Isto assegura uma grande quantidade de dispositivos suportados, embora provavelmente não 100% do que aí está. Veja esta lista online para uma realção de modelos suportados ou verifique em Notas de dispositivos do FreeBSD 9.3.

-
Atualmente apenas dispositivos PCI, PCI-X, PCI-Express, Mini PCI e Mini PCI-Express devem funcionar.
-Dispositivos PCMCIA, CardBus, ExpressCard, USB e ISA ainda precisam de mais trabalho para serem funcionais.
- -

-index -Fazendo o dispositivo suportado trabalhar

-

Mesmo se a primeira barreira dos equipamentos comumente suportados é conquistada, algumas placas de rede requerem módulos binários de firmware para operar apropriadamente. O Haiku não pode incluir alguns desses arquivos de firmware proprietários por causa de questões de licenciamento. Contudo, o Haiku inclui um script simples o qual irá obter e instalar todos os bits proprietários necessários para você. Geralmente, se estiver planejando utilizar acesso sem fio, é uma boa ideia executar esse script para assegurar que seu sistema tem todos os firmwares disponíveis quando necessários.

-

Abra um Terminal e digite:

-
install-wifi-firmwares.sh
-

Agora revise as licenças e aceite-as para instalar todos os arquivos de firmware disponíveis.

- -

Se não tiver acesso à internet access para baixar aqueles firmwares faltantes no Haiku, existe um método offline, veja em dicas abaixo.

- -

-index -Conectando a uma rede wireless

-

Por padrão, o Haiku conectará à primeira rede sem fio não encriptada que encontrar após inicializar. Para conectar a uma rede específica, utilize o miniaplicativo Estado da Rede.

-

Clique com o botão direito do mouse no seu ícone no Deskbar e escolha o nome público da rede (que é o "SSID" que ele propaga) a partir do menu de contexto.

-join-network.png -

Uma janela abre ao inserir o tipo de autenticação (provavelmente WPA/WPA2, WEP não é mais uma encriptação segura!) e a senha para aquela rede sem fio. Clique OK para iniciar o processo de autenticação.
Dependendo do seu equipamento e configuração de rede, isto pode levar um tempo. Você será mantido informado do progresso pelas notificações:

-join-network.gif -

Ao ler "Pronto" e o ícone do Estado de Rede mostrar uma luz redonda verde, a conexão está estabelecida. Se notificações findam em "Nenhum vínculo" e um triângulo amarelo, algo está errado, provavelmente uma senha incorreta.

- -

-index -Conectando a partir da linha de comando

-

Se preferir utilizar a linha de comando ou gostaria de utilizar script ou o ~/config/settings/boot/UserBootscript para automatizar a conexão a uma rede específica na inicialização, existe o comando ifconfig.

-

Abra um Terminal e digite a primeira linha para sondar redes sem fio disponíveis:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

O caminho para seu adptador de rede sem fio será ajustado, naturalmente.
-A saída mostra o nome público (SSID), endereço MAC, força do sinal e método de autenticação de todas as redes encontradas.

-

Para conectar uma rede, utilize esta linha e insira o respectivo nome público (SSID) e senha:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Confirme que a configuração inicial do adaptador da rede sem fio após a inicialização tenha terminado, antes de enviar comandos ifconfig ou eles serão ignorados. Dependendo do seu equipamento e configuração de rede, isso pode levar um tempo. Observe as notificações...

- -

-index -Dicas

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_BR/workspaces.html b/docs/userguide/userguide/pt_BR/workspaces.html deleted file mode 100644 index b7a5e2e463..0000000000 --- a/docs/userguide/userguide/pt_BR/workspaces.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Espaços de Trabalho - - - - - - - - -
-
- -

Espaços de Trabalho

- -

Espaços de Trabalho são áreas de trabalho virtuais completas, cada qual com sua própria resolução, profundidade de cor e papel de parede. Até 32 desses espaços de trabalho podem ser definidos a partir das preferências em Tela.

- -workspace_overviewpng.png - -

-index -Alternando espaços de trabalho

-

Pode-se anlternar entre espaços de trabalho clicando no Miniaplicativo Espaços de Trabalho (o qual é visto na imagem acima) ou utilizando as teclas de atalho ALT Fx, onde "x" é o número do espaço de trabalho. É uma boa ideia organizar seus espaços de trabalho em fileiras de quatro para imitar a disposição das teclas de função Fx no teclado.
-Também, clicando num aplicativo ou numa de suas janelas na Deskbar irá remeter para o espaço de trabalho onde ele se encontra.

-

Outro modo bastante conveniente é utilizar CTRL ALT /// para navegar espacialmente nas fileiras/colunas dos espeços de trabalho disponíveis. Se adicionalmente pressionar SHIFT, a janela ativa irá mover-se para o novo espaço de trabalho.

-

Pode-se retornar e avançar entre dois espaços de trabalho com ALT ` (a tecla real depende do mapa de teclado que esteja usando - é a tecla abaixo de ESC). Novamente, pressionar SHIFT irá tornar a janela ativa.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications.html b/docs/userguide/userguide/pt_PT/applications.html deleted file mode 100644 index 4bd73d6531..0000000000 --- a/docs/userguide/userguide/pt_PT/applications.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - Applications - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Applications

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Haiku's applications

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor A tool to track system resources like CPU and memory usage.
iconBootManager A tool to install a boot menu in the Master Boot Record (MBR) of a drive.
iconCharacterMap An application that shows the Unicode character map.
iconCodyCam A tool to regularly upload images from a webcam to a server.
iconDebugger A graphical debugger.
iconDeskCalc A calculator.
iconDiskProbe A HEX editor for files and devices.
iconDiskUsage A tool to visualize a disk's memory usage.
iconDriveSetup A harddisk partitioning tool.
iconExpander A tool to unpack common archives.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic An app to create Haiku's vector icons.
iconInstaller The tool to install Haiku to a partition.
iconMagnify A magnified view of the area around your mouse pointer.
iconMail An email client.
iconMediaPlayer A player for all supported audio/video files.
iconMidiPlayer A player for MIDI files.
iconPackageInstaller Installer for BeOS packages in PKG format.
iconPeople A contact manager.
iconPoorMan A simple web server.
iconScreenshot A tool to take screenshots.
iconShowImage A simple image viewer.
iconSoundRecorder A tool to record audio from line-in or a microphone. [still missing]
iconStyledEdit A simple text editor.
iconTerminal Access to the bash.
iconTextSearch A search tool for text files.
iconTV A viewer for analog TV. [still missing]
iconWebPositive A native web browser
- -

-index -Haiku's commandline applications

-

Besides the normal commandline tools coming with the bash shell or are necessary to be POSIX compliant, there are a few Haiku-specific commandline applications worth mentioning. These commands are often useful for scripting purposes, see also topic Bash and Scripting.

- - - -
iconList of all commandline applications
iconHaiku-specific commandline applications
- -

-index -Bundled applications

-

Besides the above listed programs, which are all maintained by the Haiku project, there are a few essential applications bundled in a standard Haiku system. Bugs and feature requests for those have to be filed with the particular maintainer.

- - - - - - - - - - - -
iconBePDF A PDF viewer.
iconPe An advanced texteditor with syntax coloring and much more.
iconVision An IRC client.
iconWonderBrush YellowBite's graphics programm.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/activitymonitor.html b/docs/userguide/userguide/pt_PT/applications/activitymonitor.html deleted file mode 100644 index 97b8e810ad..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/activitymonitor.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - ActivityMonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngActivityMonitor

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/ActivityMonitor
Definições:~/config/settings/ActivityMonitor settings
-


-

Pode monitorizar os recursos do sistema iniciando o ActivityMonitor e activando diferentes itens de interesse. -

-activitymonitor.png -

Ao clicar com o botão direito do rato na janela, pode activar/desactivar a visualização de todo o tipo de recursos:
-Memória Utilizada/em Cache, Espaço de Comutação, Utilização CPU, Rede Receber/Enviar, Falhas de Paginação, Semáforos, Portas, Linhas de Execução, Equipas, Aplicações em Execução, Tamanho em Bruto/Texto da Área de Transferência, Nós de Multimédia.

-

Por baixo do gráfico encontra-se uma legenda (que se pode ocultar no menu de contexto). Pode alterar as cores do gráfico e do fundo do gráfico arrastando e largando a partir de qualquer seleccionador de cores, p. ex. a partir do Icon-O-Matic.

-

Pode adicionar mais vistas no menu File caso a vista actual fique sobrecarregada.

-

O menu Settings abre um painel para definir o intervalo de actualização.

-

Cada vista tem o seu próprio manejador (handle) de Replicant podendo assim ser posicionada, por exemplo, no Ambiente de Trabalho.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/bepdf.html b/docs/userguide/userguide/pt_PT/applications/bepdf.html deleted file mode 100644 index bab3b85ebb..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/bepdf.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Applications
Localização:/boot/system/apps/BePDF/BePDF
Documentação:/boot/system/apps/BePDF/docs/*
Definições:~/config/settings/BePDF
-


-

BePDF é um visualizador de PDFs de incialização rápida. Além da simples visualização, suporta anotações e marcadores definidos pelo utilizador nos PDFs não encriptados. Está actualmente traduzido para 20 idiomas e idiomas adicionais podem ser facilmente adicionados através de ficheiros de texto.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/bootmanager.html b/docs/userguide/userguide/pt_PT/applications/bootmanager.html deleted file mode 100644 index f9e9194500..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/bootmanager.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

bootmanager-icon_64.pngBootManager

- - - - -
Deskbar:No entry, normally started from Installer's Tools menu
Location:/boot/system/apps/BootManager
Settings:none
MBR backups are saved by default in ~/config/settings/bootman/
-


-

If you don't add the Haiku partition to an existing boot manager like GRUB, BootManager can install a small boot menu in the Master Boot Record (MBR) that looks something like this:

-bootmenu.png -
Boot Manager isn't yet tested very well and still has a few restrictions that it will complain about if they aren't met: the menu can only be installed on your first harddisk and there has to be a 2KiB space after the Master Boot Record (MBR).
-

BootManager guides you through the installation process of the boot menu.

-

-index -Choosing the destination drive

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/cdplayer.html b/docs/userguide/userguide/pt_PT/applications/cdplayer.html deleted file mode 100644 index e4c82ad16c..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/cdplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDPlayer

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/CDPlayer
Definições:~/cd/* - Armazena detalhes sobre os CDs
-


- -


-cdplayer.png -

A utilização torna-se óbvia ao olhar para os botões de controlo.
-Active o botão Repeat à esquerda de Shuffle para repetir todo o CD.

-

Caso tenha necessidades mais avançadas como por exemplo listas pessoais, experimente o MediaPlayer.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/charactermap.html b/docs/userguide/userguide/pt_PT/applications/charactermap.html deleted file mode 100644 index 36df305f97..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/charactermap.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - CharacterMap - - - - - - - - -
-
- -

charactermap-icon_64.pngCharacterMap

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/CharacterMap
Definições:~/config/settings/CharacterMap settings
-


-

O CharacterMap mostra o código UTF-8 de cada carácter suportado por um determinado tipo de letra.

-charactermap.png -

À esquerda encontra os blocos normalizados, juntamente com uma prático campo de filtragem. Opcionalmente, pode escolher também Private Show Blocks do menu View. À direita pode ver os caracteres destes blocos, utilizando o tipo de letra especificado no menu Font. Por baixo pode mudar o tamanho do tipo de letra e ainda mais abaixo, o valor do carácter actualmente sob o ponteiro do rato é mostrado em notação hexadecimal, decimal e UTF-8.

-

Pode arrastar e largar um carácter directamente do mapa de caracteres para um editor de texto, ou clicar com o botão direito do rato para Copiar Carácter (ALT C) ou Copiar como cadeia de caracteres escapada (SHIFT ALT C). Obtendo, p. ex. ou \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/applications/cli-apps.html b/docs/userguide/userguide/pt_PT/applications/cli-apps.html deleted file mode 100644 index 6d775457bd..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/cli-apps.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - Commandline Applications - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

cli-app-icon_64.pngHaiku-specific commandline applications

- - -
Localização:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relating to attributes: listattr, catattr, addattr, rmattr, copyattr

-

These commands are used to display, read out, add and remove attributes of files. Remember that these meta data are currently only available on BFS formatted volumes. Moving files onto other file systems will strip all attributes!
-All these commands are described in topic Attributes in Terminal.

- -

index -Relating to the index: lsindex, mkindex, reindex, rmindex

-

With these commands you list, make, reindex and remove attributes to BFS' index. Every volume has it's own index, remember that when copying files from one volume to another.
-These commands are described in topic Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Useful scripting commands

-

Here are a few commandline tools that are especially useful for scripting (see also topic Bash and Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Other commands

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/codycam.html b/docs/userguide/userguide/pt_PT/applications/codycam.html deleted file mode 100644 index d93a9d13b3..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/codycam.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/CodyCam
Definições:~/config/settings/codycam
-


-

Com a aplicação CodyCam pode tirar fotografias com intervalos regulares a partir de uma câmara web ou qualquer outro dispositivo de entrada de video e guardar via FTP.

-My very temporarily installed cam in Dartmoor National Park. -

À esquerda por baixo da pré-visualização, define o nome do ficheiro ao qual será acrescentado um sufixo numérico que aumenta a cada fotografia tirada. Em baixo escolhe o formato do ficheiro e a cadência com que as fotografias são tiradas.

-

À direita pode optar por FTP ou sFTP (caso esteja disponível SSH) e introduzir os dados necessários para guardar as imagens num servidor.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_PT/applications/debugger.html b/docs/userguide/userguide/pt_PT/applications/debugger.html deleted file mode 100644 index 86b74ee3b7..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/pt_PT/applications/deskcalc.html b/docs/userguide/userguide/pt_PT/applications/deskcalc.html deleted file mode 100644 index 9ccb0a2594..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/deskcalc.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

deskcalc-icon_64.pngDeskCalc

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/DeskCalc
Definições:~/config/settings/DeskCalc_settings
-


-

DeskCalc is a simple calculator that nevertheless has some nice features that aren't apparent on first sight.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • You can resize the calculator until it fits your needs and then put it as Replicant onto the Desktop via drag&drop of the symbol in the bottom right corner. Make sure Show replicants is activated in the Deskbar.

  • -
  • The keypad can be colored with a drag&drop from any color well, e.g. from Icon-O-Matic.

  • -
  • You can move up and down in a history of past calculations with and .

  • -
  • You can select DeskCalc's contents and drag&drop it into any application. Or you drop it into a Tracker window or onto the Desktop and a text file with that clipping is created there.

    -

    Even better, the reverse is also possible:
    -Create clippings as described at various stages of your calculation and go back to them by drag & dropping them back into DeskCalc.
    -Or you drag&drop a calculation directly out of an email onto DeskCalc.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/diskprobe.html b/docs/userguide/userguide/pt_PT/applications/diskprobe.html deleted file mode 100644 index 96d90a1492..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/diskprobe.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/DiskProbe
Definições:~/config/settings/DiskProbe_data
-


-

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!

-
Always work with the backup of a file and be extra careful when working directly on a device.
-

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:

-

diskprobe.png

-

The main view shows always one block of data, the size of which can be adjusted with View | BlockSize. 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.
-You can move from block to block with the slider above or with ALT  and ALT  and switch between the HEX and ASCII columns with TAB.

-

Block | Selection will not only show the selection with different endianess (and in HEX or decimal, set by View | Base), 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.
-This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

Depending on the kind of attribute, you'll get a different editor tab besides the always present Raw Editor. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/diskusage.html b/docs/userguide/userguide/pt_PT/applications/diskusage.html deleted file mode 100644 index a2f643d14c..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/diskusage.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/DiskUsage
Definições:~/config/settings/DiskUsage
-


-

DiskUsage shows graphically how the space on your volumes is utilized.
-A useful tool to answer the question, "Where has all my disk space gone?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

The concentric circles represent different levels in the file system hierarchy. Above, the circle in the center represents the /boot/home/ folder. Each segment of the ring immediately outside that circle is a file or folder under /boot/home/. Every segment farther outside brings you one level deeper in the file hierarchy. You may have to resize the window to accommodate very deep folders.

-
    -
  • If the graphical representation of a file or folder comprises less than about 2° of a circle, it is excluded from the display.
  • -
  • The number of files that's reported for a folder includes files in subfolders too. A folder counts as a file.
  • -
  • DiskUsage ignores symbolic links.
  • -
-

As you move the mouse over a segment, information about that file or folder appears in the status bar at the bottom.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

You can drag files and folders from DiskUsage to other applications or to the Desktop or other Tracker windows for copying. Vice versa, dropped volumes and folders on DiskUsage's window will zoom directly to them, making them the new center circle.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/drivesetup.html b/docs/userguide/userguide/pt_PT/applications/drivesetup.html deleted file mode 100644 index 3c33d3cf63..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/drivesetup.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/DriveSetup
Definições:~/config/settings/DriveSetup
-


-

DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the GParted LiveCD to provide the space for another partition.

-drivesetup.png -

At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the +/- widget that appears in that case in front of that device to see the details of every logical partition.

-

You can select a partition from the list and mount and unmount them with the commands in the Partition menu or by pressing ALT M or ALT U.

-

You can also completely delete a partition with Partition | Delete.
-Which brings us to this:

-
Dealing with creating/deleting/initializing partitions is very dangerous business. Always check twice to be sure you're working with the right one and always keep an up-to-date backup of your data in case something goes wrong!
-

-index -Creating a new partition

-
If you plan to use the entire drive as one partition, e.g. a USB stick or a Compact Flash card, you can skip the creation of a partition and proceed right to Initializing.
-

When you found unformatted space on a drive, like the above <empty>, you can create a new partition in this space with Partition | Create...(ALT C).

-drivesetup-create.png -

You're prompted with this dialog that lets you adjust the partition size and type. Choose Be File System if you want to use the partition for an Haiku installation or if you want to use all the interesting Haiku features with it, like attributes and queries. Note, that other operating systems might not be able to access such a partition.

-

If you have created a primary partition instead of just another extended/logical partition within one, the above dialog also displays an Active partition checkbox. You'll have to check that, if you'll use that partition to boot a Haiku installation.

-

Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.

-

-index -Initializing a partition

-

Only unmounted partitions can be initialized by using the Partition | Initialize menu.

-drivesetup-initialize.png -

Here you set the name for the partition and it's blocksize. 2048 bytes per block are recommended, but you can choose larger or smaller sizes if you have these very specific needs.
-Initializing will destroy all data on that partition!

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/expander.html b/docs/userguide/userguide/pt_PT/applications/expander.html deleted file mode 100644 index ba167321f0..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/expander.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

expander-icon_64.pngExpander

- - - - -
Deskbar:No entry, normally launched via double-clicking a supported file.
Localização:/boot/system/apps/Expander
Definições:~/config/settings/Expander_Settings
-


-

Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.
-Just double-click an archive to see this simple interface:

-

expander.png

- - - - -
SourceALT Owill open a file dialog to find an archive to unpack.
DestinationALT Dwill open a file dialog to set the destination.
ExpandALT Ewill start the unpacking. It can be aborted with ALT K.
-

You can toggle the display of the file listing by un/checking Show contents or pressing ALT L.

-
Expander can only unpack whole archives.
-You can't select individual files to expand or add/remove files from the archive.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/haikudepot.html b/docs/userguide/userguide/pt_PT/applications/haikudepot.html deleted file mode 100644 index a313ac9d7c..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/icon-o-matic.html b/docs/userguide/userguide/pt_PT/applications/icon-o-matic.html deleted file mode 100644 index c7999dc069..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/icon-o-matic.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Applications
Localização:/boot/system/apps/Icon-O-Matic
Definições:~/config/settings/Icon-O-Matic
- -


- -

Before we come to the actual creating of icons in Icon-O-Matic, a few words on Haiku's icons in general.

- -

-index -BeOS bitmap vs. Haiku vector icons

-

Contrary to the BeOS, Haiku uses vector icons instead of bitmap icons. A special Haiku Vector Icon Format (HVIF) was developed that is highly optimized for small file sizes and fast rendering. That's why our icons are for the most part much smaller than either a bitmap or the widely used SVG format. Also, unlike BeOS' bitmap icons, Haiku isn't limited to an 8bit palette (256 colors).
-Take this icon of the Terminal, for example:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Note that the BeOS used two versions of an icon, one 16x16 and one 32x32, to achieve good visuals in List and Icon View mode.

-

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Icons are attributes

-

Icons are stored as an attribute with their file. However, that doesn't mean that every file has to have this attribute to appear with an icon in a Tracker window: data files inherit their icon from their filetype. To globally change the filetype's icon you use the FileTypes preferences. If you only want to add a special icon to an individual file, you use the FileType add-on on it instead. See topic Filetypes for more information.

-
Being an attribute, it follows that only filesystems supporting metadata can retain a file's individual icon. So, if you move files off your BFS volume, consider zipping them up so you don't lose icons or other attributes.
- -

-index -Creating icons with Icon-O-Matic

-

Icon-O-Matic is Haiku's icon editor that can save your work as HVIF, SVG or PNG. The icon can also be directly attached as attribute to an existing file or exported as a resource or source file used by developers. Since the application was tailored to the optimized HVIF format, its usage reflects the inner workings of this format.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Here's a quick overview of Icon-O-Matic's window:

-i-o-m-overview.png - -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

- - -

-index -Path

-

A path consists of several points which are connected with lines or Bezier curves. To add or change points, make sure the path is selected in the path list.

- -

Simply clicking in the canvas will set the first point. While setting a point, you decide if the resulting line will be straight or curved: a simple click and release produces a straight line, holding down the mouse button and moving the mouse will drag out the handles for a Bezier curve. Of course, you can also change it all later on.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

The mouse pointer indicates the current mode:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Move point(s)Insert pointAdd pointDelete point
CTRL
Corner↔Bezier
ALT
Select points
SHIFT
-

You can invoke a context menu by right-clicking a point or a selection of points:

- - - - - - -
Select allALT ASelects all points of the current path.
TransformTPuts all selected points in a transformation box, so you can move, resize and rotate them together. It works just like with shapes, described a bit further down.
SplitSplits selected points into two, one sitting on top of the other.
FlipRotates selected points by 180°. Only has an effect on Bezier points.
RemoveDELDeletes selected points.
- -

Path Menu

-

The Path menu offers a few obvious entries to Add rectangle and Add circle or to Duplicate or Remove a path. Here are some that may need a bit more explaining:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean upMost useful with imported SVGs, this function will remove redundant points.
Rotate indices rightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate indices leftALT SHIFT RDoes the same in the other direction.
- -

Path Properties

-

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset transformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze transformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Shape Properties

-

Besides a Name, the Properties view for a shape has these options:

- - - - -
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNot OK!
Shape 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Shape 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Style

-

A style can either be a solid color or some type of gradient.
-Besides the predefined colors under Swatches, you can mix your own by clicking on the current color. Also, note the slider under the color spectrum which sets the alpha-channel (transparency).

-i-o-m-gradients -

You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Style Menu

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Style Properties

-

The Name is the only Properties of a style.

- - -

-index -Transformer

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter limitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Saving an icon

-

There's your usual menu bar at the top, File, Edit, Options. The usage is pretty much self-explaining, so we'll only look at how to save your work.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSaves as resource used by programmers
HVIF source codeSaves as source code used by programmers
SVGSaves as SVG
PNGSaves as a 64px sized PNG
PNG setSaves as 16, 32 and 64px sized PNGs
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Tips & Tricks

-

A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:

-
    -
  • Read the Icon Guidelines to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.

  • -
  • You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Check the preview to see if your icon still looks good in 16x16. You may want to use the Level Of Detail settings described in the Shapes section.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/installer.html b/docs/userguide/userguide/pt_PT/applications/installer.html deleted file mode 100644 index f1c9f28221..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/installer.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/Installer
Definições:nenhuma
-


-

The Installer is used to copy Haiku onto another volume.
-Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:

-
    -
  • This is alpha-quality software. Make backups or suffer the consequences!

  • -
  • The Installer needs a prepared partition. You may have to use a GParted LiveCD or a similar tool until Haiku's DriveSetup is mature enough to handle this task.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Once you acknowledged with Continue, you're presented with the main window:

-installer.png -

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
-The second pop-up menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.

-

Clicking the little expander widget will Show optional packages, if available, that you can choose to install in addition to the basic Haiku.

-

You should do a last check if you really picked the right target before starting the installation process. Click on Setup partitions... to open DriveSetup and have a look at the naming and layout of the available volumes and partitions.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Tools

-

At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the Onto: Please choose target menu and select Write boot sector from the Tools menu to make it bootable again.

-

The other item in the Tools menu is used to Set up a boot menu that puts a menu in the boot sector to choose what operating system to boot. See topic BootManager for more information.
- You don't need to run the BootManager if you already use a bootmanager like GRUB, in which case you have to add Haiku manually (see above), or Haiku runs exclusively on your machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/list-cli-apps.html b/docs/userguide/userguide/pt_PT/applications/list-cli-apps.html deleted file mode 100644 index f66ef81400..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/list-cli-apps.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - List of commands - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

cli-app-icon_64.pngList of all commandline applications

- - -
Location:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Language and keymap setup.
[ Returns true/false after comparing items.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Shows a message box. (Haiku specific)
arp Manipulates the system ARP cache.
awk See gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 See bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Leftover from the move of locale-kit.]
echo Displays a line of text.
egrep See grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep See grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp File transfer program.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip See gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Leftover from the move of locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creates a directory.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more See less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh See bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Returns true/false after comparing items.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash See trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat See gzip.
zcmp See zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo See unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/magnify.html b/docs/userguide/userguide/pt_PT/applications/magnify.html deleted file mode 100644 index 5f655ef976..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/magnify.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

magnify-icon_64.pngMagnify

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/Magnify
Definições:~/config/settings/Magnify_prefs
-


-

Magnify shows an enlarged version of the area around your mouse pointer.

-magnify.png -

At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.

-

Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with / / / .

-

To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
-They can also be moved with / / / . The active crosshair is marked with an "x".

-

You can move the mouse pointer pixel by pixel with OPT  / / / .

-

Clicking on the pop-up menu gives you a number of options:

- - - - - - - - - - - - - - -
Save imageALT S Saves the current display as a resource file.
Copy imageALT C Copies the current display to the clipboard.
Hide/Show infoALT T Toggles the display of all the additional information.
Add a crosshairALT H Adds a crosshair you can drag around.
Remove a crosshairALT SHIFT H Removes the last added crosshair.
Hide/Show gridALT G Toggles the overlayed grid.
Freeze/Unfreeze imageALT F Stops/continues updating the magnification area.
Stick coordinatesALT I Keeps updating the magnification area, but don't follow the mouse pointer any more.
Make squareALT / Reverts back to a square display after resizing the window.
Decrease window sizeALT - Shrinks the magnified area around the mouse pointer.
Increase window sizeALT + Enlarges the magnified area around the mouse pointer.
Decrease pixel sizeALT , Lowers magnification.
Increase pixel sizeALT . Increases magnification.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/mail.html b/docs/userguide/userguide/pt_PT/applications/mail.html deleted file mode 100644 index 0266ef2d82..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/mail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/Mail
Definições:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/mediaplayer.html b/docs/userguide/userguide/pt_PT/applications/mediaplayer.html deleted file mode 100644 index ccd34674ab..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/mediaplayer.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/MediaPlayer
Definições:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/midiplayer.html b/docs/userguide/userguide/pt_PT/applications/midiplayer.html deleted file mode 100644 index 4a06991e47..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/midiplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/MidiPlayer
Definições:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_PT/applications/packageinstaller.html b/docs/userguide/userguide/pt_PT/applications/packageinstaller.html deleted file mode 100644 index 78fdfdfffe..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/packageinstaller.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:Sem entrada, normalmente iniciado fazendo duplo clique num ficheiro suportado.
Localização:/boot/system/apps/PackageInstaller
Definições:nenhuma
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/pe.html b/docs/userguide/userguide/pt_PT/applications/pe.html deleted file mode 100644 index 683d4afdd2..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/pe.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Applications
Localização:/boot/system/apps/Pe/Pe
Documentação:/boot/system/apps/Pe/Documentation/index.html
Definições:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_PT/applications/people.html b/docs/userguide/userguide/pt_PT/applications/people.html deleted file mode 100644 index 1a0d568c6d..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/people.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

people-icon_64.pngPeople

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/People
Definições:~/config/settings/People_data
-


-

People is a simple contact database using the attributes of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a query.

- -people.png - -

The Group attribute at the bottom allows assigning a person to one or more groups. Useful for "mass mailing" a number of people who, for example, work on a specific project. The pop-up menu offers all currently existing groups. If a person belongs to more than one group, the group names are delimited with a ",".

- -

These Person files are usually all saved in /boot/home/people/. To get a list of all your contacts, just open your people folder and display all attributes of interest. If you choose to organize your Person files in different folders, just use a query to display them all in one window.

- -people-files.png - -

You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding SHIFT while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or ALT E) to edit works just like renaming a file. Once you're in edit mode, TAB and SHIFT TAB will jump from column to column.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/poorman.html b/docs/userguide/userguide/pt_PT/applications/poorman.html deleted file mode 100644 index b35a98b05c..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/poorman.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/PoorMan
Definições:~/config/settings/PoorMan Settings
-


-

PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.

-

Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.

-

PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings...: -

-

poorman.png

-

The settings panel is divided into three tabs:

-

In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
-Logging lets you de/activate logging to the console or optionally to a separate logfile.
-The Advanced tab holds the setting for the maximum simultaneous connections.

-

The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/pt_PT/applications/screenshot.html b/docs/userguide/userguide/pt_PT/applications/screenshot.html deleted file mode 100644 index 0285e563d8..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/Screenshot
-/bin/screenshot
Definições:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/showimage.html b/docs/userguide/userguide/pt_PT/applications/showimage.html deleted file mode 100644 index aeea763be7..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/showimage.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar:Sem entrada, normalmente iniciado fazendo duplo clique num ficheiro suportado.
Localização:/boot/system/apps/ShowImage
Definições:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBrowsing

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexKeyboard shortcuts

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
CTRLWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/soundrecorder.html b/docs/userguide/userguide/pt_PT/applications/soundrecorder.html deleted file mode 100644 index 3073754dd7..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/SoundRecorder
Definições:~/config/settings/???
-


-

Ainda não há documentação. Se deseja contribuir, por favor anuncie-o na lista de correio de Documentação para evitar duplicação.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/applications/stylededit.html b/docs/userguide/userguide/pt_PT/applications/stylededit.html deleted file mode 100644 index a18c8a8a07..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/stylededit.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/StyledEdit
Definições:nenhuma
-


-

StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.

-stylededit.png -

If you're interested, this is what those additional attributes look like when examined in Terminal with listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

As you can see, all the formatting options from StyledEdit's menu are present: line wrapping (on/off) and alignment (left/center/right), each in one attribute. Styles (font, size, color) of each letter mangled into another.

-
Because these attributes are a file system feature of BFS, this means that not only other platforms just see a plain text file, it also follows, that the formatting will be lost when a file is stored on a non-BFS partition. The above attributes are simply stripped and what's left is the ordinary, plain text file.
-

In any case, it's a nice idea having the possibility of colored text in different fonts and sizes while still being a normal text file. A ReadMe.txt, for example, is therefore readable in a shell on any platform and still has a bit of style when viewed via double-click from Haiku.

-

Actually using StyledEdit is so simple, we'll skip explaining every mundane menu item. Just write down your text then select the words you'd like to format and apply font, size and color from the Font menu. Line wrapping and alignment from the Document menu only work on the whole file.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/terminal.html b/docs/userguide/userguide/pt_PT/applications/terminal.html deleted file mode 100644 index afe19cc220..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/terminal.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/Terminal
Definições:~/config/settings/Terminal
-~/config/settings/profile - adds/overrides defaults in /boot/system/settings/etc/profile
-~/config/settings/inputrc - adds/overrides defaults in /boot/system/settings/etc/inputrc
-


-

The Terminal is Haiku's interface to bash, the Bourne Again Shell.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Windows and tabs

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Settings

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Keyboard shortcuts

-

You'll find a list of useful shortcuts in Shortcuts and key combinations.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Bash customization

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Hints for working with the Terminal

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/textsearch.html b/docs/userguide/userguide/pt_PT/applications/textsearch.html deleted file mode 100644 index 2df6504716..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/textsearch.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:No entry, normally launched via Tracker Add-on
Localização:/boot/system/apps/TextSearch
Definições:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

File menu

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Action menu

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Settings menu

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

History menu

Contains recently used search strings.

Encoding menu

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/tv.html b/docs/userguide/userguide/pt_PT/applications/tv.html deleted file mode 100644 index 097178d0a9..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/TV
Definições:~/config/settings/???
-


-

Ainda não há documentação. Se deseja contribuir, por favor anuncie-o na lista de correio de Documentação para evitar duplicação.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/applications/vision.html b/docs/userguide/userguide/pt_PT/applications/vision.html deleted file mode 100644 index 40e30fc32b..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/vision.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Applications
Localização:/boot/system/apps/Vision/Vision
Definições:~/config/settings/Vision/*
-


-

Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the Vision website.

-
You can find help from other Haiku users and developers on Haiku channels in various languages.
-The most frequented is the English speaking #haiku at irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/applications/webpositive.html b/docs/userguide/userguide/pt_PT/applications/webpositive.html deleted file mode 100644 index 3e147188fe..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/webpositive.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Applications
Localização:/boot/system/apps/WebPositive
Definições:~/config/settings/WebPositive/ - Configuration files, cookies, cache and browsing history
~/config/settings/WebPositive/Bookmarks - All bookmarks as single files
-


-

WebPositive, or Web+ for short, is Haiku's native web browser. One part of its name is a tip of the hat to BeOS' simple NetPositive, the other points to its modern foundation: the WebKit. This open source HTML rendering library is at the heart of other mainstream browsers as well, like Safari of Mac OS X and Google's Chrome. By using the ever evolving WebKit, Web+ will be able to keep up with new web technologies.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexSettings

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexBrowsing

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexBookmarks

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDownloads

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexKeyboard shortcuts

-

Here are some useful keyboard shortcuts:

- - - - - - - - - - - - - - -
ALT TOpens a new tab.
ALT W Closes the current tab.
ALT N Opens a new window.
SHIFT ALT W Closes the current window.
ALT ENTER Toggles full screen mode.
ALT R or F5 Refreshes the current page.
ALT H Opens the home page.
ALT D Shows/hides the Downloads window.
ALT F Shows the find bar for in-page searching (hide with ESC).
ALT B Bookmarks the current page.
ALT M Manage bookmarks, opening the Bookmarks folder.
ALT Previous page in the history.
ALT Next page in the history.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/applications/wonderbrush.html b/docs/userguide/userguide/pt_PT/applications/wonderbrush.html deleted file mode 100644 index 640d4b0aad..0000000000 --- a/docs/userguide/userguide/pt_PT/applications/wonderbrush.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Applications
Localização:/boot/system/apps/WonderBrush/WonderBrush
Documentação:/boot/system/apps/WonderBrush/Documentation en
Definições:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/attributes.html b/docs/userguide/userguide/pt_PT/attributes.html deleted file mode 100644 index 028cac286a..0000000000 --- a/docs/userguide/userguide/pt_PT/attributes.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - Attributes - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Attributes

- -

Attributes are data fields that belong to a file but aren't part of that file, e.g. they are not computed into the file size and can be copied or changed without touching the file itself. The system uses these attributes to store e.g. file size, file type or date of the last modification. This is similar to other operating systems and their filesystems.

-

What's different is that you can add any kind of attribute to any file and display it or make it editable in a Tracker window. You just have to define the kind of attribute you want to add to a file type (e.g. string, integer or time) and give it a name and description.

-

The file itself doesn't even need any contents at all. Take a look at these People files for example:

-people.png -
-

As you can see, these are all 0-sized files with attached attributes, the E-mail attribute of "John Nox" being edited right in Tracker.

-

If you index these attributes, as People, Email or audio files are by default, they are also searchable with Haiku's fast query system.

- -

-index -Attributes in Tracker

-

Attributes are displayed quite similar to a database or spreadsheet. Using Tracker you can choose which attributes to display (columns) and sort file listings (rows) accordingly.

-

To do this, open a Tracker window, click on the Attributes menu, and select the attributes you want to display. Alternatively, simply right-click onto a column heading and mark the items in the context menu. You can rearrange the columns by a simple drag&drop of the column heading. Moving a column out of a window, is a fast way to get rid of columns you don't need.

-

Double-click on the line between two attributes in the heading to automatically resize a column to its optimal width.

-

Click on a column heading to toggle the sorting order from ascending to descending. You can establish a secondary sort order by pressing the SHIFT key while clicking on a column heading. You can sort your People files by company and within that order sort by contact name, for instance. See the above screenshot as an example. The secondary sort order is marked by a lighter colored indicator beside the heading.

-

Editing these attributes is as simple as renaming a file: Either click on an entry or press ALT E and move between the attributes with TAB and SHIFT TAB. ESC leaves the editing mode without applying the changes.

- -

-index -Attributes in Terminal

-

If you prefer to use the commandline or plan to work with many files using scripting, there are several commands for controlling attributes from Terminal.

-

-index -listattr

-

listattr lists a file's attributes, but doesn't show the contents of the attributes.

-
usage: listattr 'filename' ['filename' ...]
-

From our screenshot example above:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Besides all the "META:*" attributes that hold the contact's information, there are two attributes that are managed by the system:

-
    -
  • BEOS:TYPE holds the file type as a MIME string, here "application/x-person". It determines the default icon and the application that opens the file when you e.g. double click it.

  • -
  • "_trk/pinfo_le" is the attribute with which Tracker keeps track of a file's icon position.

-
Note the backslash after "Clara". In Terminal you have to "escape" special characters like '"*\$?!. The space between "Clara" and "Botters" is also one of those. Therefore the backslash is really in front of the space character, and not after "Clara".
- -

-index -catattr

-

catattr displays the contents of a specific attribute of a file.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Again our example:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr adds an attribute to a file and/or fills it with a value.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

So, say dear Clara took a job with the multi-national Barkelbaer Inc., you fill the formerly empty "Company" attribute with that data (which is of type "string"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr completely removes an attribute from a file.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Though in all practicality it would be enough to just not fill the "Fax" attribute, you can completely remove it from Clara's file by typing:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr copies attributes from one or more files to another. By default, the actual contents of the file is not copied.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

If you do want to copy the attributes plus the data of the file itself, you can add the option "-d" or "--data".

- -


-

More information on these commands and their options can be found by typing the command name followed by "-h" or "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/bash-scripting.html b/docs/userguide/userguide/pt_PT/bash-scripting.html deleted file mode 100644 index cf083288e0..0000000000 --- a/docs/userguide/userguide/pt_PT/bash-scripting.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - Bash and Scripting - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Bash and Scripting

- -

"Scripting" is the technique of automating procedures by stringing together commands and saving it all as text files, so called "scripts". Every time you run such a script, the commands are processed one after the other just like they would if you entered them into the Terminal by hand.
-Scripts can range from simply executing a few commands in a specific order to sophisticated pieces of code that solve complex tasks.

- -

-index -The Bash

-

Since scripts rely naturally a lot on the shell they are interpreted by, you should first familiarize yourself with the BASH that's used by Haiku. There are many resources online as it's a widely used shell. One nice document is Johan Jansson's Introduction to bash - a tutorial for bash under BeOS.

- -

-index -The Scripting Bible

-

After you've learned a few basics about working in the shell, it's time to slowly ease yourself into the world of scripting. Again, you'll find loads of tutorials and reference material online as well as in bookstores. A very nice introduction that's practically tailor-made for Haiku is the online available Scripting Chapter (PDF, 900kb) of Scot Hacker's BeOS Bible.

- -

-indexScripts in Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -The UserBootscript

-

/boot/home/config/settings/boot/UserBootscript will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Remember to end a command with an "&" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).

- -

A simple alternative to the above for launching applications at boot up is to put links to them in the /boot/home/config/settings/boot/launch directory. This can be done simply by right-clicking on the application you wish to have started automatically, going to Create Link and then navigating to the above directory.

- -

-index -The UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.

- -

-index -The UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript is executed as the last step in the shutdown process. Note, that most parts of the system have terminated by the time this script is executed.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/bootloader.html b/docs/userguide/userguide/pt_PT/bootloader.html deleted file mode 100644 index dd72f3df63..0000000000 --- a/docs/userguide/userguide/pt_PT/bootloader.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - Boot Loader - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Boot Loader

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

To enter the Boot Loader options, you have to press and keep holding the SHIFT key before the beginning of Haiku's boot process. If there's a boot manager installed, you can start holding SHIFT before invoking the boot entry for Haiku. If Haiku is the only operating system on the machine, you can begin holding the key while still seeing boot messages from the BIOS.

-

-index -Boot Loader Options

-

Once it's there, you're offered four menus:

- - - - - - - - - -
Select boot volume Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Select fail safe video mode If you had to activate the option Use fail-safe video mode, you can set resolution and color depth.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

After activating one or more options, you return to the main menu and continue booting, which presents you with this boot screen:

-boot-screen.png - -

If everything works OK, one symbol after another quickly lights up.
-The different symbols roughly correspond to these boot stages:

- - - - - - - - -
Atom Initializing modules.
Disk + magnifier Creating rootfs (/) and mounting devfs (/dev).
Plug-in card Initializing device manager.
Boot disk Mounting boot disk.
Chip Loading CPU specific modules.
Folder Final initialization of subsystems.
Rocket Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/contents.html b/docs/userguide/userguide/pt_PT/contents.html deleted file mode 100644 index 7a61266e50..0000000000 --- a/docs/userguide/userguide/pt_PT/contents.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Guia do Utilizador do Haiku - Conteúdos - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Bem-vindo ao Guia do Utilizador do Haiku

- -

Em baixo, encontra documentação acerca dos aspectos mais importantes do Haiku. Naturalmente, completar e expandir a documentação é um processo contínuo (veja a versão online para obter páginas e traduções actualizadas). Se encontrar erros, desejar sugerir temas ou até mesmo contribuir, por favor contacte-nos através da lista de correio da documentção. Se estiver interessado em ajudar nas traduções, encontrará informação relevante na wiki do Guia do Utilizador i18n.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Carregador de ArranqueDefina opções de arranque seguras para resolver problemas de configuração.
Filesystem layoutCompreenda a hierarquia do sistema de ficheiros e conheça as localizações de ficheiros e pastas importantes.
Haiku's GUIAprenda sobre os elementos básicos da interface gráfica.
Áreas de TrabalhoUtilize ambientes de trabalho virtuais para manter a organização.
TwitcherAlterne entre aplicações em execução.
Team MonitorTermine aplicações ou componentes do sistema que deixaram de responder.
TrackerAprenda tudo sobre navegação, trabalhar com ficheiros e pastas e como configurar o gestor de ficheiros do Haiku.
Atalhos e combinações de teclasOs atalhos mais comuns para agilizar o seu fluxo de trabalho.
DeskbarUtilize e configure o equivalente do Haiku ao menu "Iniciar" e barra de tarefas.
Tipos de FicheirosDefina as aplicações predefinidas, altere os tipos de ficheiro e crie os seus próprios tipos de ficheiro.
AtributosUma das funcionalidades principais do Haiku deixa-o gerir e adicionar qualquer tipo de dados a qualquer ficheiro.
IndexaçãoUtilize a indexação de forma a poder procurar por atributos.
ConsultasUtilize as consultas ultra-rápidas do Haiku para rapidamente encontrar o que procura.
Workshop: Tipos de ficheiro, Atributos, Indexação e ConsultasAprenda a utilizar algumas das funcionalidades principais do Haiku organizando os seus DVDs.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsAprenda como instalar/desinstalar aplicações e como trabalhar com aquelas que vêm instaladas com o Haiku.
Miniaplicações do Ambiente de TrabalhoFerramentas simples para instalar no seu Ambiente de Trabalho e Deskbar.
PreferênciasConfigure o sistema.
Bash e ScriptingDescubra alguns scripts interessantes utilizados pelo sistema e recursos online para trabalhar com a shell e scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/pt_PT/deskbar.html b/docs/userguide/userguide/pt_PT/deskbar.html deleted file mode 100644 index d45d5d9493..0000000000 --- a/docs/userguide/userguide/pt_PT/deskbar.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
- The Deskbar Menu
- The Tray
- The list of running programs -
- -

Deskbar

- -

The Deskbar is the little panel that by default is located in the upper right corner of the screen. It's Haiku's version of Windows' taskbar with its Start button. It contains the Deskbar menu from where you can start applications and preferences, a tray with a clock and other tools below that and a list of currently running programs at the bottom.

-positions -

You can move the Deskbar to any corner or as a bar along the upper or lower border of the screen by gripping the knobbly area on one side of the tray and drag&drop it into the new position. You can also fold it into a more compact layout by drag&dropping the knobbly area onto the Deskbar menu.

- -

-index -The Deskbar Menu

-

A menu opens when you click on the Deskbar's top:

-deskbar.png -
    -
  • About this system... - Shows some basic information of the system, licenses and the credits of the Haiku project.

  • - -
  • Find... - Opens the Query dialog.

  • -
  • Show replicants - Shows/hides the little Replicant widget you use to drag it around, remove or access its context menu.

  • -
  • Mount - Offers the same options as when invoked by right-clicking the Desktop (see Mounting Volumes).

  • -
  • Deskbar preferences... - Opens a panel to configure the Deskbar (see below).

  • -
  • Shutdown - Offers options to either Restart system or Power off.

  • -
  • Recent documents, folders, applications - List of the last recently opened documents, folders and applications (see Deskbar preferences below).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexDeskbar Preferences

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -The Tray

-calendar.png -

Among other things, the tray is housing the clock. Hover the mouse over it to display the date in a tooltip. Left-click it to show a calendar. Right-click it to hide/show the clock or launch the Time preferences to set it.

-

Any program can install an icon in the tray to provide an interface to the user. The email system, for instance, shows a different symbol when there's unread mail and offers a context menu to e.g. create or check for new mail. ProcessController is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.

- -

-index -The list of running programs

-list-of-apps.png -

You can change to a specific running application by clicking on its entry in the Deskbar and choosing (one of) its windows, from the submenu. By right-clicking you can minimize or close a window or the entire application.

-

If you activated Expanders in the Deskbar settings, you can expand/collapse the list of windows directly under an application's entry.

-

In front of every application's windows is a symbol providing info on its state. A bright symbol means a window is visible, a dark one that it's minimized. Three lines in front of a symbol shows that it's not on the current workspace.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/desktop-applets.html b/docs/userguide/userguide/pt_PT/desktop-applets.html deleted file mode 100644 index efc3c44a0c..0000000000 --- a/docs/userguide/userguide/pt_PT/desktop-applets.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Desktop Applets - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Desktop Applets

- -

Haiku provides a few useful tools that can be installed on the Desktop or the Deskbar via their Replicants.

- - - - - - - - - - - -
iconLaunchBox Shortcuts to your favorite applications.
iconNetworkStatus Is your connection up?
iconPowerStatus Shows the state of charge of your notebook's battery.
iconProcessController Monitor and control every running app and service.
iconWorkspaces A miniature version of all workspaces.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/desktop-applets/launchbox.html b/docs/userguide/userguide/pt_PT/desktop-applets/launchbox.html deleted file mode 100644 index f2c1ff2b1e..0000000000 --- a/docs/userguide/userguide/pt_PT/desktop-applets/launchbox.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar:Desktop Applets
Localização:/boot/system/apps/LaunchBox
Definições:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

All options are reached from the context menu:

- - - - - - - - -
Add button here Adds an empty button.
Clear button Empties a button.
Remove button Removes a button.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/desktop-applets/networkstatus.html b/docs/userguide/userguide/pt_PT/desktop-applets/networkstatus.html deleted file mode 100644 index 2d78e1701b..0000000000 --- a/docs/userguide/userguide/pt_PT/desktop-applets/networkstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Deskbar:Desktop Applets
Localização:/boot/system/apps/NetworkStatus
Definições:nenhuma
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/desktop-applets/powerstatus.html b/docs/userguide/userguide/pt_PT/desktop-applets/powerstatus.html deleted file mode 100644 index 3bf57bcbd0..0000000000 --- a/docs/userguide/userguide/pt_PT/desktop-applets/powerstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Desktop Applets
Location:/boot/system/apps/PowerStatus
Settings:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/desktop-applets/processcontroller.html b/docs/userguide/userguide/pt_PT/desktop-applets/processcontroller.html deleted file mode 100644 index 42c362206e..0000000000 --- a/docs/userguide/userguide/pt_PT/desktop-applets/processcontroller.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

processcontroller-icon_64.pngProcessController

- - - - -
Deskbar:Desktop Applets
Localização:/boot/system/apps/ProcessController
Definições:nenhuma
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/desktop-applets/workspaces.html b/docs/userguide/userguide/pt_PT/desktop-applets/workspaces.html deleted file mode 100644 index 13d78e7753..0000000000 --- a/docs/userguide/userguide/pt_PT/desktop-applets/workspaces.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Workspaces Applet - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar:Desktop Applets
Localização:/boot/system/apps/Workspaces
Definições:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Stores the panel's window position.
-


-workspaces.png -

You find the Workspaces applet with the other Desktop applets in the Deskbar. It shows a miniature version of all workspaces. There are several options available from the context menu of the applet's window, which are all pretty self-explaining.
-Change workspace count... will open the Screen preferences where you set the number of workspaces and their arrangement (how many rows and columns).

-

Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure Show replicants is activated in the Deskbar menu). Hold SHIFT while resizing to keep your screen's aspect ratio.

- -

-index -Moving windows between workspaces

-

To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows in a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT Fx.

-

For more information on workspaces in general and more keyboard shortcuts, see topic Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Special functionality

-

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:

- - - - -
CTRLBrings the window to the front.
CTRL SHIFTMinimizes the window.
OPTSends the window to the back.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/filesystem-layout.html b/docs/userguide/userguide/pt_PT/filesystem-layout.html deleted file mode 100644 index 254f82881b..0000000000 --- a/docs/userguide/userguide/pt_PT/filesystem-layout.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Filesystem layout - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Filesystem layout

- -

Haiku's filesystem layout is quite transparent, trying to always use non-cryptic names for files and folders, that don't leave the user guessing. Files and folders that are important for the system to function properly, are protected from accidental tempering by showing one of these alerts:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -The system folder - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -The home folder - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ This folder contains the settings to all applications and a few configurations for the system. Some applications manage their settings in their own subfolders, others simply put their configuration file in there.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ This folder is the place for User Scripts that are executed before or after the system boots up or shuts down.
boot/launch/ Links to programs or documents in this folder are automatically launched on every boot-up.
beos_mime/ In this MIME database Haiku keeps track of all the different filetypes and their settings.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ There's one settings file that may be of interest: kernel offers some low level configurations like disabling SMP, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "#". Be careful here!
Tracker/ Besides the various settings files for Tracker, there are some interesting subfolders:
DefaultFolderTemplate/Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.
DefaultQueryTemplates/You can define the layout of query result windows for certain filetypes. See topic Query: The result window.
Go/Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic Haiku's GUI: Favorites and recent folders.
Tracker New Template/Add a template for any filetype that's then available from Tracker's File | New... menu. See topic Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/filetypes.html b/docs/userguide/userguide/pt_PT/filetypes.html deleted file mode 100644 index 388b08dce8..0000000000 --- a/docs/userguide/userguide/pt_PT/filetypes.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - Filetypes - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Filetypes

- -

Other than Windows, Haiku doesn't rely on the 3-letter file extension for a file type (e.g. .txt, .jpg, .mp3). This method is only a last resort fallback. Haiku uses MIME types just like it's custom on the internet.

-
While there's no reason to use file extensions in Haiku, remember to add them to files you want to share with users of other operating systems, e.g. over email, uploading to a server or via exchange of an USB drive. Otherwise their system may not recognize the file type.
- -

index -Setting the filetype of a specific file

-

You can change the type of a specific file, its icon and the associated application. Select the file and invoke the Add-Ons | Filetype add-on from the right-click context menu.

-filetype-addon.png - -

-index -The File Type

-

The above is a PNG file, it's MIME string image/png. Let's say you definitely know that it's not a PNG but a GIF. You can change that either by entering the correct MIME string by hand or with one of the two buttons below the textbox:

- - - -
Select... shows a hierarchical list of filetypes where you navigate to image | GIF Image.
Same as... opens a file dialog where you choose any file that already has the filetype you're looking for.
- -

-index -The Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked. You could, for example, change a HTML file's preferred application from the browser to a text editor while you're working on it. Every other HTML file still opens in the browser, only this particular one starts in your text editor.

- -

The Default application is the one that's set globally for that filetype. If you don't find the program you want to associate with this file in the pop-up menu, you'll again find the buttons Select... and Same as... which do the similar thing described under "The File Type" above.

- -

-index -The Icon

-

If you're wondering why the icon well on the top right is empty: Icons are normally inherited from the system default for that filetype. You can open the Filetype add-on of a file that contains an icon and drag&drop it into your file's icon well. Or you double-click the icon well and create or edit your own icon. For more info on icons and how to create your own, see topic Icon-O-Matic.

- -

-index -Special settings for applications

-

If you invoke the Filetype add-on on an executable (here: StyledEdit), you'll get a different dialog:

-filetype-addon-stylededit.png -

On top, you'll see, instead of a standardized MIME string, the unique application signature. With it, the system finds the program wherever it's installed.

-

Below it are several flags, controlling the app's behaviour:

- - - - - - -
Single launch Only one instance of the app can be running per executable file. If you have two copies of that app, however, they can run side by side.
Multiple launch Many instances of the app can run simultaneously.
Exclusive launch Really only one instance with that app's signature is allowed to run at a time.
Args only Indicates the app doesn't respond to messages.
Background app The app won't appear in Twitcher or the list of running apps of the Deskbar.
-

Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's Open with... context menu when you right-click on a file of that type.

-

At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered.

- -

-index -Global settings with the FileTypes Preferences

-

The FileTypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.

-

All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...

-

To learn more about the FileTypes preferences see the workshop: Filetypes, Attributes, Index and Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/gui.html b/docs/userguide/userguide/pt_PT/gui.html deleted file mode 100644 index f84bb58331..0000000000 --- a/docs/userguide/userguide/pt_PT/gui.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - Haiku's GUI - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

Haiku's GUI

- -

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.

-

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.

-gui.png -

There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.

-
    -
  1. The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic Deskbar.

  2. -
  3. The yellow tab offers more than just a program's name or a document's filename: -
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • -
    • You minimize a window with a double-click on its tab (or with CTRL ALT M). A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • -
    • You can send a window to the back with a right-click on its tab (or its border).
  4. -
  5. The close button.

  6. -
  7. The "zoom" button (or CTRL ALT Z). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -A quick way to move or resize windows

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Open and save panels

-

When opening or saving a file from any application, a panel like this opens:

-open-save.png -

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.
-You can enter parent folders with the pop-up menu above the file listing.

-

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.

- -

-index -Keyboard shortcuts

-

Many shortcuts in open and save panels are the same used in Tracker. Besides the commands that are also available through the File menu, there are a few not that obvious:

- - - - - - - -
ALT N Creates a new folder.
ALT E Lets you rename the selected entry.
ALT Moves into the parent folder.
ALT or ENTER Moves into the selected folder.
ALT D Takes you to your Desktop.
ALT H Takes you to your Home folder.
- -

-index -Favorites and recent folders

-

The Favorites menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

-favorites.png -

To add a Favorite, you simply navigate to your destination and choose Favorites | Add current folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure favorites... and delete its entry.
-All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

- -

-index -Replicants

-

Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to Show replicants is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:

-replicant.png -

The most prominent place that accepts Replicants is the Desktop: You simply drag & drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.
-A right-click on a Replicant handle offers a context menu to show the originating app's About window and to Remove replicant.

-
Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete ~/config/settings/Tracker/tracker_shelf. Unfortunately, this will remove all Replicants from the Desktop.
-

Examples for replicatable applications are the graphs of the ActivityMonitor, the Workspaces applet or DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/activitymonitor.png b/docs/userguide/userguide/pt_PT/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/bootmenu.png b/docs/userguide/userguide/pt_PT/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/cdplayer.png b/docs/userguide/userguide/pt_PT/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/charactermap.png b/docs/userguide/userguide/pt_PT/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/cli-alert.png b/docs/userguide/userguide/pt_PT/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/cli-desklink.png b/docs/userguide/userguide/pt_PT/images/apps-images/cli-desklink.png deleted file mode 100644 index b56fd0c53f..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/pt_PT/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/codycam.png b/docs/userguide/userguide/pt_PT/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/debugger.png b/docs/userguide/userguide/pt_PT/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/debugger_alert.png b/docs/userguide/userguide/pt_PT/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/deskcalc.png b/docs/userguide/userguide/pt_PT/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/pt_PT/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/diskprobe.png b/docs/userguide/userguide/pt_PT/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/diskusage.png b/docs/userguide/userguide/pt_PT/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup.png b/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/expander-preferences.png b/docs/userguide/userguide/pt_PT/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/expander.png b/docs/userguide/userguide/pt_PT/images/apps-images/expander.png deleted file mode 100644 index 7411bb8bf2..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/pt_PT/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot.png b/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/pt_PT/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/pt_PT/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/installer.png b/docs/userguide/userguide/pt_PT/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/magnify.png b/docs/userguide/userguide/pt_PT/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mail-attachments.png b/docs/userguide/userguide/pt_PT/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mail-preferences.png b/docs/userguide/userguide/pt_PT/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mail-read.png b/docs/userguide/userguide/pt_PT/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mail-signature.png b/docs/userguide/userguide/pt_PT/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/pt_PT/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mail-write.png b/docs/userguide/userguide/pt_PT/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer.png b/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/midiplayer.png b/docs/userguide/userguide/pt_PT/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/pt_PT/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/pt_PT/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/packageinstaller.png b/docs/userguide/userguide/pt_PT/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/people-files.png b/docs/userguide/userguide/pt_PT/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/people.png b/docs/userguide/userguide/pt_PT/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/poorman.png b/docs/userguide/userguide/pt_PT/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/screenshot.png b/docs/userguide/userguide/pt_PT/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/pt_PT/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/pt_PT/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/pt_PT/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/pt_PT/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/pt_PT/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/stylededit.png b/docs/userguide/userguide/pt_PT/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/terminal-settings.png b/docs/userguide/userguide/pt_PT/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/terminal.png b/docs/userguide/userguide/pt_PT/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/textsearch.png b/docs/userguide/userguide/pt_PT/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/pt_PT/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/web+download.png b/docs/userguide/userguide/pt_PT/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/pt_PT/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/pt_PT/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/web+settings.png b/docs/userguide/userguide/pt_PT/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive.png b/docs/userguide/userguide/pt_PT/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/attributes-images/people.png b/docs/userguide/userguide/pt_PT/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/calendar.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/deskbar.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/positions.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/pt_PT/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/pt_PT/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/pt_PT/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/pt_PT/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/pt_PT/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/gui-images/favorites.png b/docs/userguide/userguide/pt_PT/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/pt_PT/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/gui-images/gui-stacking.png b/docs/userguide/userguide/pt_PT/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/gui-images/gui-tiling.png b/docs/userguide/userguide/pt_PT/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/gui-images/gui.png b/docs/userguide/userguide/pt_PT/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/gui-images/open-save.png b/docs/userguide/userguide/pt_PT/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/gui-images/resizing.png b/docs/userguide/userguide/pt_PT/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/networkstatus-images/applet.png b/docs/userguide/userguide/pt_PT/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/powerstatus-images/applet.png b/docs/userguide/userguide/pt_PT/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/backgrounds.png b/docs/userguide/userguide/pt_PT/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/datatranslations.png b/docs/userguide/userguide/pt_PT/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/fonts.png b/docs/userguide/userguide/pt_PT/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/keyboard.png b/docs/userguide/userguide/pt_PT/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/pt_PT/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/keymap.png b/docs/userguide/userguide/pt_PT/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/pt_PT/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/locale-language.png b/docs/userguide/userguide/pt_PT/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/mouse.png b/docs/userguide/userguide/pt_PT/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/network.png b/docs/userguide/userguide/pt_PT/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/screen.png b/docs/userguide/userguide/pt_PT/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/pt_PT/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/pt_PT/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/sounds.png b/docs/userguide/userguide/pt_PT/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/time-clock.png b/docs/userguide/userguide/pt_PT/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/time-network.png b/docs/userguide/userguide/pt_PT/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/time-time.png b/docs/userguide/userguide/pt_PT/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/time-timezone.png b/docs/userguide/userguide/pt_PT/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/touchpad.png b/docs/userguide/userguide/pt_PT/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/pt_PT/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/processcontroller-images/applet.png b/docs/userguide/userguide/pt_PT/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/processcontroller-images/memory.png b/docs/userguide/userguide/pt_PT/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/processcontroller-images/priority.png b/docs/userguide/userguide/pt_PT/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/processcontroller-images/quit.png b/docs/userguide/userguide/pt_PT/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/queries-images/basic-query.png b/docs/userguide/userguide/pt_PT/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/queries-images/formula-query.png b/docs/userguide/userguide/pt_PT/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/queries-images/query-window-filled.png b/docs/userguide/userguide/pt_PT/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/queries-images/query-window.png b/docs/userguide/userguide/pt_PT/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/queries-images/result-window.png b/docs/userguide/userguide/pt_PT/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/pt_PT/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/drill-down.png b/docs/userguide/userguide/pt_PT/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/get-info.png b/docs/userguide/userguide/pt_PT/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/mount-settings.png b/docs/userguide/userguide/pt_PT/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/new-menu.png b/docs/userguide/userguide/pt_PT/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/pt_PT/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/open-with.png b/docs/userguide/userguide/pt_PT/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/pt_PT/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/transaction-status.png b/docs/userguide/userguide/pt_PT/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/pt_PT/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/window-menu.png b/docs/userguide/userguide/pt_PT/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/pt_PT/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-email-images/browsing.png b/docs/userguide/userguide/pt_PT/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/pt_PT/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-1.png b/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-2.png b/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-3.png b/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-4.png b/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-email-images/status.png b/docs/userguide/userguide/pt_PT/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/pt_PT/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/pt_PT/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/images/workspaces-images/workspaces.png b/docs/userguide/userguide/pt_PT/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/pt_PT/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/pt_PT/index.html b/docs/userguide/userguide/pt_PT/index.html deleted file mode 100644 index 899cbfb4a9..0000000000 --- a/docs/userguide/userguide/pt_PT/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Index - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Index

- -

Attributes and Queries are key features of Haiku. While attributes are useful on their own, to display additional information on a file, for a query on them, they need to be indexed. It puts them into a lookup table, which in turn makes queries lightning fast.
-The index is part of the filesystem and is kept for every volume/partition separately.

- -

-Indexing commands in Terminal

-

There are several commands to manage the index:

-
    -
  • lsindex - Displays the indexed attributes on the current volume/partition.
    -These are the attributes that are indexed by default:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Adds an attribute to the index of a volume/partition.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Only new files with that attribute come automatically into the index!
-Existing files have to be added manually by copying them and deleting the originals after that. Alternatively you can use the command reindex. -

-
    -
  • reindex - Puts the attributes of existing files into the newly created index of a volume/partition.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Removes an attribute from the index of a volume/partition.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/keyboard-shortcuts.html b/docs/userguide/userguide/pt_PT/keyboard-shortcuts.html deleted file mode 100644 index aa7da0a82d..0000000000 --- a/docs/userguide/userguide/pt_PT/keyboard-shortcuts.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Shortcuts and key combinations - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Shortcuts and key combinations

- -

By default, Haiku's shortcut key, to invoke commands from menus for example, is not the usual CTRL key, but ALT instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually has advantages as e.g. ALT C and ALT V integrate seamlessly into the bash shell of the Terminal, where CTRL C quits the running process.

-

In any case, you can switch to the maybe more familiar CTRL key in the Keymap preferences. The user guide always describes the default configuration with the command key being ALT.

-

If you're in doubt which keys are the OPT or MENU keys on your particular keymap/keyboard-layout, again use the Keymap preferences. There you can see what keystroke is sent when you press a key on your keyboard.

- -

-index -General shortcuts

-

Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxSwitches to Workspace X (Fx is the function key corresponding to that workspace). Take the active window with you by adding SHIFT
CTRL ALT / / / Navigates spatially the rows/columns of the available workspaces. Add SHIFT to take the active window with you.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZZooms a window to an alternative size (maximum size for most applications).
CTRL ALT MMinimizes the active window.
CTRL ALT HHides (minimizes) all windows of the active application.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BSends the active window to the back.
CTRL TABHold down to bring up the Twitcher.
CTRL ALT DELOpens the Team Monitor.
ALT ESCEnters the menu bar (leave with ESC).
ALT CCopies the selection to the clipboard.
ALT XCuts the selection to the clipboard.
ALT VPastes the clipboard's contents.
ALT WCloses the active window.
ALT QQuits an application.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Shortcuts for Tracker navigation

-

Additionally to the general shortcuts, here are some more for navigating with Tracker:

- - - - - - - - -
ALT Opens the parent folder.
ALT or ENTEROpens the selected folder.
OPTHolding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse.
MENUOpens the Deskbar menu (leave with ESC).
ALT ZUndo last action. The undo history is only limited by the available memory. Note, this only works for actions on the file itself, changed attributes and permission settings can't be undone with this. Also, once a file is removed from Trash it's gone for good.
ALT SHIFT ZRedo the action you just reverted with ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Shortcuts in Terminal

- - - - - - - - - - - - - - - - -
ALT NOpens another Terminal session in a new window.
ALT TOpens another Terminal session in a new tab.
ALT 1, 2, 3 ...Switches to the corresponding tab.
ALT TABSwitches to the next Terminal window.
SHIFT / Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Increase/Decrease font size.
ALT ENTEREnter/leave fullscreen mode.
SHIFT / Scrolls the Terminal output up/down one line.
SHIFT Page↑ / Page↓ Scrolls the Terminal output up/down one page.
TABTab-completion. After entering a few letters, press TAB once to auto-complete a filename or path. If there is more than one match, it stops where the name starts to differ and you have to provide some more letters to further distinguish them. You can also press TAB twice to have all matches listed.
/ Moves up or down in a history of all previously entered commands.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CStops the currently running command.
CTRL DCloses the current Terminal session.
- -

-index -Other key combinations

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTThis will select everything between the first selected item and the one you click on.
ALTAdds or removes the item you're clicking on from the selection.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences.html b/docs/userguide/userguide/pt_PT/preferences.html deleted file mode 100644 index 705ca9c1a2..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Preferences - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Preferences

- -

While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's Preferences menu.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configure certain aspects of the graphical interface.
iconBackgrounds Set a color or image as background of the Desktop or any other folder.
iconDataTranslations Settings for all supported file formats.
iconDeskbar Configure the Deskbar.
iconE-mail Configure your email accounts.
iconFileTypes Add, remove and configure filetypes.
iconKeyboard Configure repeat delay and rate.
iconKeymap Set the mapping of your keyboard.
iconLocale Set your system language and formatting.
iconMedia Audio and video settings like in/output devices and the system's audio mixer.
iconMouse Configure your mouse.
iconNetwork Configure your network.
iconPrinters Add, remove and configure printers.
iconScreen Configure resolution, depth, refresh rate and number of used Workspaces.
iconScreenSaver Add, remove and configure a screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSounds Assign sounds to different system events.
iconTime Set time, date and timezone.
iconTracker Configure Haiku's file manager.
iconTouchpad Configure your touchpad.
iconVirtualMemory Set the amount of swap space.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/appearance.html b/docs/userguide/userguide/pt_PT/preferences/appearance.html deleted file mode 100644 index e2216e7eb3..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/appearance.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - Appearance - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

appearance-icon_64.pngAppearance

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Appearance
Definições:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

The Appearance preferences lets you change some aspects of Haiku's visuals.

- -

-index -Fonts

-appearance-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- -

-index -Installing new fonts

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Colors

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Antialiasing

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Glyph hinting

-

An activated Glyph hinting aligns all letters in such a way that their vertical and horizontal edges rest exactly between two pixels. The result is a perfect contrast, especially when dealing with black on white. Text appears crisper. There's also a setting for Monospaced fonts only that's especially helpful with low resolution devices like netbooks. Small fonts can look pretty bad when hinting is turned on, but with this setting you still have the advantage of hinting for text editors and Terminal.

-

See the difference hinting makes with these magnified screenshots:

- - -
appearance-glyph-off.png
Hinting: off
appearance-glyph-on.png
Hinting: on
-

It should be pointed out that all the Magnify windows on this page are of course rendered themselves with the different options as well. So, you get a real world impression of the settings by comparing, for example, the bold yellow tab title or the text "33 x 15 @ 8 pixels/pixel".

- -

-index -Antialiasing type

-

Another technique to improve rendering is Antialiasing, which supports all vector graphics as well as text. It smooths lines by changing the color of certain pixels. There are two methods for that:

-

Grayscale changes the intensity of pixels at the edge.
-LCD subpixel does an even better job, especially with (high resolution) LCD monitors. Instead of the intensity of a pixel, it changes its color which moves an edge by a fraction of a pixel, because LCD displays produce every pixel with a red, green and blue component.

-

Again, the two different methods with magnified screenshots:

- - -
appearance-glyph-off.png
Grayscale, Hinting: off
appearance-subpixel.png
LCD subpixel, Hinting: off
-

Subpixel based antialiasing adds a slight colored shine to objects. Something not everyone tolerates. In Haiku you can mix the two antialiasing methods and find the right setting for you by using a slider.

-
The subpixel based antialiasing in combination with the glyph hinting is subject of a software patent and is therefore not available by default. Depending on where in the world you live, you may get an unlocked version. Sorry about that. Talk with your representative.
-

If you do activate hinting plus LCD subpixel rendering by changing the source and recompiling, this is how it looks compared to hinting with Grayscale:

- - -
appearance-glyph-on.png
Grayscale, Hinting: on
appearance-glyph-on-subpixel.png
LCD subpixel, Hinting: on
-


-

At the bottom of the panel are two buttons:

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Appearance preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/backgrounds.html b/docs/userguide/userguide/pt_PT/preferences/backgrounds.html deleted file mode 100644 index 329575af85..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/backgrounds.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Backgrounds - - - - - - - - -
-
- -

backgrounds-icon_64.pngBackgrounds

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Backgrounds
Definições:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - guarda a posição da janela
-

Pode definir uma cor ou uma imagem de fundo para cada pasta e o Ambiente de Trabalho para cada área de trabalho.

-


-backgrounds.png -

O menu superior permite escolher se as alterações são aplicadas apenas à área de trabalho actual, a todas as áreas de trabalho, a uma pasta específica ou por pre-definição a qualquer nova pasta.

-

Por baixo pode escolher uma imagem ou seleccionar None se desejar apenas um fundo colorido. As imagens também podem ser arrastadas/largadas no painel de pré-visualização à esquerda.

-

Se utilizar uma imagem, tem de escolher um posicionamento:

- - - - - -
Manual permite especificar as coordenadas. Pode arrastar a imagem no painel de pré-visualização à esquerda ou introduzir X e Y manualmente.
Center centra a imagem a meio do ecrã.
Scale to fit estica a imagem sem respeitar as proporções até preencher o ecrã.
Tile preenche o ecrã repetindo a imagem.
-

Se activar Icon label outline será mostrado um contorno fino à volta dos nomes dos ícones.

-

A cor dos nomes dos ícones depende da cor de fundo escolhida. Será branco se escolher uma cor escura, preto se escolher uma cor clara. Portanto, se escolher uma imagem de fundo muito clara, deverá também escolher uma cor de fundo clara de forma a que os nomes dos ícones sejam legíveis em preto (ou usar a opção de contorno em cima).
-A cor escolhida também é utilizada na miniaplicação Workspaces, a qual não leva em consideração imagens de fundo.

- - - -
Revert reverte as definições para o estado em que estavam quando iniciou as preferências.
Apply aplica as alterações.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/datatranslations.html b/docs/userguide/userguide/pt_PT/preferences/datatranslations.html deleted file mode 100644 index 3b7bd8bb27..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/datatranslations.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/DataTranslations
Definições:~/config/settings/* - Every Translator creates its own settings file here after you've changes its defaults.
-~/config/settings/system/DataTranslations settings - Stores the panel's window position.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP images24bit, uncompressed, no transparency
EXR imagesILM's high dynamic-range (HDR) format
GIF images8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
HVIF iconsTranslator for Haiku's vector icon format
JPEG2000 images24bit, compressed, no transparency
-Here, you normally only care about the output quality.
JPEG images24bit, compressed, no transparency
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
PCX images24bit, uncompressed, no transparency, PC Paintbrush Exchange format
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
PNG images32bit, lossless compression, transparency
PPM images24bit, uncompressed, no transparency, Portable PixMap format
RAW imagesup to 48bit, uncompressed, no transparency
RTF text filesFormatted text
SGI images24bit, optional lossless compression, transparency
StyledEdit filesPlain text with formatting stored in attibutes
TGA images32bit, optional lossless compression, transparency
TIFF images24bit, optional lossless compression, layers, transparency
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
WonderBrush images32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/deskbar.html b/docs/userguide/userguide/pt_PT/preferences/deskbar.html deleted file mode 100644 index c973270bc1..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Deskbar
Definições:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

O painel de preferências da Deskbar também está acessível a partir da Deskbar. As definições estão documentadas no tópico Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/e-mail.html b/docs/userguide/userguide/pt_PT/preferences/e-mail.html deleted file mode 100644 index bb3425b53c..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/e-mail.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/E-mail
Definições:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Creating a new e-mail account

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name the name of the sender
From the e-mail address of the sender
To your e-mail address (different for each e-mail account)
Reply to the e-mail address replies are sent to
When the date and time the mail was received
Subject the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Account the name of the e-mail's account
Status The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Priority is set by the sender's e-mail program (e.g. "urgent")
Thread essentially the same as "Subject", but without things like Re: or Fwd:
Classification group depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Spam/Genuine estimate this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Outgoing Mail Filters

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Setting up the Mail Service

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/filetypes.html b/docs/userguide/userguide/pt_PT/preferences/filetypes.html deleted file mode 100644 index b640f579ee..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/filetypes.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - FileTypes - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

filetypes-icon_64.pngFileTypes

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/FileTypes
Definições:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Stores all MIME types as folders.
-

Please refer to topic Filetypes and the workshop Filetypes, Attributes, Index and Queries that explains most of this preference panel.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/fonts.html b/docs/userguide/userguide/pt_PT/preferences/fonts.html deleted file mode 100644 index 431d924a61..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/fonts.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Fonts - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngFonts

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Fonts
Definições:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Stores the panel's window position.
-


-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Fonts preferences.
- -

-index -Installing new fonts

-

You install new fonts by copying them into their respective user folder, i.e. /boot/common/data/fonts/ or /boot/home/config/data/fonts/ (see topic Filesystem layout).

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/keyboard.html b/docs/userguide/userguide/pt_PT/preferences/keyboard.html deleted file mode 100644 index 033d6827f8..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/keyboard.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

keyboard-icon_64.pngKeyboard

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Keyboard
Definições:~/config/settings/Keyboard_settings
-


-keyboard.png -

Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Keyboard preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/keymap.html b/docs/userguide/userguide/pt_PT/preferences/keymap.html deleted file mode 100644 index 80b9f976c0..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/keymap.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

keymap-icon_64.pngKeymap

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Keymap
Definições:~/config/settings/Keymap/* - Location of user modified keymaps.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/locale.html b/docs/userguide/userguide/pt_PT/preferences/locale.html deleted file mode 100644 index f01b2116ec..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

locale-icon_64.pngLocale

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Locale
Definições:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/media.html b/docs/userguide/userguide/pt_PT/preferences/media.html deleted file mode 100644 index b91a45c9a8..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngMedia

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Media
Definições:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Stores the panel's window position.
-

Ainda não há documentação. Se deseja contribuir, por favor anuncie-o na lista de correio de Documentação para evitar duplicação.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/mouse.html b/docs/userguide/userguide/pt_PT/preferences/mouse.html deleted file mode 100644 index 1a25f6ef83..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/mouse.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Mouse
Definições:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

All settings are immediately applied.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Mouse preferences.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/network.html b/docs/userguide/userguide/pt_PT/preferences/network.html deleted file mode 100644 index e1d59da676..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/network.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Network - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

network-icon_64.pngNetwork

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Network
Definições:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/printers.html b/docs/userguide/userguide/pt_PT/preferences/printers.html deleted file mode 100644 index c2bb3141d5..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
- -

printers-icon_64.pngPrinters

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Printers
Definições:~/config/settings/printers/*
-

Ainda não há documentação. Se deseja contribuir, por favor anuncie-o na lista de correio de Documentação para evitar duplicação.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/screen.html b/docs/userguide/userguide/pt_PT/preferences/screen.html deleted file mode 100644 index f4dbfcbd6e..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/screen.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

screen-icon_64.pngScreen

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Screen
Definições:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Only when running in VESA mode.
-~/config/settings/Screen_data - Stores the panel's window position.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

After clicking on Apply, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Revert brings back the setting that was active when you started the Screen preferences.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/screensaver.html b/docs/userguide/userguide/pt_PT/preferences/screensaver.html deleted file mode 100644 index c2db9534dc..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Screensaver
Definições:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/shortcuts.html b/docs/userguide/userguide/pt_PT/preferences/shortcuts.html deleted file mode 100644 index eb74e4d777..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/sounds.html b/docs/userguide/userguide/pt_PT/preferences/sounds.html deleted file mode 100644 index 0f1d3c6fbf..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/sounds.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

sounds-icon_64.pngSounds

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Sounds
Definições:~/config/settings/Media/MediaFiles
-


-sounds.png -

You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.

- - -
None will silence an event.
Other... will open a file panel to find a new sound that isn't yet in the menu.
-

You can use any format that's supported by the system. If MediaPlayer can deal with it, so can any other program.
-You can "pre-hear" an event's sound by selecting it and using the Play and Stop buttons.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/time.html b/docs/userguide/userguide/pt_PT/preferences/time.html deleted file mode 100644 index 6922c133c1..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/time.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

time-icon_64.pngTime

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Time
Definições:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/pt_PT/preferences/touchpad.html b/docs/userguide/userguide/pt_PT/preferences/touchpad.html deleted file mode 100644 index 866ddb433f..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/touchpad.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Touchpad
Definições:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/tracker.html b/docs/userguide/userguide/pt_PT/preferences/tracker.html deleted file mode 100644 index f224e47551..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/tracker.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/Tracker
Definições:~/config/settings/Tracker/TrackerSettings
-


-

The Tracker preference panel is also available from every Tracker window with the menu Window | Preferences....
-Its functions are discussed in the topic on Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/preferences/virtualmemory.html b/docs/userguide/userguide/pt_PT/preferences/virtualmemory.html deleted file mode 100644 index 4e216745e6..0000000000 --- a/docs/userguide/userguide/pt_PT/preferences/virtualmemory.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

virtualmemory-icon_64.pngVirtualMemory

- - - - -
Deskbar:Preferences
Localização:/boot/system/preferences/VirtualMemory
Definições:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Stores the panel's window position.
-

Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.

-virtualmemory.png -

You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at DiskUsage to find out what's eating up your diskspace.

-

Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.
-Upgrading your RAM is of course the most effective way to go...

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the VirtualMemory preferences.
- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/queries.html b/docs/userguide/userguide/pt_PT/queries.html deleted file mode 100644 index fd8e690d10..0000000000 --- a/docs/userguide/userguide/pt_PT/queries.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Queries - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Index
- The Find window
- Basic queries - "by Name"
- Advanced queries - "by Attribute"
- Even more advanced queries - "by Formula"
- The result window
- Query Templates -
- -

Queries

- -

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
-Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

- -

-index -The Find window

-

You start a query by invoking the Find... menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

-basic-query.png -
    -
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. -
  3. Narrow down your search from All files and folders to specific file types.

  4. -
  5. Define the search method:
      -
    • by Name - a basic search by file or folder name
    • -
    • by Attribute - an advanced search, you specify search terms for one or more attributes
    • -
    • by Formula - an even more advanced search, you can fine-tune a complex query term
  6. -
  7. Select which drives to search on.

  8. -
  9. Enter the search term.

  10. -
  11. The expander hides/unhides the additional options.

  12. -
  13. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  14. -
  15. Check if your query is supposed to Include trash.

  16. -
  17. Optionally, enter a name for this query if you want to save it.

  18. -
  19. You can drag&drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

  20. -
- -

-index -Basic queries - "by Name"

-

If you simply want to find all files and folders on your mounted disks that match a certain pattern, simply leave the search method at by Name, enter the search term into the text box and press ENTER.

- -

-index -Advanced queries - "by Attribute"

-

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

-query-window.png -

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by Attribute.

-

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

-

Let's do an email query as an example:

-query-window-filled.png -

This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".
-As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
-A good way to cut down the number of search results.

- -

-index -Even more advanced queries - "by Formula"

-

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

-

Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to by Formula mode and be overwhelmed by this one line query string:

-formula-query.png -

Once more as text, edited for readability:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

What's the use?

-
    -
  • You could copy and paste the string into an email, forum or IRC for others to use or debug.

  • -
  • You can use this method to construct a query in Attribute mode and then switch to Formula mode, to comfortably generate a search string to use for a query in Terminal or a script.

  • -
  • You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "==" to "!=" for a NOT AND. All you need is a basic understanding of regular expressions and maybe some scripting basics.

  • -
- -

-index -The result window

-

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

-result-window.png -

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

-
    -
  • You can open the location of a file or folder by double clicking on its path attribute.

  • -
  • With File | Edit query or ALT G you get back to your Find window to refine your query.

  • -
  • A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.

  • -
-

You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

- - -

-index -Query Templates

-

If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these exact search parameters, but use it as starting point to only slightly tweak the formula.
-By using the Save query as template menu item (see (1) in screenshot at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.

-

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/teammonitor.html b/docs/userguide/userguide/pt_PT/teammonitor.html deleted file mode 100644 index a27c403d52..0000000000 --- a/docs/userguide/userguide/pt_PT/teammonitor.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
- -

Team Monitor

- -

Com CTRL ALT DEL executa o Team Monitor que mostra todos os programas actualmente em execução.

-teammonitor.png -

Programas iniciados pelo sistema aparecem a azul, programas iniciados pelo utilizador aparecem a preto.
-Aplicações que deixaram de responder, geralmente um sinal de que o programa falhou, são assinaladas a vermelho. Pode terminar um programa seleccionando-o e premindo o botão Kill Application.

-

Pode lançar um Terminal com OPT ALT T.

-

Se o Tracker ou a Deskbar falharem ou bloquearem, aparece um novo botão (poderá ser necessário terminar a aplicação em causa primeiro): Restart the Desktop reinicia o Tracker e/ou a Deskbar.

- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/tracker-add-ons.html b/docs/userguide/userguide/pt_PT/tracker-add-ons.html deleted file mode 100644 index b1f53912a9..0000000000 --- a/docs/userguide/userguide/pt_PT/tracker-add-ons.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Tracker Add-Ons - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Tracker Add-Ons

- -

Applications can install add-ons so they can be invoked easily on a selection of files from Tracker. Only the add-ons that can handle a specific filetype are presented under Add-Ons from the context menu or the File menu of a Tracker window. Some add-ons don't necessarily need a file to work on and are thus always present.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    for add-ons available to every user.
/boot/home/config/non-packaged/add-ons/Tracker/    for add-ons only available to yourself.
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Haiku's Tracker Add-Ons

-

These Tracker Add-Ons come with every Haiku installation:

- - - - - - - - - - - - - -
Background-BOpens the Background preferences to change the color or image of the Desktop or any folder. Invoked on an image file the Background panel is launched with that image already loaded as a potential background.
DiskUsage-IStarts the DiskUsage application with the according folder as basis.
FileType-FInvoked on a file, opens its specific FileType panel, otherwise the general FileTypes preferences are launched.
Open Target Folder-OCan only be used on a linked file and opens the folder that file lives in.
TextSearch-GStarts the TextSearch application to look for a string in the selected folder (and its subfolders).
ZipOMatic-ZA selection of files will be added to a zip archive, invoked without a selection opens a panel to create an archive via drag&drop.
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/tracker.html b/docs/userguide/userguide/pt_PT/tracker.html deleted file mode 100644 index 327515eed4..0000000000 --- a/docs/userguide/userguide/pt_PT/tracker.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Index
- Mounting volumes
- Navigating
- Appearance
- Tracker preferences
- Working with files
- Transaction status -
- -

Tracker

- -

The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Mounting Volumes

-

In order to access a harddisk, CD, USB stick etc., you first have to mount the volume, that is, let the system know it's there. This is done with a right-click on the Desktop or an already mounted volume (like the boot disk) and choosing the volume from the Mount submenu. You find the same Mount menu in the Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Before you disconnect e.g. a harddrive or USB stick, make sure you have successfully unmounted the volume. This guarantees that all data transfer has finished. Otherwise you may lose data or corrupt the disk!
- -

-index -Navigating

-

By default, when you double-click a folder, Tracker opens a new window while leaving the parent window open. This can quickly lead to an overcrowded desktop.
-You can prevent that by holding down the OPT key, which automatically closes the parent window.
-This is also true for keyboard navigation. For more on that, see topic Shortcuts and key combinations.

-

Moving through your folders is one of Trackers main purposes, just like the file managers on other platforms. Haiku's Tracker has some unique features that will help you doing that efficiently.

- -

-indexDrilling down the submenus

-

Instead of double-clicking your way down folder after folder, there's a better way to drill down:

-drill-down.png - -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/home/config/.
-If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

-

A similar method can be used from any Tracker window:

-window-drill-down.png -

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

-

Note, that the Desktop is always the topmost level as that is where Tracker shows mounted volumes. So, if you want to go to another disk, you first have to navigate to the top (Desktop) and cross over to your other disk from there.


-

You'll get the same submenu-navigating when you drag a file over a folder. After a short while of hovering, a submenu pops up and you can drill down to your destination. If you initiated the drag with the right mousebutton, you can choose between copying, moving or linking the file when you release the mouse.

- -

-index -Jumping to files with type-ahead

-

You may be familiar with the concept from file managers of other operating systems: typing the first few letters of a filename will jump to the first file matching these starting characters. Haiku took the idea a step further. If there isn't a file starting with those letters it will jump to the first file including the string anywhere in its name. And if there's nothing with the string in its filename, the attributes are searched next.

-window-type-ahead.png -

In the above example, there are many files starting with "Haiku logo", rendering simpler approaches to typing ahead quite useless. In Haiku however, typing "web" jumps right to its first occurence in "Haiku logo - website". The characters you enter appear in the bottom left corner where you normally find the item count of all files in the folder. A second after entering a character, the display jumps back to normal and you're ready for a new type ahead search.

-

-index -Type-ahead filtering

-

Instead of jumping to a file while typing, there's also the option to filter out all files not matching your type-ahead string. This can improve clarity dramatically, especially when dealing with crowded folders. By using SHIFT SPACE as delimiter, you can even filter on multiple strings.
-Contrary to type-ahead jumping, the filtering will stick until you press ESC or close the window (or leave the folder if you're using Single Window Navigation).
-This type-ahead filtering is set in the Tracker preferences.

- -

-index -Appearance

-window-menu.png -

Tracker windows offer three different viewing modes from the Window menu:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

The Window menu offers a number of other functions:

-
    -
  • Resize to fit (ALT Y) - Resizes the window to its ideal size.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Sometimes you just want to rearrange a few icons without doing a complete Clean up (ALT K). In that case, you select these icons and start to drag them to their new location. Before you drop them there, keep ALT pressed. This will align the icons to the invisible grid.

-

The rest of the functions are pretty self-explanatory, leaving the Tracker preferences.

- -

-index -Tracker preferences

-

Window | Preferences... opens a panel that offers a number of settings that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes. -
So, in short, the not so obvious settings:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - You can set Single window navigation, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of its parent folder. This is not the same as clicking while holding the OPT key, as described above, because you'll lose the per window saved position and size. -

    -tracker-preferences-navigator.png -

    Before you switch Tracker to Single window navigation mode, 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 Navigator where you can enter or copy & paste a path name and use back, forward and up buttons.

    -

    Activating Type-ahead filtering 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 above.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

This panel, by the way, is also available as Tracker from Deskbar's Preferences.

- -

-index -Working with files

-

When invoked on a selected file, most of the File menu commands are also offered in the context menu by right-clicking that file.

-

As usual the commands are pretty clear.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Transaction status

-

When you copy, move or delete files, Tracker shows its progress with a status window. If you initiate more than one transaction, each job gets its own status display.

-transaction-status.png -

To the right are two buttons to pause or stop a transaction entirely. Sometimes it can be useful to temporarily pause a large transaction. For example, you may need to quickly launch a large application. Copying large amounts of data chokes your harddisk's IO bandwidth and thus delays your workflow.

- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/twitcher.html b/docs/userguide/userguide/pt_PT/twitcher.html deleted file mode 100644 index c29448e83d..0000000000 --- a/docs/userguide/userguide/pt_PT/twitcher.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Twitcher

- -

The Twitcher is a task switcher to jump between running applications and their windows.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

You cycle through all an applications visible windows on the current workspace with CTRL ~ (which, depending on the keymap you're using, is the key below ESC).

-

It's also possible to invoke the Twitcher with CTRL TAB and then use the mouse to choose the application/window you'll jump to when releasing the CTRL key.

-

The Twitcher also offers a few more advanced keyboard shortcuts:

- - - - -
ESCAborts the twitching and returns to the formerly active window.
QQuits the selected application.
HHides all windows of the selected application.
- -
-
- - - - diff --git a/docs/userguide/userguide/pt_PT/workshop-email.html b/docs/userguide/userguide/pt_PT/workshop-email.html deleted file mode 100644 index 2204411621..0000000000 --- a/docs/userguide/userguide/pt_PT/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Index
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/workshop-filetypes+attributes.html b/docs/userguide/userguide/pt_PT/workshop-filetypes+attributes.html deleted file mode 100644 index 59cb2c06b5..0000000000 --- a/docs/userguide/userguide/pt_PT/workshop-filetypes+attributes.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - Workshop: Filetypes, Attributes, Index and Queries - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Index
- Preparations
- Creating a custom filetype
- Icon
- File recognition
- Description
- Preferred Application
- Extra Attributes
- Indexing
- Filling in the data
- Querying the database -
- -

Workshop: Filetypes, Attributes, Index and Queries

- -

This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.

- -

-index -Preparations

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Here are the attributes I'd like to see for my DVDs:

-
    -
  • Movie title
  • -
  • Genre
  • -
  • URL to e.g. IMdB
  • -
  • Director/Cast
  • -
  • Plot
  • -
  • My rating from 1 to 10
  • -
  • Coordinates in my shelf, e.g. A2, B3, so I find the DVD also in Real Life :)
  • -
  • If so, who's borrowed the disk...
  • -
- -

-index -Creating a custom filetype

-

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

-filetypes-new-file-type.png -

Now, a panel for your new DVDdb filetype opens:

-filetypes-dvddb.png - -

-index -Icon

-

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

- -

-index -File Recognition

-

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

- -

-index -Description

-
    -
  • Type name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • -
  • Description - A bit more detailed description.
  • -
- -

-index -Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked.

- - - -
Select... opens a file dialog where you choose the application to open with this filetype. Here, we set ShowImage to display the DVD's cover.
Same as... opens a file dialog where you choose any file that already has the preferred application set that you're looking for.
- -

-index -Extra Attributes

-

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

-filetype-extra-attribute.png -
    -
  • Attribute name - Appears e.g. as the column heading in Tracker windows.

  • -
  • Internal name - Is used for indexing and querying the attribute.

  • -
  • Type - Defines the value the attribute can hold and therefore how it can be queried. -
      -
    • String for normal text
    • -
    • Boolean for binary data: 0 or 1
    • -
    • Integer for integer numbers with different ranges: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float for floatingpoint numbers, single precision
    • -
    • Double for floatingpoint numbers, double precision
    • -
    • Time for time and date format
    • -
    -
  • -
-
    -
  • Visible - This checkbox determines if the attribute is visible in a Tracker window at all. Since the Tracker will be the interface to our DVD database, we check it and define its appearance with:
      -
    • Display as - Leave on "Default". In the future more option will become available, e.g. a bar or stars for a rating etc.
    • -
    • Editable - Determines if the attribute shall be editable in Tracker.
    • -
    • Width - The default width of that attributes column in a Tracker window.
    • -
    • Alignment - The attribute can be displayed left, center, or right aligned.
    • -
-

Now, insert all the info for our attributes:

- - - - - - - - - - -
Internal NameAttribute typeindexed?Description
DVDdb:title text yes Movie title
DVDdb:genre text yes Genre
DVDdb:url text no URL
DVDdb:cast text yes Director/Cast
DVDdb:plot text no Plot
DVDdb:rating int-32 yes Rating 1 to 10
DVDdb:coord text no Shelf
DVDdb:lent text yes Lent to
- -

-index -Indexing

-

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
-So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

-

This leaves these attributes:

- - - - - - -
Internal NameAttribute type
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

To index them, we open a Terminal and simply add one attribute after the other:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

- -

-index -Filling in the data

-

Now, everything's set and we can begin putting some data into our base.
-Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

-

Opening that folder we see a typical Tracker window with one JPEG in it. Right-clicking it, we change its filetype to application/DVDdb with the Filetype Addon. There's more info on this in the Filetypes document.

-

Now, we activate all our DVDdb attributes from the Attributes menu of the Tracker window and rearrange the columns to our taste:

-filetypes-dvddb-empty.png -

By clicking on a yet empty attribute (or pressing ALT E) we enter editing mode and fill each attribute. With TAB and SHIFT TAB you can navigate between attributes.

-

In our example, we usually start with a downloaded JPG cover and change its type to applications/DVDdb. There's another elegant way to produce a file to work with. Just copy an empty file of our filetype to /boot/home/config/settings/Tracker/Tracker New Templates and rename it to DVDdb.

-

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

- -

-index -Querying the database

-

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

-

You can assign a sensible attribute layout for query results of a specific filetype.
-Open the folder containing your DVDdb files and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder and rename it to group/filetype, replacing slashes with underscores; in our case "applications_DVDdb".

-

Open the new folder and paste in the layout with Attributes | Paste layout. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/workshop-wlan.html b/docs/userguide/userguide/pt_PT/workshop-wlan.html deleted file mode 100644 index ac55f239b4..0000000000 --- a/docs/userguide/userguide/pt_PT/workshop-wlan.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Index
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/pt_PT/workspaces.html b/docs/userguide/userguide/pt_PT/workspaces.html deleted file mode 100644 index 03a18a78a2..0000000000 --- a/docs/userguide/userguide/pt_PT/workspaces.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Workspaces - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Workspaces

- -

Workspaces are virtual desktops, complete with their own resolution, color depth and background. Up to 32 of these workspaces can be set from the Screen preferences.

- -workspace_overviewpng.png - -

-index -Switching workspaces

-

You switch between workspaces by either clicking into the Workspaces applet (which is seen in the above image) or by using the keyboard shortcut ALT Fx, where "x" is the workspace number. It's a good idea to arrange your workspaces in rows of four to mimick the layout of the Fx keys on the keyboard.
-Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it's in.

-

Another very convenient way is to use CTRL ALT /// to navigate spatially the rows/columns of the available workspaces. If you additionally hold down SHIFT, the active window will move with you to the new workspace.

-

You can switch back and forth between two workspaces with ALT ` (the actual key depends on the keymap you're using - it is the key below ESC). Again, holding SHIFT will take the active window with you.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications.html b/docs/userguide/userguide/ro/applications.html deleted file mode 100644 index 74a907fb86..0000000000 --- a/docs/userguide/userguide/ro/applications.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - Aplicații - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Aplicații

- -

Înainte de a vedea toate aplicațiile care vin împreună cu Haiku, hai să avem o vedere mai detaliată a modulului de instalare și dezinstalare a programelor. Cea mai convenabilă metodă de a găsi, instala, actualiza și dezinstala aplicații este via sistemului de administrare al pachetelor Haiku. Însă de vreme ce Haiku este în mare parte binar și compatibil sursă cu ascendentul său BeOS, este posibil să găsiți arhive mai vechi (.zip și .pkg) care pot fi încă instalate.

-
Mai jos veți găsi tot timpul ierarhia /system/ menționată. Dacă intenționați să instalați pachete doar pentru un singur utilizator (după ce Haiku devine capabil de multi-utilizator), ar trebui să utilizați ierarhia sistemului de fișiere alternativă de pe pagina principală: ~/config/. Vedeți topicul Aranjament sistem de fișiere pentru mai multe informații.
- -

-index -Pachete Haiku (.hpkg)

-

Cea mai simplă metodă este să folosiți HaikuDepot pentru a găsi, descărca, instala și dezinstala automat un pachet. Dacă ați descărcat un pachet din altă parte ———— poate pentru că nu este (încă) într-un depozit public ———— dați clic dublu pe acesta pentru a-l deschide în HaikUDepot și instala de acolo.

-

Veți găsi aplicația nou instalată la /system/apps/ sau în cazul unei aplicații în linia de comandă la /system/bin/. Toate celelalte fișiere de care programul depinde (librării, date, suplimente, etc.) apar automat în locațiile corecte în sistemul de fișiere.

-

Topicurile Deskbar sau LaunchBox descriu cum să adăugați scurtături la aplicația recent instalată.

-
Apropo, chiar dacă puteți să despachetați un fișier .hpkg la fel ca oricare altă arhivă, asta nu este ce administratorul de pachete execută atunci când instalați un pachet. Fișierul de sistem de bază apare doar pentru a împrăștia fișierele în dosarele lor respective, nu are loc nicio mutare fizică. De aceea instalarea/dezinstalarea e atât de rapidă și îngrijită.
-

Dacă pachetul depinde de altă librărie sau pachet, va apărea o fereastră întrebând dacă fișierele necesare vor fi de asemenea descărcate și instalate.

-

Dezinstalarea merge la fel de simplu: Găsiți pachetul în HaikuDepot și dați clic pe Dezinstalare.

-

Dacă lucrați în Terminal și doriți să dez/instalați pachete într-un script, ar trebui să vă uitați la comanda pkgman --help.

- -

-index -Arhive BeOS vechi (.zip și .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Aplicațiile Haiku

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor A tool to track system resources like CPU and memory usage.
iconBootManager A tool to install a boot menu in the Master Boot Record (MBR) of a drive.
iconCharacterMap An application that shows the Unicode character map.
iconCodyCam A tool to regularly upload images from a webcam to a server.
iconDebugger A graphical debugger.
iconDeskCalc A calculator.
iconDiskProbe A HEX editor for files and devices.
iconDiskUsage A tool to visualize a disk's memory usage.
iconDriveSetup A harddisk partitioning tool.
iconExpander A tool to unpack common archives.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic An app to create Haiku's vector icons.
iconInstaller The tool to install Haiku to a partition.
iconMagnify A magnified view of the area around your mouse pointer.
iconMail An email client.
iconMediaPlayer A player for all supported audio/video files.
iconMidiPlayer A player for MIDI files.
iconPackageInstaller Installer for BeOS packages in PKG format.
iconPeople A contact manager.
iconPoorMan A simple web server.
iconScreenshot A tool to take screenshots.
iconShowImage A simple image viewer.
iconSoundRecorder A tool to record audio from line-in or a microphone. [still missing]
iconStyledEdit A simple text editor.
iconTerminal Access to the bash.
iconTextSearch A search tool for text files.
iconTV A viewer for analog TV. [still missing]
iconWebPositive A native web browser
- -

-index -Aplicații în linie de comandă Haiku

-

Besides the normal commandline tools coming with the bash shell or are necessary to be POSIX compliant, there are a few Haiku-specific commandline applications worth mentioning. These commands are often useful for scripting purposes, see also topic Bash and Scripting.

- - - -
iconListă cu toate aplicațiile în linie de comandă
iconAplicații în linie de comandă specifice Haiku
- -

-index -Aplicațiile incluse în pachete

-

Besides the above listed programs, which are all maintained by the Haiku project, there are a few essential applications bundled in a standard Haiku system. Bugs and feature requests for those have to be filed with the particular maintainer.

- - - - - - - - - - - -
iconBePDF A PDF viewer.
iconPe An advanced texteditor with syntax coloring and much more.
iconVision An IRC client.
iconWonderBrush YellowBite's graphics programm.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/activitymonitor.html b/docs/userguide/userguide/ro/applications/activitymonitor.html deleted file mode 100644 index 51088d5f06..0000000000 --- a/docs/userguide/userguide/ro/applications/activitymonitor.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - ActivityMonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngActivityMonitor

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/ActivityMonitor
Configurări:~/config/settings/ActivityMonitor settings
-


-

Puteți urmări resursele sistemului prin lansarea a ActivityMonitor și prin activarea diferitelor elemente de interes.

-activitymonitor.png -

Prin clic dreapta în fereastră puteți comuta afișarea a tot felul de resurse.
-Memorie utilizată/cache, Spațiu swap, Utilizare CPU, Trimitere/Primire Rețea, Defecțiuni pagină, Semafoare, Porturi, Fire de execuție, Echipe, Aplicații care rulează, Dimensiune clipboard raw/text, Noduri media.

-

Sub grafic este o legendă (care se poate ascunde din meniul de context). Puteți să modificați culorile acesteia și ale fundalului via drag&drop din orice selector de culoare, ex: din Icon-O-Matic.

-

Puteți adăuga mai multe vizualizări din meniul Fișier dacă devine prea aglomerat.

-

Meniul Configurări deschide un panou pentru a stabili intervalul de actualizare.

-

Fiecare vizualizare are propria manivelă de Replicant și prin urmare poate fi aranjat, de exemplu pe Desktop.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/bepdf.html b/docs/userguide/userguide/ro/applications/bepdf.html deleted file mode 100644 index 6b692d2595..0000000000 --- a/docs/userguide/userguide/ro/applications/bepdf.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/BePDF/BePDF
Documentation:/boot/system/apps/BePDF/docs/*
Configurări:~/config/settings/BePDF
-


-

BePDF is a fast launching PDF viewer. Besides viewing, it supports annotating and user-defined bookmarking for unencrypted PDFs. It's fully localized for 20 languages at the moment with additional languages being easily added via text files.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/bootmanager.html b/docs/userguide/userguide/ro/applications/bootmanager.html deleted file mode 100644 index ff1d188b2a..0000000000 --- a/docs/userguide/userguide/ro/applications/bootmanager.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

bootmanager-icon_64.pngBootManager

- - - - -
Deskbar:No entry, normally started from Installer's Tools menu
Locație:/boot/system/apps/BootManager
Configurări:none
MBR backups are saved by default in ~/config/settings/bootman/
-


-

If you don't add the Haiku partition to an existing boot manager like GRUB, BootManager can install a small boot menu in the Master Boot Record (MBR) that looks something like this:

-bootmenu.png -
Boot Manager isn't yet tested very well and still has a few restrictions that it will complain about if they aren't met: the menu can only be installed on your first harddisk and there has to be a 2KiB space after the Master Boot Record (MBR).
-

BootManager guides you through the installation process of the boot menu.

-

-index -Choosing the destination drive

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/charactermap.html b/docs/userguide/userguide/ro/applications/charactermap.html deleted file mode 100644 index 0356acd8aa..0000000000 --- a/docs/userguide/userguide/ro/applications/charactermap.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - CharacterMap - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

charactermap-icon_64.pngCharacterMap

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/CharacterMap
Configurări:~/config/settings/CharacterMap settings
-


-

CharacterMap will show you the UTF-8 code of every character a font supports.

-charactermap.png -

To the left you have the standardized blocks, together with a handy filter function. Optionally, you can choose to also Show private blocks from the View menu. The right shows the actual characters in these blocks, using the font specified in the Font menu. Below that you can change the font size. And below that, the values of the character currently under the mouse pointer is displayed in hex, decimal and UTF-8 notation.

-

You can drag&drop a character directly from the character map into a text editor, or right-click on one to either Copy character (ALT C) or Copy as escaped byte string (SHIFT ALT C). Resulting in, e.g. either or \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/ro/applications/cli-apps.html b/docs/userguide/userguide/ro/applications/cli-apps.html deleted file mode 100644 index 835982653d..0000000000 --- a/docs/userguide/userguide/ro/applications/cli-apps.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Aplicații în linia de comandă - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

cli-app-icon_64.pngAplicații în linia de comandă specifice Haiku

- - -
Locație:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relating to attributes: listattr, catattr, addattr, rmattr, copyattr

-

These commands are used to display, read out, add and remove attributes of files. Remember that these meta data are currently only available on BFS formatted volumes. Moving files onto other file systems will strip all attributes!
-All these commands are described in topic Attributes in Terminal.

- -

index -Relating to the index: lsindex, mkindex, reindex, rmindex

-

With these commands you list, make, reindex and remove attributes to BFS' index. Every volume has it's own index, remember that when copying files from one volume to another.
-These commands are described in topic Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Comenzi de scriptare utile

-

Here are a few commandline tools that are especially useful for scripting (see also topic Bash and Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Alte comenzi

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/codycam.html b/docs/userguide/userguide/ro/applications/codycam.html deleted file mode 100644 index e7f43ccacd..0000000000 --- a/docs/userguide/userguide/ro/applications/codycam.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

codycam-icon_64.pngCodyCam

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/CodyCam
Configurări:~/config/settings/codycam
-


-

With CodyCam you take pictures at a specified interval from a connected webcam or any other video-in device and save it via FTP.

-My very temporarily installed cam in Dartmoor National Park. -

To the left under the preview, you set the filename that'll be suffixed with an increasing number for every picture taken. Beneath that you decide on the file format and the rate the pictures are taken.

-

To the right you choose either FTP or sFTP (if SSH is available) and enter the needed data to save the images on a server.

- -
-
- - - diff --git a/docs/userguide/userguide/ro/applications/debugger.html b/docs/userguide/userguide/ro/applications/debugger.html deleted file mode 100644 index 7ec49031c6..0000000000 --- a/docs/userguide/userguide/ro/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Debugger
Configurări:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/ro/applications/deskcalc.html b/docs/userguide/userguide/ro/applications/deskcalc.html deleted file mode 100644 index 7267790bc0..0000000000 --- a/docs/userguide/userguide/ro/applications/deskcalc.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - DeskCalc - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

deskcalc-icon_64.pngDeskCalc

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/DeskCalc
Configurări:~/config/settings/DeskCalc_settings
-


-

DeskCalc is a simple calculator that nevertheless has some nice features that aren't apparent on first sight.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • You can resize the calculator until it fits your needs and then put it as Replicant onto the Desktop via drag&drop of the symbol in the bottom right corner. Make sure Show replicants is activated in the Deskbar.

  • -
  • The keypad can be colored with a drag&drop from any color well, e.g. from Icon-O-Matic.

  • -
  • You can move up and down in a history of past calculations with and .

  • -
  • You can select DeskCalc's contents and drag&drop it into any application. Or you drop it into a Tracker window or onto the Desktop and a text file with that clipping is created there.

    -

    Even better, the reverse is also possible:
    -Create clippings as described at various stages of your calculation and go back to them by drag & dropping them back into DeskCalc.
    -Or you drag&drop a calculation directly out of an email onto DeskCalc.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/diskprobe.html b/docs/userguide/userguide/ro/applications/diskprobe.html deleted file mode 100644 index db40f125e8..0000000000 --- a/docs/userguide/userguide/ro/applications/diskprobe.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/DiskProbe
Configurări:~/config/settings/DiskProbe_data
-


-

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!

-
Always work with the backup of a file and be extra careful when working directly on a device.
-

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:

-

diskprobe.png

-

The main view shows always one block of data, the size of which can be adjusted with View | BlockSize. 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.
-You can move from block to block with the slider above or with ALT  and ALT  and switch between the HEX and ASCII columns with TAB.

-

Block | Selection will not only show the selection with different endianess (and in HEX or decimal, set by View | Base), 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.
-This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

Depending on the kind of attribute, you'll get a different editor tab besides the always present Raw Editor. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.

-
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/diskusage.html b/docs/userguide/userguide/ro/applications/diskusage.html deleted file mode 100644 index efe268e807..0000000000 --- a/docs/userguide/userguide/ro/applications/diskusage.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/DiskUsage
Configurări:~/config/settings/DiskUsage
-


-

DiskUsage shows graphically how the space on your volumes is utilized.
-A useful tool to answer the question, "Where has all my disk space gone?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

The concentric circles represent different levels in the file system hierarchy. Above, the circle in the center represents the /boot/home/ folder. Each segment of the ring immediately outside that circle is a file or folder under /boot/home/. Every segment farther outside brings you one level deeper in the file hierarchy. You may have to resize the window to accommodate very deep folders.

-
    -
  • If the graphical representation of a file or folder comprises less than about 2° of a circle, it is excluded from the display.
  • -
  • The number of files that's reported for a folder includes files in subfolders too. A folder counts as a file.
  • -
  • DiskUsage ignores symbolic links.
  • -
-

As you move the mouse over a segment, information about that file or folder appears in the status bar at the bottom.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

You can drag files and folders from DiskUsage to other applications or to the Desktop or other Tracker windows for copying. Vice versa, dropped volumes and folders on DiskUsage's window will zoom directly to them, making them the new center circle.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/drivesetup.html b/docs/userguide/userguide/ro/applications/drivesetup.html deleted file mode 100644 index fe7ca4b6c9..0000000000 --- a/docs/userguide/userguide/ro/applications/drivesetup.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - DriveSetup - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

drivesetup-icon_64.pngDriveSetup

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/DriveSetup
Configurări:~/config/settings/DriveSetup
-


-

DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the GParted LiveCD to provide the space for another partition.

-drivesetup.png -

At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the +/- widget that appears in that case in front of that device to see the details of every logical partition.

-

You can select a partition from the list and mount and unmount them with the commands in the Partition menu or by pressing ALT M or ALT U.

-

You can also completely delete a partition with Partition | Delete.
-Which brings us to this:

-
Dealing with creating/deleting/initializing partitions is very dangerous business. Always check twice to be sure you're working with the right one and always keep an up-to-date backup of your data in case something goes wrong!
-

-index -Creating a new partition

-
If you plan to use the entire drive as one partition, e.g. a USB stick or a Compact Flash card, you can skip the creation of a partition and proceed right to Initializing.
-

When you found unformatted space on a drive, like the above <empty>, you can create a new partition in this space with Partition | Create...(ALT C).

-drivesetup-create.png -

You're prompted with this dialog that lets you adjust the partition size and type. Choose Be File System if you want to use the partition for an Haiku installation or if you want to use all the interesting Haiku features with it, like attributes and queries. Note, that other operating systems might not be able to access such a partition.

-

If you have created a primary partition instead of just another extended/logical partition within one, the above dialog also displays an Active partition checkbox. You'll have to check that, if you'll use that partition to boot a Haiku installation.

-

Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.

-

-index -Initializing a partition

-

Only unmounted partitions can be initialized by using the Partition | Initialize menu.

-drivesetup-initialize.png -

Here you set the name for the partition and it's blocksize. 2048 bytes per block are recommended, but you can choose larger or smaller sizes if you have these very specific needs.
-Initializing will destroy all data on that partition!

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/expander.html b/docs/userguide/userguide/ro/applications/expander.html deleted file mode 100644 index 033ade15e0..0000000000 --- a/docs/userguide/userguide/ro/applications/expander.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

expander-icon_64.pngExpander

- - - - -
Deskbar:No entry, normally launched via double-clicking a supported file.
Locație:/boot/system/apps/Expander
Configurări:~/config/settings/Expander_Settings
-


-

Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.
-Just double-click an archive to see this simple interface:

-

expander.png

- - - - -
SourceALT Owill open a file dialog to find an archive to unpack.
DestinationALT Dwill open a file dialog to set the destination.
ExpandALT Ewill start the unpacking. It can be aborted with ALT K.
-

You can toggle the display of the file listing by un/checking Show contents or pressing ALT L.

-
Expander can only unpack whole archives.
-You can't select individual files to expand or add/remove files from the archive.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/haikudepot.html b/docs/userguide/userguide/ro/applications/haikudepot.html deleted file mode 100644 index acc0bfa408..0000000000 --- a/docs/userguide/userguide/ro/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/HaikuDepot
Configurări:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/icon-o-matic.html b/docs/userguide/userguide/ro/applications/icon-o-matic.html deleted file mode 100644 index 33a17149f0..0000000000 --- a/docs/userguide/userguide/ro/applications/icon-o-matic.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Icon-O-Matic
Configurări:~/config/settings/Icon-O-Matic
- -


- -

Înainte să ajungem efectiv să creăm pictograme în Icon-O-Matic, iată câteva cuvinte cu privire la pictogramele Haiku în general.

- -

-index -BeOS bitmap vs. Haiku vector icons

-

Contrary to the BeOS, Haiku uses vector icons instead of bitmap icons. A special Haiku Vector Icon Format (HVIF) was developed that is highly optimized for small file sizes and fast rendering. That's why our icons are for the most part much smaller than either a bitmap or the widely used SVG format. Also, unlike BeOS' bitmap icons, Haiku isn't limited to an 8bit palette (256 colors).
-Take this icon of the Terminal, for example:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Observați că BeOS utiliza două versiuni ale unei pictograme, una 16x16 și una 32x32, pentru a obține efecte vizuale bune în modul listă și vizualizare pictogramă.

-

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Pictogramele sunt atribute

-

Icons are stored as an attribute with their file. However, that doesn't mean that every file has to have this attribute to appear with an icon in a Tracker window: data files inherit their icon from their filetype. To globally change the filetype's icon you use the FileTypes preferences. If you only want to add a special icon to an individual file, you use the FileType add-on on it instead. See topic Filetypes for more information.

-
Being an attribute, it follows that only filesystems supporting metadata can retain a file's individual icon. So, if you move files off your BFS volume, consider zipping them up so you don't lose icons or other attributes.
- -

-index -Crearea de pictograme cu Icon-O-Matic

-

Icon-O-Matic is Haiku's icon editor that can save your work as HVIF, SVG or PNG. The icon can also be directly attached as attribute to an existing file or exported as a resource or source file used by developers. Since the application was tailored to the optimized HVIF format, its usage reflects the inner workings of this format.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Here's a quick overview of Icon-O-Matic's window:

-i-o-m-overview.png - -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

- - -

-index -Traseu

-

A path consists of several points which are connected with lines or Bezier curves. To add or change points, make sure the path is selected in the path list.

- -

Simply clicking in the canvas will set the first point. While setting a point, you decide if the resulting line will be straight or curved: a simple click and release produces a straight line, holding down the mouse button and moving the mouse will drag out the handles for a Bezier curve. Of course, you can also change it all later on.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

The mouse pointer indicates the current mode:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Mută punctul(ele)Inserează punctAdaugă punctȘterge punct
CTRL
Colț↔Bezier
ALT
Selectează puncte
SHIFT
-

Puteți invoca un meniu contextual prin clic dreapta pe un punct sau o selecție de puncte:

- - - - - - -
Select allALT ASelects all points of the current path.
TransformTPuts all selected points in a transformation box, so you can move, resize and rotate them together. It works just like with shapes, described a bit further down.
SplitSplits selected points into two, one sitting on top of the other.
FlipRotates selected points by 180°. Only has an effect on Bezier points.
EliminareDELDeletes selected points.
- -

Meniu traseu

-

The Path menu offers a few obvious entries to Add rectangle and Add circle or to Duplicate or Remove a path. Here are some that may need a bit more explaining:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean upMost useful with imported SVGs, this function will remove redundant points.
Rotate indices rightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate indices leftALT SHIFT RDoes the same in the other direction.
- -

Path Properties

-

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset transformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze transformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Shape Properties

-

Besides a Name, the Properties view for a shape has these options:

- - - - -
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNot OK!
Forma 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Forma 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Stil

-

A style can either be a solid color or some type of gradient.
-Besides the predefined colors under Swatches, you can mix your own by clicking on the current color. Also, note the slider under the color spectrum which sets the alpha-channel (transparency).

-i-o-m-gradients -

You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Style Menu

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Style Properties

-

The Name is the only Properties of a style.

- - -

-index -Transformer

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter limitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Salvarea unei pictograme

-

There's your usual menu bar at the top, File, Edit, Options. The usage is pretty much self-explaining, so we'll only look at how to save your work.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSaves as resource used by programmers
HVIF source codeSaves as source code used by programmers
SVGSaves as SVG
PNGSaves as a 64px sized PNG
PNG setSaves as 16, 32 and 64px sized PNGs
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Sfaturi & Trucuri

-

A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:

-
    -
  • Read the Icon Guidelines to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.

  • -
  • You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Check the preview to see if your icon still looks good in 16x16. You may want to use the Level Of Detail settings described in the Shapes section.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/installer.html b/docs/userguide/userguide/ro/applications/installer.html deleted file mode 100644 index 40b604162f..0000000000 --- a/docs/userguide/userguide/ro/applications/installer.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Installer
Configurări:none
-


-

The Installer is used to copy Haiku onto another volume.
-Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:

-
    -
  • This is alpha-quality software. Make backups or suffer the consequences!

  • -
  • The Installer needs a prepared partition. You may have to use a GParted LiveCD or a similar tool until Haiku's DriveSetup is mature enough to handle this task.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Once you acknowledged with Continue, you're presented with the main window:

-installer.png -

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
-The second pop-up menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.

-

Clicking the little expander widget will Show optional packages, if available, that you can choose to install in addition to the basic Haiku.

-

You should do a last check if you really picked the right target before starting the installation process. Click on Setup partitions... to open DriveSetup and have a look at the naming and layout of the available volumes and partitions.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Tools

-

At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the Onto: Please choose target menu and select Write boot sector from the Tools menu to make it bootable again.

-

The other item in the Tools menu is used to Set up a boot menu that puts a menu in the boot sector to choose what operating system to boot. See topic BootManager for more information.
- You don't need to run the BootManager if you already use a bootmanager like GRUB, in which case you have to add Haiku manually (see above), or Haiku runs exclusively on your machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/list-cli-apps.html b/docs/userguide/userguide/ro/applications/list-cli-apps.html deleted file mode 100644 index 7f8a3cf915..0000000000 --- a/docs/userguide/userguide/ro/applications/list-cli-apps.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - Listă de comenzi - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

cli-app-icon_64.pngLista tuturor aplicațiilor în linia de comandă

- - -
Locație:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Configurare limbă și hartă de taste.
[ Întoarce true/fakse după ce compară elementele.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Afișează o casetă de mesaj (Specific Haiku)
arp Manipulates the system ARP cache.
awk Vedeți gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 Vedeți bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Rest rămas de la mutarea lui locale-kit.]
echo Displays a line of text.
egrep Vedeți grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep Vedeți grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp Program de transfer fișiere.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip See gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Rest rămas de la mutarea lui locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creează un dosar.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more See less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh Vedeți bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Întoarce true/fakse după ce compară elementele.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash Vedeți trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat See gzip.
zcmp See zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo See unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/magnify.html b/docs/userguide/userguide/ro/applications/magnify.html deleted file mode 100644 index dc92948670..0000000000 --- a/docs/userguide/userguide/ro/applications/magnify.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

magnify-icon_64.pngMagnify

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Magnify
Configurări:~/config/settings/Magnify_prefs
-


-

Magnify afișează o versiune extinsă a zonei din jurul indicatorului mausului.

-magnify.png -

At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.

-

Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with / / / .

-

To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
-They can also be moved with / / / . The active crosshair is marked with an "x".

-

You can move the mouse pointer pixel by pixel with OPT  / / / .

-

Clicking on the pop-up menu gives you a number of options:

- - - - - - - - - - - - - - -
Salvează imagineALT S Saves the current display as a resource file.
Copiază imagineALT C Copies the current display to the clipboard.
Hide/Show infoALT T Toggles the display of all the additional information.
Add a crosshairALT H Adds a crosshair you can drag around.
Remove a crosshairALT SHIFT H Removes the last added crosshair.
Hide/Show gridALT G Toggles the overlayed grid.
Freeze/Unfreeze imageALT F Stops/continues updating the magnification area.
Stick coordinatesALT I Keeps updating the magnification area, but don't follow the mouse pointer any more.
Make squareALT / Reverts back to a square display after resizing the window.
Decrease window sizeALT - Shrinks the magnified area around the mouse pointer.
Increase window sizeALT + Enlarges the magnified area around the mouse pointer.
Decrease pixel sizeALT , Lowers magnification.
Increase pixel sizeALT . Increases magnification.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/mail.html b/docs/userguide/userguide/ro/applications/mail.html deleted file mode 100644 index 22374772d1..0000000000 --- a/docs/userguide/userguide/ro/applications/mail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
Citirea mesajelor
- Crearea unui mesaj nou
- Preferințe
- -

mail-icon_64.pngMail

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Mail
Configurări:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Citirea mesajelor

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFișier

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEditare

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexVizualizare

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMesaj

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexInterogări

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Crearea unui mesaj nou

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFișier

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEditare

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMesaj

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexInterogări

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferințe

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexInterfață cu utilizatorul

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexPoștă electronică

- - - - - - - - - -
Cont implicitIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Semnătură automatăAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Atașează atributeYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ro/applications/mediaplayer.html b/docs/userguide/userguide/ro/applications/mediaplayer.html deleted file mode 100644 index 544576d6c7..0000000000 --- a/docs/userguide/userguide/ro/applications/mediaplayer.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/MediaPlayer
Configurări:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Redare audio și video

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Listă de redare

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Comenzi tastatură

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/midiplayer.html b/docs/userguide/userguide/ro/applications/midiplayer.html deleted file mode 100644 index 8e54113264..0000000000 --- a/docs/userguide/userguide/ro/applications/midiplayer.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - MidiPlayer - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

midiplayer-icon_64.pngMidiPlayer

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/MidiPlayer
Configurări:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/ro/applications/packageinstaller.html b/docs/userguide/userguide/ro/applications/packageinstaller.html deleted file mode 100644 index e5594a999e..0000000000 --- a/docs/userguide/userguide/ro/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:No entry, normally launched via -double-clicking a supported file.
Locație:/boot/system/apps/PackageInstaller
Configurări:none
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/pe.html b/docs/userguide/userguide/ro/applications/pe.html deleted file mode 100644 index 7010be2613..0000000000 --- a/docs/userguide/userguide/ro/applications/pe.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Pe/Pe
Documentation:/boot/system/apps/Pe/Documentation/index.html
Configurări:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/ro/applications/people.html b/docs/userguide/userguide/ro/applications/people.html deleted file mode 100644 index 1509b838e1..0000000000 --- a/docs/userguide/userguide/ro/applications/people.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

people-icon_64.pngPeople

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/People
Configurări:~/config/settings/People_data
-


-

People is a simple contact database using the attributes of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a query.

- -people.png - -

The Group attribute at the bottom allows assigning a person to one or more groups. Useful for "mass mailing" a number of people who, for example, work on a specific project. The pop-up menu offers all currently existing groups. If a person belongs to more than one group, the group names are delimited with a ",".

- -

These Person files are usually all saved in /boot/home/people/. To get a list of all your contacts, just open your people folder and display all attributes of interest. If you choose to organize your Person files in different folders, just use a query to display them all in one window.

- -people-files.png - -

You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding SHIFT while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or ALT E) to edit works just like renaming a file. Once you're in edit mode, TAB and SHIFT TAB will jump from column to column.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/poorman.html b/docs/userguide/userguide/ro/applications/poorman.html deleted file mode 100644 index c52163025b..0000000000 --- a/docs/userguide/userguide/ro/applications/poorman.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/PoorMan
Configurări:~/config/settings/PoorMan Settings
-


-

PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.

-

Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.

-

PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings...: -

-

poorman.png

-

The settings panel is divided into three tabs:

-

In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
-Logging lets you de/activate logging to the console or optionally to a separate logfile.
-The Advanced tab holds the setting for the maximum simultaneous connections.

-

The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/ro/applications/screenshot.html b/docs/userguide/userguide/ro/applications/screenshot.html deleted file mode 100644 index f2509f918c..0000000000 --- a/docs/userguide/userguide/ro/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Screenshot
-/bin/screenshot
Configurări:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/showimage.html b/docs/userguide/userguide/ro/applications/showimage.html deleted file mode 100644 index 52b3231bee..0000000000 --- a/docs/userguide/userguide/ro/applications/showimage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

showimage-icon_64.pngShowImage

- - - - -
Deskbar:No entry, normally launched via -double-clicking a supported file.
Locație:/boot/system/apps/ShowImage
Configurări:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexNavigare

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexScurtături tastatură

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
CTRLWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/soundrecorder.html b/docs/userguide/userguide/ro/applications/soundrecorder.html deleted file mode 100644 index 07e50d4477..0000000000 --- a/docs/userguide/userguide/ro/applications/soundrecorder.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/SoundRecorder
Configurări:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/ro/applications/stylededit.html b/docs/userguide/userguide/ro/applications/stylededit.html deleted file mode 100644 index 0aa30020f8..0000000000 --- a/docs/userguide/userguide/ro/applications/stylededit.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/StyledEdit
Configurări:none
-


-

StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.

-stylededit.png -

If you're interested, this is what those additional attributes look like when examined in Terminal with listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

As you can see, all the formatting options from StyledEdit's menu are present: line wrapping (on/off) and alignment (left/center/right), each in one attribute. Styles (font, size, color) of each letter mangled into another.

-
Because these attributes are a file system feature of BFS, this means that not only other platforms just see a plain text file, it also follows, that the formatting will be lost when a file is stored on a non-BFS partition. The above attributes are simply stripped and what's left is the ordinary, plain text file.
-

In any case, it's a nice idea having the possibility of colored text in different fonts and sizes while still being a normal text file. A ReadMe.txt, for example, is therefore readable in a shell on any platform and still has a bit of style when viewed via double-click from Haiku.

-

Actually using StyledEdit is so simple, we'll skip explaining every mundane menu item. Just write down your text then select the words you'd like to format and apply font, size and color from the Font menu. Line wrapping and alignment from the Document menu only work on the whole file.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/terminal.html b/docs/userguide/userguide/ro/applications/terminal.html deleted file mode 100644 index be3a95957a..0000000000 --- a/docs/userguide/userguide/ro/applications/terminal.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

terminal-icon_64.pngTerminal

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Terminal
Configurări:~/config/settings/Terminal
-~/config/settings/profile - adaugă/suprascrie implicite în /boot/system/settings/etc/profile
-~/config/settings/inputrc - adaugă/suprascrie implicite în /boot/system/settings/etc/inputrc
-


-

The Terminal is Haiku's interface to bash, the Bourne Again Shell.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Ferestre și taburi

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Configurări

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Scurtături tastatură

-

You'll find a list of useful shortcuts in Shortcuts and key combinations.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Personalizare Bash

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Indicii pentru lucrul cu Terminal

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/textsearch.html b/docs/userguide/userguide/ro/applications/textsearch.html deleted file mode 100644 index a1a36d651d..0000000000 --- a/docs/userguide/userguide/ro/applications/textsearch.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:Nicio intrare, de obicei lansat via Supliment Tracker
Locație:/boot/system/apps/TextSearch
Configurări:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

Meniu fișier

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Meniu acțiune

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Meniu configurări

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

Meniu istoric

Contains recently used search strings.

Meniu codare

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/tv.html b/docs/userguide/userguide/ro/applications/tv.html deleted file mode 100644 index 95627c18fe..0000000000 --- a/docs/userguide/userguide/ro/applications/tv.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/TV
Configurări:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/ro/applications/vision.html b/docs/userguide/userguide/ro/applications/vision.html deleted file mode 100644 index 0db3357b1a..0000000000 --- a/docs/userguide/userguide/ro/applications/vision.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/Vision/Vision
Configurări:~/config/settings/Vision/*
-


-

Vision este un client IRC dezvoltat original pentru BeOS. Documentația și un manager de defecțiuni sunt disponibile la site-ul Vision.

-
You can find help from other Haiku users and developers on Haiku channels in various languages.
-The most frequented is the English speaking #haiku at irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

Sintaxa:

- - - - - - -
/COMMANDcomanda
<required>un parametru necesar
[optional]un parametru opțional
|un SAU logic
...mai multe parametre posibile
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/ro/applications/webpositive.html b/docs/userguide/userguide/ro/applications/webpositive.html deleted file mode 100644 index 50e9c883ff..0000000000 --- a/docs/userguide/userguide/ro/applications/webpositive.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/WebPositive
Configurări:~/config/settings/WebPositive/ - Fișiere de configurare, cookies, cache și istoric navigare
~/config/settings/WebPositive/Bookmarks - Toate favoritele ca fișiere unice
-


-

WebPositive, or Web+ for short, is Haiku's native web browser. One part of its name is a tip of the hat to BeOS' simple NetPositive, the other points to its modern foundation: the WebKit. This open source HTML rendering library is at the heart of other mainstream browsers as well, like Safari of Mac OS X and Google's Chrome. By using the ever evolving WebKit, Web+ will be able to keep up with new web technologies.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexCConfigurări

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexNavigare

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexFavorite

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDescărcări

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexScurtături tastatură

-

Acestea sunt niște scurtături de tastatură utile:

- - - - - - - - - - - - - - -
ALT TDeschide un tab nou.
ALT W Închide tabul curent.
ALT N Deschide o fereastră nouă.
SHIFT ALT W Închide fereastra curentă.
ALT ENTER Comută la modul ecran complet.
ALT R or F5 Actualizează pagina curentă.
ALT H Deschide pagina principală.
ALT D Arată/Ascunde fereastra de Descărcări.
ALT F Arată bara de căutare pentru căutări în pagină (se ascunde cu ESC).
ALT B Adaugă la favorite pagina curentă.
ALT M Administrare favorite, se deschide dosarul Favorite.
ALT Pagina anterioară în istoric.
ALT Următoarea pagină în istoric.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/applications/wonderbrush.html b/docs/userguide/userguide/ro/applications/wonderbrush.html deleted file mode 100644 index a64cb6f469..0000000000 --- a/docs/userguide/userguide/ro/applications/wonderbrush.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Aplicații
Locație:/boot/system/apps/WonderBrush/WonderBrush
Documentation:/boot/system/apps/WonderBrush/Documentation en
Configurări:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/ro/attributes.html b/docs/userguide/userguide/ro/attributes.html deleted file mode 100644 index 56942b5fe4..0000000000 --- a/docs/userguide/userguide/ro/attributes.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - Atribute - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Atribute

- -

Atributele sunt câmpuri de date care aparțin unui fișier dar care nu fac parte din acel fișier, adică nu sunt adăugate dimensiunii fișierului și pot fi copiate sau modificate fără să atingi fișierul în sine. Sistemul utilizează aceste atribute pentru a stoca de ex. dimensiunea fișierului, tipul acestuia sau data ultimei modificări. Acest lucru este similar cu alte sisteme de operare și fișierele lor de sistem.

-

Ce este diferit este că puteți adăuga orice fel de atribut oricărui fișier și să-l afișați sau să-l faceți editabil într-o fereastră Tracker. Trebuie doar să definiți ce fel de atribut vreți să adăugați la un tip de fișiere (ex: șir, întreg sau timp) și să-i dați un nume și o descriere.

-

Fișierul în sine nici nu are nevoie de un conținut. Uitați-vă la aceste fișiere People de exemplu:

-people.png -
-

După cum vedeți acestea sunt toate fișiere de dimensiune 0 cu atribute atașate, atributul email de „John Nox” fiind editat chiar în Tracker.

-

Dacă indexați aceste atribute, așa cum sunt implicit fișierele People, Email sau audio, ele pot fi de asemenea căutate prin sistemul rapid de interogare Haiku.

- -

-index -Atribute în Tracker

-

Attributes are displayed quite similar to a database or spreadsheet. Using Tracker you can choose which attributes to display (columns) and sort file listings (rows) accordingly.

-

To do this, open a Tracker window, click on the Attributes menu, and select the attributes you want to display. Alternatively, simply right-click onto a column heading and mark the items in the context menu. You can rearrange the columns by a simple drag&drop of the column heading. Moving a column out of a window, is a fast way to get rid of columns you don't need.

-

Double-click on the line between two attributes in the heading to automatically resize a column to its optimal width.

-

Click on a column heading to toggle the sorting order from ascending to descending. You can establish a secondary sort order by pressing the SHIFT key while clicking on a column heading. You can sort your People files by company and within that order sort by contact name, for instance. See the above screenshot as an example. The secondary sort order is marked by a lighter colored indicator beside the heading.

-

Editing these attributes is as simple as renaming a file: Either click on an entry or press ALT E and move between the attributes with TAB and SHIFT TAB. ESC leaves the editing mode without applying the changes.

- -

-index -Atribute în Terminal

-

If you prefer to use the commandline or plan to work with many files using scripting, there are several commands for controlling attributes from Terminal.

-

-index -listattr

-

listattr lists a file's attributes, but doesn't show the contents of the attributes.

-
usage: listattr 'filename' ['filename' ...]
-

From our screenshot example above:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Besides all the "META:*" attributes that hold the contact's information, there are two attributes that are managed by the system:

-
    -
  • BEOS:TYPE holds the file type as a MIME string, here "application/x-person". It determines the default icon and the application that opens the file when you e.g. double click it.

  • -
  • "_trk/pinfo_le" is the attribute with which Tracker keeps track of a file's icon position.

-
Note the backslash after "Clara". In Terminal you have to "escape" special characters like '"*\$?!. The space between "Clara" and "Botters" is also one of those. Therefore the backslash is really in front of the space character, and not after "Clara".
- -

-index -catattr

-

catattr displays the contents of a specific attribute of a file.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Again our example:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr adds an attribute to a file and/or fills it with a value.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

So, say dear Clara took a job with the multi-national Barkelbaer Inc., you fill the formerly empty "Company" attribute with that data (which is of type "string"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr completely removes an attribute from a file.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Though in all practicality it would be enough to just not fill the "Fax" attribute, you can completely remove it from Clara's file by typing:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr copies attributes from one or more files to another. By default, the actual contents of the file is not copied.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

If you do want to copy the attributes plus the data of the file itself, you can add the option "-d" or "--data".

- -


-

Mai multe informații despre aceste comenzi și opțiunile lor pot fi găsite prin tastarea numelui comenzii urmat de "-h" sau "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/bash-scripting.html b/docs/userguide/userguide/ro/bash-scripting.html deleted file mode 100644 index f2143e060a..0000000000 --- a/docs/userguide/userguide/ro/bash-scripting.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - Bash și Scriptare - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Bash și Scriptare

- -

"Scripting" is the technique of automating procedures by stringing together commands and saving it all as text files, so called "scripts". Every time you run such a script, the commands are processed one after the other just like they would if you entered them into the Terminal by hand.
-Scripts can range from simply executing a few commands in a specific order to sophisticated pieces of code that solve complex tasks.

- -

-index -Bash

-

Since scripts rely naturally a lot on the shell they are interpreted by, you should first familiarize yourself with the BASH that's used by Haiku. There are many resources online as it's a widely used shell. One nice document is Johan Jansson's Introduction to bash - a tutorial for bash under BeOS.

- -

-index -Biblia de Scriptare

-

After you've learned a few basics about working in the shell, it's time to slowly ease yourself into the world of scripting. Again, you'll find loads of tutorials and reference material online as well as in bookstores. A very nice introduction that's practically tailor-made for Haiku is the online available Scripting Chapter (PDF, 900kb) of Scot Hacker's BeOS Bible.

- -

-indexScripturi în Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -UserBootscript

-

/boot/home/config/settings/boot/UserBootscript will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

Remember to end a command with an "&" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).

- -

A simple alternative to the above for launching applications at boot up is to put links to them in the /boot/home/config/settings/boot/launch directory. This can be done simply by right-clicking on the application you wish to have started automatically, going to Create Link and then navigating to the above directory.

- -

-index -UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.

- -

-index -UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript is executed as the last step in the shutdown process. Note, that most parts of the system have terminated by the time this script is executed.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/bootloader.html b/docs/userguide/userguide/ro/bootloader.html deleted file mode 100644 index f67b00645c..0000000000 --- a/docs/userguide/userguide/ro/bootloader.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - Boot Loader - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Boot Loader

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

To enter the Boot Loader options, you have to press and keep holding the SHIFT key before the beginning of Haiku's boot process. If there's a boot manager installed, you can start holding SHIFT before invoking the boot entry for Haiku. If Haiku is the only operating system on the machine, you can begin holding the key while still seeing boot messages from the BIOS.

-

-index -Opțiuni Boot Loader

-

Once it's there, you're offered four menus:

- - - - - - - - - -
Selectează volum pornire Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Select fail safe video mode If you had to activate the option Use fail-safe video mode, you can set resolution and color depth.
-

-index -Depanare

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Pornirea Haiku

-

After activating one or more options, you return to the main menu and continue booting, which presents you with this boot screen:

-boot-screen.png - -

If everything works OK, one symbol after another quickly lights up.
-The different symbols roughly correspond to these boot stages:

- - - - - - - - -
Atom Initializing modules.
Disk + magnifier Creating rootfs (/) and mounting devfs (/dev).
Plug-in card Initializing device manager.
Disc pornire Mounting boot disk.
Cip Loading CPU specific modules.
Dosar Final initialization of subsystems.
Rachetă Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/contents.html b/docs/userguide/userguide/ro/contents.html deleted file mode 100644 index b02b767f38..0000000000 --- a/docs/userguide/userguide/ro/contents.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Ghid de Utilizare Haiku - Conținut - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Bine ați venit la Ghidul de Utilizare Haiku

- -

Mai jos veți găsi documentația a celor mai importante aspecte a Haiku. Completarea și extinderea documentației este un continuu proces (vedeți versiunea online pentru pagini actualizate și traduceri). Dacă găsiți erori, vreți să sugerați subiecte sau poate chiar să contribuiți, luați legătura pe lista de discuții pentru documentație. Dacă sunteți interesat să ajutați cu traduceri, veți găsi informații despre asta la wiki i18n pentru ghidul de utilizare.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Boot LoaderSet safe boot options to solve configuration problems.
Filesystem layoutUnderstand the filesystem hierarchy and get familiar with important file locations and folders.
Haiku's GUILearn about the basic elements of the graphical user interface.
WorkspacesUse virtual desktops for an uncluttered work environment.
TwitcherSwitch between running applications.
Team MonitorKill unresponsive applications or system components.
TrackerLearn all about navigating, working with files and folders and how to configure Haiku's file manager.
Shortcuts and key combinationsThe most common shortcuts to speed up your workflow.
DeskbarUse and configure Haiku's version of the "Start" menu and taskbar.
FiletypesSet default applications, change file types and create your own.
AtributeOne of Haiku's main features lets you manage and add any kind of data to any file.
IndexUse indexing to be able to search for attributes.
QueriesUse Haiku's lightning fast queries to quickly find what you're looking for.
Seminar: Tipuri de fișiere, Atribute, Index și InterogăriLearn to use some of Haiku's key features by organizing your DVDs.
Seminar: Administrare emailLearn to use Haiku's mail system with custom statuses and queries.
Seminar. Rețelistică wirelessSet up your open or encrypted wireless network.
ApplicationsLearn how to un/install applications in general and how work with the ones that come with Haiku.
Mini-aplicații DesktopSimple tools to install on your Desktop and Deskbar.
PreferințeConfiguring and setting up your system.
Bash și ScriptareLearn of some interesting scripts used by the system and about online resources for working in the shell and scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/ro/deskbar.html b/docs/userguide/userguide/ro/deskbar.html deleted file mode 100644 index 7cb8588248..0000000000 --- a/docs/userguide/userguide/ro/deskbar.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
- Meniul Deskbar
- Zona de notificare
- Lista tuturor programelor care rulează -
- -

Deskbar

- -

The Deskbar is the little panel that by default is located in the upper right corner of the screen. It's Haiku's version of Windows' taskbar with its Start button. It contains the Deskbar menu from where you can start applications and preferences, a tray with a clock and other tools below that and a list of currently running programs at the bottom.

-positions -

You can move the Deskbar to any corner or as a bar along the upper or lower border of the screen by gripping the knobbly area on one side of the tray and drag&drop it into the new position. You can also fold it into a more compact layout by drag&dropping the knobbly area onto the Deskbar menu.

- -

-index -Meniul Deskbar

-

A menu opens when you click on the Deskbar's top:

-deskbar.png -
    -
  • About this system... - Shows some basic information of the system, licenses and the credits of the Haiku project.

  • - -
  • Find... - Opens the Query dialog.

  • -
  • Show replicants - Shows/hides the little Replicant widget you use to drag it around, remove or access its context menu.

  • -
  • Mount - Offers the same options as when invoked by right-clicking the Desktop (see Mounting Volumes).

  • -
  • Deskbar preferences... - Opens a panel to configure the Deskbar (see below).

  • -
  • Shutdown - Offers options to either Restart system or Power off.

  • -
  • Recent documents, folders, applications - List of the last recently opened documents, folders and applications (see Deskbar preferences below).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexPreferințe Deskbar

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Aplicații

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Dimensiune pictogramă Adjusts the icon size of running applications.
- -

Meniu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Fereastră

-

În final, preferințele pentru fereastra Deskbar.

- - - - -
Întotdeauna deasupra The Deskbar always stays above all other windows.
Ridică automat The Deskbar pops to the front if the mouse pointer touches it.
Ascunde automat The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -Zona de notificare

-calendar.png -

Among other things, the tray is housing the clock. Hover the mouse over it to display the date in a tooltip. Left-click it to show a calendar. Right-click it to hide/show the clock or launch the Time preferences to set it.

-

Any program can install an icon in the tray to provide an interface to the user. The email system, for instance, shows a different symbol when there's unread mail and offers a context menu to e.g. create or check for new mail. ProcessController is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.

- -

-index -Lista programelor care rulează

-list-of-apps.png -

You can change to a specific running application by clicking on its entry in the Deskbar and choosing (one of) its windows, from the submenu. By right-clicking you can minimize or close a window or the entire application.

-

If you activated Expanders in the Deskbar settings, you can expand/collapse the list of windows directly under an application's entry.

-

In front of every application's windows is a symbol providing info on its state. A bright symbol means a window is visible, a dark one that it's minimized. Three lines in front of a symbol shows that it's not on the current workspace.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/desktop-applets.html b/docs/userguide/userguide/ro/desktop-applets.html deleted file mode 100644 index 314d72c441..0000000000 --- a/docs/userguide/userguide/ro/desktop-applets.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Mini-aplicații Desktop - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Mini-aplicații Desktop

- -

Haiku oferă câteva unelte utile care pot fi instalate pe Desktop sau Deskbar via replicanților acestora.

- - - - - - - - - - - -
iconLaunchBox Shortcuts to your favorite applications.
iconNetworkStatus Is your connection up?
iconPowerStatus Shows the state of charge of your notebook's battery.
iconProcessController Monitor and control every running app and service.
iconWorkspaces A miniature version of all workspaces.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/desktop-applets/launchbox.html b/docs/userguide/userguide/ro/desktop-applets/launchbox.html deleted file mode 100644 index cb4c5bb481..0000000000 --- a/docs/userguide/userguide/ro/desktop-applets/launchbox.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Deskbar:Mini-aplicații Desktop
Locație:/boot/system/apps/LaunchBox
Configurări:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

All options are reached from the context menu:

- - - - - - - - -
Add button here Adds an empty button.
Clear button Empties a button.
Remove button Removes a button.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/desktop-applets/networkstatus.html b/docs/userguide/userguide/ro/desktop-applets/networkstatus.html deleted file mode 100644 index 71f8218151..0000000000 --- a/docs/userguide/userguide/ro/desktop-applets/networkstatus.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Deskbar:Mini-aplicații Desktop
Locație:/boot/system/apps/NetworkStatus
Configurări:none
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/desktop-applets/powerstatus.html b/docs/userguide/userguide/ro/desktop-applets/powerstatus.html deleted file mode 100644 index 79f26f2ff5..0000000000 --- a/docs/userguide/userguide/ro/desktop-applets/powerstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Mini-aplicații Desktop
Locație:/boot/system/apps/PowerStatus
Configurări:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/desktop-applets/processcontroller.html b/docs/userguide/userguide/ro/desktop-applets/processcontroller.html deleted file mode 100644 index 4d5caa5b84..0000000000 --- a/docs/userguide/userguide/ro/desktop-applets/processcontroller.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

processcontroller-icon_64.pngProcessController

- - - - -
Deskbar:Mini-aplicații Desktop
Locație:/boot/system/apps/ProcessController
Configurări:none
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/desktop-applets/workspaces.html b/docs/userguide/userguide/ro/desktop-applets/workspaces.html deleted file mode 100644 index 8bfdb94922..0000000000 --- a/docs/userguide/userguide/ro/desktop-applets/workspaces.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Mini-aplicația Workspaces - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar:Mini-aplicații Desktop
Locație:/boot/system/apps/Workspaces
Configurări:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Stochează poziția ferestrei panoului.
-


-workspaces.png -

Găsiți mini-aplicația Workspaces cu celelalte mini-aplicații Desktop pe Deskbar. Aceasta afișează o versiune în miniatură a tuturor spațiilor de lucru. Există mai multe opțiuni disponibile din meniul de context al ferestrei mini-aplicației, care sunt toate auto-explicative.
-Modifică număr spații de lucru... va deschide preferințele Ecran unde puteți stabili numărul de spații de lucru și aranjamentul acestora (câte linii și coloane).

-

De vreme ce mini-aplicația este un Replicant, puteți redimensiona fereastra cum doriți și apoi să o drag&drop de manivelă pe desktop (asigurați-vă că Afișează replicanții este activat în meniul Desktop). Tineți apăsat SHIFT în timp ce redimensionați pentru a păstra proporția de aspect a ecranului.

- -

-index -Mutarea ferestrelor între spații de lucru

-

Pentru a muta o fereastră o capturați în mini-aplicația Workspaces și o trageți în alt spațiu de lucru. Acest aspect are avantajul că puteți să o mutați fără să plecați din desktop-ul curent. Desigur că asta funcționează bine doar atunci când nu sunt prea multe ferestre într-un spațiu de lucru și ținta nu este acoperită de alte ferestre. Altă posibilitate este să capturați o fereastră prin tab-ul acesteia și să nu o pierdeți în timp ce comutați spații de lucru cu ALT Fx.

-

Pentru mai multe informații despre spațiile de lucru în general și mai multe scurtături de tastatură, vedeți topicul Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Funcționalitate specială

-

Mini-aplicația Workspaces oferă niște funcționalitate adițională atunci când dați clic pe o fereastră în timp ce țineți apăsate anumite taste modificatoare:

- - - - -
CTRLAduce fereastra în față.
CTRL SHIFTMinimizează fereastra.
OPTTrimite fereastra în spate.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/filesystem-layout.html b/docs/userguide/userguide/ro/filesystem-layout.html deleted file mode 100644 index 5142262580..0000000000 --- a/docs/userguide/userguide/ro/filesystem-layout.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Aranjament sistem de fișiere - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Aranjament sistem de fișiere

- -

Haiku's filesystem layout is quite transparent, trying to always use non-cryptic names for files and folders, that don't leave the user guessing. Files and folders that are important for the system to function properly, are protected from accidental tempering by showing one of these alerts:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -Dosarul de sistem - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -Dosarul principal - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ This folder contains the settings to all applications and a few configurations for the system. Some applications manage their settings in their own subfolders, others simply put their configuration file in there.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ This folder is the place for User Scripts that are executed before or after the system boots up or shuts down.
boot/launch/ Links to programs or documents in this folder are automatically launched on every boot-up.
beos_mime/ In this MIME database Haiku keeps track of all the different filetypes and their settings.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ There's one settings file that may be of interest: kernel offers some low level configurations like disabling SMP, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "#". Be careful here!
Tracker/ Besides the various settings files for Tracker, there are some interesting subfolders:
DefaultFolderTemplate/Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.
DefaultQueryTemplates/You can define the layout of query result windows for certain filetypes. See topic Query: The result window.
Go/Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic Haiku's GUI: Favorites and recent folders.
Tracker New Template/Add a template for any filetype that's then available from Tracker's File | New... menu. See topic Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/filetypes.html b/docs/userguide/userguide/ro/filetypes.html deleted file mode 100644 index d5376db098..0000000000 --- a/docs/userguide/userguide/ro/filetypes.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - Tipuri de fișiere - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Tipuri de fișiere

- -

Other than Windows, Haiku doesn't rely on the 3-letter file extension for a file type (e.g. .txt, .jpg, .mp3). This method is only a last resort fallback. Haiku uses MIME types just like it's custom on the internet.

-
While there's no reason to use file extensions in Haiku, remember to add them to files you want to share with users of other operating systems, e.g. over email, uploading to a server or via exchange of an USB drive. Otherwise their system may not recognize the file type.
- -

index -Configurarea tipului de fișier al unui fișier specific

-

You can change the type of a specific file, its icon and the associated application. Select the file and invoke the Add-Ons | Filetype add-on from the right-click context menu.

-filetype-addon.png - -

-index -Tipul de fișier

-

The above is a PNG file, it's MIME string image/png. Let's say you definitely know that it's not a PNG but a GIF. You can change that either by entering the correct MIME string by hand or with one of the two buttons below the textbox:

- - - -
Select... shows a hierarchical list of filetypes where you navigate to image | GIF Image.
Same as... opens a file dialog where you choose any file that already has the filetype you're looking for.
- -

-index -Aplicațiile preferate

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked. You could, for example, change a HTML file's preferred application from the browser to a text editor while you're working on it. Every other HTML file still opens in the browser, only this particular one starts in your text editor.

- -

The Default application is the one that's set globally for that filetype. If you don't find the program you want to associate with this file in the pop-up menu, you'll again find the buttons Select... and Same as... which do the similar thing described under "The File Type" above.

- -

-index -Pictograma

-

If you're wondering why the icon well on the top right is empty: Icons are normally inherited from the system default for that filetype. You can open the Filetype add-on of a file that contains an icon and drag&drop it into your file's icon well. Or you double-click the icon well and create or edit your own icon. For more info on icons and how to create your own, see topic Icon-O-Matic.

- -

-index -Configurări speciale pentru aplicații

-

If you invoke the Filetype add-on on an executable (here: StyledEdit), you'll get a different dialog:

-filetype-addon-stylededit.png -

On top, you'll see, instead of a standardized MIME string, the unique application signature. With it, the system finds the program wherever it's installed.

-

Below it are several flags, controlling the app's behaviour:

- - - - - - -
Single launch Only one instance of the app can be running per executable file. If you have two copies of that app, however, they can run side by side.
Multiple launch Many instances of the app can run simultaneously.
Exclusive launch Really only one instance with that app's signature is allowed to run at a time.
Args only Indicates the app doesn't respond to messages.
Background app The app won't appear in Twitcher or the list of running apps of the Deskbar.
-

Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's Open with... context menu when you right-click on a file of that type.

-

At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered.

- -

-index -Global settings with the FileTypes Preferences

-

The FileTypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.

-

All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...

-

To learn more about the FileTypes preferences see the workshop: Filetypes, Attributes, Index and Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/gui.html b/docs/userguide/userguide/ro/gui.html deleted file mode 100644 index 4a76af2049..0000000000 --- a/docs/userguide/userguide/ro/gui.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Haiku GUI - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
- Mutare și redimensionare ușoare
- Stivă & Mozaic
- Deschidere și salvare panouri
- Replicanți
- -

Haiku GUI

- -

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.

-

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.

-gui.png -

There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.

-
    -
  1. The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic Deskbar.

  2. -
  3. The yellow tab offers more than just a program's name or a document's filename: -
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • -
    • You minimize a window with a double-click on its tab (or with CTRL ALT M). A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • -
    • You can send a window to the back with a right-click on its tab (or its border).
  4. -
  5. Butonul de închidere.

  6. -
  7. The "zoom" button (or CTRL ALT Z). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. Colțul de redimensionare.

  12. -
- -

-index -O modalitate rapidă de mutare sau redimensionare a ferestrelor

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stivă & Mozaic

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stivă & Mozaic consistă din două părți similare.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Deschidere și salvare panouri

-

La deschiderea sau salvarea unui fișier din oricare aplicație, se deschide un panou ca acesta:

-open-save.png -

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.
-You can enter parent folders with the pop-up menu above the file listing.

-

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.

- -

-index -Scurtături tastatură

-

Many shortcuts in open and save panels are the same used in Tracker. Besides the commands that are also available through the File menu, there are a few not that obvious:

- - - - - - - -
ALT N Creates a new folder.
ALT E Lets you rename the selected entry.
ALT Moves into the parent folder.
ALT sau ENTER Moves into the selected folder.
ALT D Takes you to your Desktop.
ALT H Takes you to your Home folder.
- -

-index -Favorite și dosare recente

-

The Favorites menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

-favorites.png -

To add a Favorite, you simply navigate to your destination and choose Favorites | Add current folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure favorites... and delete its entry.
-All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

- -

-index -Replicanți

-

Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to Show replicants is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:

-replicant.png -

The most prominent place that accepts Replicants is the Desktop: You simply drag & drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.
-A right-click on a Replicant handle offers a context menu to show the originating app's About window and to Remove replicant.

-
Dacă întâmpinați dificultăți cu un Replicant pe Desktop și nu puteți să scăpați de acesta, ștergeți ~/config/settings/Tracker/tracker_shelf. Din păcate această acțiune va elimina toți Replicanții de pe Desktop.
-

Exemple de aplicații care se pot replica sunt graficele ale ActivityMonitor, mini-aplicația Workspaces sau DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/ro/images/apps-images/activitymonitor.png b/docs/userguide/userguide/ro/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/ro/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/bootmenu.png b/docs/userguide/userguide/ro/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/cdplayer.png b/docs/userguide/userguide/ro/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/charactermap.png b/docs/userguide/userguide/ro/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/cli-alert.png b/docs/userguide/userguide/ro/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/cli-desklink.png b/docs/userguide/userguide/ro/images/apps-images/cli-desklink.png deleted file mode 100644 index b56fd0c53f..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/ro/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/codycam.png b/docs/userguide/userguide/ro/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/debugger.png b/docs/userguide/userguide/ro/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/debugger_alert.png b/docs/userguide/userguide/ro/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/deskcalc.png b/docs/userguide/userguide/ro/images/apps-images/deskcalc.png deleted file mode 100644 index 2c63b9bb31..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/ro/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index 9e6a516a22..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/diskprobe.png b/docs/userguide/userguide/ro/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/diskusage.png b/docs/userguide/userguide/ro/images/apps-images/diskusage.png deleted file mode 100644 index eb7c232c48..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/ro/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/ro/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/drivesetup.png b/docs/userguide/userguide/ro/images/apps-images/drivesetup.png deleted file mode 100644 index b6f4eb13a2..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/expander-preferences.png b/docs/userguide/userguide/ro/images/apps-images/expander-preferences.png deleted file mode 100644 index 3ba7303331..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/expander.png b/docs/userguide/userguide/ro/images/apps-images/expander.png deleted file mode 100644 index 07b37ea9cd..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/ro/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/ro/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/ro/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/haikudepot.png b/docs/userguide/userguide/ro/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/ro/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/ro/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/installer.png b/docs/userguide/userguide/ro/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/magnify.png b/docs/userguide/userguide/ro/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mail-attachments.png b/docs/userguide/userguide/ro/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mail-preferences.png b/docs/userguide/userguide/ro/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mail-read.png b/docs/userguide/userguide/ro/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mail-signature.png b/docs/userguide/userguide/ro/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/ro/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mail-write.png b/docs/userguide/userguide/ro/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/ro/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/ro/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/ro/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/mediaplayer.png b/docs/userguide/userguide/ro/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/midiplayer.png b/docs/userguide/userguide/ro/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/ro/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/ro/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/packageinstaller.png b/docs/userguide/userguide/ro/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/people-files.png b/docs/userguide/userguide/ro/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/people.png b/docs/userguide/userguide/ro/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/poorman.png b/docs/userguide/userguide/ro/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/screenshot.png b/docs/userguide/userguide/ro/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/ro/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/ro/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/ro/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/ro/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/ro/images/apps-images/showimage-view.jpg deleted file mode 100644 index 157906506a..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/stylededit.png b/docs/userguide/userguide/ro/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/terminal-settings.png b/docs/userguide/userguide/ro/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/terminal.png b/docs/userguide/userguide/ro/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/textsearch.png b/docs/userguide/userguide/ro/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/ro/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/web+download.png b/docs/userguide/userguide/ro/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/ro/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/ro/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/web+settings.png b/docs/userguide/userguide/ro/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/ro/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/ro/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/ro/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/ro/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/ro/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/apps-images/webpositive.png b/docs/userguide/userguide/ro/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/ro/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/attributes-images/people.png b/docs/userguide/userguide/ro/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/ro/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/calendar.png b/docs/userguide/userguide/ro/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/deskbar.png b/docs/userguide/userguide/ro/images/deskbar-images/deskbar.png deleted file mode 100644 index 14de1868af..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/ro/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/positions.png b/docs/userguide/userguide/ro/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/ro/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 0bc6238849..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/ro/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/ro/images/deskbar-images/prefs-menu.png deleted file mode 100644 index 47e05c1666..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/ro/images/deskbar-images/prefs-window.png deleted file mode 100644 index af98d2ce80..0000000000 Binary files a/docs/userguide/userguide/ro/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/ro/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 311f1abc2d..0000000000 Binary files a/docs/userguide/userguide/ro/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/ro/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/ro/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/ro/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/ro/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/ro/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 689e31edb7..0000000000 Binary files a/docs/userguide/userguide/ro/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/ro/images/filetypes-images/filetype-addon.png deleted file mode 100644 index bddad539dd..0000000000 Binary files a/docs/userguide/userguide/ro/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/gui-images/favorites.png b/docs/userguide/userguide/ro/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/ro/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/ro/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/ro/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/gui-images/gui-stacking.png b/docs/userguide/userguide/ro/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/ro/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/gui-images/gui-tiling.png b/docs/userguide/userguide/ro/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/ro/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/gui-images/gui.png b/docs/userguide/userguide/ro/images/gui-images/gui.png deleted file mode 100644 index 0ee9666efc..0000000000 Binary files a/docs/userguide/userguide/ro/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/gui-images/open-save.png b/docs/userguide/userguide/ro/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/ro/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/gui-images/resizing.png b/docs/userguide/userguide/ro/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/ro/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/networkstatus-images/applet.png b/docs/userguide/userguide/ro/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/ro/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/ro/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/ro/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/ro/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/ro/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/ro/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/ro/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/ro/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/ro/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/ro/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/ro/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/powerstatus-images/applet.png b/docs/userguide/userguide/ro/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/ro/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-colors.png deleted file mode 100644 index eeb3574015..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-decorators.png deleted file mode 100644 index f4491fb2f3..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/ro/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/backgrounds.png b/docs/userguide/userguide/ro/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/datatranslations.png b/docs/userguide/userguide/ro/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/ro/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/fonts.png b/docs/userguide/userguide/ro/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/keyboard.png b/docs/userguide/userguide/ro/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/ro/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/keymap.png b/docs/userguide/userguide/ro/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/ro/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/locale-language.png b/docs/userguide/userguide/ro/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/mouse.png b/docs/userguide/userguide/ro/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/ro/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/ro/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/ro/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/ro/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/screen.png b/docs/userguide/userguide/ro/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/ro/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/ro/images/prefs-images/screensaver-modules.png deleted file mode 100644 index a7098123ac..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/sounds.png b/docs/userguide/userguide/ro/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/time-clock.png b/docs/userguide/userguide/ro/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/time-network.png b/docs/userguide/userguide/ro/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/time-time.png b/docs/userguide/userguide/ro/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/time-timezone.png b/docs/userguide/userguide/ro/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/touchpad.png b/docs/userguide/userguide/ro/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/ro/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/ro/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/processcontroller-images/applet.png b/docs/userguide/userguide/ro/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/ro/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/processcontroller-images/memory.png b/docs/userguide/userguide/ro/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/ro/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/processcontroller-images/priority.png b/docs/userguide/userguide/ro/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/ro/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/processcontroller-images/quit.png b/docs/userguide/userguide/ro/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/ro/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/queries-images/basic-query.png b/docs/userguide/userguide/ro/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/ro/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/queries-images/formula-query.png b/docs/userguide/userguide/ro/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/ro/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/queries-images/query-window-filled.png b/docs/userguide/userguide/ro/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/ro/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/queries-images/query-window.png b/docs/userguide/userguide/ro/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/ro/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/queries-images/result-window.png b/docs/userguide/userguide/ro/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/ro/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/ro/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 26fed82446..0000000000 Binary files a/docs/userguide/userguide/ro/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/drill-down.png b/docs/userguide/userguide/ro/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/get-info.png b/docs/userguide/userguide/ro/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/mount-settings.png b/docs/userguide/userguide/ro/images/tracker-images/mount-settings.png deleted file mode 100644 index b9fa7dd28a..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/new-menu.png b/docs/userguide/userguide/ro/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/ro/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/open-with.png b/docs/userguide/userguide/ro/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/ro/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 59d702de70..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/transaction-status.png b/docs/userguide/userguide/ro/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/ro/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/window-menu.png b/docs/userguide/userguide/ro/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/ro/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/ro/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-email-images/browsing.png b/docs/userguide/userguide/ro/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/ro/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-email-images/query-1.png b/docs/userguide/userguide/ro/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-email-images/query-2.png b/docs/userguide/userguide/ro/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-email-images/query-3.png b/docs/userguide/userguide/ro/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-email-images/query-4.png b/docs/userguide/userguide/ro/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-email-images/status.png b/docs/userguide/userguide/ro/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/ro/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/ro/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/ro/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/ro/images/workspaces-images/workspaces.png b/docs/userguide/userguide/ro/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/ro/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/ro/index.html b/docs/userguide/userguide/ro/index.html deleted file mode 100644 index 79a24cabbb..0000000000 --- a/docs/userguide/userguide/ro/index.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Index - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Index

- -

Attributes and Queries are key features of Haiku. While attributes are useful on their own, to display additional information on a file, for a query on them, they need to be indexed. It puts them into a lookup table, which in turn makes queries lightning fast.
-The index is part of the filesystem and is kept for every volume/partition separately.

- -

-Indexarea comenzilor în Terminal

-

There are several commands to manage the index:

-
    -
  • lsindex - Displays the indexed attributes on the current volume/partition.
    -These are the attributes that are indexed by default:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Adds an attribute to the index of a volume/partition.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Only new files with that attribute come automatically into the index!
-Existing files have to be added manually by copying them and deleting the originals after that. Alternatively you can use the command reindex. -

-
    -
  • reindex - Puts the attributes of existing files into the newly created index of a volume/partition.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Removes an attribute from the index of a volume/partition.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/keyboard-shortcuts.html b/docs/userguide/userguide/ro/keyboard-shortcuts.html deleted file mode 100644 index e7c627c0dd..0000000000 --- a/docs/userguide/userguide/ro/keyboard-shortcuts.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - Scurtături și combinații de taste - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Scurtături și combinații de taste

- -

By default, Haiku's shortcut key, to invoke commands from menus for example, is not the usual CTRL key, but ALT instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually has advantages as e.g. ALT C and ALT V integrate seamlessly into the bash shell of the Terminal, where CTRL C quits the running process.

-

In any case, you can switch to the maybe more familiar CTRL key in the Keymap preferences. The user guide always describes the default configuration with the command key being ALT.

-

If you're in doubt which keys are the OPT or MENU keys on your particular keymap/keyboard-layout, again use the Keymap preferences. There you can see what keystroke is sent when you press a key on your keyboard.

- -

-index -Scurtături generale

-

Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxSwitches to Workspace X (Fx is the function key corresponding to that workspace). Take the active window with you by adding SHIFT
CTRL ALT / / / Navigates spatially the rows/columns of the available workspaces. Add SHIFT to take the active window with you.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + clic stângaClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + clic dreaptaClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZZooms a window to an alternative size (maximum size for most applications).
CTRL ALT MMinimizes the active window.
CTRL ALT HHides (minimizes) all windows of the active application.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BSends the active window to the back.
CTRL TABApăsați în jos pentru a aduce Twitcher.
CTRL ALT DELDeschide Team Monitor.
ALT ESCEnters the menu bar (leave with ESC).
ALT CCopies the selection to the clipboard.
ALT XCuts the selection to the clipboard.
ALT VPastes the clipboard's contents.
ALT WCloses the active window.
ALT QQuits an application.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Scurtături pentru editare de text

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / sau
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Scurtături pentru navigare Tracker

-

Additionally to the general shortcuts, here are some more for navigating with Tracker:

- - - - - - - - -
ALT Opens the parent folder.
ALT sau ENTEROpens the selected folder.
OPTHolding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse.
MENUOpens the Deskbar menu (leave with ESC).
ALT ZUndo last action. The undo history is only limited by the available memory. Note, this only works for actions on the file itself, changed attributes and permission settings can't be undone with this. Also, once a file is removed from Trash it's gone for good.
ALT SHIFT ZRedo the action you just reverted with ALT Z.
SHIFT + Rotiță mausWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Scurtături în Terminal

- - - - - - - - - - - - - - - - -
ALT NOpens another Terminal session in a new window.
ALT TOpens another Terminal session in a new tab.
ALT 1, 2, 3 ...Switches to the corresponding tab.
ALT TABSwitches to the next Terminal window.
SHIFT / Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Increase/Decrease font size.
ALT ENTEREnter/leave fullscreen mode.
SHIFT / Scrolls the Terminal output up/down one line.
SHIFT Page↑ / Page↓ Scrolls the Terminal output up/down one page.
TABTab-completion. After entering a few letters, press TAB once to auto-complete a filename or path. If there is more than one match, it stops where the name starts to differ and you have to provide some more letters to further distinguish them. You can also press TAB twice to have all matches listed.
/ Moves up or down in a history of all previously entered commands.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CStops the currently running command.
CTRL DCloses the current Terminal session.
- -

-index -Alte combinații de taste

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTAceasta va selecta totul între primul element selectat și cel pe care dați clic.
ALTAdaugă sau elimină elementul pe care dați clic din selecție.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences.html b/docs/userguide/userguide/ro/preferences.html deleted file mode 100644 index e5fbd98dcc..0000000000 --- a/docs/userguide/userguide/ro/preferences.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Preferințe - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Preferințe

- -

While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's Preferences menu.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configure certain aspects of the graphical interface.
iconBackgrounds Set a color or image as background of the Desktop or any other folder.
iconDataTranslations Settings for all supported file formats.
iconDeskbar Configure the Deskbar.
iconE-mail Configure your email accounts.
iconFileTypes Add, remove and configure filetypes.
iconKeyboard Configure repeat delay and rate.
iconKeymap Set the mapping of your keyboard.
iconLocale Set your system language and formatting.
iconMedia Audio and video settings like in/output devices and the system's audio mixer.
iconMouse Configure your mouse.
iconNetwork Configure your network.
iconPrinters Add, remove and configure printers.
iconScreen Configure resolution, depth, refresh rate and number of used Workspaces.
iconScreenSaver Add, remove and configure a screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSounds Assign sounds to different system events.
iconTime Set time, date and timezone.
iconTracker Configure Haiku's file manager.
iconTouchpad Configure your touchpad.
iconVirtualMemory Set the amount of swap space.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/appearance.html b/docs/userguide/userguide/ro/preferences/appearance.html deleted file mode 100644 index 3da959bb84..0000000000 --- a/docs/userguide/userguide/ro/preferences/appearance.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - Aspect - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

appearance-icon_64.pngAspect

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Appearance
Configurări:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Preferințele Aspect vă permite să modificați unele aspecte vizuale ale Haiku.

- -

-index -Fonturi

-appearance-fonts.png -

Haiku definește trei fonturi standard pentru scopuri diferite. Stabiliți tipuri și dimensiuni de font plan, aldin și fixat care vor fi utilizate în întreg sistemul. Pe lângă acestea, există de asemenea o configurare separată pentru fontul utilizat în meniuri.

- -

-index -Instalare fontui noi

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Colors

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Antialiasing

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Glyph hinting

-

An activated Glyph hinting aligns all letters in such a way that their vertical and horizontal edges rest exactly between two pixels. The result is a perfect contrast, especially when dealing with black on white. Text appears crisper. There's also a setting for Monospaced fonts only that's especially helpful with low resolution devices like netbooks. Small fonts can look pretty bad when hinting is turned on, but with this setting you still have the advantage of hinting for text editors and Terminal.

-

See the difference hinting makes with these magnified screenshots:

- - -
appearance-glyph-off.png
Hinting: off
appearance-glyph-on.png
Hinting: on
-

It should be pointed out that all the Magnify windows on this page are of course rendered themselves with the different options as well. So, you get a real world impression of the settings by comparing, for example, the bold yellow tab title or the text "33 x 15 @ 8 pixels/pixel".

- -

-index -Antialiasing type

-

Another technique to improve rendering is Antialiasing, which supports all vector graphics as well as text. It smooths lines by changing the color of certain pixels. There are two methods for that:

-

Grayscale changes the intensity of pixels at the edge.
-LCD subpixel does an even better job, especially with (high resolution) LCD monitors. Instead of the intensity of a pixel, it changes its color which moves an edge by a fraction of a pixel, because LCD displays produce every pixel with a red, green and blue component.

-

Again, the two different methods with magnified screenshots:

- - -
appearance-glyph-off.png
Grayscale, Hinting: off
appearance-subpixel.png
LCD subpixel, Hinting: off
-

Subpixel based antialiasing adds a slight colored shine to objects. Something not everyone tolerates. In Haiku you can mix the two antialiasing methods and find the right setting for you by using a slider.

-
The subpixel based antialiasing in combination with the glyph hinting is subject of a software patent and is therefore not available by default. Depending on where in the world you live, you may get an unlocked version. Sorry about that. Talk with your representative.
-

If you do activate hinting plus LCD subpixel rendering by changing the source and recompiling, this is how it looks compared to hinting with Grayscale:

- - -
appearance-glyph-on.png
Grayscale, Hinting: on
appearance-glyph-on-subpixel.png
LCD subpixel, Hinting: on
-


-

At the bottom of the panel are two buttons:

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Appearance preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/backgrounds.html b/docs/userguide/userguide/ro/preferences/backgrounds.html deleted file mode 100644 index b55a1111d4..0000000000 --- a/docs/userguide/userguide/ro/preferences/backgrounds.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Backgrounds - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

backgrounds-icon_64.pngBackgrounds

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Backgrounds
Configurări:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - stores the panel's window position
-

You can set a color or an image as background for every folder and the Desktop for every workspace.

-


-backgrounds.png -

The top menu specifies if your changes are applied to the current workspace only, all workspaces, a specific folder or as default for every new folder.

-

Below that you can assign an image or select None if you want simply a colored background. Images can also be drag&dropped onto the preview to the left.

-

If you are using an image, you have to decide on the placement:

- - - - - -
Manual lets you specify the coordinates. You can drag the picture around in the preview to the left or enter X and Y manually.
Center centers the picture in the middle of the screen.
Scale to fit enlarges the picture with no regard to its aspect ratio until it fills the screen.
Tile fills the screen by repeating the picture.
-

Activating Icon label outline puts a thin contour around icon labels.

-

Whether an icon label's actual text is black or white depends on the setting of the color picker. A dark color sets the text to white, a light color to black. So, if you assign a very bright image to the background, you should also set the color picker to a bright color in order to have icon labels readable in black. (Or use the outline option above.)
-The selected color is also reflected in the Workspaces applet, which ignores images as backgrounds.

- - - -
Revert brings back the settings that were active when you started the Backgrounds preferences.
Apply sets your changes.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/datatranslations.html b/docs/userguide/userguide/ro/preferences/datatranslations.html deleted file mode 100644 index 06acc3097c..0000000000 --- a/docs/userguide/userguide/ro/preferences/datatranslations.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/DataTranslations
Configurări:~/config/settings/* - Fiecare Traducător creează propriul fișier de configurări aici după ce ați schimbat la implicit.
-~/config/settings/system/DataTranslations settings - Stochează poziția ferestrei panoului.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Pictograme AppleValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
Imagini BMP24bit, uncompressed, no transparency
Imagini EXRILM's high dynamic-range (HDR) format
Imagini GIF8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
Pictograme HVIFTranslator for Haiku's vector icon format
Imagini JPEG200024bit, compressed, no transparency
-Here, you normally only care about the output quality.
Imagini JPEG24bit, compressed, no transparency
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
Imagini PCX24bit, uncompressed, no transparency, PC Paintbrush Exchange format
Imagini Photoshop32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
Imagini PNG32bit, lossless compression, transparency
Imagini PPM24bit, uncompressed, no transparency, Portable PixMap format
Imagini RAWup to 48bit, uncompressed, no transparency
Fișiere text RTFFormatted text
Imagini SGI24bit, optional lossless compression, transparency
Fișiere StyledEditPlain text with formatting stored in attibutes
Imagini TGA32bit, optional lossless compression, transparency
Imagini TIFF24bit, optional lossless compression, layers, transparency
Imagini WebP8-bit YUV 4:2:0 image format, compressed, no transparency
Pictograme WindowsValid image sizes are 16, 32, 48
Imagini WonderBrush32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/deskbar.html b/docs/userguide/userguide/ro/preferences/deskbar.html deleted file mode 100644 index 480a1533be..0000000000 --- a/docs/userguide/userguide/ro/preferences/deskbar.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Deskbar
Configurări:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

The Deskbar preference panel is also available from the Deskbar. Its settings are discussed in the topic on Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/e-mail.html b/docs/userguide/userguide/ro/preferences/e-mail.html deleted file mode 100644 index 122a3d9ba6..0000000000 --- a/docs/userguide/userguide/ro/preferences/e-mail.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
- Crearea unui cont de email nou
- Configurări cont
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/E-mail
Configurări:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Crearea unui cont de email nou

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name the name of the sender
From the e-mail address of the sender
To your e-mail address (different for each e-mail account)
Reply to the e-mail address replies are sent to
When the date and time the mail was received
Subject the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Account the name of the e-mail's account
Status The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Priority is set by the sender's e-mail program (e.g. "urgent")
Thread essentially the same as "Subject", but without things like Re: or Fwd:
Classification group depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Spam/Genuine estimate this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Outgoing Mail Filters

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Setting up the Mail Service

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/filetypes.html b/docs/userguide/userguide/ro/preferences/filetypes.html deleted file mode 100644 index 878791474c..0000000000 --- a/docs/userguide/userguide/ro/preferences/filetypes.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - FileTypes - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

filetypes-icon_64.pngFileTypes

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/FileTypes
Configurări:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Stores all MIME types as folders.
-

Please refer to topic Filetypes and the workshop Filetypes, Attributes, Index and Queries that explains most of this preference panel.

- -
-
- - - - diff --git a/docs/userguide/userguide/ro/preferences/keyboard.html b/docs/userguide/userguide/ro/preferences/keyboard.html deleted file mode 100644 index f46db4feac..0000000000 --- a/docs/userguide/userguide/ro/preferences/keyboard.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

keyboard-icon_64.pngKeyboard

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Keyboard
Configurări:~/config/settings/Keyboard_settings
-


-keyboard.png -

Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Keyboard preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/keymap.html b/docs/userguide/userguide/ro/preferences/keymap.html deleted file mode 100644 index c58acff051..0000000000 --- a/docs/userguide/userguide/ro/preferences/keymap.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

keymap-icon_64.pngKeymap

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Keymap
Configurări:~/config/settings/Keymap/* - Location of user modified keymaps.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ro/preferences/locale.html b/docs/userguide/userguide/ro/preferences/locale.html deleted file mode 100644 index f9bc39e2ec..0000000000 --- a/docs/userguide/userguide/ro/preferences/locale.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

locale-icon_64.pngLocale

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Locale
Configurări:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/media.html b/docs/userguide/userguide/ro/preferences/media.html deleted file mode 100644 index abac06fb65..0000000000 --- a/docs/userguide/userguide/ro/preferences/media.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

media-icon_64.pngMedia

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Media
Configurări:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Stores the panel's window position.
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/mouse.html b/docs/userguide/userguide/ro/preferences/mouse.html deleted file mode 100644 index 8adc0da6e6..0000000000 --- a/docs/userguide/userguide/ro/preferences/mouse.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

mouse-icon_64.pngMouse

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Mouse
Configurări:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

All settings are immediately applied.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Mouse preferences.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ro/preferences/network.html b/docs/userguide/userguide/ro/preferences/network.html deleted file mode 100644 index e35d0e2477..0000000000 --- a/docs/userguide/userguide/ro/preferences/network.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Network - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

network-icon_64.pngNetwork

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Network
Configurări:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/printers.html b/docs/userguide/userguide/ro/preferences/printers.html deleted file mode 100644 index c314477add..0000000000 --- a/docs/userguide/userguide/ro/preferences/printers.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

printers-icon_64.pngPrinters

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Printers
Configurări:~/config/settings/printers/*
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/screen.html b/docs/userguide/userguide/ro/preferences/screen.html deleted file mode 100644 index 367c450f4f..0000000000 --- a/docs/userguide/userguide/ro/preferences/screen.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

screen-icon_64.pngScreen

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Screen
Configurări:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Only when running in VESA mode.
-~/config/settings/Screen_data - Stores the panel's window position.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

After clicking on Apply, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Revert brings back the setting that was active when you started the Screen preferences.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/ro/preferences/screensaver.html b/docs/userguide/userguide/ro/preferences/screensaver.html deleted file mode 100644 index 18ded5b928..0000000000 --- a/docs/userguide/userguide/ro/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Screensaver
Configurări:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/shortcuts.html b/docs/userguide/userguide/ro/preferences/shortcuts.html deleted file mode 100644 index a40b7837ad..0000000000 --- a/docs/userguide/userguide/ro/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Shortcuts
Configurări:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/ro/preferences/sounds.html b/docs/userguide/userguide/ro/preferences/sounds.html deleted file mode 100644 index 3b8e6d11d8..0000000000 --- a/docs/userguide/userguide/ro/preferences/sounds.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

sounds-icon_64.pngSounds

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Sounds
Configurări:~/config/settings/Media/MediaFiles
-


-sounds.png -

You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.

- - -
None will silence an event.
Other... will open a file panel to find a new sound that isn't yet in the menu.
-

You can use any format that's supported by the system. If MediaPlayer can deal with it, so can any other program.
-You can "pre-hear" an event's sound by selecting it and using the Play and Stop buttons.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/time.html b/docs/userguide/userguide/ro/preferences/time.html deleted file mode 100644 index f7a8902293..0000000000 --- a/docs/userguide/userguide/ro/preferences/time.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

time-icon_64.pngTime

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Time
Configurări:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/ro/preferences/touchpad.html b/docs/userguide/userguide/ro/preferences/touchpad.html deleted file mode 100644 index c31101dd4c..0000000000 --- a/docs/userguide/userguide/ro/preferences/touchpad.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Touchpad
Configurări:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/tracker.html b/docs/userguide/userguide/ro/preferences/tracker.html deleted file mode 100644 index c919f92b12..0000000000 --- a/docs/userguide/userguide/ro/preferences/tracker.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/Tracker
Configurări:~/config/settings/Tracker/TrackerSettings
-


-

The Tracker preference panel is also available from every Tracker window with the menu Window | Preferences....
-Its functions are discussed in the topic on Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/preferences/virtualmemory.html b/docs/userguide/userguide/ro/preferences/virtualmemory.html deleted file mode 100644 index 22d53da813..0000000000 --- a/docs/userguide/userguide/ro/preferences/virtualmemory.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

virtualmemory-icon_64.pngVirtualMemory

- - - - -
Deskbar:Preferințe
Locație:/boot/system/preferences/VirtualMemory
Configurări:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Stores the panel's window position.
-

Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.

-virtualmemory.png -

You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at DiskUsage to find out what's eating up your diskspace.

-

Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.
-Upgrading your RAM is of course the most effective way to go...

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the VirtualMemory preferences.
- -
-
- - - - diff --git a/docs/userguide/userguide/ro/queries.html b/docs/userguide/userguide/ro/queries.html deleted file mode 100644 index c150a19ecd..0000000000 --- a/docs/userguide/userguide/ro/queries.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Interogări - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - - -
Index
- Fereastra Căutare
- Interogări de bază - "după nume"
- Interogări avansate - "după atribute"
- Interogări și mai avansate - "după formulă"
- Fereastra rezultatului
- Șabloane Interogări -
- -

Interogări

- -

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
-Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

- -

-index -Fereastra Căutare

-

You start a query by invoking the Find... menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

-basic-query.png -
    -
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. -
  3. Narrow down your search from All files and folders to specific file types.

  4. -
  5. Define the search method:
      -
    • by Name - a basic search by file or folder name
    • -
    • by Attribute - an advanced search, you specify search terms for one or more attributes
    • -
    • by Formula - an even more advanced search, you can fine-tune a complex query term
  6. -
  7. Select which drives to search on.

  8. -
  9. Enter the search term.

  10. -
  11. The expander hides/unhides the additional options.

  12. -
  13. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  14. -
  15. Check if your query is supposed to Include trash.

  16. -
  17. Optionally, enter a name for this query if you want to save it.

  18. -
  19. You can drag&drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

  20. -
- -

-index -Interogări de bază - "după nume"

-

If you simply want to find all files and folders on your mounted disks that match a certain pattern, simply leave the search method at by Name, enter the search term into the text box and press ENTER.

- -

-index -Interogări avansate - "după atribute"

-

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

-query-window.png -

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by Attribute.

-

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

-

Let's do an email query as an example:

-query-window-filled.png -

This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".
-As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
-A good way to cut down the number of search results.

- -

-index -Interogări și mai avansate - "după formulă"

-

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

-

Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to by Formula mode and be overwhelmed by this one line query string:

-formula-query.png -

Once more as text, edited for readability:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

What's the use?

-
    -
  • You could copy and paste the string into an email, forum or IRC for others to use or debug.

  • -
  • You can use this method to construct a query in Attribute mode and then switch to Formula mode, to comfortably generate a search string to use for a query in Terminal or a script.

  • -
  • You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "==" to "!=" for a NOT AND. All you need is a basic understanding of regular expressions and maybe some scripting basics.

  • -
- -

-index -Fereastra rezultatului

-

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

-result-window.png -

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

-
    -
  • You can open the location of a file or folder by double clicking on its path attribute.

  • -
  • With File | Edit query or ALT G you get back to your Find window to refine your query.

  • -
  • A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.

  • -
-

You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

- - -

-index -Șabloane Interogări

-

If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these exact search parameters, but use it as starting point to only slightly tweak the formula.
-By using the Save query as template menu item (see (1) in screenshot at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.

-

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.

-
-
- - - - - diff --git a/docs/userguide/userguide/ro/teammonitor.html b/docs/userguide/userguide/ro/teammonitor.html deleted file mode 100644 index d762372251..0000000000 --- a/docs/userguide/userguide/ro/teammonitor.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Team Monitor

- -

Cu CTRL ALT DEL invocați Team Monitor ce listează toate programele care rulează în mod curent.

-teammonitor.png -

Programs that were launched by the system are blue, those started by the user black.
-Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can try to quit a program by selecting it and pressing Quit application (or either DEL or Q). If that doesn't work, try Kill application (or SHIFT DEL or K) instead.

-

Puteți invoca un Terminal cu OPT ALT T.

-

If your Tracker or Deskbar crashed or froze, a new button appears (you may have to kill the offending team first): Restart the desktop will restart Tracker and/or Deskbar for you.

- -
-
- - - - diff --git a/docs/userguide/userguide/ro/tracker-add-ons.html b/docs/userguide/userguide/ro/tracker-add-ons.html deleted file mode 100644 index 0051407301..0000000000 --- a/docs/userguide/userguide/ro/tracker-add-ons.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Tracker Add-Ons - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Tracker Add-Ons

- -

Applications can install add-ons so they can be invoked easily on a selection of files from Tracker. Only the add-ons that can handle a specific filetype are presented under Add-Ons from the context menu or the File menu of a Tracker window. Some add-ons don't necessarily need a file to work on and are thus always present.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/   pentru suplimente disponibile tuturor utilizatorilor.
/boot/home/config/non-packaged/add-ons/Tracker/   pentru suplimente disponibile doar utilizatorului curent.
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Tracker Add-Ons ale Haiku

-

Aceste suplimente Tracker vin împreună cu fiecare instalare Haiku:

- - - - - - - - - - - - - -
Background-BOpens the Background preferences to change the color or image of the Desktop or any folder. Invoked on an image file the Background panel is launched with that image already loaded as a potential background.
DiskUsage-IStarts the DiskUsage application with the according folder as basis.
FileType-FInvoked on a file, opens its specific FileType panel, otherwise the general FileTypes preferences are launched.
Open Target Folder-OCan only be used on a linked file and opens the folder that file lives in.
TextSearch-GStarts the TextSearch application to look for a string in the selected folder (and its subfolders).
ZipOMatic-ZA selection of files will be added to a zip archive, invoked without a selection opens a panel to create an archive via drag&drop.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/tracker.html b/docs/userguide/userguide/ro/tracker.html deleted file mode 100644 index b1e908862f..0000000000 --- a/docs/userguide/userguide/ro/tracker.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - - -
Index
- Montare volume
- Navigare
- Aspect
- Preferințe Tracker
- Lucru cu fișiere
- Stare tranzacție -
- -

Tracker

- -

The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Montare volume

-

In order to access a harddisk, CD, USB stick etc., you first have to mount the volume, that is, let the system know it's there. This is done with a right-click on the Desktop or an already mounted volume (like the boot disk) and choosing the volume from the Mount submenu. You find the same Mount menu in the Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Before you disconnect e.g. a harddrive or USB stick, make sure you have successfully unmounted the volume. This guarantees that all data transfer has finished. Otherwise you may lose data or corrupt the disk!
- -

-index -Navigare

-

By default, when you double-click a folder, Tracker opens a new window while leaving the parent window open. This can quickly lead to an overcrowded desktop.
-You can prevent that by holding down the OPT key, which automatically closes the parent window.
-This is also true for keyboard navigation. For more on that, see topic Shortcuts and key combinations.

-

Moving through your folders is one of Trackers main purposes, just like the file managers on other platforms. Haiku's Tracker has some unique features that will help you doing that efficiently.

- -

-indexDrilling down the submenus

-

Instead of double-clicking your way down folder after folder, there's a better way to drill down:

-drill-down.png - -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/home/config/.
-If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

-

A similar method can be used from any Tracker window:

-window-drill-down.png -

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

-

Note, that the Desktop is always the topmost level as that is where Tracker shows mounted volumes. So, if you want to go to another disk, you first have to navigate to the top (Desktop) and cross over to your other disk from there.


-

You'll get the same submenu-navigating when you drag a file over a folder. After a short while of hovering, a submenu pops up and you can drill down to your destination. If you initiated the drag with the right mousebutton, you can choose between copying, moving or linking the file when you release the mouse.

- -

-index -Jumping to files with type-ahead

-

You may be familiar with the concept from file managers of other operating systems: typing the first few letters of a filename will jump to the first file matching these starting characters. Haiku took the idea a step further. If there isn't a file starting with those letters it will jump to the first file including the string anywhere in its name. And if there's nothing with the string in its filename, the attributes are searched next.

-window-type-ahead.png -

In the above example, there are many files starting with "Haiku logo", rendering simpler approaches to typing ahead quite useless. In Haiku however, typing "web" jumps right to its first occurence in "Haiku logo - website". The characters you enter appear in the bottom left corner where you normally find the item count of all files in the folder. A second after entering a character, the display jumps back to normal and you're ready for a new type ahead search.

-

-index -Type-ahead filtering

-

Instead of jumping to a file while typing, there's also the option to filter out all files not matching your type-ahead string. This can improve clarity dramatically, especially when dealing with crowded folders. By using SHIFT SPACE as delimiter, you can even filter on multiple strings.
-Contrary to type-ahead jumping, the filtering will stick until you press ESC or close the window (or leave the folder if you're using Single Window Navigation).
-This type-ahead filtering is set in the Tracker preferences.

- -

-index -Aspect

-window-menu.png -

Tracker windows offer three different viewing modes from the Window menu:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

The Window menu offers a number of other functions:

-
    -
  • Resize to fit (ALT Y) - Resizes the window to its ideal size.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Sometimes you just want to rearrange a few icons without doing a complete Clean up (ALT K). In that case, you select these icons and start to drag them to their new location. Before you drop them there, keep ALT pressed. This will align the icons to the invisible grid.

-

The rest of the functions are pretty self-explanatory, leaving the Tracker preferences.

- -

-index -Preferințe Tracker

-

Window | Preferences... opens a panel that offers a number of settings that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes. -
So, in short, the not so obvious settings:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - You can set Single window navigation, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of its parent folder. This is not the same as clicking while holding the OPT key, as described above, because you'll lose the per window saved position and size. -

    -tracker-preferences-navigator.png -

    Before you switch Tracker to Single window navigation mode, 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 Navigator where you can enter or copy & paste a path name and use back, forward and up buttons.

    -

    Activating Type-ahead filtering 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 above.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

This panel, by the way, is also available as Tracker from Deskbar's Preferences.

- -

-index -Lucru cu fișiere

-

When invoked on a selected file, most of the File menu commands are also offered in the context menu by right-clicking that file.

-

As usual the commands are pretty clear.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Stare tranzacție

-

When you copy, move or delete files, Tracker shows its progress with a status window. If you initiate more than one transaction, each job gets its own status display.

-transaction-status.png -

To the right are two buttons to pause or stop a transaction entirely. Sometimes it can be useful to temporarily pause a large transaction. For example, you may need to quickly launch a large application. Copying large amounts of data chokes your harddisk's IO bandwidth and thus delays your workflow.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/twitcher.html b/docs/userguide/userguide/ro/twitcher.html deleted file mode 100644 index f82d7c117b..0000000000 --- a/docs/userguide/userguide/ro/twitcher.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Twitcher

- -

Twitcher este un comutator de activități pentru a sări între aplicațiile care rulează și ferestrele acestora.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

You cycle through all an applications visible windows on the current workspace with CTRL ~ (which, depending on the keymap you're using, is the key below ESC).

-

It's also possible to invoke the Twitcher with CTRL TAB and then use the mouse to choose the application/window you'll jump to when releasing the CTRL key.

-

The Twitcher also offers a few more advanced keyboard shortcuts:

- - - - -
ESCAborts the twitching and returns to the formerly active window.
QQuits the selected application.
HHides all windows of the selected application.
- -
-
- - - - diff --git a/docs/userguide/userguide/ro/workshop-email.html b/docs/userguide/userguide/ro/workshop-email.html deleted file mode 100644 index 8e7ed17ffa..0000000000 --- a/docs/userguide/userguide/ro/workshop-email.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Seminar: Administrare Email - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - - -
Index
- Sistemul de mail Haiku
- Utilizare statusuri personalizate
- Utilizare interogări
- Mai multe sfaturi -
- -

Seminar: Administrare Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Sistemul de mail Haiku

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/ro/workshop-filetypes+attributes.html b/docs/userguide/userguide/ro/workshop-filetypes+attributes.html deleted file mode 100644 index 0eb3264985..0000000000 --- a/docs/userguide/userguide/ro/workshop-filetypes+attributes.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - Seminar: Tipuri de fișiere, atribute, index și interogări - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - - -
Index
- Preparations
- Creating a custom filetype
- Icon
- File recognition
- Description
- Preferred Application
- Extra Attributes
- Indexing
- Filling in the data
- Querying the database -
- -

Seminar: Tipuri de fișiere, atribute, index și interogări

- -

This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.

- -

-index -Pregătiri

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Acestea sunt atributele pe care aș vrea să le văd pentru DVD-urile mele:

-
    -
  • Titlu film
  • -
  • Gen
  • -
  • URL către ex: IMdB
  • -
  • Director/Actori
  • -
  • Subiect
  • -
  • Evaluarea mea de la 1 la 10
  • -
  • Coordonatele pe raftul meu, adică A2, B3, ca să găsesc DVD-ul și în viața reală. :)
  • -
  • Dacă așa e, atunci cine a împrumutat discul...
  • -
- -

-index -Crearea unui tip de fișier personalizat

-

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

-filetypes-new-file-type.png -

Now, a panel for your new DVDdb filetype opens:

-filetypes-dvddb.png - -

-index -Icon

-

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

- -

-index -File Recognition

-

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

- -

-index -Description

-
    -
  • Type name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • -
  • Description - A bit more detailed description.
  • -
- -

-index -Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked.

- - - -
Select... opens a file dialog where you choose the application to open with this filetype. Here, we set ShowImage to display the DVD's cover.
Same as... opens a file dialog where you choose any file that already has the preferred application set that you're looking for.
- -

-index -Extra Attributes

-

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

-filetype-extra-attribute.png -
    -
  • Attribute name - Appears e.g. as the column heading in Tracker windows.

  • -
  • Internal name - Is used for indexing and querying the attribute.

  • -
  • Type - Defines the value the attribute can hold and therefore how it can be queried. -
      -
    • String for normal text
    • -
    • Boolean for binary data: 0 or 1
    • -
    • Integer for integer numbers with different ranges: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float for floatingpoint numbers, single precision
    • -
    • Double for floatingpoint numbers, double precision
    • -
    • Time for time and date format
    • -
    -
  • -
-
    -
  • Visible - This checkbox determines if the attribute is visible in a Tracker window at all. Since the Tracker will be the interface to our DVD database, we check it and define its appearance with:
      -
    • Display as - Leave on "Default". In the future more option will become available, e.g. a bar or stars for a rating etc.
    • -
    • Editable - Determines if the attribute shall be editable in Tracker.
    • -
    • Width - The default width of that attributes column in a Tracker window.
    • -
    • Alignment - The attribute can be displayed left, center, or right aligned.
    • -
-

Now, insert all the info for our attributes:

- - - - - - - - - - -
Internal NameAttribute typeindexed?Description
DVDdb:title text yes Titlu film
DVDdb:genre text yes Gen
DVDdb:url text no URL
DVDdb:cast text yes Director/Actori
DVDdb:plot text no Subiect
DVDdb:rating int-32 yes Rating 1 to 10
DVDdb:coord text no Shelf
DVDdb:lent text yes Lent to
- -

-index -Indexing

-

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
-So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

-

This leaves these attributes:

- - - - - - -
Internal NameAttribute type
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

To index them, we open a Terminal and simply add one attribute after the other:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

- -

-index -Filling in the data

-

Now, everything's set and we can begin putting some data into our base.
-Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

-

Opening that folder we see a typical Tracker window with one JPEG in it. Right-clicking it, we change its filetype to application/DVDdb with the Filetype Addon. There's more info on this in the Filetypes document.

-

Now, we activate all our DVDdb attributes from the Attributes menu of the Tracker window and rearrange the columns to our taste:

-filetypes-dvddb-empty.png -

By clicking on a yet empty attribute (or pressing ALT E) we enter editing mode and fill each attribute. With TAB and SHIFT TAB you can navigate between attributes.

-

In our example, we usually start with a downloaded JPG cover and change its type to applications/DVDdb. There's another elegant way to produce a file to work with. Just copy an empty file of our filetype to /boot/home/config/settings/Tracker/Tracker New Templates and rename it to DVDdb.

-

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

- -

-index -Querying the database

-

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

-

You can assign a sensible attribute layout for query results of a specific filetype.
-Open the folder containing your DVDdb files and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder and rename it to group/filetype, replacing slashes with underscores; in our case "applications_DVDdb".

-

Open the new folder and paste in the layout with Attributes | Paste layout. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/ro/workshop-wlan.html b/docs/userguide/userguide/ro/workshop-wlan.html deleted file mode 100644 index 5a10956e12..0000000000 --- a/docs/userguide/userguide/ro/workshop-wlan.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - Seminar: Rețelistică Wireless - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - - -
Index
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Seminar: Rețelistică Wireless

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Sfaturi

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/ro/workspaces.html b/docs/userguide/userguide/ro/workspaces.html deleted file mode 100644 index c7f2af4f29..0000000000 --- a/docs/userguide/userguide/ro/workspaces.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Workspaces - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- -

Workspaces

- -

Workspaces sunt desktopuri virtuale, complete cu propria rezoluție, adâncime a culorii și fundal. Până la 32 din aceste spații de lucru pot fi stabilite din preferințele Ecran.

- -workspace_overviewpng.png - -

-index -Comutare spații de lucru

-

You switch between workspaces by either clicking into the Workspaces applet (which is seen in the above image) or by using the keyboard shortcut ALT Fx, where "x" is the workspace number. It's a good idea to arrange your workspaces in rows of four to mimick the layout of the Fx keys on the keyboard.
-Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it's in.

-

Another very convenient way is to use CTRL ALT /// to navigate spatially the rows/columns of the available workspaces. If you additionally hold down SHIFT, the active window will move with you to the new workspace.

-

You can switch back and forth between two workspaces with ALT ` (the actual key depends on the keymap you're using - it is the key below ESC). Again, holding SHIFT will take the active window with you.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications.html b/docs/userguide/userguide/ru/applications.html deleted file mode 100644 index fa8088c233..0000000000 --- a/docs/userguide/userguide/ru/applications.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - Приложения - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Приложения

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Haiku-приложения

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconМонитор активности Приложение для отслеживания системных ресурсов, например использование ЦП и оперативной памяти.
iconМенеджер загрузки Приложение для установки загрузочного меню в главную загрузочную запись (MBR) диска.
iconКарта символов Приложение, отображающее карту Unicode-символов.
iconВебкамера Приложение для работы с веб-камерой, позволяющее загружать изображения на сервер.
iconDebugger A graphical debugger.
iconКалькулятор Калькулятор.
iconРедактор диска HEX-редактор файлов и устройств.
iconИспользование диска Приложение для визуализации занятого и свободного места на диске.
iconРазметка диска Приложение для работы с разделами жесткого диска.
iconРаспаковщик Приложение для распаковки архивов.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconИкономатик Приложениe для создания векторных иконок Haiku.
iconУстановщик Приложение для установки Haiku.
iconУвеличитель Приложение для увеличения области вокруг указателя мыши (аналог экранной лупы в Windows).
iconПочта Email-клиент.
iconМедиаплеер Медиа-проигрыватель для аудио и видео файлов.
iconMIDI плеер Проигрыватель MIDI-файлов.
iconУстановщик пакетов Установщик BeOS пакетов в формате PKG
iconКонтакты Менеджер контактов.
iconВебсервер Небольшой веб-сервер.
iconСнимок экрана Приложение для снятия изображений рабочего стола.
iconПросмотр изображений Позволяет просматривать изображения.
iconЗвукозапись Приложения для записи звук через микрофон. [Описание все ещё отсутствует]
iconStyledEdit Небольшой редактор текста.
iconТерминал Командная строка, предоставляющая доступ к bash.
iconТекстовый поиск Приложение для поиска текста в файлах.
iconТелевидение Приложения для просмотра аналогового ТВ. [Описание все ещё отсутствует]
iconWebPositive Родной браузер, написанный под Haiku.
- -

-index -Haiku-приложения для командной строки

-

Помимо обычных терминальных приложений, которые идут вместе с оболочкой bash и которые требуются для POSIX совместимости, также поставляются Haiku-приложения для командной строки. Эти приложения обычно очень полезны при написании сценариев, рекомендуется также изучить тему Bash и написание сценариев.

- - - -
iconСписок всех приложений для командной строки
iconHaiku-приложения для командной строки
- -

-index -Приложения входящие в состав Haiku

-

Кроме вышеперечисленных приложений, которые поддерживаются в рамках проекта Haiku, также поставляются несколько других необходимых приложений, которые поддерживаются отдельными людьми. Ошибки и запросы на улучшения должны посылаться тем людям, которые сопровождают эти приложения.

- - - - - - - - - - - -
iconBePDF Приложения для просмотра PDF-документов.
iconPe Продвинутый редактор кода с подсветкой синтаксиса и многим другим.
iconVision IRC-клиент.
iconWonderBrush Растровый и векторный редактор от YellowBite.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/activitymonitor.html b/docs/userguide/userguide/ru/applications/activitymonitor.html deleted file mode 100644 index 7d67d8042a..0000000000 --- a/docs/userguide/userguide/ru/applications/activitymonitor.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Монитор активности (ActivityMonitor) - - - - - - - - -
-
- -

activitymonitor-icon_64.pngМонитор активности (ActivityMonitor)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/ActivityMonitor
Настройки хранятся по адресу:~/config/settings/ActivityMonitor settings
-


-

При помощи приложения Монитор активности вы можете отслеживать интересующие вас системные ресурсы. -

-activitymonitor.png -

Правым щелчком мыши по области окна можно добавить графики, отображающие потребление разного рода ресурсов:
-Использованная/Кешируемая память, Размер файла подкачки, Использование ЦПУ, Входящий/Исходящий трафик, Ошибки страниц, Семафоры, Порты, Потоки, Процессы , Запущенные приложения, Полный/Текстовый буфер обмена, Медиа узлы.

-

Под графиком располагается легенда (можно скрыть при помощи контекстного меню). Вы можете изменить цвет и фон графика, перетащив цвета легенды из любого диалога выбора цветов, например из Icon-O-Matic.

-

Вы можете создать несколько видов с графиками при помощи меню Файл.

-

Меню Настройки открывает панель настроек, где можно задать интервал обновления графика.

-

Каждый вид с графиком упаковывается в отдельный репликант, тем самым каждый из них можно поместить на рабочий стол.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/bepdf.html b/docs/userguide/userguide/ru/applications/bepdf.html deleted file mode 100644 index 70e108ba80..0000000000 --- a/docs/userguide/userguide/ru/applications/bepdf.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/BePDF/BePDF
Документация хранится по адресу:/boot/system/apps/BePDF/docs/*
Настройки хранятся по адресу:~/config/settings/BePDF
-


-

BePDF позволяет просматривать PDF-документы. Помимо просмотра поддерживает аннотирование и пользовательские закладки для незашифрованных PDF-документов. Полностью переведено на 20 языков, на данный момент дополнительные языки могут быть добавлены путем добавления текстового файла с переводом.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/bootmanager.html b/docs/userguide/userguide/ru/applications/bootmanager.html deleted file mode 100644 index ce3b6117a7..0000000000 --- a/docs/userguide/userguide/ru/applications/bootmanager.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - Загрузчик (BootManager) - - - - - - - - -
-
- -

bootmanager-icon_64.pngЗагрузчик (BootManager)

- - - - -
Расположение в Deskbar:Отсутствует в меню Deskbar, обычно запускается из меню Иструменты во время установки системы.
Расположение в Tracker:/boot/system/apps/BootManager
Настройки хранятся по адресу:резервные копии MBR по умолчнию хранятся: ~/config/settings/bootman/
-


-

Если вы не добавили раздел с Haiku в ваш менеджер загрузок (например, GRUB), то при помощи Загрузчика (BootManager) вы сможете установить простенькое меню загрузки в MBR, которое будет выглядеть следующим образом:

-bootmenu.png -
Загрузчик (Boot Manager) ещё не достаточно протестирован, поэтому имеются некоторые ограничения: загрузочное меню может быть установлена только на ваш первый жёсткий диск, а также должно находится 2 Кбайта свободного места после MBR.
-

Загрузчик (BootManager) проведёт вас по всем процессу установки загрузочного меню.

-

-index -Выбор диска

-bootmanager-1.png -

Сразу после запуска Загрузчик (BootManager) предложит вам список всех доступных дисков, на которые можно установить загрузочное меню. Если загрузочное меню уже существует на диске, то кнопка Удалить станет активной, нажав которую вы запустить процедуру восстановления ранее созданной резервной копии MBR, вернув которую вы восстановите старую MBR и удалите существующее загрузочное меню.
-В противном случае, выберите Установить.

-

-index -Создание резервной копии MBR

-

В случае, если что-то пойдёт не так, или если вы хотите удалить загрузочное меню и вернуть старую MBR, то на этом шаге можно сделать резервную копию MBR текущей. Это, безусловно, очень важный шаг, поэтому убедитесь, что вы случайно не перезапишете старые резервные копии MBR, которые могли остаться от старых экспериментов.

-bootmanager-2.png -bootmanager-3.png -

Выберите место сохранения резервной копии "MBR" либо оставьте стандартный путь сохранения. После того, как вы нажмёте на кнопку Продолжить, получите извещение о том, что резервная копия сохранена успешно.

-

-index -Настройка загрузочного меню

-bootmanager-4.png -bootmanager-5.png -

Далее вы увидите список всех разделов на выбранном вами диске. Установив флажок напротив того или иного раздела, тем самым вы добавите его в загрузочное меню. Текстовые поля рядом с флажками позволяют задать название для пунктов загрузочного меню.

-

Далее всплывающее окно позволит установить время задержки с помощью ползунка. Установив ползунок в значение "Немедленно" загрузка будет происходит моментально т.е. вы не сможете выбрать какой-либо пункт меню. Значение же "Никогда", напротив, остановит загрузку на стадии загрузочного меню до тех пор, пока вы не выберите один из пунктов. Изменить настройки задержки загрузки можно удерживая клавишу ALT во время загрузки.

-

-index -Запись загрузочного меню

-bootmanager-6.png -bootmanager-7.png -

Перед тем, как записать загрузочное меню в MBR, вам будет представлена последняя возможность проверить, всё ли правильно вы указали, и если что-то не так исправить или вовсе прервать операцию. Если после записи ничего не работает и ничего не загружается, то вы можете загрузить Haiku с USB-носителя или с CD и восстановить MBR из резервной копии при помощи Загрузчика (BootManager).

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/cdplayer.html b/docs/userguide/userguide/ru/applications/cdplayer.html deleted file mode 100644 index e6160f0173..0000000000 --- a/docs/userguide/userguide/ru/applications/cdplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - CD плеер (CDPlayer) - - - - - - - - -
-
- -

cdplayer-icon_64.pngCD плеер (CDPlayer)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/CDPlayer
Настройки хранятся по адресу:~/cd/* - Хранятся детали всех идентифицированных CD-дисков.
-


- -


-cdplayer.png -

Пользоваться приложением очень просто, кнопки управления говорят сами за себя.
-Активируйте кнопку Повтор (Repeat) (слева от кнопки Перемешать (Shuffle), чтобы CD-диск играл по кругу.

-

Если вам нужен больший функционал, например плейлисты, тогда следует попробовать Медиаплеер.

-
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/charactermap.html b/docs/userguide/userguide/ru/applications/charactermap.html deleted file mode 100644 index de295af4b9..0000000000 --- a/docs/userguide/userguide/ru/applications/charactermap.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Таблица символов (CharacterMap) - - - - - - - - -
-
- -

charactermap-icon_64.pngТаблица символов (CharacterMap)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/CharacterMap
Настройки хранятся по адресу:~/config/settings/CharacterMap settings
-


-

Таблица символов (CharacterMap) покажет Вам код UTF-8 каждого символа, поддерживаемого шрифтом.

-charactermap.png -

Слева выделены стандартные блоки символов, имеется удобная функция фильтрации. Опционально вы можете выбрать Отображать частные блоки (Show private blocks) в меню Вид (View). Справа отображаются символы, соответствующие этим блокам, с использованием шрифта, указанного в меню Шрифт (Font). Ниже вы можете изменить размер шрифта и посмотреть hex-, десятичный и UTF-8 код символа, под которым находится указатель мыши.

-

С помощью метода drag&drop Вы можете переместить символ из таблицы прямо в текстовый редактор или кликнуть правой кнопкой мыши и выбрать пункт меню Копировать символ (Copy character) (ALT C) или Копировать как Esc-последовательность (Copy as escaped byte string) (SHIFT ALT C). В результате чего вы получите или же \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/ru/applications/cli-apps.html b/docs/userguide/userguide/ru/applications/cli-apps.html deleted file mode 100644 index 7ba6f0c78c..0000000000 --- a/docs/userguide/userguide/ru/applications/cli-apps.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Haiku-приложения для командной строки - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

cli-app-icon_64.pngHaiku-приложения для командной строки

- - -
Расположение в Tracker:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Приложения для работы с атрибутами: listattr, catattr, addattr, rmattr, copyattr

-

Эти команды предназначены для отображения, извлечения, добавления и удаления атрибутов файлов. Помните, что в данный момент эти мета-данные доступны только на разделах, отформатированных в BFS. Перемещение файлов на другие файловые системы приведут к потере мета-данных!
-Перечисленные команды описаны в теме Работа с атрибутами в Терминале.

- -

index -Приложения для работы с индексами: lsindex, mkindex, reindex, rmindex

-

С помощью этих команд вы можете получить список атрибутов BFS, произвести их переиндексацию или удаление. Каждый раздел имеет собственный индекс, сохраняющийся при копировании файлов между разделами.
-Эти команды описаны в теме Индексация.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Полезные скриптовые команды

-

Утилиты командной строки, приведенные ниже, особенно полезны для написания скриптов (смотрите тему Bash и скрипты).

- - - - - - - - - - -

alert

alert вызывает обычное окно предупрежния с заранее опеределенными иконкой, пояснительным текстом и кнопками (до трех). Например, следующая строка выведет на экран:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel отображает диалог загрузки или сохранения файла, позволяя пользователю выбрать файл или путь. В качестве возвращаемой величины будет передано имя файла или путь к папке. Для изменния доступны несколько параметров, таких как начальная папка, заголовок окна, имя для сохраняемого файла по умолчанию и ограничения на разрешенные типы файлов. Приведем пример:

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query является аналогом панели "Найти", выполненным для командной строки. Существует способ быстрого создания правила поиска: постройте запрос в панели "Найти", переключитесь в режим по формуле, добавьте двойные кавычки (") в начале и в конце и вставьте строку после комманды query в Терминале или вашем скрипте.

-

waitfor

waitfor удобный способ для ожидания запуска или завершения работы какого-либо приложения или нити.

-
- -

index -Другие команды

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink помещает иконку для любого файла, папки, запроса или приложения в трей Deskbar, и позволяет назначить контекстное меню, вызываемое правым кликом мыши по иконке для выполнения специальных действий. В качестве примера, попробуйте добавить приложение командной строки screenshot с несколькими параметрами ("\" в первой строке используется для разрыва строки в Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open очень полезный инструмент. С его помощью вы сможете открыть любой файл в предпочитаемом приложении, либо запустить приложение по его сигнатуре, не указывая точный путь до него. Это применимо к URL и "виртуальным" папкам . для текущей папки и .. для родительской папки - они откроются в Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/codycam.html b/docs/userguide/userguide/ru/applications/codycam.html deleted file mode 100644 index 4ef896fb3f..0000000000 --- a/docs/userguide/userguide/ru/applications/codycam.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/CodyCam
Настройки хранятся по адресу:~/config/settings/codycam
-


-

Приложение CodyCam получает изображения с указанным интервалом с подключенной веб-камеры или любого другого устройства с видео входом и сохраняет их по FTP.

-My very temporarily installed cam in Dartmoor National Park. -

Слева под окном предварительного просмотра вы вводите имя файла, к которому будет прибавлено увеличивающиеся число с ростом количества сохраняемых кадров. Под ним вы выбираете формат файла и скорость передачи снимков.

-

Справа вы выбираете FTP или sFTP (если доступен SSH) и вводите необходимые данные, чтобы сохранять изображения на сервере.

- -
-
- - - diff --git a/docs/userguide/userguide/ru/applications/debugger.html b/docs/userguide/userguide/ru/applications/debugger.html deleted file mode 100644 index a92c9c730f..0000000000 --- a/docs/userguide/userguide/ru/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/ru/applications/deskcalc.html b/docs/userguide/userguide/ru/applications/deskcalc.html deleted file mode 100644 index fc77c7ee40..0000000000 --- a/docs/userguide/userguide/ru/applications/deskcalc.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - Калькулятор (DeskCalc) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

deskcalc-icon_64.pngКалькулятор (DeskCalc)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/DeskCalc
Настройки хранятся по адресу:~/config/settings/DeskCalc_settings
-


-

DeskCalc - простой калькулятор, который не лишен некоторых полезных функций, возможно неочевидных на первый взгляд.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • Вы можете изменить размер калькулятора до нужного и расположить его в качестве репликанта, перетащив его на рабочий стол за символ в правом нижнем углу. Убедитесь, что Отображать репликанты активировано в настройках Deskbar.

  • -
  • Клавиатура может быть раскрашена перетаскиванием нужного цвета из любой программы, в которой есть палитра, например Icon-O-Matic.

  • -
  • Вы можете пролистывать историю ваших прошлых вычислений нажимая и .

  • -
  • Вы можете выделить и перетащить методом drag&drop содержимое DeskCalc в любое приложение.

    -

    Что еще лучше, обратное действие так же возможно.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/diskprobe.html b/docs/userguide/userguide/ru/applications/diskprobe.html deleted file mode 100644 index 0f527faba3..0000000000 --- a/docs/userguide/userguide/ru/applications/diskprobe.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Редактор диска (DiskProbe) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

diskprobe-icon_64.pngРедактор диска (DiskProbe)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/DiskProbe
Настройки хранятся по адресу:~/config/settings/DiskProbe_data
-


-

DiskProbe - HEX редактор для просмотра и редактирования содержимого файла или устройства на уровне байтов, он работает на самом низком уровне и потому может серьёзно повредить данные, если не соблюдать осторожность!

-
Всегда работайте с резервной копией файла и будьте особенно внимательными, работая непосредственно с устройством.
-

При запуске DiskProbe у вас сначала спросят о файле или устройстве, с которым планируется работать. После выбора откроется следующее окно:

-

diskprobe.png

-

В основном окне всегда отображается один блок данных, размер которого может быть настроен в меню Вид | Размер блока. Слева показано смещение от начала блока, в середине данные в виде HEX значений и справа то же самое в виде ASCII символов.
-Вы можете перемещаться от блока к блоку с помощью верхнего ползунка или клавиш ALT+ и ALT+ и переключаться между HEX и ASCII колонками клавишей TAB.

-

Пункт меню Блок | Выделение не только предоставит выбор с различным порядком байтов (в шестнадцатеричном или десятичном виде, устанавливаемом через Вид | Система счисления), он так же интерпретирует его как смещение блоков, к которым вы можете перейти. Пункт будет недоступен (затемнен), если позиция будет за пределами файла/устройства.
-Эта функция удобна в основном при просмотре файловых систем, так как они часто содержат ссылки на другие блоки.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

В зависимости от вида атрибута откроется нужная вкладка редактора, помимо всегда присутствующей вкладки Raw редактор. Например, имеются редакторы для текста и MIME-типов, просмотрщик векторных иконок.

-
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/diskusage.html b/docs/userguide/userguide/ru/applications/diskusage.html deleted file mode 100644 index 32d1032b0a..0000000000 --- a/docs/userguide/userguide/ru/applications/diskusage.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

diskusage-icon_64.pngИспользование диска (DiskUsage)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/DiskUsage
Настройки хранятся по адресу:~/config/settings/DiskUsage
-


-

Использование диска графически отображает дисковое пространство на ваших разделах. -Полезный инструмент для ответа на вопрос: "Куда подевалось свободное место на диске"?

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

Концентрические круги представляют собой различные уровни в иерархии файловой системы. Над центральным кругом изображена папка /boot/home/. Каждый сегмент окружности над ней - файл или папка, находящиеся в /boot/home/. Каждый дальнейший сегмент отображает на один уровень вглубь файловой иерархии. Возможно придется изменить размеры окна, чтобы папки с большой степенью вложенности смогли вместиться в него.

-
    -
  • Если графическое представление файла или папки умещается меньше, чем в 2° круга, то оно не отображается.
  • -
  • Количество файлов, сообщённое для папки, включает также файлы во вложенных папках. Папка подсчитывается также как файл.
  • -
  • Использование диска игнорирует симлинки.
  • -
-

Наведя мышь на определённый сегмент, вы получите информацию об этом файле или папке снизу в строке состояния.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

Вы можете перетаскивать файлы и папки из DiskUsage в другие приложения, на рабочий стол или на другое окно Tracker-а для копирования. Если же наоборот перетащить раздел или папку на окно DiskUsage, то размер окна "подгонится" под них, сделав их новым центральным кругом.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/drivesetup.html b/docs/userguide/userguide/ru/applications/drivesetup.html deleted file mode 100644 index 872db40614..0000000000 --- a/docs/userguide/userguide/ru/applications/drivesetup.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Настройка дисков (DriveSetup) - - - - - - - - -
-
- -

drivesetup-icon_64.pngРазметка диска (DriveSetup)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/DriveSetup
Настройки хранятся по адресу:~/config/settings/DriveSetup
-


-

Разметка диска (DriveSetup) - это утилита для создания, удаления и инициализации разделов. На данный момент она не может перемещать разделы или менять их размер, поэтому вам понадобится неразмеченный том (возможно, внешний USB-накопитель или другой жесткий диск), либо придется воспользоваться сторонней утилитой вроде GParted LiveCD для выделения свободного пространства для нового раздела.

-drivesetup.png -

Верхнюю часть окна занимает графическое представление всех разделов устройства, выбранного в списке, расположенном ниже. -Помимо 4-х первичных разделов каждый из дисков может содержать несколько расширенных/логических разделов. Чтобы увидеть детальную информацию о каждом логическом разделе, вам понадобится развернуть список разделов, кликнув по элементу +/-, предшествующему наименованию диска.

-

Выбрав раздел из списка, вы можете смонтировать и размонтировать его с помощью команд в меню Раздел, или нажав ALT M or ALT U.

-

Кроме того, вы можете удалить раздел с помощью меню Раздел | Удалить.
-Однако следует помнить следующее:

-
Действия с созданием/удалением/инициализацией разделов достаточно опасны. Проверьте лишний раз, что вы работаете с нужным разделом, и позаботьтесь о резервной копии ваших данных на случай того, если что-нибудь пойдет не так!
-

-index -Создание нового раздела

-
Если в ваших планах использовать весь объем диска, как, например, в случае с USB-накопителем или картой Compact Flash, вы можете пропустить процесс создания раздела и перейти непосредственно к Инициализации.
-

Выбрав меню Раздел | Создать... (ALT C), вы можете создать новый раздел, -используя <неразмеченную область> на диске, как показано выше.

-drivesetup-create.png -

В этом диалоге следует задать размер и тип файловой системы. Выберите Be File System, если вам необходим раздел для установки Haiku или же если вы хотите использовать все преимущества этой системы, такие как атрибуты и запросы. Обратите внимание на то, что другие операционные системы могут иметь трудности с доступом к такому разделу.

-

Если вы создали первичный раздел вместо очередного расширенного/логического раздела, то диалог, показанный выше, также отобразит опцию Активный раздел (Active Partition). Если вы собираетесь использовать этот раздел для загрузки Haiku, то вам необходимо его отметить.

-

Перед тем как вы сможете использовать или просто смонтировать вновь созданный раздел, он должен быть инициализирован (отформатирован) в файловую систему.

-

-index -Инициализация раздела

-

Только размонтированные разделы могут быть инициализированы в меню Раздел | Инициализировать.

-drivesetup-initialize.png -

Здесь вам нужно ввести имя раздела и размер его блока. Рекомендуемый размер - 2048 байт на блок, но если потребуется, вы можете выбрать больший или меньший размер.
-Инициализация уничтожит все данные на этом разделе!

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/expander.html b/docs/userguide/userguide/ru/applications/expander.html deleted file mode 100644 index c331cc9959..0000000000 --- a/docs/userguide/userguide/ru/applications/expander.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Распаковщик (Expander) - - - - - - - - -
-
- -

expander-icon_64.pngРаспаковщик (Expander)

- - - - -
Расположение в Deskbar:Отсутствует в меню Deskbar. Обычно запускается при двойном щелчке по файлу.
Расположение в Tracker:/boot/system/apps/Expander
Настройки хранятся по адресу:~/config/settings/Expander_Settings
-


-

Распаковщик - это небольшая утилита для распаковки самых распространенных архивов, в том числе zip, gzip, bzip2, rar и tar.gz.
-Просто дважды щелкните левой кнопкой мыши по архиву, и появится следующее окно:

-

expander.png

- - - - -
ИсточникALT OОткрывает диалог, в котором можно выбрать архив для распаковки.
НазначениеALT DОткрывает диалог, в котором можно выбрать место назначения, куда следует распаковать архив.
ИзвлечьALT EНачинает распаковку архива. Остановить распаковку можно при помощи сочетания клавиш ALT K.
-

Вы можете включить\выключить отображения списка файлов архива, отметив пункт Отображать содержимое, либо использовать сочетание клавиш ALT L.

-
Expander может распаковать только весь архив целиком.
-Вы не можете выбрать отдельные файлы для распаковки или добавить\удалить файлы из архива.
-

Пункт меню Настройки | Настройки... или сочетание клавиш ALT S откроет панель настройки, которая позволяет настроить поведение Expander.
-Опции говорят сами за себя:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/haikudepot.html b/docs/userguide/userguide/ru/applications/haikudepot.html deleted file mode 100644 index 1b8c8620d1..0000000000 --- a/docs/userguide/userguide/ru/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/icon-o-matic.html b/docs/userguide/userguide/ru/applications/icon-o-matic.html deleted file mode 100644 index 5929e8602a..0000000000 --- a/docs/userguide/userguide/ru/applications/icon-o-matic.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - Икономатик (Icon-O-Matic) - - - - - - - - -
-
- - - - -
Содержание
Пиксельные иконки BeOS против векторных иконок Haiku
- Иконки - это атрибуты
- Создание иконок в Icon-O-Matic
- Контуры
- Форма
- Стиль
- Трансформаторы
- Сохранение иконки
- Полезные советы
- -

icon-o-matic-icon_64.pngИкономатик (Icon-O-Matic)

- - - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Icon-O-Matic
Настройки хранятся по адресу:~/config/settings/Icon-O-Matic
- -


- -

Перед тем как мы подойдем к созданию иконок в Икономатике, скажем несколько слов о иконках Haiku в целом.

- -

-index -Пиксельные иконки BeOS против векторных иконок Haiku

-

Вопреки традициям BeOS, в Haiku используются векторные иконки. Специальный формат векторных иконок Haiku (Haiku Vector Icon Format) (HVIF) был оптимизирован для небольших размеров файла и быстрой отрисовки. Это объясняет, почему наши иконки чаще всего значительно меньше чем иконки пиксельного или широко распространенного SVG-формата. Кроме того, в отличие от пиксельных иконок BeOS, иконки в Haiku не ограничены 8-битной палитрой (256 цветов).
-Для примера сравним эти иконки Terminal:

- - - - -
ПиксельныеSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 байт
+ 256 байт
7,192 байт 768 байт
-

Обратите внимание, что в BeOS используется 2 версии иконки: одна размером 16x16, а вторая 32x32, для четкого отображения в режиме списка (List) и в режиме Иконки (Icon View mode).

-

Подобный трюк не нужен для векторных иконок. За счет повышения объема файла на несколько сот байт, векторные иконки масштабируются гораздо лучше, чем пиксельные (Замечание: BeOS позволял отображать иконки только двух размеров - 16x16 и 32x32.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Пиксельныеi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Векторныеi-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Иконки - это атрибуты

-

Иконки сохранены в виде атрибута файла, к которому относятся. Правда это не значит, что каждый файл должен иметь такой атрибут, чтобы его иконка отобразилась в окне Tracker: файлы с данными наследуют свои иконки от своего типа файла. Чтобы глобально поменять иконку типа файла, вы можете воспользоваться панелью настроек Типы Файлов (FileTypes). А если хотите назначить особенную иконку определенному файлу, вам следует воспользоваться Дополнение Тип Файла (FileType add-on) на этом файле. Смотрите Типы файлов (Filetypes) для дополнительной информации.

-
Будучи атрибутом, индивидуальная иконка для файла сможет сохраняться только в файловой системе, поддерживающей атрибуты. Так, если вы перемещаете файлы с вашего BFS-диска, упакуйте их в zip-архив, чтобы иконки или другие атрибуты не были потеряны.
- -

-index -Создание иконок в Икономатике

-

Icon-O-Matic - это векторный редактор иконок для Haiku, который может сохранять ваши работы в формате HVIF, SVG или PNG. Иконка также может быть прикреплена как атрибут к существующему файлу или же экспортирована в виде ресурсного файла или файла исходного кода, используемых разработчиками. Оптимизация работы с HVIF отразилась на внутренней работе с ним.

-

В отличие от обычных векторных графических редакторов, вы не будете иметь дело с отдельными объектами, которые включают такие специфические свойства, как контуры, цвет штриха, его ширину, цвет заливки и др. Здесь вы будете составлять ваши объекты ("формы" - "shapes") из общих контуров и цветов ("стилей" - "styles") и устанавливать для них некоторые свойства. Многократное использование одних и тех же элементов - секрет эффективности HVIF. Хотя это и накладывает некоторые ограничения на разработку иконки, преимущества все же существуют.
-Например, при повторном использовании контуров, несколько объектов могут быть модифицированны одним движением. Представьте себе объект и его тень. Модификация их общих контуров поменяет не только сам объект, но и его тень (которая при этом может быть слегка растянута или сжата).

- -

Приведем краткий обзор окна Icon-O-Matic:

-i-o-m-overview.png - -

Создание любого видимого объекта на канве требует наличия формы с контуром и стилем. Что удобно, меню Форма (Shape) позволит вам создать не только форму, но и контуры и стили для нее. Для каждого вида объектов (контуры, формы, трансформеры и стили) существует специальный пункт меню, расположенный выше списка элементов, позволяющий совершать различные действия. Каждый элемент имеет набор свойств, которые устанавливаются в панели Свойства (Properties) view.

- - -

-index -Контур (Path)

-

Контур состоит из нескольких точек, соединенных между собой линиями и кривыми Безье. Для добавления или изменения точек убедитесь, что необходимый контур выбран в списке контуров.

- -

Обычный клик на канве создаст первую точку. Во время добавления точки вы определяете, будет ли результирующая линия прямой или кривой: нажатие и отпускание кнопки мыши создаст прямую линию, удерживание нажатой кнопки мыши - кривую Безье. Разумеется, тип линии можно сменить позже.

- -i-o-m-path-ab - -

Чтобы перейти от "A" к "B", вам необходимо изменить некоторые точки из угловых в точки кривых. Сделать это можно удерживая клавишу ALT во время клика на точке и перемещении опорных вершин. Результатом чего будет: вторая вершина переместится вместе с первой. Если потребуется перемещать опорные вершины независимо, снова кликните и протяните по опорной точке линии Безье, удерживая зажатой клавишу ALT.
-И наоборот, для преобразования в угловую точку удерживайте нажатой клавишу ALT и кликните на нужной точке.

- -

Для перемещения точки просто кликните по ней и передвиньте. Для выделения более чем одной точки удерживайте клавишу SHIFT, создавая прямоугольную область выделения. Отмеченные точки выделяются красной обводкой.
-Чтобы вставить точку в контур, кликните по линии, соединяющей две соседние точки.
-Выбранные точки удаляются при нажатии DEL или кликом при удерживании клавиши CTRL.

- -

Текущий режим отображается указателем мыши:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Перемещение точекВставка точкиДобавление точкиУдаление точки
CTRL
Прямая↔Кривая Безье
ALT
Выделение точек
SHIFT
-

Вызов контекстного меню производится кликом правой кнопки мыши на точке или группе выбранных точек:

- - - - - - -
Выбрать все (Select all)ALT AВыделяет все точки текущего контура.
Трансформация (Transform)TПомещает все выбранные точки в окно трансформации, в котором вы можете перемещать, масштабировать и вращать их все вместе. Принцип действия подобен принципу действия форм, описанному ниже.
Разделить (Split)Разделяет выделенную точку на две, одна находится поверх другой.
Перевернуть (Flip)Вращает выбранные точки на 180°. Имеет эффект только для точек кривых Безье.
Удалить (Remove)DELУдаляет выбранные точки.
- -

Меню Контуры (Path)

-

Меню Контуры (Path) содержит несколько простых элементов, таких как Добавить прямоугольник (Add Rectangle) и Добавить круг (Add Circle), Дублировать (Duplicate) и Удалить (Remove) путь. Приведем ниже еще несколько, для которых может понадобиться объяснение:

- - - - - - -
Обратить (Reverse)Если контур не замкнут (смотрите Свойства Контуров ниже), клик на канве всегда присоединяет новую точку к последней добавленной. "Обратить" ("Reverse") изменит этот порядок, и новая точка будет присоединена к начальной точке.
Оптимизировать (Clean Up)Наиболее полезна для импортированных изображений SVG. Эта функция удалит избыточные точки.
Вращать начало контура вправо (Rotate Indices Right)ALT RФактически, эта функция меняет точку начала контура. Ее действие заметнее всего на незамкнутых контурах со стилем и форме с трансформированным штрихом. Если в данный момент путь имеет следующий вид ⊂, эта функция будет менять начало контура в следующем порядке: ⊂ ∩ ⊃ ∪.
Вращать начало контура влево (Rotate Indices Left)ALT SHIFT RПроизводит те же действия, но в обратном порядке.
- -

Свойства контура

-

Свойства (Properties) в верхней левой части окна позволяет настроить все доступные параметры выбранного в данный момент объекта. Контур имеет только 2 параметра: Имя (Name) и Замкнут (Closed) ли он или нет.

- - -

-index -Форма (Shape)

-

Форма группирует между собой один или несколько контуров со стилем. Практически, это объект, который вы видите на канве. Группировка производится флажками, находящимися перед контурами стилями в списке: просто выберите вашу форму и отметьте желаемый контур (или контуры) и стиль.

-

Форма определяет каким образом контур и стиль будут применены. Например, объект может быть закрашен или только оконтурен (соответствующие настройки производятся с использованием трансформаторов (Transformers) над формами, о них мы поговорим позже). Кроме того, форма может быть перемещена, повернута и масштабирована без затрагивания использованного контура. Таким образом, вы можете многократно использовать один контур и получать различные, но и связанные формы.

- -i-o-m-shape - -

Когда форма выбрана в списке, на канве вокруг нее отображается прямоугольник. В зависимости от того, где именно вы его захватите, форма будет перемещена, масштабирована либо повернута вокруг точки, находящейся в центре прямоугольника, которая так же может быть перемещена. Удерживание нажатой клавиши SHIFT заблокирует направление во время перемещения, ограничит шаг вращения 45° и сохранит соотношение сторон при масштабировании. Как и ранее, указатель мыши отображает текущий режим работы:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
Переместить (Move)Масштабировать (Resize)Вращать (Rotate)Переместить (Move)
точку вращения
- -

Формы лежат друг на друге, каждая - в своем слое, если хотите. Для их реорганизации перетащите нужную форму в другое место в списке.

- -

Меню Форма (Shape)

-

Помимо упомянутых ниже возможностей, меню Форма (Shape) позволяет Добавить пустую (Add Empty), С Контуром/Стилем/Контуром и стилем (With Path/Style/Path&Style), а так же Дублировать (Duplicate) или Удалить (Remove) форму. Приведем оставшиеся:

- - - -
Сбросить изменения (Reset Transformation)Отменяет все перемещения, изменения масштаба и вращения, примененные к форме.
Применить изменения (Freeze Transformation)Когда вы изменяете форму, контур, связанный с ней остается в прежнем месте. Возможно, этот контур используется где-либо еще, более чем в одной фигуре, возможно он просто нужен вам в таком начальном виде или вы использовали пункт меню Свойства | Выровнять по сетке (Options | Snap to Grid) для выравнивания точек по пиксельным границам.
-Если это не так, "Применить изменения" ("Freeze Transformation") отнесет текущие изменения формы на связанный контур. Применение "Сбросить изменения" ("Reset Transformation") будет отменять все изменения к этому сотоянию.
- -

Свойства формы

-

Кроме Имени (Name), меню Свойства (Prioperties) для формы имеет следующие опции:

- - - - -
Минимальный УД (Min LOD)Минимальный уровень детализации
Максимальный УД (Max LOD)Максимальный уровень детализации
- -
Уровень детализации (УД)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Заметили, что на 16px иконке BeVexed нет номеров? Это сделано с помощью свойства "Уровень детализации" ("Level of Detail") для формы с номерами.
-УД позволяет контролировать видимость формы, в зависимости от ее размера. Таким образом, вы можете убрать детали, которые хорошо смотрятся на большой версии иконки, и портят вид маленькой версии.

-

Как это работает: УД 1.0 определен как иконка размером 64px. Чтобы полудить УД для других размеров, просто поделите этот размер на 64, т.е. 16px иконка имеет УД 16/64 = 0.25. Форма не будет видна, если значение ниже Минимального УД (Min LOD) и выше Максимального УД (Max LOD).

-

Так, если вы установите для формы Минимальный УД (Min LOD) равный 0.0 и Максимальный УД (Max LOD) равный 0.5, то это значит, что форма размером меньшим либо равным 32px видны не будут. Если необходимо исключить размер 32px, выберите значение меньшее чем 0.5, скажем, 0.49.

-

УД используется не только для отображения форм, но и, например, для смены толщины штриха, если вам это нужно. Просто продублируйте форму, сделайте изменения, установите соотвествующие значения УД так, чтобы одновременно отображалась только одна форма. Здесь кроется возможная путаница, когда вы невольно перекрываете УД форм, и размышляете о том, почему при некоторых размерах обе формы остаются видимыми...
-Например, если Форма 1 должна была быть видима при размере меньшем 48px и Форма 2 - при размере большем 48px (УД: 48/64 = 0.75):

- - - - - - - - -
ВерноНе верно!
Форма 1Минимальный УД0.00Минимальный УД0.00
Максимальный УД0.74Максимальный УД0.75
Форма 2Минимальный УД0.75Минимальный УД0.75
Максимальный УД4.00Максимальный УД4.00
- - -

-index -Стиль

-

Стилем может являться как просто цвет, так и градиент.
-Помимо предопределенных цветов в Палитре (Swatches), вы можете выбрать нужный, кликнув по необходимому оттенку в спектре. Обратите внимание на слайдер, находящийся ниже спектра, который устанавливает уровень альфа-канала (прозрачности).

-i-o-m-gradients -

Перетащите выбранный цвет в список стилей - будет создан новый стиль.

-

Если вы создаете градиент, установите его тип (Линейный (Linear), Радиальный (Radial), Ромбовидный (Diamond), Конусный (Cone)), а после этого определите начальные и конечные цвета. Сделать это можно, перетащив нужный цвет в соответствующий индикатор цвета под градиентом.
-Разумеется, вы можете перемещать эти индикаторы для изменения вида градиется как посчитаете нужным. Чтобы добавить больше цветов - добавьте индикатор, дважды кликнув по градиенту. Нажатие клавиши DEL удалит выбранный индикатор.

-

Вы можете перемещать, масштабировать и вращать бокс представления градиента на канве по вашему усмотрению. Его действие подобно действию боксу представления формы.

- -

Меню Стиль

-

Меню Стиль (Style) позволяет Добавить (Add), Дублировать (Duplicate) или Удалить (Remove) стиль и Сбросить изменения (Reset Transformation).

- -

Свойства стиля

-

Имя (Name) - единственный пункт в меню Свойства (Properties) для стилей.

- - -

-index -Трансформаторы (Transformer)

-

Трансформаторы (Transformers) могут изменять внешний вид форм. Однако, эффект от их применения несколько тоньше, чем превращение грузовика в боевого робота.

- -

Меню Добавить трансформатор

- - - -
Обводка (Contour)Добавляет обводку к форме.
Штрих (Stroke)Штрихует контур фигуры, вместо закрашивания его стилем.
- -

В зависимости от вида транформатора, вы получите различные наборы свойств.

- -

Свойства трансформатора

-

Кроме пункта Имя (Name) и текущей Ширины (Width) для трансформаторов, в меню Свойства (Properties) имеются следующие пункты (в зависимости от типа трансформатора могут слегка различаться):

- - - - - -
Конец линий (Caps)Только для штриха. Определяет форму конца линий: Встык (Butt), Квадратный (Square) or Скругленный (Round).
Определить положение (Detect Orient.)Только для обводки. Определяет расположение обводки - внутри или снаружи контура.
Соединение (Joins)Опрелеляет вид соединения линии и точки: Клин (Miter), Округлость (Round) или Скос (Bevel).
Допуск клина (Miter Limit)Только когда вид Соединения (Joins) установлен как "Клин" ("Miter"), определяет вид соединения клина.
- - -

-index -Сохранение иконки

-

Сверху окна расположено привычные вам пункты меню: Файл (File), Правка (Edit), Параметры (Options). Их назначение говорит само за себя, поэтому рассмотрим лишь способ сохранения вашей работы.

-

Файл | Сохранить как... (File | Save As...) сохранит файл в специальном формате Icon-O-Matic, который позволяет хранить такую информацию как имена контуров, форм и стилей. Сохранять иконку в таком формате очень удобно - таким образом вы создаете резервную копию своей работы Эти данные удаляются для экономии пространства, когда вы экспортируете иконку. А работать с объектами названными "<path>/<shape>/<style>" довольно утомительно.

- -

Файл | Экспортировать как... (File | Export As...) открывает диалог сохранения файла с меню, позволяющим выбрать следующие типы:

- - - - - - - - - -
HVIFВекторный формат иконок Haiku (Haiku Vector Icon Format)
HVIF RDefСохраняет ресурс, используемый программистами
HVIF Source CodeСохраняет в виде файла с исходным кодом, используемом программистами
SVGСохраняет в формате SVG
PNGСохраняет PNG размером 64x64px
Набор PNG (PNG Set)Сохраняет 16, 32 и 64px PNG
BEOS:ICON AttributeВыберите файл для назначения ему иконки
META:ICON AttributeВыберите файл для назначения иконки в виде метаданных
- - -

-index -Полезные советы

-

Есть несколько вещей, которые вы должны помнить при работе с Icon-O-Matic и несколько советов, относящихся к ним:

-
    -
  • Прочтите статью Icon Guidelines, чтобы изучить важные концепции иконок Haiku, такие как перспектива, цвета и тени.

  • -
  • Всегда старайтесь минимизировать использование контуров - они наиболее накладны в отношении объема данных. Многократно используйте одни и те же контуры - где это только возможно, а так же манипулируйте формами, а не трансформаторами. Мудрое применение градиентов так же поможет сохранить объем.

  • -
  • Где это возможно, включите режим привязки к сетке из меню Опции (Options), когда редактируете контуры. Точки контуров, выровненные по 64x64 сетке требует меньше пространства. Для получения наиболее четкого изображения, установите точки по границам пикселей. Например, важно выровнять наиболее выраженные элементы по сетке 16x16.

  • -
  • Проверяйте по предварительному просмотру, выглядит ли ваша иконка хорошо в размере 16x16. Возможно, вам понадобиться использовать Уровень детализации (Level Of Detail), описанный в разделе, посвященном формам.

  • -
  • Есть простой способ создания букв, несмотря на то, что в Icon-O-Matic этого не предусмотрено. Просто введите текст в любом текстовом редакторе, например, в StyledEdit, выберите шрифт и стиль и просто перетащите (или скопируйте и вставьте) его в Icon-O-Matic. Это создаст соответствующие контуры и формы.

  • -
  • Когда вы назначаете более одного контура для формы, их пересекающиеся зоны взаимоисключат друг друга. Когда один контур перекрывает другой - он практически создает дыру в результирующей форме.

  • -
  • Вы можете увеличивать и уменьшать масштаб канвы, прокручивая колесо мыши. Парнорамирование осуществляется нажатием и протягиванием средней кнопкой мыши, либо левой с удерживаемой клавишей SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/installer.html b/docs/userguide/userguide/ru/applications/installer.html deleted file mode 100644 index 3a1bbd6c9c..0000000000 --- a/docs/userguide/userguide/ru/applications/installer.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Установщик - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

installer-icon_64.pngУстановщик

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Installer
Настройки хранятся по адресу:отсутствуют
-


-

Установщик служит для установки Haiku на другой раздел.
-После запуска отображается окно с важной информацией. Это не бессмысленное пользовательское соглашение (EULA), поэтому не стоит сразу же подтверждать соглашение, в нем говорится следующее:

-
    -
  • Это приложение альфа-качества. Сделайте резервные копии, иначе поплатитесь!

  • -
  • Установщику потребуется заранее подготовленный раздел. Возможно, вам придется воспользоваться GParted LiveCD или чем-нибудь аналогичным. К счастью, приложение DriveSetup, входящее в состав Haiku по умолчанию, вполне справится с поставленной задачей.

  • -
  • Haiku можно добавить вручную в загрузчик GRUB. Как это сделать, вы можете узнать в онлайн руководстве по установке.
  • -
-



-

Как только вы нажмете Продолжить, то увидите следующее окно:

-installer.png -

В первом выпадающем списке вам предлагают выбрать, откуда произвести установку. Источником установки может быть уже установленная Haiku. Также можно произвести установку с CD-диска, USB-диска и т.д.
-Во втором выпадающем списке вам следует указать, куда произвести установку. Этот раздел нужно подготовить заранее, используя утилиту типа GParted.

-

Щелкнув по пункту Показать опциональные пакеты, вы увидите список дополнительных пакетов, которые можно установить вместе с Haiku, если таковые, конечно, имеются.

-

Перед началом установки следует проверить, правильный ли вы указали раздел для установки. Щелкните по кнопке Настройка разделов, чтобы открыть приложение Разметка диска и удостоверьтесь в правильности выбора.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Инструменты

-

По окончании установки раздел автоматически помечается как загрузочный. Однако иногда случается, что другие операционные системы или программы для работы с разделами случайно переписывают загрузочный сектор вашего раздела с Haiku. В этом случае загрузите установочный CD-диск и запустите установщик. Выберите ваш раздел с Haiku в выпадающем списке На диск: Пожалуйста, выберите раздел для установки и выберите подменю Записать загрузочный сектор из меню Инструменты. Это снова сделает ваш раздел загрузочным.

-

Еще одним пунктом меню Инструменты является Менеджер загрузки, позволяющий добавить меню выбора операционной системы на загрузочный сектор.
-Однако его запуск не будет необходимым, если вы уже используете загрузочный менеджер, подобный Grub (в этом случае, вы сможете добавить Haiku в список загрузки вручную, как описано выше), или же если Haiku будет единственной операционной системой на вашем компьютере.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/list-cli-apps.html b/docs/userguide/userguide/ru/applications/list-cli-apps.html deleted file mode 100644 index b62624804e..0000000000 --- a/docs/userguide/userguide/ru/applications/list-cli-apps.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - - - - Список команд - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

cli-app-icon_64.pngСписок всех приложений для командной строки

- - -
Расположение в Tracker:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Указатель:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Запускает сервис, отслеживающий используемые аудио и видео аддоны.
FirstBootPrompt Language and keymap setup.
[ Возвращает правда/ложь после сравнения элементов.

indexA - E

addattr Записывает атрибут файла, приводя записываемое значение к соотвествующему типу (специфичное для Haiku)
alert Отображает окно с сообщением. (специфичное для Haiku)
arp Манипулирует системным ARP-кешем.
awk См. gawk.
base64 Кодирование или декодирование Base64 в стандартный вывод.
basename Убирает папку или опционально суффикс из строки /путь/до/имяфайла.
bash Оболочка bash
bc Арифметический язык-калькулятор.
beep Воспроизводит системный сигнал.
bunzip2 См. bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Отображает календарь.
cat Объединяет файлы и печатает в стандартный вывод.
catattr Выводит содержимое аттрибутов файла. (специфичное для Haiku)
cc Компиллятор Си
checkfs Проверяет и исправляет файловую систему. (специфичное для Haiku)
checkitout Получает исходные коды с URL репозитория.
chgrp Изменяет группу владельцев файлов.
chmod Изменяет разрешения для файлов.
chop Разбивает файл на несколько файлов меньшего размера.
chown Изменяет владельца файлов.
chroot Выполняет команду с указанным корневым каталогом.
cksum Выводит контрольную сумму CRC и количество байтов для указанных файлов.
clear Очищает окно терминала.
clockconfig Выводит параметры часов.
cmp Производит побайтовое сравнение файлов.
collectcatkeys [Осталась после перемещения locale-kit.]
comm Производит построчное сравнение файлов.
compress Программа сжатия данных
consoled Консольный демон
copyattr Копирует все или некоторый набор атрибутов из одного или нескольких файлов в другой или новый файл. (специфично для Haiku)
cp Копирует файлы и каталоги.
csplit Разбивает файл на части, разделенные gпо указанному шаблону.
ctags Генерирует индексный файл для множества языковых объектов, найденных в файлах.
cut Выводит колонку из каждой строки файла.
date Выводит текущие дату и время.
dc Пакет для арифметических вычислений.
dd Копирует двоичные данные, производит конвертацию и ворматирование указанные в операндах.
desklink Добавляет элемент в Deskbar. (специфичное для Haiku)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Выводит объем использованного и свободного пространства подключенных томов.
diff Сравнивает файлы построчно.
diff3 Построчно сравнивает три файла.
dircolors Настройка цветов для ls.
dirname Получает имя_файла из строки /путь/до/имя_файла
draggers Выводит/устанавливает состояние отображения репликантов.
driveinfo Выводит информацию об аппаратных компонентах.
dstcheck Выводит окно с сообщением о переходе с летнего / на летнее время.
du Обощает использование дискового пространства каждым файлом, рекурсивно для каталогов.
dumpcatalog [Осталось после перемещения locale-kit.]
echo Выводит строку текста.
egrep См. grep.
eject Извлекает переносной носитель.
env Выполняет программу в измененной среде.
error Выводит текстовое описание для передаваемых номеров ошибок.
expand Преобразует табуляцию в пробелы.
expr Выводит значение выражения.

F - J

factor Выводит простые множители целых чисел.
false Ничего не делает. Обозначает "неудачу" и возвращает значение "1".
fdinfo Выводит информацию о задействованных файловых дескрипторах в системе.
ffm Устанавливает следование фокуса за мышью.
fgrep См. grep.
filepanel Отображает панель загрузки/сохранения файла. (специфично для Haiku)
find Выполняет поиск файлов в структуре каталогов.
finddir Выполняет поиск специализированных каталогов, определенных на уровне системы.
fmt Переформатирует каждый абзац файла.
fold Разбивает строки файла на строки требуемой длины.
fortune Выводит случайную, и, надеюсь, интересную пословицу.
frcode Вызывается командой updatedb для сжатия списка имен файлов
freetype-config Выводит информацию о параметрах компилляции и линковки FreeType.
fstrim Send a TRIM command to an SSD drive.
ftp FTP клиент
ftpd FTP сервер
funzip Распаковывает первый элемент архива в стандартный вывод.
fwcontrol Программа управления FireWire
gawk Язык построчного разбора и обработки по заданным шаблонам.
gdb Отладчик GNU
getlimits Выводит платформозависимые ограничения в формате, удобном для использования в скриптинге.
grep Поиск по шаблону.
groups Выводит членство в группах для каждого имени пользователя.
gunzip Тоже самое что и gzip.
gzexe Упаковка/распаковка исполнимых файлов.
gzip Упаковка/распаковка файлов.
hd Дамп в шестнадцатеричных кодах
head Выводит первые строки файла.
hey Небольшой инструмент для скриптования GUI-приложений.
hostname Выводит список сетевых имен системы.
id Выводит информацию о пользователе и группе.
ident Определяет ключевые слова RCS в файлах.
ifconfig Настраивает сетевой интерфейс.
install Копирует файлы в место назначения без нарушения работы системы.
install-wifi-firmwares.sh Устанавливает прошивки для различного набора беспроводных сетевых карт.
installsound Добавляет новое звуковое событие в панели настройки Звуки.
iroster Перечисляет устройства ввода.
isvolume Получает информацию о монтируемом томе.
join Для каждой пары входных строк с одинаковыми общими полями выводит строку на стандартный вывод.

indexK - O

kernel_debugger Переход к отладчику ядра.
keymap Загружает либо сохраняет раскладку клавиатуры.
kill Посылает процессу сигнал выхода.
less Просматривает файл.
lessecho Выводит свои аргументы и расширяет метасимволы, такие как * и? в именах файлов.
lesskey Назначает клавишу для вызова less.
link Создает ссылку на файл.
linkcatkeys [Осталось после перемещения locale-kit.]
listarea Выводит список областей памяти для всех работающих команд.
listattr Выводит список атрибутов файла. (специфично для Haiku)
listdev Выбодит список всех аппаратных устройств.
listimage Выводит информацию об образах всех работающих команд.
listport Перечисляет все открытые порты в системе, в порядке открывших команд.
listres Перечисляет ресурсы, хранящиеся в файле.
listsem Перечисляет семафоры, отведенные указанной команде.
listusb Выводит список USB устройств.
ln Создает ссылку на файл.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Находит файл.
logger Отправляет сообщение в системный лог.
login Открывает сессию в системе.
logname Выводит имя текущего пользователя.
ls Перечисляет содержимое каталога.
lsindex Отбражает индексированные атрибуты текущего тома/раздела. (специфично для Haiku)
mail2mbox Преобразует файлы e-mail BeOS в формат Unix.
make Утилита GNU make
makebootable Делает указанный BFS раздел/устройство доступным для загрузки, записывая загрузочный код в первые два сектора.
mbox2mail Преобразует файы Unix mailbox в файлы e-mail BeOS.
md5sum Выводит или проверяет контрольные суммы MD5.
merge Трехстороннее слияние файлов.
message Выводит содержимое BMessage, записанное в файл.
mimeset Устанавливает MIME-тип файла.
mkdepend Makefile dependency generator.
mkdir Создаёт папку.
mkdos Инициализирует раздел FAT.
mkfifo Создает именованный канал.
mkfs Создает файловую систему.
mkindex Создает новый индекс для атрибута. (специфично для Haiku)
mktemp Безопасно создает временный файл или каталог.
modifiers Выводит (не)нажатые в данный момент клавиши-модификаторы.
more См. less.
mount Подключает файловую систему.
mount_nfs Подключает NFS раздел.
mountvolume Подключает том по имени.
mv Перемещает/переименовывает файл.
netcat Утилита TCP и UDP.
netstat Выводит сетевые подключения, таблицы маршрутизации, статистику интерфейсов, маскированные соединения и участие в групповых передачах.
nl Выводит файл с добавлением нумерации строк.
nohup Выполняет команду с игнорированием сигналов потери связи.
nproc Выводит число доступных процессоров.
od Утилита для вывода дампа файла в разных форматах.
open Запускает приложение/документ из командной строки. (специфичное для Haiku)

indexP - S

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Изменяет пароль пользователя.
paste Печатает строки, состоящие из соответствующих строк из каждого файла, разделенных знаками табуляции.
patch Применяет diff файл на оригинал.
pathchk Диагностирует неверные или непереносимые имена файлов.
pc Калькулятор программиста
ping Отправляет ICMP-эхо-запрос сетевому хосту.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Воспроизводит трек с CD.
playfile Воспроизводит аудиофайл.
playsound Воспроизводит аудиофайл.
playwav Воспроизводит WAV-файл.
pr Разбивает на страници или колонки файл для печати.
printenv Выводит значение переменной среды.
printf Форматирует и выводит данные.
prio Изменяет приоритет процесса.
profile Профилировщик потоков.
ps Список запущенных процессов.
ptx Выводит упорядоченный предметный указатель.
pwd Выводит текущий каталог.
query Утилита командной строки эмулирующая функционал Tracker'a "Найти по формуле". (специфично для Haiku)
quit Завершает работу приложения.
rc Компиллятор ресурсов
readlink Выводит путь до объекта символической ссылки.
reindex Помещает атрибуты существующих файлов во вновь созданный индекс. (специфично для Haiku)
release Освобождает семафор.
renice Изменяет приоритер запущенных процессов.
rlog Выводит лог-сообщения и другую информацию о файлах RCS.
rm Удаляет файлы и директории.
rmattr Удаляет атрибут из файла. (специфично для Haiku)
rmdir Удаляет каталоги.
rmindex Удаляет индекс для атрибута. (специфично для Haiku)
roster Выводит информацию о запущенных командах.
route Выводит список сетевых маршрутов и позволяет ими управлять.
safemode Проверяет, запущена ли система в безопасном режиме.
screen_blanker Запускает очистку экрана.
screenmode Показывает/устанавливает режим работы экрана.
sdiff Отображает или производит слияние несоответствий в файлах в виде таблицы построчного сравнения.
seq Выводит последовательность чисел.
setdecor Отображает/устанавливает декоратор.
setgcc Отображает/устанавливает используемую версию gcc.
settype Устанавливает MIME-тип, сигнатуру и предпочитаемое приложение для файла.
setversion Показывает версию файла.
setvolume Устанавливает уровень громкости системы.
setwep Обеспечивает WEP шифрование для беспроводных сетей.
sh См. bash.
sha1sum Отображает или проверяет контрольные суммы SHA1.
shar Создает архивы Unix.
shred Перезаписывает файл несколько раз.
shuf Печатает случайную перестановку входных строк.
shutdown Выключить компьютер.
sleep Выполняет остановку на количество указанных секунд.
sort Выводит ортированное слияние файлов.
spamdbm Классифицирует e-mail сообщение как спам или подлиное.
split Разбивает входные файлы на куски фиксированного размера.
stat Отображает статут файла либо файловой системы.
strace Трассирует системные выозвы потока или команды.
stty Отображает/устанавливает параметры терминала.
su Смена действующего пользователя и группы.
sum Выводит контрольную сумму и количество блоков для каждого файла.
sync Форсирует запись измененных блоков на диск, обновляет суперблок.
sysinfo Выводит системную информацию.

indexT - Z

tac Выводит содержимое файлов в обратном порядке.
tail Выводит последние 10 линий файла.
tcpdump Выводит дамп сетевого трафика.
tcptester [устаревшее]
tee Пишет или добавляет данные из стандартного ввода в файл.
telnet Пользовательский интерфейс для протокола telnet.
telnetd Telnet-демон
test Возвращает правда/ложь после сравнения элементов.
timeout Запускает команду и принудительно завершает ее, если она продолжает работу после истечения указанного количества секунд.
top Отображает запущенные нити и загрузку ЦП.
touch Изменяет метку времени файла.
tput Инициализирует терминал или запрос в базу данных terminfo.
tr Переводит, сжимает и/или удаляет символы со стандартного ввода.
traceroute Печатает маршрут пакетов , принятых через сеть.
translate Преобразует формат файла, используя DataTranslators.
trash Отправляет файлы в корзину или восстанавливает их.
true Ничего не делает, обозначает "удачу" и возвращает величину "0".
truncate Сжимает или расширяет размер файла.
tsort Производит топологическую сортировку.
tty Печатает имя файла терминала, подключенного к стандартному вводу.
uname Выводит информацио о системе.
unchop Воссоздает файлы, разделенные ранее с помощью chop.
unexpand Преобразует пробелы в табуляцию.
uniq Фильтрует соседние совпадающие строки из ввода, записывает в вывод.
unlink Вызывает функцию unlink для удаления указанного файла.
unmount Отключает том.
unrar Распаковывает архив rar.
unshar Распаковывает архив shar.
untrash См. trash.
unzip Распаковывает архив zip.
unzipsfx Используется для преобразования существующего zip-архива в самораспаковывающийся архив.
updatedb Обновляет базу данных локализации.
uptime Выводит дату и время, а так же время, прошедшее с момента запуска системы.
urlwrapper Обертывает URL и MIME типы для командной строки или других приложение, не поддерживающих их напрямую.
useradd Создаёт нового пользователя.
uudecode Раскодирует файл, закодированный uuencode.
uuencode Кодирует файл в uuencode для отправки по электронной почте.
vdir Выводит информацию о файлах.
version Возвращает версию файла.
vmstat Выводит информацию о виртуальной файловой системе.
waitfor Ждет пояления некотого процесса (нити). (специфично для Haiku)
watch Периодически выполяет программу.
wc Выводит количество абзацев, слов и символов (байт) в файле.
wget Инструмент для скачивания файлов через HTTP, HTTPS или FTP
which Находит команду.
whoami Выводит имя пользователя, связанного с текущим действующим ID пользователя.
xargs Собирает и выполняет командные строки со стандартного ввода.
xres Перечисляет и управляет ресурсами.
yes Многократно выводит строку, пока не будет принудительно завершена.
zcat Тоже самое что и gzip.
zcmp См. zdiff.
zdiff Сравнивает сжатые файлы.
zforce Форсирует '.gz' расширение для файлов gzip.
zgrep Поиск в сжатых файлах с использованием регулярных выражений.
zip Добавляет или заменяет элементы в zip-архиве.
zipcloak Шифрует все незашифрованные элементы в zip-архиве.
zipgrep Ищет в zip-файлах строку или шаблон.
zipinfo См. unzip.
zipnote Выводит комментарий к zip-файлу.
zipsplit Разделяет zip-архив на несколько мелких кусков.
zmore Как и more только оперирует несжатым содержимым в любом сжатом файле.
znew Перепаковывает файлы .Z в формат архивов .gz (gzip).
-
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/magnify.html b/docs/userguide/userguide/ru/applications/magnify.html deleted file mode 100644 index bbf1d04249..0000000000 --- a/docs/userguide/userguide/ru/applications/magnify.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Увеличитель (Magnify) - - - - - - - - -
-
- -

magnify-icon_64.pngУвеличитель (Magnify)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Magnify
Настройки хранятся по адресу:~/config/settings/Magnify_prefs
-


-

Увеличитель показывает увеличенную версию зоны вокруг указателя мыши.

-magnify.png -

Вверху вы найдете размер и степень увеличения зоны. "32 x 32 @ 8 пикселей на пиксель" означает, что вы смотрите на область размером 32 x 32 пикселя вокруг указателя мыши и каждый пиксель увеличен в 8 раз.

-

Чуть ниже вы увидите цвет пикселя, обведенного красным цветом.
-Вы можете двигать выделение с помощью следующих клавиш: - / / / .

-

Для измерения дистанции и выравнивания объектов вы можете добавить до двух синих перекрестий, нажав ALT H. Их X/Y координаты, относительно левого верхнего угла, отображаются внизу.
-Они так же могут быть перемещены при помощи следующих клавиш: / / / . Активное перекрестие отмечается "x".

-

Кроме этого, вы можете перемещать курсор мыши попиксельно, нажимая следующие клавишы: OPT  / / / .

-

Ниспадающее меню дает доступ к следующим опциям:

- - - - - - - - - - - - - - -
Сохранить изображениеALT S Сохраняет текущее изображение в виде ресурсного файла.
Копировать изображениеALT C Копирует текущее изображение в буфер обмена.
Скрыть/Показать информациюALT T Переключает отображение дополнительной информации.
Добавить перекрестиеALT H Добавляет перекрестие, которое вы можете двигать.
Убрать перекрестиеALT SHIFT H Убирает последнее добавленное перекрестие.
Скрыть/Показать сеткуALT G Переключает отображение сетки.
Заморозить/разморозить изображениеALT F Останавливает/продолжает обновление увеличиваемой зоны.
Зафиксировать координатыALT I Перемещение мыши не влияет на увеличиваемую зону.
Сделать квадратнойALT / Приводит увеличиваемую зону к квадратному виду до изменения размеров.
Уменьшить размер окнаALT - Уменьшает размер увеличиваемой зоны вокруг указателя мыши.
Увеличить размер окнаALT + Увеличивает размер зоны вокруг указателя мыши.
Уменьшить размер пикселяALT , Понижает увеличение.
Увеличить размер пикселяALT . Повышает увеличение.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/mail.html b/docs/userguide/userguide/ru/applications/mail.html deleted file mode 100644 index cca1c07922..0000000000 --- a/docs/userguide/userguide/ru/applications/mail.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - -
Содержание
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Mail
Настройки хранятся по адресу:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ru/applications/mediaplayer.html b/docs/userguide/userguide/ru/applications/mediaplayer.html deleted file mode 100644 index 1df6f8bef8..0000000000 --- a/docs/userguide/userguide/ru/applications/mediaplayer.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - Медиаплеер (MediaPlayer) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

mediaplayer-icon_64.pngМедиаплеер (MediaPlayer)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/MediaPlayer
Настройки хранятся по адресу:~/config/settings/MediaPlayer
-


-

Медиаплеер - приложение для воспроизведения видео и аудио файлов. Спасибо команде ffmpeg: благодаря им проигрыватель поддерживает большинство форматов . Графический интерфейс медиаплеера довольно прост:

-mediaplayer.png -

Шкала прогресса позволяет быстро перейти к определённому моменту. Если удерживать некоторе время курсор мыши над этой шкалой, то появится подсказка отображающая сколько времени прошло с начала воспроизведения и сколько осталось до конца. Справа от шкалы находится время оставшееся до -конца воспроизведения, однако сделать так чтоб вместо него отображалось время прошедшее с начала проигрывания, или длину клипа. Для этого просто щёлкните по этому месту.
-Нижен вы найдёте привычные элементы управления - предыдущий трек, проиграть/приостановить, остановить, следующий трек. Далее располагается управление громкостью (щёлкните левой кнопкой мыши по значку с динамиком для того чтобы отключить звук) и измеритель уровня громкости (VU meter).

- -

Воспроизведение аудио и видео

-

Поскольку нет каких-либо особенностей, которые следовало бы описать, при воспроизведении аудио-файлов. То перейдём к описанию основных особенностей при воспроизведении видео-файлов.

-mediaplayer-info.png -

Для всех медиа-файлов доступен пункт меню Информация о файле… (также можно вызвать использовав сочетание клавиш ALT I). В вызываемом этим пунктом меню окне отображается информация о продолжительности и кодеках.

-

Большинство наиболее часто используемых команд находятся в контекстном меню, которое вызывается щелчком правой кнопки мыши по любой видео области. Удобно использовать в полноэкранном режиме.
-В меню Видео вы найдёте полезные опции, такие как выбор соотношения сторон. Чтобы сбросить настройки соотношения сторон выберите пункт Настройки потока.

-

Медиаплеер поддерживает субтитры в формате SRT. Для того чтобы включить отображение Субтитров, они должны находиться в одной папке с видео файлом и иметь точно такое же имя файла с суффиксом языка и расширением ".srt". Например, следующим образом:

-
Мой Фильм.avi
-Мой фильм.Немецкий.srt
-Мой фильм.Английский.srt
-Мой фильм.Русский.srt
-

Звуковые дорожки можно переключать при помощи пункта меню Аудио дорожка. Пункт Дорожка в меню Видео позволяет переключать видео дорожки.

-

При помощи пункта меню На весь экран вы переведёте Медиаплеер в полноэкранный режим (либо при помощи сочетания клавиш ALT ENTER или F, а также дважды кликнув левой кнопкой мыши по области видео). Спрятать границы окна и другие элементы интерфейса при помощи пункта меню Скрыть интерфейс (либо при помощи сочетания клавиш ALT H или дважды щёлкнув правой кнопкой мыши по области видео). Включив функцию Всегда сверху, окно Медиаплеера будет отображаться поверх всех окон (также можно активировать при помощи сочетания клавиш ALT A).

- -

Список воспроизведения

-

Пункт Плейлист... в меню Медиаплеер (либо при помощи сочетания клавиш ALT P) - открывает окно с плейлистом. Двойной щелчок левой кнопкой мыши по любому элементу списка запустит воспроизведение.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

И конечно же вы можете Сохранить плейлист и позже Открыть его снова, либо дважды щёлкнуть левой кнопкой мыши по файлу плейлиста в Tracker.

- -

Настройки

-

Рассмотрим параметры для настройки МедиаПлеера:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Далее идут различные Настройки вида.
-Вы можете выбрать пункт Использовать аппаратный видеооверлей, если возможно, позволяющий понизить нагрузку на процессор, но работающий только для одного окна и требующий драйвер видеокарты, поддерживающий данную возможность.
-Вы можете выбрать плавное масштабирование видео (в режиме без оверлея) использующее очень быструю фильтрацию для сглаживания, в противном случае при изменении размера видео, или просмотра в полноэкранном режиме появляются блочные пиксели.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Горячие клавиши

-

Медиаплеер предоставляет удобное управление при помощи клавиатуры во время воспроизведения.

- - - - - - -
ZПерейти к предыдущему файлу
XПроиграть
CПриостановить
VОстановить
BПерейти к следующему файлу
-

Эти клавиши соответствуют кнопкам управления. Они всегда находятся слева в нижней части клавиатуры, т.е. не зависят от вашей раскладки.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarПроиграть/Приостановить
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/midiplayer.html b/docs/userguide/userguide/ru/applications/midiplayer.html deleted file mode 100644 index 5702a51a06..0000000000 --- a/docs/userguide/userguide/ru/applications/midiplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - MIDI плеер (MidiPlayer) - - - - - - - - -
-
- -

midiplayer-icon_64.pngMIDI плеер (MidiPlayer)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/MidiPlayer
Настройки хранятся по адресу:~/config/settings/MidiPlayerSettings
-


-

Как следует из названия приложения, MIDI плеер предназначен для воспроизведения Midi-файлов. Midi-файлы достаточно специфичны т.к. не являются оцифрованной и закодированной музыкой. Midi-файлы лишь содержат описание следующего плана: Проигрывать такую-то ноту с такой-то громкостью, используя такой-то инструмент.
-Благодаря этому размер midi-файлов очень маленький, но в зависимости от используемой библиотеки (так называемой SoundFont) зависит конечный результат, и результаты могут разительно отличаться. А также эти SoundFont, как правило, достаточно большие, чем больше иcтрументов и чем выше качество сэмплов, тем больше места занимает SoundFont. -

-

Вместе с Haiku не поставляется SoundFont, т.к. они занимают слишком много места и лишь некоторым это действительно нужно. Те кто в этом нуждается уже имею высококачественные SoundFonts. Для того чтобы хоть что-нибудь услышать, вы можете установить бесплатную библиотеку из дополнительных пакетов. В Терминале наберите: installoptionalpackage TimGMSoundFont

-

Для того чтобы использовать другой SoundFont, создайте ссылку на для него по следующему адресу /boot/system/data/synth и переименуйте ссылку в big_synth.sy.

-midiplayer.png -

Графический интерфейс Midi плеера достаточно прост. Дважды щёлкните или перекиньте midi-файл, и он тут же воспроизведётся. Вы можете контролировать громкость, добавлять эффект эха в выпадающем меню Реверберации. Активация флажка Осциллограф - включает данную визуализацию, отображаемую в окне самого приложения.

- -
-
- - - diff --git a/docs/userguide/userguide/ru/applications/packageinstaller.html b/docs/userguide/userguide/ru/applications/packageinstaller.html deleted file mode 100644 index 7bab2e7a6e..0000000000 --- a/docs/userguide/userguide/ru/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Расположение в Deskbar:Отсутствует в меню Deskbar, обычно запускается по двойному щелчку мыши по файлу.
Расположение в Tracker:/boot/system/apps/PackageInstaller
Настройки хранятся по адресу:отсутствуют
-


-
Это черновой вариант. Пожалуйста, обратитесь к данной странице позже.
-

PackageInstaller - это приложение установщик BeOS-пакетов в формате PKG. Имеет простой в использовании графический интерфейс, который помогает быстро устанавливать pkg-пакеты в Haiku.

-

Приложение запустится автоматически когда вы попытаетесь открыть файлы с расширением .pkg.

-packageinstaller.png -

В главном окне можно выбрать:

-
    -
  • Тип установки (Installation type).
  • -
  • Место установки (Install to).
  • -
-

После щелчка по кнопке Установить (Install) начнётся процесс распаковки и установки.

-packageinstaller-installer.png -

Во время установки могут появится предупреждения или ошибки, которые сообщат о зависимости устанавливаемого пакете от той или иной библиотеки. Другими словами, вам потребуется сначала установить требуемые библиотеки, перед тем как устанавливать данный пакет.

-

По завершении установки, пакет будет помещён в меню приложений Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/pe.html b/docs/userguide/userguide/ru/applications/pe.html deleted file mode 100644 index 75a16eb2d1..0000000000 --- a/docs/userguide/userguide/ru/applications/pe.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

pe-icon_64.pngPe

- - - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Pe/Pe
Документация хранится по адресу:/boot/system/apps/Pe/Documentation/index.html
Настройки хранятся по адресу:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/ru/applications/people.html b/docs/userguide/userguide/ru/applications/people.html deleted file mode 100644 index 21e2576acf..0000000000 --- a/docs/userguide/userguide/ru/applications/people.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
- -

people-icon_64.pngPeople

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/People
Настройки хранятся по адресу:~/config/settings/People_data
-


-

People - простая программа для хранения контактов, использующая атрибуты файловой системы Haiku для сохранения адресов и другой контактной информации. Каждый контакт сохранён как один персональный файл со всеми данными о нём в виде отдельных атрибутов. Все они проиндексированы и потому доступны для поиска по соответствующему запросу.

- -people.png - -

Атрибут Группа (Group) снизу осуществляет привязку контакта к одной или нескольким группам, что полезно для "массовой рассылки" ряду людей, которые, например, работают над определённым проектом. Выпадающее меню выводит все существующие в настоящее время группы, а если контакт принадлежит более, чем к одной группе, то их названия идут через запятую ",".

- -

Персональные файлы принято сохранять в /boot/home/people/. Чтобы увидеть список всех контактов, откройте папку people и включите все интересующие вас атрибуты. Если же вы хотите хранить персональные файлы в различных папках, то для отображения их всех в одном окне используйте соответствующий поисковый запрос.

- -people-files.png - -

Вы можете обращаться с этими файлами, как и с любыми другими: сортировать по атрибутам, включая вторичную сортировку (нажать SHIFT во время клика по следующему атрибуту), удалять, переименовывать, копировать и т. д.. Также можно редактировать контактную информацию напрямую: кликнуть по атрибуту (или нажать ALT+E) для его изменения также как при переименовании файла, в режиме редактирования можно премещаться между колонками, нажимая TAB и SHIFT+TAB.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/poorman.html b/docs/userguide/userguide/ru/applications/poorman.html deleted file mode 100644 index a97ef33341..0000000000 --- a/docs/userguide/userguide/ru/applications/poorman.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

poorman-icon_64.pngPoorMan

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/PoorMan
Настройки хранятся по адресу:~/config/settings/PoorMan Settings
-


-

PoorMan - это простейший WEB-сервер с максимально простыми настройками. Он не имеет расширенных серверных функций, в отличие от специализированного серверного программного обеспечения, предлагая минимально необходимый функционал.

-

При первом запуске PoorMan запросит папку, из которой файлы будут отдаваться в сеть. Если вы нажмёте кнопку Default, то создастся новая папка /boot/home/public_html, в которую следует поместить стартовую HTML страницу с названием по умолчанию index.html.

-

В PoorMan имеется консоль, которая отображает журнал активности, над ней расположена информация о состоянии (запущен сервер или нет), путь к раздаваемой папке, и счетчик посещений. Настройки могут быть изменены в меню Правка (Edit) | Настройки (Settings)...:

-

poorman.png

-

Панель настроек состоит из трех вкладок:

-

На вкладке Сайт (Site) можно выбрать другую раздаваемую паку (Web folder), изменить начальную страницу (Start page) и отметить опцию, которая отсылает список файлов, если начальная страница отсутствует.
Ведение журнала (Logging) можно включить/выключить вывод сообщений в консоль (Log to console), а также активировать их запись в лог-файл (Log to file).
-Вкладка Расширенные настройки (Advanced) позволяет задать максимальное количество одновременных подключений.

-

Остальные пункты меню PoorMan очевидны: можно сохранить полностью или частично выводимые в консоль данные (Save console...), очистить её или лог-файл (Clear console log/Log file), запустить или остановить сервер (Run server) и обнулить счетчик посещений (Clear hit counter).

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/ru/applications/screenshot.html b/docs/userguide/userguide/ru/applications/screenshot.html deleted file mode 100644 index 96ce1ea80e..0000000000 --- a/docs/userguide/userguide/ru/applications/screenshot.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
- -

screenshot-icon_64.pngScreenshot

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Screenshot
Настройки хранятся по адресу:~/config/settings/screenshot
-


-

Помимо получения обычных снимков экрана при помощи клавиши Print Screen, которая помещает изображение текущего экрана в формате PNG в папку: /boot/home, это приложение содержит и ряд других полезных настроек.

-

screenshot.png

-

Вы можете захватить как весь экран так и только активное окно, причем также выбрать захватывать ли заголовок окна и указатель мыши. А также можно указать задержку, по истечении которой будет произведён снимок экрана.

-

Установив название, формат и место расположения для снимка экрана, воспользуйтесь кнопкой Сохранить (Save). Помимо сохранения в файл, вы также можете воспользоваться кнопкой Сохранить в буфер обмена (Copy to clipboard) получив тем самым ставить снимок напрямую в другое приложение. Также можно воспользоваться кнопкой Новый снимок.

-

Все настройки будут сохранены и использованы при следующем вызове приложения "снимок экрана". Для вызова существует несколько удобных комбинаций горячих клавиш:

- - - - -
PRINTСнять снимок экрана и запустить приложение "Снимок экрана".
SHIFT PRINTСнять снимок экрана без запуска приложения "Снимок экрана", используя последние настройки.
CTRL PRINTСнять снимок экрана без запуска приложения "Снимок экрана", используя последние настройки с сохранением в буфер обмена.
-

-index -Снятие скриншота из Terminal

-

Приложение Screenshot также можно использовать из Terminal или через скрипт.
-Screenshot --help выведет справку о доступных параметрах:

- -
~> Screenshot --help
-
-Screenshot [OPTION]... Создает изображение текущего экрана.
-
-Опция:
-  -o, --options         При запуске сразу откроется окно параметров
-  -m, --mouse-pointer   Включает в снимок курсор мыши
-  -b, --border          Включает в снимок грани окна
-  -w, --window          Делает снимок только активного окна, а не всего экрана
-  -d, --delay=seconds   Делает скриншот с указанной задержкой  [в секундах]
-  -s, --silent          Сохраняет скриншот, игнорируя настройки, выставленные в окне параметров и сохраняет его в домашнюю папку в PNG формате.
-
-Примечание: Опция -b, --border сработает только совместно с опцией -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/showimage.html b/docs/userguide/userguide/ru/applications/showimage.html deleted file mode 100644 index b9c127aa59..0000000000 --- a/docs/userguide/userguide/ru/applications/showimage.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - Просмотр изображений (ShowImage) - - - - - - - - -
-
- -

showimage-icon_64.pngПросмотр изображений (ShowImage)

- - - - -
Расположение в Deskbar:Отсутствует в меню Deskbar, обычно запускается по двойному щелчку мыши по файлу.
Расположение в Tracker:/boot/system/apps/ShowImage
Настройки хранятся по адресу:~/config/settings/ShowImage_settings
-


-

Приложение Просмотр изображений (ShowImage) позволяет просматривать изображения всех форматов, для которых существуют трансляторы обеспечивающие поддержку. Новые форматы начнут автоматически распознаваться с того момента, как только транслятор будет добавлен в систему. Так произошло, например, с векторным форматом для иконок Haiku, с изображениями в формате WonderBrush и изображениями в формате WebP.
-Просмотр изображений (ShowImage) также позволяет произвести простое редактирование изображения, а именно: обрезать, развернуть, зеркально отобразить и сохранить в другой формат.

-

indexОтображение

-showimage-view.jpg -

В меню Отображение (View) первые два пункта позволяют запустить Слайдшоу (Slide show) всех изображений в папке (или в окне результата поиска) и установить Задержку(Slide delay) в диапазоне от 2 до 20 секунд.

-

Следующие команды применяются к отображаемому изображению (без изменения размеров окна):
-Оригинальный размер (Original size) - отобразить изображение оригинального размера.
-Под размеры окна (Fit to window) - подогнать изображение под размеры окна.
-Увеличить (Zoom in) и Уменьшить (Zoom out) - увеличить или уменьшить изображение с шагом 10% от оригинального размера. Увеличить и уменьшать также можно при помощи колёсика мыши; если изображение не умещается в окно, то для его прокрутки нажмите левую кнопку мыши и тащите.

-

Следующие две настройки применяются не только к отображаемому изображению, но и к следующим:
-Высококачественно масштабирование (High quality zooming) - включить быстрый сглаживающий фильтр.
-Растянуть до размеров окна (Stretch to window) - подогнать под размеры окна, маленькие изображения будут растянуты до размеров окна.

-

Следующий пункт меню Полноэкранный режим (Full screen) с опцией Отображать название в полноэкранном режиме (Show caption in full screen mode) - отобразить название файла изображения в нижней части.

-

Последний пункт, Отображать панель (Show tool bar) - включить/отключить отображение панели управления:

-showimage-toolbar.png -

Рассмотрим иконки на панели и их функционал слева направо: предыдущее изображение, следующее изображение, запустить слайдшоу (в полноэкранном режиме), режим выделения, оригинальный размер, подогнать под размеры окна, увеличить, уменьшить.

-

Большинство наиболее часто используемых команд доступны в контекстном меню, которое вызывается правым щелчком мыши в любой области изображения. Очень удобно при использовании полноэкранного режима.

-

indexПросмотр

-showimage-browse.jpg -

После того, как вы открыли изображение вы можете просмотреть все изображения находящиеся в этой же папке (или в окне результата поиска) при помощи клавиш / и /. Вы можете видеть процесс перемещения от изображения к изображению в окне Tracker.

-

Есть быстрый способ открыть папку, в которой находится изображение, и даже перейти к её родительской папке. Этот способ заключается в использовании ниспадающей навигации, как в Tracker. Щёлкните левой кнопкой мыши по информационной области, которая находится слева снизу и отображает разрешение и формат текущего изображения.

-

Рассмотрим меню Просмотр (Browse), которое содержит ряд команд для просмотра специфичных форматов. Некоторые форматы изображений, например TIFF, могут содержать несколько страниц в одном файле. Такие команды как Первая страница (First page) и Последняя страница (Next page) позволяют переключаться между этими страницами.

-

indexРедактирование

-showimage-edit.jpg -

Меню Изображение (Image) предлагает несколько команд для манипуляций с изображением: поворот и зеркально отображение. Стоит помнить, что само изображение останется нетронутым. К файлу только будет добавлен атрибут, так что при следующем просмотре изображение будет повернуто или зеркально отображено.

-

Использовать как фон... (Use as backgroud...) - открывает панель настроек фона рабочего стола и устанавливает текущее изображение в качестве фона для рабочих столов.

-

Обрезка - ещё одна нужная функция редактирования. Чтобы выбрать область, которую вы хотите вырезать, зайдите в меню Правка (Edit) и выберите пункт Режим выделения (Selection mode). После этого при помощи левой кнопки мыши вы можете выбрать область, которую хотите вырезать. Если вы не хотите переключаться в режим выделения, то вы можете создать область для обрезки простым удержанием клавиши CTRL и выделяя левой кнопкой мыши нужную область изображения.
-Пункт меню Очистить выделение (Clear selection) либо клавиша ESC - удалят созданное вами выделение для обрезки.

-

В следующем разделе будет рассказано о том, как сохранить выделенную область.

-

indexСохранение и конвертация

-

Для того чтобы сохранить или конвертировать изображение в другой формат выберите в меню Файл (File) пункт Сохранить как... (Save as...), далее выберите формат и название для файла изображения.
-Обычно более быстрым способом, особенно когда открыта нужная папка в Tracker, является способ "перетащить и бросить" (drag&drop).

-showimage-dnd.jpg -

Принцип этого метода изображен выше. Для этого выделите отдельную область или всё изображение, выбрав в меню Правка (Edit) пункт Выделить всё (Select all). Затем просто потащите левой кнопкой мыши и бросьте на Рабочий стол или любое окно Tracker.

-

Для того чтобы используя этот метод ещё и сохранить изображение в другому формате, используйте правую кнопку мыши вместо левой. После того как вы бросите изображение появится контекстное меню, в котором можно выбрать в каком формате сохранить изображение.

-

indexГорячие клавиши

-

Ниже представлен список наиболее полезных сочетаний клавиш:

- - - - - - - - - - -
/ Предыдущее изображение
/ Следующее изображение
DELУдалить в корзину
+Увеличить
-Уменьшить
0Оригинальный размер (масштаб 1:1)
1Подогнать под размеры окна
ALT ENTERВключить/выключить полноэкранный режим (также активируется при помощи двойного щелчка левой клавишей мыши)
CTRLУдерживая клавишу CTRL, вы можете выделить область, которую хотите вырезать, без перехода в режим выделения
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/soundrecorder.html b/docs/userguide/userguide/ru/applications/soundrecorder.html deleted file mode 100644 index 18478c8509..0000000000 --- a/docs/userguide/userguide/ru/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/SoundRecorder
Настройки хранятся по адресу:~/config/settings/???
-


-

Документация отсутствует. Если вы работаете над ней, пожалуйста, сообщите в списке рассылки во избежание двойной работы.

- -
-
- - - - diff --git a/docs/userguide/userguide/ru/applications/stylededit.html b/docs/userguide/userguide/ru/applications/stylededit.html deleted file mode 100644 index 5343ad1bf9..0000000000 --- a/docs/userguide/userguide/ru/applications/stylededit.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/StyledEdit
Настройки хранятся по адресу:отсутствуют
-


-

StyledEdit - простой текстовый редактор, он сохраняет файлы в виде обычного текста, но через добавление к ним дополнительных атрибутов имеет некоторые возможности по форматированию, которые будут видны только при открытии файла в StyledEdit.

-stylededit.png -

Если интересно, то эти дополнительные атрибуты можно просмотреть через Terminal при помощи команды listattr: -

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Как видите, все параметры форматирования из меню StyledEdit здесь присутствуют: перенос строк (вкл/выкл) и выравнивание (по левому краю/по центру/по правому краю), каждый в своём атрибуте. Стили (шрифт, размер, цвет) каждого документа совмещены в одном отдельном атрибуте.

-
Поскольку эти атрибуты являются особенностью файловой системы BFS, то это означает, что в других ОС этот файл откроется в виде обычного текста, атрибуты с форматированием потеряются. Оно также пропадёт, если файл сохранить на разделе с отличной от BFS файловой системой.
-

Таким образом, имеется возможность делать текст цветным с различными шрифтами и их размером, но при этом файл так и остаётся остаётся обычным текстовым файлом. Поэтому ReadMe.txt, к примеру, остаётся читаемым в любой ОС, но в Haiku будет выглядеть красивее и удобнее для восприятия.

-

Работать в StyledEdit очень просто, поэтому мы пропустим описание каждого пункта в меню. Напишите нужный текст, выделите его часть, которую собираетесь форматировать и примените к ней нужные шрифт, его цвет и размер в меню Шрифт (Font). Перенос строки и выравнивание в меню Документ (Document) возможно применить только ко всему файлу целиком.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/terminal.html b/docs/userguide/userguide/ru/applications/terminal.html deleted file mode 100644 index d6a6377d4b..0000000000 --- a/docs/userguide/userguide/ru/applications/terminal.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - Терминал (Terminal) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

terminal-icon_64.pngТерминал (Terminal)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Terminal
Настройки хранятся по адресу:~/config/settings/Terminal
-~/config/settings/profile - дополняет/переопределяет параметры указанные в /boot/system/etc/profile
-~/config/settings/inputrc - дополняет/переопределяет параметры указанные в /boot/system/etc/inputrc
-


-

Терминал - это интерфейс Haiku к командной оболочке bash (Bourne Again Shell)

-

Пожалуйста обратитесь к теме Bash и скрипты для просмотра ссылок на онлайн уроки по работе с командной оболочкой shell, а также обратитесь к теме Haiku-приложения для командной строки. Здесь же мы сконцентрируемся непосредственно на приложении Терминал (Terminal).

- -

-index -Окна и вкладки

-

Вы можете открыть столько Терминалов, сколько вам необходимо, каждый в своем собственном окне, просто запуская новые Терминалы, либо нажимая ALT+N в уже работающем Терминале. Также можно использовать вкладки в Терминале, открывая их комбинацией ALT+T.

-terminal.png -
-

Двойной щелчок левой кнопкой мыши по пустом месту панели вкладок открывает новую вкладку. А если дважды щёлкнуть по самой вкладке, то откроется окно, в котором можно изменить заголовок вкладки. Существует несколько переменных, начинающихся с %, значения которых объясняется в всплывающей подсказке, когда вы наводите на курсором на текстовое поле.
-По умолчанию установлены %1d: %p, тем самым в заголовок вкладки отображает - текущую папку и название запущенного процесса, которые разделены - : (если вместо названия процесса отображается --, то значит ничего не запущено и оболочка bash ожидает ввода команды). На снимке экрана выше, на первой вкладке отображена FTP-сессия из папки Desktop, а на второй просто открыта папка home.
-Выбрав в меню Изменить пункт Заголовок окна... можно изменить заголовок окна Терминала.

-

Правый щелчок мыши по вкладке вызывает контекстное меню, которое содержит следующие пункты: Закрыть вкладку, Закрыть остальные вкладки, Переименовать вкладку.

-

У окна Терминала изменяется размер, как и у любого другого приложения, а также имеется возможность использовать предустановленные размеры окна, выберите в меню Настройки пункт Размер окна. Сочетание клавиш ALT+ENTER включает полноэкранный режим.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Настройки

-

Выбрав в меню Настройки пункт Настройки... откроется окно настроек Терминала.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Горячие клавиши

-

Список полезных сочетаний клавиш вы можете найти в данной теме.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Настройка командной оболочки Bash

-

Пришедшая из Unix, командная оболочка Bash имеет очень широкие возможности по настройке. Существуют два наиболее важных для пользователя файла: profile и inputrc
-Оба файла могут быть созданы в домашней папке (/boot/home/config/settings/), где они дополняют или переопределяют (т. к. являются более приоритетными) системные настройки по умолчанию, расположенные по адресу /boot/common/etc/.

- -

profile

-

profile загружается каждый раз, когда вы открываете новый Терминал. Этот файл устанавливает все виды псевдонимов и переменных, которые затрагивают поведение командной оболочки и её внешнего вида. Существует множество онлайн ресурсов, на которых детально описаны все эти возможности.

-

На сервере Haiku/BeOS Tips имеется довольно много подсказок для начала изучения настроек Bash, например:

- -

Ещё больше настроек находятся здесь.

- -

inputrc

-

inputrc работает с клавиатурными привязками (keybindings). Так как в Haiku эти настройки вполне пригодны и по умолчанию, то скорее всего менять их не потребуется, но если всё же возникла небходимость их подправить, то рекомендуется обратится к одному из многочисленных онлайн ресурсов, например, The GNU Readline Library.

- -

-index -Подсказки для работы с Терминалом

-
  • Перетаскивание файла или папки из окна Tracker-а в Терминал подставит путь к нему у курсора. Перетаскивание правой кнопкой мыши вызовет меню для дополнительных действий:

    - - - - - - -
    Вставить путь Вставляет путь к файлу так же, как при перетаскивании левой кнопкой мыши.
    Сменить каталог Переводит Терминал в папку перетаскиваемого файла.
    Создать ссылку здесь Создает симлинк на перетаскиваемый файл в текущей директории Терминала.
    Переместить сюда Перемещает перетаскиваемый файл в текущую директорию Терминала.
    Копировать сюда Копирует перетаскиваемый файл в текущую директорию Терминала.
  • -
  • Вы можете открыть любой файл, назначенной ему программой, используя команду open [имя_файла]. Это также сработает для открытия текущей (".") и родительской ("..") папки, которые откроются в окне Tracker-а. Так, чтобы открыть текущую директорию, следует набрать:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/textsearch.html b/docs/userguide/userguide/ru/applications/textsearch.html deleted file mode 100644 index 561f5d81a6..0000000000 --- a/docs/userguide/userguide/ru/applications/textsearch.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Текстовый Поиск (TextSearch) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

textsearch-icon_64.pngТекстовый Поиск (TextSearch)

- - - - -
Расположение в Deskbar:Отсутствует в меню Deskbar, обычно запускается при помощи дополнения для Tracker
Расположение в Tracker:/boot/system/apps/TextSearch
Настройки хранятся по адресу:~/config/settings/TextSearch
-


-

Текстовый Поиск позволяет найти строки в текстовых файлах. Обычно его вызывают из контекстного меню дополнения в Tracker, выбрав файл или папку.

- -textsearch.png - -

Введите искомую строку в поле и нажмите клавишу ENTER либо кнопку Искать для того чтобы начать поиск. Если включена опция Показывать строки, то в области результатов поиск будут автоматически раскрываться списки со строками, в которых найдена искомая строка.

- -

Рассмотрим некоторые пункт меню:

- - - - - - - - - - - - - - - - - -

Файл

Новое окноALT N Открыть новое окно, в котором вы можете произвести новый поиск по тем же файлам или папка. -
Выбрать цель...ALT FВыбрать другие файлы или папку для поиска.

Действия

Искать в выделенныхALT T Удалить из списка все файлы, которые не выделены.
Открыть выделенные файлыALT OОткрыть выделенные файлы при помощи предпочтительных для них приложений. Если это текстовый редактор (например, Pe), то файл откроется на той строчке, в которой найдена искомая строка.
Открыть файлы в TrackerALT KОткрыть папки, в которых расположены выделенные файлы.
Скопировать текст в буферALT BСкопировать выделенный текст в буфер обмена.

Настройки

Не искать в папках, начинающихся с точки Это очень удобно когда вы работаете в unix окружении, где зачастую административные файлы скрыты внутри ".папок/". Например, системы контроля версий такие как SVN и CVS используют папки начинающиеся с точек.
Экранировать текст поиска TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Только текстовые файлы Текстовый Поиск по умолчанию ищет строки только в текстовых файла. Однако, если вы отключите эту опцию, то поиск будет выполняться по всем типам файлов.

История

Содержит список строк, по которым производился поиск.

Кодировка

Можно выбрать другие кодировки, если потребуется.
-
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/tv.html b/docs/userguide/userguide/ru/applications/tv.html deleted file mode 100644 index ccd856708e..0000000000 --- a/docs/userguide/userguide/ru/applications/tv.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Телевидение (TV) - - - - - - - - -
-
- -

tv-icon_64.pngТелевидение (TV)

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/TV
Настройки хранятся по адресу:~/config/settings/???
-


-

Документация отсутствует. Если вы работаете над ней, пожалуйста, сообщите в списке рассылки во избежание двойной работы.

- -
-
- - - - diff --git a/docs/userguide/userguide/ru/applications/vision.html b/docs/userguide/userguide/ru/applications/vision.html deleted file mode 100644 index abc5fffb9c..0000000000 --- a/docs/userguide/userguide/ru/applications/vision.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

vision-icon_64.pngVision

- - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/Vision/Vision
Настройки хранятся по адресу:~/config/settings/Vision/*
-


-

Vision - это IRC-клиент, изначально разработанный для BeOS. Документация доступна на официальном сайте Vision.

-
Вы можете получить помощь от пользователей или разработчиков Haiku зайдя на один из Haiku каналов.
-Наиболее популярным является англо-говорящий канал #haiku на сервере irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/ru/applications/webpositive.html b/docs/userguide/userguide/ru/applications/webpositive.html deleted file mode 100644 index 6a8d4f24b4..0000000000 --- a/docs/userguide/userguide/ru/applications/webpositive.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/WebPositive
Настройки хранятся по адресу:~/config/settings/WebPositive/ - Настройки, куки, кэш и история посещений
~/config/settings/WebPositive/Bookmarks - Все закладки
-


-

WebPositive, либо сокращенно Web+, является "родным" браузером Haiku (т.е. написан исключительно под Haiku и не является портированным, как BeZillaBrowser). Вторая часть названия позаимствована у браузера BeOS NetPositive, первая взята из названия движка, на котором работает браузер - WebKit. Это библиотека с открытым исходным кодом для рендеринга HTML, она также лежит в основе других браузеров, таких как Safari и Google Chrome. Благодаря тому, что WebKit постоянно развивается, Web+ сможет идти в ногу с новейшими веб-технологиями.

-webpositive.png -

Интерфейс WebPositive довольно простой: Под меню располагается панель с кнопками навигации: перейти к предыдущей странице или к следующей в вашей истории посещений, остановить загрузку страницы и кнопка перехода на домашнюю страницу.
-Далее располагается поле для ввода адреса.
-Под этой панелью находится область, где непосредственно отображаются веб-страницы. Вы можете открыть множество страниц одновременно, каждую в своей в кладке
-В самом низу окна расположена информационная панель, которая отображает состояние загрузки страницы или адрес ссылки, над которой вы установили указатель мыши. Во время загрузки страницы справа появляется индикатор загрузки.

-

indexНастройки

-

Выбрав в меню Окно (Window) пункт Настройки (Settings) появится окно, в котором вам будет предложены основные настройки WebPositive.

-webpositive-settings.png -

Первая кладка отвечает за основные настройки: Какой файл или URL использовать как Стартовая страница (Start page), что использовать в качестве Поисковой страницы (Search page), выбрать папку Загрузки (Download folder), в которую будут сохраняться файлы скачанные из сети Интернет.
-Дальше вам предложено выбрать что будет загружено в новом окне и новой вкладке.
-Следующие настройки говорят сами за себя: -
Настройка Отображать вкладки даже если одна страница открыта (Show tabs if only one page is open). -
Автоматически скрывать интерфейс в полно экранном режиме (Auto-hide interface in fullscreen mode). -
Автоматически скрывать указатель мыши (Auto-hide mouse pointer). -
Отображать кнопку Домашняя страница (Show Home Button). -
Хранить историю посещений указанное количество дней (Number of days to keep links in History menu).

-

Во вкладке Шрифты вы можете выбрать шрифты, используемые для стандартных, с засечками, без засечек и моноширинных шрифтов, а также задать их размеры.

-

Вкладка Прокси-сервер (Proxy server) отвечает за настройки прокси-сервера.

-

indexПросмотр

-

Если вы до этого пользовались каким-либо браузером, то при работе с WebPositive у вас не возникнет трудностей. Поэтому мы рассмотрим только ключевые особенности.

-
    -
  • webpositive-tabbar.png -

    Новую вкладку можно создать при помощи кнопки +, которая находится в правой части панели вкладок. Также новую вкладку можно открыть дважды кликнув по свободному месту на панели вкладок, если, конечно, сводное место осталось. Если у вас открыто вкладок больше, чем может поместиться на панель, то воспользуйтесь кнопками < > для прокручивания влево и вправо. Используйте кнопку , расположенную справа на панели вкладок, для просмотра списка со всем открытыми вкладками, в котором вы сможете выбрать к какой вкладке перейти.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • В меню Отображение (View) для увеличения/уменьшения масштаба страницы, вы можете воспользоваться пунктами меню Увеличить (Zoom in) и Уменьшить (Zoom out). Там также есть пункт меню Увеличить только текст (Zoom text only), который позволит увеличить только текст странице, изображения же и другие элементы останутся с оригинальными размерами.

  • -
  • Если вы активируете в настройках скрывать интерфейс в полноэкранном режиме (Auto-hide interface in fullscreen mode) и перейдёте в полноэкранный режим, то он автоматически скроется через пару секунд. Подведите указатель мыши к верхней части экрана, чтобы интерфейс появился снова.

  • -
  • webpositive-locator.png -

    Во время ввода текста в строке адреса браузер будет предлагать сайты, которые вы до этого посетили и которые совпадают с введённым вами тестом. По этому списку вы можете перемещаться при помощи клавишь и . Нажми клавишу ENTER и выбранная страница будет загружена.
    -Введённый текст, который не будет распознан как URL, будет являться ключевыми словами для поиска при помощи Google.

  • -
  • Правый щелчок мыши вызывает контекстное меню, какое именно зависит от объекта по которому вы щёлкните.

  • -
  • Выбрав пункт Найти (Find) в меню Правка (Edit) появится панель поиска, в нижней части окна, которая позволяет производить поиск по странице. Совпадения подсвечиваются прямо на странице.

  • -
-

indexЗакладки

-

В WebPositive закладки представляют собой файлы в папке расположенной по следующему адресу: ~/config/settings/WebPositive/Bookmarks/. При добавлении закладки, в данной папке будет создан новый файл. Для быстрого доступа к данной папке воспользуйтесь пунктом меню Управление закладками... (Manage Bookmarks...).

-webpositive-bookmarks -

Вы можете изменить URL, имя, заголовок, ключевые слова вкладки просто изменив атрибуты файла. Убедитесь, что у вас отображаются все атрибуты в Tracker, для этого выберите меню Атрибуты (Attributes). Для редактирования атрибутов выберите файл нажмите сочетание клавиш ALT E, для перехода к другом атрибуту воспользуйтесь клавишей TAB.

-

Используя Tracker для управления и навигации по закладкам, вы можете воспользоваться его уникальными особенностями для того чтобы быстро найти то, что ищете.
-Активация настройки Фильтрация файлов и папок по названию (Type-ahead filtering) в панели настроек Tracker, вы можете моментально получить закладки, которые соответствуют вашему запросу. При помощи клавиш и перемещайтесь по списку, а при нажатии клавиши ENTER откроется сайт.

-

Для этого все закладки должны храниться по следующему адресу: ~/config/settings/WebPositive/Bookmarks/. Также, заполнение атрибута "ключевые слова" очень помогает при поиске...

-

indexЗагрузки

-

Выбрав пункт Загрузки (Downloads) в меню Окно (Window) откроется список всех бывших загрузок, а также текущих:

-webpositive-downloads.png -

Прогресс загрузки загружаемых файлов отображается в виде шкалы прогресса также, как при копировании файлов в Tracker, информации о скорости закачки, размере файла и примерном времени загрузки. Расположенные справа кнопки Отменить (Cancel) and Загрузить снова (Restart) позволяют произвести одноимённые действия над загружаемыми файлами. Рядом с загруженными файлами отображаются кнопки Открыть (Open) и Удалить (Remove), последняя лишь удалит файл из списка загрузок, но не сам файл. Кнопки Удалить недокачанные (Remove missing) и Удалить закачанные (Remove finished) удаляют соответствующие файлы из списка загрузок.

-

Перемещение загружаемого файла в корзину остановит загрузку. Также иконка этого файла станет прозрачной в окне загрузок.
-Как правило, WebPositive очень терпимо относится, когда файлами манипулируют при помощи Tracker. Файлы могут быть переименованы или перемещены во время загрузки или после окончания загрузки, все эти изменения будут отражены в окне Загрузки (Downloads).

-

Вас интересует откуда вы скачали тот или иной файл? Вы можете узнать это, открыв файл при помощи DiskProbe и обратив внимание на атрибут META:url.

-

Хотите чтобы этот атрибут отображался в Tracker в вашей папке загрузок? Просто скопируйте любую закладку в вашу папку загрузок. Далее выберите в меню Атрибуты (Attributes) выберите этот атрибут, а затем удалите файл закладки.

-

indexГорячие клавиши

-

Далее следует список полезных сочетаний клавиш:

- - - - - - - - - - - - - - -
ALT TОткрыть новую вкладку.
ALT W Закрыть активную вкладку.
ALT N Открыть новое окно.
SHIFT ALT W Закрыть активное окно.
ALT ENTER Включить\выключить полноэкранный режим.
ALT R или F5 Обновить страницу.
ALT H Открыть домашнюю страницу.
ALT D Отобразить/скрыть окно Загрузки (Downloads).
ALT F Отобразить панель поиска по странице (скрыть можно при помощи клавиши ESC).
ALT B Bookmarks the current page.
ALT M Управление вкладками, откроется папка Закладки (Bookmarks).
ALT Открыть предыдущую страницу (если таковая имеется).
ALT Открыть следующую страницу (если таковая имеется).
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/applications/wonderbrush.html b/docs/userguide/userguide/ru/applications/wonderbrush.html deleted file mode 100644 index c75c4bf624..0000000000 --- a/docs/userguide/userguide/ru/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Расположение в Deskbar:Приложения (Applications)
Расположение в Tracker:/boot/system/apps/WonderBrush/WonderBrush
Документация хранится по адресу:/boot/system/apps/WonderBrush/Documentation en
Настройки хранятся по адресу:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/ru/attributes.html b/docs/userguide/userguide/ru/attributes.html deleted file mode 100644 index e077407bd2..0000000000 --- a/docs/userguide/userguide/ru/attributes.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - Атрибуты - - - - - - - - -
-
- -

Атрибуты

- -

Атрибуты - это поля данных, которые относятся к файлу, но не являются его частью. Они не учитываются при подсчете размера файла и могут быть скопированы или удалены без изменения самого файла. Система использует атрибуты для хранения, например, размера файла, типа файла, даты последнего изменения и т.д. Точно также, как в других операционных системах и их файловых системах.

-

Отличие состоит в том, что вы можете добавить любой атрибут к любому файлу, а затем отобразить и сделать его редактируемым в окне Tracker. Вам нужно только определить, какого типа атрибут вы хотите добавить к файлу (например: строка, целое число или время), дать название и описание.

-

Сам файл и вовсе может не содержать никакой информации. Давайте посмотрим на файлы контактов для примера:

-people.png -
-

Как вы видите, все файлы имеют нулевой размер вместе с атрибутами и атрибут E-mail у контакта "John Nox" редактируется прямо в Tracker.

-

Если проиндексировать атрибуты у контактов, электронных писем или аудио-файлов, то вы сможете производить поиск по ним при помощи быстрой системы запросов.

- -

-index -Работа с атрибутами в Tracker

-

В Tracker атрибуты отображаются, как в базе данных или таблице. Можно выбрать, какие атрибуты отображать и отсортировать список файлов по ним.

-

Откройте Tracker, щелкните по пункту меню Атрибуты (Attributes) и выберите атрибуты, которые хотите отобразить. Также можно просто щелкнуть по заголовку колонки и отметить элементы в контекстном меню. Вы можете поменять местами колонки с атрибутами, просто перетаскивая их за заголовок. Перетащив колонку за границу окна, вы быстро избавитесь от ненужной колонки.

-

Дважды щелкните мышкой по линии, которая находится между двумя заголовками атрибутов, и ширина колонки автоматически изменится согласно длине самого длинного атрибута.

-

Щелкните по заголовку колонки, чтобы отсортировать список. Вы можете установить вторичную сортировку удерживая клавишу SHIFT, кликнув по заголовку колонки. Например, отсортируйте файл контактов по названию компании и по имени контакта. Посмотрите скриншот выше в качестве примера. Вторичная сортировка отмечена светлым индикатором рядом с заголовком.

-

Редактирование атрибутов является такой же простой операцией, как и переименовывание файла: щелкните по строке, либо нажмите ALT E и для перемещения по атрибутам используйте клавиши TAB и SHIFT TAB. Клавиша ESC позволяет покинуть режим редактирования без сохранения изменений.

- -

-index -Работа с атрибутами в Терминале

-

Если вы предпочитаете использовать командную строку или планируете работать с большим количеством файлов при помощи скриптов, то существует несколько команд для управления атрибутами в Терминале:

-

-index -listattr

-

listattr - отображает список атрибутов файла, но не содержимое атрибутов.

-
usage: listattr 'filename' ['filename' ...]
-

Пример:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Помимо всех "META:*" атрибутов, которые хранят контактную информацию, есть также два атрибута, которыми управляет система:

-
    -
  • BEOS:TYPE хранит тип файла в виде MIME-строки , в нашем случае - "application/x-person". Он определяет иконку по умолчанию и приложение, которое открывает файл по двойному щелчку по нему.

  • -
  • "_trk/pinfo_le" при помощи этого атрибута Tracker отслеживает месторасположение иконки.

-
Note the backslash after "Clara". In Terminal you have to "escape" special characters like '"*\$?!. The space between "Clara" and "Botters" is also one of those. Therefore the backslash is really in front of the space character, and not after "Clara".
- -

-index -catattr

-

catattr - выводит содержимое указанного атрибута файла.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Пример:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr - позволяет добавить атрибут, и(или) заполнить его содержимое.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

Допустим, Clara (Клара) устроилась на работу в Barkelbaer Inc., и вы теперь можете заполнить ранее пустой атрибут "Company" (Компания) следующим образом:

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr - позволяет полность удалить атрибут файла.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Хотя можно было бы просто не заполнять атрибут "Fax" (Факс), но вы также можете полностью удалить этот атрибут у файла Clara:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr - позволяет скопировать атрибуты с одного или нескольких файлов на другой. По умолчанию содержимое файла не копируется.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

Если вы хотите скопировать не только атрибуты, но и содержимое файла, следует добавить опцию "-d" или "--data".

- -


-

Больше информации о командах и их опциях можно получить, введя имя команды и опцию "-h" или "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/bash-scripting.html b/docs/userguide/userguide/ru/bash-scripting.html deleted file mode 100644 index 3dd3ecda47..0000000000 --- a/docs/userguide/userguide/ru/bash-scripting.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Bash и скрипты - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Bash и скрипты

- -

"Скриптинг" - это техника автоматизации процедур путем объединения команд и сохранения их в виде текстовых файлов, называемых "скриптами" ("сценариями"). Всякий раз, когда вы запускаете скрипт, команды обрабатываются одна за одной так, будто они были введены вами в Терминале (Terminal) вручную.
-Скрипты могут варьироваться от простейших, выполняющих всего несколько команд в особом порядке, до нетривиальных фрагментов кода, решающих сложные задачи.

- -

-index -Bash

-

Учитывая, что скрипты во многом зависят от оболочки, которой они интерпретируются, для начала вам следует ознакомиться с BASH, который используется в Haiku. В сети есть достаточно много ресурсов, ведь эта оболочка широко распространена. Хорошим руководством послужит работа Йохана Янссона (Johan Jansson) Introduction to bash - a tutorial for bash under BeOS.

- -

-index -Библия скриптинга

-

После того, как вы изучили некоторые основы работы в командной строке, пришло время выпускать себя в мир скриптинга. Опять же, множество руководств вы найдете в сети и на полках книжных магазинов. Книга, созданная специально для Haiku, доступна онлайн: Scripting Chapter (PDF, 900кб) от создателя "BeOS Bible" - Скота Хакера (Scot Hacker).

- -

-indexСкрипты в Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -UserBootscript

-

/boot/home/config/settings/boot/UserBootscript будет выполнен после того, как система завершит процесс загрузки. Например, вы можете добавить несколько программ, которые будут автоматически стартовать при каждой загрузке:

-
# Запуск LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Запуск Workspaces
-/boot/system/apps/Workspaces &
-

Не забудьте добавить в конце команды знак "&", чтобы запустить этот процесс в фоновом режиме, иначе скрипт зависнет, пока эта команда не будет завершена (в данном случае, когда запущенное приложение будет закрыто).

- -

Более простая альтернатива для запускающихся приложений во время загрузки - разместить ссылки на необходимые программы в папке /boot/home/config/settings/boot/launch. Это может быть сделано правым кликом по приложению, которое вы хотели бы поместить в автозапуск, выбрав меню Создать ссылку (Create Link) и затем выполнив перемещение по папкам используя навигацию.

- -

-index -UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript будет выполнен в качестве первого этапа в процессе завершения работы. Если скрипт возвращает ненулевой результат по окончании, завершение работы прекращается.

- -

-index -UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript выполняется в последнюю очередь в процессе завершения работы. Имейте ввиду, что большинство элементов системы уже не функционируют во время выполнения этого скрипта.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/bootloader.html b/docs/userguide/userguide/ru/bootloader.html deleted file mode 100644 index ec01a6f054..0000000000 --- a/docs/userguide/userguide/ru/bootloader.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Загрузчик (Boot Loader) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Загрузчик (Boot Loader)

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

Для того чтобы зайти в настройки загрузчика, необходимо нажать и удерживать клавишу SHIFT до начала загрузки Haiku. Если загрузчик установлен, то вы можете начать удерживать SHIFT перед выбором загрузочной записи Haiku, а если она является единственной операционной системой на компьютере, то вы можете начать удерживать клавишу во время стартовых сообщений BIOS.

-

-index -Boot Loader Options

-

Вы увидите три пункта меню:

- - - - - - - - - -
Выбор загрузочного раздела
(Select boot volume)
Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Выбор безопасного видео-режима
(Select fail safe video mode)
Если вы активировали опцию Use fail-safe video mode, то сможете выбрать разрешение экрана и глубину цвета.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

После активации одной или более опций вернитесь в главное меню и продолжите загрузку. Далее вы увидите загрузочный экран:

-boot-screen.png - -

Если все в порядке, то иконки будут быстро загораться, одна за другой.
-Каждая иконка соответствует определенному этапу загрузки:

- - - - - - - - -
Атом Инициализация модулей.
Диск с лупой Создание корневой файловой системы (/) и монтирование файловой системы устройств (/dev).
Карта расширения Инициализация менеджера устройств.
Загрузочные диск Монтирование загрузочного диска.
Чип Загрузка модулей процессора.
Папка Финальная инициализация подсистем.
Ракета Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/contents.html b/docs/userguide/userguide/ru/contents.html deleted file mode 100644 index ae349138b2..0000000000 --- a/docs/userguide/userguide/ru/contents.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Руководство пользователя Haiku - Содержание - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Добро пожаловать в руководство пользователя Haiku

- -

Ниже вы найдете документацию о наиболее важных аспектах Haiku. Документация находится в стадии разработки (смотрите обновления в онлайн-версии). Если вы нашли ошибки, либо хотите что-то предложить или даже сделать свой вклад, ознакомьтесь со списком рассылки по документации. -Если вы заинтересованы в помощи с переводом, вам следует обратиться сюда.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ЗагрузчикОпции безопасной загрузки, которые помогут решить проблемы с загрузкой.
Filesystem layoutПредставление об иерархии файловой системы и знакомство с важными папками и файлами.
Графический интерфейс HaikuОсновные элементы графического интерфейса.
Рабочие столыИспользование виртуальных рабочих столов для создания удобной рабочей среды.
Переключатель задач TwitcherПереключение между запущенными приложениями.
Монитор процессовЗавершение работы повисших приложений или системных компонентов.
Tracker - Файловый менеджерВсе о навигации по директориям и работе с файлами, а также информация по настройке файлового менеджера Haiku.
Горячие клавишиОбзор основных горячих клавиш для повышения скорости работы.
Deskbar - Панель задачИспользование и настройка главного меню и панели задач Haiku.
Типы файловУстановка приложений по умолчанию для определенного типа файлов, изменение типов файла и создание собственных.
АтрибутыОдна из основных особенностей Haiku позволит вам управлять и добавлять данные любого вида к любому файлу.
ИндексацияИспользование индексации для поиска по атрибутам.
ЗапросыИспользование быстрых запросов Haiku для поиска.
Семинар на тему: типы файлов, атрибуты, индексация и запросыИспользование особенностей Haiku на примере создания вашей DVD-коллекции.
Семинар: Управление почтойУзнайте как пользоваться почтовой системой Haiku с собственными статусами и запросами.
Семинар: Беспроводные сетиУстанавливаем соединение с вашей беспроводной сетью. Рассмотрена работа как с открытыми, так и с закрытыми сетями.
ApplicationsО том, как устанавливать/удалять приложения, а также как работать с приложениями, входящими в состав Haiku.
Апплеты Рабочего столаДополнительные приложения для установки на Рабочий стол и Deskbar.
НастройкиНастройка вашей системы.
Bash и написание сценариевО некоторых интересных сценариях, используемых системой, интернет-ресурсах, о работе с командной строкой и о написании сценариев.
- -
-
- - - diff --git a/docs/userguide/userguide/ru/deskbar.html b/docs/userguide/userguide/ru/deskbar.html deleted file mode 100644 index 959523f701..0000000000 --- a/docs/userguide/userguide/ru/deskbar.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - -
Содержание
- Меню
- Трей
- Список запущенных приложений -
- -

Deskbar

- -

Deskbar - это маленькая панель, которая по умолчанию располагается в правом верхнем углу экрана. Это аналог панели задач с кнопкой Пуск из Windows. Она содержит меню, из которого Вы можете запустить приложения и настройки, трей с часами и снизу - список запущенных приложений.

-positions -

Вы можете переместить Deskbar в любой угол, либо расположить на всю верхнюю\нижнюю границу экрана (как в Windows), ухватив за шероховатую область, расположенную слева от трея. Вы также можете свернуть эту панель в более компактную, ухватив за шероховатую область и потянув в сторону меню Deskbar.

- -

-index -Меню

-

Меню раскроется после того, как вы щелкните мышью по верхней области Deskbar:

-deskbar.png -
    -
  • О системе Haiku - Показывает информацию о системе, лицензиях и проекте Haiku.

  • - -
  • Найти... - Открывает диалог запросов.

  • -
  • Отображать репликанты - Активирует\деактивирует отображение репликантов.

  • -
  • Подключить - Предлагает те же самые опции, что и меню при правом щелчке мыши по Рабочему столу (для более подробного изучения обратитесь к теме Подключение разделов).

  • -
  • Настроить Deskbar... - Открывает окно с настройками Deskbar (описано ниже).

  • -
  • Завершение работы... - Предлагает опции: Перезагрузить компьютер и Выключить компьютер.

  • -
  • Недавние документы, папки, приложения - Список недавно открытых документов, папок и приложений.

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexНастройки Deskbar

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -Трей

-calendar.png -

Помимо всего прочего в трее располагаются часы. Наведите курсор мыши на часы и вы увидите текущую дату. Левый щелчок мыши по часам вызовет календарь. Правый щелчок мыши по часам вызовет контекстное меню, из которого можно запустить настройку времени, даты и временной зоны.
-А также позволит скрыть отображение часов.

-

Любая программа может установить иконку в трей для обеспечения быстрого доступа. Почтовый клиент, например, отображает другую иконку, когда у Вас есть непрочитанные письма и предлагает контекстное меню, например создание письма для отправки, для проверки почты. Другим примером является Контроллер процессов, использующий иконку в трее, которая отображает нагрузку процессора и использование памяти, а также предлагает контекстное меню.

- -

-index -Список запущенных приложений

-list-of-apps.png -

Вы можете обратиться к запущенному приложению, нажав на него в списке Deskbar и выбрав любое его окно из подменю. Правым щелчком мыши по приложению в списке вы можете свернуть или закрыть окна приложения, или само приложение.

-

Если вы активировали отображение экспандеров в настройках Deskbar, то можете разворачивать/сворачивать список окон приложения.

-

Перед каждым окном приложения находится иконка, которая отображает состояние окна. Светлая иконка означает, что окно развернуто, темная - свернута. Три полоски перед иконкой означают, что окно находится на другом рабочем столе.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/desktop-applets.html b/docs/userguide/userguide/ru/desktop-applets.html deleted file mode 100644 index 9069ba21fa..0000000000 --- a/docs/userguide/userguide/ru/desktop-applets.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Апплеты рабочего стола - - - - - - - - -
-
- -

Апплеты рабочего стола

- -

Haiku предлагает несколько полезных инструментов, которые могут быть установлены на Рабочий стол или Deskbar посредством их репликантов.

- - - - - - - - - - - -
iconПанель запуска Ярлыки для ваших любимых приложений.
iconСтатус сети Отображает статус подключения.
iconЭлектропитание Отображает состояние батареи ноутбука.
iconКонтроллер процессов Наблюдайте и управляйте каждым запущенным приложением или службой.
iconРабочие столы Миниатюрная версия всех рабочих столов.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/desktop-applets/launchbox.html b/docs/userguide/userguide/ru/desktop-applets/launchbox.html deleted file mode 100644 index 2a0e7cd23b..0000000000 --- a/docs/userguide/userguide/ru/desktop-applets/launchbox.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - Панель запуска (LaunchBox) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

launchbox-icon_64.pngПанель запуска (LaunchBox)

- - - - -
Расположение в Deskbar:Апплеты (Desktop applets)
Расположение в Tracker:/boot/system/apps/LaunchBox
Настройки хранятся по адресу:~/config/settings/LaunchBox/*
-

Одина или несколько Панелей запуска могут быть запущены для организации быстрого доступа к вашим избранным приложениям и документам. Вы сами решаете, будут ли они отображаться на всех рабочих столах, либо только на текущем. Также их можно использовать для быстрого открытия документов в определённом приложении, например, можно перетащить HTML файл на текстовый редактор в Панеле запуска, чтобы открыть его в нём, а не в его предпочтительном приложении - браузере.

-launchbox.png -

Все опции доступны из контекстного меню:

- - - - - - - - -
Добавить кнопку Добавляет пустую кнопку.
Очистить кнопку Делает кнопку пустой.
Удалить кнопку Удаляет кнопку.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Настройки
-- Расположить горизонтально
-- Размер значков
-- Игнорировать двойной щелчок
-- Отображать рамку окна
-- Всплывать при наведении
-- Отображать на всех рабочих столах
 
-Меняет расположение кнопок на горизонтальное.
-Устанавливает размер иконок от 16 до 64 пикселей.
-Запускает объект только один раз даже когда клик произведён, возможно случайно, дважды.
-Отображает рамку вокруг окна.
-Панель запуска показывается поверх всех окон, если подвести мышь к краю экрана.
-Отображает Панель запуска на всех рабочих столах.
Панель
-- Создать
-- Дублировать
-- Закрыть
 
-Создает новую панель.
-Дублирует текущую панель.
-Закрывает текущую панель.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/desktop-applets/networkstatus.html b/docs/userguide/userguide/ru/desktop-applets/networkstatus.html deleted file mode 100644 index eb10390eaf..0000000000 --- a/docs/userguide/userguide/ru/desktop-applets/networkstatus.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Статус сети (NetworkStatus) - - - - - - - - -
-
- -

networkstatus-icon_64.pngСтатус сети (NetworkStatus)

- - - - -
Расположение в Deskbar:Апплеты (Desktop applets)
Расположение в Tracker:/boot/system/apps/NetworkStatus
Настройки хранятся по адресу:отсутствует
-

Апплет Статус сети (NetworkStatus) отображает состояние вашего сетевого соединения. Если апплет ещё не запущен, то при его запуске вам будет предложено запустить его в окне, либо установить в Deskbar. В оконном режиме вы сможете изменить размер иконки изменив размер окна, а т.к. данный апплет является репликантом, то вы сможете поместить его на рабочий стол.
-Правый щелчок мыши вызовет контекстное меню.

-

NetworkStatus applet
-Первая секция содержит список всех сетевых устройств и их состояние. Кликнув по любому из них вы вызовете окно, в котором будут указаны IP-адрес, шлюз и маска сети. -Ниже находится список всех найденных беспроводных сетей, также уровень их сигнала. Для более подробного изучения работы с беспроводными сетями обратитесь к главе Семинар: Беспроводные сети. -
-В нижней секции находятся пукнты: -
Открыть настройки сети... (Open network preferences...), который вызывает окно настроек сети. -
Выход (Quit) - завершает работу апплета.

- -

Значки состояния

- - - - - - -
ПодключенСоединение установлено.
Устанавливается соединениеВыполняется подключение.
Неправильные настройкиНекоторые настройки отсутствуют (для более подробного изучения обратитесь к теме Настройка сети).
Нет соединенияФизическое подключение отсутствует (возможно, сетевой кабель не подключен и отсутствуют беспроводные сети).
-Отсутствует сетевая карта (если вы уверены, что сетевая карта подключена, то, возможно, для неё отсутствует драйвер).
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/desktop-applets/powerstatus.html b/docs/userguide/userguide/ru/desktop-applets/powerstatus.html deleted file mode 100644 index aed18630bf..0000000000 --- a/docs/userguide/userguide/ru/desktop-applets/powerstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Электропитание (PowerStatus) - - - - - - - - -
-
- -

powerstatus-icon_64.pngЭлектропитание (PowerStatus)

- - - - -
Расположение в Deskbar:Апплеты (Desktop applets)
Расположение в Tracker:/boot/system/apps/PowerStatus
Настройки хранятся по адресу:~/config/settings/PowerStatus settings
-

Апплет Электропитание (PowerStatus) отображает информацию об уровне заряда батареи, поэтому будет полезен для использования на мобильных компьютерах. Если апплет ещё не запущен, то при его запуске вам будет предложено запустить его в окне, либо установить в Deskbar. В оконном режиме вы сможете изменить размер иконки изменив размер окна, а т.к. данный апплет является репликантом, то вы сможете поместить его на рабочий стол.
-Правый щелчок мыши вызовет контекстное меню.

-

Помните: Для корректной работы PowerStatus требуется поддержка ACPI.

-PowerStatus applet -

Контекстное меню предлагает следующие опции:

- - - - - - - - -
Отображать текстом (Show text label)Отображает состояние батареи в процентах или оставшееся время работы.
Отображать иконку состояния (Show status icon)Отображает состояние заряда батареи в виде иконки.
Отображать проценты / время (Show percent / time)Переключение между отображением состояния заряда батареи в процентах и временном интервале (Опция Отображать текстом (Show text label) должна быть включена).
Информация о батарее (Battery info...)Вызывает окно, которое содержит подробную информацию о батарее.
Об апплете (About...)Вызывает окно "О приложении".
Закрыть (Quit)Закрыть апплет Электропитание (PowerStatus).
-

Если опция Отображать текстом (Show text label) включена, то уровень заряда батареи во время зарядки отображается в скобках .

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/desktop-applets/processcontroller.html b/docs/userguide/userguide/ru/desktop-applets/processcontroller.html deleted file mode 100644 index 5ba4dfa610..0000000000 --- a/docs/userguide/userguide/ru/desktop-applets/processcontroller.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - Контроллер процессов (ProcessController) - - - - - - - - -
-
- -

processcontroller-icon_64.pngКонтроллер процессов (ProcessController)

- - - - -
Расположение в Deskbar:Апплеты (Desktop applets)
Расположение в Tracker:/boot/system/apps/ProcessController
Настройки хранятся по адресу:отсутствует
- -

ProcessController appletОсновная задача апплета Контроллер процессов - показать активность центрального процессора и объем использованной оперативной памяти. Он позволяет производить мониторинг отдельных команд, назначать им приоритет, а так же принудительно завершать их, если какая-то программа зависнет. В многопроцессорных средах Контроллер процессов позволяет отключить отдельные процессоры или ядра. Когда Tracker или Deskbar завершают свою работы из-за ошибки, вы можете перезапустить их командой из меню Контроллер процессов.

-

Индикаторы в левой части показывают использование каждого процессора, в то время как полоса в правой части показывает потребление оперативной памяти. Помните, что количество индикаторов зависит от количества процессоров/ядер в компьютере.

-

Если вы запустили Контроллер процессов впервые, апплет спросит вас, должен ли он работать в оконном режиме, либо находиться в трее Deskbar. В оконном режиме вы можете -изменять размер полосы-индикатора, меняя размер окна, после чего перетащить его на рабочий стол в виде Репликанта
-Вне зависимости от режима функционирования апплета, управление им производится через контекстное меню, вызываемое правым кликом. -
-Для удаления апплета из трея Deskbar, снимите отметку напротив пункта Отображать в Deskbar в контекстном меню.

-

Завершить приложение

-ProcessController - Quit an application -

Для выхода из приложения выберите его имя в меню Завершить приложение. Это такой же корректный способ, как и нажатие на кнопку закрытия в заголовке окна. Будьте аккуратны, при завершении работы таких процессов как серверы и демоны, их закрытие может привести к нестабильности работы системы.

-

Использование памяти

-ProcessController - Memory usage -

Мониторинг использования памяти может быть немного неточным.

-

Это меню позволяет оценить объем использованной приложениями памяти в вашей системе. За именем приложения следуют две колонки - объем зарезервированной записываемой памяти и объем памяти, доступной только для чтения (например, общие библиотеки).

-

В первой строке Системные ресурсы и кеш отображается суммарный объем памяти, использованный системой и всеми приложениями. Длина синей полоски зависит от объема физической памяти в вашем компьютере. Следующие строки показывают занятую память для каждого процесса. Обратите внимание, что длина полоски зависит только от части использованной памяти.

- - - -
Память используется только одним приложением (с доступом на запись)
Память, включая место только для чтения (может использоваться несколькими приложениями)
- -

Потоки и загрузка ЦПУ

-

Это меню позволяет менять приоритеты нитей, принудительно завершать программы, либо производить их отладку.

-
Изменения, вносисые этими коммандами происходят глубоко в системе и могут привести к потере данных и нестабильности системы. Так что не промахнитесь мышкой!
-ProcessController - Priority - - - - -
Код ядра
Пользовательский код
Бездействие
-

На первом уровне вы видите название программ. Кликнув по нему, вы принудительно завершите программу и все ее нити. Темно-синяя часть полосы обозначает время, затраченное на уровне ядра, светло-голубая - затраченное на уровне пользователя, зеленая часть - нить простоя. Полоса, полностью заполненная синим цветом, показывает процесс, полностью занимающий процессор.

-

На втором уровне показаны потоки, составляющие процессы. Кликнув по потоку вы можете перейти к его отладке, либо принудительно его завершить. Полоса, полностью заполненная синим цветом, обозначает поток, занимающий время одного процессора или ядра.

-

Последний уровень меню позволяет вам менять приоритеты нитей. Меняйте его с осторожностью! Как правило, приоритет нити должен быть обратен загрузке процессора: чем больше нити требуется процессорное время, тем ниже должен быть ее приоритет. А вообще, вместо того, чтобы меня приоритет, свяжитесь с автором программы - это его забота.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/desktop-applets/workspaces.html b/docs/userguide/userguide/ru/desktop-applets/workspaces.html deleted file mode 100644 index 6c5719eff8..0000000000 --- a/docs/userguide/userguide/ru/desktop-applets/workspaces.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Апплет Рабочие столы (Workspaces Applet) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
-

workspaces-icon_64.pngРабочие столы (Workspaces)

- - - - -
Расположение в Deskbar:Апплеты (Desktop applets)
Расположение в Tracker:/boot/system/apps/Workspaces
Настройки хранятся по адресу:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - здесь хранятся позиции окон.
-


-workspaces.png -

Апплет для управления рабочими столами вы найдете в меню Апплет для рабочего стола (Desktop applets) панели задач Deskbar. Оно отображает миниатюрные версии всех рабочих столов. В контекстном меню доступны настройки, названия которых говорят сами за себя.
-Изменить количество рабочих столов (Change workspace count...) запустит настройки экрана, где вы сможете указать количество рабочих столов и их расположение (количество столбцов и строк).

-

Поскольку апплет является репликантом, вы можете изменить размер окна и поместить его на рабочий стол (убедитесь, что у вас включена опция Отображать репликанты (Show replicants) в меню панели задач Deskbar). Во время изменения размера удерживайте клавишу SHIFT - это позволит сохранить соотношение сторон.

- -

-index -Перемещение окон между рабочими столами

-

Чтобы переместить окно, просто выберите его в апплете и перенесите на другой рабочий стол. Это имеет преимущество в том, что вам не придется покидать текущий рабочий стол. Это неплохо работает, когда у вас не слишком много открытых окон и ваша цель не перекрыта другими окнами. Другая возможность заключается в том, чтобы удерживая окно за заголовок, переключиться на другой рабочий стол при помощи горячих клавиш ALT F1-F12.

-

Для более подробного изучения следует обратиться к теме Рабочее пространство.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Дополнительная функциональность

-

Апплет для управления рабочими столами предоставляет дополнительную функциональность при нажатии на окно и удержании одной из клавиш-модификаторов:

- - - - -
CTRLПоднять окно на передний план.
CTRL SHIFTСвернуть окно.
OPTОтправить окно на задний план.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/filesystem-layout.html b/docs/userguide/userguide/ru/filesystem-layout.html deleted file mode 100644 index 2300160088..0000000000 --- a/docs/userguide/userguide/ru/filesystem-layout.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - Иерархия файловой системы - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Иерархия файловой системы

- -

Иерархия файловой системы Haiku очень простая. По возможности используются понятные названия для файлов и папок для того, чтобы не вводить пользователя в замешательство. Важные для системы файлы и папки защищены от случайного изменения, предупреждая следующим образом:

-achtung-user.png  -achtung-system.png -

Второе предупреждение появляется в случае, если Вы попытаетесь удалить или переименовать что-нибудь в иерархии системы. Для того чтобы активировать кнопку "Сделать это" нужно удерживать клавишу SHIFT.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -Системная папка - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -Домашняя папка - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ Эта папка содержит настройки для всех приложений и некоторые настройки системы. Некоторые приложения хранят свои настройки в собственных папках, другие просто хранят конфигурационные файлы прямо здесь.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Эта папка для хранения сценариев пользователя, которые выполняются до или после загрузки/выключения системы.
boot/launch/ Создайте ссылку на приложение или документ в этой папке, и при каждой загрузке они будут запускаться.
beos_mime/ В этой MIME -базе данных Haiku отслеживает все типы файлов и их настройки (примечание: MIME - Multipurpose Internet Mail Extension — многоцелевые расширения интернет-почты, произносится как «майм»).
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ Здесь располагается один из файлов с настройками, которые могут быть интересны: файл kernel предлагает некоторые низкоуровневые настройки, например, отключение SMP, активация APM. Вы можете активировать настройки путем удаления символа комментария "#". Будьте осторожны!
Tracker/ Здесь располагаются несколько интересных папок:
DefaultFolderTemplate/Показывает и упорядочивает все атрибуты и размеры окна по вашему вкусу. Каждая новая папка, которую вы создадите, будет использовать этот шаблон.
DefaultQueryTemplates/Вы можете определить формат окна результатов поиска для определенных типов файлов. Для более подробного изучения следует обратиться к теме запросы: Окно результатов поиска..
Go/Поместите сюда ссылки на ваши избранные папки, и вы их увидите в диалогах открытия и сохранения. Для более подробного изучения следует обратиться к теме графический интерфейс Haiku: Избранные и недавно открытые папки.
Tracker New Template/Добавьте шаблон для любого типа файла, который впоследствии будет доступен в меню файлового менеджера Файл | Создать... menu. Для более подробного изучения следует обратиться к теме Tracker - Файловый менеджер: Работа с файлами.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/filetypes.html b/docs/userguide/userguide/ru/filetypes.html deleted file mode 100644 index fa497c43d6..0000000000 --- a/docs/userguide/userguide/ru/filetypes.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - Типы файлов - - - - - - - - -
-
- -

Типы файлов

- -

В отличие от Windows, Haiku не определяет тип файла по 3-м буквам расширения (например: .txt, .jpg, .mp3). Этот метод является лишь запасным выходом. Haiku использует MIME типы, как это принято в Интернете. (примечание: MIME - Multipurpose Internet Mail Extension — многоцелевые расширения почты интернета, произносится как «майм»).

-
Хотя и не существует причин использовать расширения в Haiku, не забывайте добавлять их к файлам, которыми вы хотите поделиться с пользователями других операционных систем, например по почте, загружая на сервер или обмениваясь с ними через USB-диск. Иначе их системы могут не распознать типы файлов.
- -

index -Настройки типа для определенного файла

-

Вы можете сменить тип любого файла, его иконку и приложение, которое с ним ассоциируется. Выделите файл, вызовите контекстное меню при помощи правого щелчка мышью и выберите Дополнения | Тип файла (Add-ons | Filetype add-on).

-filetype-addon.png - -

-index -Тип файла

-

В нашем случае это PNG-файл, его MIME-строка image/png. Давайте представим, что вы точно знаете, что это не PNG-файл, а GIF-файл. Вы можете изменить его тип, изменив MIME-строку вручную, либо при помощи любой из двух кнопок расположенных ниже:

- - - -
Выбрать... Показать окно со списком типов файлов, в котором следует выбрать image | GIF Image.
Также как... Открыть диалог, в котором вы можете выбрать файл с типом, который вам нужен.
- -

-index -Предпочтительное приложение

-

Это ниспадающее меню отображает список всех приложений, которые могут открыть файл определенного типа. Здесь вы можете выбрать приложение, которое должно открывать файл. Например, вы можете изменить предпочтительное приложение для HTML-файла с браузера на текстовый редактор, пока вы над ним работаете. Однако любой другой HTML-файл будет открываться в браузере.

- -

Приложение по умолчанию устанавливается глобально для каждого тип файла. Если вы не нашли приложение, которое хотите ассоциировать с этим файлом, в ниспадающем меню, вы можете воспользоваться кнопками Выбрать... и Такое же как..., которые выполняют аналогичные функции, которые описаны выше (см. "Тип файла").

- -

-index -Иконка

-

Не стоит удивляться тому, что место в правом верхнем углу для иконки пустое, т.к. иконки по умолчанию наследуются от системных типов файлов. Вы можете открыть файл, содержащий иконку, при помощи дополнения Тип файла (Filetype add-on) и перетащить эту иконку на ваш файл. Также можно дважды щелкнуть по области иконки и создать свою, либо изменить иконку. Для более подробного изучения информации о создании иконок обратитесь к теме Icon-O-Matic.

- -

-index -Индивидуальная настройка приложений

-

Если вы вызовите дополнение Тип файла для приложения (мы рассмотрим: Стильный редактор), то вы увидите следующее окно:

-filetype-addon-stylededit.png -

Сверху вместо стандартной MIME-строки вы увидите уникальную сигнатуру приложения. С её помощью система находит приложение, где бы оно ни было установлено.

-

Ниже расположены настройки поведения приложения:

- - - - - - -
Одиночный запуск Только один экземпляр приложения может быть запущен из исполняемого файла. Однако если вы имеете две копии приложения, они будут работать бок о бок.
Множественный запуск Одновременно может быть запущено несколько экземпляров приложения.
Единственный запуск Может быть запущен только один экземпляр приложения с данной сигнатурой
Только аргументы Указать приложению не отвечать на сообщения.
Фоновое приложение Приложение не будет отображаться в Twitcher и списке запущенных приложений в Deskbar.
-

Ещё ниже расположен список поддерживаемых файлов. Вы можете добавлять (или удалять) типы файлов, если вы думаете, что приложение сможет открыть их. Как следствие, приложение появится в меню предпочтительного приложения, либо в контекстном меню Tracker Открыть с помощью..., которое вызывается правым щелчком мыши по файлу.

-

В самом низу отображается информация о версии приложения и авторских правах. Как и сигнатура приложения, эта информация заполняется автором приложения и должна оставаться неизменной.

- -

-index -Глобальные настройки типов файла

-

Панель настройки Типы файлов никак не связана настройкой отдельных файлов, она позволяет управлять глобальными настройками типов файлов. Вы можете изменить стандартную иконку, предпочтительное приложение или добавить, удалить, либо изменить атрибуты для всех файлов определенного типа. Вы даже можете создать свой собственный тип файла с нуля.

-

Все типы файлов и их настройки хранятся по адресу /boot/home/config/settings/beos_mime/. Перед тем, как вы начнете экспериментировать, было бы разумно сделать резервную копию этой папки...

-

Для более подробного изучения панели настройки Типы файлов (FileTypes) обратитесь к теме: Семинар на тему: типы файлов, атрибуты, индексация и запросы..

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/gui.html b/docs/userguide/userguide/ru/gui.html deleted file mode 100644 index 990d257c9b..0000000000 --- a/docs/userguide/userguide/ru/gui.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Графический интерфейс Haiku - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - -
Содержание
- Быстрый способ перемещения и изменения размера окон
- Стекирование и прикремление
- Диалоги открытия и сохранения
- Replicants
- -

Графический интерфейс Haiku

- -

Графический интерфейс Haiku является неотъемлемой частью системы. В отличие от Unix-подобных операционных систем, здесь нет отдельного менеждера окон и невозможно загрузиться только в оболочку командной строки. Haiku нацелена на десктоп-пользователей.

-

Так как вы, вероятно, уже имели дело с другими графическими средами, давайте опустим обсуждение стандартных вещей вроде меню, контекстного меню, вызываемого правым щелчком мыши, перетаскивания объектов, и т.д. Вместо этого давайте перейдем к уникальным особенностям графического интерфейса Haiku.

-gui.png -

Есть несколько вещей в графическом интерфейсе Haiku, которые нуждаются в объяснении.

-
    -
  1. Панель задач, именуемая Deskbar, является аналогом меню "Пуск". Для более подробного изучения следует обратиться к теме Deskbar - Панель задач.

  2. -
  3. Желтый заголовок окна предлагает немного больше, чем просто название программы и название документа: -
    • Вы можете передвинуть его, удерживая клавишу SHIFT и перемещая в другую позицию. Если расположить ряд окон, то можно получить удобный доступ к ним по именам на заголовках окон.
    • -
    • Свернуть окно можно при помощи двойного щелчка на его заголовке (или при помощи комбинации клавиш CTRL ALT M). Доступ к свернутым окнам можно получить при помощи панели задач Deskbar или Twitcher.
    • -
    • Вы можете отправить окно на задний план при помоши правого щелчка мыши по заголовку или по краю окна.
  4. -
  5. Кнопка закрытия окна.

  6. -
  7. Позволяет развернуть окно на весь экран (или при помощи комбинации клавиш CTRL ALT Z).

  8. -
  9. Край окна. Движение мыши с нажатой левой кнопкой передвигает окно, с нажатой правой изменяет его размеры.

  10. -
  11. Угол окна. Потяните в любую сторону и окно поменяет свой размер.

  12. -
- -

-index -Быстрый способ перемещения и изменения размера окон

-

Перемещение и изменение размера окон очень важный аспект при параллельной работе с несколькими программами. Вместо того чтобы целиться на желтый заголовок окна или еще более тонкий край окна существует более удобный способ для перемещения окна. В дополнение к небольшому размеру угла окна он имеет и другое ограничение: с помощью него можно изменять размер окон только в направлении правого нижнего угла.
Ищменение размера окна с помощью правого клика работает, но опять же, вам придется хорошенько прицелиться.

-

Haiku предоставляет удобное чёткое решение данной проблемы - сочетание клавиш CTRL ALT и мыши. Для более подробного изучения управления окнами при помощи горячих клавиш обратитесь к теме Горячие клавиши.

-resizing.png -

Во время удержания клавиш CTRL ALT вы увидите, как подсвечиваются границы окна, в зависимости от того к какому из краёв указатель мыши находится ближе. Нажмите и удерживайте правую кнопку мыши и потяните, окно изменит размеры по направлению подсвеченных границ окна.

-

Во время удержания клавиш CTRL ALT нажмите и удерживайте левую кнопку мыши и потяните окно за любую область, таким образом вы сможете быстро переместить окно. Быстрый щелчок правой кнопкой мыши отправляет окно на задний план.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Диалоги открытия и сохранения

-

При сохранении или открытии файла в любом приложении вы увидите такое диалоговое окно:

-open-save.png -

Оно содержит все привычные вещи: список файлов в текущей папке, поле для названия файла (в случае диалога сохранения) и выпадающее меню для разных форматов файлов и настроек.
-Вы можете также выбрать папку для сохранения или открытия в выпадающем меню в верхней части диалогового окна.

-

Если у вас уже открыто окно файлового менеджера Tracker, вы можете просто перенести любой файл или папку из него (в том числе символ из верхнего правого окна) в диалог сохранения или открытия. Это изменит текущий путь диалога открытия или сохранения (изображение выше это иллюстрирует).

- -

-index -Горячие клавиши

-

Вы можете использовать большинство горячих клавиш, которые используются в файловом менеджере Tracker. А также команды, которые доступы через меню Файл. Вот некоторые из них:

- - - - - - - -
ALT NСоздать новую папку.
ALT E Переименовать выбранный файл или папку.
ALT Открыть папку уровнем выше.
ALT or ENTERОткрыть выделенную папку.
ALT DПерейти в папку, содержащую файлы с рабочего стола.
ALT HПерейти в домашнюю папку.
- -

-index -Избранные и недавно открытые папки

-

Меню Закладки обеспечивает доступ к недавно посещенным папкам и избранным местам, которые вы можете установить сами. Вы также можете использовать их для навигации.

-favorites.png -

Чтобы добавить что-нибудь в избранное, просто перейдите в нужное место и выберите в меню Закладки | Добавить текущую папку. Отныне эта папка будет доступна в любом диалоге открытия или сохранения. Для удаления чего-либо из избранного, выберите Закладки | Изменить закладки... и удалите.
-Все закладки хранятся по следующему пути /boot/home/config/settings/Tracker/Go/. Таким образом вы можете добавлять или удалять ссылки на файлы или папки непосредственно там.

- -

-index -Репликанты

-

Репликанты - это небольшие автономные части приложений, которые могут быть интегрированы в другие приложения. Если активировать в Deskbar опцию Отображать репликанты, то вы сможете отличить область репликанта по маленькому значку в правом нижнем углу:

-replicant.png -

Наиболее подходящим местом для репликантов является Рабочий стол: просто перетащите репликант за эту маленькую иконку в правом нижем углу на рабочий стол. Теперь репликант является частью рабочего стола и для его работы не требуется запуска оригинального приложения.
-Правым щелчком мыши по маленькой иконке в правом нижнем углу можно вызвать контекстное меню, которое содержит пункты О репликанте и Удалить репликант.

-
Если вы испытываете трудности с репликантом и не можете его удалить, то просто удалите файл ~/config/settings/Tracker/tracker_shelf. К сожалению, это приведет к удалению всех репликантов с рабочего стола.
-

Примерами репликантов являются ActivityMonitor, Workspaces applet и DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/ru/images/apps-images/activitymonitor.png b/docs/userguide/userguide/ru/images/apps-images/activitymonitor.png deleted file mode 100644 index 67f57ab208..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/ru/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/bootmenu.png b/docs/userguide/userguide/ru/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/cdplayer.png b/docs/userguide/userguide/ru/images/apps-images/cdplayer.png deleted file mode 100644 index 5076a0f6a1..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/charactermap.png b/docs/userguide/userguide/ru/images/apps-images/charactermap.png deleted file mode 100644 index d414d6faa8..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/cli-alert.png b/docs/userguide/userguide/ru/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/cli-desklink.png b/docs/userguide/userguide/ru/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/ru/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/codycam.png b/docs/userguide/userguide/ru/images/apps-images/codycam.png deleted file mode 100644 index aabccac232..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/debugger.png b/docs/userguide/userguide/ru/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/debugger_alert.png b/docs/userguide/userguide/ru/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/deskcalc.png b/docs/userguide/userguide/ru/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/ru/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index 15ae4d7eb1..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/diskprobe.png b/docs/userguide/userguide/ru/images/apps-images/diskprobe.png deleted file mode 100644 index 8502d9de3c..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/diskusage.png b/docs/userguide/userguide/ru/images/apps-images/diskusage.png deleted file mode 100644 index 14582ac39d..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/ru/images/apps-images/drivesetup-create.png deleted file mode 100644 index 609399ff12..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/ru/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/drivesetup.png b/docs/userguide/userguide/ru/images/apps-images/drivesetup.png deleted file mode 100644 index cc1ad63656..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/expander-preferences.png b/docs/userguide/userguide/ru/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/expander.png b/docs/userguide/userguide/ru/images/apps-images/expander.png deleted file mode 100644 index e01443fef1..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/ru/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/ru/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/ru/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/haikudepot.png b/docs/userguide/userguide/ru/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/ru/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/ru/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/installer.png b/docs/userguide/userguide/ru/images/apps-images/installer.png deleted file mode 100644 index 6876a09d84..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/magnify.png b/docs/userguide/userguide/ru/images/apps-images/magnify.png deleted file mode 100644 index b79e18287f..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mail-attachments.png b/docs/userguide/userguide/ru/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mail-preferences.png b/docs/userguide/userguide/ru/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mail-read.png b/docs/userguide/userguide/ru/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mail-signature.png b/docs/userguide/userguide/ru/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/ru/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mail-write.png b/docs/userguide/userguide/ru/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/ru/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 49436f072c..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/ru/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 984c383d17..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/ru/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 90f9aef6fc..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/mediaplayer.png b/docs/userguide/userguide/ru/images/apps-images/mediaplayer.png deleted file mode 100644 index 8e35a5cb8f..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/midiplayer.png b/docs/userguide/userguide/ru/images/apps-images/midiplayer.png deleted file mode 100644 index a5ce06e224..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/ru/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/ru/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/packageinstaller.png b/docs/userguide/userguide/ru/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/people-files.png b/docs/userguide/userguide/ru/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/people.png b/docs/userguide/userguide/ru/images/apps-images/people.png deleted file mode 100644 index b1b59e590f..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/poorman.png b/docs/userguide/userguide/ru/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/screenshot.png b/docs/userguide/userguide/ru/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/ru/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/ru/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/ru/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/ru/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/ru/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/stylededit.png b/docs/userguide/userguide/ru/images/apps-images/stylededit.png deleted file mode 100644 index 795429ca27..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/terminal-settings.png b/docs/userguide/userguide/ru/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/terminal.png b/docs/userguide/userguide/ru/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/textsearch.png b/docs/userguide/userguide/ru/images/apps-images/textsearch.png deleted file mode 100644 index 2cc28790d5..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/ru/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/web+download.png b/docs/userguide/userguide/ru/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/ru/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/ru/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/web+settings.png b/docs/userguide/userguide/ru/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/ru/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/ru/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/ru/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/ru/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/ru/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/apps-images/webpositive.png b/docs/userguide/userguide/ru/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/ru/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/attributes-images/people.png b/docs/userguide/userguide/ru/images/attributes-images/people.png deleted file mode 100644 index e5691f4d21..0000000000 Binary files a/docs/userguide/userguide/ru/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/calendar.png b/docs/userguide/userguide/ru/images/deskbar-images/calendar.png deleted file mode 100644 index 4dc7413e29..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/deskbar.png b/docs/userguide/userguide/ru/images/deskbar-images/deskbar.png deleted file mode 100644 index 704e8880b3..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/ru/images/deskbar-images/list-of-apps.png deleted file mode 100644 index 74f95d6073..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/positions.png b/docs/userguide/userguide/ru/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/ru/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/ru/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/ru/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/ru/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/ru/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/ru/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/ru/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/ru/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/ru/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/ru/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/ru/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/ru/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/ru/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/ru/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 2cf2ea9c01..0000000000 Binary files a/docs/userguide/userguide/ru/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/gui-images/favorites.png b/docs/userguide/userguide/ru/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/ru/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/ru/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/ru/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/gui-images/gui-stacking.png b/docs/userguide/userguide/ru/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/ru/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/gui-images/gui-tiling.png b/docs/userguide/userguide/ru/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/ru/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/gui-images/gui.png b/docs/userguide/userguide/ru/images/gui-images/gui.png deleted file mode 100644 index 6bcb6e5b38..0000000000 Binary files a/docs/userguide/userguide/ru/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/gui-images/open-save.png b/docs/userguide/userguide/ru/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/ru/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/gui-images/resizing.png b/docs/userguide/userguide/ru/images/gui-images/resizing.png deleted file mode 100644 index d5eb3a6cc3..0000000000 Binary files a/docs/userguide/userguide/ru/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/networkstatus-images/applet.png b/docs/userguide/userguide/ru/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/ru/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/ru/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/ru/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/ru/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/ru/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/ru/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/ru/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/ru/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/ru/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/ru/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/ru/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/powerstatus-images/applet.png b/docs/userguide/userguide/ru/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/ru/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index b356c68bce..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-colors.png deleted file mode 100644 index de3048f0a3..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99f8921a4c..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-fonts.png deleted file mode 100644 index bcf826db8b..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/ru/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/backgrounds.png b/docs/userguide/userguide/ru/images/prefs-images/backgrounds.png deleted file mode 100644 index ed2d74b763..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/datatranslations.png b/docs/userguide/userguide/ru/images/prefs-images/datatranslations.png deleted file mode 100644 index 51df713d17..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-in.png deleted file mode 100644 index 970e1abd54..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/ru/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 8a9237d7dd..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/fonts.png b/docs/userguide/userguide/ru/images/prefs-images/fonts.png deleted file mode 100644 index d146de95ae..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/keyboard.png b/docs/userguide/userguide/ru/images/prefs-images/keyboard.png deleted file mode 100644 index 1c934ab38c..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/ru/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/keymap.png b/docs/userguide/userguide/ru/images/prefs-images/keymap.png deleted file mode 100644 index c552dac34c..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/ru/images/prefs-images/locale-formatting.png deleted file mode 100644 index 3afc73dbd9..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/locale-language.png b/docs/userguide/userguide/ru/images/prefs-images/locale-language.png deleted file mode 100644 index 38bd68344e..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/mouse.png b/docs/userguide/userguide/ru/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/ru/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/ru/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/ru/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/ru/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/network.png b/docs/userguide/userguide/ru/images/prefs-images/network.png deleted file mode 100644 index 0d6fa5592c..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/screen.png b/docs/userguide/userguide/ru/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/ru/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/ru/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/sounds.png b/docs/userguide/userguide/ru/images/prefs-images/sounds.png deleted file mode 100644 index b21aa1ab55..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/time-clock.png b/docs/userguide/userguide/ru/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/time-network.png b/docs/userguide/userguide/ru/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/time-time.png b/docs/userguide/userguide/ru/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/time-timezone.png b/docs/userguide/userguide/ru/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/touchpad.png b/docs/userguide/userguide/ru/images/prefs-images/touchpad.png deleted file mode 100644 index 61e5cabb3d..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/ru/images/prefs-images/virtualmemory.png deleted file mode 100644 index c6709da928..0000000000 Binary files a/docs/userguide/userguide/ru/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/processcontroller-images/applet.png b/docs/userguide/userguide/ru/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/ru/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/processcontroller-images/memory.png b/docs/userguide/userguide/ru/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/ru/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/processcontroller-images/priority.png b/docs/userguide/userguide/ru/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/ru/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/processcontroller-images/quit.png b/docs/userguide/userguide/ru/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/ru/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/queries-images/basic-query.png b/docs/userguide/userguide/ru/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/ru/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/queries-images/formula-query.png b/docs/userguide/userguide/ru/images/queries-images/formula-query.png deleted file mode 100644 index 9e512cb509..0000000000 Binary files a/docs/userguide/userguide/ru/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/queries-images/query-window-filled.png b/docs/userguide/userguide/ru/images/queries-images/query-window-filled.png deleted file mode 100644 index 540415c972..0000000000 Binary files a/docs/userguide/userguide/ru/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/queries-images/query-window.png b/docs/userguide/userguide/ru/images/queries-images/query-window.png deleted file mode 100644 index 2e5cbd7e82..0000000000 Binary files a/docs/userguide/userguide/ru/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/queries-images/result-window.png b/docs/userguide/userguide/ru/images/queries-images/result-window.png deleted file mode 100644 index 9ba92276b5..0000000000 Binary files a/docs/userguide/userguide/ru/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/ru/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 3d25fbf10e..0000000000 Binary files a/docs/userguide/userguide/ru/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/drill-down.png b/docs/userguide/userguide/ru/images/tracker-images/drill-down.png deleted file mode 100644 index 2de356c66d..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/get-info.png b/docs/userguide/userguide/ru/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/mount-settings.png b/docs/userguide/userguide/ru/images/tracker-images/mount-settings.png deleted file mode 100644 index 8f780abb67..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/new-menu.png b/docs/userguide/userguide/ru/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/ru/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/open-with.png b/docs/userguide/userguide/ru/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/ru/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/transaction-status.png b/docs/userguide/userguide/ru/images/tracker-images/transaction-status.png deleted file mode 100644 index 412ed990d5..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/ru/images/tracker-images/window-drill-down.png deleted file mode 100644 index f7af3f3906..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/window-menu.png b/docs/userguide/userguide/ru/images/tracker-images/window-menu.png deleted file mode 100644 index e74d34304b..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/ru/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 26da4dc153..0000000000 Binary files a/docs/userguide/userguide/ru/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-email-images/browsing.png b/docs/userguide/userguide/ru/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/ru/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-email-images/query-1.png b/docs/userguide/userguide/ru/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-email-images/query-2.png b/docs/userguide/userguide/ru/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-email-images/query-3.png b/docs/userguide/userguide/ru/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-email-images/query-4.png b/docs/userguide/userguide/ru/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-email-images/status.png b/docs/userguide/userguide/ru/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index df53bbed7a..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d65cff7acf..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index ef6f90161a..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 0866ce3fe3..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 22cb5b5c54..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/ru/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/ru/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/ru/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/ru/images/workspaces-images/workspaces.png b/docs/userguide/userguide/ru/images/workspaces-images/workspaces.png deleted file mode 100644 index d98ab46748..0000000000 Binary files a/docs/userguide/userguide/ru/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/ru/index.html b/docs/userguide/userguide/ru/index.html deleted file mode 100644 index aade9ed354..0000000000 --- a/docs/userguide/userguide/ru/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - Содержание - - - - - - - - -
-
- -

Содержание

- -

Атрибуты и Запросы являются ключевыми особенностями Haiku. Хотя атрибуты и полезны для отображения дополнительной информации о файлах, но для поиска по ним требуется их проиндексировать. Индексы заносятся в таблицу поиска, что делает запросы мгновенными.
-Индекс является частью файловой системы и хранится отдельно для каждого раздела.

- -

Индексация при помощи Терминала

-

Ниже приведено несколько команд для управления индексами:

-
    -
  • lsindex - Отображает проиндексированные атрибуты на текущем разделе.
    -Следующие атрибуты проиндексированы по умолчанию:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Индексирует заданный атрибут на текущем разделе.
  • -
-
Использование: mkindex [опции] <атрибут> 
-Создает новый индекс для указанного атрибута.
- 
-  -d, --volume=PATH     путь к разделу, на который будет добавлен индекс,
-                        по умолчанию на текущий раздел.
-  -t, --type=TYPE       тип индексируемого атрибута. Один из следующих: "int", 
-                        "llong", "string", "float", or "double".
-                        Defaults to "string". 
-      --copy-from       путь к разделу, с которого нужно скопировать индексы .
-  -v, --verbose         выводит информацию о создаваемом индексе.
-

Только новые файлы с заданным атрибутом будут автоматически добавлены в индекс!
-Уже существующие файлы придется добавлять вручную, путем копирования и удаления оригинала. В качестве альтернативы можно воспользоваться программой reindex. -

-
    -
  • reindex - Добавляет атрибуты для уже существующих файлов во вновь созданный индекс на текущем разделе.
  • -
-
Использование: reindex [-rvf] attr <список имен файлов и/или каталогов> 
-  -r    вводит каталоги рекурсивно
-  -v    подробный вывод
-  -f    создание/обновление всех индексов с исходного раздела, 
-  "attr" - путь к исходному разделу
-
-
-
-
    -
  • rmindex - Позволяет удалить атрибут из индекса с текущего раздела.
  • -
-
Использование: rmindex [ОПЦИЯ]... ИМЯ_ИНДЕКСА 
- 
-Удаляет индекс под названием ИМЯ_ИНДЕКСА с раздела. Как только это будет 
-сделано, то больше невозможно будет использовать поисковые запросы для 
-файлов по атрибуту ИМЯ_ИНДЕКСА.
-
- 
-  -d, --volume=PATH     путь к разделу, с которого будет удален индекс
-  -h, --help            отображает эту справку и закрывает утилиту
-  -p, --pattern         ИМЯ_ИНДЕКСА является шаблоном
-  -v, --verbose         выводит информацию об удаляемом индексе
- 
-ИМЯ_ИНДЕКСА - название атрибута файла.
- 
-Если раздел не указан, то будет использоваться текущий.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/keyboard-shortcuts.html b/docs/userguide/userguide/ru/keyboard-shortcuts.html deleted file mode 100644 index 516950387e..0000000000 --- a/docs/userguide/userguide/ru/keyboard-shortcuts.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - Горячие клавиши - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Горячие клавиши

- -

По умолчанию в Haiku опциональной клавишей, например для вызова команд меню, является ALT, вместо CTRL. Так исторически сложилось, что BeOS переняла некоторые вещи из MacOS. После того, как вы привыкните, вы действительно ощутите удобство, например, сочетания клавиш ALT C и ALT V запросто можно использовать в оболочке терминала bash, где сочетание клавиш CTRL C привело бы к остановке текущего процесса.

-

В любом случае, вы сможете переключиться на более привычную клавишу CTRL в настройках раскладки. В руководстве пользователя всегда будут описываться примеры с использованием стандартной опциональной клавиши ALT.

-

Если вы сомневаетесь, какая клавиша является OPT или MENU на вашем типе клавиатуры/раскладки, воспользуйтесь настройками раскладки. В ней вы можете увидеть, какая кнопка будет нажиматься при нажатии на клавишу вашей клавиатуры.

- -

-index -Основные горячие клавиши

-

Ниже представлен список наиболее часто используемых горячих клавиш, которые всегда доступны:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxПереключиться на рабочий стол X (Fx, где x номер рабочего стола). Для перемещения активного окна следует также удерживать клавишу SHIFT.
CTRL ALT ///Перемещение по рабочим столам. Для перемещения активного окна следует также удерживать клавишу SHIFT.
OPTПеремещайте одно окно за ярлычок к ярлычку другого и удерживайте в это время клавишу OPT и окна соединятся.(более подробно в теме Графический интерфейс).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + левый щелчок мышиДля перемещения окна щёлкните левой кнопкой мыши и потащите его. (более подробно в теме Графический интерфейс).
CTRL ALT + правый щелчок мышиДля изменения размера окна щёлкните правой кнопкой мыши и потащите его. (более подробно в теме Графический интерфейс).
CTRL ALT ZРазвернуть активное окно на весь экран.
CTRL ALT MСвернуть активное окно.
CTRL ALT HСвернуть все окна активного приложения.
CTRL ALT FПоднять активное окно на передний план (работает только при включенной опции фокус следует за мышью ).
CTRL ALT BОтправить активное окно на задний план.
CTRL TABПереключиться между активными приложениями, при удержании вызовется Twitcher.
CTRL ALT DELВызывать Team Monitor.
ALT ESCВызвать меню приложения (для того, чтобы покинуть, используйте клавишу ESC).
ALT CСкопировать выделение в буфер обмена.
ALT XВырезать выделение в буфер обмена.
ALT VВставить содержимое буфера обмена.
ALT WЗакрыть активное окно.
ALT QЗакрыть активное приложение.
PRINTСнять снимок экрана и запустить приложение Снимок экрана.
SHIFT PRINTСнять снимок экрана без запуска приложения "Снимок экрана", используя последние настройки.
CTRL PRINTСнять снимок экрана без запуска приложения "Снимок экрана", используя последние настройки с сохранением в буфер обмена.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Горячие клавиши навигации в Tracker

-

В дополнение к основным, несколько горячих клавиш для навигации при помощи Tracker:

- - - - - - - - -
ALT Открыть родительскую папку.
ALT  или ENTERОткрыть выделенную папку.
OPTПри удерживании этой клавиши при открытии папки, будет автоматически закрыта родительская. Это также работает при навигации мышью.
MENUОткрыть меню Deskbar (для того, чтобы покинуть, используйте ESC).
ALT ZОтменить последнее действие. Помните, это распространяется только на работу с файлами! Изменения атрибутов и прав доступа не могут быть отменены при помощи этих клавиш. Также, если файл удален из Корзины (Trash), то он удален навсегда.
ALT SHIFT ZПовторить действие, которое было отменено при помощи ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Горячие клавиши терминала

- - - - - - - - - - - - - - - - -
ALT NОткрыть новую сессию терминала в новом окне.
ALT TОткрыть новую сессию терминала в новой вкладке.
ALT 1, 2, 3...Переключение между соответствующими вкладками.
ALT TABПереключиться к следующему окну терминала.
SHIFT /Переключение к предыдущей/следующей вкладке.
ALT SHIFT / Переместить текущую вкладку влево/вправо.
ALT + / -Увеличить/Уменьшить размер шрифта.
ALT ENTERВойти/покинуть полноэкранный режим.
SHIFT /Прокрутить содержимое терминала вверх/вниз на одну строку.
SHIFT PageUP/PageDOWNПрокрутить содержимое терминала вверх/вниз на одну страницу.
TABПосле ввода нескольких букв имени файла или пути, если нажмете TAB, то название автодополнится. Если будет более одного соответствия, то дополнение остановится в том месте, где начинается различие в названиях, и вам следует ввести ещё несколько букв. Если вы нажмете TAB дважды, то отобразится список всех соответствий.
/Просмотр истории всех ранее введенных команд.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CОстановить запущенную в данный момент команду.
CTRL DЗакрыть текущую сессию терминала.
- -

-index -Другие комбинации клавиш

-

Вы можете добавить\удалить элементы в\из выделения, удерживая клавиши-модификаторы и кликая по элементам.

- - - -
SHIFTПозволяет выделить все элементы между первым выделенным и тем, на который вы нажмете.
ALTПозволяет добавить или удалить элемент к уже выделенным, щелкнув по нему мышью.
-

Если вы начнете набирать текст в окне Tracker, то выделится файл, название которого больше всего совпадает с набранными символами. Если нет файла, имя которого начинается с набранных вами символов, то будет выделен файл, в имени или атрибуте которого эти символы содержатся -(в любой части имени файла). Этот поиск не чувствителен к регистру.
-Символы, которые вы набираете, появляются в левом нижнем углу окна, где обычно указано количество файлов. Через секунду все вернется к исходной позиции, и вы сможете начать новый поиск. -Помимо этого способа есть ещё один. Он позволяет фильтровать список файлов и папок по названию, путём ввода символов. Более подробно в теме Фильтрация файлов и папок по названию.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences.html b/docs/userguide/userguide/ru/preferences.html deleted file mode 100644 index e74eb5b178..0000000000 --- a/docs/userguide/userguide/ru/preferences.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - Настройки - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Настройки

- -

Хотя ключевой философией Haiku является минимизировать опции и предоставить разумные настройки по умолчанию, есть некоторые вещи, которые нужно настроить и которые могут быть установлены в связи с индивидуальными предпочтениями. Все панели настроек вы можете найти в меню Deskbar под названием Настройки (Preferences).

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconВнешний вид Настройка некоторых аспектов графического интерфейса.
iconФон Выбрать цвет или изображение для фона рабочего стола или папки.
iconТрансляция данных Настройки для всех поддерживаемых форматов данных.
iconDeskbar Настройки Deskbar.
iconПочта Настройка E-mail аккаунтов.
iconТипы файлов Добавление, удаление и настройка типов файлов.
iconКлавиатура Настройка частоты повторения и задержки ввода после нажатия клавиши.
iconРаскладка Настройка раскладки клавиатуры.
iconЛокаль Языковые настройки системы.
iconМедиа Настройка аудио и видео устройств.
iconМышь Настройка мыши.
iconСеть Настройка сети.
iconПринтеры Добавление, удаление и настройка принтеров.
iconЭкран Настройка разрешения, глубины цвета, частоты обновления экрана и установка количества рабочих столов.
iconХранитель экрана Добавление, удаление и настройка заставок.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconЗвуки Назначить звуки на различные действия системы.
iconВремя Установить время, число и часовой пояс.
iconTracker Настройка файлового менеджера Haiku.
iconСенсорная панель Настройка сенсорной панели.
iconВиртуальная память Установить размер подкачки.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/appearance.html b/docs/userguide/userguide/ru/preferences/appearance.html deleted file mode 100644 index 56b018c52d..0000000000 --- a/docs/userguide/userguide/ru/preferences/appearance.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - Внешний вид (Appearance) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

appearance-icon_64.pngВнешний вид

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Appearance
Настройки хранятся по адресу:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

С помощью панели настройки Внешний вид вы сможете изменить некоторые свойства внешнего вида Haiku.

- -

-index -Шрифты

-appearance-fonts.png -

Haiku определяет 3 стандартных шрифта для различных целей. Вы можете установить простые, жирные и моноширинные типы шрифтов, а также размеры, которые будут использованы во всей системе. Кроме этого есть еще отдельная настройка для шрифта, использующегося в меню.

- -

-index -Установка новых шрифтов

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Цвета

-appearance-colors.png -

На вкладке Цвета вы можете изменять цвет различных элементов интерфейса. Метод drag&drop позволит вам указать нужный цвет из других программ, таких как WonderBrush, Icon-O-Matic или панели Фон.

- -

-index -Декораторы окон

-appearance-decorators.png -

Декораторы определяют внешний вид окон и всех элелементов пользовательского интерфейса. Сейчас Haiku имеет по умолчанию только один декоратор. Если Вы найдете и установите другие декораторы, Вы сможете выбрать их в данном меню.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Сглаживание

-appearance-antialiasing.png -

Вторая вкладка, Сглаживание, позволяет настроить способ отображения текста на экране.

- -

-index - -Уточнение

-

Включенный режим Уточнение выравнивает символы таким образом, что их вертикальные и горизонтальные границы будут располагаться между двумя пикселями. Результатом чего будет превосходная контрастность символов, особенно в случае черного текста на белом фоне. Текст становится более четким. Так же этот режим можно применить исключительно для Моноширинных шрифтов, что особенно полезно на устройствах с низким разрешением, таких как нетбуки. Когда уточнение включено, мелкие шрифты могут выглядеть довольно-таки плохо, но этот режим все же позволит получить выгоду от уточнения в текстовых редакторах и в Terminal.

-

Заметить разницу, вносимую уточнением, можно, сравнив эти увеличенные снимки экрана:

- - -
appearance-glyph-off.png
Уточнение: выключено
appearance-glyph-on.png
Уточнение: включено
-

Следует отметить, что текст во всех окнах Magnify на этой странице, разумеется, отображается с различными параметрами уточнения. То есть Вы можете сравнить результаты настройки на реальном примере: заголовок окна, набранный полужирным шрифтом, или же надпись "33 x 15 @ 8 pixels/pixel".

- -

-index -Тип сглаживания

-

Другой техникой улучшения отображения графики и текста является Сглаживание. Линии сглаживаются за счет смены цвета некоторых пикселей. Применяются два метода сглаживания:

-

Оттенки серого - меняет интенсивность цвета пикселя на границе.
-Субпиксельное сглаживание, гораздо более эффективно, особенно на ЖК-мониторах (высокого разрешения). При таком сглаживании меняется не интенсивность цвета пикселя, а его оттенок, "устанавливающий" границу элемента на доли пикселя, за счет того, что ЖК-мониторы используют красную, зеленую и синюю компоненту для отображения каждого пикселя.

-

И снова сравним два этих метода на увеличенных снимках экрана:

- - -
appearance-glyph-off.png
Оттенки серого: включено, Уточнение: выключено
appearance-subpixel.png
Субпиксельное сглаживание: включено, Уточнение: выключено
-

Субпиксельное сглаживание добавляет цветные артефакты на границах объектов, что врядли кому-то понравится. Haiku позволяет вам одновременно использовать оба метода сглаживания - перемещая бегунок, вы сможете найти их приемлемое соотношение.

-
Субпиксельное сглаживание в комбинации с уточнением - вопрос патентирования ПО, поэтому такой режим недоступен по умолчанию. В зависимости от законодательства страны, в которой вы проживаете, вы можете получить разблокированную версию. Приносим свои извинения. Свяжитесь с вашим представителем.
-

Если вы активируете уточнение с субпиксельным сглаживанием путем модификации и перекомпиляции исходного кода, то сможете сравнить результат со сглаживанием оттенками серого:

- - -
appearance-glyph-on.png
Оттенки серого: включено, Уточнение: включено
appearance-glyph-on-subpixel.png
Субпиксельное сглаживание: включено, Уточнение: включено
-


-

В нижней части панели располагаются две кнопки:

- - - -
По умолчанию сбросить текущие настройки и установить их на значения по умолчанию.
Вернуть вернуть настройки, которые были установлены до запуска панели настройки.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/backgrounds.html b/docs/userguide/userguide/ru/preferences/backgrounds.html deleted file mode 100644 index 2182f84823..0000000000 --- a/docs/userguide/userguide/ru/preferences/backgrounds.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Фон (Backgounds) - - - - - - - - -
-
- -

backgrounds-icon_64.pngФон (Backgrounds)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Backgrounds
Настройки хранятся по адресу:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - хранятся координаты окна панели.
-

Вы можете назначить любой цвет или изображение в качестве фона для каждого рабочего стола или папки.

-


-backgrounds.png -

Меню в верней части панели настройки позволяет определить, хотите ли вы применять производимые настройки к текущему рабочему столу или ко всем, к определенной папке или же для каждой вновь создаваемой.

-

Под ним вы можете назначить изображение или выбрать Не выбрано, если хотите оставить только цветной фон. Изображения также можно перемещать мышкой на окно предпросмотра слева.

-

Если вы используете изображение в качестве фона, то можно выбрать способ его расположения на рабочем столе:

- - - - - -
Вручную позволяет задать координаты. Вы можете перемещать изображение в окне предварительного просмотра или же ввести координаты X и Y вручную.
По центру располагает изображение по центру экрана.
Растянуть подгоняет изображение под разрешение рабочего стола, вне зависимости от его размеров.
Плиткой заполняет рабочий стол повторяющимся изображением.
-

Активация опции Контурный текст иконок придаёт тексту иконок тонкий контур вокруг них.

-

Каким будет фактический цвет текста у иконок (чёрным или белым) зависит от настроек фонового цвета. При тёмном цвете фона цвет текста становится белым, а при светлом - черным. Если вы назначили очень яркое фоновое изображение, то необходимо и цвет фона сделать светлым, чтобы цвет текста иконок стал черным (Или же активируйте контуры текста как сказано выше).
-Выбранный цвет также отражен в апплете управления рабочими столами, который игнорирует изображения как фон.

- - - -
Вернуть Вернуть настройки, которые были установлены до запуска панели настройки.
Применить Применить установленные настройки.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/datatranslations.html b/docs/userguide/userguide/ru/preferences/datatranslations.html deleted file mode 100644 index 4c41eaf0fb..0000000000 --- a/docs/userguide/userguide/ru/preferences/datatranslations.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Трансляция данных (DataTranslations) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

datatranslations-icon_64.pngТрансляция данных (DataTranslations)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/DataTranslations
Настройки хранятся по адресу:~/config/settings/* - Здесь каждый транслятор создает файл своих настроек, когда вы меняете настройки по умолчанию.
-~/config/settings/system/DataTranslations settings - Запоминает настройки положения окна.
-

Любое приложение получает возможность открывать и сохранять файлы такого формата, для которого установлен транслятор. Настройки трансляторов задаются в этом приложении.

-


-datatranslations.png -

В зависимости от возможностей, каждый транслятор имеет свои собственные настройки. Как минимум вы увидите кнопку Инфо..., которая открывает окно о создателях транслятора и пути установки.
-Таблица, представленная ниже, дает краткую характеристику трансляторов, установленных по умолчанию и их наиболее полезные параметры.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP изображения24 бита, без сжатия, без прозрачности
EXR изображенияILM формат растровых изображений расширенного динамического диапазона (HDR).
GIF изображения8 бит, сжатие без потерь, поддерживает прозрачность.
-Вы можете уменьшить размер файла, ограничив количество используемых цветов или выбрав другую палитру
-Канал прозрачности может быть выбран автоматически или вручную - установкой соответствующей RGB-величины.
HVIF iconsTranslator for Haiku's vector icon format
JPEG2000 изображения24 бита, поддерживается сжатие, не поддерживается прозрачность.
-Скорее всего здесь вам понадобится только уровень качества выходного изображения.
JPEG изображения24 бита, поддерживается сжатие, не поддерживается прозрачность.
-Кроме качества выходного изображения, вы также можете установить уровень размытия, который уменьшит количество артефактов компрессии, но сделает изображение чуть менее четким.
PCX изображения24 бита, поддерживается сжатие, не поддерживается прозрачность, стандартный формат программы PC Paintbrush.
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
PNG изображения32 бита, сжатие без потерь, поддерживает прозрачность
PPM изображения24 бита, без сжатия, не поддерживает прозрачность, формат Portable PixMap
RAW изображениявплоть до 48 бит, без сжатия, не поддерживает прозрачность
RTF текстовые файлыФорматированный текст
SGI изображения24 бита, сжатие без потерь (опционально), поддерживает прозрачность
Файлы StyledEditPlain text with formatting stored in attibutes
TGA изображения32 бита, сжатие без потерь (опционально), поддерживает прозрачность
TIFF изображения24 бита, сжатие без потерь (опционально), поддерживает слои и прозрачность
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
WonderBrush изображения 32 бита, поддерживает слои и прозрачность, хранит векторные и пиксельные данные
-


-
Снимки экрана, графики, черно-белые рисунки и другие изображения, в которых обычно используются всего несколько цветов, как и маленькие изображения лучше всего сохранять в формате GIF (поддерживается вплоть до 256 цветов) или PNG (миллионы цветов). JPEG, например, добавит артефакты сжатия, при этом не уменьшив размер файла.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/deskbar.html b/docs/userguide/userguide/ru/preferences/deskbar.html deleted file mode 100644 index 4218038f32..0000000000 --- a/docs/userguide/userguide/ru/preferences/deskbar.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Deskbar
Настройки хранятся по адресу:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Настройки Deskbar также доступны в меню самого Deskbar. Описание настроек рассмотрена в теме Deskbar - Панель задач.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/e-mail.html b/docs/userguide/userguide/ru/preferences/e-mail.html deleted file mode 100644 index 34c63ae7c7..0000000000 --- a/docs/userguide/userguide/ru/preferences/e-mail.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - Электронная почта (E-mail) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - -
Содержание
- Создание нового почтового аккаунта
- Настройки аккаунта
- Настройки входящей почты
- Настройки исходящей почты
- Настройки почтовых фильтров
- Настройка почтового сервиса
- -

e-mail-icon_64.pngЭлектронная почта (E-mail)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/E-mail
Настройки хранятся по адресу:~/config/settings/Mail/*
-

В Haiku включена система, которая регулярно доставляет электронную почту через почтовый сервис (также известный как mail_daemon) и сохраняет каждое письмо как один текстовый файл. Она анализирует письмо и заполняет его атрибуты всей необходимой информацией: от кого оно, к кому, тема письма и статус, что оно не прочитано, после чего эти данные становятся доступны вам и любому приложению. Также эта система позволяет легко менять почтовые клиенты, так как все данные и настройки остаются неизменными. -Все параметры настраиваются в панели настроек электронной почты (E-Mail).

- -

-index -Создание нового аккаунта электронной почты

-

Пройдем через весь процесс настройки аккаунта электронной почты.
-Сперва нажмите на кнопку Добавить, чтобы создать новый аккаунт, при этом откроется панель, в которой необходимо заполнить ваши регистрационные данные:

-e-mail-new-account.png -

Вначале, вы выбираете как вы будете получать свою почту: через протокол POP3 или IMAP.

-

Теперь введите ваш E-mail адрес, Имя пользователя и Пароль, задайте Имя аккаунта, которое будет использоваться в Haiku, и ваше Настоящее имя.

-

Если у вас аккаунт от крупного провайдера электронной почты, то в Haiku уже встроены технические сведения, такие как IP-адреса серверов. Эта информация заполнится автоматически. Если этого не произошло, -нажатие кнопки Далее откроет другое окно, где можно будет ввести нужную информацию вручную:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Кликните на Входящие (Incoming) под названием вашего аккаунта для настройки получения электронной почты.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

Если вы используете протокол POP3 и получаете почту через этот аккаунт с разных компьютеров, то вы можете активировать опцию Хранить почту на сервере (Leave mail on server). Удаляться письма с сервера будут только при активации опции Удалять почту с сервера при локальном удалении (Remove mail from server when deleted).

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Кликните на Исходящие (Outgoing) под именем вашего аккаунта для настройки отправки электронной почты.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

Если необходима авторизация, то измените Тип входа (Login Type) на ESMTP и выше введите имя пользователя и пароль. Другой тип предназначен для провайдеров, которым для проверки почты нужна Авторизация POP3 перед SMTP (POP3 before SMTP).

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

Фильтр спама использует статистические методы для выявления нежелательных писем. Он присваивает им значения от 0 до 1 и вы сами решаете, какое значение допустимо для подлинной почты, а что будет считаться спамом.
-Вы можете добавить этот спам-рейтинг к началу темы.
-Кроме того, фильтр спама может обучаться на всей входящей электронной почте. Конечно, вам придётся научить его разбираться с ошибочными срабатываниями - письмами, которые были по ошибке помечены как спам. Более подробно об этом рассказано в описании приложения Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Имя (Name) имя отправителя.
От (From) адрес электронной почты отправителя.
Кому (To) ваш адрес электронной почты (различный для каждого аккаунта).
Обратный адрес (Reply To) адрес электронной почты для ответа.
Когда (When) дата и время получения почты.
Тема (Subject) поле для темы письма.
Копия (Cc) адрес получающего копию письма.
Аккаунт (Account) название аккаунта электронной почты.
Статус (Status) текущий статус письма: "Прочитано", "Отвечено", "Послано", "Отправлено", "Новое" или любой другой, который вы назначите самостоятельно. Однако, если вы не измените его непосредственно в фильтре, то он всегда будет "Новое" после получения писем почтовым сервисом.
Приоритет (Priority) устанавливается почтовой программой отправителя (например: "Срочно").
Ветка (Thread) то же самое, что и "Тема (Subject)", но без приставок типа "Re:" или "Fwd:".
Группа классификации (Classification Group) в зависимости от того, как фильтр спама классифицирует письмо, тут будет пусто (если письмо сомнительно), либо содержаться слово "Подлинное (Genuine)" или "Спам (Spam)".
Оценка на спам/подлинность (Spam/Genuine Estimate) это количественная оценка, которую фильтр спама назначил письму. Она показывается в экспоненциальном представлении, где 1.065e-12 преобразовывается в 1.065 поделённое на 10 в 12-ой степени, что в данном случае равняется 0.000000000001065.
-

Второе текстовое поле содержит ваш собственный шаблон. Здесь допускаются регулярные выражения, которые предоставляют большую гибкость, но с ними придётся разбираться. Почитайте об этом, оно стоит того, да и простые шаблоны составляются довольно просто.

-

В выпадающем меню снизу назначается действие при срабатывании шаблона. Можно переместить или удалить письмо, установить ему статус "Прочитано" или любой другой, назначить аккаунт, через который будет сделан ответ.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Фильтры для исходящей почты

-

На данный момент существует только один фильтр, предназначенный для исходящей почты: fortune. -Он вставляет в конец письма забавный или мудрый текст ("Колесо Фортуны"), случайно выбранный перед отправкой. Пример можно увидеть, набрав fortune в терминале.

- -

-index -Настройка почтового сервиса

-

Теперь, когда серверы входящей и исходящей почты (и, возможно, некоторые фильтры) настроены, вы должны указать почтовому сервису когда и каким образом проверять и загружать почту.

-e-mail-settings.png -

В Проверке почты настраивается интервал, с которым будет проверяться наличие новых писем на почтовом сервере для данного аккаунта.
-Если вы выходите в интернет через Dial-up модем, то можете активировать проверку Только при наличии связи, а также Ставить в очередь исходящую почту пока отсутствует подключение к сети, чтобы избежать частого автоматического дозвона только для проверки почты.

-

Почтовый сервис имеет окно статуса, которое можно настроить, чтобы оно отображалось Никогда, Во время отправки, Во время отправки и получения или Всегда.

-

Убедитесь, что Запускать почтовые служюы при загрузке активен, в противном случае вы не сможете принимать и отправлять почту.

-e-mail-mailbox.png -

Редактирование меню почтового ящика (Edit mailbox menu)... откроет папку /boot/home/config/Mail/Menu Links/. Все папки, запросы или ссылки на них, помещенные в эту папку, появятся в контекстном меню значка почтового ящика в трее Deskbar.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

Значок почтового ящика в трее отображает наличие непрочитанных сообщений (со статусом "Новое"), если таковые имеются.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/filetypes.html b/docs/userguide/userguide/ru/preferences/filetypes.html deleted file mode 100644 index 166bb220ad..0000000000 --- a/docs/userguide/userguide/ru/preferences/filetypes.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Типы файлов (FileTypes) - - - - - - - - -
-
- -

filetypes-icon_64.pngТипы файлов (FileTypes)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/FileTypes
Настройки хранятся по адресу:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - хранятся все MIME-типы.
-

Следует обратиться к темам - Типы файлов и Семинар на тему: типы файлов, атрибуты, индексация и запросы, которые содержат описание этой панели настроек.

- -
-
- - - - diff --git a/docs/userguide/userguide/ru/preferences/fonts.html b/docs/userguide/userguide/ru/preferences/fonts.html deleted file mode 100644 index 143f613bd9..0000000000 --- a/docs/userguide/userguide/ru/preferences/fonts.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Шрифты - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngШрифты

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Fonts
Настройки хранятся по адресу:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - сожержит координаты окна панели.
-


-fonts.png -

Haiku определяет 3 стандартных шрифта для различных целей. Вы можете установить простые, жирные и моноширинные типы шрифтов, а также размеры, которые будут использованы во всей системе. Кроме этого есть еще отдельная настройка для шрифта, использующегося в меню.

- - - -
По умолчанию сбросить текущие настройки и установить их на значения по умолчанию.
Вернуть вернуть настройки, которые были установлены до запуска панели настройки.
- -

-index -Установка новых шрифтов

-

Вы можете установить новые шрифты, скопировав их в соответствующую папку, например, /boot/common/data/fonts/ или /boot/home/config/data/fonts/.(см. также раздел Структура файловой системы).

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/keyboard.html b/docs/userguide/userguide/ru/preferences/keyboard.html deleted file mode 100644 index 10411929f6..0000000000 --- a/docs/userguide/userguide/ru/preferences/keyboard.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Клавиатура (Keyboard) - - - - - - - - -
-
- -

keyboard-icon_64.pngКлавиатура (Keyboard)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Keyboard
Настройки хранятся по адресу:~/config/settings/Keyboard_settings
-


-keyboard.png -

Позволяет установить частоту повторения и задержку ввода после нажатия клавиши. Вы можете проверить ваши настройки в поле снизу.

- - - -
По умолчанию сбросить текущие настройки и установить их на значения по умолчанию.
Вернуть Вернуть все настройки к исходным (тем, которые были установлены перед запуском панели настроек).
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/keymap.html b/docs/userguide/userguide/ru/preferences/keymap.html deleted file mode 100644 index 68c560efc2..0000000000 --- a/docs/userguide/userguide/ru/preferences/keymap.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - - - - Раскладка (Keymap) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

keymap-icon_64.pngРаскладка (Keymap)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Keymap
Настройки хранятся по адресу:~/config/settings/Keymap/* - здесь находятся изменённые пользователем раскладки.
-~/config/settings/Key_map
-


-keymap.png -

Справа находится окно, отображающее клавиатуру с текущей раскладкой. При нажатии на клавишу соответствующая ей кнопка затемняется, и назначенный ей символ появится в текстовом поле Пример и буфер обмена снизу, откуда его можно скопировать и вставить в любой документ. -Таким образом, настройки клавиатурной раскладки позволяют не только сконфигурировать вашу собственную раскладку, но и полезны при необходимости ввести специальный символ, используемый в других языках. Например, вы можете переключить раскладку на французский язык (French), найти кнопку "ç" и скопировать её в письмо для Франсуа "François" (хотя символ "cedil" можно найти и в других раскладках).

-

При нажатии клавиш-модификаторов, таких как SHIFT, CONTROL или OPTION, отображаемая клавиатура соответствующим образом изменится.

-

Кроме того, имеются знаковые клавиши, которые отмечены синим фоном, их называют "мёртвыми" клавишами - они могут изменить вид следующих вводимых после них символов. Если кликнуть по "мертвой" клавише мышкой, то клавиши, на которые она влияет, подсветятся желтым цветом, а второй клик вернёт их в обычное состояние. Примеры: é, ñ, ó или ë.

-

Под клавиатурой представлены еще две опции:

- - - -
Выбор мёртвых клавиш для настройки вышеупомянутых знаковых синих клавиш.
Переключить раскладку в режим... для использования горячих клавиш в Windows/Linux режиме (клавише CONTROL соответствует CTRL) или в Haiku режиме (клавише COMMAND соответствует ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

Для большей схожести панели клавиатурной раскладки с вашей физической клавиатурой имеется несколько их различных вариантов, доступных через меню Макет.

-

Шрифт, используемый для изображения клавиатуры, устанавливается через меню Шрифт. Обратим внимание, что не все символы будут отображаться на многих раскладках.

-

В самом низу находится кнопка Вернуть, возвращающая установки, которые были активны при открытии окна настроек клавиатурной раскладки.

- -

-index -Расширенное управление раскладками

-

Есть другой способ настройки раскладки, помимо окна настройки, включающий редактирование текстового файла с изменением HEX значений. Это может показаться на первый взгляд сложным, но разобраться будет достаточно легко.

-

Вы можете вывести текущую раскладку, набрав в Terminal команду:

-
keymap -d MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

После окончания правки и сохранения файла загрузите в систему измененную раскладку следующей командой:

-
keymap -s < MyKeymap
-

Если вы хотите использовать её в настройках Раскладки, вам сначала следует скомпилировать её в бинарный формат, следующей командой:

-
keymap -c < MyKeymap
-

После этого появится файлы keymap.out, который можно загрузить в настройке Раскладки при помощи пункта меню Открыть... (Open...). Также, раскладку возможно загрузить из командной строки, следующей командой: keymap -l < keymap.out

-

Далее представлен сформированный файл раскладки (на изображении клавиатуры клавиши младшего разряда исключены для более лучшего восприятия на этой странице):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = '+'      '*'      0x1d     '~'      ''       '*'      '+'      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ru/preferences/locale.html b/docs/userguide/userguide/ru/preferences/locale.html deleted file mode 100644 index 0103dba866..0000000000 --- a/docs/userguide/userguide/ru/preferences/locale.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - Локаль (Locale) - - - - - - - - -
-
- -

locale-icon_64.pngЛокаль (Locale)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Locale
Настройки хранятся по адресу:~/config/settings/Locale settings
-


-

Система интернационализации Haiku не только замещает текст на их переведённый, но также выполняет ряд комплексных задач - форматирование чисел, даты, и времени в соответствии с выбранным вами языком.

-
Если вы хотите помочь с переводом, вам следует обратиться к данному списку почтовых рассылок.
-

-indexЯзык

-

Haiku переведена на ряд языков, к сожалению, пока что не полностью. Поэтому, вы можете выбрать более одного языка в качестве Предпочитаемых языков. Если перевод какого-либо текста отсутствует в выбранном языке, то он будет замещён переводом из следующего по списку языку в колонке Предпочитаемые языки. Английский является языком по умолчанию в таких случаях.

-locale-language.png -

На примере выше предпочтительным языком является Русский. Если будет отсутствовать перевод каких-либо строк, то будет загружен украинский эквивалент, но если и в украинском будет отсутствовать перевод, то будет подставлен оригинальный текст на английском.
-Также, как вы можете наблюдать в колонке слева, каждый язык подразделяется на подгруппы, которые соответствуют разным диалектам.

-

-indexФорматирование

-

На вкладке Форматирование вы можете задать форматирование даты, времени, чисел. Эти настройки устанавливаются независимо от предпочтительного языка.

-locale-formatting.png -

Рассмотрим ситуацию, вы русский, находящийся на Украине. Таким образом, ваш предпочтительный язык будет русский, а форматирование чисел, дат и времени украинское.
-Также, если вам более удобно использовать русские наименования дней недели и месяцев, вы можете переопределить эти значения, отметив флажок Использовать названия месяцев/дней из предпочитаемого языка, который находится в верхней части окна.

-

Конечно же, выше приведённый пример может и не столь часто используемый, но отлично демонстрирует гибкость системы.

-

-indexОпции

-

Последняя вкладка Опции содержит флажок Переводить названия приложений и папок в Deskbar и Tracker (Translate application and folder names in Deskbar and Tracker). Включите его, если хотите чтобы на равне с графическим интерфейсом были переведы и названия стандартных приложений, панелей настроек, а также стандартных папок. Отключив, его весь графический интерфейс будет переведён на предпочтительный язык, а названия папок и приложений на английском языке.

-


-

Изменения применяют на лету, хотя некоторые запущенные приложения потребуется перезапустить для того чтобы увидеть результат.

- - - -
По умолчанию сбросить текущие настройки и установить их на значения по умолчанию.
Вернуть вернуть настройки, которые были установлены до запуска панели настройки.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/media.html b/docs/userguide/userguide/ru/preferences/media.html deleted file mode 100644 index 3f619c36ff..0000000000 --- a/docs/userguide/userguide/ru/preferences/media.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Медиа - - - - - - - - -
-
- -

media-icon_64.pngМедиа

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Media
Настройки хранятся по адресу:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - хранятся значения позиции окна панели настройки.
-

Документация отсутствует. Если вы работаете над ней, пожалуйста, сообщите в списке рассылки во избежание двойной работы.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/mouse.html b/docs/userguide/userguide/ru/preferences/mouse.html deleted file mode 100644 index 19b50f035e..0000000000 --- a/docs/userguide/userguide/ru/preferences/mouse.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Мышь - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

mouse-icon_64.pngМышь

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Mouse
Настройки хранятся по адресу:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

Вы можете переназначить кнопки мыши, нажав на них и выбрав их новое значение из выпадающего меню.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

Все настройки применяются на лету.

- - - -
По умолчанию сбросить текущие настройки и установить их на значения по умолчанию.
Вернуть возвращает настройки, которые были активны при открытии этого окна.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/ru/preferences/network.html b/docs/userguide/userguide/ru/preferences/network.html deleted file mode 100644 index 79de2fec0f..0000000000 --- a/docs/userguide/userguide/ru/preferences/network.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Сеть - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

network-icon_64.pngСеть

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Network
Настройки хранятся по адресу:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/printers.html b/docs/userguide/userguide/ru/preferences/printers.html deleted file mode 100644 index e2ee44efbb..0000000000 --- a/docs/userguide/userguide/ru/preferences/printers.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Принтеры - - - - - - - - -
-
- -

printers-icon_64.pngПринтеры

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Printers
Настройки хранятся по адресу:~/config/settings/printers/*
-

Документация отсутствует. Если вы работаете над ней, пожалуйста, сообщите в списке рассылки во избежание двойной работы.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/screen.html b/docs/userguide/userguide/ru/preferences/screen.html deleted file mode 100644 index ec3482cb09..0000000000 --- a/docs/userguide/userguide/ru/preferences/screen.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Экран (Screen) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

screen-icon_64.pngЭкран (Screen)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Screen
Настройки хранятся по адресу:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - только для активного ВЕЗА режима.
-~/config/settings/Screen_data - сохраняется положение окон.
-

Каждое из ваших рабочих мест может иметь свое собственное разрешение и глубину цвета.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

После нажатия кнопки Применить графический режим сменится и появится окно для подтверждения сделанных изменений. Если вы их не подтвердите, то графический режим через 12 секунд вернётся к предыдущим настройкам, так как имеется вероятность, что вы не увидите это окно, если применённые настройки не поддерживаются вашим монитором.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Кнопка Вернуть возвращает установки, которые были активны при открытии окна настроек экрана.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

В левом нижнем углу вы можете задать количество рабочих столов в порядке их расположения (Столбцы и Ряды) и открыть настройки Фона.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/ru/preferences/screensaver.html b/docs/userguide/userguide/ru/preferences/screensaver.html deleted file mode 100644 index 240727a6b0..0000000000 --- a/docs/userguide/userguide/ru/preferences/screensaver.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Хранитель экрана (ScreenSaver) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
-

screensaver-icon_64.pngХранитель экрана (ScreenSaver)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Screensaver
Настройки хранятся по адресу:~/config/settings/ScreenSaver_settings
- -

Окно настроек хранителя экрана разбито на две вкладки:

- -

-index -Активация (Fade)

-screensaver-fade.png -
-

Флажок сверху включает/выключает хранитель экрана.
-Активировав его, снизу станет доступен ползунок, с помощью которого выбирается время, через которое хранитель экрана включится при отсутствии активности с мыши и клавиатуры.

-

Следующие два ползунка активируются соответствующими флажками возле них:
-Первый ползунок определяет время, после которого монитор отключится.
-Второй ползунок определяет время, после которого активируется пароль для разблокировки вашего компьютера.

-

Кликая мышкой в различные углы двух экранов снизу, вы определяете когда запустить хранитель экрана или же наоборот, воспрепятствовать его включению, переместив мышку в указанный угол. Кликните по центру любого экрана для отключения этой функции.

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/shortcuts.html b/docs/userguide/userguide/ru/preferences/shortcuts.html deleted file mode 100644 index e943e40449..0000000000 --- a/docs/userguide/userguide/ru/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/ru/preferences/sounds.html b/docs/userguide/userguide/ru/preferences/sounds.html deleted file mode 100644 index 5c0b1384f6..0000000000 --- a/docs/userguide/userguide/ru/preferences/sounds.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Звуки (Sounds) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

sounds-icon_64.pngЗвуки (Sounds)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Sounds
Настройки хранятся по адресу:~/config/settings/Media/MediaFiles
-


-sounds.png -

Вы можете назначить звуки для определенных событий в системе. Просто выберите событие из списка и назначьте ему звук из выпадающего меню, расположенного ниже.

- - -
нет отключит звук для события.
Другой... откроет файловую панель, через которую можно добавить любой звук, отсутствующий в меню.
-

Вы можете использовать звук любого формата, поддерживаемого системой. Если Медиаплеер смог его воспроизвести, то он будет восприниматься и любой другой программой. -Вы можете предварительно прослушать звук события, выбрав его и использовав кнопки Воспроизвести и Остановить.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/time.html b/docs/userguide/userguide/ru/preferences/time.html deleted file mode 100644 index 6f0897ae78..0000000000 --- a/docs/userguide/userguide/ru/preferences/time.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - Время (Time) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

time-icon_64.pngВремя (Time)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Time
Настройки хранятся по адресу:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

В левой части вы можете установить день месяца, кликнув по нему в календаре. Смена месяца и года производится стрелками вверх/вниз на клавиатуре, после щелчка на них мышью.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Местное времяto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/ru/preferences/touchpad.html b/docs/userguide/userguide/ru/preferences/touchpad.html deleted file mode 100644 index 2a7ce2ccc1..0000000000 --- a/docs/userguide/userguide/ru/preferences/touchpad.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Сенсорная панель (Touchpad) - - - - - - - - -
-
- -

touchpad-icon_64.pngСенсорная панель (Touchpad)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Touchpad
Настройки хранятся по адресу:~/config/settings/Touchpad_settings
- -

Предлагает настройки сенсорной панели, которые будут полезны при использовании Haiku на ноутбуке.

- -touchpad.png - -

Перемещая красные вертикальные или горизонтальные линии на изображении сенсорной панели, вы устанавливаете область прокрутки (выделена красным фоном). Движение вашего пальца на этой части панели соответственно переместит полосы прокрутки окна.

-

Справа расположены ползунки, которые устанавливают общее ускорение прокрутки, вертикальную и горизонтальную скорость прокрутки.
-Настройка ускорения определяет, насколько быстрее будут пролистываться страницы, если вы быстро проведёте пальцем по области прокрутки. Скорости прокрутки управляют общей скоростью при использовании этой области при обычном движении пальца. -

-

Под изображением сенсорной панели находятся опции для активации возможности вертикальной и горизонтальной прокрутки двумя пальцами. Двигайте двумя пальцами параллельно в вертикальной или горизонтальной плоскости для перемещения полосы прокрутки окна. Возможно, вам будет удобнее использовать один палец на левой и один на правой руке для такой прокрутки.
-Если вы считаете использование этой функции удобным, то можете обойтись без установки областей прокрутки и вместо этого использовать всю площадь панели для навигации.

-

Внизу находится ползунок для настройки чувствительности касания. Если ваши касания продолжают игнорироваться, то увеличьте чувствительность. Если в системе постоянно срабатывают клики во время перемещения курсора мыши, то попытайтесь уменьшить её.

- - - -
По умолчанию сбросить текущие настройки и установить их на значения по умолчанию.
Вернуть возвращает настройки, которые были активны при открытии этого окна.
-

Совет, не связанный напрямую с настройками сенсорной панели, но подходящий к этой теме:
-Знаете ли вы, что можно осуществить перетаскивание, используя только сенсорную панель без использования кнопок? Достаточно сделать двойной клик, не отрывая палец после второго касания. Выделенная иконка будет захвачена курсором мыши, и вы сможете тащить её, передвигая палец. Поднятие пальца прекратит перетаскивание иконки. -

-

Если палец достиг границы сенсорной панели при перетаскивании иконки, но курсор мыши еще не достиг края экрана, то как можно продолжить перемещать иконку? Как только вы поднимите палец, иконка будет отпущена.
-В зависимости от аппаратных возможностей сенсорной панели, имеется отличный способ: остановите палец, не отрывая его от края сенсорной панели - курсор мыши продолжит двигаться на автопилоте.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/tracker.html b/docs/userguide/userguide/ru/preferences/tracker.html deleted file mode 100644 index af94ceae74..0000000000 --- a/docs/userguide/userguide/ru/preferences/tracker.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/Tracker
Настройки хранятся по адресу:~/config/settings/Tracker/TrackerSettings
-


-

Панель настроек Tracker доступна в меню Окно | Настройки (Window | Preferences...) любого окна Tracker.
-Все параметры настрое рассмотрены в теме Tracker - Файловый менедежер.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/preferences/virtualmemory.html b/docs/userguide/userguide/ru/preferences/virtualmemory.html deleted file mode 100644 index 8330b9d34c..0000000000 --- a/docs/userguide/userguide/ru/preferences/virtualmemory.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Виртуальная память (VirtualMemory) - - - - - - - - -
-
- -

virtualmemory-icon_64.pngВиртуальная память (VirtualMemory)

- - - - -
Расположение в Deskbar:Настройки (Preferences)
Расположение в Tracker:/boot/system/preferences/VirtualMemory
Настройки хранятся по адресу:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Хранит координаты окна.
-

Виртуальная память позволяет системе осуществлять подкачку данных с диска, в случае если ОЗУ может быть использована более рационально для других задач. Даже если у вас установлен большой объем ОЗУ, использование виртуальной памяти не будет плохой идеей.

-virtualmemory.png -

Вы можете установить объем виртуальной памяти значительно больший объема ОЗУ. С размерами современных жестких дисков выделение такого объема пространства не должно быть проблематичным. Конечно, в случае, если размер свободного места на диске невелик, вы можете легко уменьшить объем виртуальной памяти. Рекомендуется взглянуть на вывод программы Использования диска, чтобы понять, куда подевалось свободное место.

-

Обычно файл подкачки записывается на ваш загрузочный диск. Если вы сталкиваетесь с проблемами производительности дисковой подсистемы во время операций с виртуальной памятью, то вам следует попробовать использовать отдельный жесткий диск для файла подкачки. Выбор другого раздела на том же жестком диске не решит это проблему.
-Естественно, самым эффективным решением станет повышение объема оперативной памяти.

- - - -
По умолчанию сбросить текущие настройки и установить их на значения по умолчанию.
Вернуть возвращает настройки, активные на момент запуска программы Виртуальная память.
- -
-
- - - - diff --git a/docs/userguide/userguide/ru/queries.html b/docs/userguide/userguide/ru/queries.html deleted file mode 100644 index 277dc99e7d..0000000000 --- a/docs/userguide/userguide/ru/queries.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Запросы - - - - - - - - -
-
- - - - - -
Содержание
- Окно поиска
- Базовые запросы - "по имени"
- Расширенные запросы - "по атрибуту"
- Более продвинутые запросы - "по формуле"
- Окно результатов поиска
- Шаблоны запросов -
- -

Запросы

- -

Запрос - это поиск файлов на основе атрибутов, который может быть выполнен как в Tracker, так и в Терминале. Запросы за последние семь дней хранятся по следующему адресу: /boot/home/queries/, по прошествии этого срока они удаляются. Следует отметить, что они не являются статичными списками результатов поиска. При открытии запроса будет запущен новый поиск.
-Ещё более удобный способ заключается в использовании выпадающих подменю - просто щелкните правой кнопкой мыши по файлу запроса.

- -

-index -Окно поиска

-

Для того. чтобы произвести запрос, можно воспользоваться пуктом меню Найти... в Deskbar, либо в любом окне Tracker или на Рабочем столе, при помощи сочетания клавиш ALT+F. Окно поиска выглядит следующим образом:

-basic-query.png -
    -
  1. Выбрать предыдущие или сохраненные запросы, либо сохранить текущий в виде шаблона запроса.

  2. -
  3. Выбрать какого типа файлы следует искать в выпадающем меню Все файлы и папки.

  4. -
  5. Определить тип поиска:
      -
    • по имени - базовый поиск по имени файла
    • -
    • по атрибуту - расширенный поиск - вы можете указать условия поиска по одному или нескольким атрибутам
    • -
    • по формуле - еще более продвинутый поиск, вы можете сформировать сложносоставной запрос
  6. -
  7. Выбрать на каких разделах произвести поиск.

  8. -
  9. Ввести условия поиска.

  10. -
  11. Показать/спрятать дополнительные опции.

  12. -
  13. Уберите галочку напротив - Временный, если вы не хотите, чтоб запрос удалился через 7 дней.

  14. -
  15. Отметьте галочкой - Включая корзину, если хотите, чтоб поиск был произведен и в корзине тоже.

  16. -
  17. Опционально - можете ввести название запроса, если хотите его сохранить.

  18. -
  19. Для того, чтобы сохранить запрос, можете просто перенести иконку в любую папку или рабочий стол.

  20. -
- -

-index -Базовые запросы - "по имени"

-

Если вы хотите просто найти все файлы на ваших смонтированных разделах, то просто выберите тип поиска по имени, введите искомое слово в поле ввода и нажмите клавишу ENTER.

- -

-index -Расширенные запросы - "по атрибуту"

-

Вы можете произвести расширенный запрос по указаным атрибутам конкретных типов файлов. Чтобы это работало, атрибуты должны быть проиндексированы.

-query-window.png -

Вам следует выбрать тип файла отличный от Все файлы и папки, например, Text | E-mail и изменить тип поиска на по атрибуту.

-

Это добавляет всплывающее меню слева от текстового полня и кнопок Добавить и Удалить. Из меню можно выбрать атрибут, по которому будет произведен запрос. При помощи кнопок Добавить и Удалить вы можете добавить дополнительный атрибут или удалить ненужный. Эти атрибуты могут быть логически связаны операторами и/или.

-

Давайте произведем запрос по письмам для примера:

-query-window-filled.png -

Так выглядит окно поиска для запроса по всем письмам, которые Clara Botters послала вам за последние два месяца с темой "vibraphone" или "skepticality".
-Как видите, поиск на основе атрибутов времени поддерживает некоторые полезные фразы: кроме "за последние два месяца (last 2 months)", вы можете выбрать "сегодня (today)", "вчера (yesterday)", "Понедельник (Monday)" или "последний Понедельник (last Monday)" (это будет понедельник на прошлой неделе), или "последние 2 минуты/часа/дня/недели (last 2 minutes/hours/days/weeks").
-Хороший способ сузить круг поиска.

- -

-index -Более продвинутые запросы - "по формуле"

-

Вводить формулу вручную сложно и непрактично.

-

Используйте запросы по атрибутам, которые находятся выше. Если у вас есть все атрибуты и установлены условия поиска, попробуйте переключиться на тип поиска по формуле и вы увидите, как запрос превратится в строку:

-formula-query.png -

В более понятном виде:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

Что это даёт?

-
    -
  • Вы можете скопировать и вставить строку в письмо, форум или IRC для того чтобы пользовались другие или для отладки.

  • -
  • Вы можете использовать метод для построения запросов в режиме Атрибутов, затем переключаться в режим Формулы, чтобы сгенерировать строку поиска для использования запроса в терминале или сценарии.

  • -
  • Вы можете составить свой запрос наиболее точно, вставив круглые скобки там, где это необходимо, задав его частично зависящим от регистра или применяя логические комбинации отрицания, например: "==" (НЕ), "!=" (И). Для этого требуются лишь минимальные знания регулярных выражений и некоторые познания структуры скриптов.

  • -
- -

-index -Окно результатов поиска

-

После того как вы запустите поиск, окно поиска заменится окном результатов поиска. Вот пример результатов поиска по слову "server":

-result-window.png -

Некоторые вещи, которые стоит отметить:

-
    -
  • Вы можете открыть месторасположение файла или папки, дважды щелкнув по атрибуту адреса.

  • -
  • При помощи пункта меню Файл | Изменить запрос или сочетания клавиш ALT G вы сможете вернуться к окну поиска для того, чтобы изменить критерии запроса.

  • -
  • Запрос выполняется в реальном времени, т. е. если файл, который соответствует критериям, будет создан или удален, то это будет отображено в окне результатов поиска в реальном времени.

  • -
-

Вы можете назначить удобную схему размещения атрибутов для результатов запроса конкретного типа файла. Откройте папку, содержащую файлы необходимого типа, для которых вы хотели бы создать шаблон и упорядочите атрибуты так, как хотели бы видеть выдаваемые результаты запроса. Скопируйте эту схему черз меню Атрибуты | Копировать вид папки.

-

Откройте /boot/home/config/settings/Tracker/DefaultQueryTemplates, создайте новую папку с названием группа/тип файла, заменив косую черту подчеркиванием, например: "audio_x-mp3", откройте её и вставьте скопированную схему через меню - Атрибуты | Вставить вид папки.

- - -

-index -Шаблоны запросов

-

Если дважды кликнуть по сохраненному запросу, то сразу начнётся поиск файлов и откроется окно с его результатами. Однако вы не сможете задать при этом точные параметры поиска, но можете его использовать в качестве отправной точки для настройки простого шаблона.
-С помощью пунка меню Сохранить запрос как шаблон (см. (1) на скриншоте сверху) или перетащив куда-нибудь иконку (10) правой кнопкой мыши, вы можете создать именно такой шаблон. Двойной клик по нему откроет не окно с результатами запроса, а панель поиска, дав вам возможность быстро изменить строку поиска или добавить либо удалить атрибуты.

-

Где бы вы не решили сохранить шаблоны, они будут перечислены в меню недавних запросов панели поиска.

-
-
- - - - - diff --git a/docs/userguide/userguide/ru/teammonitor.html b/docs/userguide/userguide/ru/teammonitor.html deleted file mode 100644 index 0a7fdc9deb..0000000000 --- a/docs/userguide/userguide/ru/teammonitor.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Монитор процессов (Team Monitor) - - - - - - - - -
-
- -

Монитор процессов (Team Monitor)

- -

При помощи сочетания клавиш CTRL ALT DEL вы можете вызвать Монитор процессов, в котором отображается список всех запущенных приложений.

-teammonitor.png -

Приложения, которые были запущены системой, окрашены в синий цвет, а те, которые запустил пользователь - в черный.
-Приложения, которые не отвечают, что обычно говорит о том, что программа работает некорректно, отмечены красным цветом. Вы можете убить программу, выбрав её и нажав кнопку Убить приложение.

-

Вы можете вызвать терминал используя горячие клавиши OPT ALT T.

-

Если файловый менеджер Tracker или панель задач Deskbar аварийно закрылись, либо повисли, то станет доступной кнопка: Перезагрузить рабочий стол, которая позволит перезагрузить файловый менеджер Tracker и панель задач Deskbar.

- -
-
- - - - diff --git a/docs/userguide/userguide/ru/tracker-add-ons.html b/docs/userguide/userguide/ru/tracker-add-ons.html deleted file mode 100644 index 803bb0d7d5..0000000000 --- a/docs/userguide/userguide/ru/tracker-add-ons.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Дополнения для Tracker (Tracker add-ons) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- -

Дополнения для Tracker (Tracker add-ons)

- -

Некоторые приложения устанавливают дополнения (Add-ons), и они могут быть легко вызваны для выбранных файлов в Tracker. В контекстном меню отображаются только те дополнения, которые применимы для выделенного файла (определяются по идентификатору типа), также их можно вызвать через меню File окна Tracker. Некоторые дополнения не обязательно нуждаются в файле для работы и присутствуют в меню всегда.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/   для дополнений, доступных всем пользователям.
/boot/home/config/non-packaged/add-ons/Tracker/   для дополнений, доступных только текущему пользователю.
-

К имени файла дополнения может быть добавлено тире с заглавной буквой, и тогда оно станет доступно через горячие клавиши. Например, Open Target Folder-O (Открыть целевую папку) откроется при нажатии ALT OPT O.
-Конечно, вы должны позаботиться о возможных конфликтах, выбирая горячую клавишу. У разных дополнений они должны быть разными.

- -

Дополнения Tracker из Haiku

-

Следующие дополнения Tracker имеются в каждой установленной Haiku:

- - - - - - - - - - - - - -
Background-BОткрывает настройки фона, где можно изменить цвет или изображение рабочего стола или любой папки. Если это дополнение вызвано на графическом файле, то это изображение появится в окне предварительного просмотра как потенциальный фон.
DiskUsage-IЗапускает приложение Использование диска на том разделе, где находится текущая директория.
FileType-FЕсли вызвать его на файле, то откроется специфическая панель этого типа файла, если же файл не выбирать, то запустится это же приложение в стандартном виде.
Open Target Folder-OМожет использоваться только с ссылками - открывает папку, где находится целевой файл.
TextSearch-GЗапускает приложение Текстовый поиск для поиска строки в выбранной папке (и вложенных в неё папках тоже).
ZipOMatic-ZВыбранные файлы будут добавлены в zip архив, а дополнение, вызванное без файла, откроет панель, для создания архива путём перетаскивания файлов на неё мышкой.
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/tracker.html b/docs/userguide/userguide/ru/tracker.html deleted file mode 100644 index 7a63fa29b9..0000000000 --- a/docs/userguide/userguide/ru/tracker.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - - -
Содержание
- Подключение дисков
- Навигация
- Внешний вид
- Настройки
- Работа с файлами
- Статус передачи данных -
- -

Tracker

- -

Файловый менеджер Tracker (далее просто Tracker) позволяет создавать новые файлы и папки, а также копировать, удалять, переименовывать, искать и открывать уже существующие.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Подключение дисков

-

Для того, чтобы получить доступ к жёстком диску, CD-диску, USB-диску и т.д., вам сначала нужно смонтировать раздел. Это можно сделать, щелкнув правой кнопкой мыши на рабочем столе и выбрав нужный раздел из меню Подключить. Меню Подключить также можно найти в панели задач Deskbar.

-drill-down.png -

Для того, чтобы после каждой перезагрузки не монтировать снова все вручную, существуют Настройки подключения дисков.
-Эти настройки позволяют автоматически смонтировать любое устройство хранения при подключении и настроить монтирование при загрузке системы всех дисков, которые были смонтированы ранее.

-
Перед тем как отключить жёсткий диск или USB-диск, убедитесь в том, что Вы успешно его отмонтировали. Это гарантирует сохранность данных. Иначе Вы можете потерять данные, либо повредить диск!
- -

-index -Навигация

-

По умолчанию при двойном щелчке по папке Tracker откроет её в новом окне. Это может привести к тому, что весь Ваш рабочий стол будет заполнен окнами.
-Этого можно избежать, удерживая клавишу OPT, которая автоматически закрывает родительское окно.
-Это также работает при навигации при помощи клавиатуры . Для более детального изучения следует обратиться к теме Горячие клавиши.

-

Перемещение по папкам является одной из главных целей Tracker. Ряд уникальных особенностей Tracker помогут делать это более эффективно.

- -

-indexНиспадающие подменю

-

Вместо того, чтобы каждый раз дважды щелкать по папке, чтобы перейти на уровень ниже, есть более эффективное решение:

-drill-down.png - -

Щелкните правой кнопкой мыши по папке, и в самом верху контекстного меню Вы найдете подменю текущей папки, которое позволит Вам перемещаться вниз по уровню. Просто перемещайтесь вниз по иерархии, пока не найдете нужную папку или файл. Как только Вы найдете его, просто щелкните по нему, чтобы открыть. Изображение выше иллюстрирует содержание папки /boot/home/config/.
-Если Вы будете переносить файл подобным образом, то он переместится туда, куда Вы его положите.

-

Подобный метод можно использовать в любом окне Tracker:

-window-drill-down.png -

Щелкните в область в левом нижнем углу, где отображаете количество элементов в списке, и вы увидите подменю местоположения уровнем выше. С помощью него вы также можете передвигаться по папкам.

-

Запомните, что рабочий стол является самым верхним уровнем, на нем Tracker отображает все смонтированные разделы. Так что, для того, чтобы перейти на другой диск вам нужно для начала, переместиться на самый верх (т.е. на рабочий стол).


-

Вы также можете использовать ниспадающие подменю для того, чтобы скопировать файл. Для этого выберите файл и перенесите его на папку. Удерживая его некоторое время над папкой, вы увидите подменю, с помощью которого вы сможете выбрать место назначения. Если переносить файл при помощи правой кнопки мыши, то у вас будет возможность выбрать, что сделать с ним - скопировать, переместить или создать на него ссылку.

- -

-index -Перемещение к файлам и папкам по названию

-

Вы возможно знакомы с этой концепцией: наберите несколько первых букв из названия файла, и вы переместитесь к файлу, который начинается с этих букв. Однако мы постарались улучшить эту идею. Если нет файла с названием, которое начинается с эти букв, то вы переместитесь к первому файлу, который содержит их в любом месте своего названия. И даже если этих букв совсем нет в названии файла, то вы переместитесь к файлу, атрибуты которого содержат эти буквы.

-window-type-ahead.png -

В примере выше все файлы начинаются с "Haiku logo", так что набор первых букв будет бесполезным. Поэтому вместо "Haiku", наберем "web" и сразу же переместимся к первому файлу с названием "Haiku logo - website". Все набранные буквы отображаются в левом нижнем углу, где обычно отображается количество файлов в папке. Секунду спустя это поле вернется в прежнее состояние.

-

-index -Фильтрация файлов и папок по названию

-

Вместо того, чтобы перемещаться к файлам или папкам по названию, можно отфильтровать их по названию. Это позволит значительно увеличить точность поиска, особенно в папках с большим количеством файлов. Используя клавиши SHIFT SPACE в качестве разделителя, вы сможете отфильтровать по нескольким параметрам.
-В отличие от перемещения по названию, фильтрация будет действовать пока вы не нажмете клавишу ESC, либо не закроете окно (или не покинете папку, если вы используете опцию Открывать папки в одном окне).
-Эту опцию вы можете активировать в настройках Tracker.

- -

-index -Внешний вид

-window-menu.png -

Tracker предлагает три различных режима просмотра при помощи меню Окно:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

Меню Окно также предоставляет ряд других функций:

-
    -
  • Подогнать размер окна (ALT Y) - Подогнать окно по размеру.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Бывают случаи, когда вам нужно перенести несколько иконок без выравнивания всех по сетке при помощи Выстроить (ALT K).В этом случае выберите нужные иконки и перед тем, как перенести их на новое место, нажмите и удерживайте клавишу ALT. После того, как вы отпустите их, они выровняются по сетке.

-

Остальные функции говорят сами за себя.

- -

-index -Настройки

-

Меню Окно | Настройки... открывает окно, которое предлагает ряд настроек. Все настройки применяются в реальном времени, таким образом все изменения будут сразу же видны. -
Перейдем к описанию настроек:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Окна (Windows) - Вы можете включить Показывать папки в одном окне, т.е. при двойном щелчке по папке она не будет открыта в новом окне, а будет открыта в текущем. Это не то же самое, как при навигации с удержанием клавиши OPT, как описано выше, т.к. вы потеряете сохраненные позиции и размер окна. -

    -tracker-preferences-navigator.png - -

    Перед тем, как вы переключите Tracker в режим отображения папок в одном окне, рекомендуется попробовать перемещение по папкам при помощи ниспадающих меню, т.к. это намного удобнее и быстрее. С другой стороны, при использовании единого окна появится Панель навигации, в нее вы сможете копировать и вставлять адреса каталогов, а также использовать кнопки навигации назад, вперед, вверх.

    -

    О Фильтрации файлов при наборе вы можете прочитать выше.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

Это окно настроек также доступно из меню Tracker в меню Настройки панели задач Deskbar.

- -

-index -Работа с файлами

-

Если выделить файл и щелкнуть правой кнопкой мыши, то появится контекстное меню с командами. Также эти команды можно найти в меню Файл.

-

Названия команд, как обычно, достаточно понятны.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Статус передачи данных

-

Когда вы копируете, перемещаете или удаляете файлы, Tracker отображает ход выполнения операций. Если вы выполняете более одной операции, каждая из них будет иметь свой индикатор выполнения.

-transaction-status.png -

Справа расположены две кнопки для приостановки и полной остановки операции. Иногда удобно приостановить на время большую операцию. Например, вам срочно нужно запустить ресурсоёмкое приложение. Копирование больших объемов данных может сильно нагрузить ваш жесткий диск, что существенно скажется на быстродействии.

- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/twitcher.html b/docs/userguide/userguide/ru/twitcher.html deleted file mode 100644 index ae83254948..0000000000 --- a/docs/userguide/userguide/ru/twitcher.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Переключатель задач (Twitcher) - - - - - - - - -
-
- -

Переключатель задач (Twitcher)

- -

Twitcher служит для переключения между запущенными приложениями и их окнами.

-twitcher.png -

Просто нажмите CTRL TAB для переключения между запущенными приложениями или окнами. Простое нажатие CTRL TAB позволяет быстро переключаться между приложениями. Если нажать и удерживать CTRL TAB, можно переключиться на нужное приложение, нажимая клавишу TAB или /. Если вы хотите переключиться на определенное окно программы, переключитесь на программу и нажимая клавиши /, вы сможете выбрать нужное окно..

-

Переключаться между всеми видимыми окнами приложений на текущем рабочем столе можно при помощи сочетания клавиш CTRL ~ (~ находится ниже клавишы ESC).

-

Кроме того, Twitcher позволяет переключить программу, используя мышь. Нажмите CTRL TAB и выберите при помощи мыши нужное приложение или окно. Как только вы отпустите клавишу CTRL, приложение или окно переключится.

-

Twitcher также предлагает несколько горячих клавиш:

- - - - -
ESCОтменить переключение и вернуться к текущему активному окну.
QЗакрыть выбранное приложение.
HСвернуть все окна выбранного приложения.
- -
-
- - - - diff --git a/docs/userguide/userguide/ru/workshop-email.html b/docs/userguide/userguide/ru/workshop-email.html deleted file mode 100644 index 97568dafe1..0000000000 --- a/docs/userguide/userguide/ru/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - - -
Содержание
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/ru/workshop-filetypes+attributes.html b/docs/userguide/userguide/ru/workshop-filetypes+attributes.html deleted file mode 100644 index 6738faec34..0000000000 --- a/docs/userguide/userguide/ru/workshop-filetypes+attributes.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - Семинар на тему: типы файлов, атрибуты, индексация и запросы - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - - -
Содержание
- Подготовка
- Создание пользовательского типа файла
- Иконка
- Распознавание файла
- Описание
- Предпочтительное приложение
- Дополнительные атрибуты
- Индексация
- Наполнение данными
- Запрос к базе данных -
- -

Семинар на тему: типы файлов, атрибуты, индексация и запросы

- -

Этот семинар покажет способы использования Атрибутов, Запросов, Индексации и пользовательских Типов файлов. В качестве примера мы создадим базу данных для отслеживания нашей библиотеки DVD-дисков.

- -

-index -Подготовка

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Вот атрибуты, которые я хотел бы видеть для своих DVD-дисков:

-
    -
  • Название фильма
  • -
  • Жанр
  • -
  • Ссылка на него в IMdB
  • -
  • Режисёр/В ролях
  • -
  • Сюжет
  • -
  • Мой рейтинг от 1 до 10
  • -
  • Расположение у меня на полке, например: A2, B3, чтобы я смог найти DVD-диск и в реальной жизни :)
  • -
  • Кто одолжил диск для просмотра
  • -
- -

-index -Создание пользовательского типа файла

-

Запустите Типы файлов (Filetypes) и кликните на кнопку Добавить (Add)... в левом нижнем углу. Откроется небольшое окно, в котором определяется какая MIME группа соответствует новому тип файла. Вы также можете создать совершенно новую группу. Мы же поместим его в группу "приложения (applications)" и установим "Внутреннее имя (Internal Name)" как DVDdb.

-filetypes-new-file-type.png -

Теперь откроется панель для вновь созданного типа файла DVDdb:

-filetypes-dvddb.png - -

-index -Иконка

-

Двойной клик по стандартной иконке откроет приложение Icon-O-Matic для создания иконки нового типа файла. Вы также можете перетащить иконку из файла другого типа, которая может использоваться для примера и модифицирования.

- -

-index -Распознавание файла

-

Вы можете добавить суффиксы такие как .txt, .jpg, .mp3, чтобы распознать файлы по их расширениям. Это полезно при работе с файлами не имеющими MIME типа, но для нашего примера это не актуально.

- -

-index -Описание

-
    -
  • Название типа (Type Name) - Отображается, например, в меню атрибутов окон Tracker и в атрибуте "Kind" любого файла.
  • -
  • Описание (Description) - Немного более подробное описание.
  • -
- -

-index -Предпочтительное приложение

-

В этом выпадающем меню отображается список всех приложений, которые могут открывать данный тип файла. Здесь вы можете выбрать, какой программой должен открываться этот конкретный файл при двойном клике по нему.

- - - -
Выбрать... открывает диалоговое файловое окно, где вы выбираете приложение для открытия этого типа файла. Здесь мы устанавливаем ShowImage для показа обложки DVD-диска.
Также как... открывает диалоговое файловое окно, где вы выбираете любой файл, который уже имеет предпочтительный набор приложений, подходящий и под наш новый тип файла.
- -

-index -Дополнительные атрибуты

-

Здесь вводятся все атрибуты, которые мы выбрали при подготовке. Клик по кнопке Добавить (Add)... откроет следующую панель:

-filetype-extra-attribute.png -
    -
  • Название атрибута (Attribute Name) - Отображается, например, как заголовок колонки в окнах Tracker.

  • -
  • Внутреннее Название (Internal Name) - используется для индексации и запроса атрибута.

  • -
  • Тип (Type) - Определяет значение, которое атрибут будет содержать, и как по нему делать запрос. -
      -
    • Строчный (String) для обычного текста
    • -
    • Булевый (Boolean) для двоичных данных: 0 или 1
    • -
    • Целые (Integer) для целых чисел с различными диапазонами: -
        -
      • 8 бит: ± 255
      • -
      • 16 бит: ± 65,535
      • -
      • 32 бита: ± 4,294,967,295
      • -
      • 64 бита: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • С плавающей точкой (Float) для чисел с плавающей запятой одинарной точности
    • -
    • Двойной (Double) для чисел с плавающей запятой двойной точности
    • -
    • Временной (Time) формат времени и даты
    • -
  • -
-
    -
  • Видимый (Visible) - этот поле определяет, будет ли атрибут видимым в окне Tracker. Так как сам Tracker будет интерфейсом к нашей базе DVD-дисков, то проверим что оно активно и определим внешний вид атрибута:
      -
    • Отображать как (Display As) - Оставить По умолчанию (Default). В дальнейшем будет доступно больше опций, например, полоса или звездочки для оценки рейтинга и т.д.
    • -
    • Редактируемый (Editable) - Определяет, будет ли атрибут доступен для редактирования в Tracker.
    • -
    • Ширина (Width) - Ширина колонки по умолчанию для этого атрибута в окне Tracker.
    • -
    • Выравнивание (Alignment) - Атрибут может быть выравнен по центру, левому или правому краю.
    • -
-

Теперь вставим всю информацию для наших атрибутов:

- - - - - - - - - - -
Внутреннее НазваниеТип атрибутаИндексируемый?Описание
DVDdb:title текстовый да Название фильма
DVDdb:genre текстовый да Жанр
DVDdb:url текстовый нет Ссылка
DVDdb:cast текстовый да Режисёр/В ролях
DVDdb:plot текстовый нет Сюжет
DVDdb:rating целочисленный да Рейтинг от 1 до 10
DVDdb:coord текстовый нет Расположение
DVDdb:lent текстовый да Кому одолжен
- -

-index -Индексация

-

Прежде чем начать ввод данных в нашу базу данных DVD-дисков, мы должны добавить определенные атрибуты к Индексации. Только проиндексированные атрибуты могут использоваться быстрыми Запросами в Haiku.
-Итак, как мы будем осуществлять поиск в дальнейшем? Мы, вероятно, не будем запрашивать: "Что находится на моей полке B4"? или "Хочу ссылку на IMdB или содержание фильма, в котором встречается выражение 'Патриарх Шенуда'"?.

-

Поэтому оставляем следующие атрибуты:

- - - - - - -
Внутреннее НазваниеТип атрибута
DVDdb:titleтекстовый
DVDdb:genreтекстовый
DVDdb:castтекстовый
DVDdb:ratingцелочисленный
- -

Для их индексации мы открываем Terminal и просто добавляем один атрибут за другим: -

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

Ключ -t определяет тип атрибута как строчный (string) для всех, кроме рейтинга, который является целым числом.

- -

-index -Наполнение данными

-

Теперь, когда всё настроено, мы можем начать вводить данные в нашу базу. -Так как наш основной файл представляет собой изображение обложки, то мы заходим на какой-нибудь онлайн-ресурс типа IMdB и ищем нужный фильм, для которого сохраняем изображение обложки или постер в новой папке, где мы будем хранить наши DVDdb файлы.

-

Открыв эту папку, мы увидим обычное окно Tracker с одним JPEG файлом в нём. Кликнув по нему правой кнопкой мыши, изменяем его тип файла на application/DVDdb при помощи Дополнения Тип файла (Filetype Add-on). Более подробно об этом описано в документе Типы файлов.

-

Далее мы активируем все наши DVDdb атрибуты из меню Атрибуты (Attributes) окна Tracker и упорядочим колонки на наш вкус:

-filetypes-dvddb-empty.png -

Кликнув по любому пустому атрибуту (или нажав клавиши ALT+E), мы активируем режим редактирования и заполняем каждый из них. Нажимая TAB или SHIFT+TAB, вы можете перемещаться между атрибутами.

-

В нашем примере мы начинаем с загрузки обложки в JPEG формате, и изменяем его тип на applications/DVDdb. Но существует и другой, более удобный способ подготовки файла для дальнейшей обработки. Просто скопируйте пустой файл с уже прописанным типом в /boot/home/config/settings/Tracker/Tracker New Templates и переименуйте его в DVDdb.

-

Кликнув правой кнопкой мыши в окне Tracker, вы обнаружите новый пункт в подменю Новый (New)..., помимо заданной по умолчанию Новой папки (New folder).

- -

-index -Запрос к базе данных

-

Спустя несколько часов нелёгкой работы, мы получаем довольно неплохую базу данных, и вы теперь можете сделать запрос для нахождения всех фильмов c Кристиной Риччи (Christina Ricci), имеющих рейтинг 7 и выше. :)

-

Вы можете назначить удобный макет атрибутов для результатов поиска определенного типа файлов.
-Откройте папку, содержащую DVDdb файлы, и упорядочите атрибуты, так как вы хотели бы видеть представленные результаты запроса. Скопируйте эту схему размещения колонок через меню Атрибуты (Attributes) | Копировать схему (Copy Layout).

-

Откройте /boot/home/config/settings/Tracker/DefaultQueryTemplates, создайте новую папку и переименуйте её по типу группа/тип файла (group/filetype), заменяя косые черты символами подчеркивания, в нашем случае название будет выглядеть так: "applications_DVDdb".

-

Далее откройте новую папку и вставьте схему размещения через меню Атрибуты (Attributes) | Вставить схему (Paste Layout). Теперь всё готово, пользуемся:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/ru/workshop-wlan.html b/docs/userguide/userguide/ru/workshop-wlan.html deleted file mode 100644 index 4541cc46a1..0000000000 --- a/docs/userguide/userguide/ru/workshop-wlan.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - - -
Содержание
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/ru/workspaces.html b/docs/userguide/userguide/ru/workspaces.html deleted file mode 100644 index bd4c6cd8f7..0000000000 --- a/docs/userguide/userguide/ru/workspaces.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Рабочее пространство - - - - - - - - -
-
- -

Рабочее пространство

- -

Рабочее пространство представляет собой виртуальные рабочие столы, каждый из которых имеет свое разрешение, глубину цвета и фон. Можно создать до 32 рабочих столов при помощи настроек экрана.

- -workspace_overviewpng.png - -

-index -Переключение рабочих столов

-

Вы можете переключаться между рабочими столами просто щелкая по ним в апплете Рабочие столы или используя горячие клавиши ALT Fx, где "x" это номер рабочего стола. Хорошей идеей будет организовать ваши рабочие столы в четыре ряда, имитируя порядок следования клавиш Fx.
-Кроме того, выбрав приложение или одно из его окон в панеле задач Deskbar, вы немедленно переместитесь на тот рабочий стол, на котором оно находится.

-

Ещё один очень удобный способ заключается в использовании горячих клавиш CTRL ALT ///. Если при всем при этом ещё удерживать клавишу SHIFT, то вы и активное окно переместитесь на другой рабочий стол.

-

Вы можете переключаться между двумя рабочими столами с одного на другой при помощи комбинации клавиш ALT ~ (символ ~ находится под клавишей ESC).

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications.html b/docs/userguide/userguide/sk/applications.html deleted file mode 100644 index bd7d809759..0000000000 --- a/docs/userguide/userguide/sk/applications.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - Aplikácie - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

Aplikácie

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Aplikácie Haiku

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconMonitor aktivity Nástroj na monitorovanie systémových zdrojov ako CPU a využitie pamäte.
iconSprávca zavádzania Nástroj na inštaláciu menu zavádzania do Master Boot Record (MBR) disku.
iconMapa znakov Aplikácia, ktorá zobrazuje mapu znakov Unicode.
iconCodyCam Nástroj na pravidelné nahrávanie obrázkov z webkamery na server.
iconDebugger A graphical debugger.
iconDeskCalc Kalkulačka.
iconDisková sonda Šestnástkový editor súborov a zariadení.
iconVyužitie disku Nástroj na vizualizáciu využitia pamäte disku.
iconNastavenie diskových oblastí Nástroj na rozdeľovanie pevného disku.
iconRozbaľovač Nástroj na rozbaľovanie bežných archívov.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic Aplikácia na tvorenie vektorových ikon Haiku.
iconInštalátor Nástroj na inštaláciu Haiku na diskovú oblasť.
iconLupa Zväčšený náhľad na oblasť okolo kurzora myši.
iconPošta E-mailový klient.
iconPrehrávač multimédií Prehrávač všetkých podporovaných audio/video súborov.
iconPrehrávač MIDI Prehrávač súborov MIDI.
iconInštalátor balíkov Inštalátor balíkov BeOS vo formáte PKG.
iconĽudia Správca kontaktov.
iconPoorMan Jednoduchý webserver.
iconSnímka obrazovky Nástroj na tvorbu snímok obrazovky.
iconZobraziťObrázok Jednoduchý prehliadač obrázkov.
iconZáznam zvuku Nástroj na nahrávanie zvuku z linkového vstupu alebo mikrofónu. [chýba dokumentácia]
iconStyledEdit Jednoduchý textový editor.
iconTerminál Prístup k shellu Bash.
iconTextSearch Nástroj na hľadanie v textových súboroch.
iconTV Sledovanie analógovej TV. [chýba dokumentácia]
iconWebPositive Natívny webový prehliadač.
- -

-index -Aplikácie príkazového riadka Haiku

-

Okrem normálnych nástrojov príkazového riadka v shelli Bash alebo tých, ktoré zodpovedajú špecifikácii POSIX, existuje ešte niekoľko aplikácií príkazového riadka špecifických pre Haiku, ktoré stoja za spomenutie. Tieto príkazy sú často užitočné na účely skriptovania, pozrite tiež sekciu Bash a skriptovanie.

- - - -
iconZoznam všetkých aplikácií príkazového riadka
iconAplikácie príkazového riadka špecifické pre Haiku
- -

-index -Pribalené aplikácie

-

Okrem hore uvedených aplikácií, ktoré spravuje projekt Haiku, je ešte zopár základných aplikácií pribalených v štandardnom systéme Haiku. Hlásenia chýb a žiadanie nových funkcií musíte podávať príslušnému správcovi.

- - - - - - - - - - - -
iconBePDF Prehliadač PDF.
iconPe Pokročilý textový editor so zafarbovaním syntaxe a veľa inými funkciami.
iconVision Klient IRC.
iconWonderBrush Grafický program od YellowBites.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/activitymonitor.html b/docs/userguide/userguide/sk/applications/activitymonitor.html deleted file mode 100644 index 2a47b0e837..0000000000 --- a/docs/userguide/userguide/sk/applications/activitymonitor.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Monitor aktivity - - - - - - - - -
-
- -

activitymonitor-icon_64.pngMonitor aktivity

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/ActivityMonitor
Nastavenie:~/config/settings/ActivityMonitor settings
-


-

Systémové zdroje môžete sledovať spustením Monitora aktivity a aktivovaním rôznych predmetov záujmu.

-activitymonitor.png -

Kliknutím pravého tlačidla myši na okno môžete pridať všetky druhy zdrojov:
-Využitú pamäť, Vyrovnávaciu pamäť, Odkladací priestor, Využitie CPU, Sieť - prijaté/odoslané, Výpadky stránok, Semafory, Porty, Vlákna, Tímy, Bežiace aplikácie, Schránka bez formátu, Textová schránka, Mediálne uzly.

-

Pod grafom sa nachádza legenda (ktorá sa dá schovať pomocou kontextového menu). Môžete meniť farby grafov a pozadia okna pomocou akéhokoľvek výberu farby, napr. v Icon-O-Matic. Farbu jednoducho pretiahnite do grafu myšou.

-

Viac náhľadov môžete pridať v menu Súbor v prípade, že by grafy boli preplnené.

-

Menu Nastavenia otvorí panel na nastavenie časového intervalu aktualizácie.

-

Každý náhľad má svoju vlastnú rúčku Replikanta, teda môže byť umiestený napríklad na Desktop.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/bepdf.html b/docs/userguide/userguide/sk/applications/bepdf.html deleted file mode 100644 index 7534a0ae8e..0000000000 --- a/docs/userguide/userguide/sk/applications/bepdf.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/BePDF/BePDF
Dokumentácia:/boot/system/apps/BePDF/docs/*
Nastavenie:~/config/settings/BePDF
-


-

BePDF je prehliadač PDF s rýchlym štartom. Okrem prehliadania podporuje anotáciu a používateľom určené záložky v nezašifrovaných dokumentoch PDF. Je kompletne preložený do 20 jazykov, ďalšie jazyky sa dajú ľahko pridať pomocou textových súborov.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/bootmanager.html b/docs/userguide/userguide/sk/applications/bootmanager.html deleted file mode 100644 index cb60481102..0000000000 --- a/docs/userguide/userguide/sk/applications/bootmanager.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - Správca zavádzania - - - - - - - - -
-
- -

bootmanager-icon_64.pngSprávca zavádzania

- - - - -
Panel:Žiadny záznam, zvyčajne sa spúšťa z menu Nástroje Inštalátora
Umiestnenie:/boot/system/apps/BootManager
Nastavenie:žiadne
Zálohy MBR sa štandardne ukladajú do ~/config/settings/bootman/
-


-

Ak nepridáte oblasť Haiku do existujúceho správcu zavádzania ako GRUB, Správca zavádzania Haiku môže nainštalovať malé zavádzacie menu do MBR (Master Boot Record), ktoré vyzerá takto:

-bootmenu.png -
Správca zavádzania zatiaľ nie je dobre otestovaný a stále má zopár obmedzení, na ktoré sa bude sťažovať v prípade ich nesplnenia: menu môže byť nainštalované iba na vašom prvom pevnom disku a vyžaduje 2KiB miesta po Master Boot Record (MBR).
-

Správca zavádzania vás riadi počas celého inštalačného procesu zavádzacieho menu.

-

-index -Výber cieľového disku

-bootmanager-1.png -

Správca zavádzania vás privíta zoznamom dostupných jednotiek, z ktorých si vyberiete cieľovú jednotku. Ak sa na tejto jednotke už nachádza menu zavádzania, bude dostupné tlačidlo Odinštalovať, ktoré vás prevedie jednoduchým procesom obnovenia predtým zálohovaného MBR, čím sa odstráni menu zavádzania.
-Inak pokračujte stlačením tlačidla Nainštalovať.

-

-index -Zálohovanie Master Boot Record (MBR)

-

V prípade, že sa niečo pokazí alebo len budete chcieť znova odstrániť menu zavádzania, Master Boot Record (MBR) je teraz uložený. Toto je očividne veľmi dôležitý krok - uistite sa, že náhodou napríklad neprepíšete nejakú inú zálohu MBR z niektorých predchádzajúcich experimentov.

-bootmanager-2.png -bootmanager-3.png -

Iba vyberte cieľ pre záložný súbor „MBR“ alebo nechajte predvolenú cestu. Po stlačení tlačidla Ďalej dostanete potvrdenie o tom, či sa záloha podarila.

-

-index -Konfigurácia menu zavádzania

-bootmanager-4.png -bootmanager-5.png -

Ďalej vám bude predložený zoznam oblastí na jednotke destinácie. Zaškrtávaním určujete, ktoré položky sa objavia v menu zavádzania, textové políčka vám umožňujú položky premenovať.

-

Potom si z rozbaľovacieho menu vyberiete, z ktorej diskovej oblasti chcete predvolene zavádzať a nastavíte časovač posuvníkom nižšie. „Okamžite“ znamená, že menu zavádzania bude vynechané, „Nikdy“ menu zavádzania zastaví. Časovač môžete počas zavádzania preskočiť držaním klávesu ALT.

-

-index -Zapísanie menu zavádzania

-bootmanager-6.png -bootmanager-7.png -

Predtým, ako sa menu zavádzania zapíše do MBR, sa zobrazí zhrnutie vašej konfigurácie a poslednú šancu na zrušenie operácie. Nebojte sa ale, pokiaľ je záloha MBR v bezpečí, môžete jednoducho zvrátiť všetky zmeny. Ak by nastal vážnejší problém, môžete stále zavádzať Haiku z inštalačného CD alebo USB flash disku a znova zapísať MBR zálohu pomocou Správcu zavádzania.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/cdplayer.html b/docs/userguide/userguide/sk/applications/cdplayer.html deleted file mode 100644 index c9f168dbc0..0000000000 --- a/docs/userguide/userguide/sk/applications/cdplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Prehrávač CD - - - - - - - - -
-
- -

cdplayer-icon_64.pngPrehrávač CD

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/CDPlayer
Nastavenia:~/cd/* - Ukladá podrobnosti o všetkých identifikovaných CD
-


- -


-cdplayer.png -

Používanie Prehrávača CD je zrejmé pri pohľade na kontrolné tlačidlá.
-Ak aktivujte tlačidlo Repeat naľavo od tlačidla Shuffle, po prehraní celého CD sa začne prehrávať znova od začiatku.

-

Ak potrebujete väčšiu kontrolu, ako napr. zoznamy stôp, vyskúšajte radšej Prehrávač multimédií.

-
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/charactermap.html b/docs/userguide/userguide/sk/applications/charactermap.html deleted file mode 100644 index e71432a788..0000000000 --- a/docs/userguide/userguide/sk/applications/charactermap.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Mapa znakov - - - - - - - - -
-
- -

charactermap-icon_64.pngMapa znakov

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/CharacterMap
Nastavenie:~/config/settings/CharacterMap settings
-


-

Mapa znakov zobrazí UTF-8 kód každého znaku, ktorý písmo podporuje.

-charactermap.png -

Vľavo máte štandardizované bloky, spolu s užitočnou filtrovaciou funkciou. Môžete si tiež vybrať Zobraziť privátne bloky z menu Zobraziť. Pravá strana zobrazuje skutočné znaky v týchto blokoch, s použitím písma, vybraného v menu Písmo. Pod tým môžete zmeniť veľkosť písma. A ešte nižšie sa zobrazujú hodnoty znaku, nad ktorým sa nachádza kurzor, v šestnástkovej, desiatkovej a UTF-8 notácii.

-

Môžete chytiť a ťahať znak priamo z Mapy znakov do textového editora alebo na nejaký kliknúť pravým tlačidlom a buď vybrať Kopírovať znak (ALT C) alebo Kopírovať ako reťazec bajtov s únikovými klauzulami (SHIFT ALT C). Výsledkom bude napr. buď alebo \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/sk/applications/cli-apps.html b/docs/userguide/userguide/sk/applications/cli-apps.html deleted file mode 100644 index ba4c3572a9..0000000000 --- a/docs/userguide/userguide/sk/applications/cli-apps.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Aplikácie príkazového riadka - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

cli-app-icon_64.pngAplikácie príkazového riadka špecifické pre Haiku

- - -
Umiestnenie:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Súvisiace s atribútmi: listattr, catattr, addattr, rmattr, copyattr

-

Tieto príkazy sa používajú na zobrazenie, čítanie, pridanie alebo odstránenie atribútov zo súborov. Pamätajte, že tieto metadáta sú momentálne dostupné iba na zväzkoch so súborovým systémom BFS. Prenášanie súborov na iné súborové systémy odstráni všetky atribúty!
-Všetky tieto príkazy sú popísané v téme Atribúty v Termináli.

- -

index -Súvisiace s indexom: lsindex, mkindex, reindex, rmindex

-

Pomocou týchto príkazov môžete vypísať, vytvoriť, reindexovať alebo odstrániť atribúty indexu BFS. Každý zväzok má svoj vlastný index, pamätajte na to pri kopírovaní z jedného zväzku do druhého.
-Tieto príkazy sú popísané v téme Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Užitočné skriptovacie príkazy

-

Tu je niekoľko nástrojov príkazového riadka, ktoré sú obzvlášť užitočné na skriptovanie (tiež pozri tému Bash a Skriptovanie).

- - - - - - - - - - -

alert

alert vyvolá typické okno s upozornením obsahujúce preddefinovanú ikonu, vysvetlujúci text a maximálne tri tlačidlá. Vráti názov stlačeného tlačidla a návratový kód (počínajúc nulou). Napríklad okno na obrázku bolo vyvolané týmto riadkom:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel zobrazí okno na otvorenie alebo uloženie a nechá používateľa vybrať súbor alebo lokalitu. Ako návratnú hodnotu dostanete vybraný súbor alebo cestu priečinka. Dostupné sú viaceré parametre, napríklad nastavenie začínajúceho priečinka, názov okna, predvolený názov súboru pri ukladaní alebo obmedzenia povolených typov súborov. Príklad:

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query je verzia panela „Nájsť...“ pre príkazový riadok. Rýchlym spôsobom ako vygenerovať hľadaný termín je vytvoriť požiadavku v paneli „Nájsť...“, prepnúť na podľa vzorca, pridať úvodzovky (") na začiatok a koniec a celý reťazec skopírovať za váš príkaz query v Termináli alebo vašom skripte.

-

waitfor

waitfor je dobrý spôsob ako počkať, kým sa daná aplikácia alebo vlákno nespustí alebo neukončí.

-
- -

index -Iné príkazy

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink dokáže priradiť ikonu ľubovolnému súboru, priečinku, požiadavke alebo aplikácii v oznamovacej oblasti Panela. Taktiež ponúka možnosť poskytnúť kontextové menu po kliknutí na ikonu pravým tlačidlom na vykonanie špeciálnych operácií. Ako príklad môžete skúsiť pridať aplikáciu príkazového riadka screenshot s rôznymi možnosťami pomocou tohto kódu (znak „\“ v prvom riadku je na zalomenie riadka v Termináli):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open je veľmi užitočný nástroj. Môžete ním otvoriť ľubovoľný súbor v jeho preferovanej aplikácii alebo spustiť konkrétnu aplikáciu podľa jej podpisu bez potreby poznať jej presnú cestu. Príkaz funguje aj na odkazoch URL a dokonca aj na „virtuálnych“ priečinkoch - . pre aktuálny priečinok a .. pre nadradený otvorí priečinok v Trackeri.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/codycam.html b/docs/userguide/userguide/sk/applications/codycam.html deleted file mode 100644 index fd1e865ab3..0000000000 --- a/docs/userguide/userguide/sk/applications/codycam.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/CodyCam
Nastavenie:~/config/settings/codycam
-


-

S CodyCam zaznamenávate obraz v určitom intervale pomocou pripojenej webkamery alebo iného vstupného video-zariadenia a ukladáte ich prostredníctvom FTP.

-My very temporarily installed cam in Dartmoor National Park. -

Vľavo pod náhľadom nastavujete názov názov súboru, ktorému bude pridaná prípona so stúpajúcim číslom pre každý ďalší obrázok. Pod tým sa rozhodujete, v akom formáte chcete obrázky uložiť a rýchlosť v akej sú zaznamenávané.

-

Vpravo vyberáte buď FTP alebo sFTP (ak je dostupné SSH) a zadávate údaje potrebné na ukladanie obrázkov na serveri.

- -
-
- - - diff --git a/docs/userguide/userguide/sk/applications/debugger.html b/docs/userguide/userguide/sk/applications/debugger.html deleted file mode 100644 index 15f0274147..0000000000 --- a/docs/userguide/userguide/sk/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

debugger-icon_64.pngDebugger

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Debugger
Nastavenie:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/sk/applications/deskcalc.html b/docs/userguide/userguide/sk/applications/deskcalc.html deleted file mode 100644 index e4461b8cce..0000000000 --- a/docs/userguide/userguide/sk/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - Kalkulačka - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

deskcalc-icon_64.pngKalkulačka

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/DeskCalc
Nastavenie:~/config/settings/DeskCalc_settings
-


-

Kalkulačka je jednoduchá kalkulačka, ktorá má ale niekoľko príjemných funkcií, ktoré nie sú zrejmé pri prvom pohľade.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • Kalkulačku môžete zmeniť na veľkosť, aká vám vyhovuje a potom ju dať ako Replikant na Plochu pretiahnutím symbolu v pravom dolnom rohu. Uistite sa, že Zobraziť replikantov v Paneli je aktivované.

  • -
  • Klávesnicu možno vyfarbiť potiahnutím a pustením akejkoľvek farby, napr. z programu Icon-O-Matic.

  • -
  • Môžete sa presúvať dopredu a dozadu v histórii výpočtov pomocou a .

  • -
  • Môžete vybrať obsah Kalkulačky a potiahnuť a pustiť ho do akejkoľvek aplikácie. Alebo ho pustíte do okna Trackera alebo na Plochu a textový súbor s daným obsahom sa tam vytvorí.

    -

    Ešte lepšie, opak je tiež možný:
    -Vytvorte si výbery, ako je popísané, v rôznych častiach výpočtov a vráťte sa k nim pomocou potiahnutia a pustenia ich späť do Kalkulačky.
    -Alebo potiahnite a pustite priamo z emailu do Kalkulačky.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/diskprobe.html b/docs/userguide/userguide/sk/applications/diskprobe.html deleted file mode 100644 index ec26d35056..0000000000 --- a/docs/userguide/userguide/sk/applications/diskprobe.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Disková sonda - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

diskprobe-icon_64.pngDisková sonda

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/DiskProbe
Nastavenie:~/config/settings/DiskProbe_data
-


-

Disková sonda je šestnástkový editor na zobrazovanie a upravovanie údajov v súboroch alebo na zariadeniach na úrovni bajtov. Je to veľmi nízkoúrovňový nástroj a teda má potenciál pekne veci pokaziť ak si nedávate pozor!

-
Vždy pracujte so zálohou súboru a buďte extrémne opatrní, keď pracujete priamo na zariadení.
-

Keď spustíte Diskovú sondu, najprv sa vás opýta na súbor alebo zariadenie, na ktorom chcete pracovať. Potom sa vám ukáže nasledovná obrazovka:

-

diskprobe.png

-

Hlavná časť zobrazuje jeden blok údajov, ktorého veľkosť môžete nastaviť v Zobraziť | Veľkosť bloku. Vľavo sú ofsety od začiatku bloku, v strede sú údaje reprezentované HEX hodnotami a vpravo sú ich ASCII symboly.
-Môžete sa presúvať medzi blokmi pomocou posuvníka hore alebo s ALT  a ALT  a prepínať medzi HEX a ASCII stĺpcami pomocou klávesu TAB.

-

Blok | Výber nezobrazí výber s inou endianitou (a v HEXe alebo decimálne, nastavené cez Zobraziť | Sústava), ale aj interpretuje výber ako ofsetu bloku, na ktorý môžete skočiť. Bude to sivé, ak je pozícia mimo súboru/zariadenia.
-Toto je praktická vlastnosť, najmä keď sa pozeráte na súborové systémy, keďže tie často obsahujú ukazovatele na ďalšie bloky.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

V závislosti na atribúte, dostanete rozličnú záložku editora, popri vždy prítomnej Editor nespracovaných údajov. Napríklad, existujú editory pre reťazce a typy MIME alebo zobrazovač ikon pre atribút vectoricon.

-
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/diskusage.html b/docs/userguide/userguide/sk/applications/diskusage.html deleted file mode 100644 index af4189cd9d..0000000000 --- a/docs/userguide/userguide/sk/applications/diskusage.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Využitie disku - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

diskusage-icon_64.pngVyužitie disku

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/DiskUsage
Nastavenie:~/config/settings/DiskUsage
-


-

Využitie disku graficky zobrazuje ako sa využíva miesto na vašich diskoch.
-Užitočný nástroj zodpovedajúci otázku „Kam sa podelo miesto na mojom disku?“.

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

Sústredné kruhy reprezentujú rozličné úrovne v hierarchii súborového systému. Hore, kruh v strede predstavuje priečinok /boot/home/. Každý segment prstenca tesne mimo toho kruhu sú súbory alebo priečinky pod /boot/home/. Každý segment ďalej mimo je o úroveň ďalej v hierarchii súborov. Možno budete musieť zväčšiť okno, aby sa vám dobre zobrazili veľmi hlboko zanorené priečinky.

-
    -
  • Ak je grafická reprezentácia súboru alebo priečinku menej ako alebo približne 2° kruhu, nezobrazí sa.
  • -
  • Počet súborov uvedených pre priečinok zahŕňa súbory v podpriečinkoch. Priečinok sa ráta ako súbor.
  • -
  • Využitie disku ignoruje symbolické odkazy.
  • -
-

Počas presúvania kurzora ponad segmenty sa dolu, v stavovej lište zobrazujú informácie o súbore alebo priečinku pod kurzorom.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

Pretiahnutím súboru alebo priečinka z Využitia disku do inej aplikácie, Plochu alebo do iného okna Trackera ich môžete skopírovať. Naopak, pretiahnutím disku alebo priečinka do okna Využitia disku priblížite priamo danú položku, z ktorej spraví stredný kruh.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/drivesetup.html b/docs/userguide/userguide/sk/applications/drivesetup.html deleted file mode 100644 index 12f94d9ea6..0000000000 --- a/docs/userguide/userguide/sk/applications/drivesetup.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - Nastavenie diskových oblastí - - - - - - - - -
-
- -

drivesetup-icon_64.pngNastavenie diskových oblastí

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/DriveSetup
Nastavenie:~/config/settings/DriveSetup
-


-

Nastavenie diskových oblastí je nástroj na vytvorenie, vymazanie a inicializovanie oblastí disku. Momentálne nedokáže zmeniť veľkosť alebo presunúť existujúce oblasti, takže budete buď potrebovať nerozdelené zariadenie (možno externý USB disk alebo ďalší pevný disk) alebo spraviť predprípravu nástrojom ako napríklad GParted LiveCD, aby ste poskytli miesto pre ďalšiu oblasť.

-drivesetup.png -

Navrchu je grafické zobrazenie všetkých oblastí v rámci zariadenia, ktoré ste vybrali v zozname pod tým. Okrem maximálne 4 primárnych oblastí, každá z týchto môže obsahovať množstvo rozšírených/logických oblastí. Možno budete musieť rozbaliť takýto zoznam pomocou tlačidla +/-, ktoré sa v takom prípade zjaví pred zariadením, aby ste si pozreli podrobnosti o každej logickej oblasti.

-

Môžete vybrať oblasť zo zoznamu a pripojiť alebo odpojiť ju príkazom v menu Oblasť alebo stlačením ALT M alebo ALT U.

-

Môžete oblasť úplne vymazať pomocou Oblasť | Zmazať.
-Čo nás privádza k upozorneniu:

-
Vytváranie/mazanie/inicializácia oblastí je veľmi nebezpečná činnosť. Vždy si prekontrolujte nastavenia, aby ste sa uistili, že pracujete so správnou oblasťou a vždy majte aktuálne zálohy údajov, pre prípad, že sa niečo pokazí!
-

-index -Vytváranie novej oblasti

-
Ak plánujete použiť celé zariadenie ako jednu oblasť, napr. USB kľúč alebo karta Compact Flash, môžete preskočiť vytváranie oblasti a prejsť priamo na jej Inicializáciu.
-

Keď ste našli neformátované miesto na zariadení, ako napríklad <prázdne> vyššie, môžete vytvoriť na tomto mieste novú oblasť pomocou Oblasť | Vytvoriť...(ALT C).

-drivesetup-create.png -

Zobrazí sa vám tento dialóg, ktorý vám dovolí nastaviť typ a veľkosť oblasti. Vyberte Be File System ak chcete použiť oblasť pre inštaláciu Haiku alebo ak tam chcete použiť všetky zaujímavé vlastnosti Haiku, ako atribúty a požiadavky. Uvedomte si, že iné operačné systémy nebudú schopné k takej oblasti pristupovať.

-

Ak ste vytvorili primárnu oblasť miesto ďalšej rozšírenej/logickej oblasti v rámci nejakej, dialóg vyššie tiež zobrazí zaškrtávaciu voľbu Aktívna oblasť. Ak tú oblasť chcete použiť na zavedenie inštalácie Haiku, budete túto voľbu musieť zaškrtnúť.

-

Predtým ako môžete použiť alebo dokonca len pripojiť novo vytvorenú oblasť, musí byť inicializovaná súborovým systémom.

-

-index -Inicializácia oblasti

-

Len nepripojené oblasti je možné inicializovať, pomocou menu Oblasť | Inicializovať.

-drivesetup-initialize.png -

Tu nastavujete názov a veľkosť bloku oblasti. Odporúča sa 2048 bajtov na blok, ale tiež môžete vybrať väčšie alebo menšie veľkosti, ak máte veľmi špecifické požiadavky.
-Inicializácia zničí všetky údaje na dotyčnej oblasti!

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/expander.html b/docs/userguide/userguide/sk/applications/expander.html deleted file mode 100644 index d74cd1ab41..0000000000 --- a/docs/userguide/userguide/sk/applications/expander.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Rozbaľovač - - - - - - - - -
-
- -

expander-icon_64.pngRozbaľovač

- - - - -
Panel:Žiaden záznam, zvyčajne spúšťaný dvojklikom na podporovaný súbor.
Umiestnenie:/boot/system/apps/Expander
Nastavenie:~/config/settings/Expander_Settings
-


-

Rozbaľovač je malý nástroj na rýchle rozbalenie väčšiny bežných archívov, medzi nimi zip, gzip, bzip2, rar a tar.gz.
-Len dvakrát kliknite na archív, aby sa vám zobrazilo toto jednoduché rozhranie:

-

expander.png

- - - - -
ZdrojALT Ootvorí súborový dialóg na nájdenie archívu na rozbalenie.
CieľALT Dotvorí súborový dialóg na výber cieľa.
RozbaliťALT Ezačne rozbaľovať. To môžete prerušiť pomocou ALT K.
-

Môžete prepnúť medzi zobrazovaním zoznamu súborom ne/začiarknutím Zobraziť obsah alebo stlačením ALT L.

-
Rozbaľovač dokáže rozbaliť len celé archívy.
-Nemôžete vybrať jednotlivé súbory na rozbalenie, alebo pridať/odstrániť súbory z archívu.
-

Nastavenia | Nastavenia... alebo ALT S otvorí panel nastavení, ktorý poskytuje niektoré užitočné voľby na nastavenie správania sa Rozbaľovača.
-Voľby vysvetľuje ich názov:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/haikudepot.html b/docs/userguide/userguide/sk/applications/haikudepot.html deleted file mode 100644 index 3fbfeff2f8..0000000000 --- a/docs/userguide/userguide/sk/applications/haikudepot.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- - - - -
Obsah
Filter
- Zoznam
- Informačná oblasť
- Nástroje a voľby
- Vytvorenie používateľského účtu
- Hodnotenie a komentovanie
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/HaikuDepot
Nastavenie:~/config/settings/HaikuDepot/
-


-

HaikuDepot je hlavná aplikácia na správu vašich balíkov softvéru. Pomocou nej môžete prehliadať a vyhľadávať v zdrojoch balíkov (tiež sa nazývajú „repozitáre“ alebo „depá“) a inštalovať, aktualizovať a odinštalovávať balíky. HaikuDepot po spustení zobrazí zoznam „odporúčaných balíkov“ - softvéru, ktorý je považovaný za zaujímavý pre mnohých používateľov. Po zadaní kľúčového slova do vyhľadávacieho poľa alebo po vybraní kategórie sa zobrazenie zmení na menšie ikony a ďalšie informácie zoradené do stĺpcov.

-haikudepot.png - -

index -Filter

-

Hore nájdete niekoľko spôsobov filtrovania dostupných balíkov:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -Zoznam

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -Informačná oblasť

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Nástroje a voľby

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Vytvorenie používateľského účtu

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Hodnotenie a komentovanie

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/icon-o-matic.html b/docs/userguide/userguide/sk/applications/icon-o-matic.html deleted file mode 100644 index 4ff62f8b8f..0000000000 --- a/docs/userguide/userguide/sk/applications/icon-o-matic.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
- - - - -
Obsah
BeOS bitmapové vs. Haiku vektorové ikony
- Ikony sú atribúty
- Tvorenie ikon v Icon-O-Matic
- Cesta
- Tvar
- Štýl
- Transformátor
- Uloženie ikony
- Tipy & Triky
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Icon-O-Matic
Nastavenie:~/config/settings/Icon-O-Matic
- -


- -

Predtým, než začneme vytvárať ikony v Icon-O-Matic, si povieme zopár slov o ikonách v Haiku vo všeobecnosti.

- -

-index -Bitmapové ikony BeOS vs. vektorové ikony Haiku

-

Na rozdiel od BeOS, Haiku používa vektorové ikony namiesto bitmapových. Špeciálny formát pre vektorové ikony v Haiku (HVIF) bol vyvinutý tak, aby bola veľkosť súboru ikony malá a aby bolo vykresľovanie rýchle. Preto sú naše ikony väčšinou oveľa menšie ako bitové mapy alebo veľmi rozšírený formát SVG. Taktiež, na rozdiel od bitmapových ikon BeOS, nie sú ikony v Haiku obmedzené 8-bitovou paletou (256 farieb).
Pozrite sa napríklad na túto ikonu Terminálu:

- - - - -
BitmapovéSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1 024 bajtov
+ 256 bajtov
7 192 bajtov 768 bajtov
-

Všimnite si, že BeOS používa dve verzie tej istej ikony, jednu 16x16 a druhú 32x32, na dosiahnutie výsledku v režime zoznamu a v režime zobrazenia ikon.

-

Vektorové ikony tento trik nepotrebujú. Nielenže zaberajú iba pár stoviek bajtov, ale ich veľkosť je oveľa lepšie prispôsobiteľná ako veľkosť bitmapových ikon. (Poznámka: BeOS ponúklo iba veľkosti 16x16 a 32x32.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapovéi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vektorovéi-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Ikony sú atribúty

-

Ikony sú v súboroch uložené ako ich atribúty. To ale neznamená, že je nutné, aby každý súbor mal tento atribút na to, aby mal zobrazenú ikonu v okne Trackera: dátové súbory dedia svoje ikony podľa typu súboru. Globálne sa dá zmeniť ikona typu súboru v nastaveniach Typov súborov -Ak chcete iba pridať špeciálnu ikonu individuálnemu súboru, môžete použiť doplnok FileType. Ďalšie informácie nájdete v téme Typy súborov.

-
Pretože je ikona atribútom, iba súborové systémy s podporou metadát môžu uchovať individuálnu ikonu súboru. Takže ak budete presúvať vaše súbory zo zväzku BFS, odporúčame vám zabaliť ich do archívu zip, aby ste sa vyhli strate ikon alebo iných atribútov.
- -

-index -Tvorenie ikon v Icon-O-Matic

-

Icon-O-Matic je editor ikon Haiku, ktorý dokáže uložiť vašu prácu vo formátoch HVIF, SVG alebo PNG. Ikona tiež môže byť priamo pripojená ako atribút existujúcemu súboru alebo ako zdroj alebo zdrojový kód pre vývojárov. Keďže aplikácia bola ušitá na mieru optimalizovanému formátu HVIF, jej používanie odráža vnútorné fungovanie tohto formátu.

-

Na rozdiel od bežného softvéru na tvorbu vektorovej grafiky tu nebudete pracovať so samostatnými objektmi s konkrétnymi vlastnosťami ako cesta, šírka ťahu, farba ťahu a výplne atď. Namiesto toho budete skladať objekty („tvary“) zo zdieľaných ciest a farieb („štýly“) a nastavovať určité vlastnosti. Opätovné použitie prvkov je jedným z tajomstiev efektivity HVIF. Napriek tomu, že táto metóda predstavuje pre používateľa niekoľko obmedzení, má aj svoje výhody. Napríklad opätovným použitím cesty možno modifikovať niekoľko objektov upravením tejto jednej cesty. Dá sa to prirovnať k objektu a jeho tieňu. Úprava zdieľanej cesty zmení samotný objekt a automaticky (hoci možno skreslene) aj jeho tieň. -

- -

Tu je rýchly prehľad okna Icon-O-Matic:

-i-o-m-overview.png - -

Aby ste mohli na plátne vytvoriť viditeľný objekt, potrebujete tvar s jeho cestou a štýlom. Pohodlne môžete vytvoriť jeden, dva alebo všetky 3 z menu Tvarov. Každý druh objektu (cesta, tvar, transformátor a štýl) má svoj vlastný zoznam prvkov, ktoré ponúkajú rôzne príkazy. Každý prvok má určité možnosti, ktoré sa nastavujú v Nastaveniach.

- - -

-index -Cesta

-

Cesta pozostáva z niekoľkých bodov spojených čiarami alebo Bézierovými krivkami. Ak chcete pridávať alebo meniť body, uistite sa, že daná cesta je vybraná v zozname ciest.

- -

Jednoduché kliknutie na plátno nastaví prvý bod. Počas nastavovania bodu rozhodujete, či bude výsledná čiara rovná alebo krivá: jednoduché kliknutie a pustenie vyprodukuje rovnú čiaru, podržanie tlačidla a posunutie myši vysunie úchopy Bézierovej krivky. Samozrejme, všetko môžete neskôr zmeniť.

- -i-o-m-path-ab - -

Aby ste sa dostali z obrázka „A“ do „B“, musíte transformovať niektoré body z rohových na krivkové. To sa robí držaním klávesu ALT počas kliknutia na bod, čím sa vysunú úchopy. Takto vznikne symetrický Bézier: prvý úchop kopíruje pohyb druhej. Ak chcete, aby sa úchopy hýbali nezávisle, znovu kliknite a pretiahnite úchop Béziera počas držania klávesu ALT.
Zmeniť riadiaci bod Bézierovej krivky na rohový bod môžete znova držaním klávesu ALT počas kliknutia na bod.

- -

Ak chcete presunúť bod, jednoducho naň kliknite a pretiahnite ho myšou. Viac bodov sa dá vybrať držaním kĺavesu SHIFT, čím natiahnete obdĺžnik výberu. Označené body sa líšia od neoznačených červeným okrajom namiesto čierneho.
-Ak chcete do existujúcej cesty pridať bod, kliknite na čiaru medzi bodmi, ktoré ju určujú. Označené body môžete odstrániť stlačením DEL alebo kliknutím na bod počas držania klávesu CTRL.

- -

Kurzor myši indikuje aktuálny režim:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Presúvanie bodovVkladanie bodovPridanie bodovOdstránenie bodov
CTRL
Rohové↔Bézierove body
ALT
Výber bodov
SHIFT
-

Kliknutím na bod alebo výber bodov pravým tlačidlom myši vyvoláte kontextové menu:

- - - - - - -
Vybrať všetkyALT AVyberie všetky body aktuálnej cesty.
TransformovaťTVloží všetky vybrané body do transformačného boxu, čo vám umožňuje hýbať, meniť veľkosť a otáčať všetky body spolu. Funguje to presne ako s tvarmi (popísané nižšie).
RozdeliťRozdelí vybrané body na dva na sebe ležiace.
PrevrátiťOtočí vybrané body o 180°. Ovplyvňuje iba Bézierove body.
OdstrániťDELOdstráni všetky vybrané body. -
- -

Menu cesty

-

Menu Cesty ponúka niekoľko samozrejmých položiek, ako Pridať obdĺžnik a Pridať kružnicu alebo Duplikovať či Odstrániť cestu. Tu sú tie, ktoré možno treba trochu objasniť:

- - - - - - -
ObrátiťAk vaša cesta nie je „uzavrená“ (pozrite Vlastnosti cesty nižšie), kliknutie na plátno vždy vytvorí nový bod, ktorý sa spojí s posledným. Možnosť „Obrátiť“ prevráti toto poradie a váš nový bod bude pripojený k pôvodnému začiatočnému bodu.
VyčistiťUžitočné pri importe SVG, táto funkcia odstráni nadbytočné body.
Otočiť indexy vpredALT RTáto funkcia otočí otvor cesty. Najlepšie je to vidieť na neuzavretej ceste so štýlom a transformátorom ťahu. Ak vaša cesta vyzerá ako ⊂, bude sa otáčať takto: ⊂ ∩ ⊃ ∪ (v smere hodinových ručičiek).
Otočiť indexy opačneALT SHIFT RRobí to isté v opačnom smere.
- -

Vlastnosti cesty

-

Vlastnosti v dolnej časti okna vľavo ponúkajú všetky dostupné nastavenia aktuálne vybraných objektov. Cesta má iba dve: Názov a či je Zatvorená alebo nie.

- - -

-index -Tvar

-

Tvar zlučuje jednu alebo viac ciest so štýlom. V podstate je to objekt, ktorý bude na plátne viditeľný. Zlučovanie sa robí zaškrtávacími políčkami, ktoré sú pred cestami a štýlmi: Jednoducho vyberte váš tvar a zaškrtnite cesty a štýl, ktoré požadujete.

-

Tvar udáva, ako budú cesta a štýl aplikované, napr. či má byť objekt vyplnený alebo iba načrtnutý (čo sa robí pomocou Transformátorov, k tomu sa dostaneme neskôr). Tvar môžete tiež presúvať, otáčať alebo meniť jeho veľkosť bez akejkoľvek manipulácie s použitými cestami. Týmto spôsobom môžete viackrát použiť tú istú cestu a dostať tak rôzne, ale príbuzné tvary.

- -i-o-m-shape - -

Okolo označeného tvaru sa zobrazí obdĺžnik. Podľa toho, kde ho uchopíte ním môžete hýbať, meniť jeho veľkosť alebo otáčať ho okolo bodu v strede tvaru, ktorý tiež môžete presunúť. Držaním klávesu SHIFT uzamknete smer hýbania, obmedzíte otáčanie na 45° a zachováte pomer strán pri zmene veľkosti. Kurzor myši znova indikuje aktuálny režim:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
PresúvanieZmena veľkostiOtáčaniePresúvanie
stredu otáčania
- -

Tvary na sebe ležia, dalo by sa povedať, že každý vo svojej vlastnej vrstve. Ak chcete zmeniť poradie týchto vrstiev, môžete tak urobiť jednoduchým uchopením a pretiahnutím na inú pozíciu v zozname tvarov.

- -

Menu tvaru

-

Menu Tvaru ponúka už spomenutú možnosť Pridať prázdny, s cestou/štýlom/cestou a štýlom a Duplikovať alebo Odstrániť tvar. Ďalej sú tu možnosti:

- - - -
Obnoviť transformáciuVráti späť všetky presuny, zmeny veľkosti a rotácie, ktoré ste aplikovali na daný tvar.
Zmraziť transformáciuKeď transformujete tvar, jeho pridelené cesty zostanú v pôvodnej pozícii. Je to tak úmyselne; možno viac ako jeden tvar používa danú cestu, možno ste úmyselne použili Možnosti | Prichytávať k mriežke aby ste umiestnili body na presných okrajoch.
-Ak nie, „Zmraziť transformáciu“ aplikuje aktuálnu transformáciu tvaru na cesty, ktoré mu patria. Následná funkcia „Obnoviť transformáciu“ potom vráti tvar do tohto nového stavu. -
- -

Vlastnosti tvaru

-

Okrem Názvu ponúka okno Vlastnosti tvaru tieto možnosti:

- - - - -
Min. detailMinimálna úroveň detailov
Max. detailMaximálna úroveň detailov
- -
Úroveň detailov (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

Všimli ste si, že na 16-pixlovej verzii ikony BeVexed nie sú žiadne čísla? To sa robí pomocou nastavenia detailov vo vlastnostiach tvarov.
-S touto funkciou môžete kontrolovať viditeľnosť tvaru v závislosti od veľkosti ikony. Týmto spôsobom môžete vynechať detaily, ktoré vyzerajú dobre na väčšej ikone, no zle na menšej verzii.

-

Funguje to takto: úroveň detailu 1,0 je definovaná ako ikona o veľkosti 64 px. Úroveň detailu ikony vypočítate tak, že veľkosť ikony jednoducho vydelíte číslom 64, napr. ikona veľká 16 px má úroveň detailov 16/64 = 0,25. Tvar nebude viditeľný pod svojím Min. detailom a nad svojím Max. detailom.

-

Takže ak nastavíte tvaru Min. detail 0,0 a Max. detail 0,5, znamená to, že tvar bude viditeľný iba v ikonách s veľkosťou rovnou alebo menšou ako 32 px. Aj chcete vynechať veľkosť 32 px, musí byť úroveň detailov nižšia ako 0,5, teda napr. 0,49.

-

Úroveň detailov neslúži iba na vynechávanie detailných tvarov, ale napríklad aj na zmenu hrúbky ťahu v iných veľkostiach ikony. Jednoducho duplikujte tvar, urobte vami požadované zmeny a nastavte úroveň detailov tak, aby sa zobrazoval buď jeden, alebo druhý tvar. Toto môže potenciálne spôsobiť zmätok, keď nevedomky prekryjete úroveň detailu a neviete, prečo sa na jednej veľkosti zobrazujú oba tvary...
-Napríklad, ak Tvar 1 má byť zobrazený pod veľkosťou 48px a Tvar 2 nad veľkosťou 48px (Úroveň detailov: 48/64 = 0.75):

- - - - - - - - -
OKZle!
Tvar 1Min. detail0.00Min. detail0.00
Max. detail0.74Max. detail0.75
Tvar 2Min. detail0.75Min. detail0.75
Max. detail4.00Max. detail4.00
- - -

-index -Štýl

-

Štýl môže byť buď pevne daná farba alebo nejaký druh farebného prechodu.
-Okrem preddefinovaných farieb pod Paletou si môžete namiešať vašu vlastnú kliknutím na aktuálnu farbu. Tiež si všimnite posuvník pod farebným spektrom, ktorým sa nastavuje alfa kanál.

-i-o-m-gradients -

Takto môžete rýchlo vytvoriť nový štýl namiešaním vašej vlastnej farby a jednoduchým uchopením a pretiahnutím myšou do zoznamu štýlov.

-

Ak si vyberiete farebný prechod, najprv nastavte jeho typ (Lineárny, Radiálny, Diamant, Kužeľ) a potom vyberte začiatočnú a konečnú farbu. To sa robí pretiahnutím farby myšou z farebného segmentu do indikátorov farieb pod farebným prechodom.
-Samozrejme, tieto indikátory môžete presúvať a meniť tak farebný prechod podľa vášho vkusu. Ak chcete mať vo farebnom prechode viac farieb, môžete dvojklikom na farebný prechod pridať nové indikátory. Stlačenie klávesu DEL odstráni vybraný indikátor.

-

Obdĺžnik predstavujúci farebný prechod môžete presúvať, otáčať a meniť jeho veľkosť. Funguje to presne tak, ako pri tvaroch.

- -

Menu štýlu

-

Menu Štýlu ponúka známe nastavenia Pridať, Duplikovať alebo Odstrániť štýl a Obnoviť transformáciu.

- -

Vlastnosti štýlu

-

The Názov je jediná Vlastnosť štýlu.

- - -

-index -Transformátor

-

Transformátor dokáže meniť vzhľad tvaru. Nečakajte ale, že premení vaše auto na bojového robota...

- -

Pridanie transformátora

- - - -
ObrysPridá tvaru obrys.
ŤahNakreslí cestu tvaru namiesto vyplnenia štýlom.
- -

V závislosti od druhu Transformátora môžete nastavovať rôzne vlastnosti.

- -

Vlastnosti transformátora

-

Okrem Názvu a Šírky ponúka okno Vlastností transformátora (v závislosti od typu mierne odlišné) možnosti:

- - - - - -
ZakončeniaIba pre Ťah. Definuje zakončenia čiary: Rovné, Štvorcové alebo Okrúhle.
Detegovať orient.Iba pre Obrys. Určuje, či sa obrys nachádza vo vnútornej alebo vonkajšej strane cesty.
SpojeUrčuje akým spôsobom sa čiary spájajú v bode: Ostrý, Oblý alebo Zrazený.
Limit ostrého spojaIba keď sú hore uvedené Spoje nastavené na „Ostrý“, toto nastavenie má vplyv na vzhľad ostrého spoja.
- - -

-index -Uloženie ikony

-

V hornej časti okna sa nachádza typická menu lišta, ktorá obsahuje možnosti Súbor, Upraviť, Možnosti. Z názvov je jasné, akú majú funkciu, takže bližšie si popíšeme iba ukladanie.

-

Súbor | Uložiť ako... uloží ikonu v špecialnom formáte Icon-O-Matic, ktorý uchováva informácie ako názvy ciest, tvarov a štýlov. Tieto informácie budú odstránené potom, ako ikonu exportujete, aby sa ušetrilo miesto. Týmto spôsobom je dobré zálohovať vašu prácu, pretože bez pomenovaných objektov sa všetkému priradí názov „<path>/<shape>/<style>“, kvôli čomu môže byť ďalšia práca s ikonou únavná.

- -

Súbor | Exportovať ako... otvorí známy panel uloženia s možnosťou výberu formátu. Ponúka tieto možnosti:

- - - - - - - - - -
HVIFVektorový formát ikony Haiku
HVIF RDefUloží ako zdroj pre programátorov
Zdrojový kód HVIFUloží ako zdrojový kód pre programátorov
SVGUloží ako SVG
PNGUloží ako PNG s veľkosťou 64 pixlov
Množina PNGUloží ako PNG s veľkosťami 16, 32 a 64 pixlov
Atribút BEOS:ICON Vyberte súbor a priamo mu priraďte ikonu ako atribút
Atribút META:ICON Vyberte súbor a pripojte k nemu ikonu ako prosté metadáta
- - -

-index -Tipy & Triky

-

Zopár vecí, na ktoré by ste mali myslieť počas práce s Icon-O-Matic a všeobecné tipy pri používaní:

-
    -
  • Prečítajte si Pokyny o tvorbe ikon, aby ste sa oboznámili s dôležitými charakteristikami ikon Haiku ako napr. perspektíva, farby a tiene.

  • -
  • Vždy by ste sa mali snažiť minimalizovať počet použitých ciest, lebo tie najviac zväčšujú výslednú veľkosť súboru. Cesty používajte opätovne tam, kde je to možné a pracujte s manipulovanými tvarmi a ich transformátormi. Šikovné použitie farebných prechodov vám tiež môže ušetriť miesto.

  • -
  • Tam, kde je to možné, by ste mali aktivovať možnosť Prichytávať k mriežke v Možnostiach počas práce s cestami. Body cesty zarovnané so sieťou 64x64 pixlov zaberajú menej miesta. Ak body nastavíte presne do rohov siete, dostanete najostrejší výsledok. Napríklad je dôležité zarovnať najvýraznejšie obrysy so sieťou 16x16 pixlov.

  • -
  • V náhľade zistite, či vaša ikona vyzerá dobre vo veľkosti 16x16. Možno sa vám zíde nastavenie Úroveň detailov popísané v sekcii Tvary.

  • -
  • Napriek tomu, že Icon-O-Matic nemá funkciu na vkladanie znakov, dá sa to urobiť ľahkým spôsobom. Jednoducho otvorte textový editor ako napr. StyledEdit, prispôsobte si typ štýl písma a myšou pretiahnite alebo skopírujte a vložte text do Icon-O-Matic. Všetky cesty a tvary sa vytvoria automaticky.

  • -
  • Ak jednému tvaru priradíte viac ako jednu cestu, ich prekrývajúce sa časti sa navzájom vymažú. Keď sa jedna cesta celá nachádza v druhej, vytvorí tak vo výslednom tvare dieru.

  • -
  • Plátno môžete pomocou kolieska myši priblížiť. Posúvať sa po plátne môžete buď držaním stredného tlačidla myši alebo ľavým tlačidlom počas držania klávesu SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/installer.html b/docs/userguide/userguide/sk/applications/installer.html deleted file mode 100644 index ab4faf1deb..0000000000 --- a/docs/userguide/userguide/sk/applications/installer.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Inštalátor - - - - - - - - -
-
- -

installer-icon_64.pngInštalátor

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Installer
Nastavenie:žiadne
-


-

Inštalátor sa používa na skopírovanie Haiku na iný disk.
-Po štarte zobrazí štartovacie okno s dôležitou informáciou. Nie je to bezduchá EULA (licenčná dohoda s koncovým používateľom), ktorú zvyknete odkliknúť bez mihnutia oka, hovorí:

-
    -
  • Toto je softvér alfa kvality. Robte zálohy alebo trpte následky!

  • -
  • Inštalátor potrebuje pripravenú oblasť. Budete možno musieť použiť GParted LiveCD alebo podobný nástroj až kým nástroj Nastavenie diskových oblastí v Haiku nebude dostatočne vyspelý, aby zvládal túto úlohu.

  • -
  • Haiku môžete manuálne pridať do správcu zavádzania systému GRUB. Ako presne sa to robí je uvedené v online príručke.
  • -
-



-

Keď ste súhlasili stlačením Pokračovať, zobrazí sa vám hlavné okno:

-installer.png -

V prvom vysúvacom menu vyberáte zdroj pre inštaláciu. Môže to byť aktuálne nainštalované Haiku alebo to môže byť inštalačné CD alebo USB kľúč atď.
-Druhé vysúvacie menu špecifikuje cieľ inštalácie. Cieľová oblasť/disk budú úplne prepísané a musia byť nastavené predtým, nástrojom na správu oblastí ako napríklad GParted.

-

Kliknutím na malú rozbaľovaciu šípku Zobrazí voliteľné balíky, ak sú dostupné, ktoré si môžete vybrať na doinštalovanie k základnému Haiku.

-

Mali by ste naposledy skontrolovať, či ste naozaj vybrali správny cieľ pred začatím inštalácie. Kliknite na Nastaviť oblasti... na otvorenie Nastavenia diskových oblastí a pozrite sa na názvy a rozloženie dostupných diskov a oblastí.

-

Začať spustí proces inštalácie, ktorá v podstate kopíruje všetko okrem adresárov /home/ a /system/ na cieľový zväzok a nastaví, aby sa z neho dal zavádzať systém.

- -

index -Nástroje

-

Na konci inštalačnej procedúry je oblasť automaticky nastavená ako zavádzacia. Avšak, môže sa stať, že nejaký iný operačný systém alebo nástroj na správu oblastí (náhodou) prepíše zavádzací sektor vášho disku s Haiku. V tom prípade, použite vaše inštalačné CD a spustite Inštalátor. Vyberte vašu zavádzaciu oblasť Haiku z menu Na: Prosím, vyberte cieľ a vyberte Zapísať zavádzací sektor z menu Nástroje aby ste ho opäť označili ako zavádzací.

-

Druhá položka v menu Nástroje sa používa, keď chcete Nastaviť zavádzacie menu, ktoré uloží do zavádzacieho sektora menu, z ktorého si môžete vybrať, ktorý operačný systém zaviesť. Ďalšie informácie nájdete v téme Správca zavádzania.
- Nemusíte používať Správcu zavádzania, ak už používate iný podobný program, ako napríklad GRUB, v tomto prípade musíte Haiku pridať ručne (pozrite vyššie), alebo ak je Haiku jediný operačný systém na vašom počítači.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/list-cli-apps.html b/docs/userguide/userguide/sk/applications/list-cli-apps.html deleted file mode 100644 index 74d87fcb3f..0000000000 --- a/docs/userguide/userguide/sk/applications/list-cli-apps.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - Zoznam príkazov - - - - - - - - -
-
- -

cli-app-icon_64.pngZoznam všetkých aplikácií príkazového riadka

- - -
Umiestnenie:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

Všetky aplikácie príkazového riadka v Haiku sa nachádzajú buď v /boot/system/bin. Vaše vlastné alebo dodatočne nainštalované aplikácie príkazového riadka sa objavia v ~/config/bin, keď ich nainštalujete z balíka .hpkg. V opačnom prípade by ste ich mali dať do ~/config/non-packaged/bin/. Všetky tieto umiestnenia sú súčasťou premennej PATH, teda budú automaticky nájdené.
-Tu je zoznam všetkých aplikácií príkazového riadka, ktoré sa nachádzajú v Haiku. Pri každej je iba krátky popis toho, čo robí. Ďalšie informácie o ich použití získate spustením daného príkazu s parametrom --help.

-


-

Obsah:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Spustí službu na monitorovanie multimediálnych audio a video doplnkov.
FirstBootPrompt Nastavenie jazyka a mapy kláves.
[ Porovná dve položky a vráti hodnotu pravda (ak sa zhodujú) alebo nepravda (ak sa nezhodujú).

indexA

addattr Pripíše súboru atribút s ohľadom na jeho typ a podľa toho prevedie hodnoty. (špecifické pre Haiku)
alert Zobrazí okno so správou. (špecifické pre Haiku)
arp Manipuluje so systémovou vyrovnávacou pamäťou ARP.
awk Pozrite gawk.
base64 Zakódovanie alebo dekódovanie algoritmom Base64 na štandardný výstup.
basename Odstráni adresár a voliteľne aj príponu z reťazca /cesta/k/súboru.
bash Bourne-again shell
bc Jazyk na výpočty s ľubovoľnou presnosťou.
beep Zazvoní zvonček.
bunzip2 Pozrite bzip2.
bzip2 Komprimácia súborov.
c++ Kompilátor jazyka C++.
cal Zobrazí kalendár.
cat Zreťazí súbory a vypisuje na štandardný výstup.
catattr Vypíše obsah atribútu súboru. (špecifické pre Haiku)
cc Kompilátor jazyka C
checkfs Skontroluje a opraví súborový systém. (špecifické pre Haiku)
checkitout Extrahuje zdroje na základe URL ich úložiska.
chgrp Zmení skupinu, ktorá vlastní súbory.
chmod Zmení oprávnenia na prístup k súborom.
chop Rozdelí súbor na viacero menších súborov.
chown Zmení vlastníka súborov.
chroot Spustí príkaz v rámci zadaného koreňového adresára.
cksum Vypíše kontrolný súčet CRC a počet bajtov súborov.
clear Vymaže okno terminálu.
clockconfig Vypíše konfiguráciu hodín.
cmp Porovná súbory bajt po bajte.
collectcatkeys [Pozostatok po prechode z locale-kit.]
comm Porovná utriedené súbory riadok po riadku.
compress Program na kompresiu dát
consoled Démon konzoly
copyattr Skopíruje všetky alebo podmnožinu atribútov z jedného súboru do iného alebo do nového súboru. (špecifické pre Haiku)
cp Skopíruje súbory a priečinky.
csplit Rozdelí súbor na časti rozdelené podľa konkrétneho vzoru.
ctags Vygeneruje indexový súbor pre množstvo jazykových objektov nájdených v súboroch.
cut Vypíše sekcie z každého riadka súboru.
date Zobrazí alebo nastaví aktuálny čas a dátum.
dc Jazyk dc na výpočty.
dd Kopíruje nespracované dáta, konvertuje a formátuje podľa operandov.
desklink Inštaluje položky do Panela. (špecifické pre Haiku)
diskimage Zaregistruje súbor ako diskové zariadenie, ktoré je následne možné pripojiť. (špecifické pre Haiku)
df Podá správu o voľnom a využívanom mieste na pripojených zväzkoch.
diff Porovná súbory riadok po riadku.
diff3 Porovná 3 súbory riadok po riadku.
dircolors Nastavenie farieb pre ls.
dirname Odstráni názov súboru z reťazca /cesta/k/súboru.
draggers Zobrazí/nastaví stav rúčok Replikantov.
driveinfo Zobrazí informácie o hardvéri.
dstcheck Zobrazí okno so správou použité pri prepínaní na/z letného času.
du Sumarizuje využitie disku každého súboru, rekurzívne pre priečinky.
dumpcatalog [Zostatok po prechode z locale-kit.]
echo Zobrazí riadok textu.
egrep Pozrite grep.
eject Vysunie výmenné médium.
env Spustí program v modifikovanom prostredí.
error Vypíše obsah správy o chybe pre dané číslo chyby.
expand Konvertuje znak tabulátoru na medzery.
expr Vypíše hodnotu výrazu.

F

factor Vypíše rozklad celého čísla na prvočísla.
false Nerobí nič, indikuje „neúspech“ a vráti hodnotu „1“.
fdinfo Zobrazí informácie o použitých popisovačoch súborov v systéme.
ffm Nastaví automatickú aktiváciu ovládacích prvkov pod kurzorom myši.
fgrep Pozrite grep.
filepanel Zobrazí panel na otvorenie/uloženie súboru. (špecifické pre Haiku)
find Hľadá súbory v rámci adresárovej štruktúry.
finddir Hľadá špeciálne priečinky definované systémom.
fmt Preformátuje odstavce súboru.
fold Zalomí riadky vstupného súboru.
fortune Vypíše náhodné, snáď zaujímavé, porekadlo.
frcode Zavolaním tohto príkazu updatedb skomprimuje zoznam názvov súborov.
freetype-config Zobrazí informácie o kompilácii a linkovaní FreeType.
fstrim Pošle príkaz TRIM disku SSD.
ftp Program na prenos súborov
ftpd FTP démon
funzip Rozbalí prvý súbor z archívu na štandardný výstup.
fwcontrol Program na ovládanie FireWire
gawk Jazyk na hľadanie a spracovanie vzorov.
gdb GNU debugger
getlimits Zobrazí obmedzenia závislé na platforme vo formáte užitočnom pre skripty shellu.
grep Hľadá vzory.
groups Vypíše členstvá v skupinách každého používateľského mena.
gunzip Pozrite gzip.
gzexe (De)komprimuje spustiteľné súbory.
gzip (De)komprimuje súbory.
hd Výpis v hexadecimálnom tvare
head Vypíše prvé riadky súboru.
hey Malý nástroj na skriptovanie aplikácií grafického rozhrania.
hostname Vypíše alebo nastaví názov hostiteľa systému.
id Vypíše informácie o používateľovi a skupine.
ident Identifikuje kľúčové slová RCS v súboroch.
ifconfig Konfiguruje sieťové rozhranie.
install Skopíruje súbory na miesto určenia bez narušenia bežiaceho systému.
install-wifi-firmwares.sh Nainštaluje firmvér niektorým bezdrôtovým sieťovým kartám.
installsound Nainštaluje novú zvukovú udalosť do panela nastavenia Zvukov.
iroster Vypíše zoznam vstupných zariadení.
isvolume Získa informácie o pripojenom zväzku.
join Na štandardný výstup zapíše riadok pre každý pár vstupných riadkov so zhodnými poliami, podľa ktorých sa vykoná spojenie (join).

indexK

kernel_debugger Spustí ladenie jadra.
keymap Načíta alebo uloží klávesovú mapu.
kill Pošle signál na ukončenie procesu.
less Zobrazí súbor.
lessecho Vypíše argumenty, ktoré dostal a expanduje metaznaky ako * a ? v názvoch súborov.
lesskey Určuje klávesové väzby pre less.
link Vytvorí odkaz na súbor.
linkcatkeys [Zostatok po prechode z locale-kit.]
listarea Vypíše informácie z oblasti každého bežiaceho tímu.
listattr Vypíše atribúty súboru. (špecifické pre Haiku)
listdev Vypíše zoznam všetkých hardvérových zariadení.
listimage Vypíše obrazové informácie všetkých momentálne bežiacich procesov.
listport Vypíše všetky otvorené porty systému zorganizované podľa tímov.
listres Vypíše prostriedky súborov.
listsem Vypíše semafory, ktoré alokoval určený tím.
listusb Vypíše zoznam zariadení USB.
ln Vytvorí odkaz na súbor.
locale Zobrazí nastavený uprednostňovaný jazyk, jeho LC_CTYPE a uprednostňované formátovanie.
locate Nájde súbor.
logger Pošle správu do systémového záznamu.
login Spustí používateľskú reláciu systému.
logname Vypíše meno aktuálneho používateľa.
ls Vypíše obsah priečinka.
lsindex Zobrazí indexované atribúty na aktuálnom zväzku/diskovej oblasti. (špecifické pre Haiku)
mail2mbox Zmení e-mailové súbory BeOS na unixové súbory mailbox.
make Nástroj GNU make
makebootable Umožní zavádzanie systému z vybranej diskovej oblasti alebo zariadenie BFS zapísaním zavádzacieho kódu do prvých dvoch sektorov.
mbox2mail Zmení unixové súbory mailbox na e-mailové súbory BeOS.
md5sum Vypíše alebo skontroluje kontrolný súčet MD5.
merge Trojcestné zlúčenie súboru.
message Vypíše sploštený súbor BMessage.
mimeset Nastaví typ MIME súboru.
mkdepend Generátor závislostí Makefile.
mkdir Vytvorí priečinok
mkdos Inicializuje diskové oblasti FAT.
mkfifo Vytvorí pomenované rúry.
mkfs Vytvorí súborový systém.
mkindex Vytvorí nový index pre atribút. (špecifické pre Haiku)
mktemp Bezpečne vytvorí dočasný súbor alebo priečinok.
modifiers Vypíše všetky momentálne (ne)stlačené modifikačné klávesy.
more Pozrite less.
mount Pripojí súborový systém.
mount_nfs Pripojí diskovú oblasť NFS.
mountvolume Pripojí zväzok podľa názvu.
mv Presunie/premenuje súbor.
netcat TCP a UDP nástroj.
netstat Vypíše sieťové spojenia, smerovacie tabuľky, štatistiky rozhraní, spojenia NAT a členstvá v multicastových skupinách.
nl Vypíše všetky súbory s pridanými číslami riadkov.
nohup Spustí príkaz ignorujúc signály zavesenia (HUP).
nproc Vypíše počet dostupných procesorov.
od Zapíše jednoznačnú reprezentáciu súboru.
open Spustí aplikáciu alebo dokument zo shellu. (špecifické pre Haiku)

indexP

package Vytvára, skúma alebo rozbaľuje balík Haiku.
package_repo Vytvára alebo skúma súbor zdroja balíkov Haiku.
passwd Zmení heslo používateľa.
paste Vypíše riadky pozostávajúce zo sekvenčne zodpovedajúcich riadkov z každého súboru, oddelené tabulátormi.
patch Aplikuje rozdielový súbor diff na originál.
pathchk Diagnostikuje neplatné alebo neprenosné názvy súborov.
pc Programátorská kalkulačka
ping Pošle počítaču v sieti paket ICMP-echo-request.
pkg-config Analyzuje a nastavuje balík Haiku.
pkgman Spravuje balíky a zdroje balíkov.
play Prehrá stopu z CD.
playfile Prehrá zvukový súbor.
playsound Prehrá zvukový súbor.
playwav Prehrá súbor WAV.
pr Ostránkuje alebo ostĺpcuje súbory na tlač.
printenv Vypíše hodnotu premennej prostredia.
printf Formátuje a vypíše dáta.
prio Zmení prioritu procesu.
profile Profiluje vlákna.
ps Vypíše zoznam spustených procesov.
ptx Vypíše permutovaný index (vrátane kontextu) slov vo vstupných súboroch.
pwd Vypíše aktuálny adresár.
query Nástroj shellu emulujúci funkciu Trackera „Nájsť podľa vzorca“. (špecifické pre Haiku)
quit Ukončí aplikáciu.
rc Kompilátor zdrojov
readlink Vypíše cestu k cieľu symbolického odkazu.
reindex Vloží atribúty existujúcich súborov do novo vytvorených indexov. (špecifické pre Haiku)
release Uvoľní semafor.
renice Zmení prioritu bežiaceho procesu.
rlog Vypíše správy záznamu a iné informácie o súboroch RCS.
rm Odstráni súbor alebo priečinok.
rmattr Odstráni zo súboru atribút. (špecifické pre Haiku)
rmdir Odstráni priečinky.
rmindex Odstráni index atribútu. (špecifické pre Haiku)
roster Vypíše informácie o bežiacich tímoch.
route Vymenuje a manipuluje smerovanie v sieti.
safemode Zistí, či systém beží v núdzovom režime.
screen_blanker Spustí šetrič obrazovky.
screenmode Zobrazí/nastaví režim obrazovky.
sdiff Zobrazí alebo zlúči rozdiely v dvoch súboroch bok po boku.
seq Vypíše postupnosť čísel.
setdecor Zobrazí/nastaví dekorátor.
setgcc Zobrazí/nastaví použitú verziu gcc.
settype Nastaví typ MIME, podpis a preferovanú aplikáciu súboru.
setversion Zobrazí verziu súboru.
setvolume Nastaví systémovú úroveň hlasitosti.
setwep Poskytuje šifrovanie WEP pre bezdrôtové siete.
sh Pozrite bash.
sha1sum Vypíše alebo skontroluje kontrolné súčty SHA1.
shar Vytvára shell archívy.
shred Opakovane prepíše súbor.
shuf Vypíše náhodnú permutáciu vstupných čísel.
shutdown Vypne počítač.
sleep Pozastaví sa na určený počet sekúnd.
sort Vypíše usporiadané poradie všetkých súborov.
spamdbm Triedi e-mailové správy na legitímne a spam.
split Vypisuje časti vstupu s pevnou veľkosťou do súborov s predponami.
stat Zobrazí stav súboru alebo súborového systému.
strace Trasuje systémové volania vlákna alebo tímu.
stty Zobrazí/nastaví charakteristiky terminálu.
su Zmení efektívny používateľský id a skupinu.
sum Vypíše kontrolný súčet a počet blokov každého súboru.
sync Vynúti zápis zmenených blokov na disk, aktualizuje super blok.
sysinfo Zobrazí informácie o systéme.

indexT

tac Zreťazí a vypíše súbory, počínajúc s prvým riadkom.
tail Vypíše posledných desať riadkov súboru.
tcpdump Zaznamená sieťovú premávku.
tcptester [zavrhované]
tee Zapíše alebo pripojí dáta zo štandardného vstupu do súboru.
telnet Používateľské rozhranie pre protokol telnet.
telnetd Démon služby telnet.
test Porovná dve položky a vráti hodnotu pravda (ak sa zhodujú) alebo nepravda (ak sa nezhodujú).
timeout Spustí príkaz a ukončí ho ak stále beží po určenom počte sekúnd.
top Zobrazí bežiace vlákna a využitie CPU.
touch Zmení časovú značku súboru.
tput Inicializuje terminál alebo odovzdá požiadavku databáze terminfo.
tr Preloží, vytlačí a/alebo odstráni znaky zo štandardného vstupu.
traceroute Vypíše cestu, ktorou šli pakety v sieti.
translate Použije Prekladač dát na prevedenie formátu súboru.
trash Pošle súbory do Koša alebo ich z neho obnoví.
true Nerobí nič, indikuje „úspech“ a vráti hodnotu „0“.
truncate Zmenší alebo roztiahne veľkosť súboru.
tsort Vykoná topologické triedenie.
tty Vypíše názov súboru terminálu spojeného so štandardným vstupom.
uname Vypíše informácie o systéme.
unchop Obnoví súbor predtým rozdelený príkazom chop.
unexpand Konvertuje medzery na tabulátory.
uniq Odfiltruje susediace zhodné riadky zo vstupu a zapíše ho na výstup.
unlink Zavolá funkciu unlink na odstránenie určeného súboru.
unmount Odpojí zväzok.
unrar Rozbalí archív rar.
unshar Rozbalí archív shar.
untrash Pozrite trash.
unzip Rozbalí archív zip.
unzipsfx Používa sa na zmenu existujúcich archívov zip na samo-rozbaľovacie.
updatedb Aktualizuje databázu nástroja locate s umiestnením všetkých súborov.
uptime Vypíše dátum a čas, ako aj čas uplynutý od spustenia systému.
urlwrapper Wrapper pridávajúci podporu typov MIME aplikáciám príkazového riadka alebo iným aplikáciám, ktoré ich priamo nepodporujú.
useradd Vytvorí nového používateľa.
uudecode Dekóduje súbor zakódovaný algoritmom uuencode.
uuencode Zakóduje súbor algoritmom uuencode, aby mohol byť poslaný vzdialenému systému.
vdir Vypíše informácie o súboroch.
version Vráti verziu súboru.
vmstat Vypíše informácie o systéme virtuálnej pamäte.
waitfor Čaká, kým sa neobjaví určité vlákno. (špecifické pre Haiku)
watch Spúšťa program periodicky.
wc Vypíše počet paragrafov, slov a znakov (bajtov) súboru.
wget Nástroj pre sťahovanie cez HTTP, HTTPS alebo FTP
which Nájde príkaz.
whoami Vypíše meno používateľa spojené s aktuálnym efektívnym ID používateľa.
xargs Zostaví a spustí príkazový riadok zo štandardného vstupu.
xres Vypíše a manipuluje so zdrojmi.
yes Až do ukončenia opakovane vypisuje reťazec.
zcat Pozrite gzip.
zcmp Pozrite zdiff.
zdiff Porovná skomprimované súbory.
zforce Vynúti príponu „.gz“ na súboroch gzip.
zgrep Vyhľadá regulárny výraz v súboroch, ktoré môžu byť komprimované.
zip Pridá alebo nahradí položky v archíve zip.
zipcloak Zašifruje všetky nešifrované položky v archíve zip.
zipgrep Vyhľadáva reťazec alebo vzor v daných súboroch zip.
zipinfo Pozrite unzip.
zipnote Vypíše komentáre v archíve zip.
zipsplit Rozdelí archív zip na menšie časti.
zmore Ako more, ale pracuje s nekomprimovaným obsahom akéhokoľvek komprimovaného súboru.
znew Rekomprimuje súbory .Z na archívy .gz (gzip).
-
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/magnify.html b/docs/userguide/userguide/sk/applications/magnify.html deleted file mode 100644 index 7883182f22..0000000000 --- a/docs/userguide/userguide/sk/applications/magnify.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Lupa - - - - - - - - -
-
- -

magnify-icon_64.png Lupa

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Magnify
Nastavenie:~/config/settings/Magnify_prefs
-


-

Lupa zobrazuje zväčšenú verziu oblasti pod kurzorom myši.

-magnify.png -

Navrchu nájdete veľkosť a úroveň priblíženia oblasti. "32 x 32 @ 8 pixlov/pixel" znamená, že sa pozeráte na štvorec 32x32 pixlov okolo vášho kurzora a že každý pixel je zväčšený 8-krát.

-

Podtým je farba pixelu, ktorý je označený červeným orámovaním. Jeho farba je uvedená v RGB a šestnástkovej hodnote.
-Môžete použiť / / / na posunutie orámovania na iný pixel.

-

Na meranie vzdialenosti a zarovnávanie objektov môžete pridať maximálne 2 modré krížiky mušky pomocou ALT H. Ich X/Y súradnice vzhľadom k hornému ľavému rohu a, ak sú obe pridané, vzájomné X/Y vzdialenosti, sú zobrazené dolu.
-Môžu byť presúvané pomocou / / / . Aktívna muška je označená písmenom "x".

-

Môžete presúvať kurzor myši po pixloch pomocou OPT  / / / .

-

Kliknutie na vysúvacie menu vám dáva viacero možností:

- - - - - - - - - - - - - - -
Uložiť obrázokALT S Uloží súčasné zobrazenie ako súbor zdrojov.
Kopírovať obrázokALT C Kopríruje súčasné zobrazenie do schránky.
Skryť/zobraziť infoALT T Prepne zobrazenie všetkých dodatočných informácií.
Pridať muškuALT H Pridá mušku, ktorú môžete presúvať
Odstrániť muškuALT SHIFT H Odstráni naposledy pridanú mušku
Skryť/zobraziť mriežkuALT G Prepne zobrazenie mriežky
Zmraziť/rozmraziť obrazALT F Zastaví/pokračuje v obnovovaní priblíženej oblasti.
Prilepiť súradniceALT I Pokračuje v obnovovaní priblíženej oblasti, ale nesleduje viac kurzor myši.
Urobiť štvorecALT / Vráti späť štvorcovité zobrazenie po zmene veľkosti okna.
Zmenšiť veľkosť oknaALT - Zmenší priblíženú oblasť okolo kurzora.
Zväčšiť veľkosť oknaALT + Zväčší priblíženú oblasť okolo kurzora.
Zmenšiť veľkosť pixlaALT , Zmenší priblíženie.
Zväčšiť veľkosť pixlaALT . Zväčší priblíženie.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/mail.html b/docs/userguide/userguide/sk/applications/mail.html deleted file mode 100644 index 4386233973..0000000000 --- a/docs/userguide/userguide/sk/applications/mail.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - Pošta - - - - - - - - -
-
- - - - -
Obsah
Čítanie správ
- Tvorenie nových správ
- Predvoľby
- -

mail-icon_64.pngPošta

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Mail
Nastavenie:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objekty umiestnené tu sa zobrazia v kontextovom menu schránky
-~/config/settings/Mail/signatures/ - Miesto na ukladanie podpisov
-~/config/settings/Mail/status/ - Miesto na ukladanie vlastných stavov
-


-

Pošta je predvolený prehliadač a editor e-mailov v Haiku. Neslúži na príjem a posielanie pošty, na to slúži mail_daemon, ktorý možno nakonfigurovať v nastaveniach E-mailov.

-

Táto stránka slúži ako všeobecný prehľad aplikácie Pošta. Ďalšie informácie o tom, ako e-maily v Haiku fungujú, nájdete v téme Workshop: spravovanie e-mailov.

-

-index -Čítanie správ

-

Dvojitým kliknutím na súbor e-mailu ho otvoríte v Pošte. Rozhranie programu je pomerne jednoduché:

-email-read.png -

Menu a voliteľný panel nástrojov hore, pod tým typické atribúty e-mailov (Komu, Od, Predmet, Dátum) a nakoniec samotné telo e-mailu. Ak sa v pošte vyskytujú čudné alebo vynechané znaky, skúste zmeniť nastavenia Kódovania z rozbaľovacieho menu.

-

Prípadné prílohy pripojené k e-mailu sú uvedené na konci správy. Kliknutím pravým tlačidlom na prílohu otvoríte kontextové menu s možnosťami Uložiť prílohu... alebo Otvoriť prílohu. Tiež môžete prílohu pretiahnuť myšou rovno na Plochu alebo do ďalšieho okna Trackera.

-

Použitie väčšiny položiek v menu a v paneli nástrojov je jasné, takže sa zameriame iba na zopár najdôležitejších.

-

-indexSúbor

-

Keď zatvoríte okno novej pošty, jej stav sa za normálnych okolností zmení z „Nová“ na „Prečítaná“. Môžete ale nastaviť aj iné stavy výberom zo submenu Zatvoriť a.... Tam tiež nájdete možnosť Nastaviť na..., ktorá umožňuje tvorbu vlastných stavov, ktoré sa ukladajú do ~/config/settings/Mail/status/.

-

-indexUpraviť

-

Odtiaľto môžete otvoriť Predvoľby... Pošty (pozri nižšie) a odkaz na správu vašich Účtov..., ktorý otvorí panel nastavenia E-mailov.

-

-indexZobraziť

-

Iba zriedka, ak vôbec, budete potrebovať tieto dve položky:

- - - -
Zobraziť hlavičkuALT HZobrazí celú hlavičku pošty v prípade, že by ste chceli napr. vypátrať cestu pošty.
Zobraziť kód správyZobrazí kód pošty, tzn. všetky riadiace znaky bez zafarbenia citácií alebo URL odkazov.
-

-indexSpráva

-

Rôzne možnosti ako odpovedať na poštu je potrebné trochu objasniť.

- - - - -
OdpovedaťALT RŠtandardná odpoveď určená serveru, ktorý vám správu odoslal. POZNÁMKA: V prípade e-mailovej konferencie tento nástroj pošle odpoveď celej konferencii, nie iba autorovi príspevku.
Odpovedať odosielateľoviOPT ALT RTáto funkcia naopak pošle odpoveď iba na adresu z atribútu „Od“.
Odpovedať všetkýmSHIFT ALT RPošle odpoveď pôvodnému odosielateľovi a všetkým ostatným príjemcom pôvodnej správy.
-
Ak pred odpovedaním vyznačíte v správe pasáž, iba označený text bude vo vašej odpovedi citovaný. Je to dobrý spôsob na skrátenie zdĺhavého citovania, ktoré nikto z nás nemá rád...
-

Položky Preposlať, Odoslať znova a Skopírovať ako novú netreba bližšie vysvetľovať.

-

Ak ste otvorili e-mail z výsledkov hľadania alebo z Trackera, možnosti Predošlá správa a Ďalšia správa presúvajú na predošlý/ďalší e-mail v zozname.

-

Uložiť adresu zhromaždí všetky e-mailové adresy z hlavičky, tela a submenu e-mailu. Vybranie adresy otvorí aplikáciu Ľudia, do ktorej sa všetky kontaktné informácie uložia.

-

-indexPožiadavky

-

Táto funkcia zatiaľ nebola sfunkčnená, no je určená na zobrazenie všetkých správ, ktoré súvisia s aktuálnou správou spoločným odosielateľom alebo predmetom/vláknom.

- -

-index -Tvorenie nových správ

-

Nová správa je vytvorená vyvolaním menu Nová poštová správa alebo stlačením zodpovedajúcej ikony z panela nástrojov otvorenej pošty. Alebo môžete jednoducho spustiť aplikáciu Pošta alebo vybrať možnosť Vytvoriť novú správu… z kontextového menu ikony schránky v Paneli.

-email-write.png -

Okno sa dosť podobá na to, ktoré slúži na čítanie pošty. Menu a panel nástrojov sú mierne odlišné a textové polka s e-mailovou adresou príjemcu, predmetom atď. musia byť vyplnené.

-

Kópia slúži na poslanie kópií e-mailu viacerým ľuďom. Narozdiel od uvedenia viacerých adries do políčka „Komu“ signalizujete príjemcom kópií, že od nich nečakáte žiadne odpovede. Skrytá kópia robí to isté až na to, že príjemcov vzájomne utají.

-

Môžete zadať viac príjemcov tak, že ich adresy oddelíte čiarkami. Komu, Kópia, a Skrytá kópia sú rozbaľovacie menu. Obsahujú všetky e-mailové adresy, ktoré váš systém našiel v súboroch aplikácie Ľudia. Ich atribút „Skupina“ ich roztriedi do príslušných submenu.

-

Znova sa zameriame na zaujímavejšie možnosti v menu:

-

-indexSúbor

-

S možnosťou Uložiť ako rozpísané môžete vašu prácu zachovať a vrátiť sa k nej neskôr. Opätovne ju môžete načítať zo submenu Otvoriť rozpísané, ktoré vypíše všetky správy so stavom „Rozpísané“.

-

-indexUpraviť

-

Citovať a Odstrániť citát alebo ich príslušné klávesové skratky ALT / sa používajú na nastavovanie úrovne citovania pridaním alebo odoberaním symbolu „>“ pred citovanými riadkami. Jednoducho vyberte text vo všetkých riadkoch, ktoré chcete (ne)citovať a vyvolajte menu.

- -email-spellcheck.png - -

Funkcia Skontrolovať pravopis momentálne ponúka kontrolu iba textu v anglickom jazyku tak, že nesprávne alebo neznáme slová zafarbí červenou a zmení ich na kurzívu. Kliknutím pravým tlačidlom na takéto slovo vyvoláte kontextové menu, ktoré ponúka návrhy správnych foriem alebo možnosť Pridať slovo do slovníka.

-

Odtiaľto môžete opäť otvoriť Predvoľby... Pošty (pozri nižšie) a odkaz na správu vašich Účtov..., ktorý otvorí panel nastavenia E-mailov.

-

-indexSpráva

-

Pomocou funkcie Pridať podpis môžete pridávať preddefinovaný text na koniec vašich e-mailov. Zo submenu môžete vybrať špecifický alebo Náhodný podpis.

- -email-signature.png - -

Vytvárať nové podpisy alebo upravovať existujúce vám umožňuje položka Upraviť podpisy..., ktorá otvorí okno, do ktorého vkladáte samotný text a názov vášho podpisu. Tu nájdete v menu Podpis položky Otvoriť konkrétny podpis alebo Uložiť či Zmazať momentálne otvorený. Podpisy by sa mali ukladať do ~/config/settings/Mail/signatures.

-

Na pridanie a odoberanie príloh používajte Pridať prílohu… a Odstrániť prílohu. Súbory môžete tiež pretiahnuť myšou z okna Trackera. Dávajte si ale pozor, aby ste súbor pretiahli do hlavičky e-mailu (sekcia s položkami Komu/Od/Predmet v hornej časti), lebo ak je daný súbor textový, jeho obsah sa skopíruje do tela e-mailu.

- -email-attachments.png - -

Pripojené súbory sú uvedené v dolnej časti hlavičky. Odtiaľto môžete odstrániť súbor vyvolaním kontextového menu alebo stlačením klávesu DEL.

- -

-indexPožiadavky

-

Táto funkcia zatiaľ nebola sfunkčnená, no je určená na zobrazenie všetkých správ, ktoré súvisia s aktuálnou správou spoločným odosielateľom alebo predmetom/vláknom.

- -

-index -Predvoľby

-email-preferences.png -

Predvoľby Pošty sa delia na dve časti:

-

-indexPoužívateľské rozhranie

- - - - - - - -
Panel tlačidielUmožňuje zobraziť popisy ikon alebo úplne skryť panel nástrojov.
PísmoNastavenie typu písma použitého v texte e-mailu.
VeľkosťNastavenie veľkosti písma.
Zafarbené citácieZafarbuje rôzne úrovne citovania.
Režim prvotnej kontroly pravopisuVypne/zapne kontrolu pravopisu pri štarte.
Automaticky označiť poštu ako prečítanúAk zatvoríte e-mail so stavom „Nový“, jeho stav sa automaticky zmení na „Prečítaný“.
- -

-indexPošta

- - - - - - - - - -
Predvolený účetAk používate viac e-mailových účtov, touto možnosťou určujete, ktorý sa bude predvolene používať pri tvorbe nových správ.
Účet na odpoveďKeď odpovedáte na správu, môžete použiť buď Predvolený účet, nastavený vo výsuvnom menu vyššie, alebo Účet z pošty, ktorý odošle odpoveď z toho istého účtu, ktorý prijal pôvodnú správu.
Úvod odpovedeÚvod bude vložený ešte pred citovaným textom vo vašej odpovedi. Môžete použiť rôzne premenné z rozbaľovacieho menu vedľa textového poľa. Napríklad : „Dobrý deň %n!\n\n %d ste napísali:\n“ by vyzeralo takto: -
Dobrý deň Dr. Hawking!
-
-Mon, 18 Jan 1998 02:55:16 +0800 ste napísali:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto podpisAutomaticky pridá podpis na koniec e-mailu.
KódovanieNastaví predvolené kódovanie.
Upozorniť na nezakódovateľnéAk vaša správa obsahuje znaky, ktoré nemôžu byť zašifrované aktuálne nastavenou šifrovacou metódou, táto možnosť vás na to môže upozorniť, čo vám dáva príležitosť zmeniť typ šifrovania pred poslaním správy. Inak sa nezašifrovateľné znaky nahradia trojuholníkovými symbolmi.
Zalamovanie textuZalomí riadok po každom 76. znaku, čo uľahčuje čítanie.
Pripojiť atribútyMôžete si vybrať, či chcete posielať atribúty BFS popri iných prílohách. Toto je užitočné pre iných používateľov Haiku, pretože dostanú „kompletný“ súbor (napr. atribúty ako umelec, album, názov pri MP3 súboroch), no môže zmiasť používateľov iných systémov, ktorí si budú lámať hlavu nad tým čo sú tie BeOS Atribúty zač...
-Ak si zvolíte možnosť neposielať atribúty ako prílohu, zabaľte vaše súbory do archívu zip pred tým, ako ich pošlete, inak budú atribúty BFS odstránené. -
- -
-
- - - - - - diff --git a/docs/userguide/userguide/sk/applications/mediaplayer.html b/docs/userguide/userguide/sk/applications/mediaplayer.html deleted file mode 100644 index 8be195342f..0000000000 --- a/docs/userguide/userguide/sk/applications/mediaplayer.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - Prehrávač multimédií - - - - - - - - -
-
- -

mediaplayer-icon_64.pngPrehrávač multimédií

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/MediaPlayer
Nastavenie:~/config/settings/MediaPlayer
-


-

Prehrávač multimédií je predvolený prehrávač všetkých audio a video súborov. Vďaka tomu, že na pozadí používa ffmpeg, podporuje hromadu populárnych typov súborov. Jeho rozhranie a ovládanie je také, aké by ste čakali:

-mediaplayer.png -

Posuvník indikátora priebehu vám umožňuje rýchlo preskočiť na požadovanú pozíciu, držanie myši nad ním zobrazí aktuálny a zostávajúci čas klipu. Kliknutím na ukazovateľa času vpravo prepínate medzi dĺžkou, aktuálnym a zostávajúcim časom.
-Pod tým nájdete obvyklé ovládacie prvky na preskočenie do ďalšej/predošlej stopy, prehrať/pozastaviť alebo zastaviť. Ďalej nasleduje ovládanie hlasitosti (kliknutím na reproduktor stlmíte zvuk) a VU meter.

- -

Prehrávanie audio a videa

-

Pretože neexistujú žiadne funkcie špecifické pre prehrávanie zvukových súborov, budeme sa zaoberať videom a všeobecnými funkciami.

-mediaplayer-info.png -

Pre všetky multimediálne súbory je dostupná možnosť Info o súbore… (ALT I). Zobrazuje informácie o momentálne načítanom súbore, ako napr. dĺžka prehrávania alebo podrobnosti o audio/video stope a jej kodeku.

-

Najviac používané príkazy sú tiež dostupné v kontextovom menu, ktoré môžete vyvolať kliknutím pravým tlačidlom myši do oblasti videa. Užitočné hlavne v režime prehrávania na celej obrazovke.
-V menu Video nájdete možnosti na zväčšenie okna do viacerých úrovní alebo vynútenie pomeru strán na niektoré štandardné hodnoty. Ponechanie pomeru strán na predvolených Nastaveniach streamu by malo najlepšie fungovať pri správne zakódovaných súboroch.

-

Prehrávač multimédií podporuje titulky vo formáte SRT. Aby sa vám titulky zobrazili, názvy ich súborov sa musia zhodovať s názvom súboru videa, tiež môže byť pridaný názov jazyka a príponu videa treba nahradiť príponou „.srt“. Napríklad:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Viaceré zvukové stopy, väčšinou používane vo video súboroch s viacerými jazykmi, môžete prepínať v submenu Zvuková stopa. Submenu Video stopa ponúka to isté v prípade, že je dostupných viac video streamov.

-

Spustiť Celoobrazovkový režim môžete klávesmi (ALT ENTER or F alebo dvojklikom lavým tlačidlom), skryť rámy okna Prehrávača multimédií a ovládacie prvky možnosťou Skryť rozhranie (ALT H alebo dvojklikom pravým tlačidlom) alebo mať jeho okno Vždy na vrchu (ALT A).

- -

Zoznamy stôp

-

Prehrávač multimédií | Zoznam stôp... (ALT P) otvorí okno so súbormi, ktoré sú momentálne v poradí na prehrávanie. Dvojitým kliknutím na položku sa súbor začne prehrávať.

-mediaplayer-playlist.png -

Viac súborov môžete pridať pretiahnutím ich do zoznamu myšou a takisto môžete pretiahnutím myšou meniť ich poradie. Z menu Upraviť môžete Náhodne zamiešať alebo Odstrániť položky zo zoznamu alebo vymazať príslušný súbor možnosťou Presunúť do Koša (ALT T).

-

Samozrejme môžete Uložiť zoznam stôp a neskôr ho znova Otvoriť alebo spustiť ho jednoduchým dvojklikom na súbor zoznamu stôp.

- -

Nastavenia

-

Existuje viacero nastavení na doladenie správania Prehrávača multimédií:

-mediaplayer-settings.png -

Prvá skupina, Režim prehrávania, je ľahko pochopiteľná. Automaticky spustiť prehrávanie, zatvoriť okno po prehraní alebo prehrávať klip dokola.

-

Nasledujú rôzne Možnosti zobrazenia.
-Môžete Použiť hardvérové vrstvy videa ak sú dostupné, čo zníži záťaž na CPU, no funguje iba pre jedno okno a potrebuje ovládače video karty, ktoré to podporujú.
-Môžete Zmeniť veľkosť filmov hladko (nie v režime vrstiev), čím sa využije veľmi rýchle filtrovanie na zahľadenie inak kockato vyzerajúcich pixlov pri zväčšenom videu alebo celoobrazovkovom režime.
Môžete -Prispôsobiť veľkosť ovládacích prvkov v celoobrazovkovom režime ak preferujete väčšie ovládacie prvky, možno keď sledujete video v celoobrazovkovom režime z väčšej vzdialenosti.
-Ďalej sú tu nastavenia Veľkosť titulkov a Umiestnenie titulkov. Tie môžu byť zobrazené na Spodku videa, čím budú video stále prekrývať. Alebo na Spodku okna, čím môžete meniť veľkosť videa zvisle a mať tak titulky v čiernom páse na spodku.

-

Posledné nastavenie určuje hlasitosť klipov, ktoré sa prehrávajú na pozadí. Môžete ich nechať revať na Plnej hlasitosti, menej mätúcej Nízkej hlasitosti alebo ich mať Stlmené.

- -

Ovládanie klávesnicou

-

Prehrávač multimédií ponúka pohodlné kombinácie klávesov na ovládanie prehrávania bez použitia myši.

- - - - - - -
ZPreskočiť na predchádzajúcu stopu
XPrehrať
CPozastaviť
VZastaviť
BPreskočiť na nasledujúcu stopu
-

Týmto klávesom sú priradené funkcie ovládacích tlačidiel. Vždy sú v ľavej dolnej časti klávesnice, teda sú použité nezávisle od vášho aktuálneho mapovania klávesov. Hore uvedené klávesy zodpovedajú štandardnému mapovaniu klávesnice USA.

- - - - - - - - - - - - -
Posunúť dozadu/dopredu
SHIFT / Skočiť dozadu/dopredu o 10 sekúnd
ALT / Skočiť dozadu/dopredu o 30 sekúnd
/ Znížiť/zvýšiť hlasitosť
ALT / Preskočiť na nasledujúcu/predchádzajúcu stopu
SpacebarPrehrať/pozastaviť
ALT ENTERSpustiť celoobrazovkový režim (tiež možné dvojitým kliknutím ľavým tlačidlom myši do oblasti videa alebo stlačením F alebo TAB)
ALT SHIFT 0 / 1 / 2 / 3Zmení pomer strán na Nastavenia toku (v závislosti na kódovaní videa), Bez korekcie pomeru strán (mapuje pixely vo videu 1:1 na obrazovku), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/midiplayer.html b/docs/userguide/userguide/sk/applications/midiplayer.html deleted file mode 100644 index dfab030924..0000000000 --- a/docs/userguide/userguide/sk/applications/midiplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Prehrávač MIDI - - - - - - - - -
-
- -

midiplayer-icon_64.pngPrehrávač MIDI

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/MidiPlayer
Nastavenie:~/config/settings/MidiPlayerSettings
-


-

Ako z názvu vyplýva, Prehrávač MIDI slúži na prehrávania hudobných súborov midi. Súbory midi sú špeciálne tým, že neobsahujú zdigitalizovanú alebo nejakým spôsobom zakódovanú hudbu, ale iba jej popis: Držať túto notu takto dlho s touto hlasitosťou a použiť hudobný nástroj X.
-Zatiaľ čo veľkosť takýchto súborov je pomerne malá, výsledky veľmi závisia od knižnice nástrojov (tzv. „SoundFont“). SoundFont-y tiež zvyknú byť dosť veľké, priamo úmerne k počtu a kvalite vzoriek hudobných nástrojov.

-

Haiku nemá žiaden nainštalovaný SoundFont, pretože zvyknú byť veľké a iba veľmi málo ľudí ich potrebuje. Väčšina z tých, čo ich používajú, už majú vysokokvalitné alebo vlastné SoundFont-y. Ak chcete aspoň niečo počuť, môžete si zadarmo stiahnuť jeden z voliteľných balíčkov. V Termináli zadajte: installoptionalpackage TimGMSoundFont

-

Ak chcete použiť hocijaký iný SoundFont, vytvorte naň odkaz v /boot/system/data/synth a pomenujte ho big_synth.sy.

-midiplayer.png -

Rozhranie Prehrávača MIDI je veľmi jednoduché. Jednoducho myšou pretiahnite súbor midi a prehrávanie sa začne. Hlasitosť môžete ovládať posuvníkom a pridať efekt Ozveny z rozbaľovacieho menu. Aktivovaním Rozsahu sa v hornej časti zobrazí vizualizácia vo forme osciloskopu.

- -
-
- - - diff --git a/docs/userguide/userguide/sk/applications/packageinstaller.html b/docs/userguide/userguide/sk/applications/packageinstaller.html deleted file mode 100644 index 39a62b3d5b..0000000000 --- a/docs/userguide/userguide/sk/applications/packageinstaller.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - Inštalátor balíkov - - - - - - - - -
-
- -

packageinstaller-icon_64.pngInštalátor balíkov

- - - - -
Panel:Žiadna položka, zvyčajne sa spúšťa dvojitým kliknutím na podporovaný typ súboru.
Umiestnenie:/boot/system/apps/PackageInstaller
Nastavenie:žiadne
-


-
Táto stránka je v súčasnosti iba prvý návrh. V budúcnosti sa chystá prepracovanejšia verzia.
-

Inštalátor balíkov je softvérový inštalátor balíkov BeOS vo formáte PKG. Ponúka jednoduché grafické rozhranie, ktoré uľahčuje rýchlu inštaláciu balíkov v Haiku.

-

Spustí sa automaticky pri každom otvorení súboru s príponou .pkg.

-packageinstaller.png -

Hlavné okno ponúka prístup k dvom konfiguráciam:

-
    -
  • typ inštalácie (v závislosti od vývojára tu môže byť viac ako jedna (štandardná) možnosť inštalácie).
  • -
  • inštalovať do: (iba celé diskové oblasti/pavné disky môžu byť vybrané, nie vlastné cesty)
  • -
-

Po stlačení tlačidla Nainštalovať sa začne proces rozbaľovania a inštalácie.

-packageinstaller-installer.png -

V tomto bode sa môžu zobrazovať upozornenia a chyby o tom, ktoré knižnice alebo iné závislosti nutné pre chod programu chýbajú. Možno bude potrebné najprv nainštalovať tieto balíky predtým, než sa pokúsite nainštalovať požadovaný program.

-

Po dokončení inštalácie by sa mal balík objaviť v menu aplikácií panelu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/pe.html b/docs/userguide/userguide/sk/applications/pe.html deleted file mode 100644 index 7ae36e03b7..0000000000 --- a/docs/userguide/userguide/sk/applications/pe.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Pe/Pe
Dokumentácia:/boot/system/apps/Pe/Documentation/index.html
Nastavenie:~/config/settings/pe/*
-


-

Pe je vyspelý editor so svojím zvýrazňovaním syntaxe zameraným na programátorov a používateľov HTML. Pôvodne ho vytvoril Maarten Hekkelmann, neskôr bol jeho zdrojový kód otvorený a program je ďalej udržiavajú vývojári Haiku. Zoznam evidovaných chýb a ďalšie informácie nájdete na Stránke projektu Pe.

-

Zistite o Pe viac v jeho lokálnej dokumentácii.

- -
-
- - - diff --git a/docs/userguide/userguide/sk/applications/people.html b/docs/userguide/userguide/sk/applications/people.html deleted file mode 100644 index 34eb5cecf7..0000000000 --- a/docs/userguide/userguide/sk/applications/people.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Ľudia - - - - - - - - -
-
- -

people-icon_64.pngĽudia

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/People
Nastavenie:~/config/settings/People_data
-


-

Ľudia je jednoduchá databáza kontaktov využívajúca atribúty súborového systému Haiku na skladovanie adries a iných kontaktných informácií. Každý kontakt sa ukladá ako súbor jednej Osoby s dátami v samostatných atribútoch. Všetky sú indexované a dajú sa teda vyhľadať pomocou požiadaviek.

- -people.png - -

Atribút skupiny dole umožňuje zaradenie osoby do jednej alebo viacerých skupín. Užitočné pre hromadné správy určené niekoľkým ľuďom, ktorí napr. pracujú na konkrétnom projekte. Výsuvné menu ponúka všetky momentálne existujúce skupiny. Ak osoba patrí do viac ako jednej skupiny, názvy skupín sú oddelené znakom „,“.

- -

Tieto súbory Osôb sa zvyčajne ukladajú do/boot/home/people/. Zoznam všetkých vašich kontaktov sa nachádza vo vašom priečinku s ľuďmi, kde sa zobrazujú všetky zaujímavé atribúty. Ak organizujete vaše súbory Osôb v rôznych priečinkoch, môžete ich dať vyhľadať pomocou požiadavky a zobraziť ich všetky v jednom okne.

- -people-files.png - -

S týmito súbormi môžete zaobchádzať ako s akýmkoľvek iným: Môžete ich zoraďovať podľa atribútov (aj sekundárne zoradenie podržaním SHIFT počas kliknutia) a samozrejme vymazať, duplikovať alebo ich premenovať. Dokonca aj kontaktné informácie možno priamo upravovať: Kliknutie na atribút (alebo ALT E) na úpravu funguje presne ako premenovanie súboru. Keď už ste v režime upravovania, stlačením TAB a SHIFT TAB preskočíte z jedného stĺpca do druhého.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/poorman.html b/docs/userguide/userguide/sk/applications/poorman.html deleted file mode 100644 index 0af57ed48c..0000000000 --- a/docs/userguide/userguide/sk/applications/poorman.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
- -

poorman-icon_64.pngPoorMan

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/PoorMan
Nastavenie:~/config/settings/PoorMan Settings
-


-

PoorMan je pekný, malý webový server, ktorý sa extrémne ľahko nastavuje. Neobsahuje samozrejme žiadne z pokročilejších funkcií ťažkého serverového softvéru, je to predsa len chudákov webserver (poor man = chudák).

-

Pri prvom spustení sa PoorMan spýta, ktorý priečinok chcete nastaviť ako webový priečinok. Ak si zvolíte ten Predvolený, vytvorí sa nový súbor v /boot/home/public_html. Tu musí byť prítomná aj úvodná stránka predvolene pomenovaná index.html .

-

PoorMan ponúka jednoduchú konzolu, do ktorej zaznamenáva svoju aktivitu. Ďalej obsahuje informácie o stave behu servera, adresu webového priečinka a počítadlo zásahov. Nastavenia sa môžu meniť v Súbor | Nastavenia...:

-

poorman.png

-

Panel nastavení je rozdelený na tri karty:

-

V Lokalite môžete vybrať ďalšie webové priečinky, zadať ďalšiu úvodnú stranu a máte tiež možnosť poslať výpis súborov ak úvodná stránka neexistuje.
-Záznam vám umožňuje de/aktivovať záznam do konzoly alebo voliteľne do samostatného súboru.
-Záložka Pokročilé obsahuje nastavenie maximálneho počtu súčasných pripojení.

-

Položky menu okna konzoly majú z názvov vyplývajúce použitie. S nimi môžete napr. ukladať (časti) konzolového výstupu, vyčistiť konzolu alebo súbor záznamu a spustiť/ukončiť server alebo vyčistiť počítadlo zásahov.

- -
Ak chcete vyskúšať, či PoorMan funguje, vyberte ako priečinok /boot/apps/BePDF/docs/ a ako úvodnú stránku index.html. Potom v prehliadači zadajte URL 127.0.0.1, čo je váš lokálny počítač.
- -
-
- - - diff --git a/docs/userguide/userguide/sk/applications/screenshot.html b/docs/userguide/userguide/sk/applications/screenshot.html deleted file mode 100644 index 771d40200e..0000000000 --- a/docs/userguide/userguide/sk/applications/screenshot.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Snímka obrazovky - - - - - - - - -
-
- -

screenshot-icon_64.pngSnímka obrazovky

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Screenshot
-/bin/screenshot
Nastavenie:~/config/settings/screenshot
-


-

Snímky obrazovky sa robia buď pomocou aplikácie Snímka obrazovky alebo stlačením klávesu PRINT.

-

screenshot.png

-

V paneli Snímky obrazovky môžete rozhodnúť, či chcete urobiť snímku celej obrazovky alebo iba aktívneho okna a či chcete v snímke zahrnúť okraj okna a kurzor myši. Taktiež môžete nastaviť oneskorenie zachytenia snímky.

-

Pod tým nastavujete názov, formát a priečinok, do ktorého sa snímky budú ukladať, keď stlačíte tlačidlo Uložiť. Namiesto ukladania súboru na disk ho môžete Skopírovať do schránky, odkiaľ môžete snímku vložiť priamo do inej aplikácie alebo môžete zachytiť Novú snímku obrazovky.

-

Všetky nastavenia sa zapamätajú, keď budete chcieť znova zachytiť snímku, čím sa sprístupnia praktické klávesové skratky:

- - - - -
PRINTUrobí snímku obrazovky s nulovým oneskorením a spustí panel Snímky obrazovky.
SHIFT PRINTUrobí snímku obrazovky (bez otvorenia panelu) s ohľadom na posledné použité nastavenie.
CTRL PRINTTiež urobí snímku obrazovky bez otvorenia panelu a s uloženými nastaveniami, no neuloží snímku ako súbor, ale skopíruje ju do schránky.
-

-index -Robenie snímkov obrazovky z Terminálu

-

Existuje špeciálna aplikácia screenshot, ktorá sa dá použiť z Terminálu alebo zo skriptu.
-screenshot --help zobrazí známe možnosti ako parametre:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/showimage.html b/docs/userguide/userguide/sk/applications/showimage.html deleted file mode 100644 index e827833b5f..0000000000 --- a/docs/userguide/userguide/sk/applications/showimage.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - Prehliadač obrázkov - - - - - - - - -
-
- -

showimage-icon_64.pngPrehliadač obrázkov

- - - - -
Panel:Žiadna položka, zvyčajne sa spúšťa dvojitým kliknutím na podporovaný typ súboru.
Umiestnenie:/boot/system/apps/ShowImage
Nastavenie:~/config/settings/ShowImage_settings
-


-

Prehliadač obrázkov umožňuje prezeranie snímok vo všetkých formátoch, ktoré sú podporované Prekladačmi údajov. Nové formáty sú automaticky rozpoznané po pridaní ich prekladača do systému. To bolo vykonané pre súbory vektorových ikon Haiku, obrázky WonderBrush alebo napríklad, keď sa rozšírili obrázky WebP.
-Prehliadač obrázkov poskytuje minimum funkcií úprav na orezanie, otočenie a prevrátenie obrázka a uloženie v inom formáte.

-

indexZobrazovanie

-showimage-view.jpg -

Menu Zobraziť ponúka spustiť Prezentáciu všetkých obrázkov v priečinku (alebo výsledkovom okne požiadavky) a nastaviť Oneskorenie snímku od 2 do 20 sekúnd.

-

Ďalšie príkazy aplikovateľné na aktuálne zobrazený obrázok (bez zmeny veľkosti okna):
-Pôvodná veľkosť zobraziť obrázok so zväčšením 100%.
-Vmestiť do okna zmenšuje obraz späť do okna, napr. po zväčšovaní alebo po zmene veľkosti okna.
-Priblížiť a Oddialiť -pohyb do a von z obrazu po 10% krokoch. Zväčšovanie sa tiež vykonáva pomocou kolieska myši; pre natiahnutie obrázka väčšieho ako okno, jednoducho kliknite ľavým tlačidlom a ťahajte myšou okolo.

-

Dve nastavenia sa neaplikujú iba na zobrazený obrázok ale pamätajú sa pri prezeraní z obrázka na obrázok:
-Priblíženie vo vysokej kvalite používa veľmi rýchly filter pri priblížení k zníženiu zubatých čiar a vytvorí hladší výsledok.
-Roztiahnuť do okna natiahne malé obrázky do rámu okna.

-

Potom je tu režím Celá obrazovka s možnosťou Zobraziť nadpis v celoobrazovkovom režime, ktorý dáva názov súboru na spodok obrázka.

-

Napokon, Zobraziť panel nástrojov zobrazí/skryje grafické ovládanie:

-showimage-toolbar.png -

Zľava doprava: Predošlý súbor, ďalší súbor, prezentácia (na celej obrazovke), režim výberu, pôvodná veľkosť, prispôsobiť veľkosti okna, priblížiť, oddialiť.

-

Väčšina z často používaných príkazov je tiež k dispozícii z menu pravého tlačidla myši na obrázku. Výhodné, keď ste v celoobrazovkovom režime.

-

indexPrehliadanie

-showimage-browse.jpg -

Po otvorení obrázka môžte rýchlo prezerať všetky ostatné obrázky v jeho priečinku (alebo v okne výsledkov požiadavky) stláčaním / alebo /. Môžte vydieť ako sa podľa toho mení výber v onke trackera.

-

Existuje rýchly spôsob, ako otvoriť zložku aktuálneho obrázka a dokonca prejsť na nadradený priečinok a podpriečinky. - -Funguje to rovnako ako u pohyb cez submenu v Trackeri kliknutím na info oblasť v stavovom riadku, ktorá ukazuje veľkosť a formát aktuálneho obrázka.

-

Pri pohľade na menu Prechádzať , ukazuje iný typ prechádzania: Niektoré obrazové formáty, ako je TIFF, môže obsahovať niekoľko stránok v jednom súbore. Príkazy ako Prvá stránka a Ďalšia stránka umožňujú prechádzať tieto stránky.

-

indexÚprava

-showimage-edit.jpg -

Menu Obrázok ponúka niekoľko úprav obrázka nevyhnutných pre prehliadač obrázkov: otáčanie a preklápanie obrázka. Avšak, skutočné údaje obrázka sa nezmenia. Iba sa pridá atribút súboru, takže bude zobrazený otočený alebo prevrátený pri ďalšom otvorení.

-

Použiť ako pozadie... otvorí Pozadia pre nastavenie tohto obrázka ako obrázok pre vaše pracovné plochy.

-

Orezávanie je ďalšia funkcia, ktorá je niekedy potrebná. Na vybranie rámu, orezanie, môžte prepnúť Režim výberu z menu Upraviť a vytiahnite pole ľavým tlačidlom. Ak si nechcete zmenu režimu najprv môžete vytvoriť toto pole v "normálnom režime" tým, že jednoducho držíte CTRL počas stlačenia ľavého tlačidla a ťahania, ktoré by inak len posúvalo obraz okolo.
-Vyčistiť výber alebo ESC odstráni vybrané pole.

-

Nasledujúca kapitola ukazuje, ako skutočne ušetriť orezané oblasti.

-

indexUkladanie a konvertovanie

-

Ak chcete uložiť alebo previesť snímku do akéhokoľvek dostupného formátu, môžete použiť bežnú položku Uložiť ako... z menu Súbor, vyberte formát a vyberte názov súboru.
-Často je rýchlejšie, obzvlášť keď je okno Trackera s cieľovým priečinkom už otvorené, použiť ťahať&pustiť. -

-showimage-dnd.jpg -

Takto sa dokončí aj predchádzajúce orezávanie. -Buď vyberte rám ako je opísané vyššie alebo vyberte Upraviť | Vybrať všetko pre celý obrázok. Potom ťahať a pustiť výber na Plochu alebo akékoľvek okno Trackera na vytvorenie nového obrázka rovnakého formátu ako pôvodný obrázok.

-

Ak chcete uložiť v inom formáte, ťahajte pravým tlačidlom myši a vyberte formát z kontextového menu pri položení obrázku.

-

indexKlávesové skratky

-

Tu je zoznam najpoužívanejších skratiek:

- - - - - - - - - - -
/ Predchádzajúci obrázok
/ Ďalší obrázok
DELPresunúť do Koša
+Priblížiť
-Vzdialiť
0Pôvodná veľkosť (100% mierky)
1Prispôsobiť oknu
ALT ENTERPrepnúť na celú obrazovku (tiež dvojitým kliknutím)
CTRLPridržaním CTRL môžete vytvoriť výberový rámček bez toho, aby ste prepli do režimu výberu.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/soundrecorder.html b/docs/userguide/userguide/sk/applications/soundrecorder.html deleted file mode 100644 index c3cdba1ea9..0000000000 --- a/docs/userguide/userguide/sk/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Záznam zvuku - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

soundrecorder-icon_64.pngZáznam zvuku

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/SoundRecorder
Nastavenie:~/config/settings/???
-


-

Dokumentácia zatiaľ chýba. Ak na nech chcete pracovať, prosím, ohláste to v poštovej konferencii Dokumentácie, aby sme sa vyhli duplicitnej práci.

- -
-
- - - - diff --git a/docs/userguide/userguide/sk/applications/stylededit.html b/docs/userguide/userguide/sk/applications/stylededit.html deleted file mode 100644 index e6d9896994..0000000000 --- a/docs/userguide/userguide/sk/applications/stylededit.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/StyledEdit
Nastavenie:žiadne
-


-

StyleEdit je jednoduchý textový editor Haiku. Hoci ukladá súbory ako obyčajný text, zapisuje aj ďalšie atribúty tak, aby umožnil isté obmedzené možnosti formátovania pri prehliadaní v StyledEdit.

-stylededit.png -

Ak vás to zaujíma, takto vyzerajú ďalšie atribúty, keď si ich pozriete v Termináli príkazom listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Ako môžte vidieť, sú tu prítomné všetky možnosti formátovania menu StyleEdit: zalamovanie riadkov (zapnuté/vypnuté) a zarovnanie (vľavo/v strede/vpravo), každé ako jeden atribút. Štýly (písmo, veľkosť, farba) každého písmena natlačené v inom.

-
Pretože tieto atribúty sú výhodami súborového systému BFS, to znamená nielen, že iné platformy vidia iba obyčajný text, ale tiež z toho vyplýva, že formátovanie sa stratí, keď súbor uložíte na inom súborovom systéme ako BFS. Vyššie uvedené atribúty sa jednoducho odstránia, a to, čo zostalo, je len obyčajný, čistý textový súbor.
-

V každom prípade, je obrý nápad mať možnosť farebného textu v rôznych písmach a veľkostiach, a pritom je to stále textový súbor. ReadMe.txt, napríklad, je čitateľný v prostredí každej platformy a stále to má nejaký štýl, keď je zobrazený dvojitým kliknutím v Haiku.

-

V skutočnosti používanie StyleEditu je jednoduché, preskočíme vysvetľovanie každej banálnej položky menu. Iba napíšte svoj text a potom vyberte slová, ktoré chcete upraviť a aplikujte písmo, veľkosť a farbu z ponuky Písmo. -Zalamovanie riadkov a zarovnanie z ponuky Dokument funguje iba na celý súbor.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/terminal.html b/docs/userguide/userguide/sk/applications/terminal.html deleted file mode 100644 index 7310fbff3c..0000000000 --- a/docs/userguide/userguide/sk/applications/terminal.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - Terminál - - - - - - - - -
-
- -

terminal-icon_64.pngTerminál

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Terminal
Nastavenie:~/config/settings/Terminal
-~/config/settings/profile - pridá/prepíše predvolené nastavenie v /boot/common/etc/profile
-~/config/settings/inputrc - pridá/prepíše predvolené nastavenie v /boot/common/etc/inputrc
-


-

Terminál je Haiku rozhranie pre bash, Bourne Again Shell.

-

Niekoľko odkazov na on-line návody na prácu v shelli nájdete v téme Skriptovanie. Tiež sa pozrite na Aplikácie príkazového riadka špecifické pre Haiku. Tu sa budeme sústrediť na samotnú aplikáciu Terminál.

- -

-index -Okná a karty

-

Môžte si otvoriť toľko Terminálov, koľko potrebujete, -buť každý vo vlastnom okne jednoduchým spustením viacerých Terminálov alebo stlačením ALT N z už bežiaceho Terminálu. Alebo použite zobrazenie v kartách a otvorte viacero kariet pomocou ALT T.

-terminal.png -
-

Dvojitým kliknutím na prázdne miesto na panel; kartu otvoríte novú kartu; dvojitým kliknutím na kartu otvoríte dialóg na premenovanie názvu. Je tam niekoľko premenných začínajúcich znakom %, ktoré sú vysvetlené bublinovým popiskom, keď podržíte kurzor myši nad textovým poľom.
-Predvolene. %1d: %p, karta zobrazuje aktuálny priečinok, oddelený znakom :, názov aktuálne bežiaceho procesu (alebo -- ak beží iba bash, pravdepodobne čakajúci na príkaz). Snímka hore ukazuje prvú karty s reláciou FTP v priečinku Plocha a druhú záložka čakajúcu na príkaz v priečinku home.
-Cez Upraviť | Titulok okna... je možné upravovať titulok okna terminálu podobným spôsobom.

-

Kliknutie pravým tlačidlom na kartu zobrazí kontextové menu Zatvoriť okno, Zatvoriť ostatné karty alebo ako dvojité kliknutie, Upraviť titulok karty....

-

Môžete zmeniť veľkosť okna Terminálu ako každého iného okna alebo použiť predvoľby z ponuky Nastavenia | Veľkosť okna. ALT ENTER prepne do celoobrazovkového režimu.

-

Všetky nastavenia, ktoré meníte priamo prostredníctvom menu Nastavenia, napr. Názov okna, Veľkosť okna, Kódovanie textu alebo Veľkosť písma, sa zachovajú iba v rámi aktuálnej relácie. Ak chcete, aby tieto zmeny zostali aktívne permanentne, musíte ich použiť v paneli Nastavenia....

- -

index -Nastavenia

-

Nastavenia | Nastavenia... otvára panel na konfiguráciu štandardných nastavení Terminálu.

-terminal-settings.png -
-

Väčšina ponúkaných nastavení je samopopisná.
-Podržte myš nad „vzorcami“ pomenovania titulkov kariet a okien a uvidíte popisy dostupných premenných.
- -Môžete si vybrať vopred definovanú farebnú schému ako Polnoc alebo Retro alebo si vytvoriť Vlastnú vybraním farby, ktorú chcete zmeniť (Text, Pozadie, Kurzor atď.) a použiť vyberača farieb nižšie.

-

Nasleduje niekoľko ďalších možností: môžete použiť Blikajúci kurzor a rozhodnúť sa Použiť svetlý text namiesto hrubého. Druhá z volieb predchádza občas nevzhľadnému vykresľovaniu hrubého písma v Termináli.
-Ak aktivujete zaškrtávacie pole Potvrdiť ukončenie ak existujú aktívne programy, budete upozornení ak sa pokúsite ukončiť Terminál, kým ešte beží aplikácia.

- - - - -
Uložiť do súboru... umožní vám uložiť rôzne nastavenia v samostatných profiloch, ktoré pri dvojitom kliknutí otvoria príslušne nastavený Terminál.
Vrátiť späť vráti nastavenia, ktoré boli aktívne, keď ste otvorili panel nastavení.
Predvolené vráti všetko na predvolené hodnoty
-

-index -Klávesové skratky

-

Zoznam užitočných skratiek nájdete v Klávesové skratky a kombinácie klávesov.

-

Ďalšia pekná vlastnosť je skôr kombinácia klávesov a myši: Ak podržíte ALT, cesta alebo URL pod kurzorom myši bude zvýraznená. Kliknutie ľavým tlačidlom otvorí súbor, adresár alebo webovú stránku. Kliknutie pravým tlačidlom otvorí kontextovú ponuku, a to buď Kopírovať cestu alebo Kopírovať absolútnu cestu. Predstavte si, že ste v /MyData/source/haiku/ a máte pod kurzorom cestu generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit. Druhá z uvedených položiek menu bude mať za výsledok skombinovanú absolútnu cestu <nadýchnite sa>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

Ak podržíte ALT SHIFT, zvýrazní sa iba cesta od začiatku po miesto, kde sa nachádza váš kurzor myši.

-

Mimochodom, kliknutie pravým tlačidlom v okne Terminálu vloží obsah schránky. V kombinácii s kopírovaním časti zvýraznenej cesty to môže byť užitočné na urýchlenie navigácie v hlbokých hierarchiách priečinkov.

- -

-index -Prispôsobenie bashu

-

Pretože pochádza z unixových systémov, existuje nespočetné množstvo možností, ako upraviť samotný bash. Existujú dva súbory, ktoré sú pre používateľa obzvlášť dôležité: profile a inputrc
-Oba súbory môžu byť vytvorené v priečinku /boot/home/config/settings/ a pridať alebo prepísať predvolené nastavenia systému, ktoré sú definované v /boot/common/etc/.

- -

profile

-

profile sa načíta pri každom otvorení nového Terminálu. Nastavuje to všetky druhy aliasov a premenných, ktoré ovplyvňujú správanie bashu a jeho výzor. Nájdete veľa online zdrojov, ktoré vám priblížia všetky možnosti.

-

Haiku/BeOS Tip Server má pomerne málo tipov, ako začať, napríklad:

- -

Je toho viac, pozrite sa.

- -

inputrc

-

inputrc sa zaoberá klávesovými skratkami. Vzhľadom k tomu, že Haiku poskytuje užitočné prednastavenia, pravdepodobne s tým nič viac nemusíte robiť. Ak máte zvláštne potreby tu vám poradí s jeden z mnohých online zdrojov, napr The GNU Readline Knižnica.

- -

-index -Tipy pri práci s Terminálom

-
  • Pretiahnutia súboru alebo zložky z okna Trackera do terminálu vloží svoju cestu v mieste kurzora. Ťahaním s pravým tlačidlom myši ponúka ďalšie akcie v kontextovom menu:

    - - - - - - -
    Vložiť cestu Vloži umiestnenie súboru, rovnako ako ťahanie&pustenie ľavým tlačidlom.
    Zmeniť adresár Zmeni priečinok ťahaného súboru.
    Vytvoriť tu odkaz Vytvára odkaz na ťahaný súbor v aktuálnom pracovnom adresári Terminálu.
    Presunúť sem Presunie ťahaný súbor do aktuálneho pracovného adresára Terminálu.
    Skopírovať sem Kopíruje ťahaný súbor do aktuálneho pracovného adresára Terminálu.
  • -
  • Ktorýkoľvek súbor môžte otvoriť jeho preferovanou aplikáciou príkazom open [nazov_suboru]. To tiež pracuje so zastúpením aktuálneho (".") a materského ("..") priečinka, ktoré sa potom otvoria v Tracker okne. Takže, otvorte aktuálny pracovný adresár, zadajte:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/textsearch.html b/docs/userguide/userguide/sk/applications/textsearch.html deleted file mode 100644 index fb4588bfa9..0000000000 --- a/docs/userguide/userguide/sk/applications/textsearch.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Hľadanie textu - - - - - - - - -
-
- -

textsearch-icon_64.pngHľadanie textu

- - - - -
Panel:Žiadna položka, bežne sa spúšťa prostredníctvom Doplnku Trackera
Umiestnenie:/boot/system/apps/TextSearch
Nastavenie:~/config/settings/TextSearch
-


-

Hľadanie textu vyhľadáva reťazec v textových súboroch. Typicky to je spustený z kontextového menu Doplnkov Trackera pre výber súborov alebo zložiek, ktoré chcete prehľadávať.

- -textsearch.png - -

Zadajte hľadaný reťazec do textového poľa hore a stlačte RETURN alebo kliknite na Hľadať. Ak je Zobrazovať riadky zaškrtnuté, zhody sú automaticky roztvorené, aby ukázali riadky súboru zahŕňajuceho hľadný reťazec.

- -

Len pár slov o niektorých inak intuitívnych položiek ponuky:

- - - - - - - - - - - - - - - - - -

Ponuka Súbor

Nové oknoALT N Otvára nové okno, kde môžte zadať ďalší reťazec a prehľadávať tie isté priečinky/súbory.
Nastaviť cieľ...ALT FUmožňuje zvoliť novú sadu súborov a priečinkov prehľadávať ich.

Ponuka Operácie

Orezať výberALT T Odstráni všetky záznamy zo zoznamu, ktoré nie sú momentálne vybrané.
Otvoriť výberALT OOtvorí vybrané súbory s ich preferovanú aplikáciu (rovnaké ako dvojklik). Ak to v textový editor podporuje (napr. Pe), môžete skočiť na presný riadok, kde bol hľadaný reťazec nájdený.
Zobraziť súbory v TrackeriALT KOtvára miesto, kde sa nachádzajú práve vybrané súbory.
Skopírovať text do schránkyALT BSkopíruje aktuálny výber do schránky.

Ponuka Nastavenia

Preskakovať priečinky začínajúce bodkou To je užitočné pri práci v "unixovom" prostredí, kde sú administratívne súbory často skryté vnútri ".priečinkoch/". Systémy zdrojových verzií ako SVN a CVS sú príklady aplikácií používajúcich to a sú tiež široko používané v Haiku.
Vložiť únikové klauzuly do hľadaného textu Hľadanie textu používa nástroj príkazového riadku grep. Pre to, špeciálne znaky ako '"*\$?! a medzery musia odchádzať s \. Deaktivovanie tohto nastavenia znamená že to musíte robiť sami, ale maniesto toho vám garantuje silu regulárnych výrazov.
Iba textové súbory Hľadanie textu je v súčasnej dobe jediný užitočný nástroj pre hľadanie reťazcov v textových súboroch. Deaktivácia tohto nastavenia prehľadá všetky typy súborov.

Ponuka História

Obsahuje nedávno hľadané reťazce.

Ponuka Kódovanie

Vyberte si iné kódovanie znakov ak je to potrebné.
-
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/tv.html b/docs/userguide/userguide/sk/applications/tv.html deleted file mode 100644 index ad6f1b70c1..0000000000 --- a/docs/userguide/userguide/sk/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/TV
Nastavenie:~/config/settings/???
-


-

Dokumentácia zatiaľ chýba. Ak na nech chcete pracovať, prosím, ohláste to v poštovej konferencii Dokumentácie, aby sme sa vyhli duplicitnej práci.

- -
-
- - - - diff --git a/docs/userguide/userguide/sk/applications/vision.html b/docs/userguide/userguide/sk/applications/vision.html deleted file mode 100644 index f20e0ca5fc..0000000000 --- a/docs/userguide/userguide/sk/applications/vision.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

vision-icon_64.pngVision

- - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/Vision/Vision
Nastavenie:~/config/settings/Vision/*
-


-

Vision je klient IRC pôvodne vyvíjaný pre BeOS. Dokumentáciu a zoznam evidovaných chýb nájdete na webstránke Vision.

-
Na kanáloch Haiku môžete nájsť pomoc v rôznych jazykoch od ostatných používateľov Haiku a vývojárov.
-Najfrekventovanejší je #haiku na irc.freenode.org, kde sa hovorí po anglicky.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/sk/applications/webpositive.html b/docs/userguide/userguide/sk/applications/webpositive.html deleted file mode 100644 index 2b046965ff..0000000000 --- a/docs/userguide/userguide/sk/applications/webpositive.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/WebPositive
Nastavenie:~/config/settings/WebPositive/ - Konfiguračné súbory, cookies, vyrovnávacia pamäť a história prehliadania
~/config/settings/WebPositive/Bookmarks - Všetky záložky ako samostatné súbory
-


-

WebPositive, alebo skrátene Web+, je pôvodný prehliadač Haiku. Jedna časť jeho názvu, je špička klobúku na jednoduché NetPositive BeOS, druhý ukazuje na moderný základ: WebKit. Táto open source vykresľovacia HTML knižnica je v centre hlavného prúdu ostatných prehliadačov, rovnako ako Safari na Mac OS X a Google Chrome. Vďaka tomu, že využíva neustále sa vyvíjajúci WebKit, Web+ bude schopný udržať krok s novými webovými technológiami.

-webpositive.png -

Rozhranie WebPositive je celkom jednoduché: V menu je ďalší panel s tlačidlami pre navigáciu na predchádzajúcu a nasledujúcu stránky v histórii prehliadania, zastaviť načítanie stránky a (voliteľne) tlačidlo pre prechod na domovskú stránku.
-Potom nasleduje riadok s adresou, kam sa zadáva URL stránky.
-Pod týmto navigačným panelom sa objavia webové stránky. Môžete otvoriť viac stránok súbežne vložením ich do vlastnej karty.
-V dolnej časti okna je stavový riadok, ukazujúci URL adresu načítavanej stránky alebo odkazu nad ktorým je ukazovateľ myši. Kým sa stránka načítava, na pravej strane sa zobrazuje panel priebehu.

-

indexNastavenia

-

Z ponuky Oknomôžte otvoriť panel Nastaveniapre konfiguráciu niektoré základy WebPositive.

-webpositive-settings.png -

Prvá karta sa zaoberá všeobecnými nastaveniami: Aký súbor alebo URL slúži ako Úvodná stránka, čo je Vyhľadávacia stránka, aký Priečinok na sťahovanie je použitý na veci, ktoré stiahnete z internetu.
-Dve roletové menu vám umožnia rozhodnúť, ktorú stránku načítať - ak nejakú - pri otvorení nového okna alebo karty.
-Cez nasledujúce políčka sa môžete vyhnúť zobrazeniu lišty, keď je otvorená len jedna stránka tak či tak. WebPositive rozhraniu môže byť povedané, aby sa automaticky skrývalo v režime celej obrazovky a myš môže byť automaticky skrytá, ak ňou chvíľu nehýbete.
-Na záver sa môžete rozhodnúť či chcete, aby navigačný panel obsahoval tlačidlo „Domov“ a nastaviť počet dní, ktoré si prehliadač pamätá stránky, ktoré ste navštívili v jeho histórii.

-

Na druhej karte si môžete vybrať písmo použité pre štandardné, pätkové, bezpätkové a neproporcionálne písma a nastaviť ich predvolené veľkosti.

-

Posledná karta je použitá na konfiguráciu proxy servera.

-

indexPrehliadanie

-

Ak ste už niekedu nejaký prehliadač používali, WebPositive by vás nemal prekvapiť. Namiesto toho, aby sme uviedli všetky ponuky a funkcie, pozrime sa iba na vybrané body.

-
    -
  • webpositive-tabbar.png -

    Nové karty sa vytvárajú tlačidlom + vpravo v lište alebo v prípade, že je ešte dosť miesta, dvojitým kliknutím na prázdne miesto na nej. Ak existuje viac otvorených záložiek, než vojde do panelu, < > rolovacie tlačidlo stane aktívne, čo vám umožní prechádzať lište vľavo a vpravo. tlačidlo úplne vpravo obsahuje roletové menu so všetkými otvorenými kartami pre ešte rýchlejšie navigáciu.

  • -
  • Kliknutím na odkaz stredným tlačidlom myši otvoríte stránku na novej karte v pozadí. Ak pritom podržíte kláves SHIFT, otvorí sa na pozadí.

  • -
  • Z ponuky Zobraziť môžte Priblížiť a Oddialiť stránku. Tiež je tu možnosť Priblížiť iba text, ponechávajúc obrázky v ich pôvodnej veľkosti.

  • -
  • Ak sa prepnete do režimu celej obrazovky a aktivujete nastavenia skryť rozhranie, zmizne po sekunde. Na jeho dočasné zobrazenie, jednoducho presuňte ukazovateľ myši na hornej časti obrazovky.

  • -
  • webpositive-locator.png - -

    - -Pri písaní v textovom poli Locator, prehliadač priradí reťazce k stránkam, ktoré ste navštívili v minulosti a uvádza ich pod textové pole. Buď budete pridávať viac písmen pre skrátenie zoznamu možných stránok, alebo zvoliť položku s alebo . ENTER načíta stránku. Môžete tiež použiť tlačidlo úplne vpravo, ktorá slúži tiež na obnovenie stránky.
    -Reťazce nerozpoznané ako URL sa vyhľadajú cez Google, takže pole Locator slúži ako zástupca pre rýchle vyhľadávanie na webe.

    - - - - - - - -
  • -
  • Kliknutie pravým tlačidlom myši otvorí kontextové menu, ktoré v závislosti na objekte, na ktorý ste klikli, ponúka otvoriť odkaz v novom okne alebo novej záložke, stiahnite si objekt atď.

  • -
  • Upraviť | Nájsť zobrazí vyhľadávací panel v spodnej časti okna, pre začiatok vyhľadávania na stránke. Zhody sú na stránke zvýraznené.

  • -
-

indexZáložky

-

WebPositive záložky sa spravujú vo forme súborov a priečinkov v priečinku ~/config/settings/WebPositive/Bookmarks/. Pridanie záložky vytvorí nový súbor. Priečinok môžete rýchlo otvoriť pomocou Spravovať záložky....

-webpositive-bookmarks -

Môžete zmeniť URL záložiek, meno, titul a zadať kľúčové slová, rovnako ako s akýmkoľvek iným súborom s atribútmi. Len sa uistite, že máte všetky ich stĺpce zobrazené pomocou ponuky Atribúty Trackeru, potom vyberte súbor, stlačte kláves ALT E a začnite editovanie atribútu, zmeňte stĺpce atribútov TAB.
-Môžete triediť záložky do rôznych zložiek, ktoré sami vytvoríte.

-

Pomocou Trackera pre správu a prehliadanie záložiek môžete zdvihnúť jeho jedinečné vlastnosti rýchlo nájsť to, čo hľadáte.
Aktivácia Filtrovania pri zadávani v Predvoľbách Trackera, môžete okamžite zmenšiť zoznam záložiek zhodujúcich sa s filtrovacím reťazcom. Niekoľko viac - alebo presunie výber a stlačenie tlačidla ENTER otvorí stránku. Uistite sa, že zobrazujete všetky stĺpce atribútov aby ste aplikovali filter na meno, titul, URL a kľúčové slová. -

-

Aby to fungovalo, všetky záložky by mali byť v adresári ~/config/settings/WebPositive/Bookmarks/ a len kópie by mali byť radené do vlastnom podpriečinku pre použitie v ponuke Záložky WebPositive (ak vôbec). Tiež, v skutočnosti vyplnenie kľúčových slov atribút pomáha ..

-

indexSťahovanie

-

Okno | Sťahovanie otvára okno vymenúvavajúce všetky uplynulé a prebiehajúce sťahovania:

-webpositive-downloads.png -

V súčasnej dobe sťahovanie súborov je zobrazené s rastúcim stavovým panelom, podobne ako kopírovanie súborov v aplikácii Tracker, informáciou o rýchlosti sťahovania, veľkosťou súboru a očakávanou dobou ukončenia. Tlačidlá vpravo umožnia Ukončiť a Reštartovať sťahovanie, alebo Otvoriť súbor, alebo Odstrániť jeho položku zo zoznamu. Tlačidlá Odstrániť chýbajúce a Odstrániť dokončené na spodnej strane, pre všetky položky v tomto zozname. "Chýbajúce" sú súbory, ktoré boli odstránené v tejto dobe.

-

Presunutie súboru, ktorý je v súčasnosti sťahovaný do Koša sa zastaví jeho sťahovanie. Môžete si tiež všimnúť, že jeho ikona sa stáva „zástupná“.
-Všeobecne platí, že WebPositive je veľmi tolerantný, pokiaľ ide o správu súborov s Trackerom. Súbory možno premenovať alebo presunúť, aj keď sa sťahujú a dokonca aj po skončení sťahovania, tieto zmeny sa prejavia v okne Sťahovania,

-

Premýšľali ste niekedy z akej stránky ste stiahli príslušný balík, obrázok alebo iný súbor? Môžete to dohľadať otvorením súboru Diskovou sondou a pozrite sa na jeho META:url atribút.

-

Chcete mať URL trvale zobrazenú v sťahovacej zložke? Stačí do neho len skopírovať záložky, majte zobrazený stĺpec URL atribútu a znovu odstrániť záložku.

-

indexKlávesové skratky

-

Tu je niekoľko užitočných skratiek:

- - - - - - - - - - - - - - -
ALT TOtvorí novú kartu.
ALT W Zatvorí aktuálnu kartu.
ALT N Otvorí nové okno.
SHIFT ALT W Zatvorí aktuálne okno.
ALT ENTER Prepína režim celej obrazovky.
ALT R alebo F5 Obnoví aktuálnu stránku.
ALT H Otvorí domovskú stránku.
ALT D Zobrazí/skryje okno sťahovania.
ALT F Zobrazuje vyhľadávacie lištu pre vyhľadávanie na stránke (skryjete s ESC).
ALT B Vytvorí záložku aktuálnej stránky.
ALT M Správa záložiek, otvorením priečinka záložiek.
ALT Predchádzajúca stránka v histórii.
ALT Ďalšia stránka v histórii.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/applications/wonderbrush.html b/docs/userguide/userguide/sk/applications/wonderbrush.html deleted file mode 100644 index 3ad2a86a8e..0000000000 --- a/docs/userguide/userguide/sk/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Panel:Aplikácie
Umiestnenie:/boot/system/apps/WonderBrush/WonderBrush
Dokumentácia:/boot/system/apps/WonderBrush/Documentation en
Nastavenie:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/sk/attributes.html b/docs/userguide/userguide/sk/attributes.html deleted file mode 100644 index 30ca956585..0000000000 --- a/docs/userguide/userguide/sk/attributes.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - Atribúty - - - - - - - - -
-
- -

Atribúty

- -

Atribúty sú dátové polia, ktoré patria súboru, no nie sú jeho súčasťou, teda napr. nepočítajú sa to veľkosti súboru a môžu sa kopírovať alebo meniť bez akejkoľvek manipulácie so samotným súborom. Systém používa tieto atribúty na ukladanie napr. veľkosti súboru, typu súboru alebo dátumu poslednej úpravy. Dá sa to prirovnať k iným operačným systémom a ich súborovým systémom.

-

Rozdiel je taký, že môžete pridať hocijaký atribút hocijakému súboru a zobraziť ho alebo ho urobiť upraviteľným v okne Trackera. Musíte iba definovať typ atribútu, ktorý chcete priradiť typu súboru (napr. reťazec, celé číslo alebo čas) a dať mu názov a popis.

-

Súbor samotný nemusí vôbec nič obsahovať. Pozrite sa napríklad na tieto súbory Ľudí:

-people.png -
-

Toto sú súbory s nulovou veľkosťou s priradenými atribútmi, atribút e-mailu osoby „John Nox“ používateľ práve upravuje v Trackeri.

-

Ak tieto atribúty indexujete, ako sa predvolene indexujú súbory Ľudí, E-mailov alebo zvuku, bude ich možné vyhľadať rýchlym systémom hľadania Haiku.

- -

-index -Atribúty v Trackeri

-

Atribúty sa zobrazujú podobne ako databázy alebo tabuľky. V Trackeri môžete určiť, ktoré atribúty chcete mať zobrazené (stĺpce) a zoraďovať podľa toho zoznam súborov (riadky).

-

To sa robí tak, že v Trackeri kliknete na menu Atribútov a vyberiete atribúty, ktoré chcete zobraziť. Prípadne môžete jednoducho kliknúť na záhlavie stĺpca a vybrať položky z kontextového menu. Meniť poradie stĺpcov môžete jednoduchým pretiahnutím hlavičky stĺpca myšou na inú pozíciu. Ak stĺpec nepotrebujete, zbavíte sa ho pretiahnutím myšou von z okna.

-

Dvojitým kliknutím na čiaru deliacu dva atribúty v hlavičke sa automaticky zmení šírka stĺpcov na optimálnu.

-

Kliknutím na hlavičku stĺpca prepínate medzi vzostupným a zostupným usporiadaním. Stanoviť sekundárne usporiadanie môžete držaním klávesu SHIFT počas klikania na hlavičku stĺpca. Napríklad môžete zoradiť vaše súbory Ľudí podľa firmy a v tomto usporiadaní ich zoradiť podľa mena kontaktu. Sekundárne poradie je označené svetlejšie zafarbeným indikátorom vedľa hlavičky.

-

Úprava týchto atribútov je rovnako jednoduchá ako premenovanie súboru: Buď kliknite na položku alebo stlačte ALT E a presúvajte sa medzi atribútmi pomocou TAB a SHIFT TAB. ESC opustí režim úpravy bez použitia zmien.

- -

-index -Atribúty v Termináli

-

Ak uprednostňujete príkazový riadok alebo plánujete pracovať s viacerými súbormi s použitím skriptovania, existuje niekoľko príkazov na ovládanie atribútov v Termináli.

-

-index -listattr

-

listattr vypíše zoznam atribútov súboru, no nezobrazí obsah týchto atribútov.

-
použitie: listattr 'názov súboru' ['názov súboru' ...]
-

Z nášho obrázka hore:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Okrem všetkých atribútov „META:*“, ktoré obsahujú kontaktné informácie, existujú ešte dva atribúty, ktoré spravuje systém:

-
    -
  • BEOS:TYPE ukladá typ súboru ako reťazec MIME, tu „application/x-person“. Ten určuje predvolenú ikonu a aplikáciu, v ktorej sa súbor otvorí keď naň napr. dvakrát kliknete.

  • -
  • _trk/pinfo_le“ je atribút, ktorým Tracker sleduje pozíciu ikony súboru.

-
Všimnite si obrátené lomítko po slove "Clara". V termináli sa musíte „vyhnúť“ špeciálnym znakom ako '"*\$?!. Medzera medzi "Clara" a "Botters" je tiež jedným z nich. Tým pádom sa lomítko v skutočnosti nachádza pred medzerou, nie po slove "Clara".
- -

-index -catattr

-

catattr zobrazí obsah konkrétneho atribútu súboru.

-
použitie: catattr [--raw|-r] názov_atribútu súbor1 [súbor2...]
-

A znova náš príklad:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr pridá súboru atribút a/alebo mu dá hodnotu.

-
použitie: addattr [-t typ] attr hodnota súbor1 [súbor2...]
-    alebo: addattr [-f hodnota-zo-súboru] [-t typ] attr súbor1 [súbor2...]
- 
-         Typ môže byť:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 alebo číselná hodnota (ie. 0x1234, 42, 'ABCD', ...)
-         Predvolený je „string“
-

Povedzme, že si Clara našla prácu v nadnárodnom Barkelbaer Inc., predtým prázdny atribút „Company“ zaplníme údajom, ktorý je typu „string“ (reťazec znakov):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr úplne odstráni atribút zo súboru.

- -
použitie: rmattr [-p] attr názov_súboru1 [názov_súboru2...]
-         „attr“ je názov atribútu súboru
-         Ak je „-p“ uvedené, „attr“ sa považuje za vzor.
-

Aj keď by bolo praktickejšie vôbec nevypĺňať atribút „Fax“, môžete ho úplne odstrániť zo súboru Clary napísaním:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr skopíruje atribút z jedného alebo viacerých súborov do druhého. Štandartne sa obsah súboru neskopíruje.

-
použitie: copyattr <možnosti> <zdroj> [ ... ] <cieľový priečinok>
- -

Ak chcete skopírovať atribúty a aj dáta samotného súboru, môžete pridať možnosť „-d“ alebo „--data“.

- -


-

Viac informácií o týchto príkazoch zistíte napísaním názvu príkazu nasledovaným „-h“ alebo „--help“.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/bash-scripting.html b/docs/userguide/userguide/sk/bash-scripting.html deleted file mode 100644 index ae6ea1879d..0000000000 --- a/docs/userguide/userguide/sk/bash-scripting.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Bash a Skriptovanie - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

Bash a Skriptovanie

- -

„Skriptovanie“ je technika automatizácie procedúr spájaním príkazov a ukladaním ich ako textové súbory, nazývané "skripty". Pri každom spustení takého to skriptu, príkazy sú vykonané jeden po druhom, tak ako by ste ich zadávali do Terminálu ručne.
-Skript môže robiť všetko od vykonania niekoľkých príkazov v špecifickom poradí po sofistikované časti kódu na riešenie komplexných úloh.

- -

-index -Bash

-

Keďže skripty prirodzene veľmi závisia na tom, ktorý shell ich interpretuje, mali by ste sa oboznámiť so shellom Bash, ktorý Haiku používa. Pretože je to široko používaný shell, existuje množstvo zdrojov online. Jeden pekný dokument je Introduction to bash - a tutorial for bash under BeOS od Johana Janssona.

- -

-index -Skriptovacia Biblia

-

Po tom čo ste sa naučili nejaké základy o práci v shelli, je čas opatrne zájsť do sveta skriptovania. Znova, nájdete množstvo návodov a referenčného materiálu online a tiež v kníhkupectvách. Veľmi pekný úvod, ktorý je prakticky šitý na mieru Haiku je k dispozícii online Kapitola o skriptovaní (PDF, 900kb) v BeOS Bible od Scota Hackera.

- -

-indexSkripty v Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -UserBootscript

-

/boot/home/config/settings/boot/UserBootscript bude vykonaný potom čo systém ukončí proces zavedenia systému. Na príklad, môžete spustiť niekoľko príkazov, ktoré potom budú automaticky spustené pri každom zapnutí.

-
# Zapnúť Spúšťač
-/boot/system/apps/LaunchBox &
-
-# Zapnúť Pracovné plochy
-/boot/system/apps/Workspaces &
-

Nezabudnite ukončiť príkaz znakom „&“, aby sa proces spustil na pozadí, alebo sa zastaví skript, pokiaľ sa nedokončí príkaz (v tomto prípade: spustená aplikácia bola znovu zatvorená).

- -

Jednoduchá alternatíva k predchadzajúcemu spúšťaniu aplikácií pri zavádzaní systému je dať na ne odkazy do adresára /boot/home/config/settings/boot/launch. To môžme urobiť jednoducho kliknutím pravým tlačidlom myši na aplikáciu, ktorú si želáte spustiť automaticky, prejsť do Vytvoriť odkaz a navigovaním do adresára uvedeného vyššie.

- -

-index -UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript bude vykonaný ako prvý krok vypínacieho procesu. Ak skript vráti nenulovú hodnotu, vypínanie sa zruší.

- -

-index -UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript sa vykonáva ako posledný krok v procese vypínania. Pamätajte, že väčšina systému je v čase vykonania skriptu už vypnutá.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/bootloader.html b/docs/userguide/userguide/sk/bootloader.html deleted file mode 100644 index 81a353d9f0..0000000000 --- a/docs/userguide/userguide/sk/bootloader.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - Zavádzač systému - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

Zavádzač systému

- -

Zavádzač systému Haiku vám môže pomôcť, keď narazíte na problémy s hardvérom alebo ak si chcete vybrať, ktorú inštaláciu Haiku chcete spustiť ak máte viac než jednu (možno na inštalačnom CD alebo na kľúči USB).
-Tiež sa hodí potom ako nainštalujete softvérový komponent, ktorý robí problémy a zabraňuje vám naštartovať systém, na jeho odstránenie a opätovné pridanie. Pozri Riešenie problémov nižšie.

-

Voľby Zavádzača systému môžete zadať po stlačení a podržaní klávesu SHIFT pred začiatkom zavádzania systému Haiku. Ak je nainštalovaný správca zavádzania, môžete kláves SHIFT začať držať už predtým, než vyvoláte položku Haiku. Ak je Haiku na počítači jediný operačný systém, môžete začať držať kláves ešte vtedy, keď vidíte štartovacie správy od BIOSu.

-

-index -Voľby zavádzača

-

Po jeho zobrazení vám ponúkne štyri menu:

- - - - - - - - - -
Vyberte zavádzací zväzok Vyberte, ktorú inštaláciu/verziu Haiku chcete spustiť.
Vyberte voľby bezpečného režimu V prípade problémov súvisiacich s hardvérom alebo ak sa systém stane nestabilný alebo ho nie je možné spustiť z dôvodu nesprávneho správania doplnku, existuje niekoľko volieb, ktoré môžete skúsiť. Pri označení každej z volieb sa zobrazí na spodku obrazovky jej krátky popis.
-

Bezpečný režim
- Uvedie systém do bezpečného režimu. Túto voľbu je možné zapnúť nezávisle na ostatných voľbách.

-

Zakázať používateľské doplnky
- Zabráni načítaniu všetkých používateľom nainštalovaných doplnkov. Použijú sa iba doplnky v adresári system. Pozri Riešenie problémov nižšie.

-

Zakázať IDE DMA
- Zakáže IDE DMA, čím zvýši kompatibilitu IDE na úkor výkonu.

-

Ignorovať pamäť nad 4 GiB
- Ignoruje všetku pamäť nad adresným obmedzením 4 GiB. Má preferenciu pred nastavením v súbore nastavení jadra. -

-

Použiť bezpečný video režim
- Systém použije režim VESA a nebude sa pokúšať používať žiadne grafické ovládače.

-

Zakázať IO-APIC
- Zakáže používanie IO APIC na smerovanie prerušení, čím vynúti použitie historického PIC.

-

Zakázať miestny APIC
- Zakáže používanie miestneho APIC, tiež zakáže SMP.

-

Zakázať SMP
- Zakáže všetky jadrá CPU okrem jedného.

-

Nevolať BIOS
- Zabráni systému volať funkcie BIOSu.

-

Zakázať APM
- Zakáže hardvérovú podporu Pokročilého riadenia napájania (APM). Má preferenciu pred nastavením APM v súbore nastavení jadra.

-

Zakázať ACPI
- Zakáže hardvérovú podporu ACPI. Má preferenciu pred nastavením ACPI v súbore nastavení jadra.

-

Položky čiernej listiny
- Umožňuje vybrať súbory systému, ktoré sa majú ignorovať. To je užitočné napr. na dočasné vypnutie ovládačov. Pozri Riešenie problémov nižšie.

-
Vyberte voľby ladenia - Tu nájdete niekoľko volieb, ktoré pomáhajú pri ladení alebo získavaní podrobností do hlásenia chyby. Dolu má opäť každá voľba krátke vysvetlenie. -
-

Zapnúť výstup ladenia na sériový port
- Zapne presmerovanie výstupu syslogu na sériové rozhranie (predvolené parametre: 115200, 8N1).

-

Zapnúť výstup ladenia na obrazovku
- Zobraziť ladiaci výstup na obrazovke počas štartu systému namiesto bežného štartovacieho loga.

-

Vypne stránkovanie na obrazovke
- Vypne stránkovanie, keď je zapnutý výstup ladenia na obrazovku.

-

Zapnúť výstup ladenia do syslog
- Zapne špeciálny buffer syslogu v pamäti pre aktuálnu reláciu, ku ktorému bude mať zavádzač systému prístup po reštarte.

-

Zobraziť aktuálny protokol zavádzača systému
- Zobrazuje ladiace informácie, ktoré zavádzač systému zaznamenal v protokole (stlačením Q ukončíte zobrazovanie protokolu)

-

Pridať rozšírenú voľbu ladenia
- Umožňuje priame zadanie rozšírenej voľby ladenia.

-
If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Vyberte bezpečný grafický režim Ak ste museli aktivovať voľbu Použiť bezpečný grafický režim, tu môžete nastaviť rozlíšenie a farebnú hĺbku.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

Po aktivovaní jednej alebo viacerých volieb sa vrátite do hlavného menu a môžete pokračovať v zavádzaní systému, ktoré sa nachádza na tejto obrazovke:

-boot-screen.png - -

Ak všetko funguje, postupne sa rozsvecuje jeden symbol za druhým.
-Rozličné symboly zhruba zodpovedajú týmto fázam zavádzania:

- - - - - - - - -
Atóm Inicializácia modulov.
Disk + lupa Vytvára sa rootfs (/) a pripája sa devfs (/dev).
Zásuvná karta Inicializuje sa správca zariadení.
Zavádzací disk Pripája sa zavádzací disk.
Čip Načítavajú sa moduly špecifické pre CPU.
Priečinok Konečná inicializácia subsystémov.
Raketa Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/contents.html b/docs/userguide/userguide/sk/contents.html deleted file mode 100644 index 6939d9a11b..0000000000 --- a/docs/userguide/userguide/sk/contents.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - Používateľská príručka Haiku - Obsah - - - - - - - - -
-
- -

Víta vás Používateľská príručka Haiku

- -

Dolu nájdete dokumentáciu najdôležitejších aspektov Haiku. Prirodzene, dokončenie a rozširovanie dokumentácie je prebiehajúci proces (aktuálnu verziu príručky a jej prekladov nájdete online. Ak nájdete chyby, chcete navrhnúť novú tému alebo možno sami niečo napísať, prosím, kontaktujte nás v poštovej konferencii dokumentácie. Ak máte záujem pomôcť s prekladmi, informácie o tom nájdete na wiki v téme Internacionalizácia Používateľskej príručky.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Zavádzač systémuRiešenie problémov s konfiguráciou nastavením bezpečných volieb zavádzača systému.
Rozloženie súborového systémuVysvetlenie hierarchie súborového systému a oboznámenie sa s dôležitými miestami, kde nájdete súbory a priečinky.
Používateľské rozhranie HaikuVysvetlenie základných prvkov grafického používateľského rozhrania.
Pracovné plochyPoužívanie virtuálnych plôch na prehľadnú organizáciu pracovného prostredia.
TwitcherPrepínanie medzi bežiacimi aplikáciami.
Monitor tímovUkončenie aplikácií alebo komponentov systému, ktoré prestali odpovedať.
TrackerVšetko o navigácii, práci so súbormi a priečinkami a konfigurácii správcu súborov Haiku.
Klávesové skratky a kombinácie klávesNajpoužívanejšie klávesové skratky na urýchlenie vašich pracovných postupov.
PanelPoužívanie obdoby menu „Štart“ a panela úloh v Haiku.
Typy súborovNastavovanie predvolených aplikácií, zmena a tvorba vlastných typov súborov.
AtribútyJedna z hlavných vlastností Haiku vám umožňuje spravovať a pridávať ľubovoľný typ údajov ku každému súboru.
IndexovaniePoužívanie indexovania na hľadanie atribútov.
PožiadavkyPoužívanie bleskurýchlych požiadaviek Haiku na rýchle nájdenie toho, čo hľadáte.
Workshop: typy súborov, atribúty, indexovanie a požiadavkyNaučte sa používať niektoré z kľúčových vlastností Haiku na organizáciu vašej zbierky DVD.
Workshop: správa emailuNaučte sa používať systém pošty v Haiku s vlastnými stavmi a požiadavkami.
Workshop: Bezdrôtová sieťNastavenie otvorenej alebo šifrovanej bezdrôtovej siete.
AplikácieNaučte sa inštalovať a odinštalovať aplikácie vo všeobecnosti a pracovať s aplikáciami, ktoré sa dodávajú s Haiku.
Aplety plochyJednoduché nástroje, ktoré sa inštalujú na vašu Plochu a Panel.
NastaveniaKonfigurácia a nastavenie vášho systému.
Bash a písanie skriptovVysvetlenie niektorých zaujímavých skriptov, ktoré systém používa a zoznam online zdrojov o práci v shelli a skriptovaní.
- -
-
- - - diff --git a/docs/userguide/userguide/sk/deskbar.html b/docs/userguide/userguide/sk/deskbar.html deleted file mode 100644 index 362ba5d2b1..0000000000 --- a/docs/userguide/userguide/sk/deskbar.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Panel - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- - - - -
Obsah
- Menu Panelu
- Oznamovacia oblasť
- Zoznam bežiacich programov -
- -

Panel

- -

Panel je malý panel, ktorý je štandardne umiestnený v pravom hornom rohu obrazovky. Je to Haiku obdoba panelu úloh vo Windows, s jeho tlačidlom Štart. Obsahuje menu Panelu, odkiaľ môžete spustiť aplikácie a nastavenia, oznamovaciu oblasť s hodinami a ostatnými nástrojmi pod ním a zoznam momentálne bežiacich programov na spodku.

-positions -

Panel môžete presunúť do akéhokoľvek rohu obrazovky alebo umiestniť ako lištu kdekoľvek pozdĺž horného alebo spodného okraja obrazovky chytením za bodkovanú oblasť na boku oznamovacej oblasti, potiahnutím a následným pustením na novú pozíciu. Môžete ho tiež zložiť do kompaktnejšej verzie, potiahnutím a pustením bodkovanej oblasti na menu Panelu.

- -

-index -Menu Panelu

-

Keď kliknete na vrch Panelu, otvorí sa vám menu:

-deskbar.png -
    -
  • O tomto systéme - Zobrazí základné informácie o systéme, licenciách a ľuďoch, ktorí prispeli do projektu Haiku.

  • - -
  • Nájsť... - Otvorí dialóg Požiadavky.

  • -
  • Zobraziť replikantov - Zobrazí/skryje malý prvok Replikanta, ktorý môžete použiť na presúvanie, odstránenie alebo na prístup k jeho kontextovému menu.

  • -
  • Pripojiť - Poskytuje rovnaké možnosti ako keď je vyvolané pravým kliknutím na Plochu (pozri Pripájanie Diskov).

  • -
  • Nastavenia Panelu... - Otvorí okno na nastavenie Panelu (pozri nižšie).

  • -
  • Vypnúť - Poskytuje možnosti buď Reštartovať systém alebo Výpnúť.

  • -
  • Nedávne dokumenty, priečinky, aplikácie - Zobrazí zoznam naposledy otvorených dokumentov, priečinkov a aplikácií (pozri Nastavenia Panelu nižšie).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexNastavenia Panelu

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -Oznamovacia oblasť

-calendar.png -

Okrem iných vecí sa na oznamovacej oblasti nachádzajú aj hodiny. Prejdite na ne kurzorom, aby sa vám zobrazil čas v bublinovej nápovede. Kliknite ľavým tlačidlom, pre zobrazenie kalendára. Kliknite pravým tlačidlom, pre zobrazenie/skrytie hodin, alebo spustenie nastavení Času, aby ste ho nastavili.

-

Akýkoľvek program môže umiestniť ikonu do oznamovacej oblasti, aby poskytol rozhranie pre používateľa. Napríklad emailový systém zobrazuje odlišný symbol, keď máte neprečítanú poštu a poskytuje kontextové menu napr. na vytvorenie alebo skontrolovanie správ. Správca Procesov je ďalší príklad, ktorý používa jeho ikonu v oznamovacej oblasti, aby poskytol informácie (využitie CPU a pamäte) a aby poskytol kontextové menu.

- -

-index -Zoznam bežiacich programov

-list-of-apps.png -

Môžete prepnúť na konkrétnu spustenú aplikáciu kliknutím na jeho položku v Paneli a vybratím (jedného z) jeho okien z podmenu. Kliknutím pravým tlačidlom môžete minimalizovať alebo zavrieť okno alebo celú aplikáciu.

-

Ak ste aktivovali Vysúvacie zoznamy aplikácii v nastaveniach Panelu, môžete rozbaliť resp. zbaliť zoznam okien priamo pod položkou danej aplikácie.

-

Pred každým z okien aplikácie je symbol poskytujúci informácie o jeho stave. Jasný symbol znamená, že okno je viditeľné; tmavý, že je minimalizované. Tri čiary pred symbolom znamenajú, že sa nenachádza na aktuálnej pracovnej ploche.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/desktop-applets.html b/docs/userguide/userguide/sk/desktop-applets.html deleted file mode 100644 index be61564c50..0000000000 --- a/docs/userguide/userguide/sk/desktop-applets.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Aplety plochy - - - - - - - - -
-
- -

Aplety plochy

- -

Haiku poskytuje zopár užitočných nástrojov, ktoré sa dajú nainštalovať na Plochu alebo Panel prostredníctvom svojich replikantov.

- - - - - - - - - - - -
iconSpúšťač Rýchly prístup k vašim obľúbeným aplikáciám.
iconStav siete Ste pripojený?
iconStav napájania Ukazuje stav batérie vášho notebooku.
iconSprávca procesov Monitoruje a kontroluje každú spustenú aplikáciu a službu.
iconPracovné plochy Miniatúrna verzia všetkých pracovných plôch.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/desktop-applets/launchbox.html b/docs/userguide/userguide/sk/desktop-applets/launchbox.html deleted file mode 100644 index bda2f9997b..0000000000 --- a/docs/userguide/userguide/sk/desktop-applets/launchbox.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - Spúšťač - - - - - - - - -
-
- -

launchbox-icon_64.pngSpúšťač

- - - - -
Panel:Aplety plochy
Umiestnenie:/boot/system/apps/LaunchBox
Nastavenie:~/config/settings/LaunchBox/*
-

Na organizáciu vašich obľúbených aplikácií alebo dokumentov môžete spustiť jeden alebo viac Spúšťačov. Sami sa rozhodnete, či sa má každý z nich zobraziť na všetkých alebo iba na aktuálnej ploche. Taktiež môže slúžiť na rýchle otváranie dokumentov v konkrétnej aplikácii. Napríklad môžete myšou pretiahnuť súbor HTML do textového editora v Spúšťači a otvoriť ho v tomto editore namiesto predvolenej aplikácie, ktorou je webový prehliadač.

-launchbox.png -

Všetky nastavenia sú prístupné v kontextovom menu:

- - - - - - - - -
Pridať tlačidlo sem Pridá prázdne tlačidlo.
Tlačidlo Vyčistiť Vyprázdni tlačidlo.
Tlačidlo Odstrániť Odstráni tlačidlo.
Nastaviť popis... Podržanie kurzora myši nad ikonou zobrazí tip s názvom súboru a v prípade aplikácie jej krátky popis ak sa líši od jej názvu (pozri téma Typy súborov). Pomocou tejto položky menu môžete prispôsobiť popis tohto tipu.
Nastavenia
-- Vodorovné rozloženie
-- Veľkosť ikon
-- Ignorovať dvojité kliknutie
-- Zobraziť okraj okna
-- Automaticky aktivovať
-- Zobrazovať na všetkých pracovných plochách
 
-Rozloží tlačidlá vodorovne.
-Nastavuje veľkosť ikony medzi 16 a 64 pixelmi.
-Spustí objekt iba raz, aj keby ste klikli (neúmyselne) dvakrát.
-Zobrazí okraj okna.
-Spúšťač sa aktivuje, keď sa myš priblíži k okraju obrazovky.
-Zobrazí Spúšťač na všetkých pracovných plochách.
Oblasť
-- Nový
-- Klonovať
-- Zatvoriť
 
-Pridá novú oblasť.
-Naklonuje aktuálnu oblasť.
-Zatvorí aktuálnu oblasť.
Spúšťač
-- Ukončiť
 
-Ukončí všetky oblasti Spúšťača.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/desktop-applets/networkstatus.html b/docs/userguide/userguide/sk/desktop-applets/networkstatus.html deleted file mode 100644 index 64dd725013..0000000000 --- a/docs/userguide/userguide/sk/desktop-applets/networkstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Stav siete - - - - - - - - -
-
- -

networkstatus-icon_64.pngStav siete

- - - - -
Panel:Aplety plochy
Umiestnenie:/boot/system/apps/NetworkStatus
Nastavenie:žiadne
-

Aplet Stav siete zobrazuje stav vašich pripojení k sieti. Po spustení Stavu siete sa vás aplet opýta, či ho chcete spúšťať v okne, alebo nainštalovať do Panelu. V režime okna sa dá ikone meniť veľkosť zmenou veľkosti okna a aplet sa dá pretiahnuť na plochu pomocou rúčky Replikanta . Nezávisle na tom, kde je nainštalovaný, kontroluje sa kontextovým menu vyvolaným kliknutím pravým tlačidlom myši.

-

aplet Stav siete
-Prvá sekcia obsahuje názvy všetkých sieťových zariadení a ich stav. Kliknutie na jednu z položiek vyvolá okno s IP adresou, adresou na broadcast a maskou siete.
-Nižšie je uvedený zoznam všetkých bezdrôtových sietí, ktoré našiel bezdrôtový adaptér a indikátor sily ich signálu. Ďalšie informácie o tom ako nastaviť spojenie nájdete v kapitole Workshop: Bezdrôtové siete.
-Nakoniec môžete Otvoriť nastavenia siete... a zmeniť tak vašu konfiguráciu siete alebo Ukončiť tento aplet.

- -

Ikony stavu

- - - - - - -
PripravenýSpojenie bolo nadviazané.
Konfiguruje saPripájanie prebieha.
Žiadna stavová konfiguráciaNiektoré nastavenie chýbajú (skontrolujte Konfiguráciu IP).
Žiadne pripojenieNeexistuje žiadne fyzické pripojenie (sieťový kábel je pravdepodobne odpojený a bezdrôtové siete sú nedostupné).
-Nie sú dostupné žiadne sieťové adaptéry (ak ste si istý, že aspoň jeden je pripojený, zrejme chýbajú ovládače).
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/desktop-applets/powerstatus.html b/docs/userguide/userguide/sk/desktop-applets/powerstatus.html deleted file mode 100644 index 0de6bce2b7..0000000000 --- a/docs/userguide/userguide/sk/desktop-applets/powerstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Stav napájania - - - - - - - - -
-
- -

powerstatus-icon_64.pngStav napájania

- - - - -
Panel:Aplety plochy
Umiestnenie:/boot/system/apps/PowerStatus
Nastavenie:~/config/settings/PowerStatus settings
-

Stav napájania zobrazuje informácie o úrovni nabitia batérie, takže je užitočný iba pre prenosné počítače. Po spustení apletu sa vás systém opýta, či ho chcete spúšťať v okne alebo nainštalovať do Panela. V režime okna sa dá ikone meniť veľkosť zmenou veľkosti okna a aplet sa dá pretiahnuť na plochu pomocou rúčky Replikanta. Nezávisle na tom, kde je nainštalovaný, ovláda sa kontextovým menu vyvolaným kliknutím pravým tlačidlom myši.

-

Poznámka: Stav napájania vyžaduje fungujúcu podporu ACPI.

-PowerStatus applet -

Kontextové menu ponúka tieto možnosti:

- - - - - - - - -
Zobraziť textové návestieZobrazí úroveň batérie v percentách alebo ako čas zostávajúci do vybitia.
Zobraziť stavovú ikonuZobrazí ikonu apletu.
Zobraziť časZobrazí zostávajúci čas namiesto percent nabitia batérie. (Zobraziť textové návestie) musí byť aktívne.)
Info o batérii...Zobrazí okno s rozšírenými informáciami o batérii.
O apkikácii...Zobrazí okno s informáciami o aplikácii.
UkončiťUkončí aplet PowerStatus.
-

Keď je Zobraziť textové návestie aktívne, úroveň batérie je počas nabíjania zobrazená v zátvorkách.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/desktop-applets/processcontroller.html b/docs/userguide/userguide/sk/desktop-applets/processcontroller.html deleted file mode 100644 index c330b689d4..0000000000 --- a/docs/userguide/userguide/sk/desktop-applets/processcontroller.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - Správca procesov - - - - - - - - -
-
- -

processcontroller-icon_64.pngSprávca procesov

- - - - -
Panel:Aplety plochy
Umiestnenie:/boot/system/apps/ProcessController
Nastavenie:žiadne
- -

ProcessController appletPrimárna úloha Správcu procesov je zobrazovať aktivitu vašich CPU a množstvo používanej pamäte. Umožňuje monitorovať jednotlivé skupiny, meniť ich priority, a ukončiť ich v prípade, že program zamrzne. V prostredí s viacerými procesormi vám umožňuje vypnúť jednotlivé procesory/jadrá. Keď zlyhá Tracker alebo Panel, môžete ich reštartovať v menu Správcu procesov.

-

Indikátory vľavo zobrazujú využitie každého CPU, zatiaľ čo stĺpec napravo ukazuje spotrebu pamäte. Pamätajte, že počet indikátorov závisí od počtu procesorov/jadier v počítači.

-

Po spustení Správcu procesov sa vás aplet opýta, či ho chcete spúšťať v okne alebo nainštalovať do Panelu. V režime okna sa dá ikone meniť veľkosť zmenou veľkosti okna a aplet sa dá pretiahnuť na plochu pomocou rúčky Replikanta. Nezávisle na tom, kde je nainštalovaný, ovláda sa kontextovým menu vyvolaným kliknutím pravým tlačidlom myši.

-Aplet z Panelu odstránite odškrtnutím Zobrazovať v Paneli v kontextovom menu.

-

Ukončenie aplikácie

-ProcessController - Quit an application -

Aplikáciu ukončíte jednoducho tak, že vyberiete jej názov v menu Ukončiť aplikáciu. Toto je čistý spôsob zatvárania aplikácie, rovnako ako kliknutie na tlačidlo Zatvoriť. Dávajte si ale pozor, aby ste takto neukončili systémové procesy ako sú servery alebo démony. Váš systém by mohol prestať fungovať spoľahlivo.

-

Využitie pamäte

-ProcessController - Memory usage -

Monitorovanie využitia pamäte môže byť dosť nepresné.

-

Toto menu vám umožňuje monitorovať využitie pamäte rôznych tímov vo vašom systéme. Vedľa názvy skupiny sú dva stĺpce: prvý zobrazuje množstvo vyhradené pre zapisovateľnú pamäť, zatiaľ čo druhý zobrazuje všetku pamäť vrátane tej, ktorá je iba na čítanie (napríklad zdieľané knižnice).

-

Prvý riadok Zdroje a vyrovnávacia pamäť systému zobrazuje celkové množstvo pamäte, ktorú využíva systém a všetky aplikácie. Dĺžka modrého pásma závisí od množstva celkovej fyzickej pamäte vo vašom počítači. Ďalšie riadky zobrazujú pamäť využívanú každým procesom. Dĺžka pásma závisí od skutočne využívanej časti pamäte.

- - - -
Pamäť využívaná výlučne danou aplikáciou (s prístupom na zápis)
Pamäť vrátane tej, ktorá je iba na čítanie (môže byť zdieľaná s inými aplikáciami)
- -

Vlákna a využitie CPU

-

Toto menu vám umožňuje meniť priority vlákien, ukončovať tímy alebo ladiť ich.

-
Zmeny vykonané príkazmi v tomto menu siahajú hlboko do systému a môžu spôsobiť stratu dát a nestabilitu systému. Dávajte pozor, kam klikáte!
-ProcessController - Priority - - - - -
Kód jadra
Kód používateľského priestoru
Nečinné vlákno
-

V prvej úrovni môžete vidieť názvy tímov. Kliknutím na jeden z nich môžete celý tím ukončiť. Tmavomodrá časť stĺpca predstavuje čas strávený v kóde jadra, bledomodrá časť v kóde používateľského priestoru, zelená časť v nečinných vláknach. Pásmo celé vyplnené modrou znamená, že skupina využíva všetok výpočtový výkon.

-

Druhá úroveň zobrazuje jednotlivé vlákna tímu. Kliknutím na jedno z nich ho môžete ukončiť alebo ladiť. Pásmo celé vyplnené modrou znamená, že vlákno vyčerpáva jeden procesor/jadro.

-

Posledná úroveň menu vám umožňuje zmeniť prioritu vlákna. Používajte to však opatrne! Základné pravidlo je také, že priorita by mala byť opačná k využitiu CPU. To znamená, že čím viac času CPU sa snaží vlákno získať, tým nižšia by mala byť jeho priorita. Vo všeobecnosti sa snažte nehrať sa s prioritami aplikácií; kontaktuje ich autora, jeho sa to týka.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/desktop-applets/workspaces.html b/docs/userguide/userguide/sk/desktop-applets/workspaces.html deleted file mode 100644 index 47cecdd161..0000000000 --- a/docs/userguide/userguide/sk/desktop-applets/workspaces.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Aplet Pracovné plochy - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
-

workspaces-icon_64.pngPracovné plochy

- - - - -
Panel:Aplety plochy
Umiestnenie:/boot/system/apps/Workspaces
Nastavenie:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Ukladá pozíciu okna panela.
-


-workspaces.png -

Aplet Pracovné plochy nájdete medzi ostatnými Apletmi plochy v Paneli. Zobrazuje miniatúrnu verziu všetkých pracovných plôch. V kontextovom menu sa nachádza viacero nastavení, ktoré sú pomerne samovysvetľujúce.
-Zmeniť počet pracovných plôch... otvorí nastavenia Obrazovky, kde môžete nastaviť počet plôch a ich usporiadanie (koľko riadkov a stĺpcov).

-

Pretože tento aplet je Replikant, môžete podľa vlastného uváženia meniť veľkosť okna a myšou ho pretiahnuť na plochu pomocou rúčky replikanta (uistite sa, že možnosť Zobraziť replikantov je aktivovaná v menu Panela). Pomer strán obrazovky môžete zachovať podržaním SHIFT počas menenia veľkosti.

- -

-index -Prenášanie okien medzi pracovnými plochami

-

Ak chcete preniesť okno z jednej plochy na druhú, stačí ho v aplete Pracovné plochy chytiť a preniesť do druhého okna pomocou myši. Týmto spôsobom môžete prenášať okná bez toho, aby ste opustili aktuálnu pracovnú plochu. Samozrejme, táto metóda funguje dobre iba vtedy, keď nie je otvorených príliš veľa okien a váš cieľ nie je prekrytý inými oknami. Ďalšia možnosť je chytiť okno za jeho záložku a počas držania prepínať obrazovky pomocou ALT Fx.

-

Ďalšie informácie o pracovných plochách vo všeobecnosti a ďalšie klávesové skratky nájdete v téme Pracovné plochy.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Špeciálne funkcie

-

Aplet Pracovné plochy ponúka niektoré ďalšie funkcie, ktoré aktivujete kliknutím na okno počas držania týchto klávesov:

- - - - -
CTRLDá okno do popredia.
CTRL SHIFTMinimalizuje okno.
OPTZaradí okno do pozadia.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/filesystem-layout.html b/docs/userguide/userguide/sk/filesystem-layout.html deleted file mode 100644 index 9f4acc8afc..0000000000 --- a/docs/userguide/userguide/sk/filesystem-layout.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - Rozloženie súborového systému Haiku - - - - - - - - -
-
- -

Rozloženie súborového systému Haiku

- -

Rozloženie súborového systému Haiku je dosť zrozumiteľné a vždy sa snačí používať nekryptické názvy súborov a priečinkov, aby nemusel používateľ hádať, čo znamenajú. Súbory a priečinky, ktoré sú dôležité na správne fungovanie systému sú chránené proti neúmyselnému poškodeniu tak, že zobrazujú jednu z týchto výstrah:

-achtung-user.png  -achtung-system.png -

Druhá výstraha vyskočí, keď sa pokúsite premenovať alebo zmazať niečo v hierarchii system. Tu sa na tlačidlo „Premenovať“ bude dať kliknúť iba ak podržíte kláves SHIFT.

-

Vo všeobecnosti existujú dve samostatné vetvy začínajúce v koreňovom priečinku zavádzacieho zväzku:

- - - -
/boot/system/ Obsahuje systémové súbory a aplikácie/balíky spoločné pre všetkých používateľov systému.
/boot/home/ Toto je váš osobný priečinok, kde si uchovávate vaše dáta a nastavenia a aplikácie/balíky, ktoré nie sú spoločné pre všetkých používateľov.
-

Pokým Haiku nepodporuje viacerých používateľov, toto rozlíšenie medzi zdieľanými a nezdieľanými aplikáciami je bez zjavného účinku, pretože existuje len jeden používateľ s jedným domovským priečinkom. Ale pretože nakoniec podpora viacerých používateľov bude pridaná, je rozumné naučiť sa správny spôsob hneď od začiatku.

- -

-index -Systémový priečinok - /boot/system/

-

V predchodcovi Haiku - BeOS - sa tento priečinok nazýval /boot/beos/. Ešte stále ho môžete nájsť v staršej dokumentácii (napr. v pôvodnej BeBook).
-Väčšina priečinkov v /boot/system/ je iba na čítanie, čo je rozumné, keďže obsahujú súbory nevyhnutné na správne fungovanie Haiku a preto musia byť ochránené pred neúmyselnou zmenou. Jediné priečinky, do ktorých môže používateľ zapisovať, sú:

- - - - - - -
/boot/system/cache/ Obsahuje súbory vo vyrovnávacej pamäti a dočasný priečinok s odkazom do /tmp/.
/boot/system/non-packaged/ Obsahuje hierarchiu súborov, ktoré nie sú súčasťou .hpkg (pravdepodobne zo starých archívov BeOS).
/boot/system/packages/ Okrem toho, že obsahuje balíky systému Haiku, môžete pridávať/odstraňovať balíky, ktoré sú spoločné pre všetkých používateľov.
/boot/system/settings/ Obsahuje celosystémové nastavenia.
/boot/system/var/ Obsahuje protokoly ako syslog (dôležitý pri riešení chýb) a je predvoleným umiestnením odkladacieho súboru.
-

Ďalšie informácie o pričinkoch packages a non-packaged nájdete v téme Aplikácie.

- -

-index -Domovský priečinok - /boot/home/

-

Toto je priečinok, ktorý patrí vám. Tu môžete vytvárať a mazať súbory a priečinky ako chcete. (Mimochodom, kláves tilda („~“) je skratkou pre váš domovský priečinok, aby ste nemuseli v Termináli vždy písať „/boot/home/“.)
-Súbory, ktoré chcete zdieľať s ostatnými používateľmi v budúcom viacpoužívateľskom prostredí musíte presunúť mimo /boot/home/. Napríklad by ste mohli vytvoriť priečinok /boot/all-users/ a dať ich tam.

- - - - - - - - - - -
~/Desktop/ Obsahuje súbory na vašej ploche. Nie je možné ho otvoriť dvojitým kliknutím, pretože beztak je vždy viditeľná. Ak sú vaše súbory náhodou zakryté otvorenými oknami, stačí sa rýchlo prepnúť do inej Pracovnej plochy. Samozrejme, tiež je možné Pohybovať sa cez submenu kliknutím pravým tlačidlom.
~/mail/ Toto je predvolené miesto pre vašu poštu.
~/people/ Toto je predvolené miesto pre vaše súbory kontaktov. Pozri Ľudia.
~/queries/ Tu sa ukladajú Požiadavky. Štandardne sa ukladajú dočasne, na 7 dní.
- -

Priečinok /boot/home/config/ je špeciálny: rovnako ako /boot/system/ je prevažne pod kontrolou správcu balíkov a preto je len na čítanie. Tiež obsahuje tieto podobné priečinky, do ktorých môže používateľ zapisovať:

- - - - - - - - - - -
~/config/packages/ Tu môžete pridávať/odstraňovať balíky, ktoré nie sú spoločné pre všetkých používateľov.
~/config/non-packaged/ Obsahuje hierarchiu súborov, ktoré nie sú súčasťou .hpkg (pravdepodobne zo starých archívov BeOS) a nie sú spoločné pre všetkých používateľov.
~/config/settings/ Tento priečinok obsahuje nastavenia všetkých aplikácií a časť konfigurácie systému. Niektoré aplikácie svoje nastavenia ukladajú do vlastných podpriečinkov, iné jednoducho umiestnia svoj konfiguračný súbor sem.
- -

Ďalšie informácie o pričinkoch packages a non-packaged nájdete v téme Aplikácie.

-

Tu sú niektoré zo zaujímavejších podpriečinkov v ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ Tento priečinok je miestom pre Používateľské skripty, ktoré sa spúšťajú pred alebo po štarte či vypnutí systému.
boot/launch/ Odkazy na programy alebo dokumenty v tomto priečinku sa automaticky spúšťajú pri každom štarte.
beos_mime/ V tejto databáze MIME Haiku sleduje všetky rozličné typy súborov a ich nastavenia.
deskbar/menu/ Súbory/priečinky/požiadavky skopírované sem alebo s odkazom v tomto priečinku sa objavia v menu Panela.
kernel/drivers/ Jeden zo súbory nastavení môže byť zaujímavý: kernel ponúka niektoré nízkoúrovňové konfiguračné voľby ako vypnutie SMP, výstup ladiacich informácií na sériový port alebo zapnutie pokročilej správy napájania. Riadok konfigurácie aktivujete odstránením symbolu komentára „#“. Buďte tu opatrní!
Tracker/ Okrem rozličných konfiguračných súborov Trackera sú tu niektoré zaujímavé podpriečinky:
DefaultFolderTemplate/Zobrazenie a prispôsobenie všetkých atribútov a veľkosti okna vaším potrebám. Každý nový priečinok, ktorý vytvoríte ho použije ako šablónu.
DefaultQueryTemplates/Môžete definovať rozloženie okien výsledkov požiadaviek pre niektoré typy súborov. Pozri tému Požiadavka: Okno výsledkov.
Go/Sem dajte odkazy na vaše obľúbené miesta, aby boli prístupné napr. v paneloch Otvoriť a Uložiť. Pozri tému Používateľské rozhranie Haiku: Priečinky Obľúbené a Nedávno použité.
Tracker New Template/Pridanie šablóny pre nový typ súborov, ktorý bude potom dostupný z menu Trackera Súbor | Nový.... Pozri tému Tracker: Práca so súbormi.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/filetypes.html b/docs/userguide/userguide/sk/filetypes.html deleted file mode 100644 index 780332e713..0000000000 --- a/docs/userguide/userguide/sk/filetypes.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - Typy súborov - - - - - - - - -
-
- -

Typy súborov

- -

Na rozdiel od Windows, Haiku sa nespolieha na trojpísmenovú príponu názvu súboru (napr. .txt, .jpg, .mp3) pri určovaní jeho typu. Táto metóda sa používa iba ako posledné východisko. Haiku používa typy MIME presne tak, ako je zvykom na internete.

-
Napriek tomu, že v Haiku neexistuje žiadny dôvod na používanie súborových prípon, nezabudnite ich pridať do súborov, ktoré chcete zdieľat s používateľmi iných operačných systémov, napr. cez e-mail, pri nahrávaní na server alebo výmenu cez USB disk. Inak by ich systém nemusel rozoznať typ súboru.
- -

index -Nastavenie typu konkrétneho súboru

-

Môžete zmeniť typ konkrétneho súboru, jeho ikonu a súvisiacu aplikáciu. Vyberte súbor a spustite Doplnky | FileType z kontextového menu vyvolaného kliknutím pravým tlačidlom myši.

-filetype-addon.png - -

-index -Typ súboru

-

Hore je uvedený súbor PNG, jeho MIME reťazec je image/png. Povedzme, že ste si istý, že súbor nie je PNG, ale GIF. To môžete zmeniť buď zadaním správneho MIME reťazca manuálne, alebo jedným z tlačidiel pod textovým poľom:

- - - -
Vybrať... zobrazí hierarchický zoznam typov súborov, odkiaľ vyberiete image | GIF Image.
Rovnaký ako... otvorí súborový dialóg, z ktorého si vyberiete súbor s hľadaným typom súboru.
- -

-index -Preferovaná aplikácia

-

Toto rozbaľovacie menu zobrazí zoznam všetkých aplikácií, ktoré dokážu pracovať s daným typom súboru. Tu si vyberiete, ktorý program má otvoriť konkrétny súbor po dvojkliknutí naň. Napríklad by ste mohli zmeniť preferovanú aplikáciu súboru HTML z prehliadača na textový editor, pokiaľ na ňom pracujete. Každý iný súbor HTML bude napriek tomu preferovane otvorený v prehliadači, iba tento konkrétny sa spustí v textovom editore.

- -

Predvolená aplikácia je tá, ktorá je globálne nastavená pre daný typ súboru. Ak vami žiadaný program v rozbaľovacom menu nenájdete, znova sú tu tlačidlá Vybrať... a Rovnaká ako..., ktoré fungujú tak, ako sú popísané v časti „Typ súboru“ vyššie.

- -

-index -Ikona

-

Ak ste premýšľali prečo je pole ikony vpravo hore prázdne: Ikony sa normálne dedia od systémovo predvolených pre daný typ súboru. Môžete otvoriť doplnok FileType nejakého súboru, ktorý obsahuje ikonu a tú myšou pretiahnuť do poľa ikony. Alebo na pole dvojkliknúť a vytvoriť alebo upraviť vašu vlastnú ikonu. Viac informácií o ikonách a o tom, ako ich vytvárať, nájdete v sekcii Icon-O-Matic.

- -

-index -Špeciálne nastavenia aplikácií

-

Ak spustíte doplnok FileType na spustiteľnom súbore (tu: StyledEdit), zobrazí sa vám iné okno:

-filetype-addon-stylededit.png -

Navrchu, namiesto štandardného MIME reťazca, uvidíte jedinečný podpis aplikácie. Pomocou neho dokáže systém nájsť program nezávisle na tom, kde je nainštalovaný.

-

Pod tým nájdete viaceré príznaky, ktoré ovládajú správanie aplikácie:

- - - - - - -
Jednoduché spustenie Každý spustiteľný súbor môže mať iba jednu bežiacu inštanciu. Ak máte ale dve kópie danej aplikácie, môžu bežať naraz.
Viacnásobné spustenie Aplikácia môže mať viac spustených inštancií.
Exkluzívne spustenie Skutočne môže bežať iba jedna inštancia aplikácie s daným podpisom.
Iba argumenty Indikuje, že aplikácia nereaguje na správy.
Aplikácia na pozadí Aplikácia nebude zobrazená v Twitcheri a v zozname bežiacich aplikácií v Paneli.
-

Ďalej je tu zoznam podporovaných typov súborov. Môžete pridávať (a odstraňovať) typy súborov ak si myslíte, že s nimi aplikácia dokáže pracovať. Ako dôsledok sa táto aplikácia zobrazí v menu preferovaných aplikácií alebo v kontextovom menu Trackera Otvoriť pomocou... keď pravým tlačidlom kliknete na vybraný typ súboru.

-

V dolnej časti je uvedená verzia programu a informácie o autorských právach. Tak, ako podpis aplikácie, sú vyplnené autorom aplikácie a nemali by ste do nich zasahovať.

- -

-index -Globálne nastavenia v Nastaveniach Typov súborov

-

Nastavenia Typov súborov sa nezaoberajú jednotlivými súbormi, ale globálnymi nastaveniami typov súborov. Môžete meniť predvolené ikony a preferované aplikácie alebo pridávať, odoberať alebo meniť atribúty typov súborov. Dokonca môžete vytvoriť váš vlastný typ súboru.

-

Všetky typy súborov a ich konfigurácie sú uložené v /boot/home/config/settings/beos_mime/. Predtým, než začnete experimentovať, bolo by rozumné zálohovať si daný priečinok...

-

Ďalšie informácie o typoch súborov sa dozviete vo workshope: Typy súborov, atribúty, index a požiadavky.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/gui.html b/docs/userguide/userguide/sk/gui.html deleted file mode 100644 index d3662af51d..0000000000 --- a/docs/userguide/userguide/sk/gui.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Používateľské rozhranie Haiku - - - - - - - - -
-
- - - - -
Obsah
- Rýchly spôsob presúvania a zmeny veľkosti okien
- Skladanie a dlaždice
- Panely Otvoriť a Uložiť
- Replikanti
- -

Používateľské rozhranie Haiku

- -

Grafické používateľské rozhranie Haiku je integrálnou súčasťou systému. Na rozdiel od unixových operačných systémov neexistuje samostatný správca okien a zavedenie systému iba do shellu s príkazovým riadkom nie je možné. Haiku sa zameriava na používateľa pracovného prostredia a toto sa jednoducho nepovažuje za potrebné.

-

Pretože už pravdepodobne máte skúsenosti s inými grafickými prostrediami, preskočme štandardné veci ako menu, kontextové ponuky pri kliknutím pravým tlačidlom, Ťahaj&pusť atď. Pozrime sa namiesto toho na niekoľko jedinečných aspektov grafického používateľského prostredia Haiku.

-gui.png -

V grafickom rozhraní Haiku je len niekoľko vecí, ktoré nie sú zjavné a zaslúžia si vysvetlenie.

-
    -
  1. Panel je ako ponuka „Štart“ a hlavný panel vo Windows. Pozrite sekciu Panel.

  2. -
  3. Žltá karta ponúka viac ako len názov programu či súboru: -
    • Môžete ju presúvať držaním klávesu SHIFT a ťahaním na inú pozíciu, čím môžete pohodlne prepínať medzi rôznymi oknami aj keď sú na sebe.
    • -
    • Okno môžete minimalizovať dvojklikom na jeho kartu (alebo pomocou CTRL ALT M). K takto skrytému oknu sa dostanete cez jeho položku v Paneli alebo Twitcheri.
    • -
    • Okno môžete dať preč z popredia pravým kliknutím na jeho kartu (alebo okraj).
  4. -
  5. Tlačidlo Zavrieť.

  6. -
  7. Tlačidlo „zväčšenia“ (alebo CTRL ALT Z). Vo väčšina aplikácií sa okno maximalizuje. Sú ale aj výnimky. Napríklad okná Trackera, ktoré svoju veľkosť zmenia tak, aby sa čo najlepšie prispôsobili obsahu.

  8. -
  9. Okraj okna. Ťahaním myšou presúvate okno. Ťahaním pravým tlačidlom myši meníte veľkosť okna.

  10. -
  11. Roh na zmenu veľkosti.

  12. -
- -

-index -Rýchly spôsob presúvania a zmeny veľkosti okien

-

Pohybovanie a menenie veľkosti tvorí veľkú časť interakcie s viacerými súčasne bežiacimi aplikáciami. Namiesto triafania malej žltej karty alebo ešte menšieho okraja, existuje aj pohodlnejší spôsob ako okno presunúť. Okrem toho, že je roh okna malý, má aj ďalšie obmedzenie: Dovoľuje vám meniť veľkosť iba v smere dolného pravého rohu.
-Ťahanie okraja okna pravým tlačidlom funguje, ale znova, museli by ste presne mieriť.

-

Ako elegantné riešenie tohoto problému ponúka Haiku klávesovú skratku CTRL ALT s použitím myši. Pozrite aj sekciu Skratky a klávesové kombinácie, kde nájdete ďalšie informácie o skratkách na správu okien.

-resizing.png -

Držanie CTRL ALT zvýrazní okraje najbližšie pri kurzore. Presúvaním myši môžete meniť zvýraznené okraje. Držaním pravého tlačidla myši ťahaním meníte veľkosť okna pozdĺž vyznačených okrajov.

-

Držaním CTRL ALT a ťahaním ľavým tlačidlom myši hocikde vrámci okna ním môžete hýbať. Rýchlym kliknutím pravým tlačidlom myši vrátite okno do jeho pôvodnej pozície.

- -

-index -Skladanie a dlaždice

-

Používateľské rozhranie Haikuposkytuje jedinečnú vlastnosť, ktorá dokonale využíva skutočnosť, že okná majú žltú kartu namiesto titulného pruhu plnej šírky. Hovorí sa jej „Skladanie a dlaždice“.
-V príklade dolu je okno Trackera so záložkami pridláždené k ľavej strane okna WebPositive, ktoré je samotné zložené s iným oknom Trackera zobrazujúcim priečinok haiku so zdrojovým kódom. V tejto animácii používateľ kliká na karty poskladaných okien, čím ich striedavo vynáša do popredia.

-gui-s+t.gif -

Takto spojené skupiny okien je možné spolu presúvať a meniť ich veľkosť - čo sa hodí v prostredí, kde sa pracuje na viacerých projektoch. Namiesto hľadania správneho okna prehliadača s oknami s dokumentáciou, editorom a Trackerom a možno poštou súvisiacou s jedným s projektov, na ktorých pracujete ich môžete jednoducho poskladať a zdláždiť k sebe.

-

Samotné aranžovanie okien je jednoduché: Podržte OPT počas ťahania okna za jeho kartu v blízkosti karty alebo okraja iného okna, pokým sa nevysvieti a následne pusťte tlačidlo myši.

-

Skladanie a dlaždice pozostávajú z dvoch súvisiacich častí.

- - -
gui-stacking.png

Skladanie“ je dávanie okien na jedno na druhé, pričom sa žlté karty automaticky presúvajú na miesto.
-Počas držania klávesu OPT karty menia farbu, keď sa prekrývajú; pustením okna dosiahnete skladanie.

- - -
gui-tilinging.png

Dláždenie“ znamená lepenie okien dohromady vo vodorovnom alebo zvislom smere.
-Znova, ak podržíte OPT, okraje, ktoré spolu splývajú pri pustení okna zmenia farbu ak ich k sebe priblížite.

-

Oddeľovanie prebieha rovnako - podržaním klávesu OPT a odtiahnutím okna za jeho kartu zo skupiny.

- -

-index -Panely Otvoriť a Uložiť

-

Pri otváraní alebo ukladaní súboru z aplikácie sa otvorí takýto panel:

-open-save.png -

Má všetko, čo by ste čakali: Zoznam súborov na výber z aktuálneho priečinka, v prípade ukladania aj textové pole, do ktorého zadáte názov súboru, a rozbaľovacie menu s ponukou formátov a ich nastavenia.
-Z rozbaľovacieho menu hore môžete vybrať nadradený priečinok.

-

Ak už máte otvorený vami zvolený cieľový priečinok alebo jeho reprezentáciu (symbol úplne vpravo v jeho paneli menu), môžete ho jednoducho pretiahnuť myšou do panela. Panel tak zmení svoju lokalitu na daný priečinok.

- -

-index -Klávesové skratky

-

Veľa skratiek v paneli otvárania a ukladania sú tie isté, ktoré sú použité aj v Trackeri. Okrem príkazov dostupných z menu Súboru existujú ešte nejaké, ktoré nie sú také zjavné:

- - - - - - - -
ALT NVytvorí nový súbor.
ALT EUmožní premenovanie označenej položky.
ALT Presunie položku do nadradeného priečinka.
ALT alebo ENTERVstúpi do označeného priečinka.
ALT DVráti vás na plochu.
ALT HVráti vás do domovského priečinka.
- -

-index -Priečinky Obľubené a Nedávno použité

-

Menu Obľúbené vám v paneli otvárania a ukladania ponúka nedávno navštívené priečinky a obľúbené lokality, ktoré si môžete sami nastaviť. Šípka indikuje, že sa môžete cez tieto súbory dostať hlbšie do hierarchie pomocou submenu.

-favorites.png -

Ak si chcete pridať súbor medzi Obľúbené, jednoducho v ňom z menu vyberte Obľúbené | Pridať aktuálny priečinok. Odteraz sa tento priečinok objaví v každom paneli otvárania/ukladania. Ak chcete priečinok z Obľúbených odstrániť, vyberte Obľúbené | Upraviť obľúbené... a vymažte jeho položku.
-Všetky Obľúbené sú uložené v /boot/home/config/settings/Tracker/Go/. Tam môžete rovno pridávať alebo odstraňovať odkazy na súbory a priečinky.

- -

-index -Replikanti

-

Replikanti sú malé samostatné súčasti aplikácií, ktoré sa dajú integrovať do iných programov. Po aktivovaní možnosti Panela Zobraziť replikantov môžete rozoznať aplikácie s replikantom podľa tejto malej rúčky v pravom dolnom rohu:

-replicant.png -

Najprominentnejšie miesto na použitie replikantov je Plocha: Jednoducho na ňu myšou pretiahnite rúčku replikanta. Odteraz je táto aplikácia súčasťou Plochy a ak s ňou chcete pracovať, pôvodnú aplikáciu už nemusíte spúšťať.
-Pravým kliknutím na rúčku replikanta vyvoláte menu s možnosťami zobraziť ďalšie informácie O aplikácií alebo Odstrániť replikanta.

-
Ak sa s replikantom vyskytnú problémy a vy sa ho neviete zbaviť, odstráňte ~/config/settings/Tracker/tracker_shelf. Bohužiaľ, toto odstráni všetky replikanty z Plochy.
-

Možnosť vytvoriť replikanta majú napríklad aplikácie Monitor aktivity, aplet Pracovné plochy alebo DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/sk/images/apps-images/activitymonitor.png b/docs/userguide/userguide/sk/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/sk/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/bootmenu.png b/docs/userguide/userguide/sk/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/cdplayer.png b/docs/userguide/userguide/sk/images/apps-images/cdplayer.png deleted file mode 100644 index 2aef6a8a58..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/charactermap.png b/docs/userguide/userguide/sk/images/apps-images/charactermap.png deleted file mode 100644 index 33299b4dde..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/cli-alert.png b/docs/userguide/userguide/sk/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/cli-desklink.png b/docs/userguide/userguide/sk/images/apps-images/cli-desklink.png deleted file mode 100644 index b56fd0c53f..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/sk/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/codycam.png b/docs/userguide/userguide/sk/images/apps-images/codycam.png deleted file mode 100644 index 571f4ccee4..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/debugger.png b/docs/userguide/userguide/sk/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/debugger_alert.png b/docs/userguide/userguide/sk/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/deskcalc.png b/docs/userguide/userguide/sk/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/sk/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index b75d8dbd59..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/diskprobe.png b/docs/userguide/userguide/sk/images/apps-images/diskprobe.png deleted file mode 100644 index 5361ff95c0..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/diskusage.png b/docs/userguide/userguide/sk/images/apps-images/diskusage.png deleted file mode 100644 index 0aac6699a2..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/sk/images/apps-images/drivesetup-create.png deleted file mode 100644 index d2310cf842..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/sk/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 0286668caf..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/drivesetup.png b/docs/userguide/userguide/sk/images/apps-images/drivesetup.png deleted file mode 100644 index d10713e2bc..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/expander-preferences.png b/docs/userguide/userguide/sk/images/apps-images/expander-preferences.png deleted file mode 100644 index ca3ff44439..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/expander.png b/docs/userguide/userguide/sk/images/apps-images/expander.png deleted file mode 100644 index 671e67ce46..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/sk/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/sk/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/sk/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/haikudepot.png b/docs/userguide/userguide/sk/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/sk/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index 98d3e4eba4..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/sk/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 75ab8d1c18..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/installer.png b/docs/userguide/userguide/sk/images/apps-images/installer.png deleted file mode 100644 index 4e87922b09..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/magnify.png b/docs/userguide/userguide/sk/images/apps-images/magnify.png deleted file mode 100644 index b5dabf8bae..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mail-attachments.png b/docs/userguide/userguide/sk/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mail-preferences.png b/docs/userguide/userguide/sk/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mail-read.png b/docs/userguide/userguide/sk/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mail-signature.png b/docs/userguide/userguide/sk/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/sk/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mail-write.png b/docs/userguide/userguide/sk/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/sk/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 3001758cef..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/sk/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index e2684131ef..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/sk/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index ee9e29705c..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/mediaplayer.png b/docs/userguide/userguide/sk/images/apps-images/mediaplayer.png deleted file mode 100644 index 73c62e2f9c..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/midiplayer.png b/docs/userguide/userguide/sk/images/apps-images/midiplayer.png deleted file mode 100644 index fc3f871fe1..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/sk/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/sk/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index ce288b506a..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/packageinstaller.png b/docs/userguide/userguide/sk/images/apps-images/packageinstaller.png deleted file mode 100644 index 4c2c482143..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/people-files.png b/docs/userguide/userguide/sk/images/apps-images/people-files.png deleted file mode 100644 index 2055aabbdb..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/people.png b/docs/userguide/userguide/sk/images/apps-images/people.png deleted file mode 100644 index 60b8a64f69..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/poorman.png b/docs/userguide/userguide/sk/images/apps-images/poorman.png deleted file mode 100644 index 6e29187270..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/screenshot.png b/docs/userguide/userguide/sk/images/apps-images/screenshot.png deleted file mode 100644 index fe2bb7f19c..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/sk/images/apps-images/showimage-browse.jpg deleted file mode 100644 index bdcaa349a2..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/sk/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index 7651510625..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/sk/images/apps-images/showimage-edit.jpg deleted file mode 100644 index b0f55dc012..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/sk/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/sk/images/apps-images/showimage-view.jpg deleted file mode 100644 index 0b68e5ea52..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/stylededit.png b/docs/userguide/userguide/sk/images/apps-images/stylededit.png deleted file mode 100644 index 319c1edd7d..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/terminal-settings.png b/docs/userguide/userguide/sk/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/terminal.png b/docs/userguide/userguide/sk/images/apps-images/terminal.png deleted file mode 100644 index 6e64da1a6e..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/textsearch.png b/docs/userguide/userguide/sk/images/apps-images/textsearch.png deleted file mode 100644 index 74adbadec3..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/sk/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/web+download.png b/docs/userguide/userguide/sk/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/sk/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/sk/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/web+settings.png b/docs/userguide/userguide/sk/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/sk/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/sk/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/sk/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/sk/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/sk/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/apps-images/webpositive.png b/docs/userguide/userguide/sk/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/sk/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/attributes-images/people.png b/docs/userguide/userguide/sk/images/attributes-images/people.png deleted file mode 100644 index f520804674..0000000000 Binary files a/docs/userguide/userguide/sk/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/calendar.png b/docs/userguide/userguide/sk/images/deskbar-images/calendar.png deleted file mode 100644 index 4e5f164313..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/deskbar.png b/docs/userguide/userguide/sk/images/deskbar-images/deskbar.png deleted file mode 100644 index 3a19b79f8d..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/sk/images/deskbar-images/list-of-apps.png deleted file mode 100644 index f100cabf52..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/positions.png b/docs/userguide/userguide/sk/images/deskbar-images/positions.png deleted file mode 100644 index 4e0afb09ad..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/sk/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/sk/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/sk/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/sk/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/sk/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/sk/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 90391901be..0000000000 Binary files a/docs/userguide/userguide/sk/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/sk/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/sk/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/sk/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/sk/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/sk/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 4c2f2774c5..0000000000 Binary files a/docs/userguide/userguide/sk/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/sk/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 1ddacde67a..0000000000 Binary files a/docs/userguide/userguide/sk/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/gui-images/favorites.png b/docs/userguide/userguide/sk/images/gui-images/favorites.png deleted file mode 100644 index 339ed3425b..0000000000 Binary files a/docs/userguide/userguide/sk/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/sk/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/sk/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/gui-images/gui-stacking.png b/docs/userguide/userguide/sk/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/sk/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/gui-images/gui-tiling.png b/docs/userguide/userguide/sk/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/sk/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/gui-images/gui.png b/docs/userguide/userguide/sk/images/gui-images/gui.png deleted file mode 100644 index cac15965b5..0000000000 Binary files a/docs/userguide/userguide/sk/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/gui-images/open-save.png b/docs/userguide/userguide/sk/images/gui-images/open-save.png deleted file mode 100644 index d5ea803ee0..0000000000 Binary files a/docs/userguide/userguide/sk/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/gui-images/resizing.png b/docs/userguide/userguide/sk/images/gui-images/resizing.png deleted file mode 100644 index ac15e2464b..0000000000 Binary files a/docs/userguide/userguide/sk/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/networkstatus-images/applet.png b/docs/userguide/userguide/sk/images/networkstatus-images/applet.png deleted file mode 100644 index 77f12d8a4c..0000000000 Binary files a/docs/userguide/userguide/sk/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/sk/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/sk/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/sk/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/sk/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/sk/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/sk/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/sk/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/sk/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/sk/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/sk/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/powerstatus-images/applet.png b/docs/userguide/userguide/sk/images/powerstatus-images/applet.png deleted file mode 100644 index 9b7a36a27c..0000000000 Binary files a/docs/userguide/userguide/sk/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0458eace44..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index 0db5058afe..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 0f9830fdbf..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/sk/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index 517b06ec7d..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/backgrounds.png b/docs/userguide/userguide/sk/images/prefs-images/backgrounds.png deleted file mode 100644 index ade2045b6a..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/datatranslations.png b/docs/userguide/userguide/sk/images/prefs-images/datatranslations.png deleted file mode 100644 index 1e87117857..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 322d55d886..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index 072e4f1eae..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index fdae6c760e..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-in.png deleted file mode 100644 index c985862260..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 773666ead3..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index 0807350998..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index eece0101a9..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-out.png deleted file mode 100644 index d0e6c390eb..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/sk/images/prefs-images/e-mail-settings.png deleted file mode 100644 index fbd120d7cd..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/fonts.png b/docs/userguide/userguide/sk/images/prefs-images/fonts.png deleted file mode 100644 index 7a1712b850..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/keyboard.png b/docs/userguide/userguide/sk/images/prefs-images/keyboard.png deleted file mode 100644 index c5304f753c..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/sk/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/keymap.png b/docs/userguide/userguide/sk/images/prefs-images/keymap.png deleted file mode 100644 index e6dc29e5be..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/sk/images/prefs-images/locale-formatting.png deleted file mode 100644 index ec74b60ec4..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/locale-language.png b/docs/userguide/userguide/sk/images/prefs-images/locale-language.png deleted file mode 100644 index 0afc346577..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/mouse.png b/docs/userguide/userguide/sk/images/prefs-images/mouse.png deleted file mode 100644 index 454e3f507a..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/sk/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/sk/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/sk/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/sk/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/network.png b/docs/userguide/userguide/sk/images/prefs-images/network.png deleted file mode 100644 index 694fcf11e3..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/screen.png b/docs/userguide/userguide/sk/images/prefs-images/screen.png deleted file mode 100644 index 18fab79aa3..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/sk/images/prefs-images/screensaver-fade.png deleted file mode 100644 index 9d101373e1..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/sk/images/prefs-images/screensaver-modules.png deleted file mode 100644 index 5eebaf77f1..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/sounds.png b/docs/userguide/userguide/sk/images/prefs-images/sounds.png deleted file mode 100644 index 9c55312d5e..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/time-clock.png b/docs/userguide/userguide/sk/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/time-network.png b/docs/userguide/userguide/sk/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/time-time.png b/docs/userguide/userguide/sk/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/time-timezone.png b/docs/userguide/userguide/sk/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/touchpad.png b/docs/userguide/userguide/sk/images/prefs-images/touchpad.png deleted file mode 100644 index 4eb1af65b0..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/sk/images/prefs-images/virtualmemory.png deleted file mode 100644 index 9018ed331b..0000000000 Binary files a/docs/userguide/userguide/sk/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/processcontroller-images/applet.png b/docs/userguide/userguide/sk/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/sk/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/processcontroller-images/memory.png b/docs/userguide/userguide/sk/images/processcontroller-images/memory.png deleted file mode 100644 index 0ec6b75f41..0000000000 Binary files a/docs/userguide/userguide/sk/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/processcontroller-images/priority.png b/docs/userguide/userguide/sk/images/processcontroller-images/priority.png deleted file mode 100644 index 54ad0e875d..0000000000 Binary files a/docs/userguide/userguide/sk/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/processcontroller-images/quit.png b/docs/userguide/userguide/sk/images/processcontroller-images/quit.png deleted file mode 100644 index adacb1f38d..0000000000 Binary files a/docs/userguide/userguide/sk/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/queries-images/basic-query.png b/docs/userguide/userguide/sk/images/queries-images/basic-query.png deleted file mode 100644 index 670f00586f..0000000000 Binary files a/docs/userguide/userguide/sk/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/queries-images/formula-query.png b/docs/userguide/userguide/sk/images/queries-images/formula-query.png deleted file mode 100644 index a246054695..0000000000 Binary files a/docs/userguide/userguide/sk/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/queries-images/query-window-filled.png b/docs/userguide/userguide/sk/images/queries-images/query-window-filled.png deleted file mode 100644 index 40cb30a9e2..0000000000 Binary files a/docs/userguide/userguide/sk/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/queries-images/query-window.png b/docs/userguide/userguide/sk/images/queries-images/query-window.png deleted file mode 100644 index 29d293ff3d..0000000000 Binary files a/docs/userguide/userguide/sk/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/queries-images/result-window.png b/docs/userguide/userguide/sk/images/queries-images/result-window.png deleted file mode 100644 index 7c8322f4cd..0000000000 Binary files a/docs/userguide/userguide/sk/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/sk/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 990089b673..0000000000 Binary files a/docs/userguide/userguide/sk/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/drill-down.png b/docs/userguide/userguide/sk/images/tracker-images/drill-down.png deleted file mode 100644 index 68bf01cbd1..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/get-info.png b/docs/userguide/userguide/sk/images/tracker-images/get-info.png deleted file mode 100644 index 522c4bb13a..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/mount-settings.png b/docs/userguide/userguide/sk/images/tracker-images/mount-settings.png deleted file mode 100644 index 2b188ce308..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/new-menu.png b/docs/userguide/userguide/sk/images/tracker-images/new-menu.png deleted file mode 100644 index a1fd7afd4b..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/sk/images/tracker-images/open-with-preferred.png deleted file mode 100644 index a2d0a2da4e..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/open-with.png b/docs/userguide/userguide/sk/images/tracker-images/open-with.png deleted file mode 100644 index 2e05e4795f..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/sk/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index c134f2690e..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/transaction-status.png b/docs/userguide/userguide/sk/images/tracker-images/transaction-status.png deleted file mode 100644 index b75129bcea..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/sk/images/tracker-images/window-drill-down.png deleted file mode 100644 index 9adde82a09..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/window-menu.png b/docs/userguide/userguide/sk/images/tracker-images/window-menu.png deleted file mode 100644 index ed6c7df7c1..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/sk/images/tracker-images/window-type-ahead.png deleted file mode 100644 index b88d523a9d..0000000000 Binary files a/docs/userguide/userguide/sk/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-email-images/browsing.png b/docs/userguide/userguide/sk/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/sk/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-email-images/query-1.png b/docs/userguide/userguide/sk/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-email-images/query-2.png b/docs/userguide/userguide/sk/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-email-images/query-3.png b/docs/userguide/userguide/sk/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-email-images/query-4.png b/docs/userguide/userguide/sk/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-email-images/status.png b/docs/userguide/userguide/sk/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index 630bf9b9f2..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index 571357e687..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 9b8b65e2a4..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index b1245eee8c..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index d73aad1998..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/sk/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/sk/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/sk/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/sk/images/workspaces-images/workspaces.png b/docs/userguide/userguide/sk/images/workspaces-images/workspaces.png deleted file mode 100644 index d3bb3593c4..0000000000 Binary files a/docs/userguide/userguide/sk/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/sk/index.html b/docs/userguide/userguide/sk/index.html deleted file mode 100644 index 48a1e10e1c..0000000000 --- a/docs/userguide/userguide/sk/index.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Obsah - - - - - - - - -
-
- -

Obsah

- -

Atribúty a Požiadavky sú kľúčovými funkciami Haiku. Zatiaľ čo atribúty sú užitočné samy o sebe, na to, aby sa mohli zobraziť ďalšie informácie o vyhľadávanom súbore, musíte súbory indexovať. Tým sa zaradia do vyhľadávacej tabuľky, vďaka čomu bude ich vyhľadanie bleskurýchle.
-Index je súčasť súborového systému a pre každý zväzok/oblasť sa ukladá zvlášť.

- -

-Príkazy Terminálu na indexovanie

-

Existuje niekoľko príkazov na správu indexu:

-
    -
  • lsindex - Zobrazí indexované atribúty na aktuálnom zväzku/oblasti.
    -Toto sú atribúty, ktoré sa predvolene indexujú:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Pridá atribút do indexu zväzku/oblasti.
  • -
-
Použitie: mkindex [možnosti] <atribút> 
-Vytvorí nový index zadaného atribútu.
- 
-  -d, --volume=CESTA    Cesta vo zväzku, do ktorej bude pridaný index, predvolene do aktuálneho zväzku. 
-  -t, --type=TYP        Typ indexovaného atribútu. Jeden z „int“, 
-                        „llong“, „string“, „float“ alebo "double". 
-                        Predvolene „string“.
-      --copy-from       Cesta do zväzku, z ktorého budú skopírované indexy. 
-  -v, --verbose         Vypíše informácie o tvorenom indexe.
-

Iba nové súbory s daným atribútom pôjdu automaticky do indexu!
-Existujúce súbory musia byť pridať manuálne ich skopírovaním a následným odstránením originálu. Prípadne môžete použiť príkaz reindex. -

-
    -
  • reindex - Vloží atribúty existujúcich súborov do novovytvoreného indexu zväzku/oblasti.
  • -
-
Použitie: reindex [-rvf] attr <zoznam názvov súborov a/alebo priečinkov> 
-  -r    zadá priečinky rekurzívne
-  -v    podrobný výstup
-  -f    vytvorí/aktualizuje všetky indexy zo zdrojového zväzku,
-        „attr“ je cesta do zdrojového zväzku
-
-
-
    -
  • rmindex - Odstráni atribút z indexu zväzku/oblasti.
  • -
-
Použitie: rmindex [MOŽNOSŤ]... NÁZOV_INDEXU 
- 
-Odstráni index pomenovaný NÁZOV_INDEXU z diskového zväzku. Po vykonaní
-tejto operácie nebude možné systémom požiadaviek vyhľadať súbory s atribútom NÁZOV_INDEXU.
- 
-  -d, --volume=CESTA    cesta do zväzku, z ktorého bude index odstránený 
-  -h, --help            zobrazí túto pomoc a skončí
-  -p, --pattern         NÁZOV_INDEXU je vzor
-  -v, --verbose         vypíše informácie o odstránenom zväzku
- 
-NÁZOV_INDEXU je názov atribútu súboru. 
- 
-Ak neuvediete žiaden zväzok, systém vyberie zväzok podľa aktuálneho adresára.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/keyboard-shortcuts.html b/docs/userguide/userguide/sk/keyboard-shortcuts.html deleted file mode 100644 index cdd4a55383..0000000000 --- a/docs/userguide/userguide/sk/keyboard-shortcuts.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - Klávesové skratky a kombinácie klávesov - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

Klávesové skratky a kombinácie klávesov

- -

Predvolene je hlavným skratkovým klávesom, slúžiacim napr. na vyvolanie príkazov z menu v Haiku, kláves ALT, namiesto tradičnejšieho CTRL. Toto má historické dôvody, pretože BeOS bol pôvodne trochu inšpirovaný systémom MacOS. Keď si na to zvyknete, zistíte, že to má svoje výhody, napr. ALT C a ALT V sú perfektne integrované do bash shellu Terminálu, kde CTRL C ukončí bežiaci proces.

-

Každopádne môžete kedykoľvek prepnúť späť na známejší kláves CTRL v nastaveniach Mapy znakov. -Používateľská príručka popisuje predvolenú konfiguráciu s príkazovým klávesom ALT.

-

Ak si nie ste istí, ktorý kláves na vašej klávesnici predstavuje OPT alebo MENU, znova použite nastavenia Mapy klávesov. Tam stlačením zistíte, aké klávesy predstavujú tlačidlá na vašej klávesnici.

- -

-index -Všeobecné skratky

-

Tu je tabuľka najčastejšie používaných skratiek, ktoré sú dostupné aj bez zodpovedajúceho menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxPrepne na Pracovnú plochu X (Fx je zodpovedajúci kláves danej plochy). Aktívne okno tiež môžete preniesť držaním klávesu SHIFT
CTRL ALT / / / Naviguje po riadkoch/stĺpcoch dostupných pracovných plôch. Pridaním SHIFT sa presunie aj aktívne okno.
OPTDržaním OPT počas ťahania okna v blízkosti karty alebo okraja iného okna ho naskladá alebo dlaždicovo rozloží (pozri kapitolu Používateľské rozhranie Haiku).
OPT / Dokola prepína medzi otvorenými oknami na aktuálnej pracovnej ploche.
CTRL ALT + left mouseDržaním ľavého tlačidla myši a ťahaním presúvate okno (pozri kapitolu Používateľské rozhranie Haiku).
CTRL ALT + right mouseDržaním pravého tlačidla myši a ťahaním meníte veľkosť okna (pozri kapitolu Používateľské rozhranie Haiku).
CTRL ALT ZZmení veľkosť okna na alternatívnu (vo väčšine aplikácií maximalizuje).
CTRL ALT MMinimalizuje aktívne okno.
CTRL ALT HSkryje (minimalizuje) všetky okná aktívnej aplikácie.
CTRL ALT FDá aktívne okno do popredia (dostupné iba s nastavením myši Aktivácia pod kurzorom myši).
CTRL ALT BDá aktívne okno preč z popredia.
CTRL TAB -Držaním vyvoláte Twitcher.
CTRL ALT DELOtvorí Monitor tímov.
ALT ESCOtvorí panel menu (zatvoríte klávesom ESC).
ALT CSkopíruje výber do schránky.
ALT XVystrihne výber do schránky.
ALT VVloží obsah schránky.
ALT WZatvorí aktívne okno.
ALT QUkončí aplikáciu.
PRINTUrobí snímku obrazovky s nulovým oneskorením a otvorí panel Snímky obrazovky.
SHIFT PRINTUrobí snímku obrazovky (bez otvorenia panelu) s ohľadom na posledné použité nastavenie.
CTRL PRINTTiež urobí snímku obrazovky bez otvorenia panelu a s uloženými nastaveniami, no neuloží snímku ako súbor, ale skopíruje ju do schránky.
- -

-index -Skratky pri úprave textu

-

Kedykoľvek pri úprave textu - či už pri premenovaní súboru v Trackeri, úprave súboru v StyledEdit alebo četovaní vo Vision – sú dostupné niektoré univerzálne skratky:

- - - - - - -
ALT / or
OPT /
Skákať v text po jednotlivých slovách. (Pozn.: Môže byť užitočné naučiť sa používať kombináciu s OPT. V tom prípade nebude vadiť ak niektorá aplikácia už používa kombináciu s ALT ALT na iný príkaz.)
HOMESkočí na začiatok riadka.
ENDSkočí na koniec riadka.
ALT HOMESkočí na začiatok dokumentu.
ALT ENDSkočí na koniec dokumentu.
-

Naviac podržanie klávesu SHIFT pri použití hore uvedených kombinácií označí text medzi skokmi kurzora.

- -

-index -Skratky na navigáciu v Trackeri

-

Okrem všeobecných skratiek existuje aj niekoľko skratiek na navigáciu v Trackeri:

- - - - - - - - -
ALT Otvorí nadradený priečinok.
ALT alebo ENTEROtvorí vybraný priečinok.
OPTDržaním tohto klávesu počas otvárania priečinku sa automaticky zatvorí nadradený priečinok. Toto funguje aj pri navigácii myšou.
MENUOtvorí menu Panela (zatvoríte klávesom ESC).
ALT ZVráti poslednú akciu. Záznam vrátení operácií je obmedzený iba dostupnou pamäťou. Pamätajte, že toto funguje iba na operácie so samotným súborom, zmenené atribúty a nastavenia oprávnení nemôžete vrátiť. Keď súbor odstránite z Koša, tak zmizne nadobro.
ALT SHIFT ZZnova vykoná operáciu, ktorú ste vrátili skratkou ALT Z.
SHIFT + koliesko myšiZrýchli posúvanie sa dlhým zoznamom súborov v okne Trackera alebo pri otváraní vnorených menu posúvaním po stránkach.
- -

-index -Skratky v Termináli

- - - - - - - - - - - - - - - - -
ALT NOtvorí nový Terminál v ďalšom okne.
ALT TOtvorí nový Terminál v ďalšej karte.
ALT 1, 2, 3 ...Prepne na zodpovedajúcu kartu.
ALT TABPrepne na ďalšie okno Terminálu.
SHIFT / Prepne na kartu vľavo/vpravo.
ALT SHIFT / Presunie aktuálnu kartu doľava/doprava.
ALT + / -Zväčší/Zmenší veľkosť písma.
ALT ENTERZapne/vypne celoobrazovkový režim.
SHIFT / Posunie výstup Terminálu o jeden riadok hore/dole.
SHIFT Page↑ / Page↓Posunie výstup Terminálu o jednu stranu hore/dole.
TABDoplňovanie. Po zadaní niekoľkých znakov stlačte TAB raz, čím sa automaticky doplní názov súboru alebo cesta. Ak existuje viac ako jedna zhoda, doplňovanie sa skončí vtedy, keď sa názvy začnú líšiť a vy musíte doplniť niekoľko ďalších znakov na rozlíšenie. Tiež môžete stlačiť TAB dvakrát, čím získate zoznam všetkých zhôd.
/ Posúvanie hore alebo dole v histórii všetkých predtým zadaných príkazov.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CZastaví aktuálne bežiaci príkaz.
CTRL DUkončí Terminál.
- -

-index -Iné kombinácie klávesov

-

Môžete pridávať alebo odstraňovať veci do/z výberu držaním modifikačného klávesu počas kliknutia na položku (v prípade Trackera na súbor).

- - - -
SHIFTOznačí všetko medzi prvou označenou položkou a tou, na ktorú kliknete.
ALTPridá alebo odoberie z výberu položku, na ktorú kliknete.
-

Ak v okne Trackera začnete písať, Tracker vyberie súbor, ktorý najviac zodpovedá vášmu načatému hľadaniu. Ak neexistuje žiadny súbor, ktorý by sa začínal na zadané znaky, vyberú sa súbory alebo ich atribúty obsahujúce hľadaný reťazec. Toto vyhľadávanie nerozoznáva veľké a malé písmená.
-Znaky, ktoré píšete sa zobrazia vľavo dole, kde by bol normálne uvedený počet položiek. Po sekunde sa toto vráti a môžete začať nové hľadanie.
-Namiesto označenia prvej zhody so zadaným reťazcom, Tracker môžete nakonfigurovať tak, že odfiltruje všetky súbory bez zhody. Prečítajte si o téme viac v sekcii filtrovanie počas písania.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences.html b/docs/userguide/userguide/sk/preferences.html deleted file mode 100644 index af30130794..0000000000 --- a/docs/userguide/userguide/sk/preferences.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Nastavenia - - - - - - - - -
-
- -

Nastavenia

- -

Zatiaľčo jednou z kľúčových filozofií Haiku je obmedziť nastavenia a mať radšej zmysluplné predvolené, niektoré veci treba nakonfigurovať alebo nastaviť podľa vlastného vkusu. Všetky panely nájdete v menu Nastavení Panela.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconVzhľad Konfigurácia určitých aspektov grafického rozhrania.
iconPozadia Nastavenia farby alebo obrázka ako pozadie Plochy alebo akéhokoľvek iného priečinka.
iconPreklad dát Nastavenia všetkých podporovaných formátov.
iconPanel Konfigurácia Panela.
iconE-mail Konfigurácia vašich e-mailových účtov.
iconTypy súborov Pridanie, odstránenie a konfigurácia typov súborov.
iconKlávesnica Konfigurácia rýchlosti opakovania a intervalu do začiatku opakovania klávesu.
iconMapa kláves Nastavenie mapovania vašej klávesnice.
iconLocale Nastavenie systémového jazyka a formátovania.
iconMultimédiá Nastavenia zvuku a videa ako vstupné/výstupné zariadenia a zmiešavača zvuku systému.
iconMyš Konfigurácia vašej myši.
iconSieť Konfigurácia vašej siete.
iconTlačiarne Pridanie, odstránenie a konfigurácia tlačiarní.
iconObrazovka Konfigurácia rozlíšenia, hĺbky, obnovovacej frekvencie a počtu používaných Pracovných plôch.
iconŠetrič obrazovky Pridanie, odstránenie a konfigurácia šetričov obrazovky.
iconSkratky Tvorba vašich vlastných skratiek, napr. na spustenie aplikácie kombináciou klávesov. [dokumentácia zatiaľ chýba]
iconZvuky Priradenie zvukov rôznym systémovým udalostiam.
iconČas Nastavenie času, dátumu a časového pásma.
iconTracker Konfigurácia správcu súborov Haiku.
iconTouchpad Konfigurácia vášho touchpadu.
iconVirtuálna pamäť Nastavenie množstva odkladacieho priestoru.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/appearance.html b/docs/userguide/userguide/sk/preferences/appearance.html deleted file mode 100644 index c68e01e327..0000000000 --- a/docs/userguide/userguide/sk/preferences/appearance.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Vzhľad - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

appearance-icon_64.pngVzhľad

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Appearance
Nastavenie:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Nastavenia vzhľadu vám umožňujú meniť vizuálnu stránku Haiku.

- -

-index -Fonts

-appearance-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- -

-index -Installing new fonts

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Farby

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Antialiasing

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Tipy grafém

-

Aktivovanie nastavenia Tipy grafém zarovná všetky znaky takým spôsobom, že všetky ich vertikálne a horizontálne hrany sa budú nachádzať presne medzi dvoma pixlami. Výsledkom je perfektný kontrast, hlavne pri čiernom texte na bielom pozadí (alebo naopak). Text vyzerá ostrejšie. Taktiež existuje nastavenie iba písma s pevnou šírkou znaku, ktoré pomáha hlavne pri zariadeniach s nízkym rozlíšením obrazovky, akými sú napr. netbooky. Malé písma môžu pri týchto nastaveniach vyzerať dosť zle, ale stále vám poskytujú výhody Tipov grafém v textových editoroch a Termináli.

-

Pozrite si, ako ovplyvňuje nastavenie Tipy grafém text na týchto zväčšených obrázkoch:

- - -
appearance-glyph-off.png
Tipy grafém: vypnuté
appearance-glyph-on.png
Tipy grafém: zapnuté
-

Je dôležité tiež poznamenať, že všetky okná Lupy na tejto stránke sú vykreslené pomocou príslušných nastavení. Môžete si spraviť reálny dojem porovnaním napr. tučného písma v žltej záložke alebo textu "35 x 15 @ 8 pixlov/pixel".

- -

-index -Typ antialiasingu

-

Vykresľovanie sa dá ďalej vylepšiť technikou zvanou Antialiasing, ktorá podporuje tak vektorovú grafiku, ako aj text. Vyhladzuje čiary zmenou farby určitých pixlov. To sa dá robiť dvoma metódami:

-

Stupne šedej mení intenzitu pixlov na hrane.
-LCD subpixel funguje ešte lepšie, hlavne pri LCD monitoroch s vysokým rozlíšením. Namiesto zmeny intenzity pixla mení jeho farbu, čo presunie hranu o zlomok pixla, pretože LCD displeje produkujú každý pixel pomocou červených, zelených a modrých subpixelov.

-

Obe metódy ilustrované dvomi zväčšenými obrázkami:

- - -
appearance-glyph-off.png
Stupne šedej, Tipy grafém: vypnuté
appearance-subpixel.png
LCD subpixel, Tipy grafém: vypnuté
-

Antialiasing založený na subpixeloch pridáva objektom jemný zafarbený lesk, ktorý nemusí každému vyhovovať. V Haiku môžete pomiešať obe metódy antialiasingu pomocou posuvníka a nájsť tak pre seba najvhodnejšie nastavenie.

-
Antialiasing založený na subpixeloch v kombinácii s nastavením Tipy grafém podlieha softvérovému patentu, preto nie je predvolene dostupný. V závislosti od toho, kde žijete, môžete získať odomknutú verziu. Je nám to ľúto. Obráťte sa na vášho zástupcu.
-

Ak aktivujete Tipy grafém a vykresľovanie pomocou LCD subpixelov zmenou zdrojového kódu a prekompilovaním, takto to vyzerá v porovnaní s nastavením Tipy grafém so Stupňami šedej:

- - -
appearance-glyph-on.png
Stupne šedej, Tipy grafém: zapnuté
appearance-glyph-on-subpixel.png
LCD subpixel, Tipy grafém: zapnuté
-


-

V spodnej časti sa nachádzajú dve tlačidlá:

- - - -
Predvolené vráti všetko na predvolené hodnoty
Vrátiť späť vráti nastavenia, ktoré boli aktívne v momente spustenia nastavení vzhľadu.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/backgrounds.html b/docs/userguide/userguide/sk/preferences/backgrounds.html deleted file mode 100644 index b28a77615f..0000000000 --- a/docs/userguide/userguide/sk/preferences/backgrounds.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Pozadia - - - - - - - - -
-
- -

backgrounds-icon_64.pngPozadia

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Backgrounds
Nastavenie:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - ukladá pozíciu okna panelu
-

Môžete nastaviť farbu alebo obrázok ako pozadie pre každý súbor a Plochu pre každú pracovnú plochu.

-


-backgrounds.png -

Horné menu špecifikuje, či sa vami vykonané zmeny budú aplikovať iba na aktuálnu pracovnú plochu, všetky pracovné plochy, konkrétny priečinok alebo či budú predvolené pre každý nový priečinok.

-

Pod tým môžete priradiť obrázok alebo nevybrať Žiadny ak chcete mať jednofarebné pozadie. Obrázky môžete tiež pretiahnuť myšou do okna náhľadu vľavo.

-

Ak použijete obrázok, musíte rozhodnúť o jeho umiestnení:

- - - - - -
Ručne umožní vám špecifikovať súradnice. Môžete buď umiestniť obrázok v okne náhľadu, alebo zadať X a Y ručne
Stred umiestní obrázok do stredu obrazovky.
Zmeniť veľkosť, aby zodpovedala zväčší obrázok bez ohľadu na jeho pomer strán, až kým nezaplní celú obrazovku.
Dlaždice vydláždi obrazovku obrázkom.
-

Nastavenie Obrys titulku ikony vytvorí tenký obrys okolo titulkov ikon.

-

Či je farba titulku ikony biela alebo čierna závisí na nastavení pomocou výberu farieb. Tmavá farba nastaví biely text, bledá nastaví čierny. Keď teda nastavíte veľmi svetlý obrázok ako pozadie, mali by ste vo výberi farieb nastaviť svetlú farbu, aby boli titulky ikon dobre čitateľné - čierne. (Alebo nastavte možnosť obrysu popísanú vyššie.)
-Vybraná farba bude taktiež zobrazená v aplete Pracovné plochy, ktorý ignoruje obrázky ako pozadia.

- - - -
Vrátiť späť vráti nastavenia, ktoré boli aktívne v momente spustenia nastavení pozadia.
Použiť aplikuje zmeny, ktoré ste vykonali.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/datatranslations.html b/docs/userguide/userguide/sk/preferences/datatranslations.html deleted file mode 100644 index 1b034a7271..0000000000 --- a/docs/userguide/userguide/sk/preferences/datatranslations.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - Preklad dát - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

datatranslations-icon_64.pngPreklad dát

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/DataTranslations
Nastavenie:~/config/settings/* - Každý Prekladač si tu vytvorí svoj súbor potom, čo zmeníte jeho predvoľby.
-~/config/settings/system/DataTranslations settings - Ukladá pozíciu okna panela.
-

Každá aplikácia je schopná otvárať a ukladať každý formát súboru, pre ktorý je nainštalovaný Prekladač.

-


-datatranslations.png -

V závislosti na svojich schopnostiach ponúka každý Prekladač iné nastavenia. Každý aspoň obsahuje tlačidlo Info, ktoré otvorí okno so zásluhami a inštalačnou cestou.
-Nasledujúca tabuľka obsahuje prehľad predvolených Prekladačov a ich najužitočnejších nastavení.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
Obrázky BMP24-bitový, nekomprimovaný, bez priesvitnosti
Obrázky EXRformát s vysokým dynamickým rozsahom (HDR) spoločnosti ILM
Obrázky GIF8-bitový, bezstratová kompresia, priesvitnosť
-Môžete zredukovať veľkosť súboru obmedzením počtu farieb a škály.
-Môžete zapisovať obrázky s priesvitnosťou, buď automaticky použitím kanála alfa alebo manuálnym nastavením hodnoty RGB, ktorá bude priesvitná.
HVIF iconsTranslator for Haiku's vector icon format
Obrázky JPEG200024-bitový, komprimovaný, bez priesvitnosti
-Tu vás bude bežne zaujímať iba kvalita výstupu.
Obrázky JPEG24-bitový, komprimovaný, bez priesvitnosti
-Okrem kvality výstupu tu môžete nastaviť aj vyhladzovanie, ktoré zmierni kompresné artefakty, no môže obrázok trochu rozmazať.
Obrázky PCX24-bitový, nekomprimovaný, bez priesvitnosti, formát PC Paintbrush Exchange
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
Obrázky PNG32-bitový, bezstratová kompresia, priesvitnosť
Obrázky PPM24-bitový, nekomprimovaný, bez priesvitnosti, formát Portable PixMap
Obrázky RAWaž do 48bit, nekomprimovaný, bez priesvitnosti
Textové súbory RTFFormátovaný text
Obrázky SGI24-bitový, voliteľná bezstratová kompresia, priesvitnosť
súbory StyledEditPlain text with formatting stored in attibutes
Obrázky TGA32-bitový, voliteľná bezstratová kompresia, priesvitnosť
Obrázky TIFF24-bitový, voliteľná bezstratová kompresia, vrstvy, priesvitnosť
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
Obrázky WonderBrush32-bitový, vrstvy, priesvitnosť, vektorové/pixlové dáta
-


-
Snímky obrazovky, grafy, čiernobiele kresby a ďalšie obrázky s malým počtom použitých farieb a aj malé obrázky je najlepšie uložiť ako GIF (do 256 farieb) alebo PNG (milióny farieb). Napríklad JPEG v týchto prípadoch pridáva kompresné artefakty bez toho, aby poskytol výhodu menšieho súboru.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/deskbar.html b/docs/userguide/userguide/sk/preferences/deskbar.html deleted file mode 100644 index 8814c5498c..0000000000 --- a/docs/userguide/userguide/sk/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Panel - - - - - - - - -
-
- -

deskbar-icon_64.pngPanel

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Deskbar
Nastavenie:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Nastavenia Panelu sú dostupné aj z Panelu. Jeho nastavenia sa preberajú v téme Panel.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/e-mail.html b/docs/userguide/userguide/sk/preferences/e-mail.html deleted file mode 100644 index 277c5c06c6..0000000000 --- a/docs/userguide/userguide/sk/preferences/e-mail.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
- - - - -
Obsah
- Vytvorenie nového emailového účtu
- Nastavenia účtu
- Nastavenie prichádzajúceho e-mailu
- Nastavenie odchádzajúceho e-mailu
- Notifikácie a filtre e-mailu
- Nastavenie poštovej služby -
- -

e-mail-icon_64.pngE-mail

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/E-mail
Nastavenie:~/config/settings/Mail/*
-

Haiku poskytuje systém, ktorý pravidelne prijíma e-maily cez Poštovú službu (tiež známu ako mail_daemon) a ukladá každú správu ako jeden textový súbor. Analyzuje správu a vypĺňa jej atribúty so všetkými potrebnými hlavičkovými informáciami, ako napríklad Od, Komu, Predmet a stav prečítania správy. Môžete mu posielať požiadavky buď vy osobne alebo akákoľvek aplikácia. Tento systém tiež zjednodušuje prechádzanie medzi e-mailovými klientmi, keďže všetky údaje a nastavenia zostávajú rovnaké.
-Nastavenie prebieha cez panel nastavení Email.

- -

-index -Vytvorenie nového emailového účtu

-

Prejdime si proces nastavenia e-mailového účtu.
-Začnete kliknutím na tlačidlo Pridať, čím vytvoríme nový, nepomenovaný účet. Otvorí sa panel, do ktorého zadáte informácie o svojom účte:

-e-mail-new-account.png -

Najprv nastavujete, ako prijímate správy - či cez POP3 alebo IMAP.

-

Potom zadajte svoju Emailovú adresu, Prihlasovacie meno a Heslo, uveďte Názov účtu, pod ktorým bude známy v Haiku a vaše Skutočné meno.

-

Ak je váš účet od jedného z veľkých poskytovateľov e-mailu, Haiku už pozná všetky technické detaily ako napríklad IP adresa servera. Ak to ale nie je váš prípad, kliknutím na Ďalej otvoríte nové okno, do ktorého treba tieto informácie zadať:

-e-mail-new-account-2.png -

Najprv nastavíte Názov servera, Typ prihlásenia a Typ pripojenia pre prichádzajúce správy, pod tým pre odchádzajúce. Potrebné informácie by ste mali nájsť na webstránke vášho poskytovateľa emailu.
-Pozrite nižšie pre viac informácií o rôznych nastaveniach a ďalších možnostiach.

- -

-index -Nastavenia účtu

-

Vybratím názvu účtu v ľavom zozname môžete meniť niekoľko všeobecných nastavení:

-e-mail-accounts.png -

Názov účtu je meno, ktoré sa zobrazuje, napríklad, v zozname účtov v nastaveniach Emailu. Skutočné meno je meno, ktoré ľudia uvidia, keď od vás dostanú správu. Návratová adresa je emailová adresa, ktorá je použitá, keď niekto odpovedá na vašu správu. Zvyčajne je to rovnaká adresa ako tá, z ktorej ste posielali email.

-

Ak chcete používať emailový účet len na prijímanie alebo len na posielanie správ, môžete (de)aktivovať toto použitie kliknutím pravým tlačidlom na názov účtu v zozname na ľavej strane a nastaviť zaškrtávacie tlačidlá podľa vášho výberu.

- -

-index -Viac o nastavovaní prichádzajúceho e-mailu

-

Kliknutím na Prichádzajúce pod názvom vášho účtu nastavíte prijímanie e-mailov.

-e-mail-in.png -

Prvá je adresa Poštového servera pre prichádzajúce správy. Ak váš poskytovateľ požaduje pripojenie ku konkrétnemu portu, pridajte ho za adresu, oddelený od nej dvojbodkou. Napríklad pop.vas-poskytovatel.sk:1400.

-

Potom vložíte prihlasovacie údaje, Používateľské meno a Heslo, a ak je to potrebné, zmeňte Typ prihlásenia z prednastavenej autentifikácie Čistý text na APOP.

-

Ak používate POP3 a prijímate správy z tohto účtu na viacerých počítačoch, asi budete chcieť aktivovať možnosť Ponechať poštu na serveri a len Odstrániť poštu zo servera pri zmazaní lokálne.

-

Ak namiesto toho používate IMAP, máte možnosť Odstrániť poštu zo servera pri zmazaní lokálne. Môžete špecifikovať Priečinky IMAP pre synchronizáciu len určitých priečinkov a ich podpriečinkov.

-

Tiež si môžete vybrať Čiastočne stiahnuť správy väčšie ako určitá veľkosť. Toto stiahne len hlavičku a vy sa môžete rozhodnúť, či chcete stiahnuť zvyšok správy plus možné prílohy potom, ako uvidíte predmet a odosielateľa. Výhodné najmä pre pomalšie pripojenia.

-

Môžete zmeniť Cieľ vašej schránky prichádzajúcich správ (prednastavený: /boot/home/mail/in/), čo je výhodné, ak chcete oddeliť správy z rôznych účtov do ich vlastných priečinkov. Požiadavky vám však tiež umožňujú triediť správy.

- - -

-index -Viac o nastavovaní odchádzajúceho e-mailu

-

Kliknutím na Odchádzajúce pod názvom vášho účtu nastavíte odosielanie e-mailov.

-e-mail-out.png -

Najprv nastavte adresu Servera SMTP pre odchádzajúce správy. Tak isto ako s odchádzajúcimi správami, môžete nastaviť port, ak je potrebný, napr. mail.your-provider.org:1200.

-

Ak sa potrebujete prihlásiť, zmeňte Typ prihlásenia na ESMTP a zadajte používateľske meno a heslo, ktoré sú uvedené vyššie. Druhý typ sa používa u poskytovateľov, ktorí potrebujú, aby ste si správy sťahovali cez POP3, potom SMTP kvôli identifikácii.

-

Tak isto ako s prichádzajúcimi správami, môžete zmeniť Cieľ vašej schránky odchádzajúcich správ (prednastavené: /boot/home/mail/out/).

- -

-index -Upozornenia a ostatné filtre e-mailu

-

Upozornenie na novo prijaté správy a spôsoby ich triedenia a filtrovania nájdete v položke Filtre pošty pod názvom účtu. Môžete pridať akýkoľvek počet filtrov, ktoré sa použijú jeden po druhom a zmeniť ich poradie ich pomocou chytenia a ťahania na novú pozíciu.
-Momentálne sú tri Filtre prichádzajúcej pošty, ktoré si môžete pridať. Po pridaní filtra na neho musíte kliknúť pre zobrazenie jeho nastavení.

- -

-index -Spamový filter (AGMS Bayesian)

-e-mail-filter-spam.png -

Spamový filter používa štatistické metódy na klasifikovanie správy ako nevyžiadaná pošta. Prideľuje správe hodnotu medzi 0 a 1, takže môžete určiť limit pre normálnu správu a čo bude považované za spam.
-Môžete pridať označenie ako spam na začiatok predmetu správy.
-Spamový filter sa tiež dokáže učiť zo všetkých prichádzajúcich správ. Samozrejme, budete ho to musieť naučiť vytriedením správ nesprávne uvedených ako spam. Dozviete sa o tom viac, keď budeme preberať aplikáciu Pošta.

-

Spolu s nasledujúcim Filtrom pravidiel môžete automaticky vytriediť objavené nevyžiadané správy.

- -

-index -Filter pravidiel

-e-mail-filter-header.png -

Tento filter porovnáva hlavičku správy s vyhľadávacím vzorom a vykonáva určité operácie podľa pravidiel, ktoré si nastavíte.
-Prvým textovým poľom určujete, ktoré hlavičky sa majú kontrolovať. Dostupné sú tieto:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Meno meno odosielateľa
Od e-mailová adresa odosielateľa
Pre vaša e-mailová adresa (odlišná pre každý účet)
Odpovedať adresa, na ktorú sú posielané odpovede
Kedy dátum a čas prijatia správy
Predmet predmet správy
Cc adresy kohokoľvek, kto dostane „Skrytú kópiu“ (Cc)
Účet názov účtu
Stav Aktuálny stav správy. Zvyčajne to môže byť „Prečítaná“, „Poslaná odpoveď“, „Odoslaná“, „Preposlaná“, „Nová“, alebo čokoľvek, čo ste si sami definovali. Ale, ak to sami nezmeníte vo filtri, vždy to bude „Nová“ potom, ako Poštová služba správu prijme.
Priorita nastavuje ju e-mailový program odosielateľa (napr. „urgentné“)
Vlákno v podstate to isté ako „Predmet“, ale bez vecí ako Re: alebo Fwd:
Klasifikačná skupina na základe toho, ako spamový filter správu klasifikoval, bude buď prázdna (ak si nie je istý) alebo bude obsahovať slovo „Pravá“ alebo „Spam“
Odhad Spam/Pravá Toto je číselné ohodnotenie, ktoré spamový filter pridelil správe. Sú zobrazené vo vedeckej notácii, kde 1.065e-1 znamená 1.065 vydelená 10 umocnenými na 12-tu, čo v tomto prípade znamená 0.000000000001065.
-

Druhé textové pole obsahuje vyhľadávací vzor. Prijíma regulárne výrazy, ktoré prinášajú veľkú flexibilitu, aj keď nanešťastie trochu veci komplikujú. Prečítajte si o nich niečo, stojí to za to a jednoduché vyhľadávacie vzory nie sú až také komplikované.

-

S použitím vysúvacieho menu pod tým, pridelíte akciu, ktorá sa má vykonať, keď vzor pasuje. Môžete presunúť alebo vymazať správu, nastaviť status na "Prečítaná" alebo čokoľvek iné, alebo nastaviť účet s ktorým odpoviete.

- -

-index -Upozornenie na nové správy

-e-mail-filter-notification.png -

Existuje niekoľko možností, ktoré si môžete vybrať, ako byť informovaný o novo prijatej pošte. Pod menu Metóda môžete nájsť niekoľko možností, ktoré sa dajú tiež kombinovať:

- - - - - - - - - - - - - - - -
žiadne Žiadne upozornenia.
Pípnutie Prehrá zvukový súbor pridelený udalosti „Nový E-mail“ v nastaveniach Zvuky pri každej novej správe.
Upozornenie Zobrazí upozornenie na každú novú správu.
LED klávesnice Bliká niektorými LEDkami, ako napríklad indikátor caps-lock
Centrálne upozornenie Zobrazí jedno okno s upozornením pre všetky nové správy.
Centrálne pípnutie Prehrá zvukový súbor priradený udalosti „Nový E-mail“ v nastaveniach Zvuky, len raz pri nových správach.
Okno záznamu Zobrazí okno záznamu.
- -

-index -Filtre odchádzajúcich správ

-

Momentálne je pre odchádzajúce správy dostupný len jeden filter: fortune. -
Priloží k správe náhodne vybratú vtipnú alebo múdru hlášku zo súboru tzv. „koláčikov pre šťastie“ na koniec každej správy predtým, ako je odoslaná. Môžete si pozrieť ako približne tieto hlášky vyzerajú, spustením príkazu fortune v Termináli.

- -

-index -Nastavenie Poštovej Služby

-

Takže teraz, keď ste si nastavili servery (a možno aj zopár filtrov) pre prichádzajúcu aj odchádzajúcu poštu, musíte povedať Poštovej službe, ktorá v skutočnosti vykonáva kontrolu a získavanie nových správ, ako má vykonávať svoju robotu.

-e-mail-settings.png -

Pod Kontrola pošty nastavujete interval, v akom sa kontrolujú nové správy na serveri.
-Ak ste na vytáčanom spojení, budete to asi chcieť robiť Iba ak je vytočené spojenie a tiež Naplánovať odchádzajúcu poštu pri odpojení vytáčaného spojenia, aby ste zabránili pravidelnému vytáčaniu len kvôli skontrolovaniu e-mailu.

-

Poštová služba má okno so stavom, ktoré môžete nastaviť, aby sa zobrazovalo Nikdy, Počas odosielania, Počas odosielania a prijímania alebo Vždy.

-

Uistite sa, že je začiarknuté Spustiť služby pošty pri štarte alebo nebude bežať mail_daemon, ktorý by vaše požiadavky plnil...

-e-mail-mailbox.png -

Upraviť menu poštovej schránky... otvorí priečinok /boot/home/config/Mail/Menu Links/. Všetky priečinky alebo požiadavky (!) alebo ich odkazy v tomto priečinku sa zjavia v kontextovom menu ikony schránky Poštovej služby v Paneli.

-

Z toho menu môžete tiež Vytvoriť novú správu..., Skontrolovať poštu teraz alebo upraviť Nastavenia....

-

Ak podržíte stlačený kláves SHIFT počas otvárania kontextového menu, dostanete ďalšie príkazy:

- - - - - - - -
Iba skontrolovať novú poštu Poskytuje podmenu pre kontrolu pošty len pre jeden konkrétny účet.
Odoslať čakajúce emaily Dovoľuje vám odoslať čakajúce správy bez toho, aby sa zároveň kontrolovali aj nové správy.
Vypnúť poštové služby Ukončí celú emailovú infraštruktúru (mail_daemon).
-

Ikona schránky zobrazuje, či sú v schránke neprečítané správy (so stavom „Nová“), keď obsahuje obálky.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/filetypes.html b/docs/userguide/userguide/sk/preferences/filetypes.html deleted file mode 100644 index 584ec4e034..0000000000 --- a/docs/userguide/userguide/sk/preferences/filetypes.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Typy súborov - - - - - - - - -
-
- -

filetypes-icon_64.pngTypy súborov

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/FileTypes
Nastavenie:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Ukladá všetky typy MIME ako priečinky.
-

Prosím pozrite si Typy súborov a workshop Typy súborov, Atribúty, Index a Požiadavky, ktoré vysvetľujú väčšinu z tejto skupiny nastavení.

- -
-
- - - - diff --git a/docs/userguide/userguide/sk/preferences/fonts.html b/docs/userguide/userguide/sk/preferences/fonts.html deleted file mode 100644 index b23e05a082..0000000000 --- a/docs/userguide/userguide/sk/preferences/fonts.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Písma - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngPísma

- - - - -
Panel:Nastavenia
Umiestnenie:/boot/system/preferences/Fonts
Nastavenia:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Ukladá pozíciu okna panelu
-


-fonts.png -

Haiku definuje tri štandardné písma na rozličné účely. Nastavujete čisté, hrubé a písmo s pevnou šírkou znaku a veľkosti, ktoré budú použité v rámci systému. Okrem toho existuje aj možnosť nastavenia písma použitého v menu.

- - - -
Predvolené obnoví všetky hodnoty na predvolené.
Vrátiť vráti späť nastavenia, ktoré boli aktívne, keď ste spustili nastavenia Písem.
- -

-index -Inštalácia nových písem

-

Nové písma nainštalujete tak, že ich prekopírujete do priečinka príslušného používateľa, napr. /boot/common/data/fonts/ alebo /boot/home/config/data/fonts/ (pozri aj Rozloženie súborového systému).

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/keyboard.html b/docs/userguide/userguide/sk/preferences/keyboard.html deleted file mode 100644 index ed925a21ec..0000000000 --- a/docs/userguide/userguide/sk/preferences/keyboard.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Klávesnica - - - - - - - - -
-
- -

keyboard-icon_64.pngKlávesnica

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Keyboard
Nastavenie:~/config/settings/Keyboard_settings
-


-keyboard.png -

Nastaví rýchlosť opakovania a oneskorenie, po akom sa začne podržaný kláves posielať opakovane. Svoje nastavenia môžete otestovať v textovom poli dolu.

- - - -
Predvolené vráti všetko na predvolené hodnoty
Vrátiť späť obnoví nastavenia, ktoré boli aktívne, keď ste spustili nastavenia Klávesnice.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/keymap.html b/docs/userguide/userguide/sk/preferences/keymap.html deleted file mode 100644 index 12e8376b04..0000000000 --- a/docs/userguide/userguide/sk/preferences/keymap.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - Mapa klávesov - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

keymap-icon_64.pngMapa klávesov

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Keymap
Nastavenie:~/config/settings/Keymap/* - Umiestnenie používateľom upravených máp klávesov.
-~/config/settings/Key_map
-


-keymap.png -

Na pravej strane sa nachádza znázornenie vašej klávesnice. Keď stlačíte kláves, zodpovedajúci kláves na virtuálnej klávesnici sa stmaví a jemu priradený symbol bude zadaný do textového poľa Vzor a schránka: nižšie. Odtiaľ môžete znaky kopírovať a vkladať do dokumentov.
-Tým pádom sú nastavenia Mapy kláves užitočné nielen na konfiguráciu vašej mapy, ale aj na hľadanie špeciálnych symbolov z iných jazykov. Napríklad môžete prepnúť mapu klávesov na „French“, nájsť znak „ç“ a skopírovať ho do vášho e-mailu Françoisovi. (Aj keď tento znak nájdete aj v iných mapách kláves...)

-

Stlačením modifikačných klávesov SHIFT, CONTROL alebo OPTION príslušne zmeníte zobrazenú klávesnicu.

-

Potom sú tu klávesy označené modrým pozadím. Tieto sa nazývajú „Mŕtve klávesy“, ktoré zmenia funkciu klávesu, ktorý stlačíte po ňom. Ak na takýto kláves kliknete myšou, variabilné klávesy sa rozžiaria žltou farbou. Stlačte znova a všetko sa vráti do normálu. Ako príklad možno uviesť é, ñ, ó alebo ë.

-

Pod znázornením klávesnice sa nachádzajú ďalšie dve možnosti:

- - - -
Vyberte mŕtve klávesy nastavenie vyššie spomenutých modrých klávesov.
Vymeniť skratkové klávesy... prepnutie skratkových klávesov na režim Windows/Linux, teda CONTROL (bežne CTRL) alebo režim Haiku, teda COMMAND (bežne ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Namiesto toho môžete využiť aj preťahovanie klávesov myšou, menu Súbor | Nastaviť klávesy modifikátorov... otvára toto okno:

-keymap-modifiers.png -

Tu môžete klávesom priradiť ich role alebo aj úplne vypnúť rolu klávesu. Môžete dokonca priradiť rovnaký kláves rozličným roliam, aj keď to väčšinou nie je dobrý nápad a ak to urobíte, upozorní vás na to malý výkričník vedľa roletových menu.
-Stlačením Nastaviť klávesy modifikátorov použijete vaše zmeny a okno sa zatvorí.

-

Keď skončíte, váš výsledok môžete uložiť v menu Súbor | Uložiť.... Vaša modifikovaná mapa sa objaví iba v zozname používateľom definovaných máp, ktoré sú umiestnené v ~/config/settings/Keymap/. Inak ich budete musieť manuálne načítať cez Súbor | Otvoriť....

-

Aby vaša Mapa klávesov lepšie zodpovedala vašej fyzickej klávesnici, môžete si vybrať z viacerých nastavení v menu Rozloženie.

-

Písmo použité v znázornení klávesnice sa nastavuje v menu Písmo. Pamätajte, že nie všetky písma obsahujú všetky symboly špecifickej mapy kláves.

-

Nakoniec je tu ešte kláves Vrátiť, ktorý vráti späť nastavenia, ktoré boli aktívne v momente zapnutia nastavení Mapy klávesov.

- -

-index -Pokročilá manipulácia s mapami klávesov

-

Okrem panelu nastavení existuje aj iná metóda na prispôsobovanie mapy klávesov. Zahŕňa upravovanie textového súboru obsahujúceho hromadu hexadecimálnych hodnôt, čo môže byť zo začiatku odstrašujúce, no nie je to nemožné pochopiť.

-

Aktuálnu mapu kláves môžete vypísať príkazom v Termináli:

-
keymap -d > MyKeymap
-

Vygenerovaný textový súbor je potom možné upravovať v textovom editore. Uistite sa, že v textovom editore používate písmo s pevnou šírkou znaku, ináč bude súbor ešte ťažší na pochopenie...
-Na začiatku súboru nájdete legendu štylizovanej klávesnice obsahujúcu hexadecimálnu hodnotu zodpovedajúcu každému klávesu. Pod tým sa nachádzajú samotné priradenia každej hodnoty. Dá sa tu robiť akékoľvek z nastavením, ktoré je dostupné z panelu nastavení a ešte niečo navyše. Ak máte na vašej klávesnici nejaké špeciálne klávesy, môže sa vám podariť ich aktivovať, t.j. používať ich ako obyčajné klávesy ako OPTION alebo CONTROL. Nebudete napríklad môcť meniť hlasitosť či spúšťať aplikácie vašimi multimediálnymi klávesmi. Na to môžete použiť nastavenie Skratky.

-

Keď skončíte, súbor uložíte a modifikovanú mapu klávesov môžete načítať systémom pomocou tohoto príkazu:

-
keymap -s < moja_mapa_klavesov
-

Ak chcete túto mapu importovať do panelu Mapy kláves, musíte ju najprv skompilovať do binárneho formátu:

-
keymap -c < moja_mapa_klavesov
-

Tým sa vytvorí súbor moja_mapa_klavesov, ktorý môžete načítať do Mapy klávesov pomocou menu Otvoriť.... Mimochodom, mapu klávesov v binárnom formáte môžete načítať aj príkazom: keymap -l < moja_mapa_klavesov

-

Tu je vypísaný súbor (klávesy najviac vpravo boli orezané, aby sa výpis lepšie zobrazil na tejto stránke):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/sk/preferences/locale.html b/docs/userguide/userguide/sk/preferences/locale.html deleted file mode 100644 index 525aa4f5e5..0000000000 --- a/docs/userguide/userguide/sk/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
- -

locale-icon_64.pngLocale

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Locale
Nastavenie:~/config/settings/Locale settings
-


-

Lokalizačný systém Haiku zahŕňa nielen nahrádzanie textov ich prekladmi, ale aj komplexnejšie úlohy, ako napríklad formátovanie čísel, dátumov a časov tak, aby vyhovovali nastaveniam Locale, ktoré ste si zvolili.

-
Ak by ste radi pomohli s prekladom alebo by ste chceli začať s jazykom, ktorý momentálne chýba, prosím, kontaktujte poštovú konferenciu Haiku-i18n.
-

-indexJazyk

-

Haiku bolo preložené do tuctov jazykov, ale nanešťastie, niektoré z prekladov ešte nie sú dokončené. Z tohto dôvodu si môžete vybrať viac než jeden jazyk ako „Preferované jazyky“. Ak nejaký text chýba v preklade, nahradí sa slovami z nasledujúceho preferovaného jazyka. Angličtina je prednastavená ako posledná záložná možnosť (aj v prípade, že sa nenachádza v zozname).

-locale-language.png -

V tomto prípade je ako prednastavený jazyk nastavená španielčina. Prvá záloha je čeština, a ak aj v tomto jazyku text chýba, bude zobrazený jeho anglický ekvivalent.
-Ako môžete vidieť, rozbalenie záznamu jazyka na ľavej strane odhalí pod-záznamy pre konkrétne varianty alebo dialekty jazyka (ak sú dostupné).

-

-indexFormátovanie

-

Na záložke Formátovanie môžete nastaviť formát dátumu, času, čísel a meny nezávisle na nastaveniach vášho prednastaveného jazyka.

-locale-formatting.png -

Možno ste španiel žijúci v časti Švajčiarska, kde sa hovorí po taliansky. Takže by ste mali radi váš systém v španielčine, ale čísla a formát meny ako v práci: švajčiarsko/talianske.
-Ak vám je pohodlnejšie pracovať so španielskymi názvami dní a mesiacov (napr. dátum úpravy súboru), môžete upraviť toto formátovanie času pomocou zaškrtávacieho políčka navrchu Používať názvy mesiacov/dní z preferovaného jazyka.

-

Samozrejme, že tento príklad nie je práve najbežnejší, ale ilustruje flexibilitu systému.

-

-indexMožnosti

-

Posledná záložka poskytuje nastavenie, ktoré Prekladá názvy aplikácií v Paneli a Trackeri. Zrušte označenie zaškrtávacieho poľa ak preferujete lokalizované grafické prostredie, pričom budú zachované názvy aplikácií, nastavení a štandardné názvy priečinkov v angličtine.

-


-

Zmeny sú aplikované okamžite, ale práve bežiace programy môžu vyžadovať zatvorenie a opätovné spustenie než sa v nich prejaví nové nastavenie.

- - - -
Predvolené vráti všetko na predvolené hodnoty
Vrátiť späť vráti späť nastavenia, ktoré boli aktívne, keď ste spustili nastavenia Locale.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/media.html b/docs/userguide/userguide/sk/preferences/media.html deleted file mode 100644 index 3cb5d3484c..0000000000 --- a/docs/userguide/userguide/sk/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Multimédiá - - - - - - - - -
-
- -

media-icon_64.pngMultimédiá

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Media
Nastavenie:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Ukladá pozíciu okna panelu.
-

Dokumentácia zatiaľ chýba. Ak na nech chcete pracovať, prosím, ohláste to v poštovej konferencii Dokumentácie, aby sme sa vyhli duplicitnej práci.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/mouse.html b/docs/userguide/userguide/sk/preferences/mouse.html deleted file mode 100644 index 0b48b3397f..0000000000 --- a/docs/userguide/userguide/sk/preferences/mouse.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Myš - - - - - - - - -
-
- -

mouse-icon_64.pngMyš

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Mouse
Nastavenie:~/config/settings/Mouse_settings
-


-mouse.png -

Najprv nastavíte typ myši: 1, 2 alebo 3 tlačidlová myš. Môžete simulovať druhé (=pravé) tlačidlo myši, ak držíte kláves CTRL počas klikania ľavým tlačidlom. Pre tretie (=stredné) tlačidlo, je to CTRL ALT a kliknutie ľavým tlačidlom.

-

Môžete preskupiť tlačidlá myši, kliknutím na ne a vybratím nového významu z výsuvného menu.

-

Posuvníkmi vpravo nastavujete rýchlosť dvojitého kliknutia, rýchlosť myši a zrýchlenie myši. Testovacia oblasť pod obrázkom myši môže byť použitá na skontrolovanie nastavení dvojitého kliknutia a či vám vyhovuje: ak dvojitým kliknutím na slovo ho nevyberiete, je to nastavené na príliš vysokú rýchlosť (alebo si budete musieť zvyknúť na rýchlejšie klikanie...

-

Sú tri Režimy aktivácie, ktoré rozhodujú, ako okná reagujú na kliknutie:

- - - - -
Kliknutím aktivovať a preniesť do popredia Toto je prednastavená možnosť: kliknite na okno, to sa aktivuje a prenesie do popredia.
Kliknutím aktivovať Kliknutie na okno ho len aktivuje, ale neprenáša ho automaticky do popredia. Aby ste spravili to, musíte buď kliknúť na jeho titulok alebo okraj alebo kliknúť kdekoľvek, zatiaľ čo držíte klávesy správy okien CTRL ALT.
Aktivovať okná po kurzorom myšiOkno pod kurzorom myši je automaticky aktívne. Aby ste ho preniesli do popredia, spravte to, čo je popísané v Kliknutím aktivovať.
-

Ak zapnete Prijať prvé kliknutie už nebudete musieť najskôr kliknutím aktivovať neaktívne okno, aby ste mohli pracovať s ovládacími prvkami ako tlačidlo alebo menu. Toto ale prináša so sebou riziko neúmyselného zavretia okna, ak napríklad omylom kliknete na tlačidlo zavrieť, keď ste v skutočnosti chceli kliknúť na titulok okna. Na druhú stranu, podstatne to zrýchli prácu.

-

Všetky nastavenia sa použijú okamžite.

- - - -
Predvolené vráti všetko na predvolené hodnoty
Vrátiť späť obnoví nastavenia, ktoré boli aktívne, keď ste spustili nastavenia Myši.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/sk/preferences/network.html b/docs/userguide/userguide/sk/preferences/network.html deleted file mode 100644 index fa6b9b326f..0000000000 --- a/docs/userguide/userguide/sk/preferences/network.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - Sieť - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

network-icon_64.pngSieť

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Network
Nastavenie:/boot/system/settings/network/
-


-

Nastavenie Sieť je panel, kde môžete na jednom mieste nastaviť všetky dostupné sieťové zariadenia a služby. Vľavo je zbaliteľný zoznam vašich zariadení a služieb. Vpravo sú informácie alebo nastavenia k vybranej položke.
-Dolu nájdete zaškrtávacie pole Zobraziť Stav siete in Deskbar. Vrátiť späť vráti nastavenia, ktoré boli aktívne predtým, než ste otvorili tento panel.

- -

Zariadenia

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Služby

-

Nastavenia DNS

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Súbory nastavení

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/printers.html b/docs/userguide/userguide/sk/preferences/printers.html deleted file mode 100644 index c9e3f6723c..0000000000 --- a/docs/userguide/userguide/sk/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Tlačiarne - - - - - - - - -
-
- -

printers-icon_64.pngTlačiarne

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Printers
Nastavenie:~/config/settings/printers/*
-

Dokumentácia zatiaľ chýba. Ak na nech chcete pracovať, prosím, ohláste to v poštovej konferencii Dokumentácie, aby sme sa vyhli duplicitnej práci.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/screen.html b/docs/userguide/userguide/sk/preferences/screen.html deleted file mode 100644 index f49616c093..0000000000 --- a/docs/userguide/userguide/sk/preferences/screen.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - Obrazovka - - - - - - - - -
-
- -

screen-icon_64.pngObrazovka

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Screen
Nastavenie:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Iba keď beží v režime VESA.
-~/config/settings/Screen_data - Ukladá pozíciu okna panelu.
-

Každá z vašich pracovných plôch môže mať svoje vlastné rozlíšenie, farebnú hĺbku a obnovovaciu frekvenciu.

-screen.png -

Menu v hornej časti určuje, či sa zmeny aplikujú na všetky alebo iba na aktuálnu pracovnú plochu. V závislosti na vašej grafickej karte ponúkajú ostatné menu všetky nastavenia podporovaného rozlíšenia, farebnej hĺbky a obnovovacej frekvencie.

-

Po stlačení tlačidla Použiť sa grafický režim zmení a objaví sa upozornenie, ktoré sa vás pýta, či chcete zmeny ponechať alebo zrušiť. Ak na upozornenie neodpoviete, grafický režim sa po 12 sekundách vráti na pôvodné nastavenia. Možno ste upozornenie nevideli, lebo váš monitor nepodporuje dané nastavenia.

-

Vľavo vidíte znázornenie vašej obrazovky spolu s výrobcom a jej rozlíšením v bodoch na palec (dpi). Prenesením myši nad ňu zobrazí sa popis s názvom grafickej karty, ak je podporovaná ovládačom. Inak sa vypíše iba -„VESA“, čo je záložné riešenie fungujúce na každom hardvéri.

-

Tlačidlo Vrátiť vráti nastavenia, ktoré boli aktívne v momente spustenia nastavení Obrazovky.

-
Zatiaľ čo režim VESA v Haiku funguje veľmi dobre, môžete sa stretnúť s niektorými obmedzeniami. Možno nebude možné správne nastaviť vašu širokouhlú obrazovku na jej natívne rozlíšenie, čím sa môže mierne rozostriť obraz. Taktiež sa môžu vyskytnúť obmedzenia ohľadom dostupných farebných hĺbok a obnovovacích frekvencií.
-

Vľavo dole môžete nastaviť počet pracovných plôch a usporiadať ich do stĺpcov a radov a taktiež otvoriť nastavenia Pozadí.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/sk/preferences/screensaver.html b/docs/userguide/userguide/sk/preferences/screensaver.html deleted file mode 100644 index 3074345155..0000000000 --- a/docs/userguide/userguide/sk/preferences/screensaver.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Šetrič obrazovky - - - - - - - - -
-
-

screensaver-icon_64.pngŠetrič obrazovky

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Screensaver
Nastavenie:~/config/settings/ScreenSaver_settings
- -

Panel nastavení Šetriča obrazovky je rozdelený do dvoch kariet:

- -

-index -Stmievanie

-screensaver-fade.png -
-

Horným zaškrtávacím políčkom môžete zapnúť/vypnúť šetrič obrazovky.
-Posuvníkom pod tým nastavujete, po koľkých minútach nečinnosti sa má šetrič spustiť.

-

Ďalšie dva posuvníky sa dajú použiť iba vtedy, keď aktivujete ich zaškrtávacie políčka:
-Prvý posuvník určuje, po koľkých minútach sa má vypnúť obrazovka.
-Druhý určuje, po koľkých minútach bude treba zadať heslo na odomknutie počítača. -

-

Kliknutím do rôznych rohov dvoch obrazoviek dole určujete, kedy má systém okamžite spustiť šetrič alebo kedy ho spustiť nemá v prípade, že na danom mieste necháte kurzor myši. Kliknutím do stredu týchto obrazoviek ich funkcie deaktivujete.

- -

-index -Šetriče obrazovky

-screensaver-modules.png -
-

Druhá karta zobrazuje zoznam všetkých nainštalovaných šetričov obrazovky a ich individuálne nastavenia. Otestovať vaše nastavenia môžete tlačidlom Test pod zoznamom -Ďalšie šetriče obrazovky, ktoré sa nedodávajú vo forme obyčajného balíka .hpkg, môžete nainštalovať aj skopírovaním do príslušného priečinka mimo balíka (non-packaged) (pozri tému Rozloženie súborového systému).

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/   šetriče obrazovky dostupné všetkým používateľom.
/boot/home/config/non-packaged/add-ons/Screen Savers/   šetriče obrazovky dostupné iba vám.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/shortcuts.html b/docs/userguide/userguide/sk/preferences/shortcuts.html deleted file mode 100644 index 9fd1b0768f..0000000000 --- a/docs/userguide/userguide/sk/preferences/shortcuts.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Skratky - - - - - - - - -
-
- -

shortcuts-icon_64.pngSkratky

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Shortcuts
Nastavenie:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Dokumentácia zatiaľ chýba. Ak na nech chcete pracovať, prosím, ohláste to v poštovej konferencii Dokumentácie, aby sme sa vyhli duplicitnej práci.

- -
-
- - - - diff --git a/docs/userguide/userguide/sk/preferences/sounds.html b/docs/userguide/userguide/sk/preferences/sounds.html deleted file mode 100644 index a15208b954..0000000000 --- a/docs/userguide/userguide/sk/preferences/sounds.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Zvuky - - - - - - - - -
-
- -

sounds-icon_64.pngZvuky

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Sounds
Nastavenie:~/config/settings/Media/MediaFiles
-


-sounds.png -

Môžete priradiť zvuky určitým udalostiam v systéme. Iba vyberte udalosť zo zoznamu a zvuk z rozbaľovacieho menu pod tým.

- - -
Žiadne udalosť bude bez zvuku.
Iné... otvorí súborový panel, odkiaľ môžete vybrať zvuk, ktorý ešte nie je v menu.
-

Môžete použiť akýkoľvek systémom podporovaný formát. Ak si s ním poradí Prehrávač multimédií, tak aj všetky ostatné programy.
-Predbežne si vypočuť zvuk udalosti môžete pomocou tlačidiel Prehrať a Zastaviť.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/time.html b/docs/userguide/userguide/sk/preferences/time.html deleted file mode 100644 index 6235231a71..0000000000 --- a/docs/userguide/userguide/sk/preferences/time.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Čas - - - - - - - - -
-
- -

time-icon_64.pngČas

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Time
Nastavenie:~/config/settings/networktime settings - Všetky nastavenia týkajúce sa synchronizácie času prostredníctvom siete
-~/config/settings/RTC_time_settings - Nastavenie hardvérových hodín (miestny čas alebo GMT)
-~/config/settings/Time settings - Nastavenie časového pásma
-~/config/settings/Time_preflet_window - Pozícia okna panelu atď.
-

Panel nastavení Času je rozdelený do štyroch kariet:

- -

-index -Dátum a čas

-time-time.png -

Na ľavej strane môžete nastaviť deň mesiaca jednoduchým kliknutím naň v kalendári. Mesiac a rok môžete meniť kliknutím na ne a použitím šípok hore/dole napravo od kurzorových klávesov na vašej klávesnici.

-

Podobne sa vpravo nastavuje aj čas. Alebo priamo pohnite ručičkami hodín.

- -

-index -Časové pásmo

-time-timezone.png -

Jednoducho nájdite a vyberte vašu lokalitu v rozbaľovacom menu a zozname miest a stlačte tlačidlo Nastaviť časové pásmo. Krajiny s viac ako jedným časovým pásmom nájdete o jednu úroveň hlbšie.
-Vpravo nájdete čas aktuálne nastaveného časového pásma a náhľad času v časovom pásme, ktoré ste vybrali.

-

Tiež na pravej strane je nastavenie hardvérových hodín vášho počítača. Hodiny majú dva režimy:

- - - -
Miestny časzobrazovať váš miestny čas, čo typicky chcete, ak zároveň na tomto počítači spúšťate aj Windows.
GMTzobrazovať Greenwich Mean Time, čo je voľba kompatibilná s UNIXom.
- -

-index -Čas zo siete

-

Ak máte pripojenie k internetu, ručné nastavovanie dátumu a času je dosť zastaralé. Existujú verejné servery, ktoré poskytujú veľmi presné časové signály.

-time-network.png -

Pomocou tlačidiel +/- môžete pridať resp. odstrániť NTP servery zo zoznamu.

-

Zaškrtávacie polia dolu hovoria systému, že má na synchronizáciu Skúsiť všetky servery, nie iba aktuálne vybraný server Synchronizovať pri štarte, aby ste si mohli byť istí, že hodiny vždy zobrazujú správny čas.

-

Môžete Vrátiť predvolený zoznam serverov ak ste omylom zmazali fungujúce servery NTPa Synchronizovať vaše hodiny ručne.

- -

-index -Hodiny

-time-clock.png -

Posledná karta zobrazuje voľby hodín zobrazených v Paneli. Môžete tieto hodiny úplne vypnúť zaškrtnutím poľa hore. Zvyšné voľby sú rovnako samovysvetľujúce.

-


-

Na každej karte sa nachádza tlačidlo Vrátiť späť, ktoré vráti nastavenia, ktoré boli aktívne v momente zapnutia nastavení Času.

- -
-
- - - diff --git a/docs/userguide/userguide/sk/preferences/touchpad.html b/docs/userguide/userguide/sk/preferences/touchpad.html deleted file mode 100644 index 551fdad24b..0000000000 --- a/docs/userguide/userguide/sk/preferences/touchpad.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
- -

touchpad-icon_64.pngTouchpad

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Touchpad
Nastavenie:~/config/settings/Touchpad_settings
- -

Tento panel ponúka niekoľko nastavení súvisiacich s touchpadom, čím je zaujímavý hlavne pre používateľov notebookov.

- -touchpad.png - -

Presúvaním červenej zvislej a vodorovnej čiary nastavujete oblasť posúvania (mierne červenšia oproti všeobecným šedým oblastiam dotyku). Hýbaním vášho prsta po tejto časti touchpadu sa bude zodpovedajúcim spôsobom posúvať aj posuvník.

-

Vpravo sa nachádzajú posuvníky na nastavenie všeobecného zrýchlenia a vodorovnej/zvislej rýchlosti posúvania.
-Nastavenie zrýchlenia určuje, ako rýchlo sa má zoznam posúvať keď rýchlo prstom presvištíte po oblasti posúvania. Rýchlosti posúvania ovládajú všeobecnú rýchlosť pri normálnom hýbaní.

-

Pod znázornením touchpadu sa nachádzajú dve zaškrtávacie políčka na „Posúvanie dvomi prstami“ pre zvislé aj vodorovné posúvanie. Rovnobežným hýbaním oboma prstami zvisle alebo vodorovne posúvate posuvníky okien. Aspoň pre mňa to funguje najlepšie s jedným prstom z pravej a jedným z ľavej ruky.
-Ak vám toto nastavenie vyhovuje, môžete sa úplne zbaviť oblastí posúvania a namiesto toho používať celý touchpad na normálnu navigáciu..

-

V dolnej časti je ďalší posuvník, ktorý nastavuje citlivosť na klikanie. Ak sa vám zdá, že vaše kliknutia sú často ignorované, zvýšte citlivosť. Ak sa vám zdá, že často nechcene klikáte, tak citlivosť skúste znížiť.

- - - -
Predvolené vráti všetko na predvolené hodnoty
Vrátiť späť vráti nastavenia, ktoré boli aktívne v momente zapnutia nastavení Touchpadu.
-

Ešte jedna rada, ktorá sa netýka nastavení Touchpadu, no súvisí s témou:
-Vedeli ste, že môžete položky uchopiť a pretiahnuť iba s použitím touchpadu, teda bez tlačidiel? Iba spravte dvojité kliknutie bez toho, aby ste prst po druhom kliknutí zdvihli. Vybraná položka sa tak prilepí na kurzor myši a vy ho môžete pretiahnuť hýbaním vášho prsta. Zdvihnutím vášho prsta znova ikonu pustíte.

-

Ak váš prst dosiahol okraj touchpadu počas ťahania ikony, no váš kurzor ešte nedosiahol okraj obrazovky, ako môžete ďalej ťahať ikonu? Akonáhle zdvihnete váš prst, ikona bude pustená.
-V závislosti od vášho hardvéru máte možno túto užitočnú funkciu: Jednoducho nechajte váš prst na hrane touchpadu bez toho, aby ste ho zdvihli. Kurzor sa tak bude automaticky posúvať ďalej.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/tracker.html b/docs/userguide/userguide/sk/preferences/tracker.html deleted file mode 100644 index 94befa46f7..0000000000 --- a/docs/userguide/userguide/sk/preferences/tracker.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/Tracker
Nastavenie:~/config/settings/Tracker/TrackerSettings
-


-

Panel nastavení Trackera je dostupný aj z každého okna Trackera pomocou menu Okno | Nastavenia....
-O jeho funkciách sa hovorí v téme Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/preferences/virtualmemory.html b/docs/userguide/userguide/sk/preferences/virtualmemory.html deleted file mode 100644 index b37e79e83f..0000000000 --- a/docs/userguide/userguide/sk/preferences/virtualmemory.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Virtuálna pamäť - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtuálna pamäť

- - - - -
Panel:Nastavenie
Umiestnenie:/boot/system/preferences/VirtualMemory
Nastavenie:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Ukladá pozíciu okna panela.
-

Virtuálna pamäť umožňuje systému odkladať pamäť na pevný disk, ak sa dá RAM využiť na zmysluplnejšie veci. Takže aj keď máte veľa RAM, poskytnutie virtuálnej pamäte nikdy neuškodí.

-virtualmemory.png -

Ak potrebujete, môžete nastaviť veľkosť aj na väčšiu, aká je veľkosť vašej fyzickej pamäte. S dnešnými veľkými pevnými diskami by nemalo byť nastavenie veľkosti fyzickej pamäte problémom. Vždy môžete veľkosť virtuálnej pamäte zmenšiť, ak by ste mali nedostatok voľného miesta. V tom prípade by ste sa mali pozrieť na Využitie disku, ak chcete zistiť, čo vám zaberá toľko miesta.

-

Normálne je odkladací súbor zapísaný na vašej zavádzacej oblasti. Ak je váš disk často vyťažený kvôli virtuálnej pamäti, ktorá neustále vymieňa dáta s fyzickou pamäťou, môžete skúsiť použiť samostatný pevný disk pre váš odkladací súbor. Iba ďalšia disková oblasť na tom istom pevnom disku s vaším systémom/dátami nepostačí.
-Najefektívnejšie by samozrejme bolo rozšíriť RAM...

- - - -
Predvolené vráti všetko na predvolené hodnoty
Vrátiť späť obnoví nastavenia, ktoré boli aktívne, keď ste spustili nastavenia Virtuálnej pamäte.
- -
-
- - - - diff --git a/docs/userguide/userguide/sk/queries.html b/docs/userguide/userguide/sk/queries.html deleted file mode 100644 index 89e6b392b5..0000000000 --- a/docs/userguide/userguide/sk/queries.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Požiadavky - - - - - - - - -
-
- - - - - -
Obsah
- Okno Nájsť
- Základné požiadavky - „podľa názvu“
- Pokročilé požiadavky - „podľa atribútu“
- Ešte pokročilejšie požiadavky - „podľa vzorca“
- Výsledkové okno
- Šablóny požiadaviek -
- -

Požiadavky

- -

Požiadavka je systém hľadania súborov založený na atribútoch a môže byť vykonaná v Trackeri alebo Termináli. Požiadavky sa ukladajú v /boot/home/queries/ a predvolene tam zostávajú sedem dní, potom sú prečistené. Pamätajte, že tieto súbory nie sú statické výsledky hľadania, ale vzorce požiadaviek a ich otvorením spustíte nové hľadanie.
-Je to ešte lepšie - na opätovné vykonanie požiadavky na ňu nemusíte ani dvakrát kliknúť. Môžete postupne prechádzať uloženou požiadavkou kliknutím pravým tlačidlom na ňu a navigáciou cez jej submenu.

- -

-index -Okno Nájsť

-

Novú požiadavku začnete vyvolaním menu Nájsť... buď z menu Panelu, alebo akéhokoľvek okna Trackera alebo Plochy (ktorá je vlastne celoobrazovkovým oknom Trackera). Skratka je ALT F. Privíta vás toto okno:

-basic-query.png -
    -
  1. Výber nedávno použitej alebo uloženej požiadavky či uloženie aktuálnych parametrov hľadania ako Šablónu Požiadavky.

  2. -
  3. Zúženie hľadania zo Všetkých súborov a priečinkov na konkrétne typy súborov.

  4. -
  5. Určenie metódy hľadania:
      -
    • podľa názvu - základný typ hľadania podľa názvu súboru alebo priečinka
    • -
    • podľa atribútu - pokročilý typ hľadanie, určujete hľadané výrazy pre jeden alebo viac atribútov
    • -
    • podľa vzorca - ešte pokročilejší typ hľadania, môžete vyladiť komplexný výraz požiadavky
  6. -
  7. Výber diskov, na ktorých sa bude hľadať.

  8. -
  9. Zadanie hľadaného výrazu.

  10. -
  11. Skrytie/zobrazenie ďalších možností.

  12. -
  13. Odškrtnite zaškrtávacie políčko Dočasné ak nechcete, aby bola požiadavka odstránená po 7 dňoch.

  14. -
  15. Vyberte, či má vaša požiadavka zahŕňať Kôš.

  16. -
  17. Sem môžete zadať názov požiadavky, ak ju chcete uložiť.

  18. -
  19. Ikonu môžete hocikam pretiahnuť myšou, čím sa požiadavka uloží. Ak tak vykonáte pravým tlačidlom myši, môžete ju uložiť ako šablónu.

  20. -
- -

-index -Základné požiadavky - „podľa názvu“

-

Ak chcete jednoducho nájsť všetky súbory a priečinky na vašich diskoch, ktoré zodpovedajú určitému vzoru, nechajte možnosť hľadaniapodľa názvu, zadajte hľadaný výraz to textového poľa a stlačte ENTER.

- -

-index -Pokročilé požiadavky - „podľa atribútu“

-

Môžete vytvoriť ešte pokročilejšie požiadavky hľadaním vrámci atribútov konkrétnych typov súborov. Aby to mohlo fungovať, tieto atribúty musia byť indexované.

-query-window.png -

Môžete začať nastavením typu súboru z Všetky súbory a priečinky na, povedzme, Text | E-mail a zmeniť metódu hľadania na podľa atribútu.

-

Týmto pribudne naľavo od textového poľa rozbaľovacieho menu a tlačidlá Pridať a Odstrániť pod tým. Z menu si vyberiete, ktorý atribút má byť predmetom požiadavky. Tlačidlami Pridať a Odstrániť môžete hľadať ďalšie atribúty alebo ich znova odstrániť. Tieto atribúty môžete logicky spojiť operátormi A alebo ALEBO.

-

Ako príklad spravme požiadavku na e-mail:

-query-window-filled.png -

Takto vyzerá okno Nájsť, keď hľadáte všetky e-maily, ktoré vám Clara Botters poslala za posledné 2 mesiace a mali v predmete slová „vibrafón“ alebo „skeptickosť“.
-Ako vidíte, hľadanie časovo založených atribútov ponúka zopár užitočných fráz: okrem „posledné 2 mesiace“ môžete použiť „dnes“, „včera“, „Pondelok“ alebo „minulý pondelok“ (čo by bol pondelok minulého týždňa), či „posledné 2 minúty/hodiny/dni/týždne“.
-Je to dobrý spôsob na zúženie výsledkov hľadania.

- -

-index -Ešte pokročilejšie požiadavky - „podľa vzorca“

-

Písanie vzorca ručne môže byť skľučujúce a veľmi nepraktické. Napriek tomu ale má využitie.

-

Vezmite si hore uvedenú požiadavku podľa atribútu ohľadom e-mailov od Clary. Ak máte všetky atribúty a hľadané výrazy nastavené, skúste prepnúť do režimu podľa vzorca a nechajte sa ohromiť týmto jednoriadkovým reťazcom:

-formula-query.png -

Ešte raz ako text upravený pre lepšiu čitateľnosť:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 mesiace%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][fF][óÓ][nN]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][kK][oO][sS][ťŤ]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

Aké je využitie?

-
    -
  • Reťazec môžete kopírovať a vložiť do e-mailu, fóra alebo IRC pre iných na použitie alebo ladenie.

  • -
  • Môžete použiť túto metódu na skonštruovanie požiadavky v režime podľa atribútu a potom prepnúť do režimu podľa vzorca, čím môžete pohodlne vygenerovať reťazec na hľadanie s použitím Terminálu alebo skriptu.

  • -
  • Môžete doladiť vašu požiadavku vložením zátvorky kde to je potrebné, nastavením odlišovania veľkosti písma alebo negáciou logických kombinácií napr. zmenou „==“ na „!=“ pre A ANI. Potrebujete iba základné chápanie regulárnych výrazov a možno nejaké základy skriptovania.

  • -
- -

-index -Výsledkové okno

-

Keď začnete hľadanie, okno Nájsť bude nahradené výsledkovým oknom. Tu je príklad požiadavky pre slovo „server“:

-result-window.png -

Až na šedé pozadie funguje výsledkové okno rovnako ako všetky ostatné okná Trackera. Niektoré veci stoja za zmienku:

-
    -
  • Môžete otvoriť umiestnenie súboru dvojitým kliknutím na jej atribút cesty.

  • -
  • Pomocou Súbor | Upraviť požiadavku alebo ALT G sa môžete vrátiť do okna Nájsť a upraviť vašu požiadavku.

  • -
  • Požiadavka je živá, teda ak sa súbor vyhovujúci kritériám hľadania objaví alebo odstráni z vašeho systému, táto zmena sa odrazí vo výsledkoch v reálnom čase.

  • -
-

Môžete priradiť rozumné rozložené atribútov konkrétnemu typu súboru. Otvorte súbor obsahujúci súbory takého typu, pre aký chcete vytvoriť šablónu, a usporiadajte atribúty tak, ako ich chcete vidieť vo výsledkoch požiadavky. Toto rozloženie skopírujte v Atribúty | Kopírovať rozloženie.

-

Otvorte /boot/home/config/settings/Tracker/DefaultQueryTemplates, vytvorte nový priečinok s názvom skupina/typ_súboru, lomka nahraďte podčiarkovníkom, napr. „audio_x-mp3“. Otvorte tento priečinok a vložte predtým skopírované rozloženie v Atribúty | Vložiť usporiadanie.

- - -

-index -Šablóny požiadaviek

-

Ak dvakrát kliknete na uloženú požiadavku, uskutoční sa hľadanie a okamžite sa zobrazí výsledkové okno. Možno ale nechcete hľadať presne s týmito parametrami, ale použiť ich ako východisko pre mierne upravený vzorec.
-Použitím položky menu Uložiť požiadavku ako šablónu (pozri (1) v snímke navrchu) alebo pretiahnutí ikony pravým tlačidlom myši (10) hocikam môžete vytvoriť šablónu. Dvojité kliknutie na ňu neotvorí výsledkové okno, ale panel Nájsť, čo vám dá možnosť rýchlo zmeniť hľadaný reťazec alebo pridať/odstrániť atribúty.

-

Kdekoľvek tieto šablóny uložíte, budú uvedené v zozname nedávno použitých požiadaviek v paneli Nájsť.

-
-
- - - - - diff --git a/docs/userguide/userguide/sk/teammonitor.html b/docs/userguide/userguide/sk/teammonitor.html deleted file mode 100644 index 4ca46d9ed0..0000000000 --- a/docs/userguide/userguide/sk/teammonitor.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Monitor tímov - - - - - - - - -
-
- -

Monitor tímov

- -

Kombináciou CTRL ALT DEL vyvoláte Monitor tímov, ktorý zobrazuje všetky aktuálne bežiace programy.

-teammonitor.png -

Programy, ktoré spustil systém sú modré, tie, ktoré spustil používateľ, sú čierne.
-Aplikácie, ktoré nereagujú, čo väčšinou znamená pád programu, sú označené červenou. Program môžete skúsiť ukončiť vybraním zo zoznamu a stlačením tlačidla Ukončiť aplikáciu (alebo buď klávesom DEL alebo Q). Ak to nefunguje, skúste Zabiť aplikáciu (alebo kláves SHIT DEL čí K).

-

Terminál môžete vyvolať pomocou OPT ALT T.

-

Ak Tracker alebo Panel spadol alebo zamrzol, objaví sa nové tlačidlo (možno ale budete najprv musieť ukončiť problematický tím): Vynútiť reštart, ktoré za vás reštartuje Tracker a/alebo Panel.

- -
-
- - - - diff --git a/docs/userguide/userguide/sk/tracker-add-ons.html b/docs/userguide/userguide/sk/tracker-add-ons.html deleted file mode 100644 index bfe04e6294..0000000000 --- a/docs/userguide/userguide/sk/tracker-add-ons.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Doplnky Trackera - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

Doplnky Trackera

- -

Aplikácie môžu inštalovať doplnky, ktoré je možné jednoducho vyvolať pri vybraní súboru v Trackeri. Iba doplnky, ktoré dokážu pracovať s konkrétnym typom súboru sa zobrazia v kontextovom menu Doplnky alebo v menu Súbor okna Trackera. Niektoré doplnky nepotrebujú nutne súbor, s ktorým by pracovali a preto sú prítomné vždy.

-

Doplnky Trackera, ktoré sa nedodávajú ako súčasť obyčajného balíka .hpkg je možné nainštalovať skopírovaním do príslušného priečinka mimo balíka (pozri tému Rozloženie súborového systému):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    pre doplnky dostupné každému používateľovi.
/boot/home/config/non-packaged/add-ons/Tracker/    pre doplnky dostupné iba vám.
-

K názvu súboru doplnku je možné pridať pomlčku a veľké písmeno a ten je potom dostupný prostredníctvom klávesovej skratky. Napríklad Otvoriť cieľový priečinok-O opens with ALT OPT O.
-Samozrejme, keď skratku vyberáte musíte dávať pozor na možné konflikty klávesových skratiek. Nemôžete mať rovnakú skratku pre viaceré doplnky.

- -

Doplnky Trackera Haiku

-

Tieto doplnky Tracker sa dodávajú s každou inštaláciou Haiku:

- - - - - - - - - - - - - -
Pozadie-BOtvorí nastavenia Pozadia, kde sa dá zmeniťfarba obrázka Plochy alebo akéhokoľvek priečinka. Pri vyvolaní na súbore obrázka sa spustí panel Pozadie a dotyčný obrázok už bude načítaný ako potenciálne pozadie.
Využitie disku-ISpustí aplikáciu Využitie disku na dotyčnom priečinku.
Typ súboru-FPri vyvolaní na súbore spustí jeho konkrétny panel Typ súboru, v opačnom prípade spustí všeobecné nastavenia Typy súborov.
Otvoriť cieľový priečinok-OMožno vyvolať iba na odkaze na súbor a otvorí priečinok, v ktorom sa dotyčný súbor nachádza.
Hľadanie textu-GSpustí aplikáciu Hľadanie textu na vyhľadanie reťazca vo vybranom priečinku (a jeho podpriečinkoch).
ZipOMatic-ZVýber súborov sa pridá do archívu zip. Pri vyvolaní bez výberu otvorí panel, kde sa bude dať vytvoriť archív pomocou Ťahaj&pusť.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/tracker.html b/docs/userguide/userguide/sk/tracker.html deleted file mode 100644 index 8b703ff9e9..0000000000 --- a/docs/userguide/userguide/sk/tracker.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- - - - - -
Obsah
- Pripájanie zväzkov
- Navigácia
- Vzhľad
- Predvoľby Trackera
- Práca so súbormi
- Stav transakcie -
- -

Tracker

- -

Tracker je grafické rozhranie na všetky vaše súbory. Umožňuje vám vytvárať nové súbory a priečinky alebo nájsť, spustiť alebo premenovať ako aj skopírovať či odstrániť tie existujúce.

-

Tým, že je to aplikácia ako každá iná (Plocha je iba celoobrazovkové okno v pozadí), Tracker sa so svojimi oknami zobrazuje v Paneli a môže byť ukončený alebo reštartovaný. Najrýchlejší spôsob na ukončenie a reštartovanie spadnutého či zamrznutého Trackera (alebo Plochy) je zavolať Monitor tímov.

- -

-index -Pripájanie zväzkov

-

Aby ste mohli mať prístup k svojmu, CD, USB kľúču atď., musíte najprv daný zväzok pripojiť, čo znamená upozorniť systém o ňom. Toto sa robí kliknutím pravým tlačidlom na Plochu alebo už načítaný zväzok (ako zavádzací disk) a vybraním zväzku zo submenu Pripojiť. To isté menu nájdete aj v Paneli.

-drill-down.png -

Tu sú aj Nastavenia, aby ste nemuseli manuálne pripájať po každom spustení počítača.
-Hore uvedené nastavenia automaticky pripoja každé úložné zariadenie, ktoré pripojíte/vložíte a taktiež pri spustení pripojí všetky disky, ktoré boli pripojené predtým.

-
Predtým, než odoberiete napr. pevný disk alebo USB kľúč, uistite sa, že ste daný zväzok úspešne odpojili. To garantuje, že všetok prenos dát bol ukončený. Inak môžete stratiť dáta alebo poškodiť disk!
- -

-index -Navigácia

-

Keď dvakrát kliknete na priečinok, Tracker ho predvolene otvára vždy v novom okne a nadradený priečinok nechá otvorený. Takto sa vám môže plocha rýchlo preplniť.
-Tomu môžete zabrániť držaním klávesu OPT, čím sa automaticky zavrie nadradený priečinok.
-Toto platí aj pri navigácii klávesnicou. O tom sa viac dozviete v téme Klávesové skratky a kombinácie klávesov.

-

Prechádzanie vašimi priečinkami je jedným z hlavných účelov Trackera, rovnako ako správcovia súborov v iných platformách. Tracker v Haiku má niekoľko unikátnych funkcií, ktoré vám pomôžu robiť to efektívne.

- -

-indexPohyb cez submenu

-

Namiesto dvojitého klikania vašou cestou priečinkami, existuje aj lepší spôsob na pohyb v nich:

-drill-down.png - -

Kliknite pravým tlačidlom na priečinok, okrem zvyčajného kontextového menu tu nájdete aj submenu aktuálneho priečinka, ktoré vám umožní presunúť sa o úroveň nižšie. Jednoducho sa posúvajte dole hierarchiou až kým nenájdete hľadaný súbor a kliknutím ho otvorte. Snímka hore zobrazuje obsah priečinka /boot/home/config/.
-Ak tento proces zopakujete počas držania súboru myšou, môžete ho presunúť tam, kde myš uvoľníte.

-

Podobnú metódu môžete využívať v akomkoľvek okne Trackera:

-window-drill-down.png -

Kliknite na oblasť vľavo dole, kde sa zobrazuje počet súborov v priečinku, a dostanete submenu pre každú úroveň nad vašou aktuálnou lokalitou. Odtiaľ sa môžete presúvať smerom dole cez priečinky ako obvykle.

-

Pamätajte, že Plocha je najvyššia úroveň, keďže tam Tracker zobrazuje pripojené zväzky. Takže ak sa chcete presunúť do iného disku, budete najprv musieť navigovať úplne navrch (Plocha), odkiaľ sa dostanete do želaného disku.


-

Rovnaký druh navigovania cez submenu dostanete aj vtedy, keď myšou pretiahnete súbor nad iný súbor. Po chvíli držania, vyskočí submenu a vy sa môžete pohybovať smerom dole k vášmu cieľu. Ak ste ťahali počas držania pravého tlačidla myši, tak si môžete vybrať medzi skopírovaním, presunutím alebo vytvorením odkazu na súbor vtedy, ako myš uvoľníte.

- -

-index -Presúvanie sa na súbory pomocou predikcie počas písania

-

Tento koncept už možno poznáte zo správcov súborov v iných operačných systémoch: napísaním prvých pár znakov názvu súboru preskočíte na prvý súbor so zhodujúcim sa začiatkom názvu. Haiku tento nápad vzal ešte o krok ďalej. Ak sa žiaden názov nezačína na zadané znaky, systém preskočí na prvý názov, ktorý tento reťazec obsahuje. A ak žiaden názov neobsahuje tento reťazec, zhoda sa bude hľadať v atribútoch.

-window-type-ahead.png -

V snímke hore môžete vidieť veľa súborov začínajúcich sa na „Haiku logo“, čím sa stáva jednoduchý prístup písania začiatku názvu zbytočným. Keď ale napíšete „web“, Haiku preskočí na prvú zhodu v názve: „Haiku logo - website“. Vami zadané znaky sa zobrazujú v ľavom dolnom rohu, kde je normálne uvedený počet všetkých súborov. Sekundu po zadaní znaku sa ukazovateľ vráti do svojho pôvodného stavu, čo vám umožní začať nové hľadanie.

-

-index -Filtrovanie počas písania

-

Namiesto presúvania sa počas písania je existuje iná možnosť na filtrovanie súborov, ktorých názvy nezodpovedajú zadanému reťazcu. Touto metódou môžete dramaticky zvýšiť prehľadnosť, hlavne keď manipulujete s preplnenými priečinkami. Oddeľovaním klávesmi SHIFT SPACE môžete dokonca triediť pomocou viacerých reťazcov.
-Narozdiel od presúvania sa, filtrovanie zostane aktívne až kým nestlačíte kláves ESC alebo nezatvoríte okna (alebo neopustíte priečinok v prípade, že používate Navigáciu v jednom okne ).
-Filtrovanie počas písania sa dá nastaviť v Nastaveniach Trackera.

- -

-index -Vzhľad

-window-menu.png -

Okná Trackera ponúkajú tri rôzne režimy zobrazenia z menu Okno:

-
    -
  • Zobrazenie ikon (ALT 1) - Veľké ikony, ich rozmery môžete meniť v submenu alebo zväčšiť/zmenšiť ich veľkosť pomocou ALT +/-.

  • -
  • Zobrazenie mini ikon (ALT 2) - Malé ikony.

  • -
  • Zobrazenie zoznamu (ALT 3) - Podrobný zoznam všetkých vašich súborov s možnosťou zobraziť/skryť ich atribúty. (Pozrite sekciu Atribúty.)

  • -
-

Menu Okno ponúka niekoľko iných funkcií:

-
    -
  • Prispôsobiť veľkosť (ALT Y) - Zmení veľkosť okna na ideálnu.

  • -
  • Usporiadať podľa... - Dostupné iba v režime Zobrazenia ikon alebo mini ikon, submenu vám dáva možnosť usporiadať súbory podľa rôznych vlastností:

    -
      -
    • Názov, Skutočné meno, Veľkosť, Zmenené, Vytvorené, Druh, Umiestnenie, Oprávnenia

    • -
    • Opačné poradie - Obráti usporiadanie

    • -
    • Vyčistiť (ALT K) - Zarovná všetky ikony do neviditeľnej mriežky. Držaním SHIFT a menu sa zmení na Vyčistiť všetko, čím sa navyše vytriedia všetky ikony podľa vyššie vybraného kritéria.

    • -
  • -
  • Vybrať... (SHIFT ALT A) - Vyberie súbory podľa a regulárneho výrazu.

  • -
  • Zatvoriť (ALT W) - Zatvorí okno. Držaním SHIFT sa menu zmení na Zatvoriť všetky, čo zatvorí každé okno Trackera.

  • -
  • Zatvoriť všetky na pracovnej ploche (ALT Q) - Zatvorí všetky okná Trackera na aktuálnej pracovnej ploche. Užitočná skratka v prípade, že ste zabudli držať kláves OPT počas otvárania priečinkov, čím sa vám zaplnila pracovná plocha.

  • -
-

Ak chcete iba zmeniť usporiadanie niekoľkých ikon a nie Vyčistiť všetko (ALT K). V tom prípade iba vyberte tieto ikony a myšou ich pretiahnite na požadované miesto. Kým ich pustíte, držte kláves ALT. Tým sa ikony zarovnajú do neviditeľnej mriežky.

-

Použitie ostatných funkcií by malo byť jasné, čím nám zostávajú predvoľby Trackera.

- -

-index -Predvoľby Trackera

-

Okno | Predvoľby... otvorí panel s ponukou niekoľkých nastavení, ktoré by mali byť po vyskúšaní, ak nie hneď, jasné. Keďže všetky tieto nastavenia sa živo aplikujú, okamžite uvidíte nimi vykonané zmeny. -
Tu sú v skratke popísané menej jasné nastavenia:

-
    -
  • Plocha - Rozhodnite, či sa všetky pripojené disky majú zobraziť priamo na Ploche alebo v okne zobrazenom po kliknutí na ikonu Disk na Ploche.

  • -
  • Okná - Môžete nastaviť Navigáciu v jednom okne, tzn. dvojitým kliknutím sa priečinok neotvorí v novom okne, ale v pôvodnom, čím nahradí prehľad nadradeného okna. Toto nie je rovnaké ako kliknutie počas držania klávesu OPT (popísané vyššie), lebo stratíte uloženú veľkosť a pozíciu okna. -

    -tracker-preferences-navigator.png -

    Kým nastavíte Tracker na Navigáciu v jednom okne, pretože vám to môže byť povedomejšie, odporúčame vám najprv vyskúšať prehliadanie založené na menu, čo môže byť oveľa rýchlejšie, keď si na to už zvyknete. Na druhej strane ponúka Navigácia v jednom okne Navigátor, do ktorého môžete vložiť názov cesty alebo použiť tlačidlá späť, dopredu alebo hore.

    -

    Aktiváciou možnosti Zapnúť filtrovanie počas písania sa bude filtrovať okno Trackera počas písania, čím sa zobrazia iba súbory, v ktorých názvoch alebo atribútoch sa nachádza daný reťazec. Pozrite vyššie.

  • -
  • Kôš - Nastavenie správania pri vymazávaní súboru.

  • -
  • Ikony zväzkov - Nastavenie farby voliteľného indikátora voľného miesta, ktoré je zobrazené vedľa ikony disku.

  • -
  • Pripojenie disku - Definuje kedu a ktoré disky sa pripájajú automaticky, ako je popísané vyššie v Pripájanie zväzkov.

  • -
-

Tento panel je, mimochodom, dostupný aj ako Tracker z Nastavení Panelu.

- -

-index -Práca so súbormi

-

V kontextovom menu, vyvolanom kliknutím pravým tlačidlom na označený súbor, sa nachádza väčšina príkazov z menu Súbor.

-

Ako sa zvyčajne sú príkazy pomerne jasné.

-
    -
  • Nájsť... - Nájsť súbor alebo priečinok. Ďalšie informácie nájdete v téme Požiadavky.

  • -
  • Nový - Vytvorí nový priečinok alebo akýkoľvek iný súbor podľa šablóny. -

    -new-menu.png -

    Vybraním Upraviť šablóny... sa otvorí priečinok /boot/home/config/settings/Tracker/Tracker New Templates. Pri vytvorení nového súboru v tomto priečinku vám bude ponúknutý jeho typ spolu s názvom súboru a inými atribútmi ako šablóna v menu Nový. Ako príklad tu máme súbor „Text“ s typom súboru text/plain. Ďalšie informácie nájdete v téme Typy súborov.

  • -
  • Otvoriť pomocou... - Submenu ponúka všetky aplikácie, ktoré vedia pracovať s daným typom súboru. -

    -open-with.png - -

    Preferovaná aplikácia, v ktorej sa otvorí súbor pri dvojitom kliknutí, je označená. Toto submenu zobrazuje zoznam tých aplikácií, ktoré vedia pracovať s daným typom súboru, v tomto prípade textového súboru typu text/plain. Ďalšie uvedené sú aplikácie, ktoré dokážu pracovať s nadradeným typom vo všeobecnosti, tu text/*. Posledné sú tie, ktoré vedia pracovať so všetkými súbormi. Ak nekliknete na aplikáciu zo submenu, ale na položku Otvoriť pomocou..., otvorí sa panel:

    -

    -open-with-preferred -

    Tu znova nájdete programy, ktoré boli uvedené v submenu. Označením jedného z nich a kliknutím na tlačidlo Otvoriť a nastaviť ako preferovanú zmeníte preferovanú aplikáciu pre každý súbor daného typu súboru, tu text/plain.

  • -
  • Získať info -

    -get-info -

    Tento panel zobrazuje informácie o vybranom súbore a umožňuje vám nastaviť predvolenú aplikáciu a keď expandujete príslušnú časť panelu, tak aj oprávnenia a vlastníka. Kliknutie na cestu ju otvorí v okne Trackera.

  • -
  • Upraviť názov, Duplikovať a Presunúť do koša - umožní vám premenovať alebo duplikovať súbor či presunúť vybraný súbor do Koša.

  • -
  • Presunúť do, Kopírovať do a Vytvoriť odkaz - vám umožňujú presunúť, kopírovať alebo vytvoriť odkaz na vybraný súbor použitím metódy navigácie cez submenu. Držaním SHIFT počas vyvolania menu dostanete možnosť vytvoriť relatívny odkaz.

  • -
  • Vystrihnúť, Kopírovať a Vložiť - umožňujú vám vystrihnúť, kopírovať a vložiť súbor s použitím schránky. Držaním SHIFT počas vyvolania menu môžete Kopírovať/Vystrihnúť viac súborov, možno z ďalšieho priečinka, ktoré môžete vložiť niekam inam neskôr. Tiež môžete počas držania SHIFT vložiť kopírované súbory do schránky ako odkazy.

  • -
  • Identifikovať - zistí a nastaví typy súborov ak ešte neboli nastavené, napr. ak ste presúvali súbory pomocou wget, ktorý sám typy súborov nenastavuje. Držaním SHIFT počas vyvolania menu zmeníte položku na Vynútiť identifikáciu, ktorá identifikuje a opraví typ súboru v tom prípade, že bol predtým nesprávny.

  • -
  • Doplnky - ponúkne vám všetky bežné doplnky Trackera, ktoré vedia pracovať s vybraným súborom. Ďalšie informácie nájdete v téme Doplnky Trackera.

  • -
- -

-index -Stav transakcie

-

Keď kopírujete, presúvate alebo odstraňujete súbory, Tracker zobrazuje vývoj operácie stavovým oknom. Ak začnete viac ako jednu transakciu, každá operácia dostane svoje vlastné zobrazenie stavu.

-transaction-status.png -

Vpravo sú dve tlačidlá na pozastavenie alebo úplné prerušenie transakcie. Dočasné pozastavenie môže byť užitočné pri presúvaní veľkých súborov. Napríklad budete možno potrebovať rýchlo spustiť náročnú aplikáciu. Kopírovanie veľkého množstvá dát zapchá dátové pásmo pevného disku, čo spomalí vašu prácu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/twitcher.html b/docs/userguide/userguide/sk/twitcher.html deleted file mode 100644 index a169b5ddf7..0000000000 --- a/docs/userguide/userguide/sk/twitcher.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
- -

Twitcher

- -

Twitcher je prepínač úloh na skákanie medzi aplikáciami a ich oknami.

-twitcher.png -

Jednoducho stlačte CTRL TAB pre prepnutie medzi aktuálnou a poslednou aplikáciou/oknom. Stláčanie CTRL TAB veľmi rýchlo prepína medzi všetkymi aplikáciami. Alebo stlačte a podržte CTRL TAB na prechádzanie cez všetky bežiace aplikácie opakovaným stláčaním TAB alebo /. Ak potrebujete určité okno programu, presuňte sa na jeho ikonu ako je popísané vyššie a potom prechádzajte cez jeho otvorené okná klávesmi /.

-

Cez všetky okná aplikácii na aktuálnej pracovnej ploche môžete prechádzať s CTRL ~ (ktoré sa v závislosti od rozloženia, ktoré používate nachádza pod ESC).

-

Twitcher je tiež možné vyvolať pomocou CTRL TAB a na vybranie aplikácie/okna, na ktoré potom prejdete použiť myš pri púšťaní klávesu CTRL.

-

Twitcher tiež ponúka niekoľko zložitejších klávesových skratiek:

- - - - -
ESCZruší prepínanie a vráti sa do naposledy aktívneho okna.
QUkončí vybranú aplikáciu.
HSkryje všetky okná vybranej aplikácie.
- -
-
- - - - diff --git a/docs/userguide/userguide/sk/workshop-email.html b/docs/userguide/userguide/sk/workshop-email.html deleted file mode 100644 index 6e8aa8dc47..0000000000 --- a/docs/userguide/userguide/sk/workshop-email.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - Workshop: Spravovanie emailov - - - - - - - - -
-
- - - - - -
Obsah
- Poštový systém Haiku
- Používateľom definované stavy
- Používanie požiadaviek
- Ďalšie tipy -
- -

Workshop: Spravovanie emailov

- -

Tento workshop nám ukáže ako spravovať emaily v Haiku. Predpokladáme, že služby emailu sú správne nakonfigurované v E-Mail nastaveniach a ste oboznámený so základnými znakmi aplikácie Pošta.

- -

-index -Poštový systém Haiku

-

Ak prídete do Haiku z iných operačných systémov, pravdepodobne ste zvyknutý na veľké aplikácie ako MS Outlook alebo Mozilla Thunderbird. Musíte ich nastaviť zadaním všetkých informácií o poštovom serveri atď. a používajú svoje vlastné databázy kontaktov. Starajú sa o posielanie a prijímanie emailov a ich ukladanie v nejakom veľkom špeciálnom súbore.
-Zmena vášho poštového klienta môže byť otravná s nutnosťou ex/importovať a konvertovať. Používanie viac ako jedného klienta naraz, aby ste zistili, čo iné je dostupné, sa tiež nezaobíde bez občasného zmätku.

-

Poštový systém Haiku je iný. Je rozdelený na dva menšie samostatné moduly.

-

O komunikáciu s vašími poštovými servermi sa stará mail_daemon. Nastavenia E-mailu sú centrálny bod pre konfiguráciu emailových účtov a napríklad, ako často sa kontrolujú nové správy v nich.

-

Každá správa, ktorá je stiahnutá alebo odoslaná sa ukladá do samostatného emailového súboru, ktorý je hlavná informácia (ako odosielateľ, predmet, dátum) a stavu (ako Nové, Odpovede, Odoslané) v atribútoch BFS. To dovoľuje vyhľadávanie/filtrovanie pomocou rýchlych požiadaviek Haiku.

-browsing.png -

So všetkými emailami v samostatných súboroch, ich zobazovanie je potom také jednoduché ako prechádzanie cez priečinok (alebo výsledky požiadaviek) obrázkov s Prehliadačom Obrázkov. Nechajte okno Trackera otvorené, uvididíte pohybujúci sa výber aktuálne zobrazených súborov, keď použijete tlačidlá predchádzajúci/ďalší na prechádzanie.
-Keďže sú to nezávislé súbory, používanie prehliadača iného ako Haiku Pošta nerobí žiaden problém.

-

Podobne, vytváranie výsledkov novej správy iba v inom súbore, ktorý je podaný mail_daemonu, ktorý sa stará o odoslanie. Správa kontaktov je ponechaná aplikácii Ľudia.

-

V kocke, kde iní poštoví klienti robia všetko od komunikácie s poštovými servermi po zobrazovanie všetkej vašej pošty a nástroje na ich vyhľadávanie a filtrovanie, Haiku používa niekoľko menších nástrojov a základnú správu súborov:

-
    -
  • mail_daemon na prijatie/odoslanie pošty a jej uloženie vo forme bežných súborov.

  • -
  • Okná Trackera a požiadavky na nájdenie a zobrazenie súborov emailu.

  • -
  • Aplikácia Pošta na zobrazenie emailových súborov a vytvorenie nových správ spoliehajúcich sa na celý systém kontaktov, ktorý spravuje aplikácia Ľudia.

  • -
-

Predovšetkým použitie Trackera a požiadaviek na správu emailov je dobrý nápad. Skúsenosti, ktoré získate, sa dajú využiť pri iných problémoch so súbormi. Či sú to obrázky, hudba, video, kontakty alebo akékoľvek iné dokumenty, sú jadrom všetkej správy súborov.
Tiež, zlepšenie v niektorej z týchto systémových oblastí zlepšujú nielen e-mail, ale všetky aplikácie, ktoré ich využívajú.

- -

-index -Používateľom definované stavy

-

Keď prechádzate cez vašu novú poštu, možno sa chcete vrátiť k niektorým emailom neskôr, viac o nich porozmýšľať. Hoci by ste mohli použiť menu Pošty Zavrieť a | Ponechať ako nový, aby ste ich ponechali vo vašej požiadavke „Nové správy“, veci majú tendenciu týmto spôsobom sa hromadiť...

-

Jedno riešenie je samozrejme začať písať odpoveď a uložiť ju v rozpísaných. Ale ak sa nechystáte poslať odpoveď a iba si chcete neskôr znovu prečítať email, nie je to ideálne.

-status.png -

Radšej použite Zavrieť a | Nastaviť na... na vytvorenie nového stavu a použite ho na kategorizovanie emailov. Napríklad, môžte stav nazvať „Neskôr“ a potom oň požiadať, keď si nájdete viac času .
-Alebo môžete použiť rôzne stavy pre rôzne projekty. Napríklad, vytvoril som stav „HUG“ (pre „používateľskú príručku Haiku“) pod ktorou som zozbieral všetky emaily, ktoré môžu ovplyvniť obsah používateľskej príručky, ako začleňovacie správy o zmenách kódu, ktoré menia alebo zavádzajú nejakú funkciu alebo niečo, čo cítim že by mohlo zlepšiť používateľskú príručku.
-V každom prípade, snažte sa, aby názov stavu bol krátky. Takto sa vždy zmestí do stĺpca „Stav“ s bežnou šírkou v Trackeri.

-

Nemusíte otvárať emaily aplikáciou Pošta, aby ste nastavili ich stav. Doplnkami Trackera Označiť ako prečítané a Označiť ako... môžte označiť niektorý súbor emailu a nastaviť ich stav naraz.

- -

-index -Používanie požiadaviek

-

Samozrejme, môžte si vybrať priečinok na uloženie vašej pošty, môžte ho otvoriť a voilà, tu je vaša pošta. Ale časom sa priečinok preplní a zobrazenie všetkého trvá dlhšie a dlhšie ako tisíce súborov a ich atribúty treba analyzovať a zoradiť. Väčšinou sa naozaj nestaráte o dva roky staré e-maily od nigérijských princov a ich problémy s dedičstvom...

-
Veľa času počas plnenia adresára sa strávi pri vkladaní súborov čítaných z disku do správneho poradia a ich zobrazenie v okne. Ak musíte otvoriť priečinok s veľkým množstvom súborov, môžte si skrátiť čakanie urobením okna Trackera „neviditeľným“ alebo ho minimalizovať alebo prepnúť na inú pracovnú plochu. Sledujte Monitor aktivity, aby ste videli ako to ovplyvňuje využitie CPU.
-

Požiadavky, na pomoc!

-

Použitím požiadaviek môžte zúžiť zobrazenie vašej pošty. V podstate, ikona poštovej schránky v Paneli používa požiadavky.

-daemon-in-deskbar.png -

Otvoriť rozpísané podmenu spustí požiadavku pre stavu „Rozpísané“, ktorá je nastavená Poštou, keď uložíte správu.

-

Otvoriť priečinok Doručené a Otvoriť priečinok Pošta sú iba odkazy na obyčajné priečinky (a podľa mňa nie veľmi užitočné)

-

# nová poštová správa podmenu je obsadené požiadavkou na email so stavom „Nové“ (mimochodom, rovnaká požiadavka sa používa na zmenu ikony poštovej schránky, aby v sebe zobrazovala nejaké písmená)

- -

Do tohto kontextového menu môžte pridať aj svoje vlastné požiadavky (alebo priečinky, aplikácie, skripty atď.), ich pridaním alebo pridaním odkazov na nich do ~/config/settings/Mail/Menu Links.

-
Požiadavka ~/config/settings/Mail/mailbox je špeciálny prípad: Spustí sa pri kliknutí na ikonu poštovej stránky v Paneli. Ak chcete zmeniť toto správanie, môžte ho nahradiť iným súborom (alebo odkazom na súbor, jednoducho ho pomenujte „mailbox“. Nemusí to byť požiadavka, odkaz na priečinok požiadaviek alebo skript alebo aplikácia tiež funguje.
- -

-index -Príklady požiadaviek

-

Tu je niekoľko príkladov užitočných požiadaviek:

- - - - - - -
query-1.png
-Toto nájde všetku poštu s vlastným stavom „Neskôr“.
query-2.png
-Toto nájde všetku poštu za posledné 2 dni.
query-3.png
-Toto nájde všetku poštu od Inga Weinholda za posledné 2 týždne.
query-4.png
-Toto nájde všetky príspevky zo zoznamu udalostí Haiku za posledných 12 hodín.
- -

-index -Ďalšie tipy

-
    -
  • Ak neuložíte požiadavku ako „Požiadavka“ ale ako „šablóna Požiadavky“, nezobrazí sa výsledné okno ale okno Nájsť... Takto môžte napríklad, jednoducho vymeniť hľadaný reťazec za predmet alebo odosielateľa alebo zmeniť časový limit „2 dni“ na „3 dni“.

  • -
  • Aktivácia, „filtra počas písania“ v Predvoľbách Trackera povoľuje veľmi rýchle filtrovanie výsledkov požiadaviek ešte viac. Často to stačí na žiadanie všetkých mailov za posledné 3 dni a ísť tam so zadávacím filtrovaním. Veľká výhoda je, že nemusíte vyberať, ktorý atribút prehľadávate, všetky zobrazené sú zahrnuté vo vyhľadávaní.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/sk/workshop-filetypes+attributes.html b/docs/userguide/userguide/sk/workshop-filetypes+attributes.html deleted file mode 100644 index d021d744a6..0000000000 --- a/docs/userguide/userguide/sk/workshop-filetypes+attributes.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - - - Workshop: Typy súborov, atribúty, index a požiadavky - - - - - - - - -
-
- - - - - -
Obsah
- Prípravy
- Vytváranie vlastného typu súboru
- Ikona
- Rozpoznávanie súborov
- Popis
- Preferované aplikácie
- Ďalšie atribúty
- Indexovanie
- Vypĺňanie údajov
- Prehľadávanie databázi -
- -

Workshop: Typy súborov, atribúty, index a požiadavky

- -

Toto je workshop na ukázanie využitia Atribútov, Požiadaviek, Indexu a vlastných Typov súborov. Ako príklad si vytvoríme databázu na udržanie prehľadu vo vaších DVD.

- -

-index -Prípravy

-

Najprv sa rozhodnime aký typ súboru a aké atribúty poslúžia našim potrebám. Pôvodne som chcel použiť Záložkový súbor s odkazom na stránku IMdB, ale Haiku nemá momentálne prehliadač so „záložkami“ ako NetPositive v BeOS, tak som vymyslel toto: Samotný súbor bude obrázok JPEG na obal DVD.
-Vďaka WebPositive má teraz Haiku znova prehliadač používajúci súbory záložiek, takže môžeme ako základný typ súboru pre naše databázové súbory použiť aj súbor záložiek namiesto súboru obrázka.
-V každom prípade pridáme k týmto súborom niekoľko atribútov. Tu sa musíme rozhodnúť, či budeme neskôr vyhľadávať súbory požiadavkami (potom musíme pridať index) a ak, tak aký typ atribútu by to mal byť. Čísla (int, float) možno vyhodnocovať inak ako text (</=/> vs. je/obsahuje/začína).

-

Tu sú atribúty, ktoré by som chcel vidieť pri mojich DVD: -

-
    -
  • Názov filmu
  • -
  • Žáner
  • -
  • URL napr. na IMdB
  • -
  • Režisér/obsadenie
  • -
  • Zápletka
  • -
  • Moje hodnotenie od 1 do 10
  • -
  • Súradnice na mojej poličke napr. A2, B3, takže nájdem DVD aj v skutočnosti :)
  • -
  • Ak si disk niekto požičal, tak kto...
  • -
- -

-index -Vytváranie vlastného typu súboru

-

Zapnite nastavenia Typov súborov, a kliknite na tlačidlo Pridať... pod hierarchickým zoznamom naľavo. Otvorí sa malé okno a vyberiete si v akej skupine MIME bude váš nový typ súboru. Taktiež môžte vytvoriť úplne novú skupinu. Dajme ho do „application“ a nastavme "Interný názov" na DVDdb.

-filetypes-new-file-type.png -

Teraz sa otvorí panel pre nový typ súboru DVDdb:

-filetypes-dvddb.png - -

-index -Ikona

-

Dvojitým kliknutím na ikonu otvoríte Icon-O-Matic na navrhnutie ikony pre váš typ súboru. Taktiež môžte pretiahnuť ikonu z iného typu, môžno ako začiatok pre upravenú verziu.

- -

-index -Rozpoznávanie súborov

-

Môžte pridať prípony ako .txt .jpg .mp3 na rozpoznanie súborov podľa ich prípony. Je to užitočné, keď pracujete so súbormi zo systému, ktorý nepoužíva typy MIME. To pre náš príklad nepotrebujeme. -

- -

-index -Popis

-
    -
  • Názov typu - Zobrazuje sa napr. v okne Trackera v menu Atribúty a „Druh“ atribút súboru.
  • -
  • Popis - Trochu podrobnejší popis.
  • -
- -

-index -Preferované aplikácie

-

Toto pop-up menu zobrazuje list všetkých aplikácií, ktoré môžu otvoriť tento konkrétny typ súboru. -Odtiaľ môžete vybrať, ktorý program by sa mal spustiť, pri otvorení takéhoto súboru dvojitým kliknutím.

- - - -
Vybrať... otvára okno, kde si môžete vybrať aplikáciu ktorá otvorí súbory tohoto typu. Tu nastavíme Prehliadač Obrázkov pre zobrazenie obalu DVD.
Rovnaký ako... otvára okno, kde môžete vybrať akýkoľvek súbor ktorý už má vybranú tú preferovanú aplikáciu, ktorú potrebujete.
- -

-index -Ďalšie atribúty

-

Sem zadáme všetky vlastné atribúty, ktoré sme si vybrali v našej príprave. Kliknutie na tlačidlo Pridať... otvorí panel:

-filetype-extra-attribute.png -
    -
  • Názov atribútu - Objavuje sa napr. ako nadpis stĺpca v okne Trackera.

  • -
  • Vnútorný názov - používa sa na indexovanie a vyhľadávanie atribútu.

  • -
  • Typ - Definuje hodnotu, ktorú môže dostať atribút a tiež ako môže na ňu klásť požiadavky. -
      -
    • String pre obyčajný text
    • -
    • Boolean pre binárny údaj: 0 alebo 1
    • -
    • Integer pre celé čísla s rôznym rozsahom: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65 535
      • -
      • 32 bit: ± 4 294 967 295
      • -
      • 64 bit: ± 18 446 744 073 709 551 615
      • -
      -
    • -
    • Float pre desatinné čísla, s malou presnosťou
    • -
    • Double pre desatinné čísla, dvojitá presnosť
    • -
    • Time pre čas a dátum
    • -
    -
  • -
-
    -
  • Viditeľné - toto zaškrtávacie políčko hovorí či je vôbec atribút viditeľný v okne Trackera. Keďže Tracker bude prostredie pre našu DVD databázu, zaškrtneme to a definujeme jeho zobrazenie s:
      -
    • Zobraziť ako - Ponecháme „Default“. V budúcnosti bude dostupných viac možností, napr. panel alebo hviezdičky na hodnotenie atď.
    • -
    • Upravovateľné - Hovorí či atribút bude upraviteľný v Trackery.
    • -
    • Šírka - Predvolená šírka stĺpca atribútu v okne Trackeru.
    • -
    • Zarovnanie - Atribút môže byť zarovnaný vľavo, v strede alebo vpravo.
    • -
-

Teraz vložme všetky informácie pre naše atribúty:

- - - - - - - - - - -
Vnútorný názovTyp atribútuindexované?Popis
DVDdb:title text áno Názov filmu
DVDdb:genre text áno Žáner
DVDdb:url text nie URL
DVDdb:cast text áno Režisér/obsadenie
DVDdb:plot text nie Zápletka
DVDdb:rating int-32 áno Hodnotenie 1 až 10
DVDdb:coord text nie Polička
DVDdb:lent text áno Požičané komu
- -

-index -Indexovanie

-

Predtým ako začneme zadávať data do našej databáze DVD, mali by sme pridať určité atribúty do Indexu. Iba indexované atribúty možno použiť rýchle Požiadavky Haiku.
-Tak, čo budeme v budúcnosti hľadať? Pravdepodobne sa nebudeme pýtať „čo je na súradnici B4 v mojej poličke?“ alebo „obsahuje IMdB URL alebo zápletka filmu slovo 'pope-shenooda'?“.

-

To necháva tieto atribúty:

- - - - - - -
Vnútorný názovTyp atribútu
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

Aby sme ich zindexovali, otvoríme Terminál a jednoducho pridáme jeden atribút po druhom:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

Možnosť -t definuje typ atribútu, ktorý je reťazec (string) pre všetky okrem hodnotenia, ktoré je celé číslo (integer).

- -

-index -Vypĺňanie údajov

-

Teraz, keď je je všetko nastavené, môžme začať vypĺňať nejaké údaje. -Keďže náš základný súbor je obrázok obalu, pôjdeme na online zdroje ako IMdB, vyhľadáme náš prvý film a uložíme obal alebo plagát do nového priečinka, kde chceme mať naše súbory DVDdb.

-

Po otvorení priečinku vidíme typické okno s jedným JPEG obrázkom.Pravým kliknutím zmeníme typ súboru na application/DVDdb s Doplnkom Typy súborov. Viac informácii k tomu nájdete v dokumente Typy súborov.

-

Teraz aktivujeme všetky atribúty našej DVDfb -z Atribúty menu okna Trackera a popresúvame stĺpce ako chceme.

-filetypes-dvddb-empty.png -

Kliknutím na zatiaľ prázdny atribút (alebo stlačením - ALT E) vstúpime do režimu úprav a vyplníme všetky údaje. Klávesmi TAB a SHIFT TAB sa môžete pohybovať medzi atribútmi.

-

V našom príklade zvyčajne začneme so stiahnutím JPG obalu a zmenením jeho typu na applications/DVDdb. Je tu aj iný elegantný spôsob ako vytvoriť súbor, s ktorým budeme pracovať. Jednoducho skopírujte prázdny súbor nášho typu do /boot/home/config/settings/Tracker/Tracker New Templates a premenujete ho na DVDdb.

-

Kliknutím pravým tlačidlom v okne nájdete novú možnosť v Nový... okrem základného „Nový priečinok“.

- -

-index -Prehľadávanie databáze

-

Po niekoľkých hodinách ťažkej práce máme peknú malú databázu, ktorú môžte prehľadávať aby ste našli všetky vaše filmy Christiny Ricciovej, ktorých hodnotenie je 7 a viac :)

-

Môžete priradiť rozumné rozloženie atribútu pre výsledky požiadavky na konkrétny typ súboru.
-Otvorte priečinok obsahujúci vaše DVDdb súbory a upravte atribúty tak, ako chcete mať zobrazované výsledky vyhľadávania. Skopírujte toto rozloženie s Atribúty | Kopírovať rozloženie.

-

Otvorte /boot/home/config/settings/Tracker/DefaultQueryTemplates, vytvorte nový priečinok a premenujte ho na group/filetype, nahraďte medzery podtržítkami; v našom prípade "applications_DVDdb".

-

Otvorte nový priečinok a vložte rozloženie s -Atribúty | Vložiť rozloženie. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/sk/workshop-wlan.html b/docs/userguide/userguide/sk/workshop-wlan.html deleted file mode 100644 index 6fcdfb0612..0000000000 --- a/docs/userguide/userguide/sk/workshop-wlan.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - Workshop: Bezdrôtová sieť - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- - - - - -
Obsah
- Ako rozchodiť podporovaný hardvér
- Ako sa pripojiť k bezdrôtovej sieti
- Ako sa pripojiť z príkazového riadka
- Tipy -
- -

Workshop: Bezdrôtová sieť

- -

Rozchodenie bezdrôtovej siete je nevyhnutné v dnešnej dobe neustáleho sieťového pripojenia. Pretože udržiavanie aktuálnej podpory rozličného a neustále sa meniaceho hardvéru a ovládačov je pre malý projekt celkom nemožné, Haiku sa pri implementácii sieťových ovládačov spolieha na vrstvu kompatibility FreeBSD.
-Tá nám zabezpečuje obrovské množstvo podporovaného hardvéru, hoci zrejme nie 100% všetkých, ktoré existujú. Pozrite si online zoznam podporovaných modelov alebo sa pozrite do Poznámok o hardvéri FreeBSD 9.3.

-
Momentálne sa očakáva, že budú fungovať iba zariadenia PCI, PCI-X, PCI-Express, Mini PCI a Mini PCI-Express.
-Zariadenia PCMCIA, CardBus, ExpressCard, USB a ISA ešte vyžadujú ďalšiu prácu, než budú funkčné.
- -

-index -Ako rozchodiť podporovaný hardvér

-

Hoci sme prvú prekážku všeobecne podporovaného hardvéru prekonali, niektoré bezdrôtové ovládače vyžadujú binárne moduly firmvéru, aby správne fungovali. Haiku nemôže distribuovať niektoré z týchto proprietárnych súborov firmvéru z licenčných dôvodov. Haiku však obsahuje jednoduchý skript, ktorý stiahne a nainštaluje všetky proprietárne súbory za vás. Vo všeobecnosti, ak plánujete používať bezdrôtovú sieť, odporúča sa spustiť tento skript, aby ste zabezpečili, že váš systém má všetok tento firmvér k dispozícii, keď ho budete potrebovať.

-

Otvorte Terminál a napíšte:

-
install-wifi-firmwares.sh
-

Teraz si prečítajte licencie a prijmite ich, aby sa nainštalovali všetky dostupné súbory firmvéru.

- -

Ak nemáte prístup k internetu, aby ste mohli stiahnuť tieto súbory s firmvérom v Haiku, existuje aj offline spôsob, pozri tipy below.

- -

-index -Ako sa pripojiť k bezdrôtovej sieti

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Ako sa pripojiť z príkazového riadka

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {heslo}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tipy

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/sk/workspaces.html b/docs/userguide/userguide/sk/workspaces.html deleted file mode 100644 index 1ab18ca67f..0000000000 --- a/docs/userguide/userguide/sk/workspaces.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Pracovné plochy - - - - - - - - -
-
- -

Pracovné plochy

- -

Pracovné plochy sú virtuálne plochy, so samostatným rozlíšením, sýtosťou farieb a pozadím. Až 32 týchto pracovných plôch môže byť nastavených z nastavení Obrazovky.

- -workspace_overviewpng.png - -

-index -Prepínanie pracovných plôch

-

Medzi pracovnými plochami môžete prepínať buď kliknutím na Aplet Pracovné plochy (ktorý je zobrazený na obrázku vyššie) alebo použitím klávesovej skratky ALT Fx, kde "x" číslo pracovnej plochy. Dobrý nápad je usporiadať si plochy do riadkov po štyroch aby ste napodobnili rozloženie Fx kláves na klávesnici.
-Taktiež, kliknutie na aplikáciu alebo jedno z jej okien v Panely vás pošle na pracovnú plochu na ktorej je.

-

Ďalší veľmi pohodlný spôsob je použiť CTRL ALT /// pre priestorovú navigáciu v riadkoch/stĺpcoch dostupných pracovných plôch. Ak navyše stlačíte SHIFT, aktuálne okno sa presunie na novú pracovnú plochu.

-

Môžete prepínať dopredu a dozadu medzi dvomi pracovnými plochami s ALT ` (skutočná klávesa závisí od toho aké rozloženie klávesnice používate - je to klávesa pod ESC). Znova, podržanie SHIFT s vami presunie aktívne okno.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications.html b/docs/userguide/userguide/sv_SE/applications.html deleted file mode 100644 index 0703f04981..0000000000 --- a/docs/userguide/userguide/sv_SE/applications.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - Program - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Program

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Haiku's program

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAktivitetsÖvervakare Ett verktyg för att övervaka resurser som processor- och minnesanvändning.
iconStartHanterare A tool to install a boot menu in the Master Boot Record (MBR) of a drive.
iconTeckenTabell Ett program som visar teckenuppsättningen i Unicode.
iconCodyKamera Ett verktyg för att regelbundet ladda upp bilder från en webbkamera till en server.
iconDebugger A graphical debugger.
iconKalkylator En kalkylator.
iconDiskInspekterare En HEX-redigerare för filer och enheter.
iconDiskAnvändning Ett verktyg för att visualisera minnesanvändningen på en disk.
iconDiskHanterare Ett verktyg för att partitionera hårddisken.
iconExpanderare Ett verktyg för att packa upp filer komprimerade med vanliga filformat.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic En applikation för att skapa ikoner i Haikus vektorformat.
iconInstallerare Verktyget som installerar Haiku på en partition.
iconFörstoringsGlas Förstorar en bild av området runt din muspekare.
iconE-post An email client.
iconMediaSpelare En spelare för alla ljud- och video-filer som stöds.
iconMidiSpelare En spelare för MIDI-filer.
iconPaketInstallerare Installer for BeOS packages in PKG format.
iconPersoner En adressbok.
iconFattigMan En enkel webbserver.
iconSkärmdump Ett verktyg för att ta skärmbilder.
iconBildVisning En enkel bildvisare.
iconLjudInspelare Ett verktyg för att spela in ljud från linje- eller microfoningången. [saknas fortfarande]
iconSkrivStiligt En enkel textredigerare.
iconTerminalen Tillgång till Haiku's skal.
iconTextSök Ett sökverktyg för textfiler.
iconTV En visare för analog TV. [saknas fortfarande]
iconWebPositive Haikus webbläsare.
- -

-index -Haiku's skalprogram

-

Förutom de vanliga kommandoradsverktygen som följer med skalet, eller krävs för att vara POSIX-kompatibel, finns det några Haiku-specifika kommandoradsprogram värda att nämnas. Dessa kommandon är ofta användbara till skriptning, se kapitlet Skalet och skript.

- - - -
iconLista över alla kommandoradsapplikationer
iconKommandoradsapplikationer
- -

-index -Medföljande tredjeparts-program

-

Förutom applikationerna i listan ovan, som alla utvecklas av Haikuprojektet, finns det några få viktiga applikationer som skickas med som standard i en Haikuinstallation. Buggrapporter och förslag på funktioner för dessa måste skickas till respektive utvecklare.

- - - - - - - - - - - -
iconBePDF En PDF-läsare.
iconPe En avancerad textredigerare med färgkodning och mycket mer.
iconVision En IRC-klient.
iconWonderBrush YellowBites ritprogram.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/activitymonitor.html b/docs/userguide/userguide/sv_SE/applications/activitymonitor.html deleted file mode 100644 index b6fa5b6f4c..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/activitymonitor.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - AktivitetsÖvervakare - - - - - - - - -
-
- -

activitymonitor-icon_64.pngAktivitetsÖvervakare

- - - - -
Deskbar:Program
Plats:/boot/system/apps/AktivitetsÖvervakare
Inställningar:~/config/settings/ActivityMonitor settings
-


-

Du kan övervaka systemresurser genom att starta AktivitetsÖvervakaren och aktivera de funktioner du är intresserad av.

-activitymonitor.png -

Genom att högerklicka i fönstret kan du slå av eller på visning av olika resurser:
-Använt minne, Buffertminne, Växlingsutrymme, CPU användning, Nätverk mottagning, Nätverk sändning, Sidfel, Blockbuffert, Semaforer, Portar, Trådar, Processer, Aktiva program, Obearbetad urklipp, Text urklipp, Medianoder.

-

Under grafen visas en förklaring, som kan gömmas med valet Hide Legend i kontextmenyn. Du kan ändra färg på kurvorna och grafens bakgrund genom att dra färger ur valfri färgväljare, exempelvis Icon-O-Matic.

-

Om det blir ont om utrymme kan man lägga till fler vyer från Arkiv menyn.

-

Menyn Inställningar öppnar en panel där man kan ändra uppdateringsintervallet.

-

Varje vy har ett eget Replikanthandtag och kan därför placeras fritt, exempelvis på Skrivbordet.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/bepdf.html b/docs/userguide/userguide/sv_SE/applications/bepdf.html deleted file mode 100644 index e70b13e5e7..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/bepdf.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Deskbar:Program
Plats:/boot/system/apps/BePDF/BePDF
Dokumentation:/boot/system/apps/BePDF/docs/*
Inställningar:~/config/settings/BePDF
-


-

BePDF är en snabbstartande PDF-läsare. Förutom visning stöder den anteckningar och användardefinerade bokmärken för okrypterade PDF:er. Den är helt översatt till 20 språk för tillfället, och fler språk kan enkelt läggas till via textfiler.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/bootmanager.html b/docs/userguide/userguide/sv_SE/applications/bootmanager.html deleted file mode 100644 index f80d62b65f..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/bootmanager.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - BootManager - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

bootmanager-icon_64.pngBootManager

- - - - -
Deskbar:No entry, normally started from Installer's Tools menu
Location:/boot/system/apps/BootManager
Settings:none
MBR backups are saved by default in ~/config/settings/bootman/
-


-

If you don't add the Haiku partition to an existing boot manager like GRUB, BootManager can install a small boot menu in the Master Boot Record (MBR) that looks something like this:

-bootmenu.png -
Boot Manager isn't yet tested very well and still has a few restrictions that it will complain about if they aren't met: the menu can only be installed on your first harddisk and there has to be a 2KiB space after the Master Boot Record (MBR).
-

BootManager guides you through the installation process of the boot menu.

-

-index -Choosing the destination drive

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/cdplayer.html b/docs/userguide/userguide/sv_SE/applications/cdplayer.html deleted file mode 100644 index 3cfb97d213..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/cdplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - CDSpelare - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDSpelare

- - - - -
Deskbar:Program
Plats:/boot/system/apps/CDPlayer
Inställningar:~/cd/* - Lagrar information för alla identifierade CD-skivor.
-


- -


-cdplayer.png -

CDSpelaren används på samma sätt som en vanlig CD-spelare.
-Aktivera Repetera knappen till vänster om Blanda för att reptera hela CD-skivan.

-

Om du behöver mer funktionalitet, som exempelvis spellistor, testa MediaSpelaren i stället.

-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/charactermap.html b/docs/userguide/userguide/sv_SE/applications/charactermap.html deleted file mode 100644 index ce9cbe3e93..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/charactermap.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - TeckenTabell - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

charactermap-icon_64.pngTeckenTabell

- - - - -
Deskbar:Program
Plats:/boot/system/apps/CharacterMap
Inställningar:~/config/settings/CharacterMap settings
-


-

CharacterMap will show you the UTF-8 code of every character a font supports.

-charactermap.png -

To the left you have the standardized blocks, together with a handy filter function. Optionally, you can choose to also Show private blocks from the View menu. The right shows the actual characters in these blocks, using the font specified in the Font menu. Below that you can change the font size. And below that, the values of the character currently under the mouse pointer is displayed in hex, decimal and UTF-8 notation.

-

You can drag&drop a character directly from the character map into a text editor, or right-click on one to either Copy character (ALT C) or Copy as escaped byte string (SHIFT ALT C). Resulting in, e.g. either or \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/applications/cli-apps.html b/docs/userguide/userguide/sv_SE/applications/cli-apps.html deleted file mode 100644 index 67e83ec950..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/cli-apps.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - Kommandoradsapplikationer - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

cli-app-icon_64.pngHaiku-specifika kommandoradsapplikationer

- - -
Plats:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relating to attributes: listattr, catattr, addattr, rmattr, copyattr

-

These commands are used to display, read out, add and remove attributes of files. Remember that these meta data are currently only available on BFS formatted volumes. Moving files onto other file systems will strip all attributes!
-All these commands are described in topic Attributes in Terminal.

- -

index -Relating to the index: lsindex, mkindex, reindex, rmindex

-

With these commands you list, make, reindex and remove attributes to BFS' index. Every volume has it's own index, remember that when copying files from one volume to another.
-These commands are described in topic Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Useful scripting commands

-

Here are a few commandline tools that are especially useful for scripting (see also topic Bash and Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Ytterliga kommandon

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/codycam.html b/docs/userguide/userguide/sv_SE/applications/codycam.html deleted file mode 100644 index 48caa0e38a..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/codycam.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - CodyKamera - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

codycam-icon_64.pngCodyKamera

- - - - -
Deskbar:Program
Plats:/boot/system/apps/CodyCam
Inställningar:~/config/settings/codycam
-


-

With CodyCam you take pictures at a specified interval from a connected webcam or any other video-in device and save it via FTP.

-My very temporarily installed cam in Dartmoor National Park. -

To the left under the preview, you set the filename that'll be suffixed with an increasing number for every picture taken. Beneath that you decide on the file format and the rate the pictures are taken.

-

To the right you choose either FTP or sFTP (if SSH is available) and enter the needed data to save the images on a server.

- -
-
- - - diff --git a/docs/userguide/userguide/sv_SE/applications/debugger.html b/docs/userguide/userguide/sv_SE/applications/debugger.html deleted file mode 100644 index ba12dcd83d..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/sv_SE/applications/deskcalc.html b/docs/userguide/userguide/sv_SE/applications/deskcalc.html deleted file mode 100644 index d2f36212eb..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/deskcalc.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - Kalkylator - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

deskcalc-icon_64.pngKalkylator

- - - - -
Deskbar:Program
Plats:/boot/system/apps/DeskCalc
Inställningar:~/config/settings/DeskCalc_settings
-


-

Kalkylator är en enkel kalkylator som ändå har några trevliga funktioner som inte är uppenbara vid första ögonkastet.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • Du kan ändra storleken på kalkylatorn så att den passar dig och sedan lägga den som en Replikant på skrivbordet genom att dra symbolen i nedre högra hörnet och släppa den där du vill ha den. Försäkra dig om att Visa replikanter är aktiverat i Deskbar.

  • -
  • Knappsatsen kan färgas genom att dra en färg från vilken färgkälla som helst, exempelvis från Icon-O-Matic och släppa den på Kalkylatorn.

  • -
  • Du kan bläddra genom en historik över tidigare beräkningar med och .

  • -
  • Du kan markera och dra innehållet i Kalkylatorn och släppa det i vilket program som helst. Eller så kan du släppa det i Tracker eller på skrivbordet, så skapas en textfil med det innehållet.

    -

    Du kan till och med göra det omvända:
    -Spara de olika stegen i din beräkning enligt ovan, och gå tillbaka till dem genom att dra tillbaka dem till Kalkylatorn och släppa dem där.
    -Eller så kan du dra en beräkning direkt från från ett e-brev och släppa det i Kalkylatorn.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/diskprobe.html b/docs/userguide/userguide/sv_SE/applications/diskprobe.html deleted file mode 100644 index 57b2067964..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/diskprobe.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - DiskInspekterare - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

diskprobe-icon_64.pngDiskInspekterare

- - - - -
Deskbar:Program
Plats:/boot/system/apps/DiskProbe
Inställningar:~/config/settings/DiskProbe_data
-


-

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!

-
Always work with the backup of a file and be extra careful when working directly on a device.
-

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:

-

diskprobe.png

-

The main view shows always one block of data, the size of which can be adjusted with View | BlockSize. 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.
-You can move from block to block with the slider above or with ALT  and ALT  and switch between the HEX and ASCII columns with TAB.

-

Block | Selection will not only show the selection with different endianess (and in HEX or decimal, set by View | Base), 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.
-This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

Depending on the kind of attribute, you'll get a different editor tab besides the always present Raw Editor. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.

-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/diskusage.html b/docs/userguide/userguide/sv_SE/applications/diskusage.html deleted file mode 100644 index 69dd0e2ad9..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/diskusage.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - DiskAnvändning - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

diskusage-icon_64.pngDiskAnvändning

- - - - -
Deskbar:Program
Plats:/boot/system/apps/DiskUsage
Inställningar:~/config/settings/DiskUsage
-


-

DiskUsage shows graphically how the space on your volumes is utilized.
-A useful tool to answer the question, "Where has all my disk space gone?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

The concentric circles represent different levels in the file system hierarchy. Above, the circle in the center represents the /boot/home/ folder. Each segment of the ring immediately outside that circle is a file or folder under /boot/home/. Every segment farther outside brings you one level deeper in the file hierarchy. You may have to resize the window to accommodate very deep folders.

-
    -
  • If the graphical representation of a file or folder comprises less than about 2° of a circle, it is excluded from the display.
  • -
  • The number of files that's reported for a folder includes files in subfolders too. A folder counts as a file.
  • -
  • DiskUsage ignores symbolic links.
  • -
-

As you move the mouse over a segment, information about that file or folder appears in the status bar at the bottom.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

You can drag files and folders from DiskUsage to other applications or to the Desktop or other Tracker windows for copying. Vice versa, dropped volumes and folders on DiskUsage's window will zoom directly to them, making them the new center circle.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/drivesetup.html b/docs/userguide/userguide/sv_SE/applications/drivesetup.html deleted file mode 100644 index 82688a4e0c..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/drivesetup.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - DiskHanterare - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

drivesetup-icon_64.pngDiskHanterare

- - - - -
Deskbar:Program
Plats:/boot/system/apps/DriveSetup
Inställningar:~/config/settings/DriveSetup
-


-

DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the GParted LiveCD to provide the space for another partition.

-drivesetup.png -

At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the +/- widget that appears in that case in front of that device to see the details of every logical partition.

-

You can select a partition from the list and mount and unmount them with the commands in the Partition menu or by pressing ALT M or ALT U.

-

You can also completely delete a partition with Partition | Delete.
-Which brings us to this:

-
Dealing with creating/deleting/initializing partitions is very dangerous business. Always check twice to be sure you're working with the right one and always keep an up-to-date backup of your data in case something goes wrong!
-

-index -Creating a new partition

-
If you plan to use the entire drive as one partition, e.g. a USB stick or a Compact Flash card, you can skip the creation of a partition and proceed right to Initializing.
-

When you found unformatted space on a drive, like the above <empty>, you can create a new partition in this space with Partition | Create...(ALT C).

-drivesetup-create.png -

You're prompted with this dialog that lets you adjust the partition size and type. Choose Be File System if you want to use the partition for an Haiku installation or if you want to use all the interesting Haiku features with it, like attributes and queries. Note, that other operating systems might not be able to access such a partition.

-

If you have created a primary partition instead of just another extended/logical partition within one, the above dialog also displays an Active partition checkbox. You'll have to check that, if you'll use that partition to boot a Haiku installation.

-

Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.

-

-index -Initializing a partition

-

Only unmounted partitions can be initialized by using the Partition | Initialize menu.

-drivesetup-initialize.png -

Here you set the name for the partition and it's blocksize. 2048 bytes per block are recommended, but you can choose larger or smaller sizes if you have these very specific needs.
-Initializing will destroy all data on that partition!

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/expander.html b/docs/userguide/userguide/sv_SE/applications/expander.html deleted file mode 100644 index c1dc13d0fe..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/expander.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Expanderare - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

expander-icon_64.pngExpanderare

- - - - -
Deskbar:Finns ej. Startas genom att dubbel-klicka på ett arkiv.
Plats:/boot/system/apps/Expander
Inställningar:~/config/settings/Expander_Settings
-


-

Expanderaren är ett litet verktyg som kan packa upp några av de vanligaste arkivformaten, exempelvis zip, gzip, bzip2, rar och tar.gz.
-Dubbel-klicka på ett arkiv för att starta Expanderaren:

-

expander.png

- - - - -
KällaALT Oöppnar en fildialog för val av arkiv att packa upp.
MålmappALT Döppnar en dialogruta för val av målmapp.
ExpanderaALT Estartar uppackningen. Kan avbrytas med ALT K.
-

Du kan visa/gömma arkivets innehåll genom att bocka för/av Visa innehåll, eller använda tangentkombinationen ALT L.

-
Expanderaren kan bara packa upp hela arkiv.
-Du kan inte expandera individuella filer eller lägga till/ta bort filer från ett arkiv.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/haikudepot.html b/docs/userguide/userguide/sv_SE/applications/haikudepot.html deleted file mode 100644 index 41e6bef1a9..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/icon-o-matic.html b/docs/userguide/userguide/sv_SE/applications/icon-o-matic.html deleted file mode 100644 index 3c46de8b29..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/icon-o-matic.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Innehåll
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Deskbar:Program
Plats:/boot/system/apps/Icon-O-Matic
Inställningar:~/config/settings/Icon-O-Matic
- -


- -

Before we come to the actual creating of icons in Icon-O-Matic, a few words on Haiku's icons in general.

- -

-index -BeOS bitmap vs. Haiku vector icons

-

Contrary to the BeOS, Haiku uses vector icons instead of bitmap icons. A special Haiku Vector Icon Format (HVIF) was developed that is highly optimized for small file sizes and fast rendering. That's why our icons are for the most part much smaller than either a bitmap or the widely used SVG format. Also, unlike BeOS' bitmap icons, Haiku isn't limited to an 8bit palette (256 colors).
-Take this icon of the Terminal, for example:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Note that the BeOS used two versions of an icon, one 16x16 and one 32x32, to achieve good visuals in List and Icon View mode.

-

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Icons are attributes

-

Icons are stored as an attribute with their file. However, that doesn't mean that every file has to have this attribute to appear with an icon in a Tracker window: data files inherit their icon from their filetype. To globally change the filetype's icon you use the FileTypes preferences. If you only want to add a special icon to an individual file, you use the FileType add-on on it instead. See topic Filetypes for more information.

-
Being an attribute, it follows that only filesystems supporting metadata can retain a file's individual icon. So, if you move files off your BFS volume, consider zipping them up so you don't lose icons or other attributes.
- -

-index -Creating icons with Icon-O-Matic

-

Icon-O-Matic is Haiku's icon editor that can save your work as HVIF, SVG or PNG. The icon can also be directly attached as attribute to an existing file or exported as a resource or source file used by developers. Since the application was tailored to the optimized HVIF format, its usage reflects the inner workings of this format.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Here's a quick overview of Icon-O-Matic's window:

-i-o-m-overview.png - -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

- - -

-index -Path

-

A path consists of several points which are connected with lines or Bezier curves. To add or change points, make sure the path is selected in the path list.

- -

Simply clicking in the canvas will set the first point. While setting a point, you decide if the resulting line will be straight or curved: a simple click and release produces a straight line, holding down the mouse button and moving the mouse will drag out the handles for a Bezier curve. Of course, you can also change it all later on.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

The mouse pointer indicates the current mode:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Move point(s)Insert pointAdd pointDelete point
CTRL
Corner↔Bezier
ALT
Select points
SHIFT
-

You can invoke a context menu by right-clicking a point or a selection of points:

- - - - - - -
Select allALT ASelects all points of the current path.
TransformTPuts all selected points in a transformation box, so you can move, resize and rotate them together. It works just like with shapes, described a bit further down.
SplitSplits selected points into two, one sitting on top of the other.
FlipRotates selected points by 180°. Only has an effect on Bezier points.
RemoveDELDeletes selected points.
- -

Path Menu

-

The Path menu offers a few obvious entries to Add rectangle and Add circle or to Duplicate or Remove a path. Here are some that may need a bit more explaining:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean upMost useful with imported SVGs, this function will remove redundant points.
Rotate indices rightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate indices leftALT SHIFT RDoes the same in the other direction.
- -

Path Properties

-

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset transformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze transformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Shape Properties

-

Besides a Name, the Properties view for a shape has these options:

- - - - -
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNot OK!
Shape 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Shape 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Style

-

A style can either be a solid color or some type of gradient.
-Besides the predefined colors under Swatches, you can mix your own by clicking on the current color. Also, note the slider under the color spectrum which sets the alpha-channel (transparency).

-i-o-m-gradients -

You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Style Menu

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Style Properties

-

The Name is the only Properties of a style.

- - -

-index -Transformer

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter limitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Saving an icon

-

There's your usual menu bar at the top, File, Edit, Options. The usage is pretty much self-explaining, so we'll only look at how to save your work.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSaves as resource used by programmers
HVIF source codeSaves as source code used by programmers
SVGSaves as SVG
PNGSaves as a 64px sized PNG
PNG setSaves as 16, 32 and 64px sized PNGs
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Tips & Tricks

-

A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:

-
    -
  • Read the Icon Guidelines to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.

  • -
  • You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Check the preview to see if your icon still looks good in 16x16. You may want to use the Level Of Detail settings described in the Shapes section.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/installer.html b/docs/userguide/userguide/sv_SE/applications/installer.html deleted file mode 100644 index 6c2647f729..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/installer.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

installer-icon_64.pngInstaller

- - - - -
Deskbar:Program
Plats:/boot/system/apps/Installer
Inställningar:inga
-


-

The Installer is used to copy Haiku onto another volume.
-Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:

-
    -
  • This is alpha-quality software. Make backups or suffer the consequences!

  • -
  • The Installer needs a prepared partition. You may have to use a GParted LiveCD or a similar tool until Haiku's DriveSetup is mature enough to handle this task.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Once you acknowledged with Continue, you're presented with the main window:

-installer.png -

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
-The second pop-up menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.

-

Clicking the little expander widget will Show optional packages, if available, that you can choose to install in addition to the basic Haiku.

-

You should do a last check if you really picked the right target before starting the installation process. Click on Setup partitions... to open DriveSetup and have a look at the naming and layout of the available volumes and partitions.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Tools

-

At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the Onto: Please choose target menu and select Write boot sector from the Tools menu to make it bootable again.

-

The other item in the Tools menu is used to Set up a boot menu that puts a menu in the boot sector to choose what operating system to boot. See topic BootManager for more information.
- You don't need to run the BootManager if you already use a bootmanager like GRUB, in which case you have to add Haiku manually (see above), or Haiku runs exclusively on your machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/list-cli-apps.html b/docs/userguide/userguide/sv_SE/applications/list-cli-apps.html deleted file mode 100644 index f008630fba..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/list-cli-apps.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - - - - Lista över kommandon - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

cli-app-icon_64.pngLista över alla kommandoradsapplikationer

- - -
Plats:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Language and keymap setup.
[ Returns true/false after comparing items.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Shows a message box. (Haiku specific)
arp Manipulates the system ARP cache.
awk See gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 See bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Leftover from the move of locale-kit.]
echo Displays a line of text.
egrep See grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep See grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp File transfer program.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip See gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Leftover from the move of locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creates a directory.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more See less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh See bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Returns true/false after comparing items.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash See trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat See gzip.
zcmp See zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo See unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/magnify.html b/docs/userguide/userguide/sv_SE/applications/magnify.html deleted file mode 100644 index 8f3e5e2f76..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/magnify.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - FörstorningsGlas - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

magnify-icon_64.pngFörstorningsGlas

- - - - -
Deskbar:Program
Plats:/boot/system/apps/Magnify
Inställningar:~/config/settings/Magnify_prefs
-


-

Magnify shows an enlarged version of the area around your mouse pointer.

-magnify.png -

At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.

-

Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with / / / .

-

To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
-They can also be moved with / / / . The active crosshair is marked with an "x".

-

You can move the mouse pointer pixel by pixel with OPT  / / / .

-

Clicking on the pop-up menu gives you a number of options:

- - - - - - - - - - - - - - -
Save imageALT S Saves the current display as a resource file.
Copy imageALT C Copies the current display to the clipboard.
Hide/Show infoALT T Toggles the display of all the additional information.
Add a crosshairALT H Adds a crosshair you can drag around.
Remove a crosshairALT SHIFT H Removes the last added crosshair.
Hide/Show gridALT G Toggles the overlayed grid.
Freeze/Unfreeze imageALT F Stops/continues updating the magnification area.
Stick coordinatesALT I Keeps updating the magnification area, but don't follow the mouse pointer any more.
Make squareALT / Reverts back to a square display after resizing the window.
Decrease window sizeALT - Shrinks the magnified area around the mouse pointer.
Increase window sizeALT + Enlarges the magnified area around the mouse pointer.
Decrease pixel sizeALT , Lowers magnification.
Increase pixel sizeALT . Increases magnification.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/mail.html b/docs/userguide/userguide/sv_SE/applications/mail.html deleted file mode 100644 index 9b82587823..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/mail.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - E-post - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Index
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngE-post

- - - - -
Deskbar:Program
Plats:/boot/system/apps/Mail
Inställningar:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/mediaplayer.html b/docs/userguide/userguide/sv_SE/applications/mediaplayer.html deleted file mode 100644 index 02b2bf2cb1..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/mediaplayer.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - MediaSpelare - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

mediaplayer-icon_64.pngMediaSpelare

- - - - -
Deskbar:Program
Plats:/boot/system/apps/MediaPlayer
Inställningar:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/midiplayer.html b/docs/userguide/userguide/sv_SE/applications/midiplayer.html deleted file mode 100644 index 95c00415ad..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/midiplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - MidiSpelare - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

midiplayer-icon_64.pngMidiSpelare

- - - - -
Deskbar:Program
Plats:/boot/system/apps/MidiPlayer
Inställningar:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/sv_SE/applications/packageinstaller.html b/docs/userguide/userguide/sv_SE/applications/packageinstaller.html deleted file mode 100644 index fd3c78a85c..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/packageinstaller.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Deskbar:Finns ej i Deskbar. Startas normalt genom att dubbelklicka på en fil som stöds av programmet.
Plats:/boot/system/apps/PackageInstaller
Inställningar:inga
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/pe.html b/docs/userguide/userguide/sv_SE/applications/pe.html deleted file mode 100644 index c74226f020..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/pe.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

pe-icon_64.pngPe

- - - - - -
Deskbar:Program
Plats:/boot/system/apps/Pe/Pe
Dokumentation:/boot/system/apps/Pe/Documentation/index.html
Inställningar:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/sv_SE/applications/people.html b/docs/userguide/userguide/sv_SE/applications/people.html deleted file mode 100644 index 24bd2e4ab1..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/people.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

people-icon_64.pngPeople

- - - - -
Deskbar:Program
Plats:/boot/system/apps/People
Inställningar:~/config/settings/People_data
-


-

People is a simple contact database using the attributes of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a query.

- -people.png - -

The Group attribute at the bottom allows assigning a person to one or more groups. Useful for "mass mailing" a number of people who, for example, work on a specific project. The pop-up menu offers all currently existing groups. If a person belongs to more than one group, the group names are delimited with a ",".

- -

These Person files are usually all saved in /boot/home/people/. To get a list of all your contacts, just open your people folder and display all attributes of interest. If you choose to organize your Person files in different folders, just use a query to display them all in one window.

- -people-files.png - -

You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding SHIFT while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or ALT E) to edit works just like renaming a file. Once you're in edit mode, TAB and SHIFT TAB will jump from column to column.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/poorman.html b/docs/userguide/userguide/sv_SE/applications/poorman.html deleted file mode 100644 index f4887711de..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/poorman.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

poorman-icon_64.pngPoorMan

- - - - -
Deskbar:Program
Plats:/boot/system/apps/PoorMan
Inställningar:~/config/settings/PoorMan Settings
-


-

PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.

-

Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.

-

PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings...: -

-

poorman.png

-

The settings panel is divided into three tabs:

-

In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
-Logging lets you de/activate logging to the console or optionally to a separate logfile.
-The Advanced tab holds the setting for the maximum simultaneous connections.

-

The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/sv_SE/applications/screenshot.html b/docs/userguide/userguide/sv_SE/applications/screenshot.html deleted file mode 100644 index ddf041c911..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Deskbar:Program
Plats:/boot/system/apps/Screenshot
-/bin/screenshot
Inställningar:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/showimage.html b/docs/userguide/userguide/sv_SE/applications/showimage.html deleted file mode 100644 index 69a47adc65..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/showimage.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - BildVisning - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

showimage-icon_64.pngBildVisning

- - - - -
Deskbar:Finns ej i Deskbar. Startas normalt genom att dubbelklicka på en fil som stöds av programmet.
Plats:/boot/system/apps/ShowImage
Inställningar:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexBildvisning

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBläddra

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexRedigera

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSara och konvertera

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexTangentbordskombinationer

-

Här är en lista över några användbara tangentbordskombinationer:

- - - - - - - - - - -
/ Föregående bild
/ Nästa bild
DELFlytta till Papperskorgen
+Zooma in
-Zomma ut
0Originalstorlek (100%)
1Anpassa till fönstret
ALT ENTERVäxla till fullskärmsläge (dubbel-klickning fungerar också)
CTRLGenom att hålla CTRL nedtryckt kan du skapa en markeringsruta utan att behöva växla till markeringsläge.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/soundrecorder.html b/docs/userguide/userguide/sv_SE/applications/soundrecorder.html deleted file mode 100644 index 141e1b1980..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/soundrecorder.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Deskbar:Program
Plats:/boot/system/apps/SoundRecorder
Inställningar:~/config/settings/???
-


-

Dokumentation saknas fortfarande. Om du vill arbeta med den, anmäl dig i e-postlistan för dokumentation för att undvika dubbelarbete.

- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/applications/stylededit.html b/docs/userguide/userguide/sv_SE/applications/stylededit.html deleted file mode 100644 index 883c7fcb0c..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/stylededit.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Deskbar:Program
Plats:/boot/system/apps/StyledEdit
Inställningar:inga
-


-

StyleEdit är Haikus enkla textredigerare. Fastän filer sparas som ren text, sparas även utökade attribut för att möjliggöra enklare formatering när de visas med StyleEdit.

-stylededit.png -

För dig som är intresserad, är det så här de utökade attributen ser ut när de undersöks i Terminal med listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

Som du kan se finns alla formateringsalternativ i StyleEdit med: radbrytning (på/av) och justering (vänster/centrerad/höger), i var sitt attribut. Formatering av enskilda tecken (teckensnitt, storlek, färg) sparas tillsammans i ytterligare ett attribut.

-
Eftersom attribut är en funktion i filsystemet BFS, betyder det att man på andra plattformar bara ser en ren textfil. Det gör också att formateringen förloras om en textfil sparas på en icke BFS-formaterad partition. Attributen ovan rensas alltså, och det som är kvar är en vanlig ren textfil.
-

I vilket fall är det trevligt att kunna använda text i olika storlekar, färger och teckensnitt, och ändå ha en ren textfil. En ReadMe.txt, till exempel, är därför läsbar via ett terminalfönster på vilken plattform som helst, och har ändå lite stil när den öppnas genom ett dubbelklick i Haiku.

-

Det är faktiskt så enkelt att använda StyleEdit att vi hoppar över att förklara varenda liten detalj. Skriv bara ner din text, välj de ord du vill formatera och välj teckensnitt, storlek och färg från menyn Font. Radbrytning och justering i menyn Document kan bara väljas för hela filen.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/terminal.html b/docs/userguide/userguide/sv_SE/applications/terminal.html deleted file mode 100644 index 176303d84b..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/terminal.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Terminalen - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

terminal-icon_64.pngTerminalen

- - - - -
Deskbar:Program
Plats:/boot/system/apps/Terminal
Inställningar:~/config/settings/Terminal
-~/config/settings/profile - adds/overrides defaults in /boot/system/settings/etc/profile
-~/config/settings/inputrc - adds/overrides defaults in /boot/system/settings/etc/inputrc
-


-

Terminalen är Haiku's gränssnitt till Bash (Bourne Again Shell), skalet som Haiku använder.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Fönster och flikar

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Inställningar

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Kortkommandon

-

Det finns en användbar lista över kortkommandon i kapitlet Kortkommandon och tangentkombinationer.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Anpassa skalet

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Tips vid användning av Terminalen

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/textsearch.html b/docs/userguide/userguide/sv_SE/applications/textsearch.html deleted file mode 100644 index 38010934b0..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/textsearch.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

textsearch-icon_64.pngTextSearch

- - - - -
Deskbar:No entry, normally launched via Tracker Add-on
Plats:/boot/system/apps/TextSearch
Inställningar:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

File menu

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Action menu

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Settings menu

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

History menu

Contains recently used search strings.

Encoding menu

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/tv.html b/docs/userguide/userguide/sv_SE/applications/tv.html deleted file mode 100644 index 887aada0c9..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/tv.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
- -

tv-icon_64.pngTV

- - - - -
Deskbar:Program
Plats:/boot/system/apps/TV
Inställningar:~/config/settings/???
-


-

Dokumentation saknas fortfarande. Om du vill arbeta med den, anmäl dig i e-postlistan för dokumentation för att undvika dubbelarbete.

- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/applications/vision.html b/docs/userguide/userguide/sv_SE/applications/vision.html deleted file mode 100644 index e6c913d920..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/vision.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

vision-icon_64.pngVision

- - - - -
Deskbar:Program
Plats:/boot/system/apps/Vision/Vision
Inställningar:~/config/settings/Vision/*
-


-

Vision är en IRC-klient ursprungligen utvecklad för BeOS. Dokumentation och bugghanterare finns på Visions hemsida.

-
Du kan få hjälp från andra Haikuanvändare och -utvecklare på Haiku kanaler på olika språk.
-The mest välbesökta är den engelskspråkiga #haiku på irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/applications/webpositive.html b/docs/userguide/userguide/sv_SE/applications/webpositive.html deleted file mode 100644 index f366dfb9ef..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/webpositive.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Program
Plats:/boot/system/apps/WebPositive
Inställningar:~/config/settings/WebPositive/ - Konfigurationsfiler, kakor, buffert och läsarhistorik.
~/config/settings/WebPositive/Bookmarks - Alla bokmärken som separata filer.
-


-

WebPositive, or Web+ for short, is Haiku's native web browser. One part of its name is a tip of the hat to BeOS' simple NetPositive, the other points to its modern foundation: the WebKit. This open source HTML rendering library is at the heart of other mainstream browsers as well, like Safari of Mac OS X and Google's Chrome. By using the ever evolving WebKit, Web+ will be able to keep up with new web technologies.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexInställningar

-

Från Window menyn kan du öppna Settings panelen där några grundläggande inställningar kan göras.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexBläddra

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexBokmärken

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexNerladdningar

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexTangentbordskombinationer

-

Här listas några användbara tangentbordskombinationer:

- - - - - - - - - - - - - - -
ALT TSkapar en ny flik.
ALT W Stänger aktiv flik.
ALT N Skapar ett nytt fönster.
SHIFT ALT W Stänger aktivt fönster.
ALT ENTER Växlar till/från fullskärmsläge.
ALT R or F5 Laddar om den aktiva sidan.
ALT H Öppnar startsidan.
ALT D Vidar/gömmer nerladdningsfönstret.
ALT F Visar sökfältet för sökning på aktiv sida (göm med ESC).
ALT B Bookmarks the current page.
ALT M Öppnar mappen för Bokmärken för redigering.
ALT Gå till föregående sida.
ALT Gå till nästa sida.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/applications/wonderbrush.html b/docs/userguide/userguide/sv_SE/applications/wonderbrush.html deleted file mode 100644 index defa8b68ad..0000000000 --- a/docs/userguide/userguide/sv_SE/applications/wonderbrush.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Deskbar:Program
Plats:/boot/system/apps/WonderBrush/WonderBrush
Dokumentation:/boot/system/apps/WonderBrush/Documentation en
Inställningar:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/attributes.html b/docs/userguide/userguide/sv_SE/attributes.html deleted file mode 100644 index 08f1fd5007..0000000000 --- a/docs/userguide/userguide/sv_SE/attributes.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - Attribut - - - - - - - - -
-
- -

Attribut

- -

Attribut är datafält som tillhör en fil men inte är en del av filen, de räknas därmed inte med i storleken på filen. Attribut kan kopieras eller ändras utan att röra själva filen. Haiku använder dessa attribut till att lagra bland annat filstorlek, filtyp och datum för senaste ändringen. Detta liknar andra operativsystem och filsystem.

-

Det som skiljer Haiku mot andra operativsystem är att du kan lägga till vilken typ av attribut som helst till vilken fil som helst. Dessa kan sedan visas eller göras redigerbart i ett vanligt Tracker-fönster. Du behöver bara definera vilken typ av attribut du vill lägga till filen (exempelvis en sträng, ett heltal eller ett klockslag) och ge det ett namn och en beskrivning.

-

Filen själv behöver inte ens innehålla något. Se till exempel på de här Personer-filerna:

-people.png -
-

Som du kan se har alla de här filerna filstorleken 0 och tillhörande attribut. Attributet E-mail, tillhörande "John Nox", redigeras direkt i Tracker.

-

Om du låter attributen vara indexerade, som person- e-post- och ljudfiler är som standard, kan de också hittas med Haiku's snabba söksystem.

- -

-index -Attribut i Tracker

-

Attribut visas på samma sätt som en databas eller ett kalkylark. Med Tracker kan du välja vilka attribut du vill visa (kolumnerna), och sortera fil-listningen (raderna) därefter.

-

För att göra det, öppna ett Tracker-fönster och klicka på menyn Attribut och välj de attribut du vill visa. Alternativt kan du helt enkelt höger-klicka på en kolumnrubrik och markera alternativen i menyn. Du kan flytta runt kolumnerna genom att dra i kolumnrubrilen och släppa den där du vill ha den. Du kan släppa en kolumn utanför fönstret för att ta bort den.

-

Dubbel-klicka på linjen mellan två attribut i rubrikraden för att automatisk välja en optimal bredd för kolumnen.

-

Klicka på en kolumnrubrik för att växla mellan stigande eller sjunkande sortering. Du kan bestämma en sekundär sortering genom att hålla ner SHIFT-knappen medan du klickar på en kolumnrubrik. Du kan exempelvis sortera dina personer-filer efter företag och i andra hand efter namn. Se skärmbilden ovan för ett exempel. Den sekundära sorteringen visas med en ljusare färg bredvid rubriken.

-

Att redigera attribut är lika enkelt som att byta namn på en fil: Klicka på ett attributfält eller tryck ALT E och flytta mellan attribut med TAB och SHIFT TAB. ESC lämnar redigeringsläget uttan att spara ändringarna.

- -

-index -Attribut i Terminalen

-

Om du föredrar att använda kommandotolken eller planerar att arbeta med många filer genom att använda skript finns det flera kommandon för att hantera attribut från Terminalen.

-

-index -Kommandot listattr

-

listattr listar en fils attribut, men visar inte attributens innehåll.

-
usage: listattr 'filename' ['filename' ...]
-

Från exemplet i skärmbilden ovan:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Förutom alla "META:*"-attribut som innehåller kontaktinformationen finns det två attribut som sköts av Haiku:

-
    -
  • BEOS:TYPE innehåller filtypen som en MIME-sträng, i det här fallet "application/x-person". Det bestämmer standardikonen och vilket program som öppnar filen om du dubbel-klickar på den.

  • -
  • "_trk/pinfo_le" är det attribut Tracker använder för att hålla ordning på filens ikonplacering.

-
Notera snedstrecket efter "Clara". I Terminalen måste specialtecken som '"*\$?! och mellanslag föregås av ett snedstreck. Därför kommer snedstrecket egentligen före mellanslaget och inte efter "Clara".
- -

-index -Kommandot catattr

-

catattr visar innehållet i ett specifikt attribut till en fil.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Ett exempel:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -Kommandot addattr

-

addattr lägger till ett attribut till en fil och/eller anger dess innehåll.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

Låt säga att vår Clara tog ett jobb i det multinationella företaget Barkelbaer Inc. Du fyller i det hitintills tomma attributet "Company" med företagsnamnet (som är av typen "sträng"):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -Kommandot rmattr

-

rmattr raderar helt ett attribut från en fil.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

Även om det i praktiken skulle vara tillräckligt att bara inte fylla i attributet "Fax", kan du helt radera det från Claras fil -genom att skriva:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -Kommandot copyattr

-

copyattr kopierar attribut från en eller flera filer till en annan. Som standard kopieras inte filens egentliga innehåll.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

Om du vill kopiera attributen plus filens innehåll kan du lägga till växeln "-d" eller "--data".

- -


-

Mer information om dessa kommandon och dess funktioner hittar du om du skriver deras namn följt av "-h" eller "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/bash-scripting.html b/docs/userguide/userguide/sv_SE/bash-scripting.html deleted file mode 100644 index 69c8571d0d..0000000000 --- a/docs/userguide/userguide/sv_SE/bash-scripting.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Skalet och skript - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Skalet och skript

- -

Skriptning är en teknik för att automatisera procedurer genom att sammanlänka kommandon och spara det i en textfil, så kallade skript. Varje gång du kör ett sådant skript kommer varje kommando att exekveras det ena efter det andra på samma sätt som om de skulle skrivas i Terminalen för hand.
-Skript kan variera från att starta några få kommandon i en specifik ordning till sofistikerad samansatt kod som löser komplexa problem.

- -

-index -Skalet

-

Eftersom skript är beroende av det skal som de tolkas av, bör du först bekanta dig med Bash, skalet som används i Haiku. Det finns många resurser på internet eftersom det är ett vanligt skal. En bra resurs är Johan Jansson's Introduktion till bash - en guide för bash i BeOS (på engelska).

- -

-index -Boken The Scripting Bible

-

Efter att du har lärt dig grunderna i att använda skalet är det dags att börja titta på skriptning. Återigen, du hittar mängder med guider och referensmaterial på internet och i bokaffärer. En väldigt bra introduktion som praktiskt taget är skräddarsydd för Haiku är kapitlet om skriptning (PDF, 900kb) i Scot Hacker's BeOS Bible.

- -

-indexSkript i Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -Skriptet UserBootscript

-

/boot/home/config/settings/boot/UserBootscript exekveras efter att Haiku har avslutat sin startprocess. Du skulle exempelvis kunna få några program att automatiskt starta vid varje uppstart.

-
# Starta StartBlocket
-/boot/system/apps/LaunchBox &
-
-# Starta skrivbordsprogrammet Arbetsytor
-/boot/system/apps/Workspaces &
-

Kom ihåg att avsluta kommandot med "&" för att starta den som en bakgrundsprocess, annars kommer skriptet att vänta tills kommandot har avslutats.

- -

Ett annat enkelt alternativ för att starta program vid uppstart är att länka till dem i /boot/home/config/settings/boot/launch katalogen. Det åstadkoms genom att höger-klicka på det program som du vill ska starta automatiskt, välja Skapa länk och navigera till ovan nämnda katalog.

- -

-index -Skriptet UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript exekveras som det första steget i avstängningsprocessen. Om skriptet returnerar någon annan status än noll så avbryts avstängningsprocessen.

- -

-index -Skriptet UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript exekveras som det sista steget i avstängningsprocessen. Tänk på att merparten av Haiku har stängts ner när detta skript startas.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/bootloader.html b/docs/userguide/userguide/sv_SE/bootloader.html deleted file mode 100644 index a24cb3a7ef..0000000000 --- a/docs/userguide/userguide/sv_SE/bootloader.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Starthanteraren - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Starthanteraren

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

För att få fram valen i Boot Loader måste du tycka på, och fortsätta hålla ner tangenten SKIFT innan Haikus startprocess. Om du har en boot manager installerad kan du börja hålla ner SKIFT innan du väljer att starta Haiku. Om Haiku är det enda installerade operativsystemet på datorn kan du börja hålla ner tangenten när du fortfarande ser startmeddelanden från BIOS.

-

-index -Boot Loader Options

-

När den kommit fram erbjuds du fyra menyer:

- - - - - - - - - -
Select boot volume Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Select fail safe video mode Om du behövde aktivera valet Use fail-safe video mode kan du ange upplösning och färgdjup.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

Efter att du aktiverat ett eller flera val återvänder du till huvudmenyn och fortsätter med startprocessen som visar dig denna skärm:

-boot-screen.png - -

Om allt är OK tänds symbolerna snabbt, en efter en.
-De olika symbolerna motsvarar ungefärligt dessa i steg startsprocessen:

- - - - - - - - -
Atom Initierar moduler.
Hårddisk + förstoringsglas Skapar rootfs (/) och monterar devfs (/dev).
Kretskort Initierar enhetshanteraren.
Startdisk Monterar startdisk.
Chip Laddar CPU-specifika moduler.
Mapp Slutgiltig initiering av delsystem.
Raket Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/contents.html b/docs/userguide/userguide/sv_SE/contents.html deleted file mode 100644 index fb960c2325..0000000000 --- a/docs/userguide/userguide/sv_SE/contents.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Haiku's Användarhandbok - Innehållsförteckning - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Välkommen till Haiku's Användarhandbok

- -

Nedan finns dokumentationen för de viktigaste aspekterna av Haiku. Så klart kompletterar vi och utökar dokumentationen fortlöpande (se versionen på internet för de allra senaste uppdateringarna). Om du hittar fel, vill föreslå förbättringar eller kanske till och med bidra, vänligen kontakta oss via e-postlistan för dokumentation. Om du är intresserad av att hjälpa till med översättningar hittar du information på i18n användarhandbokens wiki.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StarthanterarenÄndra uppstartsalternativ för att lösa konfigurationsproblem.
Filesystem layoutFörstå filsystemets uppbyggnad och bekanta dig med viktiga filer och mappar.
Haiku's GUILär dig grunderna i Haiku's grafiska miljö.
ArbetsytorAnvänd virtuella skrivbord för en välstrukturerad arbetsmiljö.
SnabbväxlarenVäxla mellan aktiva applikationer.
Grupp MonitorAvsluta program eller systemkomponenter som inte längre fungerar.
TrackerLär dig allt om navigering, att arbeta med filer och mappar och hur du ställer in Haiku's filhanterare.
Kortkommandon och tangentkombinationerDe vanligaste kortkommandorna som snabbar upp ditt arbetsflöde.
DeskbarAnvända och konfigurera Haiku's version av "Startmenyn" och Deskbarfältet.
FiltyperVälj förinställt program, ändra och skapa egna filtyper.
AttributEn av Haiku's huvudfunktioner som låter dig hantera och lägga till data till filer.
RegisterAnvänd registret för att söka efter attribut.
SökningarAnvänd Haiku's blixtsnabba sökningar för att snabbt hitta det du letar efter.
Snabbkurs: Filetyper, Attribut, Register och SökningarLär dig använda några av Haiku's nyckelfunktioner genom att organisera din DVD samling.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsLär dig installera och avinstallera program och arbeta med Haiku's medföljande program.
SkrivbordsprogramEnkla verktyg att installera på Skrivbordet och i Deskbar.
InställningarStäll in Haiku efter dina behov.
Skalet och skriptLär dig använda några intressanta skript samt internetresurser om skalet och skript.
- -
-
- - - diff --git a/docs/userguide/userguide/sv_SE/deskbar.html b/docs/userguide/userguide/sv_SE/deskbar.html deleted file mode 100644 index 361f375beb..0000000000 --- a/docs/userguide/userguide/sv_SE/deskbar.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Innehåll
- Deskbar's meny
- Verktygsfältet
- Listan över aktiva program -
- -

Deskbar

- -

Deskbar är den lilla panelen som som standard är placerad i det övre högra hörnet på skärmen. Det är Haiku's version av Windows aktivitetsfält med startknappen. Deskbar innehåller en meny från vilken du kan starta program och inställningar, ett verktygsfält med en klocka och längst ner en lista över de program som är aktiva.

-positions -

Du kan flytta Deskbar till vilket hörn som helst, eller placera det som en list överst eller underst på Skrivbordet. Du flyttar Deskbar genom att greppa vid den knottriga fältet bredvid verktygsfältet och sedan dra och släppa Deskbar på dess nya position. Du kan också fälla ihop Deskbar till en mer kompakt utformning genom att dra det knottriga fältet och släppa det på Deskbar's meny.

- -

-index -Deskbar's meny

-

Längst upp i Deskbar finns en knapp med ett löv. Klicka på den för att öppna Deskbar's meny:

-deskbar.png -
    -
  • Om Haiku - Visar grundläggande information om sytemet, licenser och dess upphovsmän.

  • - -
  • Sök... - Öppnar Sök dialogfönstret.

  • -
  • Visa replikanter - Visar/gömmer Replikanternas handtag, med vilken du kan flytta, ta bort och komma åt replikanternas meny.

  • -
  • Montera - Erbjuder samma alternativ som vid höger-klick på Skrivbordet (se Montera volymer).

  • -
  • Deskbar inställningar... - Öppnar en panel för konfiguration av Deskbar.

  • -
  • Avsluta Haiku - Erbjuder alternativen att Starta om eller Stänga av Haiku.

  • -
  • Senaste dokumenten, mapparna och programmen - Visar dom senaste öppnade dokumenten, mapparna och programmen (se Deskbar inställningar nedan).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexDeskbar's inställningar

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -Verktygsfältet

-calendar.png -

Bland mycket annat innehåller verktygsfältet klockan. För musen över den för att visa dagens datum, eller klicka för att visa en kalender. Höger-klicka för att gömma/visa klockan eller starta Tid där tiden kan ändras.

-

Any program can install an icon in the tray to provide an interface to the user. The email system, for instance, shows a different symbol when there's unread mail and offers a context menu to e.g. create or check for new mail. ProcessController is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.

- -

-index -Listan över aktiva program

-list-of-apps.png -

Du kan växla till ett aktivt program genom att klicka på dess fält i Deskbar och i menyn välja (en av) dess fönster. Genom att höger-klicka kan du minimera eller stänga ett fönster, eller hela programmet.

-

Om du har aktiverat visning av program-expanderare i Deskbars inställningar, kan du expandera/kollapsera listan över programmens fönster.

-

In front of every application's windows is a symbol providing info on its state. A bright symbol means a window is visible, a dark one that it's minimized. Three lines in front of a symbol shows that it's not on the current workspace.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/desktop-applets.html b/docs/userguide/userguide/sv_SE/desktop-applets.html deleted file mode 100644 index af915b36b2..0000000000 --- a/docs/userguide/userguide/sv_SE/desktop-applets.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Skrivbordsprogram - - - - - - - - -
-
- -

Skrivbordsprogram

- -

Haiku tillhandahåller några användbara verktyg som kan installeras på Skrivbordet eller i Deskbar genom deras Replikanter.

- - - - - - - - - - - -
iconStartBlock Genvägar till dina favoritprogram.
iconNätverksStatus Fungerar din anslutning?
iconBatteriStatus Visar batterinivån i din bärbara dators batteri.
iconProcessKontroll Bevaka och kontrollera alla aktiva program och tjänster.
iconArbetsytor Visar en miniatyrversion av alla dina arbetsytor.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/desktop-applets/launchbox.html b/docs/userguide/userguide/sv_SE/desktop-applets/launchbox.html deleted file mode 100644 index 836d946b51..0000000000 --- a/docs/userguide/userguide/sv_SE/desktop-applets/launchbox.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - StartBlock - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

launchbox-icon_64.pngStartBlock

- - - - -
Deskbar:Skrivbordsprogram
Plats:/boot/system/apps/LaunchBox
Inställningar:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

Alla inställningar kan nås genom att höger-klicka:

- - - - - - - - -
Lägg till knapp Lägger till en tom knapp.
Rensa knapp Tömmer en knapp.
Ta bort knapp Tar bort en knapp.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/desktop-applets/networkstatus.html b/docs/userguide/userguide/sv_SE/desktop-applets/networkstatus.html deleted file mode 100644 index 7f7bb7b692..0000000000 --- a/docs/userguide/userguide/sv_SE/desktop-applets/networkstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Deskbar:Skrivbordsprogram
Plats:/boot/system/apps/NetworkStatus
Inställningar:inga
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/desktop-applets/powerstatus.html b/docs/userguide/userguide/sv_SE/desktop-applets/powerstatus.html deleted file mode 100644 index 7f755b802d..0000000000 --- a/docs/userguide/userguide/sv_SE/desktop-applets/powerstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Skrivbordsprogram
Plats:/boot/system/apps/PowerStatus
Inställningar:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/desktop-applets/processcontroller.html b/docs/userguide/userguide/sv_SE/desktop-applets/processcontroller.html deleted file mode 100644 index 1d02cd236f..0000000000 --- a/docs/userguide/userguide/sv_SE/desktop-applets/processcontroller.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

processcontroller-icon_64.pngProcessController

- - - - -
Deskbar:Skrivbordsprogram
Plats:/boot/system/apps/ProcessController
Inställningar:inga
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/desktop-applets/workspaces.html b/docs/userguide/userguide/sv_SE/desktop-applets/workspaces.html deleted file mode 100644 index 20d4096f1b..0000000000 --- a/docs/userguide/userguide/sv_SE/desktop-applets/workspaces.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Workspaces Applet - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Deskbar:Skrivbordsprogram
Plats:/boot/system/apps/Workspaces
Inställningar:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - Stores the panel's window position.
-


-workspaces.png -

You find the Workspaces applet with the other Desktop applets in the Deskbar. It shows a miniature version of all workspaces. There are several options available from the context menu of the applet's window, which are all pretty self-explaining.
-Change workspace count... will open the Screen preferences where you set the number of workspaces and their arrangement (how many rows and columns).

-

Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure Show replicants is activated in the Deskbar menu). Hold SHIFT while resizing to keep your screen's aspect ratio.

- -

-index -Moving windows between workspaces

-

To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows in a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT Fx.

-

For more information on workspaces in general and more keyboard shortcuts, see topic Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Special functionality

-

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:

- - - - -
CTRLBrings the window to the front.
CTRL SHIFTMinimizes the window.
OPTSends the window to the back.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/filesystem-layout.html b/docs/userguide/userguide/sv_SE/filesystem-layout.html deleted file mode 100644 index b51509e8cc..0000000000 --- a/docs/userguide/userguide/sv_SE/filesystem-layout.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Filesystem layout - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Filesystem layout

- -

Haiku's filesystem layout is quite transparent, trying to always use non-cryptic names for files and folders, that don't leave the user guessing. Files and folders that are important for the system to function properly, are protected from accidental tempering by showing one of these alerts:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -The system folder - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -The home folder - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ This folder contains the settings to all applications and a few configurations for the system. Some applications manage their settings in their own subfolders, others simply put their configuration file in there.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ This folder is the place for User Scripts that are executed before or after the system boots up or shuts down.
boot/launch/ Links to programs or documents in this folder are automatically launched on every boot-up.
beos_mime/ In this MIME database Haiku keeps track of all the different filetypes and their settings.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ There's one settings file that may be of interest: kernel offers some low level configurations like disabling SMP, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "#". Be careful here!
Tracker/ Besides the various settings files for Tracker, there are some interesting subfolders:
DefaultFolderTemplate/Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.
DefaultQueryTemplates/You can define the layout of query result windows for certain filetypes. See topic Query: The result window.
Go/Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic Haiku's GUI: Favorites and recent folders.
Tracker New Template/Add a template for any filetype that's then available from Tracker's File | New... menu. See topic Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/filetypes.html b/docs/userguide/userguide/sv_SE/filetypes.html deleted file mode 100644 index f244824210..0000000000 --- a/docs/userguide/userguide/sv_SE/filetypes.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - Filetyper - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Filetyper

- -

Till skillnad från Windows använder Haiku inte filändelser (exempelvis .txt, ,jpg eller .mp3) för filer. Metoden används bara om MIME typen, som är vanlig på internet, saknas.

-
While there's no reason to use file extensions in Haiku, remember to add them to files you want to share with users of other operating systems, e.g. over email, uploading to a server or via exchange of an USB drive. Otherwise their system may not recognize the file type.
- -

index -Ange filtypen för en specifik fil

-

You can change the type of a specific file, its icon and the associated application. Select the file and invoke the Add-Ons | Filetype add-on from the right-click context menu.

-filetype-addon.png - -

-index -Filtypen

-

The above is a PNG file, it's MIME string image/png. Let's say you definitely know that it's not a PNG but a GIF. You can change that either by entering the correct MIME string by hand or with one of the two buttons below the textbox:

- - - -
Select... shows a hierarchical list of filetypes where you navigate to image | GIF Image.
Same as... opens a file dialog where you choose any file that already has the filetype you're looking for.
- -

-index -The Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked. You could, for example, change a HTML file's preferred application from the browser to a text editor while you're working on it. Every other HTML file still opens in the browser, only this particular one starts in your text editor.

- -

The Default application is the one that's set globally for that filetype. If you don't find the program you want to associate with this file in the pop-up menu, you'll again find the buttons Select... and Same as... which do the similar thing described under "The File Type" above.

- -

-index -Ikonen

-

If you're wondering why the icon well on the top right is empty: Icons are normally inherited from the system default for that filetype. You can open the Filetype add-on of a file that contains an icon and drag&drop it into your file's icon well. Or you double-click the icon well and create or edit your own icon. For more info on icons and how to create your own, see topic Icon-O-Matic.

- -

-index -Speciella programinställningar

-

If you invoke the Filetype add-on on an executable (here: StyledEdit), you'll get a different dialog:

-filetype-addon-stylededit.png -

On top, you'll see, instead of a standardized MIME string, the unique application signature. With it, the system finds the program wherever it's installed.

-

Below it are several flags, controlling the app's behaviour:

- - - - - - -
Single launch Only one instance of the app can be running per executable file. If you have two copies of that app, however, they can run side by side.
Multiple launch Many instances of the app can run simultaneously.
Exclusive launch Really only one instance with that app's signature is allowed to run at a time.
Args only Indicates the app doesn't respond to messages.
Background app The app won't appear in Twitcher or the list of running apps of the Deskbar.
-

Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's Open with... context menu when you right-click on a file of that type.

-

At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered.

- -

-index -Global settings with the FileTypes Preferences

-

The FileTypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.

-

All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...

-

To learn more about the FileTypes preferences see the workshop: Filetypes, Attributes, Index and Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/gui.html b/docs/userguide/userguide/sv_SE/gui.html deleted file mode 100644 index d546893b1c..0000000000 --- a/docs/userguide/userguide/sv_SE/gui.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Haiku's grafiska miljö - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Index
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

Haiku's grafiska miljö

- -

Haiku's grafiska gränssnitt är integrerat i själva operativsystemet. Till skillnad från Unix-baserade operativsystem finns det ingen separat fönsterhanterare, det går därför inte att starta upp Haiku till skalet. Haiku's fokus är på skrivbordsanvändaren, därför anses det inte vara nödvändigt.

-

Eftersom du antagligen har erfarenhet av andra grafiska miljöer hoppar vi över saker som menyer, höger-klick, drag-och-släpp med mera. I stället tar vi och tittar på vad som är unikt med Haiku's grafiska miljö.

-gui.png -

Det finns några få saker i Haiku's grafiska miljö som kanske inte är helt självklara, och därför förtjänar en förklaring.

-
    -
  1. Deskbar är Haiku's motsvarighet till Windows startmeny, och även verktygsfält om du så vill. Avsnittet Deskbar beskriver dess funktionalitet ytterligare.

  2. -
  3. The yellow tab offers more than just a program's name or a document's filename: -
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • -
    • You minimize a window with a double-click on its tab (or with CTRL ALT M). A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • -
    • You can send a window to the back with a right-click on its tab (or its border).
  4. -
  5. Stängningsknapp.

  6. -
  7. The "zoom" button (or CTRL ALT Z). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -Ett snabbt sätt att flytta och ändra storlek på fönster

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Dialogrutorna Öppna och Spara

-

When opening or saving a file from any application, a panel like this opens:

-open-save.png -

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.
-You can enter parent folders with the pop-up menu above the file listing.

-

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.

- -

-index -Kortkommandon

-

Flera kortkommandon i dialogrutorna för öppna och spara är samma som i Tracker. Förutom dom kommandon som också är tillgängliga via Arkiv menyn, finns det några fler som kan vara bra att känna till:

- - - - - - - -
ALT NSkapar en ny mapp.
ALT EDöpa om mapp.
ALT Öppnar överordnad mapp.
ALT eller ENTERÖppnar underordnad mapp.
ALT DTar dig till Skrivbordet.
ALT HTar dig till din Hem mapp.
- -

-index -Favoriter och senaste mapparna

-

The Favorites menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

-favorites.png -

To add a Favorite, you simply navigate to your destination and choose Favorites | Add current folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure favorites... and delete its entry.
-All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

- -

-index -Replikanter

-

Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to Show replicants is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:

-replicant.png -

The most prominent place that accepts Replicants is the Desktop: You simply drag & drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.
-A right-click on a Replicant handle offers a context menu to show the originating app's About window and to Remove replicant.

-
Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete ~/config/settings/Tracker/tracker_shelf. Unfortunately, this will remove all Replicants from the Desktop.
-

Examples for replicatable applications are the graphs of the ActivityMonitor, the Workspaces applet or DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/activitymonitor.png b/docs/userguide/userguide/sv_SE/images/apps-images/activitymonitor.png deleted file mode 100644 index bc302fb708..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/bootmenu.png b/docs/userguide/userguide/sv_SE/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/cdplayer.png b/docs/userguide/userguide/sv_SE/images/apps-images/cdplayer.png deleted file mode 100644 index d04dc58b86..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/charactermap.png b/docs/userguide/userguide/sv_SE/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/cli-alert.png b/docs/userguide/userguide/sv_SE/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/cli-desklink.png b/docs/userguide/userguide/sv_SE/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/sv_SE/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/codycam.png b/docs/userguide/userguide/sv_SE/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/debugger.png b/docs/userguide/userguide/sv_SE/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/debugger_alert.png b/docs/userguide/userguide/sv_SE/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/deskcalc.png b/docs/userguide/userguide/sv_SE/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/sv_SE/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/diskprobe.png b/docs/userguide/userguide/sv_SE/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/diskusage.png b/docs/userguide/userguide/sv_SE/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup.png b/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/expander-preferences.png b/docs/userguide/userguide/sv_SE/images/apps-images/expander-preferences.png deleted file mode 100644 index 8f46f0ddee..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/expander.png b/docs/userguide/userguide/sv_SE/images/apps-images/expander.png deleted file mode 100644 index 3ecb35c5c3..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/sv_SE/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot.png b/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/sv_SE/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/sv_SE/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/installer.png b/docs/userguide/userguide/sv_SE/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/magnify.png b/docs/userguide/userguide/sv_SE/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mail-attachments.png b/docs/userguide/userguide/sv_SE/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mail-preferences.png b/docs/userguide/userguide/sv_SE/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mail-read.png b/docs/userguide/userguide/sv_SE/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mail-signature.png b/docs/userguide/userguide/sv_SE/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/sv_SE/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mail-write.png b/docs/userguide/userguide/sv_SE/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer.png b/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/midiplayer.png b/docs/userguide/userguide/sv_SE/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/sv_SE/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/sv_SE/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/packageinstaller.png b/docs/userguide/userguide/sv_SE/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/people-files.png b/docs/userguide/userguide/sv_SE/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/people.png b/docs/userguide/userguide/sv_SE/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/poorman.png b/docs/userguide/userguide/sv_SE/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/screenshot.png b/docs/userguide/userguide/sv_SE/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/sv_SE/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/sv_SE/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/sv_SE/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/sv_SE/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/sv_SE/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/stylededit.png b/docs/userguide/userguide/sv_SE/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/terminal-settings.png b/docs/userguide/userguide/sv_SE/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/terminal.png b/docs/userguide/userguide/sv_SE/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/textsearch.png b/docs/userguide/userguide/sv_SE/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/sv_SE/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/web+download.png b/docs/userguide/userguide/sv_SE/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/sv_SE/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/sv_SE/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/web+settings.png b/docs/userguide/userguide/sv_SE/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive.png b/docs/userguide/userguide/sv_SE/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/attributes-images/people.png b/docs/userguide/userguide/sv_SE/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/calendar.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/calendar.png deleted file mode 100644 index 1366a43bba..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/deskbar.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/deskbar.png deleted file mode 100644 index 9e6cbb4a2b..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/list-of-apps.png deleted file mode 100644 index 9aaa7cf403..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/positions.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/sv_SE/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 8c91612920..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/sv_SE/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/sv_SE/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/sv_SE/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/sv_SE/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/gui-images/favorites.png b/docs/userguide/userguide/sv_SE/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/sv_SE/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/gui-images/gui-stacking.png b/docs/userguide/userguide/sv_SE/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/gui-images/gui-tiling.png b/docs/userguide/userguide/sv_SE/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/gui-images/gui.png b/docs/userguide/userguide/sv_SE/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/gui-images/open-save.png b/docs/userguide/userguide/sv_SE/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/gui-images/resizing.png b/docs/userguide/userguide/sv_SE/images/gui-images/resizing.png deleted file mode 100644 index b2a256cb82..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/networkstatus-images/applet.png b/docs/userguide/userguide/sv_SE/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/powerstatus-images/applet.png b/docs/userguide/userguide/sv_SE/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index dd1dee3538..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index 01c51ff609..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 3c9d117256..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index 36dee9c81a..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/backgrounds.png b/docs/userguide/userguide/sv_SE/images/prefs-images/backgrounds.png deleted file mode 100644 index e40f5642e0..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/datatranslations.png b/docs/userguide/userguide/sv_SE/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/fonts.png b/docs/userguide/userguide/sv_SE/images/prefs-images/fonts.png deleted file mode 100644 index bf02c2c24d..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/keyboard.png b/docs/userguide/userguide/sv_SE/images/prefs-images/keyboard.png deleted file mode 100644 index bcfd6fa69e..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/sv_SE/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/keymap.png b/docs/userguide/userguide/sv_SE/images/prefs-images/keymap.png deleted file mode 100644 index fb7a75b3df..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/sv_SE/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/locale-language.png b/docs/userguide/userguide/sv_SE/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/mouse.png b/docs/userguide/userguide/sv_SE/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/network.png b/docs/userguide/userguide/sv_SE/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/screen.png b/docs/userguide/userguide/sv_SE/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/sv_SE/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/sv_SE/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/sounds.png b/docs/userguide/userguide/sv_SE/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/time-clock.png b/docs/userguide/userguide/sv_SE/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/time-network.png b/docs/userguide/userguide/sv_SE/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/time-time.png b/docs/userguide/userguide/sv_SE/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/time-timezone.png b/docs/userguide/userguide/sv_SE/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/touchpad.png b/docs/userguide/userguide/sv_SE/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/sv_SE/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/processcontroller-images/applet.png b/docs/userguide/userguide/sv_SE/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/processcontroller-images/memory.png b/docs/userguide/userguide/sv_SE/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/processcontroller-images/priority.png b/docs/userguide/userguide/sv_SE/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/processcontroller-images/quit.png b/docs/userguide/userguide/sv_SE/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/queries-images/basic-query.png b/docs/userguide/userguide/sv_SE/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/queries-images/formula-query.png b/docs/userguide/userguide/sv_SE/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/queries-images/query-window-filled.png b/docs/userguide/userguide/sv_SE/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/queries-images/query-window.png b/docs/userguide/userguide/sv_SE/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/queries-images/result-window.png b/docs/userguide/userguide/sv_SE/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/sv_SE/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/drill-down.png b/docs/userguide/userguide/sv_SE/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/get-info.png b/docs/userguide/userguide/sv_SE/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/mount-settings.png b/docs/userguide/userguide/sv_SE/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/new-menu.png b/docs/userguide/userguide/sv_SE/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/sv_SE/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/open-with.png b/docs/userguide/userguide/sv_SE/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/sv_SE/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/transaction-status.png b/docs/userguide/userguide/sv_SE/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/sv_SE/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/window-menu.png b/docs/userguide/userguide/sv_SE/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/sv_SE/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-email-images/browsing.png b/docs/userguide/userguide/sv_SE/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/sv_SE/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-1.png b/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-2.png b/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-3.png b/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-4.png b/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-email-images/status.png b/docs/userguide/userguide/sv_SE/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/sv_SE/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/sv_SE/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/images/workspaces-images/workspaces.png b/docs/userguide/userguide/sv_SE/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/sv_SE/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/sv_SE/index.html b/docs/userguide/userguide/sv_SE/index.html deleted file mode 100644 index e869e457c3..0000000000 --- a/docs/userguide/userguide/sv_SE/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Innehåll - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Innehåll

- -

Attributes and Queries are key features of Haiku. While attributes are useful on their own, to display additional information on a file, for a query on them, they need to be indexed. It puts them into a lookup table, which in turn makes queries lightning fast.
-The index is part of the filesystem and is kept for every volume/partition separately.

- -

-Indexing commands in Terminal

-

There are several commands to manage the index:

-
    -
  • lsindex - Displays the indexed attributes on the current volume/partition.
    -These are the attributes that are indexed by default:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Adds an attribute to the index of a volume/partition.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Only new files with that attribute come automatically into the index!
-Existing files have to be added manually by copying them and deleting the originals after that. Alternatively you can use the command reindex. -

-
    -
  • reindex - Puts the attributes of existing files into the newly created index of a volume/partition.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Removes an attribute from the index of a volume/partition.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/keyboard-shortcuts.html b/docs/userguide/userguide/sv_SE/keyboard-shortcuts.html deleted file mode 100644 index 0215661809..0000000000 --- a/docs/userguide/userguide/sv_SE/keyboard-shortcuts.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Shortcuts and key combinations - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Shortcuts and key combinations

- -

By default, Haiku's shortcut key, to invoke commands from menus for example, is not the usual CTRL key, but ALT instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually has advantages as e.g. ALT C and ALT V integrate seamlessly into the bash shell of the Terminal, where CTRL C quits the running process.

-

In any case, you can switch to the maybe more familiar CTRL key in the Keymap preferences. The user guide always describes the default configuration with the command key being ALT.

-

If you're in doubt which keys are the OPT or MENU keys on your particular keymap/keyboard-layout, again use the Keymap preferences. There you can see what keystroke is sent when you press a key on your keyboard.

- -

-index -General shortcuts

-

Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxSwitches to Workspace X (Fx is the function key corresponding to that workspace). Take the active window with you by adding SHIFT
CTRL ALT / / / Navigates spatially the rows/columns of the available workspaces. Add SHIFT to take the active window with you.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZZooms a window to an alternative size (maximum size for most applications).
CTRL ALT MMinimizes the active window.
CTRL ALT HHides (minimizes) all windows of the active application.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BSends the active window to the back.
CTRL TABHold down to bring up the Twitcher.
CTRL ALT DELOpens the Team Monitor.
ALT ESCEnters the menu bar (leave with ESC).
ALT CCopies the selection to the clipboard.
ALT XCuts the selection to the clipboard.
ALT VPastes the clipboard's contents.
ALT WCloses the active window.
ALT QQuits an application.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Shortcuts for Tracker navigation

-

Additionally to the general shortcuts, here are some more for navigating with Tracker:

- - - - - - - - -
ALT Opens the parent folder.
ALT eller ENTEROpens the selected folder.
OPTHolding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse.
MENUOpens the Deskbar menu (leave with ESC).
ALT ZUndo last action. The undo history is only limited by the available memory. Note, this only works for actions on the file itself, changed attributes and permission settings can't be undone with this. Also, once a file is removed from Trash it's gone for good.
ALT SHIFT ZRedo the action you just reverted with ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Shortcuts in Terminal

- - - - - - - - - - - - - - - - -
ALT NOpens another Terminal session in a new window.
ALT TOpens another Terminal session in a new tab.
ALT 1, 2, 3 ...Switches to the corresponding tab.
ALT TABSwitches to the next Terminal window.
SHIFT / Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Increase/Decrease font size.
ALT ENTEREnter/leave fullscreen mode.
SHIFT / Scrolls the Terminal output up/down one line.
SHIFT Page↑ / Page↓ Scrolls the Terminal output up/down one page.
TABTab-completion. After entering a few letters, press TAB once to auto-complete a filename or path. If there is more than one match, it stops where the name starts to differ and you have to provide some more letters to further distinguish them. You can also press TAB twice to have all matches listed.
/ Moves up or down in a history of all previously entered commands.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CStops the currently running command.
CTRL DCloses the current Terminal session.
- -

-index -Other key combinations

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTThis will select everything between the first selected item and the one you click on.
ALTAdds or removes the item you're clicking on from the selection.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences.html b/docs/userguide/userguide/sv_SE/preferences.html deleted file mode 100644 index 1e0899313f..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Inställningar - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Inställningar

- -

While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's Preferences menu.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconUtseende Configure certain aspects of the graphical interface.
iconBakgrunder Set a color or image as background of the Desktop or any other folder.
iconFormatÖversättare Settings for all supported file formats.
iconDeskbar Configure the Deskbar.
iconE-post Configure your email accounts.
iconFilTyper Add, remove and configure filetypes.
iconTangentbord Configure repeat delay and rate.
iconTangentUppsättning Set the mapping of your keyboard.
iconSpråk & Format Set your system language and formatting.
iconMedia Audio and video settings like in/output devices and the system's audio mixer.
iconMus Configure your mouse.
iconNätverk Configure your network.
iconSkrivare Add, remove and configure printers.
iconSkärm Configure resolution, depth, refresh rate and number of used Workspaces.
iconSkärmsläckare Add, remove and configure a screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconLjud Assign sounds to different system events.
iconTid Set time, date and timezone.
iconTracker Configure Haiku's file manager.
iconPekplatta Configure your touchpad.
iconVirtuelltMinne Set the amount of swap space.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/appearance.html b/docs/userguide/userguide/sv_SE/preferences/appearance.html deleted file mode 100644 index fbf02546ac..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/appearance.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - Utseende - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

appearance-icon_64.pngUtseende

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Utseende
Inställningar:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

Inställningarna i Utseende låter dig justera några aspekter av Haikus utseende.

- -

-index -Fonts

-appearance-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- -

-index -Installing new fonts

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Färger

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Kantutjämning

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Betoning

-

När Betoning är aktiverad justeras alla bokstäver så att deras vertikala och horisontella kanter ligger exakt mellan två pixlar. Resultatet är perfekt kontrast, särkillt när det handlar om svart på vitt. Text ser ut att ha skarpare kanter. Det finns också en inställning kallad Endast typsnitt med fast bredd. Det är särskilt användbart på lågupplösta enheter som exempelvis netbooks. Små typsnitt kan vara svårlästa med betoning påslaget, men med denna inställning har du fortfarande fördelen av hintning i textredigerare och i Terminalen.

-

De förstorade skärmbilderna här under visar hur hintning påverkar text:

- - -
appearance-glyph-off.png
Betoning av.
appearance-glyph-on.png
Betoning på.
-

Notera att alla bilder av programmet FörstoringsGlas självklart också själva är renderade med de olika valen. Du ser alltså hur inställningarna ser ut i praktiken om du jämför t.ex. titeln i den gula fliken, eller texten "33 x 15 @ 8 pixels/pixel".

- -

-index -Kantutjämningstyp

-

En annan teknik som förbättrar återgivningen är Kantutjämning, som förutom text även stödjer all vektorgrafik. Den mjukar upp kanter genom att justera färgen på vissa pixlar. Det finns två sätt att göra det:

-

Gråskala justerar ljusstyrkan på pixlar vid kanten.
-LCD subpixel gör ett ännu bättre jobb, särskilt på (högupplösta) LCD-skärmar. Istället för ljusstyrkan justeras pixelns färg, vilket flyttar kanten en bråkdel av en pixel. Det fungerar eftersom varje pixel på en LCD-skärmar har en röd, en grön och en blå yta.

-

En jämförelse av de två metoderna med förstorade skärmbilder:

- - -
appearance-glyph-off.png
Gråskala med betoning av.
appearance-subpixel.png
LCD subpixel med betoning av.
-

Subpixelbaserad kantutjämning ger en något färgad glöd runt texten, något inte alla tolererar. I Haiku kan du blanda de två kantutjämningsmetoderna och hitta den kombination som passar dig bäst genom att använda ett reglage.

-
Subpixelbaserad kantutjämning i kombination med betoning är belagd med mjukvarupatent och är därför inte tillgänglig som standard. Beroende på var i världen du bor har du möjlighet att använda en version utan denna begränsning. Vi beklagar detta.
-

Såhär ser betoning med LCD subpixelbaserad rendering ut (om du aktiverar det genom att ändra i källkoden och kompilera om), jämfört med betoning och gråskala).

- - -
appearance-glyph-on.png
Gråskala med betoning på.
appearance-glyph-on-subpixel.png
LCD subpixel med betoning på.
-


-

Längst ner i panelen finns två knappar:

- - - -
Förval återställer allt till standardinställningarna.
Återställ ställer tillbaka inställningarna som de var när du startade Utseende.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/backgrounds.html b/docs/userguide/userguide/sv_SE/preferences/backgrounds.html deleted file mode 100644 index 6453c2c660..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/backgrounds.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Bakgrunder - - - - - - - - -
-
- -

backgrounds-icon_64.pngBakgrunder

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Bakgrunder
Inställningar:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - lagrar panelens fönsterposition.
-

Du kan välja färg eller en bild som bakgrund för varje mapp och för skrivbordet i varje arbetsyta.

-


-backgrounds.png -

Den översta menyn bestämmer om dina ändringar gäller den nuvarande arbetsytan, alla arbetsytor, en specifik mapp eller som standard för alla nya mappar.

-

Under detta kan du välja en bild eller väja Ingen om du bara vill ha en färg som bakgrund. Bilder kan också släppas på förhandsvisningen till vänster.

-

Om du använder en bakgrundsbild behöver du bestämma en placering:

- - - - - -
Manuell Låter dig bestämma koordinaterna. Du kan dra bilden i förhandsvisningsningen, eller ange X och Y koordinaterna manuellt.
Centrera Centrerar bilden i mitten.
Anpassa Förstorar eller minskar bilden så att den fyller hela ytan.
Upprepa Upprepar bilden över hela ytan.
-

Med Filnamnskontur skapas en tunn kontur runt ikontexten.

-

Huruvida en ikontext är svart eller vit beror på färgväljarens inställning. En mörk bakgrundsfärg gör att texten blir vit, medans en ljus färg gör den svart. Om du vill ha en ljus bild som bakgrund bör du även välja en ljus bakgrundsfärg, så att ikontexten blir läsbar (eller använda Filnamnskontur).
Den valda färgen syns även i skrivbordsprogrammet Arbetsytor, som dock inte visar bakgrundsbilder.

- - - -
Återställ Återställer dom ändringar som var när Bakgrund startades.
Använd Sparar dina ändringar.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/datatranslations.html b/docs/userguide/userguide/sv_SE/preferences/datatranslations.html deleted file mode 100644 index a265eeb0f6..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/datatranslations.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/DataTranslations
Inställningar:~/config/settings/* - Every Translator creates its own settings file here after you've changes its defaults.
-~/config/settings/system/DataTranslations settings - Stores the panel's window position.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP images24bit, uncompressed, no transparency
EXR imagesILM's high dynamic-range (HDR) format
GIF images8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
HVIF iconsTranslator for Haiku's vector icon format
JPEG2000 images24bit, compressed, no transparency
-Here, you normally only care about the output quality.
JPEG images24bit, compressed, no transparency
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
PCX images24bit, uncompressed, no transparency, PC Paintbrush Exchange format
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
PNG images32bit, lossless compression, transparency
PPM images24bit, uncompressed, no transparency, Portable PixMap format
RAW imagesup to 48bit, uncompressed, no transparency
RTF text filesFormatted text
SGI images24bit, optional lossless compression, transparency
StyledEdit filesPlain text with formatting stored in attibutes
TGA images32bit, optional lossless compression, transparency
TIFF images24bit, optional lossless compression, layers, transparency
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
WonderBrush images32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/deskbar.html b/docs/userguide/userguide/sv_SE/preferences/deskbar.html deleted file mode 100644 index aa2eaad8fb..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Deskbar
Inställningar:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Inställningarna för Deskbar är också tillgängliga från Deskbar. Inställningarna diskuteras i kapitlet Deskbar.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/e-mail.html b/docs/userguide/userguide/sv_SE/preferences/e-mail.html deleted file mode 100644 index 4d8ffae185..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/e-mail.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - E-post - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Innehåll
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-post

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/E-mail
Inställningar:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Creating a new e-mail account

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name the name of the sender
From the e-mail address of the sender
To your e-mail address (different for each e-mail account)
Reply to the e-mail address replies are sent to
When the date and time the mail was received
Subject the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Account the name of the e-mail's account
Status The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Priority is set by the sender's e-mail program (e.g. "urgent")
Thread essentially the same as "Subject", but without things like Re: or Fwd:
Classification group depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Spam/Genuine estimate this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Outgoing Mail Filters

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Setting up the Mail Service

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/filetypes.html b/docs/userguide/userguide/sv_SE/preferences/filetypes.html deleted file mode 100644 index 48fbbd7fa2..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/filetypes.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - FilTyper - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

filetypes-icon_64.pngFilTyper

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/FileTypes
Inställningar:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Lagrar alla MIME-typer som mappar.
-

Please refer to topic Filetypes and the workshop Filetypes, Attributes, Index and Queries that explains most of this preference panel.

- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/fonts.html b/docs/userguide/userguide/sv_SE/preferences/fonts.html deleted file mode 100644 index ee5b581ef8..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/fonts.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - Typsnitt - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngTypsnitt

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Fonts
Inställningar:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Lagrar panelens fönsterposition.
-


-fonts.png -

Haiku definierar tre standardfonter för olika ändamål. Du väljer teckensnitt och storlek för texttyperna "Plain", "Bold" och "Fixed", som används systemet igenom. Förutom dessa, finns också en separat texttyp för teckensnittet som används i menyer.

- - - -
Förval återställer allt till standardinställningarna.
Återställ ställer tillbaka inställningarna som de var när du startade Fonts.
- -

-index -Installera nya typsnitt

-

Du installerar nya typsnitt genom att kopiera dem till respektive användares mapp, t.ex. /boot/common/fonts/ or /boot/home/config/fonts/ (se kapitlet om Filsystemets uppbyggnad).

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/keyboard.html b/docs/userguide/userguide/sv_SE/preferences/keyboard.html deleted file mode 100644 index 70419ea381..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/keyboard.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Tangentbord - - - - - - - - -
-
- -

keyboard-icon_64.pngTangentbord

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Keyboard
Inställningar:~/config/settings/Keyboard_settings
-


-keyboard.png -

Bestämmer upprepningstakten och fördröjningen innan en nedtrykt tangent börjar upprepas. Du kan testa dina inställningar i textfältet längst ner.

- - - -
Förval återställer allt till standardinställningarna.
Återställ ställer tillbaka inställningarna som de var när du startade Keyboard.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/keymap.html b/docs/userguide/userguide/sv_SE/preferences/keymap.html deleted file mode 100644 index f1b3c9fb8c..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/keymap.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - TangentUppsättning - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

keymap-icon_64.pngTangentUppsättning

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Keymap
Inställningar:~/config/settings/Keymap/* - Lagrar modifierade tangentuppsättningar.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/locale.html b/docs/userguide/userguide/sv_SE/preferences/locale.html deleted file mode 100644 index 3142718694..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - Språk & Format - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

locale-icon_64.pngSpråk & Format

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Locale
Inställningar:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Förval resets everything to default values.
Återställ brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/media.html b/docs/userguide/userguide/sv_SE/preferences/media.html deleted file mode 100644 index 37e21a9a28..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/media.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
- -

media-icon_64.pngMedia

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Media
Inställningar:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Lagrar fönstrets position.
-

Dokumentation saknas fortfarande. Om du vill arbeta med den, anmäl dig i e-postlistan för dokumentation för att undvika dubbelarbete.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/mouse.html b/docs/userguide/userguide/sv_SE/preferences/mouse.html deleted file mode 100644 index 0cdcc8e8e7..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/mouse.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Mus - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

mouse-icon_64.pngMus

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Mouse
Inställningar:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

Alla inställningarna börjar att gälla direkt.

- - - -
Förval återställer allt till standardinställningarna.
Återställ återställer inställningarna som de var när du startade Mus.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/network.html b/docs/userguide/userguide/sv_SE/preferences/network.html deleted file mode 100644 index 829f0c3c7a..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/network.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - Nätverk - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

network-icon_64.pngNätverk

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Network
Inställningar:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/printers.html b/docs/userguide/userguide/sv_SE/preferences/printers.html deleted file mode 100644 index fa32923b76..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/printers.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Skrivare - - - - - - - - -
-
- -

printers-icon_64.pngSkrivare

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Printers
Inställningar:~/config/settings/printers/*
-

Dokumentation saknas fortfarande. Om du vill arbeta med den, anmäl dig i e-postlistan för dokumentation för att undvika dubbelarbete.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/screen.html b/docs/userguide/userguide/sv_SE/preferences/screen.html deleted file mode 100644 index e75ce389ed..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/screen.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Skärm - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

screen-icon_64.pngSkärm

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Screen
Inställningar:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Endast vid VESA-läge.
-~/config/settings/Screen_data - Lagrar panelens fönsterposition.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

Genom att klicka på Använd ändras grafikläget och en avisering frågar om du vill behålla ändringarna. Om du inte svarar på frågan kommer grafikläget efter 12 sekunder att återställas till föregående läge. Det är användbart I fall du inte kunde se aviseringen på grund av att din monitor inte klarade av de nya inställningarna.

-

Till vänster kan du ange antalet arbetsytor och arrangera dom i rader och kolumner. Du kan också öppna panelen Bakgrunder.

-

Återställ återställer inställningarna till det läget som var innan du startade skärminställningarna.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/screensaver.html b/docs/userguide/userguide/sv_SE/preferences/screensaver.html deleted file mode 100644 index fea93a2e17..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/screensaver.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Screensaver
Inställningar:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/shortcuts.html b/docs/userguide/userguide/sv_SE/preferences/shortcuts.html deleted file mode 100644 index d7ae0f9f83..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/sounds.html b/docs/userguide/userguide/sv_SE/preferences/sounds.html deleted file mode 100644 index 6e5409ede0..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/sounds.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

sounds-icon_64.pngSounds

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Sounds
Inställningar:~/config/settings/Media/MediaFiles
-


-sounds.png -

You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.

- - -
None will silence an event.
Other... will open a file panel to find a new sound that isn't yet in the menu.
-

You can use any format that's supported by the system. If MediaPlayer can deal with it, so can any other program.
-You can "pre-hear" an event's sound by selecting it and using the Play and Stop buttons.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/time.html b/docs/userguide/userguide/sv_SE/preferences/time.html deleted file mode 100644 index a28519627e..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/time.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

time-icon_64.pngTime

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Time
Inställningar:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/sv_SE/preferences/touchpad.html b/docs/userguide/userguide/sv_SE/preferences/touchpad.html deleted file mode 100644 index 37f578ffdb..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/touchpad.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Touchpad
Inställningar:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Förval resets everything to default values.
Återställ brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/tracker.html b/docs/userguide/userguide/sv_SE/preferences/tracker.html deleted file mode 100644 index f27d400b04..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/tracker.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/Tracker
Inställningar:~/config/settings/Tracker/TrackerSettings
-


-

Trackers inställningspanel finns även tillgänglig i Tracker-fönster via menyvalet Fönster > Inställningar....
-Dess funktioner beskrivs i kapitlet Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/preferences/virtualmemory.html b/docs/userguide/userguide/sv_SE/preferences/virtualmemory.html deleted file mode 100644 index b9d4f5f4b7..0000000000 --- a/docs/userguide/userguide/sv_SE/preferences/virtualmemory.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
- -

virtualmemory-icon_64.pngVirtualMemory

- - - - -
Deskbar:Inställningar
Plats:/boot/system/preferences/VirtualMemory
Inställningar:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Lagrar panelens fönsterposition.
-

Virtuellt minne låter systemet temporärt lägga ut data på hårddisken om RAM-minnet kan utnyttjas bättre till något annat. Så även om du har massor av RAM är det aldrig en dålig idé att avsätta virtuellt minne.

-virtualmemory.png -

Du kan ange en storlek ännu större än ditt fysiska minne om det behövs. Med dagens gigantiska hårddiskar borde det inte vara något problem att ange en storlek lika stor som det fysiska minnet. Skulle du någon gång få ont om hårddiskutrymme kan du snabbt ändra storleken. I så fall borde du också ta en titt på DiskUsage för att ta reda på vad det är som äter upp ditt hårddiskutrymme.

-

Normalt lagras den temporära filen på din startpartition. Om du ofta råkar ut för att hårddisken rasslar långa stunder när systemet för virtuellt minne skriver och läser data kan du prova att använda en separat hårddisk till den temporära filen. Det räcker inte att bara använda en annan partition på samma hårddisk.
-Att uppgradera RAM-minnet är självklart den mest effektiva lösningen.

- - - -
Förval återställer allt till standardinställningarna.
Återställ ställer tillbaka inställningarna som de var när du startade intällningarna för VirtualMemory.
- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/queries.html b/docs/userguide/userguide/sv_SE/queries.html deleted file mode 100644 index 8d89fee1e6..0000000000 --- a/docs/userguide/userguide/sv_SE/queries.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Queries - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - - -
Innehåll
- The Find window
- Basic queries - "by Name"
- Advanced queries - "by Attribute"
- Even more advanced queries - "by Formula"
- The result window
- Query Templates -
- -

Queries

- -

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
-Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

- -

-index -The Find window

-

You start a query by invoking the Find... menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

-basic-query.png -
    -
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. -
  3. Narrow down your search from All files and folders to specific file types.

  4. -
  5. Define the search method:
      -
    • by Name - a basic search by file or folder name
    • -
    • by Attribute - an advanced search, you specify search terms for one or more attributes
    • -
    • by Formula - an even more advanced search, you can fine-tune a complex query term
  6. -
  7. Select which drives to search on.

  8. -
  9. Enter the search term.

  10. -
  11. The expander hides/unhides the additional options.

  12. -
  13. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  14. -
  15. Check if your query is supposed to Include trash.

  16. -
  17. Optionally, enter a name for this query if you want to save it.

  18. -
  19. You can drag&drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

  20. -
- -

-index -Basic queries - "by Name"

-

If you simply want to find all files and folders on your mounted disks that match a certain pattern, simply leave the search method at by Name, enter the search term into the text box and press ENTER.

- -

-index -Advanced queries - "by Attribute"

-

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

-query-window.png -

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by Attribute.

-

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

-

Let's do an email query as an example:

-query-window-filled.png -

This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".
-As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
-A good way to cut down the number of search results.

- -

-index -Even more advanced queries - "by Formula"

-

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

-

Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to by Formula mode and be overwhelmed by this one line query string:

-formula-query.png -

Once more as text, edited for readability:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

What's the use?

-
    -
  • You could copy and paste the string into an email, forum or IRC for others to use or debug.

  • -
  • You can use this method to construct a query in Attribute mode and then switch to Formula mode, to comfortably generate a search string to use for a query in Terminal or a script.

  • -
  • You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "==" to "!=" for a NOT AND. All you need is a basic understanding of regular expressions and maybe some scripting basics.

  • -
- -

-index -The result window

-

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

-result-window.png -

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

-
    -
  • You can open the location of a file or folder by double clicking on its path attribute.

  • -
  • With File | Edit query or ALT G you get back to your Find window to refine your query.

  • -
  • A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.

  • -
-

You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

- - -

-index -Query Templates

-

If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these exact search parameters, but use it as starting point to only slightly tweak the formula.
-By using the Save query as template menu item (see (1) in screenshot at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.

-

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.

-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/teammonitor.html b/docs/userguide/userguide/sv_SE/teammonitor.html deleted file mode 100644 index 76093ef86e..0000000000 --- a/docs/userguide/userguide/sv_SE/teammonitor.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Team Monitor

- -

With CTRL ALT DEL you invoke the Team Monitor which lists all currently running programs.

-teammonitor.png -

Programs that were launched by the system are blue, those started by the user black.
-Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can try to quit a program by selecting it and pressing Quit application (or either DEL or Q). If that doesn't work, try Kill application (or SHIFT DEL or K) instead.

-

You can summon a Terminal with OPT ALT T.

-

If your Tracker or Deskbar crashed or froze, a new button appears (you may have to kill the offending team first): Restart the desktop will restart Tracker and/or Deskbar for you.

- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/tracker-add-ons.html b/docs/userguide/userguide/sv_SE/tracker-add-ons.html deleted file mode 100644 index 1dbb039595..0000000000 --- a/docs/userguide/userguide/sv_SE/tracker-add-ons.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Tracker-tillägg - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Tracker-tillägg

- -

Program kan installera tillägg som enkelt kan köras på urval av filer i Tracker. Endast de tillägg som kan hantera filtypen i urvalet av filer visas under Add-Ons i kontextmenyn och i Tracker-fönstrets File-meny. Vissa tillägg behöver inte nödvändigtvis någon fil och presenteras därför alltid i listan.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/   för tillägg åt samtliga användare
/boot/home/config/non-packaged/add-ons/Tracker/   för tillägg åt enskilda användare
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Haikus Tracker-tillägg

-

Dessa Tracker-tillägg kommer med varje Haiku installation:

- - - - - - - - - - - - - -
Background-BÖppnar Background-inställningarna där du kan ändra färg eller bakgrundsbild för skrivbordet eller för valfri mapp. Om tillägget körs på en bildfil så ges den bilden som förslag på ny bakgrundsbild.
DiskUsage-IStartar programmet DiskUsage med utgångspunkt i den valda mappen.
FileType-FOm tillägget körs på en eller flera filer öppnas dess specifika FileType-panel, annars öppnas systemets allmänna filtypsinställningar.
Open Target Folder-OKan bara användas på länkar. Öppnar målfilens föräldrakatalog.
TextSearch-GStartar programmet TextSearch för att leta efter en textsträng i filer i den valda mappen (och undermappar).
ZipOMatic-ZUrvalet av filer arkiveras i en zip-fil. Om tillägget körs utan filer öppnas ett fönster till vilket man kan dra filer som man vill arkivera.
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/tracker.html b/docs/userguide/userguide/sv_SE/tracker.html deleted file mode 100644 index 694541567c..0000000000 --- a/docs/userguide/userguide/sv_SE/tracker.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - - -
Innehåll
- Mounting volumes
- Navigating
- Appearance
- Tracker preferences
- Working with files
- Transaction status -
- -

Tracker

- -

The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Montera volymer

-

In order to access a harddisk, CD, USB stick etc., you first have to mount the volume, that is, let the system know it's there. This is done with a right-click on the Desktop or an already mounted volume (like the boot disk) and choosing the volume from the Mount submenu. You find the same Mount menu in the Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Before you disconnect e.g. a harddrive or USB stick, make sure you have successfully unmounted the volume. This guarantees that all data transfer has finished. Otherwise you may lose data or corrupt the disk!
- -

-index -Navigering

-

By default, when you double-click a folder, Tracker opens a new window while leaving the parent window open. This can quickly lead to an overcrowded desktop.
-You can prevent that by holding down the OPT key, which automatically closes the parent window.
-This is also true for keyboard navigation. For more on that, see topic Shortcuts and key combinations.

-

Moving through your folders is one of Trackers main purposes, just like the file managers on other platforms. Haiku's Tracker has some unique features that will help you doing that efficiently.

- -

-indexDrilling down the submenus

-

Instead of double-clicking your way down folder after folder, there's a better way to drill down:

-drill-down.png - -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/home/config/.
-If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

-

A similar method can be used from any Tracker window:

-window-drill-down.png -

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

-

Note, that the Desktop is always the topmost level as that is where Tracker shows mounted volumes. So, if you want to go to another disk, you first have to navigate to the top (Desktop) and cross over to your other disk from there.


-

You'll get the same submenu-navigating when you drag a file over a folder. After a short while of hovering, a submenu pops up and you can drill down to your destination. If you initiated the drag with the right mousebutton, you can choose between copying, moving or linking the file when you release the mouse.

- -

-index -Jumping to files with type-ahead

-

You may be familiar with the concept from file managers of other operating systems: typing the first few letters of a filename will jump to the first file matching these starting characters. Haiku took the idea a step further. If there isn't a file starting with those letters it will jump to the first file including the string anywhere in its name. And if there's nothing with the string in its filename, the attributes are searched next.

-window-type-ahead.png -

In the above example, there are many files starting with "Haiku logo", rendering simpler approaches to typing ahead quite useless. In Haiku however, typing "web" jumps right to its first occurence in "Haiku logo - website". The characters you enter appear in the bottom left corner where you normally find the item count of all files in the folder. A second after entering a character, the display jumps back to normal and you're ready for a new type ahead search.

-

-index -Type-ahead filtering

-

Instead of jumping to a file while typing, there's also the option to filter out all files not matching your type-ahead string. This can improve clarity dramatically, especially when dealing with crowded folders. By using SHIFT SPACE as delimiter, you can even filter on multiple strings.
-Contrary to type-ahead jumping, the filtering will stick until you press ESC or close the window (or leave the folder if you're using Single Window Navigation).
-This type-ahead filtering is set in the Tracker preferences.

- -

-index -Utseende

-window-menu.png -

Tracker windows offer three different viewing modes from the Window menu:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

The Window menu offers a number of other functions:

-
    -
  • Resize to fit (ALT Y) - Resizes the window to its ideal size.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Sometimes you just want to rearrange a few icons without doing a complete Clean up (ALT K). In that case, you select these icons and start to drag them to their new location. Before you drop them there, keep ALT pressed. This will align the icons to the invisible grid.

-

The rest of the functions are pretty self-explanatory, leaving the Tracker preferences.

- -

-index -Tracker inställningar

-

Window | Preferences... opens a panel that offers a number of settings that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes. -
So, in short, the not so obvious settings:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - You can set Single window navigation, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of its parent folder. This is not the same as clicking while holding the OPT key, as described above, because you'll lose the per window saved position and size. -

    -tracker-preferences-navigator.png -

    Before you switch Tracker to Single window navigation mode, 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 Navigator where you can enter or copy & paste a path name and use back, forward and up buttons.

    -

    Activating Type-ahead filtering 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 above.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

This panel, by the way, is also available as Tracker from Deskbar's Preferences.

- -

-index -Arbeta med filer

-

When invoked on a selected file, most of the File menu commands are also offered in the context menu by right-clicking that file.

-

As usual the commands are pretty clear.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Transaction status

-

When you copy, move or delete files, Tracker shows its progress with a status window. If you initiate more than one transaction, each job gets its own status display.

-transaction-status.png -

To the right are two buttons to pause or stop a transaction entirely. Sometimes it can be useful to temporarily pause a large transaction. For example, you may need to quickly launch a large application. Copying large amounts of data chokes your harddisk's IO bandwidth and thus delays your workflow.

- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/twitcher.html b/docs/userguide/userguide/sv_SE/twitcher.html deleted file mode 100644 index 7192590f40..0000000000 --- a/docs/userguide/userguide/sv_SE/twitcher.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Snabbväxlaren - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- -

Snabbväxlaren

- -

Snabbväxlarens uppgift är att snabbt kunna växla till en annan aktiv applikation och dess fönster.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

You cycle through all an applications visible windows on the current workspace with CTRL ~ (which, depending on the keymap you're using, is the key below ESC).

-

It's also possible to invoke the Twitcher with CTRL TAB and then use the mouse to choose the application/window you'll jump to when releasing the CTRL key.

-

Snabbväxlaren erbjuder också några mer avancerade kortkommandon:

- - - - -
ESCStänger ner Snabbväxlaren och återgår till det tidigare aktiva fönstret.
QAvslutar det valda programmet.
HGömmer alla fönster för det valda programmet.
- -
-
- - - - diff --git a/docs/userguide/userguide/sv_SE/workshop-email.html b/docs/userguide/userguide/sv_SE/workshop-email.html deleted file mode 100644 index 6402464933..0000000000 --- a/docs/userguide/userguide/sv_SE/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - - -
Index
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/workshop-filetypes+attributes.html b/docs/userguide/userguide/sv_SE/workshop-filetypes+attributes.html deleted file mode 100644 index 3be48c774f..0000000000 --- a/docs/userguide/userguide/sv_SE/workshop-filetypes+attributes.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - Workshop: Filetypes, Attributes, Index and Queries - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - - -
Innehåll
- Preparations
- Creating a custom filetype
- Icon
- File recognition
- Description
- Preferred Application
- Extra Attributes
- Indexing
- Filling in the data
- Querying the database -
- -

Workshop: Filetypes, Attributes, Index and Queries

- -

This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.

- -

-index -Preparations

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Here are the attributes I'd like to see for my DVDs:

-
    -
  • Movie title
  • -
  • Genre
  • -
  • URL to e.g. IMdB
  • -
  • Director/Cast
  • -
  • Plot
  • -
  • My rating from 1 to 10
  • -
  • Coordinates in my shelf, e.g. A2, B3, so I find the DVD also in Real Life :)
  • -
  • If so, who's borrowed the disk...
  • -
- -

-index -Creating a custom filetype

-

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

-filetypes-new-file-type.png -

Now, a panel for your new DVDdb filetype opens:

-filetypes-dvddb.png - -

-index -Icon

-

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

- -

-index -File Recognition

-

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

- -

-index -Description

-
    -
  • Type name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • -
  • Description - A bit more detailed description.
  • -
- -

-index -Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked.

- - - -
Select... opens a file dialog where you choose the application to open with this filetype. Here, we set ShowImage to display the DVD's cover.
Same as... opens a file dialog where you choose any file that already has the preferred application set that you're looking for.
- -

-index -Extra Attributes

-

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

-filetype-extra-attribute.png -
    -
  • Attribute name - Appears e.g. as the column heading in Tracker windows.

  • -
  • Internal name - Is used for indexing and querying the attribute.

  • -
  • Type - Defines the value the attribute can hold and therefore how it can be queried. -
      -
    • String for normal text
    • -
    • Boolean for binary data: 0 or 1
    • -
    • Integer for integer numbers with different ranges: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float for floatingpoint numbers, single precision
    • -
    • Double for floatingpoint numbers, double precision
    • -
    • Time for time and date format
    • -
    -
  • -
-
    -
  • Visible - This checkbox determines if the attribute is visible in a Tracker window at all. Since the Tracker will be the interface to our DVD database, we check it and define its appearance with:
      -
    • Display as - Leave on "Default". In the future more option will become available, e.g. a bar or stars for a rating etc.
    • -
    • Editable - Determines if the attribute shall be editable in Tracker.
    • -
    • Width - The default width of that attributes column in a Tracker window.
    • -
    • Alignment - The attribute can be displayed left, center, or right aligned.
    • -
-

Now, insert all the info for our attributes:

- - - - - - - - - - -
Internal NameAttribute typeindexed?Description
DVDdb:title text yes Movie title
DVDdb:genre text yes Genre
DVDdb:url text no URL
DVDdb:cast text yes Director/Cast
DVDdb:plot text no Plot
DVDdb:rating int-32 yes Rating 1 to 10
DVDdb:coord text no Shelf
DVDdb:lent text yes Lent to
- -

-index -Indexing

-

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
-So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

-

This leaves these attributes:

- - - - - - -
Internal NameAttribute type
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

To index them, we open a Terminal and simply add one attribute after the other:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

- -

-index -Filling in the data

-

Now, everything's set and we can begin putting some data into our base.
-Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

-

Opening that folder we see a typical Tracker window with one JPEG in it. Right-clicking it, we change its filetype to application/DVDdb with the Filetype Addon. There's more info on this in the Filetypes document.

-

Now, we activate all our DVDdb attributes from the Attributes menu of the Tracker window and rearrange the columns to our taste:

-filetypes-dvddb-empty.png -

By clicking on a yet empty attribute (or pressing ALT E) we enter editing mode and fill each attribute. With TAB and SHIFT TAB you can navigate between attributes.

-

In our example, we usually start with a downloaded JPG cover and change its type to applications/DVDdb. There's another elegant way to produce a file to work with. Just copy an empty file of our filetype to /boot/home/config/settings/Tracker/Tracker New Templates and rename it to DVDdb.

-

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

- -

-index -Querying the database

-

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

-

You can assign a sensible attribute layout for query results of a specific filetype.
-Open the folder containing your DVDdb files and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder and rename it to group/filetype, replacing slashes with underscores; in our case "applications_DVDdb".

-

Open the new folder and paste in the layout with Attributes | Paste layout. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/workshop-wlan.html b/docs/userguide/userguide/sv_SE/workshop-wlan.html deleted file mode 100644 index 0d243fd806..0000000000 --- a/docs/userguide/userguide/sv_SE/workshop-wlan.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - - -
Index
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/sv_SE/workspaces.html b/docs/userguide/userguide/sv_SE/workspaces.html deleted file mode 100644 index d1472ab677..0000000000 --- a/docs/userguide/userguide/sv_SE/workspaces.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Arbetsytor - - - - - - - - -
-
- -

Arbetsytor

- -

Arbetsytor är virtuella skrivbord, komplett med egen upplösning, färgdjup och bakgrund. Upp till 32 arbetsytor kan skapas via Skärm inställningarna.

- -workspace_overviewpng.png - -

-index -Växla arbetsyta

-

Du kan växla mellan arbetsytor antingen genom att klicka i Arbetsytans skrivbordsprogram (visas i bilden ovan) eller genom att använda tangentbordskombinationen ALT Fx, där "x" är arbetsytans nummer. Det är en bra idé att arrangera dina arbetsytor i rader av fyra för att efterlikna utformningen av Fx tangenterna på ditt tangentbord.
-Klickning på ett program eller ett av dess fönster i Deskbar kommer att skicka dig till den arbetsyta som den finns i.

-

Ett annat behändigt sätt är att använda CTRL ALT /// för att navigera mellan rader och kolumner hos de tillgängliga arbetsytorna. Om du även håller SHIFT nertryckt kommer det aktiva fönstret att följa med till den nya arbetsytan.

-

Du kan växla mellan två arbetsytor med ALT ` (den faktiska tangenten beror på vilken tangentuppsättning du använder - det är tangenten under ESC). Åter igen, om du håller SHIFT nertryckt kommer fönstret att följa med till en nya arbetsytan.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications.html b/docs/userguide/userguide/uk/applications.html deleted file mode 100644 index 7607ad2a56..0000000000 --- a/docs/userguide/userguide/uk/applications.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - Додатки (Applications) - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Додатки (Applications)

- -

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.

-
Below you'll always find the /system/ hierarchy mentioned. If you intend to install packages only for a single user (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under home: ~/config/. See topic Filesystem layout for more information.
- -

-index -Haiku packages (.hpkg)

-

The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else ———— maybe because it's not (yet) in a public repository ———— just double-click it to open in HaikuDepot and install from there.

-

You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.

-

Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.

-
By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.
-

If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.

-

Uninstalling is just as easy: Simply find the package in HaikuDepot and click Uninstall.

-

If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.

- -

-index -Old BeOS archives (.zip and .pkg)

-

BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.

-

This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.

- -

-index -Haiku - додатки

-

Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the Applications menu of the Deskbar.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconActivityMonitor Додаток для відстеження системних ресурсів, наприклад, використання процесора і оперативної пам'яті.
iconBootManager A tool to install a boot menu in the Master Boot Record (MBR) of a drive.
iconCharacterMap Додаток , що показує мапу Unicode - символів.
iconCodyCam Додаток для роботі з веб-камерою, який дозволяє завантажувати зображення на сервер.
iconDebugger A graphical debugger.
iconDeskCalc Калькулятор.
iconDiskProbe HEX-редактор файлів і пристроїв .
iconDiskUsage Додаток для візуалізації використання пам'яті.
iconDriveSetup Додаток для роботи з розділами вінчестера.
iconExpander Додаток для роботи з архівами.
iconHaikuDepot A tool to find, download, install, update and uninstall (application) packages
iconIcon-O-Matic Додаток для створення векторних іконок в Haiku.
iconInstaller Додаток для встановлення Haiku в розділ .
iconMagnify Додаток для збільшення зображення в зоні курсора.
iconMail An email client.
iconMediaPlayer A player for all supported audio/video files.
iconMidiPlayer A player for MIDI files.
iconPackageInstaller Installer for BeOS packages in PKG format.
iconPeople Менеджер контактів.
iconPoorMan Простий веб-сервер.
iconScreenshot Додаток для зйомки зображень робочого столу.
iconShowImage A simple image viewer.
iconSoundRecorder Додаток для запису звуку з лінійного входу або мікрофону. [опис поки відсутній]
iconStyledEdit Простий редактор текстів.
iconTerminal Доступ до командної стрічки оболонки bash .
iconTextSearch Додаток для пошуку текстових файлів .
iconTV Переглядач аналового TV. [опис поки відсутній]
iconWebPositive Нативний переглядач веб-сторінок.
- -

-index -Haiku - додатки для командної стрічки

-

Окрім звиклих термінальних додатків, що ідуть разом с оболонкою bash і які вимагаються для POSIX сумісності постачаються Haiku-додатки для командної стрічки. Вони часто використовуються для написання скриптів, корисно буде заглянути в тему Bash і написання сценаріїв.

- - - -
iconСписок всіх додатків для командної стрічки
iconСпеціальні Haiku-додатки для командної стрічки
- -

-index -Додатки, що входять у склад Haiku

-

Крім додатків,які ми згадували, що підтримуються проектом Haiku, існує ще кілька важливих додатків, що підтримуються сторонніми розробниками. Виявлені помилки і запити на їх покращення просимо відсилати саме до людей які супроводжують ці додатки.

- - - - - - - - - - - -
iconBePDF PDF переглядач.
iconPe Розширений редактор текстів з підсвіткою синтаксису і багатьом іншим.
iconVision IRC-клієнт.
iconWonderBrush Растровий і векторний редактор від YellowBite.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/activitymonitor.html b/docs/userguide/userguide/uk/applications/activitymonitor.html deleted file mode 100644 index d9d2b97ae1..0000000000 --- a/docs/userguide/userguide/uk/applications/activitymonitor.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - ActivityMonitor - - - - - - - - -
-
- -

activitymonitor-icon_64.pngActivityMonitor

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/ActivityMonitor
Настройки:~/config/settings/ActivityMonitor settings
-


-

При допомозі панелі настройок ActivityMonitor ви дістанете можливість відслідковувати системні ресурси, які вас цікавлять.

-activitymonitor.png -

Правим кліком мишки є можливість додати графіки, що показують споживання різного роду ресурсів:
-Память Використана/Кешована (Used/Cached Memory), Файл підкачки (Swap Space), Використання процесора (CPU Usage), Мережа Отримано/Відправлено (Network Receive/Send), Відмови на сторінці (Page faults), Семафори (Semaphores), Порти (Ports), Потоки (Threads), Потоки (Тeams), Додатки, які запущено (Running Applications), Розмір буферу обміну Raw/текстового (Raw/Text Clipboard) Size, Медіа вузли (Media Nodes).

-

Під графіком розташована легенда (є можливість сховати її з контекстного меню). Ви можете змінити колір і фон графіка, якщо перетягнути колір легенди з будь-якого діалога вибору кольорів, наприклад з Icon-O-Matic.

-

Ви можете створити кілька виглядів з графіками при допомозі меню File .

-

Меню Settings відкриває панель налаштувань, де можна задати інтервал поновлення графіку.

-

Кожний вигляд з графіком запаковується в окремий Replicant , що дає можливість розмістити його на Робочому столі.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/bepdf.html b/docs/userguide/userguide/uk/applications/bepdf.html deleted file mode 100644 index 8068a7a5e6..0000000000 --- a/docs/userguide/userguide/uk/applications/bepdf.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

bepdf-icon_64.pngBePDF

- - - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/BePDF/BePDF
Документація:/boot/system/apps/BePDF/docs/*
Настройки:~/config/settings/BePDF
-


-

BePDF є дуже швидким переглядачем документів формату PDF. Підтримує також аннотування і користувацькі закладки для незашифрованих PDF-документів. Існує переклад на 20 мов, додаткові можна приєднати шляхом написання простого текстового файлу з перекладом.

-

Documentation is available as HTML or PDF. The latter will also open from the menu Help | Show Help....

-
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/bootmanager.html b/docs/userguide/userguide/uk/applications/bootmanager.html deleted file mode 100644 index db585dc3f3..0000000000 --- a/docs/userguide/userguide/uk/applications/bootmanager.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - Завантажувач - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

bootmanager-icon_64.pngЗавантажувач

- - - - -
Deskbar:Не входить, звичайно запускається з меню Інструменти Встановлювача
Розміщення:/boot/system/apps/BootManager(Завантажувач)
Настройки:жодних
Попередній запис MBR по замовчуванню зберігається в ~/config/settings/bootman/
-


-

Якщо Ви не додавали розділ з Haiku до наявного завантажувача такого ,наприклад ,як GRUB, Завантажувач встановить маленьке загрузочне меню до MBR, Яке може виглядати десь отак:

-bootmenu.png -
Завантажувач не є протестованим до кінця, тому накладаються обмеження, про які Ви не повинні забувати: меню може бути встановлене тільки на перший жорсткий диск, на ньому має бути принаймні 2KiB вільного місця після основного загрузочного запису (MBR).
-

Завантажувач буде супроводжувати Вас у процесі встановлення загрузочного меню.

-

-index -Вибір диску призначення

-bootmanager-1.png -

The BootManager starts off with a list of all available drives from which you choose the destination. If there's already a boot menu on that drive, the Uninstall button becomes active, leading you through the simple procedure to restore a formerly backed-up MBR, thereby removing the boot menu again.
-Otherwise, choose Install to continue.

-

-index -Backing up the Master Boot Record (MBR)

-

In case anything goes wrong or you want to remove the boot menu again, the Master Boot Record (MBR) is now saved. This is obviously a very important step, make sure you don't accidentally overwrite some other MBR-backup maybe from some earlier experimentation, for example!

-bootmanager-2.png -bootmanager-3.png -

Just select a destination for the backup file "MBR" or leave the default path. After clicking Next you'll get a confirmation if the backup was successful.

-

-index -Configuring the boot menu

-bootmanager-4.png -bootmanager-5.png -

Next you're presented with a list of all partitions on the destination drive. By setting checkmarks you decide what entries will appear in the boot menu, the text boxes allow you to rename an entry.

-

After that, you pick from the pop-up menu which partition will be booted from by default and set a timeout with the slider below. Here, "Immediately" will skip the boot menu entirely, "Never" will just stop at the boot menu. You can override the timeout setting by holding ALT while booting.

-

-index -Writing the boot menu

-bootmanager-6.png -bootmanager-7.png -

Before the boot menu is written to the MBR, you'll get a summary of your configuration and then one last chance to abort the operation. Don't worry though, as long as you keep the MBR backup safe, you can easily revert the changes. Should things get thoroughly messed up, you can always boot from a Haiku install CD or USB stick and write back the MBR backup with BootManager.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/cdplayer.html b/docs/userguide/userguide/uk/applications/cdplayer.html deleted file mode 100644 index 1c10855574..0000000000 --- a/docs/userguide/userguide/uk/applications/cdplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - CDPlayer - - - - - - - - -
-
- -

cdplayer-icon_64.pngCDPlayer

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/CDPlayer
Настройки:~/cd/* -Зберігаються деталі всіх зідентифікованих CD-дисків.
-


- -


-cdplayer.png -

Користуватися просто, символи на кнопках кажуть самі за себе.
-Активуйте кнопку Повтор (Repeat) зліва від Перемішати (Shuffle) щоб диск почав грати по колу.

-

Бажаєте більше функціоналу варта спробувати MediaPlayer .

-
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/charactermap.html b/docs/userguide/userguide/uk/applications/charactermap.html deleted file mode 100644 index e24e89555e..0000000000 --- a/docs/userguide/userguide/uk/applications/charactermap.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Таблиця символів (CharacterMap) - - - - - - - - -
-
- -

charactermap-icon_64.pngТаблиця символів (CharacterMap)

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/CharacterMap
Настройки:~/config/settings/CharacterMap settings
-


-

Таблиця символів (CharacterMap) покаже Вам код UTF-8 кожного символа шрифта, що підтримується.

-charactermap.png -

Зліва виділені стандартні блоки символів і присутня зручна функція фільтрації. Опціонально Ви можете вибрати Показати приватні блоки (Show Private Blocks) у меню Вид (View). Справа відображаються символи, що відповідають цим блокам, з використанням шрифту, яий вказаний уменю Шрифт (Font) . Нижче Ви зможете поміняти розмір шрифту і подивитись hex, десятковий і UTF-8 код символу, на котрому знаходиться вказівник мишки.

-

Методом drag&drop символ легко перемістити з таблиці просто у текстовий редактор або клікнути правою кнопкою мишки і вибрати пункт меню Копіювати символ (Copy Character) (ALT C) чи Копіювати як ESC- послідовність (Copy As Escaped Byte String) (SHIFT ALT C). В результаті чого отримуємо або \xe2\x82\xac.

- -
-
- - - - diff --git a/docs/userguide/userguide/uk/applications/cli-apps.html b/docs/userguide/userguide/uk/applications/cli-apps.html deleted file mode 100644 index 55b9c10f63..0000000000 --- a/docs/userguide/userguide/uk/applications/cli-apps.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Додатки командної стрічки - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

cli-app-icon_64.pngДодатки командної стрічки властиві Haiku

- - -
Розміщення:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -Relating to attributes: listattr, catattr, addattr, rmattr, copyattr

-

These commands are used to display, read out, add and remove attributes of files. Remember that these meta data are currently only available on BFS formatted volumes. Moving files onto other file systems will strip all attributes!
-All these commands are described in topic Attributes in Terminal.

- -

index -Relating to the index: lsindex, mkindex, reindex, rmindex

-

With these commands you list, make, reindex and remove attributes to BFS' index. Every volume has it's own index, remember that when copying files from one volume to another.
-These commands are described in topic Index.

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -Useful scripting commands

-

Here are a few commandline tools that are especially useful for scripting (see also topic Bash and Scripting).

- - - - - - - - - - -

alert

alert 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:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 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

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 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... Thanks to Scot Hacker's BeOS Bible, there's a nice hey tutorial by Chris Herborth.

-

query

query 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 by formula, add double quotes (") in front and back and paste the whole string after your query command in Terminal or your script.

-

waitfor

waitfor is a nice way to wait for a particular application or thread to be started or to have ended.

-
- -

index -Other commands

- - - - - - - - - - - - -

checkfs

checkfs is an important tool to check for errors in your file system. Simply add a volume name like /Haiku or device path and it'll run through every file and correct inconsistencies where possible.

-

desklink

desklink can install an icon for any file, folder, query or application in the Deskbar tray. It also offers the option to provide a context menu when right-clicking an icon to execute special actions. As an example, try this to add the commandline app screenshot with various options (the "\" in the first line is just for the line break in Terminal):

-
 desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
-
-

cli-alert.png

-

diskimage

diskimage lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open is a very handy little tool. With it you open any file with its preferred application, or start a specific application by its signature without the need to know its exact path. It also works with URLs and even with the "virtual" directories . for the current directory and .. for the parent, opening the folder in Tracker.

-
-
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/codycam.html b/docs/userguide/userguide/uk/applications/codycam.html deleted file mode 100644 index 088fec6ce4..0000000000 --- a/docs/userguide/userguide/uk/applications/codycam.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - CodyCam - - - - - - - - -
-
- -

codycam-icon_64.pngCodyCam

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/CodyCam
Настройки:~/config/settings/codycam
-


-

Додаток CodyCam отримує зображення з вказаним інтервалом з підключеної веб-камери чи іншого пристрою з відеовходом і зберігає їх по FTP.

-My very temporarily installed cam in Dartmoor National Park. -

Зліва під вікном попереднього перегляду Ви вводите імя файлу, до якого буде додаватись щораз більша кількість збережених кадрів. Під ним Ви вибираєте формат файлу і швидкість передачі знімків.

-

Справа Ви вибираєте FTP або sFTP (якщо доступний SSH) і вводите дані, що необхідні для збереження зображення на сервері.

- -
-
- - - diff --git a/docs/userguide/userguide/uk/applications/debugger.html b/docs/userguide/userguide/uk/applications/debugger.html deleted file mode 100644 index 78828e42d6..0000000000 --- a/docs/userguide/userguide/uk/applications/debugger.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/uk/applications/deskcalc.html b/docs/userguide/userguide/uk/applications/deskcalc.html deleted file mode 100644 index aedd198317..0000000000 --- a/docs/userguide/userguide/uk/applications/deskcalc.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - Калькулятор (DeskCalc) - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

deskcalc-icon_64.pngКалькулятор (DeskCalc)

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/DeskCalc
Настройки:~/config/settings/DeskCalc_settings
-


-

DeskCalc - простий калькулятор, що не позбавлений деяких корисних функцій, як може видатися спочатку.

-deskcalc.png -
    -
  • DeskCalc understands much more than its simple keypad suggests.
    -Besides the operators , -, *, /, %, ^ and the constants pi and e the following math functions are supported:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • Right-clicking offers these options:

    - - - - - - -
    Enable Num Lock on start upAutomatically activates the number block when launching DeskCalc.
    Radiants/DegreesSwitch between "rad" and "deg" as unit for angular measure.
    CompactALT 0A minimal view mode that hides the keypad.
    BasicALT 1The standard look of DeskCalc.
    ScientificALT 2Show additional buttons for advanced calculations.
  • -
  • When it comes to user input, DeskCalc is quite tolerant:
    -/, :, \ are all interpreted as division operators,
    -*, x are valid symbols for multiplication.
    -Also, be aware that . and , are both considered floating points, which means you mustn't use them as 1000-separators.

  • -
  • Ви можете змінити розмір калькулятора до потрібного і розташувати його у вигляді репліканта Replicant якщо перетягнути за символ у правому нижньому кутку. Але слід впевнитись, що настройка Показувати репліканти (Show Replicants) активована для Deskbar'у.

  • -
  • Клавіатуру можна розмалювати способом перетягування кольорів з будь-якої програми, що має палітру, наприклад, з Icon-O-Matic.

  • -
  • Ви можете пролистати історію своїх обчислень рухаючись і .

  • -
  • Ви можете перемістити вміст DeskCalс у будь-який додаток. Або закинути у вікно Tracker'a або робочого столу і текстовий файл з буфера створиться там.

    -

    А ще краще, що можлива зворотня дія :
    -Створення фрагментів, які описують різні стадії ваших обчислень і переміщення їх у вікно DeskCalc.
    -Або переміщення варіантів з листа просто у DeskCalc.

  • -
  • DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/diskprobe.html b/docs/userguide/userguide/uk/applications/diskprobe.html deleted file mode 100644 index 6eaea34575..0000000000 --- a/docs/userguide/userguide/uk/applications/diskprobe.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - DiskProbe - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

diskprobe-icon_64.pngDiskProbe

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/DiskProbe
Настройки:~/config/settings/DiskProbe_data
-


-

DiskProbe це HEX редактор для перегляду і редагування вмісту файлу або пристрою на рівні байтів, він працює на самому низькому рівні і тому може серйозно пошкодити дані, якщо бути обережним!

-
Завжди слід працювати тільки з резервною копією файлу, а особливо уважним слід бути при роботі безпосередньо з пристроєм!.
-

При запуску DiskProbe у Вас спочатку спитають про файл або пристрій з яким Ви плануєте працювати. Після вибору відкриється вікно:

-

diskprobe.png

-

В основному вікні завжди відображається один блок даних, розмір якого можна виставити з меню Вид (View) | Розмір блока (BlockSize). Зліва показано зміщення від початку блока, по середині дані у вигляді HEX значень і справа теж саме і вигляді символів ASCII.
-Ви можете переходити від блоку до блоку за допомогою верхнього повзунка або клавіш ALT і ALT і переключатись між HEX і ASCII колонками по TAB.

-

Пункт меню Блок (Block) | Вибір (Selection) Не тільки дасть вибір з різним порядком байтів (в шістнадцятковому або десятковому виді, який встановлюється через меню Вид (View) | Представлення (Base)), він також інтерпретує його як зміщення блоків до яких треба перейти. Пункт буде недоступним (сірим),якщо позиція буде за межами файлу/пристрою
-Ця функція зручна в основному при перегляді файлових систем, бо вони часто містять посилання на інші блоки.

-

If the file you're probing includes attributes, the Attributes menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the AboutSystem application: -

diskprobe-about-attr.png

-

В залежності від виду атрибуту відкриється потрібний таб редактора, в додаток до постійно присутнього таба Raw Editor.Наприклад,редактор для текста і MIME - типів, переглядач векторних іконок.

-
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/diskusage.html b/docs/userguide/userguide/uk/applications/diskusage.html deleted file mode 100644 index 191081958d..0000000000 --- a/docs/userguide/userguide/uk/applications/diskusage.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - DiskUsage - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

diskusage-icon_64.pngDiskUsage

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/DiskUsage
Настройки:~/config/settings/DiskUsage
-


-

DiskUsage Графічно зображає дисковий простір на ваших розділах.
-Корисний інструмент для відповіді на питання "Куди поділося вільне місце на моєму диску?".

-

After launching, DiskUsage shows only an empty window with all mounted volumes as tabs at the top. You'll have to choose the one you're interested in and click Scan to start chugging through the disk. For larger disks this can take some time... While you wait, you may switch to a different tab and start exploring that volume or begin the scan process there as well.
-It's not recommended to start several concurrent scan processes on the same physical disk, as the constant repositioning of the heads of the drive will only extend the wait.

-

diskusage.png

-

Концентричні кола представляють собою різні рівні в ієрархії файлової системи. Над центральним колом зображена папка /boot/home/. Кожен сегмент кола над нею - файл або папка, що знаходяться в /boot/home/. Кожен подальший сегмент відображає на один рівень глибше файлової ієрархії. Можливо доведеться змінити розмір вікна, щоб папки з великим ступенем вкладень змогли поміститися на нього.

-
    -
  • Якщо графічне представлення файлу стає меншим ніж 2°, то воно не відображається.
  • -
  • Кількість файлів, що декларується для папки, включає також і файли у вкладених папках. Папка рахується як файл.
  • -
  • DiskUsage ігнорує символьні посилання.
  • -
-

При наведенні мишки на певний сегмент, Ви отримаєте інформацію про цей файл або папку внизу в стрічці стану.

-

Right-clicking a segment offers a context menu to Get info, Open (with Tracker), Open with another suitable application or Rescan that particular folder.
-Left-clicking a segment makes that file/folder the center circle.
-Left-clicking the center circle moves you up one level.

-

Ви можете перетягувати файли і папки з DiskUsage в інші додатки, на робочий стіл або на інше вікно Tracker'a для копіювання. Якщо ж навпаки перетягнути розділи і папки на вікно DiskUsage, то розмір вікна підженеться до нового представлення і зробить його новим центральним колом.

-

You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/drivesetup.html b/docs/userguide/userguide/uk/applications/drivesetup.html deleted file mode 100644 index 3696f1bb14..0000000000 --- a/docs/userguide/userguide/uk/applications/drivesetup.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Настройка дисків (DriveSetup) - - - - - - - - -
-
- -

drivesetup-icon_64.pngНастройка дисків (DriveSetup)

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/DriveSetup
Настройки:~/config/settings/DriveSetup
-


-

Настройка дисків (DriveSetup) -це утиліта для створення, видалення та ініціалізації розділів. На даний момент вона не може переміщати або змінювати їх розмір, тому Вам знадобиться нерозмічений том (можливо зовнішній USB - накопичувач або другий вінчестер), або доведеться скористатись сторонньою утилітою GParted LiveCD для виділення вільного простору для нового розділу.

-drivesetup.png -

Верхню частину вікна займає графічне прдставлення всіх розділів пристрою, який Ви вибрали зі списку, що розташований нижче. Попри 4 первиннні розділи кожен з дисків може містити кілька розширених/логічних розділів. Щоб побачити детальнішу інформацію про кожний з логічних дисків, Вам знадобиться розгорнути список розділів , клікнувши по елементу +/-, що передує назві диску.

-

Вибравши розділ зі списку, Ви можете змонтувати його або відмонтувати за допомогою команд в меню Розділ (Partition) чи натиснувши ALT M або ALT U.

-

Крім того можна видалити розділ Розділ (Partition) | Видалити (Delete).
-Однак слід пам'ятати наступне:

-
Дії з створення/видалення/ініціалізації розділів досить небезпечні. Перевірте зайвий раз чи Ви працюєте з потрібним розділом і потурбуйтесь про резервну копію даних на випадок, коли щось піде не так!
-

-index -Створення нового розділу

-
Якщо у ваших планах використовувати весь обєм диску як, наприклад, у випадку USB - накопичувача або карточки Compact Flash, Ви можете пропустити процес створення розділів і перейти безпосередньо до ініціалізації (Initializing).
-

Якщо використати неформатований простір на диску, який позначено <empty>, то можна створити розділ вибравши Розділ (Partition) | Створити (Create...)(ALT C).

-drivesetup-create.png -

У цьому діалозі Ви повинні задати розмір і тип файлової системи. Виберіть Be File System якщо Вам потрібний розділ для встановлення Haiku або Ви бажаєте використати всі переваги цієї системи такі як атрибути і запити . -Зверніть увагу на те, що інші операційні системи можуть мати труднощі з доступом до такого розділу.

-

Якщо Ви створили первинний розділ замість чергового розширеного/логічного,діалог вище, -також покаже прапорець Активний розділ (Active Partition). Якщо Ви збираєтесь використати цей розділ для загрузки Haiku, то Вам необхідно його відмітити.

-

Перед спробою використання або підмонтування нового розділу необхідно обовязково його ініціалізувати (відформатувати) у файлову систему. -

-

-index -Ініціалізація розділу (Initializing a partition)

-

Ініціалізіція розділу відбувається тільки у випадку коли він повністю відмонтований за допомогою команд меню Розділ (Partition) | Ініціалізувати (Initialize) .

-drivesetup-initialize.png -

Тут Вам потрібно вибрати імя розділу та розмір блоку. Рекомендується розмір 2048 байт на блок, хоча за потреби його можна змінити.
-Ініціалізація знищить всі дані на цьому розділі!

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/expander.html b/docs/userguide/userguide/uk/applications/expander.html deleted file mode 100644 index bff90e8b1c..0000000000 --- a/docs/userguide/userguide/uk/applications/expander.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Expander - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

expander-icon_64.pngExpander

- - - - -
Розташування в Deskbar:No entry, normally launched via double-clicking a supported file.
Розміщення:/boot/system/apps/Expander
Настройки:~/config/settings/Expander_Settings
-


-

Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.
-Just double-click an archive to see this simple interface:

-

expander.png

- - - - -
SourceALT Owill open a file dialog to find an archive to unpack.
DestinationALT Dwill open a file dialog to set the destination.
ExpandALT Ewill start the unpacking. It can be aborted with ALT K.
-

You can toggle the display of the file listing by un/checking Show contents or pressing ALT L.

-
Expander can only unpack whole archives.
-You can't select individual files to expand or add/remove files from the archive.
-

Settings | Settings... or ALT S opens a preference panel that offers some useful settings to adjust Expander's behavior.
-The options are all self-explanatory:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/haikudepot.html b/docs/userguide/userguide/uk/applications/haikudepot.html deleted file mode 100644 index 92e8718b09..0000000000 --- a/docs/userguide/userguide/uk/applications/haikudepot.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
Deskbar:Applications
Location:/boot/system/apps/HaikuDepot
Settings:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/icon-o-matic.html b/docs/userguide/userguide/uk/applications/icon-o-matic.html deleted file mode 100644 index 5e1b77cfbc..0000000000 --- a/docs/userguide/userguide/uk/applications/icon-o-matic.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - Icon-O-Matic - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Зміст
BeOS bitmap vs. Haiku vector icons
- Icons are attributes
- Creating icons with Icon-O-Matic
- Path
- Shape
- Style
- Transformer
- Saving an icon
- Tips & Tricks
- -

icon-o-matic-icon_64.pngIcon-O-Matic

- - - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Icon-O-Matic
Настройки:~/config/settings/Icon-O-Matic
- -


- -

Before we come to the actual creating of icons in Icon-O-Matic, a few words on Haiku's icons in general.

- -

-index -BeOS bitmap vs. Haiku vector icons

-

Contrary to the BeOS, Haiku uses vector icons instead of bitmap icons. A special Haiku Vector Icon Format (HVIF) was developed that is highly optimized for small file sizes and fast rendering. That's why our icons are for the most part much smaller than either a bitmap or the widely used SVG format. Also, unlike BeOS' bitmap icons, Haiku isn't limited to an 8bit palette (256 colors).
-Take this icon of the Terminal, for example:

- - - - -
BitmapSVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 byte
+ 256 byte
7,192 byte 768 byte
-

Note that the BeOS used two versions of an icon, one 16x16 and one 32x32, to achieve good visuals in List and Icon View mode.

-

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
Bitmapi-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
Vectori-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -Icons are attributes

-

Icons are stored as an attribute with their file. However, that doesn't mean that every file has to have this attribute to appear with an icon in a Tracker window: data files inherit their icon from their filetype. To globally change the filetype's icon you use the FileTypes preferences. If you only want to add a special icon to an individual file, you use the FileType add-on on it instead. See topic Filetypes for more information.

-
Being an attribute, it follows that only filesystems supporting metadata can retain a file's individual icon. So, if you move files off your BFS volume, consider zipping them up so you don't lose icons or other attributes.
- -

-index -Creating icons with Icon-O-Matic

-

Icon-O-Matic is Haiku's icon editor that can save your work as HVIF, SVG or PNG. The icon can also be directly attached as attribute to an existing file or exported as a resource or source file used by developers. Since the application was tailored to the optimized HVIF format, its usage reflects the inner workings of this format.

-

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
-For example, by re-using a path, several objects can be modified together by manipulating this one path. Think of an object and its shadow. Modifying their shared path will change the object itself and automatically its (maybe slightly distorted/translated) shadow.

- -

Here's a quick overview of Icon-O-Matic's window:

-i-o-m-overview.png - -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

- - -

-index -Path

-

A path consists of several points which are connected with lines or Bezier curves. To add or change points, make sure the path is selected in the path list.

- -

Simply clicking in the canvas will set the first point. While setting a point, you decide if the resulting line will be straight or curved: a simple click and release produces a straight line, holding down the mouse button and moving the mouse will drag out the handles for a Bezier curve. Of course, you can also change it all later on.

- -i-o-m-path-ab - -

To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding ALT while clicking on a point and dragging out the handles. This results in a symmetrical Bezier: the second handle follows the movement of the other. If you need to move the handles independently, again click&drag on a Bezier handle while holding ALT.
-Vice versa, to go from Bezier to a corner-point, hold ALT and click on a point.

- -

To move a point, simply click&drag it. To select more than one point, hold down SHIFT and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.
-To insert a point into a path you click on the connecting line between two points.
-Selected points are deleted by pressing DEL or by clicking on any point while holding CTRL.

- -

The mouse pointer indicates the current mode:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
Move point(s)Insert pointAdd pointDelete point
CTRL
Corner↔Bezier
ALT
Select points
SHIFT
-

You can invoke a context menu by right-clicking a point or a selection of points:

- - - - - - -
Select allALT ASelects all points of the current path.
TransformTPuts all selected points in a transformation box, so you can move, resize and rotate them together. It works just like with shapes, described a bit further down.
SplitSplits selected points into two, one sitting on top of the other.
FlipRotates selected points by 180°. Only has an effect on Bezier points.
RemoveDELDeletes selected points.
- -

Path Menu

-

The Path menu offers a few obvious entries to Add rectangle and Add circle or to Duplicate or Remove a path. Here are some that may need a bit more explaining:

- - - - - - -
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean upMost useful with imported SVGs, this function will remove redundant points.
Rotate indices rightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate indices leftALT SHIFT RDoes the same in the other direction.
- -

Path Properties

-

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

- - -

-index -Shape

-

A shape groups together one or more paths with a style. Practically, it's the object that you'll actually see on the canvas. The grouping is done with the checkboxes in front of the paths and styles: Just select your shape and tick off the desired path(s) and a style.

-

A shape defines how a path and style is applied, e.g. if the object is filled or only stroked (which is done by using Transformers on the shape, we'll get to that later). Also, a shape can be moved, rotated or resized without touching the used path. That way, you can re-use a single path and get different, but related, shapes.

- -i-o-m-shape - -

When a shape is selected from the list, a rectangle is drawn around it. Depending on where exactly you grab it, the shape is moved, resized or rotated around a point in its center, which itself can be moved. Holding SHIFT will lock direction when moving, limit rotating to 45° angles and restrict the aspect ratio while resizing. The mouse pointer again indicates the current mode:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
MoveResizeRotateMove
rotation point
- -

Shapes lie on top of each other, each is on its own layer, if you will. To reorder them you drag&drop their entry to a different position in the list.

- -

Shape Menu

-

The Shape menu offers the before mentioned possibility to Add empty, with path/style/path & style and to Duplicate or Remove a shape. Then, there is:

- - - -
Reset transformationReverts all the move, resize and rotate transformations you have applied to the shape.
Freeze transformationWhen you transform a shape, its assigned path(s) stay in their original position. This may be intended; maybe more than one shape is using that path, maybe you intentionally used Options | Snap to grid to set the points at precise pixel borders.
-If not, "Freeze transformation" will apply the current shape transformation to the assigned path(s). A future "Reset Transformation" will then return to this new state.
- -

Shape Properties

-

Besides a Name, the Properties view for a shape has these options:

- - - - -
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
- -
Level of Detail (LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

See how there are no numbers in the 16px version of the BeVexed icon? That's done with the "Level of Detail" setting of their shapes.
-With the LOD you control the visibility of a shape depending on its size. That way, you can leave away details of an icon that look good on a bigger icon, but maybe not so much on its smaller version.

-

This is how it works: A LOD of 1.0 is defined as a 64px icon size. To get the LOD of a particular icon size you simply divide it by 64, e.g. a 16px icon has a LOD of 16/64 = 0.25. A shape won't be visible below its Min LOD and above its Max LOD.

-

So, if you set a shape's Min LOD to 0.0 and the Max LOD to 0.5, this means that the shape will only be visible for icon sizes smaller or equal to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.

-

The LOD is not only for leaving out detailing shapes, but also to e.g. change the stroke width at different sizes, if you feel that's needed. Simply duplicate a shape, make your changes and set both of their LOD settings to show either one or the other. Here lies the only source of potential confusion, when you unwittingly overlap LODs of shapes, and wonder why at some size both are visible...
-For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):

- - - - - - - - -
OKNot OK!
Shape 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
Shape 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -Style

-

A style can either be a solid color or some type of gradient.
-Besides the predefined colors under Swatches, you can mix your own by clicking on the current color. Also, note the slider under the color spectrum which sets the alpha-channel (transparency).

-i-o-m-gradients -

You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.

-

If you go for a gradient, you set the type (Linear, Radial, Diamond, Cone) and then define the start and end colors. This is done with a drag&drop from a color bucket into the respective color indicator under the gradient.
-Of course you can move these indicators to change the gradient to your liking. You can also insert more indicators to add more colors by double-clicking into the gradient. Pressing DEL removes the selected indicator.

-

You can move, resize and rotate the representing box of a gradient on the canvas until it fits your needs. This works just like with shapes.

- -

Style Menu

-

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset transformation.

- -

Style Properties

-

The Name is the only Properties of a style.

- - -

-index -Transformer

-

A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...

- -

Transformer Add Menu

- - - -
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
- -

Depending on the kind of Transformer, you'll get a different set of properties.

- -

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

- - - - - -
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect orient.Contour only. Determines if the contour is to the inside or outside the path.
JoinsDefines how lines are joined at a point: Miter, Round or Bevel.
Miter limitOnly when the above Joins is set to "Miter" this setting influences the looks of the miter joint.
- - -

-index -Saving an icon

-

There's your usual menu bar at the top, File, Edit, Options. The usage is pretty much self-explaining, so we'll only look at how to save your work.

-

File | Save as... will save in a special Icon-O-Matic format that retains additional information like the names of paths, shapes and styles. These will be stripped from the actual icon once you export it to save space. It's a good idea to back-up your work like this, because without named objects everything's named "<path>/<shape>/<style>" which makes specific changes tedious.

- -

File | Export as... opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:

- - - - - - - - - -
HVIFHaiku Vector Icon Format
HVIF RDefSaves as resource used by programmers
HVIF source codeSaves as source code used by programmers
SVGSaves as SVG
PNGSaves as a 64px sized PNG
PNG setSaves as 16, 32 and 64px sized PNGs
BEOS:ICON attributeChoose a file and set its icon attribute directly
META:ICON attributeChoose a file and attach the icon as mere meta data
- - -

-index -Tips & Tricks

-

A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:

-
    -
  • Read the Icon Guidelines to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.

  • -
  • You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.

  • -
  • Wherever possible, you should activate Snap-to-Grid from the Options menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.

  • -
  • Check the preview to see if your icon still looks good in 16x16. You may want to use the Level Of Detail settings described in the Shapes section.

  • -
  • There's an easy way to produce letters, even if Icon-O-Matic doesn't provide such a tool. Just enter the text in a text editor such as StyledEdit, adjust font type and style, and drag&drop or copy&paste the selected text into Icon-O-Matic. This will create the according paths and shapes.

  • -
  • If you assign more than one path to a shape, their overlapping areas will cancel each other out. When one path is completely inside another, it practically creates a hole in the resulting shape.

  • -
  • You can zoom in and out of the canvas with the mouse wheel. Panning is done either by click&drag with the middle mouse button or with a normal left-click&drag while holding SPACE.

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/installer.html b/docs/userguide/userguide/uk/applications/installer.html deleted file mode 100644 index b942e0d874..0000000000 --- a/docs/userguide/userguide/uk/applications/installer.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Installer - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

installer-icon_64.pngInstaller

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Installer
Настройки:none
-


-

The Installer is used to copy Haiku onto another volume.
-Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:

-
    -
  • This is alpha-quality software. Make backups or suffer the consequences!

  • -
  • The Installer needs a prepared partition. You may have to use a GParted LiveCD or a similar tool until Haiku's DriveSetup is mature enough to handle this task.

  • -
  • Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
  • -
-



-

Once you acknowledged with Continue, you're presented with the main window:

-installer.png -

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
-The second pop-up menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.

-

Clicking the little expander widget will Show optional packages, if available, that you can choose to install in addition to the basic Haiku.

-

You should do a last check if you really picked the right target before starting the installation process. Click on Setup partitions... to open DriveSetup and have a look at the naming and layout of the available volumes and partitions.

-

Begin starts the installation procedure, which basically copies the /home/ and /system/ folder onto the target volume and makes it bootable.

- -

index -Tools

-

At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the Onto: Please choose target menu and select Write boot sector from the Tools menu to make it bootable again.

-

The other item in the Tools menu is used to Set up a boot menu that puts a menu in the boot sector to choose what operating system to boot. See topic BootManager for more information.
- You don't need to run the BootManager if you already use a bootmanager like GRUB, in which case you have to add Haiku manually (see above), or Haiku runs exclusively on your machine.

- - -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/list-cli-apps.html b/docs/userguide/userguide/uk/applications/list-cli-apps.html deleted file mode 100644 index 2eb544286b..0000000000 --- a/docs/userguide/userguide/uk/applications/list-cli-apps.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - List of commands - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

cli-app-icon_64.pngList of all commandline applications

- - -
Розміщення:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear in ~/config/bin/ when installed from a .hpkg package. Otherwise you can put them into ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter --help.

-


-

Index:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost Starts service to monitor audio and video media add-ons in use.
FirstBootPrompt Language and keymap setup.
[ Returns true/false after comparing items.

indexA

addattr Writes an attribute to a file, taking the type into account and converting the values accordingly. (Haiku specific)
alert Shows a message box. (Haiku specific)
arp Manipulates the system ARP cache.
awk See gawk.
base64 Base64 encode or decode to standard output.
basename Strips directory and optionally suffix from a /path/to/filename string.
bash Bourne-again shell.
bc An arbitrary precision calculator language.
beep Rings a bell.
bunzip2 See bzip2.
bzip2 File compressor.
c++ C -Compiler.
cal Displays a calendar.
cat Concatenates files and prints to standard output.
catattr Prints out the contents of an attribute of a file. (Haiku specific)
cc C-Compiler.
checkfs Checks and repairs the file system. (Haiku specific)
checkitout Checks out sources simply with their repository's URL.
chgrp Changes group ownership of files.
chmod Changes permissions of files.
chop Splits a file into smaller files.
chown Changes the owner of files.
chroot Runs a command within a specified root directory.
cksum Prints out CRC checksum and byte count of files.
clear Clears the terminal window.
clockconfig Prints out the clock configuration.
cmp Compares files byte by byte.
collectcatkeys [Leftover from the move of locale-kit.]
comm Compares sorted files line by line.
compress Data compression program.
consoled Console daemon.
copyattr Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific)
cp Copies files and directories.
csplit Split a file into pieces separated by a specified pattern.
ctags Generates an index file for a variety of language objects found in files.
cut Prints out sections from each line of a file.
date Displays or sets the current time and date.
dc Desk calculator language.
dd Copies raw data, converting and formatting according operands.
desklink Installs items in Deskbar. (Haiku specific)
diskimage Registers a file as disk device that can then be mounted. (Haiku specific)
df Reports free and used space of mounted volumes.
diff Compares files line by line.
diff3 Compares three files line by line.
dircolors Color setup for ls.
dirname Strips the filename from a /path/to/filename string.
draggers Shows/sets the dragger state of Replicants.
driveinfo Shows hardware information.
dstcheck Shows a message box used when switching to/from daylight saving time.
du Summarizes disk usage of each file, recursively for directories.
dumpcatalog [Leftover from the move of locale-kit.]
echo Displays a line of text.
egrep See grep.
eject Ejects removable media.
env Runs a program in a modified environment.
error Prints clear text error messages for given error numbers.
expand Converts tabs to spaces.
expr Prints the value of an expression.

F

factor Prints the prime factors of integer numbers.
false Does nothing, indicates "unsuccessful" and returns the value "1".
fdinfo Shows info about the used file descriptors in the system.
ffm Sets focus follows mouse.
fgrep See grep.
filepanel Displays a load/save file panel. (Haiku specific)
find Searches for files in a directory hierarchy.
finddir Finds special directories defined by the system.
fmt Reformats the paragraphs of a file.
fold Wraps input lines of a file.
fortune Prints a random, hopefully interesting, adage.
frcode Called by updatedb to compress the list of file names.
freetype-config Shows FreeType compilation and linking information.
fstrim Send a TRIM command to an SSD drive.
ftp File transfer program.
ftpd FTP daemon.
funzip Extracts the first item of an archive to standard output.
fwcontrol FireWire control program.
gawk Pattern scanning and processing language.
gdb GNU debugger.
getlimits Prints platform dependent limits in a format useful for shell scripts.
grep Search for a pattern.
groups Prints group memberships for each username.
gunzip See gzip.
gzexe De/Compresses executables.
gzip De/Compresses files.
hd Hexdump.
head Prints the first lines of a file.
hey A small tool for scripting GUI apps.
hostname Prints or sets the hostname of the system.
id Prints user and group information.
ident Identifies RCS keywords in files.
ifconfig Configures a network interface.
install Copies files to a destination without disrupting the running system.
install-wifi-firmwares.sh Installs firmware for various wireless network cards.
installsound Installs a new sound event in the Sounds preferences panel.
iroster Lists input devices.
isvolume Gets information about a mounted volume.
join For each pair of input lines with identical join fields, write a line to standard output.

indexK

kernel_debugger Enters the kernel debugger.
keymap Loads or saves a keymap.
kill Sends a signal to quit a process.
less Views a file.
lessecho Echos its arguments and expands metacharacters, such as * and ? in filenames.
lesskey Specifies key binding for less.
link Creates a link to a file.
linkcatkeys [Leftover from the move of locale-kit.]
listarea Lists area info for all currently running teams.
listattr Lists the attributes of a file. (Haiku specific)
listdev Lists all hardware devices.
listimage Lists image info for all currently running teams.
listport Lists all open ports in the system organized by team.
listres Lists resources of files.
listsem Lists the semaphores allocated by the specified team.
listusb Lists USB devices.
ln Creates a link to a file.
locale Shows the set preferred language, its LC_CTYPE and the preferred formatting.
locate Locates a file.
logger Sends a message to the system log.
login Starts a session on the system.
logname Prints the name of the current user.
ls Lists directory content.
lsindex Displays the indexed attributes on the current volume/partition. (Haiku specific)
mail2mbox Converts BeOS e-mail files to Unix mailbox files.
make GNU make utility.
makebootable Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors.
mbox2mail Converts Unix mailbox files to BeOS e-mail files.
md5sum Prints or checks MD5 checksums.
merge Three-way file merge.
message Prints a flattened BMessage file.
mimeset Sets MIME type of a file.
mkdepend Makefile dependency generator.
mkdir Creates a directory.
mkdos Initializes FAT partitions.
mkfifo Creates named pipes.
mkfs Creates a file system.
mkindex Creates a new index for an attribute. (Haiku specific)
mktemp Safely creates a temporary file or directory.
modifiers Prints currently (un)pressed modifier keys.
more See less.
mount Mounts a file system.
mount_nfs Mounts a NFS partition.
mountvolume Mounts a volume by name.
mv Moves/renames a file.
netcat TCP and UDP utility.
netstat Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships.
nl Prints each file with line numbers added.
nohup Runs a command ignoring hangup signals.
nproc Prints the number of available processing units.
od Writes an unambiguous representation of a file.
open Launches an application/document from the shell. (Haiku specific)

indexP

package Creates, inspects, or extracts a Haiku package.
package_repo Creates or inspects a Haiku package repository file.
passwd Changes the user password.
paste Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.
patch Applies a diff file to an original.
pathchk Diagnoses invalid or unportable file names.
pc Programmer's calculator.
ping Sends ICMP-echo-request to network host.
pkg-config Analyzes and configures a Haiku package.
pkgman Manages packages and package repositories.
play Plays tracks from CD.
playfile Plays an audio file.
playsound Plays an audio file.
playwav Plays a WAV file.
pr Paginates or columnates files for printing.
printenv Prints the value of an environment variable.
printf Formats and prints data.
prio Changes priority of a process.
profile Profiles threads.
ps Lists running processes.
ptx Outputs a permuted index, including context, of the words in the input files.
pwd Prints current directory.
query A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific)
quit Quits an application.
rc Resource compiler.
readlink Prints the path to the destination of a symbolic link.
reindex Puts attributes of existing files into newly created indexes. (Haiku specific)
release Releases a semaphore.
renice Alters the priority of a running process.
rlog Prints log messages and other information about RCS files.
rm Removes files and directories.
rmattr Removes an attribute from a file. (Haiku specific)
rmdir Removes directories.
rmindex Removes the index for an attribute. (Haiku specific)
roster Prints information about running teams.
route Lists and manipulates network routes.
safemode Checks if the system is running in safemode.
screen_blanker Starts the screen blanker.
screenmode Show/sets the screen mode.
sdiff Shows or merges differences of two files side-by-side.
seq Prints a sequence of numbers.
setdecor Shows/sets the decorator.
setgcc Shows/sets the used gcc version.
settype Sets the MIME type, signature and preferred application of a file.
setversion Shows the version of a file.
setvolume Sets the system sound volume.
setwep Provides WEP encryption for wireless networks.
sh See bash.
sha1sum Prints or checks SHA1 checksums.
shar Creates shell archives.
shred Overwrites a file repeatedly.
shuf Prints a random permutation of the input lines.
shutdown Shuts down the computer.
sleep Pauses for a specified number of seconds.
sort Prints a sorted concatenation of all files.
spamdbm Classifies e-mail messages as spam or genuine.
split Outputs fixed-size pieces of input files to files with prefixes.
stat Displays file or file system status.
strace Traces the syscalls of a thread or a team.
stty Shows/sets terminal characteristics.
su Changes the effective user id and group.
sum Prints checksum and block counts for each file.
sync Forces changed blocks to disk, updates the superblock.
sysinfo Shows system info.

indexT

tac Concatenates and prints files, last line first.
tail Prints the last ten lines of a file.
tcpdump Dumps traffic of a network.
tcptester [deprecated]
tee Writes or appends data from standard input to a file.
telnet User interface to the telnet protocol.
telnetd Telnet daemon.
test Returns true/false after comparing items.
timeout Starts a command and kills it if it's still running after a specified number of seconds.
top Displays running threads and CPU usage.
touch Changes a file's timestamp.
tput Initializes a terminal or query terminfo database.
tr Translates, squeezes and/or deletes characters from standard input.
traceroute Prints the route packets take through a network.
translate Uses DataTranslators to convert file formats.
trash Sends files to trash or restores them.
true Does nothing, indicates "success" and returns the value "0".
truncate Shrinks or extends the size of a file.
tsort Does a topological sorting.
tty Prints the file name of the terminal connected to standard input.
uname Prints out system information.
unchop Recreates a file previously split with chop.
unexpand Converts spaces to tabs.
uniq Filters adjacent matching lines from input, writing to output.
unlink Calls the unlink function to remove the specified file.
unmount Unmounts a volume.
unrar Expands a rar archive.
unshar Expands a shar archive.
untrash See trash.
unzip Expands a zip archive.
unzipsfx Used to make existing zip archives self-extracting.
updatedb Updates a localization database.
uptime Prints date and time, as well as the time elapsed since the system was started.
urlwrapper Wraps URL MIME types around command line or other apps that don't handle them directly.
useradd Creates a new user.
uudecode Decodes a uuencoded file.
uuencode Uuencodes a file so it can be mailed to a remote system.
vdir Lists information about files.
version Returns the version of a file.
vmstat Prints information about the virtual memory system.
waitfor Waits until a certain thread appears. (Haiku specific)
watch Executes a program periodically.
wc Prints the number of paragraphs, words and characters (bytes) of a file.
wget Tool for downloading via HTTP, HTTPS or FTP.
which Locates a command.
whoami Prints user name associated with the current effective user ID.
xargs Builds and executes command lines from standard input.
xres Lists and manipulates resources.
yes Prints out a string repeatedly until killed.
zcat See gzip.
zcmp See zdiff.
zdiff Compares compressed files.
zforce Forces a '.gz' extension on gzip files.
zgrep Scan through possibly compressed files for a regular expression.
zip Adds or replaces items in a zip archive.
zipcloak Encrypts all unencrypted items in a zip archive.
zipgrep Scans the given zip items for a string or pattern.
zipinfo See unzip.
zipnote Prints the comments in a zip archive.
zipsplit Splits a zip archive into smaller pieces.
zmore Like more but operates on the uncompressed contents of any compressed file.
znew Recompresses .Z files into .gz (gzip) archives.
-
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/magnify.html b/docs/userguide/userguide/uk/applications/magnify.html deleted file mode 100644 index 377319236c..0000000000 --- a/docs/userguide/userguide/uk/applications/magnify.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Magnify - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

magnify-icon_64.pngMagnify

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Magnify
Настройки:~/config/settings/Magnify_prefs
-


-

Magnify shows an enlarged version of the area around your mouse pointer.

-magnify.png -

At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.

-

Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.
-You can move the red outline with / / / .

-

To measure distances and align objects, you can add up to two blue crosshairs with ALT H. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.
-They can also be moved with / / / . The active crosshair is marked with an "x".

-

You can move the mouse pointer pixel by pixel with OPT  / / / .

-

Clicking on the pop-up menu gives you a number of options:

- - - - - - - - - - - - - - -
Save imageALT S Saves the current display as a resource file.
Copy imageALT C Copies the current display to the clipboard.
Hide/Show infoALT T Toggles the display of all the additional information.
Add a crosshairALT H Adds a crosshair you can drag around.
Remove a crosshairALT SHIFT H Removes the last added crosshair.
Hide/Show gridALT G Toggles the overlayed grid.
Freeze/Unfreeze imageALT F Stops/continues updating the magnification area.
Stick coordinatesALT I Keeps updating the magnification area, but don't follow the mouse pointer any more.
Make squareALT / Reverts back to a square display after resizing the window.
Decrease window sizeALT - Shrinks the magnified area around the mouse pointer.
Increase window sizeALT + Enlarges the magnified area around the mouse pointer.
Decrease pixel sizeALT , Lowers magnification.
Increase pixel sizeALT . Increases magnification.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/mail.html b/docs/userguide/userguide/uk/applications/mail.html deleted file mode 100644 index 769ca5bfdd..0000000000 --- a/docs/userguide/userguide/uk/applications/mail.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - Mail - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
Reading messages
- Creating new messages
- Preferences
- -

mail-icon_64.pngMail

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Mail
Настройки:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - Objects put here appear in the mailbox' context menu
-~/config/settings/Mail/signatures/ - Location to store signatures
-~/config/settings/Mail/status/ - Location to store custom statuses
-


-

Mail is Haiku's default viewer and editor of emails. It has nothing to do with the actual fetching and sending of mails, which is done by the mail_daemon and can be configured via the E-mail preferences.

-

This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the Workshop on managing email.

-

-index -Reading messages

-

You double-click an email file to open it in Mail. The interface is quite simple:

-email-read.png -

A menu and optional tool bar on top, with an area of the interesting attributes of a mail (to, from, subject, date) below that, and then the actual body of the mail. If the mail appears with strange characters or empty, try to change the Decoding from the pop-up menu.

-

If there are files attached to an email, they are listed at the end of the message. A right-click on one opens a context menu to Save attachment... or Open attachment. You can also drag & drop directly to the Desktop or another Tracker window.

-

Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.

-

-indexFile

-

When you close the window of a new mail, its status is normally switched from "New" to "Read". But you can set other statuses as well, by choosing from the Close and... submenu. There you'll also find the option Set to... to create your own custom statuses, which are saved under ~/config/settings/Mail/status/.

-

-indexEdit

-

Here you'll find an item to open Mail's Preferences... (see below) and a shortcut to manage your Accounts..., which will open the E-mail preference panel.

-

-indexView

-

You'll only seldomly need these two items, if at all:

- - - -
Show headerALT HShows the complete header of a mail, in case you need to track down the path of your mail, for example.
Show raw messageDisplays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..
-

-indexMessage

-

The different options to reply to a mail may need a bit of explanation.

- - - - -
ReplyALT RThe standard reply to the server that has sent the mail to you. NOTE: In case of a mailing list post, this normally replies back to the mailing list, not just the person that wrote the post!
Reply to senderOPT ALT RThis on the other hand, sends directly and only to the person listed in the "From" attribute.
Reply to allSHIFT ALT RReplies to the original sender plus all other (cc'ed) recipients of the original mail.
-
If you mark a passage in the email before replying to it, only the marked text will be quoted in your answering mail. A nice way to cut down on excessive quoting, which is frowned upon by pretty much everybody...
-

The items to Forward, Resend and Copy to new are again pretty self-explaining.

-

When you've opened an email from a Tracker or query result window, Previous message and Next message will move to the previous/next email in the list.

-

Save address collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the People application in order to complete and save the contact information.

-

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all from the same sender or same subject/thread.

- -

-index -Creating new messages

-

A new email is created by invoking the New mail message menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose Create new message... from the context menu of the mailbox icon in the Deskbar.

-email-write.png -

The window is pretty similar to the one when reading mails. The menu and tool bar items are slightly different and the text boxes have to be filled with the recipient's email address, subject and so on, of course.

-

Cc is short for the anachronistic term "carbon copy" and results in copies of your mail being sent to the listed people. The difference to just listing a buch of addresses in the "To" field is, that you don't directly address the cc'ed people, thereby signaling that you probably don't expect an answer of them.
-Bcc means "blind carbon copy" which does practically the same as "Cc", but hides the recipients from each other.

-

You can enter several recipients by separating their addresses with a comma. -To, CC, and BCC are pop-up menus. They contain all email addresses on your system found by a query for People files. Their "Group" attribute will sort them in corresponding submenus.

-

Again, we'll focus on the more interesting features in the menus.

-

-indexFile

-

With Save as draft you can store your work so far and come back to it later. To load it again, choose it from the Open draft submenu that will list the result of a query for all mails with the status "Draft".

-

-indexEdit

-

Quote and Remove quote or their respective shortcuts ALT / are used to add/remove a level of quoting by adjusting the number of ">" symbols in front of quoted lines. Just select some text in all the lines you want un/quoted and invoke the menu item.

- -email-spellcheck.png - -

Check spelling currently only offers corrections of English texts by marking wrong or unknown words red and showing them in italic. -Right-clicking such a word opens a context menu offering suggestions to correct the word or to Add it to the accepted vocabulary.

-

Then, there are again the items to open Mail's Preferences... (see below) and a shortcut to managing your Accounts..., which will open the E-mail preference panel.

-

-indexMessage

-

With Add signature you can add predefined texts to the end of your mail. From its submenu you can choose a specific or Random one.

- -email-signature.png - -

You create new or edit existing signatures with Edit signatures..., which will open a window where you enter the text itself and the title of your new sig. There, in the Signature menu, you find items to Open a specific signature or Save or Delete the currently loaded one, Signatures should be saved in ~/config/settings/Mail/signatures.

-

Use Add enclosure... and Remove enclosure to add/remove files as attachments. You can also drag & drop files from a Tracker window. Be careful though to drop those in the header section (To/From/Subject area at the top) or they'll get pasted into the email body if they are text files.

- -email-attachments.png - -

File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing DEL.

- -

-indexQueries

-

This doesn't work yet, but is intended to hold queries that would show all mail related to the currently open mail, like all to the same recipient or same subject/thread.

- -

-index -Preferences

-email-preferences.png -

Mail's preferences come in two parts:

-

-indexUser interface

- - - - - - - -
Button barOptions to show labels under the icons or hide the tool bar completely.
FontSets the type of font used for the email text.
SizeSets the font size.
Colored quotesColors different levels of quotation.
Initial spell check modeTurns the spell checker on/off on startup.
Automatically mark mail as readIf you close an email with the Status "New", you can have it automatically marked as "Read".
- -

-indexMailing

- - - - - - - - - -
Default accountIf you have several email accounts, this specifies which to use by default when creating a new message.
Reply accountWhen you reply to a mail, you can either always Use default account set in the pop-up menu above, or use the Account from mail, which will send the mail from the same account that received the original message.
Reply preambleThis is inserted before the quoted text in your reply. You can use various variables from the pop-up menu next to the text field. Example: "Hello %n!\n\nOn %d you wrote:\n" produces this: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
Auto signatureAdds a signature automatically to the end of the mail.
EncodingSets the default encoding.
Warn unencodableIf your mail contains characters that can't be encoded with the currently set encoding method, you can turn on being warned about that. That gives you the opportunity to change the encoding before sending. Otherwise unencodable characters are replaced by rectangle symbols.
Text wrappingInserts line-breaks every 76 characters which makes mails easier to read.
Attach attributesYou can choose to send BFS' attributes of a file alongside the attachments. This is nice for other Haiku users, as they'll get a "complete" file (think artist, album, title attributes of MP3 files), but may cause confusion (or even suspicion) with others, who will wonder what the additional "BeOS Attributes" attachment might be...
-Should you opt not to send attributes with your attachments, remember zip up your files before you send them or you'll strip away BFS attributes.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/uk/applications/mediaplayer.html b/docs/userguide/userguide/uk/applications/mediaplayer.html deleted file mode 100644 index 62fa768820..0000000000 --- a/docs/userguide/userguide/uk/applications/mediaplayer.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - MediaPlayer - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

mediaplayer-icon_64.pngMediaPlayer

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/MediaPlayer
Настройки:~/config/settings/MediaPlayer
-


-

MediaPlayer is the default player for all audio and video files. Thanks to it's ffmpeg backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:

-mediaplayer.png -

The slider of the progress bar allows you to quickly skim to a position, resting the mouse over it shows the current and remaining time of the clip. Clicking on the time display to the right of it, toggles between length, current and remaining time.
-Below that you find the usual controls to skip to the previous track, play/pause, stop and jump to the next track. Then comes a volume control (clicking the speaker symbol toggles muting) and a VU meter.

- -

Audio and video playback

-

Since there aren't any specific features for for audio playback, we'll go straight to video or general features.

-mediaplayer-info.png -

Available to all media is the File info... (ALT I). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.

-

Most of the often used commands from the menus are also available from a right-click context menu on the video area. Convenient when in full-screen mode.
-Under Video you'll find options to zoom the window to various levels or force the aspect ratio to some standard values. Leaving the aspect ration to the default Stream settings should work best for correctly encoded files.

-

MediaPlayer supports subtitles in SRT format. To have them show up under Subtitles, their filenames have to be identical to their video file, with a suffixed language name and ".srt" instead of the video's extension. For example:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

Multiple audio tracks, most often used for several languages inside one video file, are available from the Audio track submenu. The Video | Track submenu offers the same when having multiple video streams available.

-

You can toggle the Full screen mode (ALT ENTER or F or a double left-click), hide MediaPlayer's window borders and controls with Hide interface (ALT H or a double right-click) or have it's window Always on top (ALT A).

- -

Playlists

-

MediaPlayer | Playlist... (ALT P) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.

-mediaplayer-playlist.png -

You can add more files by dropping them into the list and rearrange their position via drag & drop. From the Edit menu you can Randomize or Remove (DEL) an entry from the list or delete the actual file with Move to Trash (ALT T).

-

Of course, you can Save a playlist and later Open it again, or start it with simply double-clicking the playlist file.

- -

Settings

-

There are several settings to fine-tune MediaPlayer's behavior:

-mediaplayer-settings.png -

The first batch, Play mode, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.

-

Next are different View options.
-You can opt to Use hardware overlay if available, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.
-You can Scale movies smoothly (when not in overlay mode) which uses very fast filtering to smooth over otherwise blocky pixels when zooming video or watching in full-screen mode.
-Scale controls in full-screen mode if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.
-Then there are settings for Subtitle size and Subtitle placement. They can be shown at the Bottom of video, which will always have them overlayed over the picture. Or Bottom of window, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.

-

The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at Full volume, at less confusing Low volume or quietly Muted.

- -

Keyboard controls

-

MediaPlayer offers convenient key combinations to control playback without using the mouse.

- - - - - - -
ZSkip to previous track
XPlay
CPause
VStop
BSkip to next track
-

These keys are assigned to the functions of the control buttons. They are always the bottom left letter keys on the keyboard, i.e. they are used independently of your current keymapping. The above keys correspond to a standard US-american keymap.

- - - - - - - - - - - - -
/ Seek backwards/forwards
SHIFT / Jump backwards/forwards 10 seconds
ALT / Jump backwards/forwards 30 seconds
/ Decrease/Increase volume
ALT / Skip to next/previous Track
SpacebarToggle play/pause
ALT ENTERToggle full-screen mode (also done by double left-clicking the video area or pressing F or TAB)
ALT SHIFT 0 / 1 / 2 / 3Changes aspect ratio to Stream settings (how the video was encoded), No aspect correction (maps the pixels of the video 1:1 to the screen), 4:3, 16:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/midiplayer.html b/docs/userguide/userguide/uk/applications/midiplayer.html deleted file mode 100644 index 5f2d31956f..0000000000 --- a/docs/userguide/userguide/uk/applications/midiplayer.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Програвач Midi - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

midiplayer-icon_64.pngПрогравач Midi

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/MidiPlayer
Настройки:~/config/settings/MidiPlayerSettings
-


-

As the name suggests, MidiPlayer is used to playback midi music files. Midi files are special, as they don't contain the actual digitized and in some way encoded music, but only a description of it: Hold this note for that long with this volume and use instrument X for it.
-While this keeps file sizes pretty small, it also follows that depending on the instrument library (the so-called "SoundFont") the results can differ hugely. Also, these SoundFonts tend to be quite large, increasingly so with the number and quality of the instrument samples.

-

Haiku doesn't come with a SoundFont installed, because they are so large and only few people generally need one. Most of those who do, already have high quality or custom SoundFonts. To be able to at least hear something you can install a free one from an optional package. In Terminal, enter: installoptionalpackage TimGMSoundFont

-

To use any other SoundFont, create a link to it in /boot/system/data/synth and name it big_synth.sy.

-midiplayer.png -

MidiPlayer's interface is very simple. Just double-click or drag & drop a midi file and playback starts. You control the volume with the slider and add reverb effects from the Reverb pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.

- -
-
- - - diff --git a/docs/userguide/userguide/uk/applications/packageinstaller.html b/docs/userguide/userguide/uk/applications/packageinstaller.html deleted file mode 100644 index e8758f8fe6..0000000000 --- a/docs/userguide/userguide/uk/applications/packageinstaller.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - PackageInstaller - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

packageinstaller-icon_64.pngPackageInstaller

- - - - -
Розташування в Deskbar:No entry, normally launched via -double-clicking a supported file.
Розміщення:/boot/system/apps/PackageInstaller
Настройки:none
-


-
This page is currently only a first draft. Please check back later for a refined version.
-

PackageInstaller is a software installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.

-

It is being executed automatically when you try to open files with .pkg extension.

-packageinstaller.png -

The main window gives access to two configurations:

-
    -
  • installation type (depending on the developer there might be more than one (standard) installation option)
  • -
  • Installation location (only entire partitions/hard disks can be chosen, not custom paths)
  • -
-

After clicking Install the extraction and installation process will begin.

-packageinstaller-installer.png -

At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.

-

When the installation is complete, package should appear in the Deskbar applications menu.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/pe.html b/docs/userguide/userguide/uk/applications/pe.html deleted file mode 100644 index 86cc5c1b76..0000000000 --- a/docs/userguide/userguide/uk/applications/pe.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

pe-icon_64.pngPe

- - - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Pe/Pe
Документація:/boot/system/apps/Pe/Documentation/index.html
Настройки:~/config/settings/pe/*
-


-

Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the Pe project page.

-

Find out more about Pe's features in its local documentation.

- -
-
- - - diff --git a/docs/userguide/userguide/uk/applications/people.html b/docs/userguide/userguide/uk/applications/people.html deleted file mode 100644 index b946b7bb50..0000000000 --- a/docs/userguide/userguide/uk/applications/people.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - People - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

people-icon_64.pngPeople

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/People
Настройки:~/config/settings/People_data
-


-

People is a simple contact database using the attributes of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a query.

- -people.png - -

The Group attribute at the bottom allows assigning a person to one or more groups. Useful for "mass mailing" a number of people who, for example, work on a specific project. The pop-up menu offers all currently existing groups. If a person belongs to more than one group, the group names are delimited with a ",".

- -

These Person files are usually all saved in /boot/home/people/. To get a list of all your contacts, just open your people folder and display all attributes of interest. If you choose to organize your Person files in different folders, just use a query to display them all in one window.

- -people-files.png - -

You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding SHIFT while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or ALT E) to edit works just like renaming a file. Once you're in edit mode, TAB and SHIFT TAB will jump from column to column.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/poorman.html b/docs/userguide/userguide/uk/applications/poorman.html deleted file mode 100644 index 4b728a1cc6..0000000000 --- a/docs/userguide/userguide/uk/applications/poorman.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

poorman-icon_64.pngPoorMan

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/PoorMan
Настройки:~/config/settings/PoorMan Settings
-


-

PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.

-

Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.

-

PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings...: -

-

poorman.png

-

The settings panel is divided into three tabs:

-

In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
-Logging lets you de/activate logging to the console or optionally to a separate logfile.
-The Advanced tab holds the setting for the maximum simultaneous connections.

-

The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.

- -
If you want to try out if PoorMan's working, choose /boot/system/apps/BePDF/docs/ as folder and index.html as start page. Then point your browser to the URL 127.0.0.1, which is your local host.
- -
-
- - - diff --git a/docs/userguide/userguide/uk/applications/screenshot.html b/docs/userguide/userguide/uk/applications/screenshot.html deleted file mode 100644 index bc30deb708..0000000000 --- a/docs/userguide/userguide/uk/applications/screenshot.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Screenshot - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

screenshot-icon_64.pngScreenshot

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Screenshot
-/bin/screenshot
Настройки:~/config/settings/screenshot
-


-

Screenshots are taken by either starting the Screenshot application or by pressing the PRINT key,

-

screenshot.png

-

In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.

-

Below that you set the name, format and location for the screenshot that will be used when you click Save. Instead of saving the file to disk you can also decide to Copy to clipboard to be able to paste the shot directly into another application, or take a New screenshot.

-

All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:

- - - - -
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
-

-index -Taking a screenshot from Terminal

-

There's a special screenshot application to be used from Terminal or a script.
-screenshot --help shows the familiar options as parameters:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/showimage.html b/docs/userguide/userguide/uk/applications/showimage.html deleted file mode 100644 index 57a6fa6f9d..0000000000 --- a/docs/userguide/userguide/uk/applications/showimage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - ShowImage - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

showimage-icon_64.pngShowImage

- - - - -
Розташування в Deskbar:No entry, normally launched via -double-clicking a supported file.
Розміщення:/boot/system/apps/ShowImage
Настройки:~/config/settings/ShowImage_settings
-


-

ShowImage allows you to view images in all formats that are supported through DataTranslators. New formats are automatically recognized when their translator is added to the system. This has been done for Haiku's vector icon files, WonderBrush images or when WebP images became available, for example.
-ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.

-

indexViewing

-showimage-view.jpg -

The View menu offers to start a Slide show of all images in a folder (or query result window) and set a Slide delay from 2 to 20 seconds.

-

Other commands apply to the currently displayed image (without changing the size of the window):
-Original size shows the image with a 100% zoom factor.
-Fit to window shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.
-Zoom in and Zoom out move into and out of the image in 10% steps. Zooming is also done with the mouse wheel; to pan an image bigger than the window, simply left-click and drag your mouse around.

-

Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:
-High quality zooming applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.
-Stretch to window will stretch smaller images to fill the current window frame.

-

Then there's a Full screen mode with an option to Show caption in full screen mode which overlays the file name at the bottom of the image.

-

Lastly, Show tool bar will show/hide the graphical controls:

-showimage-toolbar.png -

From left to right: Previous image, next image, start slide show (in full screen mode), selection mode, original size, fit to window, zoom in, zoom out.

-

Most of the more often used commands are also available from a right-click context menu on the image. Convenient when in full-screen mode.

-

indexBrowsing

-showimage-browse.jpg -

After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing / or /. You can see the selection change accordingly in the Tracker window.

-

There is a quick way to open the folder of the current image and even navigate to its parent and subfolders. It works just like with drill-down navigating in Tracker by clicking in the info area in the status bar that shows size and format of the current image.

-

Looking at the Browse menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like First page and Next page let you navigate those pages.

-

indexEditing

-showimage-edit.jpg -

The Image menu offers the few image manipulations necessary for an image viewer: rotating and flipping the image. Note however, that the actual image data won't be changed. Only an attribute is added to the file so it'll be shown rotated or flipped the next time you open it.

-

Use as backgroud... will open the Backgrounds preferences to set the current picture as image for your workspaces.

-

Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to Selection mode from the Edit menu and drag out a box with your left mouse button. If you don't want to change modes first, you can create this box in "normal mode" by simply holding CTRL while left-click-dragging, which otherwise would just pan the image around.
-Clear selection or ESC will remove the selection box.

-

The following chapter shows how to actually save the cropped area.

-

indexSaving and converting

-

To save or convert an image into any available format, you can invoke the normal Save as... item from the File menu, select the format and choose a file name.
-Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.

-showimage-dnd.jpg -

This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose Edit | Select all for the whole image. Then drag & drop the selection onto the Desktop or any Tracker window to create a new image clipping in the same format of the original image.

-

To save in another file format, do the dragging with the right mouse button and choose a format from the context menu when dropping the image.

-

indexKeyboard shortcuts

-

Here's a list of the most useful shortcuts:

- - - - - - - - - - -
/ Previous image
/ Next image
DELMove to Trash
+Zoom in
-Zoom out
0Original size (100% zoom)
1Fit to window
ALT ENTERToggle full screen mode (also via doubleclick)
CTRLWhile holding CTRL you can create a selection frame without explicitly switching to selection mode.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/soundrecorder.html b/docs/userguide/userguide/uk/applications/soundrecorder.html deleted file mode 100644 index ac80917ae7..0000000000 --- a/docs/userguide/userguide/uk/applications/soundrecorder.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - SoundRecorder - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

soundrecorder-icon_64.pngSoundRecorder

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/SoundRecorder
Настройки:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/uk/applications/stylededit.html b/docs/userguide/userguide/uk/applications/stylededit.html deleted file mode 100644 index bbc57e4de2..0000000000 --- a/docs/userguide/userguide/uk/applications/stylededit.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - StyledEdit - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

stylededit-icon_64.pngStyledEdit

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/StyledEdit
Настройки:none
-


-

StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.

-stylededit.png -

If you're interested, this is what those additional attributes look like when examined in Terminal with listattr:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

As you can see, all the formatting options from StyledEdit's menu are present: line wrapping (on/off) and alignment (left/center/right), each in one attribute. Styles (font, size, color) of each letter mangled into another.

-
Because these attributes are a file system feature of BFS, this means that not only other platforms just see a plain text file, it also follows, that the formatting will be lost when a file is stored on a non-BFS partition. The above attributes are simply stripped and what's left is the ordinary, plain text file.
-

In any case, it's a nice idea having the possibility of colored text in different fonts and sizes while still being a normal text file. A ReadMe.txt, for example, is therefore readable in a shell on any platform and still has a bit of style when viewed via double-click from Haiku.

-

Actually using StyledEdit is so simple, we'll skip explaining every mundane menu item. Just write down your text then select the words you'd like to format and apply font, size and color from the Font menu. Line wrapping and alignment from the Document menu only work on the whole file.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/terminal.html b/docs/userguide/userguide/uk/applications/terminal.html deleted file mode 100644 index 8bd929f34e..0000000000 --- a/docs/userguide/userguide/uk/applications/terminal.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - Terminal - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

terminal-icon_64.pngTerminal

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Terminal
Настройки:~/config/settings/Terminal
-~/config/settings/profile - adds/overrides defaults in /boot/system/settings/etc/profile
-~/config/settings/inputrc - adds/overrides defaults in /boot/system/settings/etc/inputrc
-


-

The Terminal is Haiku's interface to bash, the Bourne Again Shell.

-

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

- -

-index -Windows and tabs

-

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with ALT T.

-terminal.png -
-

Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.
-By default, %1d: %p, a tab shows the current directory and, separated by a :, the name of the currently running process (or -- if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the Desktop folder and a second tab idling at home.
-Via Edit | Window title... the Terminal window's title can be edited in a similar way.

-

Right-clicking a tab shows a context menu to Close tab, Close other tabs or, like double-clicking, Edit tab title....

-

A Terminal window can be resized like any other window or you use the presets from the Settings | Window size menu. ALT ENTER toggles fullscreen mode.

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -Settings

-

Settings | Settings... opens a panel to configure the standard settings of a Terminal.

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
Save to file... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Revert brings back the settings that were active when you opened the settings panel.
Defaults resets everything to default values.
-

-index -Keyboard shortcuts

-

You'll find a list of useful shortcuts in Shortcuts and key combinations.

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

If you hold down ALT SHIFT, only the path from beginning to where your mouse pointer sits will be highlighted.

-

By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.

- -

-index -Bash customization

-

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: profile and inputrc
-Both files can be created in the /boot/home/config/settings/ folder and add or override the system defaults that are defined in /boot/system/settings/etc/.

- -

profile

-

The profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

-

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

- -

There are more, have a look.

- -

inputrc

-

The inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

- -

-index -Hints for working with the Terminal

-
  • Dragging a file or folder from a Tracker window into the Terminal will insert its path at the location of the cursor. Dragging with the right mouse button offers additional actions in a context menu:

    - - - - - - -
    Insert path Inserts the location of the file, same as drag&dropping with the left mouse button.
    Change directory Changes to the folder of the dragged file.
    Create link here Creates a link to the dragged file in the current working directory of the Terminal.
    Move here Moves the dragged file into the current working directory of the Terminal.
    Copy here Copies the dragged file into the current working directory of the Terminal.
  • -
  • You can open any file with its preferred application with the command open [filename]. This also works with the representation of the current (".") and parent ("..") folder which then open in a Tracker window. So, to open the current working directory, you type:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/textsearch.html b/docs/userguide/userguide/uk/applications/textsearch.html deleted file mode 100644 index 4849353817..0000000000 --- a/docs/userguide/userguide/uk/applications/textsearch.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - TextSearch - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

textsearch-icon_64.pngTextSearch

- - - - -
Розташування в Deskbar:No entry, normally launched via Tracker Add-on
Розміщення:/boot/system/apps/TextSearch
Настройки:~/config/settings/TextSearch
-


-

TextSearch looks for a string in text files. Typically it is invoked from Tracker's Add-on context menu on the selection of files or folders you want to search.

- -textsearch.png - -

You enter a search string in the text box on top and hit RETURN or click Search to start. If Show lines is checked, the hits are automatically expanded to show the lines of the file containing the search string.

- -

Only a few words on some of the otherwise self-explaining menu items:

- - - - - - - - - - - - - - - - - -

File menu

New windowALT N Opens a new window where you can enter another string and search through the same files/folders. -
Set target...ALT FLets you choose a new set of files and folders to search through.

Action menu

Trim selectionALT T Removes all entries from the list that are not currently selected.
Open selectionALT OOpens the currently selected files with their preferred application (same as a double-click). If it's a text editor supporting it (like Pe), you can jump to the exact line the search string was found.
Open files in TrackerALT KOpens the location of the currently selected files in Tracker.
Copy text to clipboardALT BCopies the current selection to the clipboard.

Settings menu

Skip folders starting with a dot This is useful when working in a "unixy" environment, where often administrative files are hidden inside ".folders/". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.
Escape search text TextSearch uses the command line tool grep. For it, special characters like '"*\$?! and spaces have to be escaped with a \. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of regular expressions.
Text files only TextSearch is currently only useful for finding strings in plain text files. Deactivating this setting will have it look through any kind of file anyway.

History menu

Contains recently used search strings.

Encoding menu

Lets you choose different character encodings if needed.
-
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/tv.html b/docs/userguide/userguide/uk/applications/tv.html deleted file mode 100644 index 2834599948..0000000000 --- a/docs/userguide/userguide/uk/applications/tv.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - TV - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

tv-icon_64.pngTV

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/TV
Настройки:~/config/settings/???
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/uk/applications/vision.html b/docs/userguide/userguide/uk/applications/vision.html deleted file mode 100644 index f9bd0b0949..0000000000 --- a/docs/userguide/userguide/uk/applications/vision.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - Vision - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

vision-icon_64.pngVision

- - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/Vision/Vision
Настройки:~/config/settings/Vision/*
-


-

Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the Vision website.

-
You can find help from other Haiku users and developers on Haiku channels in various languages.
-The most frequented is the English speaking #haiku at irc.freenode.org.
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

The syntax:

- - - - - - -
/COMMANDthe command
<required>a required parameter
[optional]an optional parameter
|a logical OR
...more parameters possible
- -
    -
  • /ABOUT
    -Opens Vision's About window.

  • - -
  • /ACRONYM [word]
    -Opens www.acronymfinder.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /AWAY [away-reason]
    -Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)

  • - -
  • /BACK
    -Sets your status to 'back' on current network.

  • - -
  • /CLEAR
    -Clears the contents of the current text buffer.

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -Opens a private dcc chat session with the specified nick.

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • - -
  • /DNS <domain name/IP address>
    -Resolves the given IP or domain name.

  • - -
  • /EXIT
    -Quits Vision.

  • - -
  • /GAWAY [away-reason]
    -Same as /AWAY [away-reason], but applies to all connected networks.

  • - -
  • /GBACK
    -Same as /BACK, but on applies to all connected networks.

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -Invites <nick> to the <channel>.

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -Displays the channel modes of the current channel.

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -Displays nick(s) in <channel>.

  • - -
  • /NICK <newnick>
    -Changes your nick to <newnick>.

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -Leaves current channel or network.

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC operator command to disconnect a server.

  • - -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -Removes <nick(s)> from your notify list.

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -Returns whois information of <nick>.

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/uk/applications/webpositive.html b/docs/userguide/userguide/uk/applications/webpositive.html deleted file mode 100644 index 2bd9da7f74..0000000000 --- a/docs/userguide/userguide/uk/applications/webpositive.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
-

webpositive-icon_64.pngWebPositive

- - - - - -
Deskbar:Applications
Розміщення:/boot/system/apps/WebPositive
Настройки:~/config/settings/WebPositive/ - Configuration files, cookies, cache and browsing history
~/config/settings/WebPositive/Bookmarks - All bookmarks as single files
-


-

WebPositive, or Web+ for short, is Haiku's native web browser. One part of its name is a tip of the hat to BeOS' simple NetPositive, the other points to its modern foundation: the WebKit. This open source HTML rendering library is at the heart of other mainstream browsers as well, like Safari of Mac OS X and Google's Chrome. By using the ever evolving WebKit, Web+ will be able to keep up with new web technologies.

-webpositive.png -

WebPositive's interface is pretty straight forward: Under a menu bar is another bar with buttons to navigate to the previous and next sites in your browsing history, to stop the loading of a page and (optionally) a button to jump to your starting page.
-Then comes the locator field to enter a site's URL.
-Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.
-At the bottom of the window is a status bar, showing the URL of the site being loaded or of the link the mouse pointer is hovering over. While a page is being loaded, a progress bar appears to the right.

-

indexSettings

-

From the Window menu you can open a Settings panel to configure a few essentials of WebPositive.

-webpositive-settings.png -

The first tab deals with general settings: What file or URL serves as a Start page, what's used as a Search page, what Download folder is used for stuff you get from the net.
-Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.
-Via the following checkboxes you can avoid showing the tab bar when there's only one page open anyway. WebPositive's interface can be told to automatically hide in full screen mode, and the mouse pointer can be automatically hidden whenever it's not moved for a while.
-Finally, you can decide to include the "Home" button in the navigation bar and set the number of days the browser remembers the sites you have visited in its history.

-

In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.

-

The last tab is used to configure a proxy server.

-

indexBrowsing

-

If you have used any browser before, WebPositive shouldn't provide too many surprises. Instead of going through every menu item and feature, let's have a look at just a few points.

-
    -
  • webpositive-tabbar.png -

    New tabs are created with the + button to the right in the tab bar or, if there's still enough space, by double-clicking into an empty area of it. If there are more tabs open than fit into the bar, the < > scroll-buttons become active, allowing you to scroll the tab bar left and right. The button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.

  • -
  • Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding SHIFT while middle-clicking, opens it in the foreground.

  • -
  • From the View menu you can Zoom in and Zoom out of a page. There's also an option to Zoom text only, leaving all images with their original size.

  • -
  • If you switch to full screen mode and have activated the setting to hide the interface, it will disappear after a second. To slide it temporarily back in, simply move the mouse pointer to the top of the screen.

  • -
  • webpositive-locator.png -

    While you type in the locator text field, the browser matches the string to sites you have visited in the past and lists them below the text field. You either keep adding more letters to shorten the list of possible sites, or choose an entry with or . ENTER will load the page. You can also use the button to the far right which also serves to reload a page.
    -Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.

  • -
  • Right-clicking opens a context menu which, depending on the object you've clicked on, offers to open the link in a new window or a new tab, download the object etc.

  • -
  • Edit | Find shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.

  • -
-

indexBookmarks

-

WebPositive's bookmarks are managed as files and folders in ~/config/settings/WebPositive/Bookmarks/. Adding a bookmark will create a new file there. You can quickly open the folder with Manage Bookmarks....

-webpositive-bookmarks -

You can change a bookmark's URL, name, title and enter keywords just like with any other file with attributes. Just make sure you have all their columns displayed via Tracker's Attributes menu, then select a file, press ALT E and start editing the attribute; change attribute columns with TAB.
You can sort bookmarks into different folders you create yourself.

-

By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.
-Activating Type-ahead filtering in Tracker's preferences, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more or to move the selection and pressing ENTER opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.

-

For this to work, all bookmarks should be kept in the ~/config/settings/WebPositive/Bookmarks/ folder and only copies should be sorted into custom subfolders for usage in WebPositive's Bookmarks menu (if at all). Also, actually filling the keywords attribute helps...

-

indexDownloads

-

Window | Downloads opens a window listing all past and ongoing downloads:

-webpositive-downloads.png -

Currently downloading files are shown with a growing progress bar and, similar to copying files in Tracker, information on the download speed, file size and expected finishing time. Buttons to the right let you Cancel and Restart a download, or Open the file, or Remove its entry from the list. The Remove missing and Remove finished buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.

-

Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".
-Generally, WebPositive is very tolerant when it comes to managing files with Tracker. Files can be renamed or moved even while they are being downloaded and even after the download is finished, these changes are reflected in the Downloads window.

-

Ever wondered from what site you downloaded a particular package, image or any other file? You can track that down by opening the file with DiskProbe and have a look at its META:url attribute.

-

Want to have the URL permanently shown in your downloads folder? Just copy a bookmark into it, have the bookmark's URL attribute column displayed and remove the bookmark again.

-

indexKeyboard shortcuts

-

Here are some useful keyboard shortcuts:

- - - - - - - - - - - - - - -
ALT TOpens a new tab.
ALT W Closes the current tab.
ALT N Opens a new window.
SHIFT ALT W Closes the current window.
ALT ENTER Toggles full screen mode.
ALT R or F5 Refreshes the current page.
ALT H Opens the home page.
ALT D Shows/hides the Downloads window.
ALT F Shows the find bar for in-page searching (hide with ESC).
ALT B Bookmarks the current page.
ALT M Manage bookmarks, opening the Bookmarks folder.
ALT Previous page in the history.
ALT Next page in the history.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/applications/wonderbrush.html b/docs/userguide/userguide/uk/applications/wonderbrush.html deleted file mode 100644 index c207072645..0000000000 --- a/docs/userguide/userguide/uk/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - WonderBrush - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

wonderbrush-icon_64.pngWonderBrush

- - - - - -
Розташування в Deskbar:Додатки(Applications)
Розміщення:/boot/system/apps/WonderBrush/WonderBrush
Документація:/boot/system/apps/WonderBrush/Documentation en
Настройки:~/config/settings/WonderBrush
-


-

WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the YellowBites website and in the local documentation.

- -
-
- - - - diff --git a/docs/userguide/userguide/uk/attributes.html b/docs/userguide/userguide/uk/attributes.html deleted file mode 100644 index 9ed432a71a..0000000000 --- a/docs/userguide/userguide/uk/attributes.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - Атрибути (Attributes) - - - - - - - - -
-
- -

Атрибути (Attributes)

- -

Атрибути - це поля даних, які відносятся до файлу, але не є його частиною. Вони не враховуються при підрахунку розміру файлу і можуть бути скопійовані або видалені без зміни самого файлу. Система використовує атрибути для зберігання, наприклад, розміру ,типу файлу, дати його останньої зміни і т.д. Так само яу в інших операційних системах.

-

Відмінність полягає в тому, що Ви можете додати будь-який атрибут до будь-якого файлу, потім відобразити і зробити його таким , що можна редагувати у вікні Tracker. Вам потрібно лиш визначити якого типу атрибут Ви бажаєте додати до файлу (наприклад: стрічка, ціле число і час), дати визначення і опис.

-

І взагалі файл може не містити жодної інформації. Подивімося на файли контактів наприклад:

-people.png -
-

Як ви бачете усі файли мають нульовий розмір разом з атрибутами і атрибут E-mail в контакта "John Nox" редагується прямо з Tracker'а.

-

Якщо проіндексувати атрибути в контактів, листів або звукових файлів, то стане можливим робити пошук за допомогою швидкої системи запитів.

- -

-index -Робота з атрибутами в Tracker'i

-

у Tracker'і атрибути відображаються, як у базі даних або таблиці. Можна вибрати, які атрибути відображати і відсортувати список файлів за ними

-

Відкрийте Tracker, клікніть по пункту меню Атрибути (Attributes) і виберіть атрибути, які вихочете відобразити. Також можна просто клікнути по заголовку колонки і відмітити елементи в контекстному меню. Можна поміняти колонки з атрибутами, якщо потягнути їх за заголовок, або видалити непотрібну колонку, якщо перетягнути її за межі вікна.

-

Подвійно клікніть мишкою по лінії, що знаходиться між двома заголовками атрибутів і ширина колонки автоматично зміниться згідно найдовшого атрибута.

-

Клікніть по заголовку колонки, щоб відсортувати список. Ви можете встановити вторинне сортування коли утримувати клавішу SHIFT і клікнути по заголовку колонки. Наприклад, відсортуйте файли контактів по компанії і по імені контакту.Вторинне сортування буде відмічене світлим індикатором поряд іззіголовком.

-

Редагування атрибутів є такою ж простою операцією як і переіменування файлу: клікніть по стрічці або натисніть ALT E для переміщення по атрибутах використовуйте клавіші TAB and SHIFT TAB. КлавішаESC дозволить вийти з режиму редагування без збереження змін.

- -

-index -Робота з атрибутами в Terminal'i

-

Якщо Ви надаєте перевагу командній лінії або плануєте працювати з великою кількістю файлів при допомозі скриптів , то існує кілька команд для керування атрибутами в Terminal'i.

-

-index -listattr

-

listattr - показує список атрибутів, але не їх вміст .

-
usage: listattr 'filename' ['filename' ...]
-

Приклад:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

Поза всіма "META:*" атрибутами, які зберігають контактну інформацію. є також два , якими керує система:

-
    -
  • BEOS:TYPE зберігає тип файлу у вигляді MIME стрічки, у нашому випадку "application/x-person".Він визначає іконку по замовчуванню і додаток, який відкриває файл за подвійним кліком по ньому.

  • -
  • "_trk/pinfo_le" при допомозі цього атрибуту Tracker відслідковує місце розташування іконки.

-
Зверніть увагу на бекслеш після "Clara". В Terminal'i Ви можете відміняти спеціальні символи такі як '"*\$?!. Пробіл між "Clara" і "Botters" також є таким. Отже бекслеш є насправді попереду пробілу а не після "Clara".
- -

-index -catattr

-

catattr - виводить вміст вказаного атрибуту файлу.

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

Приклад:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr - дозволяє додати атрибут і (або) заповнити його вміст.

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

Припустимо Clara влаштувалась на роботу в Barkelbaer Inc., Ви можете тепер заповнити атрибут "Company", який раніше був пустим наступним чином:

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr - дозволяє повністю видалити атрибут файлу.

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

хоча просто можна би було не заповняти атрибут "Fax" , але ви можете повністю видалити цей атрибут в файлу Clara:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr дозволяє зкопіювати атрибути з одного або дікількох файлів на інший. По замовчуванню вміст файлу не \ копіюється.

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

Якщо Ви забажаєте скопіювати не тільки атрибути але і вміст файлу слід додати опцію "-d" або "--data".

- -


-

Більше інформації про команди і їх опції можна отримати після введення команди з опцією "-h" або "--help".

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/bash-scripting.html b/docs/userguide/userguide/uk/bash-scripting.html deleted file mode 100644 index 283250e4a1..0000000000 --- a/docs/userguide/userguide/uk/bash-scripting.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Bash і написання скриптів - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Bash і написання скриптів

- -

"Скриптинг"- це техніка автоматизаціі процедур шляхом об'єднання команд і збереження їх у вигляді текстових файлів, які називаються "скриптами" ("сценаріями"). Кожен раз коли Ви запускаєте скрипт, команди обробляються одна за одною так, ніби вони були введені в Терміналі(Terminal) вручну.
-Скрипти можуть змінюватись від простих, що виконують кілька команд в певному порядку, до нетривіальних фрагментів коду, який вирішує надскадні завдання.

- -

-index -Bash

-

Враховуючи, що скрипти залежать від оболонки , якою вони інтерпретуються, спробуйте для початку ознайомитись з BASH, що використовується у Haiku. В тенетах існує багато ресурсів про неї, бо вона є досить поширеною. Хорошою настановою послужить робота Йохана Янсона (Johan Jansson) Introduction to bash - a tutorial for bash under BeOS.

- -

-index -Біблія скриптингу

-

Після вивчення початків роботи у командній стрічці, настає час випустити себе у світ скриптингу. Знову ж таки силу силенну настанов Ви знайдете і у мережі і на полицях книгарень. Онлайн є доступна книга, що створена спеціально для Haiku Scripting Chapter (PDF, 900kb) від автора BeOS Bible Скота Хакера (Scot Hacker's) .

- -

-indexСкрипти в Haiku

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index - UserBootscript

-

/boot/home/config/settings/boot/UserBootscript буде виконаний після того як система завершить процес завантаження. Наприклад, Ви можете додати кілька програм, котрі стартуватимуть при кожному завантаженні:

-
# Запуск LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Запуск Workspaces 
-/boot/system/apps/Workspaces &
-

Не забудьте додати в кінці команди знак "&" щоб запустити цей процес у фоновому режимі, інакше скрипт зависне , поки ця команда не буде завершена (У нашому випадку, коли запущений додаток буде закрито).

- -

Простішою альтернативою для додатків, котрі запускаються під час завантаження - розмістити посилання на потрібні програми в папці/boot/home/config/settings/boot/launch directory. Це можна зробити правим кліком по додатку, котрий Ви бажаєте помістити в автозапуск вибором в меню Створити посилання (Create Link) і переміщенням по папках з використанням навігації до потрібного каталогу.

- -

-index -UserShutdownScript

-

/boot/home/config/settings/boot/UserShutdownScript буде виконаний в якості початкового етапу процесу завершення роботи. -Якщо скрипт поверне ненульовий результат після свого закінчення, то завершення роботи буду призупинено.

- -

-index - UserShutdownFinishScript

-

/boot/home/config/settings/boot/UserShutdownFinishScript виконується в останню чергу в процесі завершення роботи. Майте на увазі, що більшість елементів системи вже не функціонують під час його виконання.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/bootloader.html b/docs/userguide/userguide/uk/bootloader.html deleted file mode 100644 index 00a0bd512b..0000000000 --- a/docs/userguide/userguide/uk/bootloader.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Завантажувач (Boot Loader) - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Завантажувач (Boot Loader)

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

Для того щоб зайти в настройки завантажувача необхідно натиснути і утримувати клавішу SHIFT до початку завантаження Haiku. Якщо завантажувач встановлено , то Ви можете починати утримання SHIFT перед вибором загрузочного запису Haiku. Якщо Haiku єдина система на комп'ютер, то утримання можна починати під час початкових повідомлень BIOS.

-

-index -Boot Loader Options

-

Ви побачите три пункти меню:

- - - - - - - - - -
Вибір загруз. розділу
(Select boot volume)
Choose which Haiku installation/version to start.
Select safe mode options There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
-

Safe mode
- Puts the system into safe mode. This can be enabled independently from the other options.

-

Disable user add-ons
- Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See Troubleshooting below.

-

Disable IDE DMA
- Disables IDE DMA, increasing IDE compatibility at the expense of performance.

-

Ignore memory beyond 4 GiB
- Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file. -

-

Use fail-safe video mode
- The system will use VESA mode and won't try to use any video graphics drivers.

-

Disable IO-APIC
- Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.

-

Disable local APIC
- Disables using the local APIC, also disables SMP.

-

Disable SMP
- Disables all but one CPU core.

-

Don't call the BIOS
- Stops the system from calling BIOS functions.

-

Disable APM
- Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.

-

Disable ACPI
- Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.

-

Blacklist entries
- Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See Troubleshooting below.

Select debug options Here you'll find several options that help with debugging or getting details for a bug report. Again, a short explanation for each option is displayed at the bottom.
-

Enable serial debug output
- Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).

-

Enable on screen debug output
- Display debug output on screen while the system is booting, instead of the normal boot logo.

-

Disable on screen paging
- Disables paging when on screen debug output is enabled.

-

Enable debug syslog
- Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.

-

Display current boot loader log
- Displays the debug info the boot loader has logged (press Q to exit the log)

-

Add advanced debug option
- Allows advanced debugging options to be entered directly.

If "Enable debug syslog" is activated, a warm reboot after a crash shows these additional options:

Save syslog from previous session during boot
- Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.

-

Display syslog from previous session
- Displays the syslog from the previous Haiku session

-

Save syslog from previous session
- Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.

Вибір безпечного відео-режиму
(Select fail safe video mode)
Якщо Ви активували опцію Use fail-safe video mode, то зможете вибрати роздільчу здатність екрану і глибину кольору.
-

-index -Troubleshooting

-

If Haiku refuses to boot on your hardware from the get-go, try out setting different options under Select safe mode options. Consider filing a bug report in any case.

-

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:

-
    -
  • Activating Safe mode will prevent most servers, daemons and the UserBootScript from being started.

  • -
  • Activating Disable user add-ons will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.

  • -
  • 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 Blacklist entries 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 SPACE or RETURN key. ESC returns you up one level to the parent directory.

    -

    Online, there's the article How to Permanently Blacklist a Package File showing how to make that setting stick.

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -Booting Haiku

-

Після активації однієї чи більшої кількості опцій поверніться в головне меню і продовжіть загрузку. Ви побачите загрузочний екран -:

-boot-screen.png - -

Якщо все гаразд, то іконки будуть швидко запалюватись по черзі.
-Кожна з них відповідає певному етапу загрузки:

- - - - - - - - -
Атом Ініціалізація модулів.
Диск з лупою Створення кореневої файлової системи (/) і монтування файлової системи пристроїв (/dev).
Карта розширення Ініціалізація менеджера пристроїв.
Загрузочний диск Монтування загрузочного диску.
Чіп Загрузка модулів процесора.
Папка Фінальна ініціалізація підсистем.
Ракета Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/contents.html b/docs/userguide/userguide/uk/contents.html deleted file mode 100644 index d2fe22be0a..0000000000 --- a/docs/userguide/userguide/uk/contents.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - "Настанова користувача Haiku" - Зміст - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Вітаємо у "Настанові користувача Haiku"

- -

Below, you'll find the documentation of the most important aspects of Haiku. Naturally, completing and extending the documentation is a continuing process (see the online version for updated pages and translations). If you find errors, would like to suggest topics or maybe even contribute yourself, please get in touch on the documentation mailing list. If you're interested in helping with translations, you'll find information on that at the i18n user guide wiki.

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Boot LoaderВстановлює опції безпечної загрузки для вирішення конфігураційних проблем.
Filesystem layoutУява про ієрархію файлової системи і знайомство з важливими папками і файлами.
Haiku's GUILearn about the basic elements of the graphical user interface.
WorkspacesUse virtual desktops for an uncluttered work environment.
TwitcherSwitch between running applications.
Team MonitorKill unresponsive applications or system components.
TrackerLearn all about navigating, working with files and folders and how to configure Haiku's file manager.
Shortcuts and key combinationsThe most common shortcuts to speed up your workflow.
DeskbarUse and configure Haiku's version of the "Start" menu and taskbar.
FiletypesSet default applications, change file types and create your own.
AttributesOne of Haiku's main features lets you manage and add any kind of data to any file.
IndexUse indexing to be able to search for attributes.
QueriesUse Haiku's lightning fast queries to quickly find what you're looking for.
Workshop: Filetypes, Attributes, Index and QueriesLearn to use some of Haiku's key features by organizing your DVDs.
Workshop: Managing EmailLearn to use Haiku's mail system with custom statuses and queries.
Workshop: Wireless networkingSet up your open or encrypted wireless network.
ApplicationsLearn how to un/install applications in general and how work with the ones that come with Haiku.
Desktop AppletsSimple tools to install on your Desktop and Deskbar.
PreferencesConfiguring and setting up your system.
Bash and ScriptingLearn of some interesting scripts used by the system and about online resources for working in the shell and scripting.
- -
-
- - - diff --git a/docs/userguide/userguide/uk/deskbar.html b/docs/userguide/userguide/uk/deskbar.html deleted file mode 100644 index 290428ba3e..0000000000 --- a/docs/userguide/userguide/uk/deskbar.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - Панель задач - Deskbar - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Зміст
- Меню Deskbar
- Трей
- Список запущених команд -
- -

Панель задач - Deskbar

- -

Deskbar - це маленька панель, що по замовчуванню розташована у верхньому кутку екрана . Вона є аналогом меню Пуск у Віндовс і містить меню з якого ви можете запустити необхідні додатки, настройки, а також трей з годинником і список запущених додатків внизу.

-positions -

Ви можете перемістити Deskbar до будь-якого кута або розмістити як панель вздовж верхньої або нижньої межі екрану захопивши за шорстку зону в районі трея і drag&drop потягнути на нову позицію. Ви також можете згорнути його до компактного вигляду посунувши за шорстку зону в напрямку меню Deskbar.

- -

-index -Меню Deskbar

-

Меню відкриється коли клікнути по верху Deskbar'a:

-deskbar.png -
    -
  • Про цю систему (About This System...) - Показує базову інформацію про систему, ліцензії і подяки проекту Haiku.

  • - -
  • Find... - Відкприває пошуковий діалог Query.

  • -
  • Show Replicants - Показує/ховає маленький віджет Replicant переміщує його, видаляє , дає доступ до контекстного меню.

  • -
  • Змонтувати (Mount) - Надає ті самі опції що і при правокліку по робочому столу (дивись Mounting Volumes).

  • -
  • Настройки Deskbar ... - Відкриває панель конфігурації Deskbar (див. нижче).

  • -
  • Завершення роботи (Shutdown) - Пропонує опції Перезавантажити (Restart System) або Вимкнути (Power Off).

  • -
  • Недавні додатки, документи, папки - Список додатків, документів, папок, котрі відкривалися недавно (дивись Настройки Deskbar below).

  • -
  • Applications, Demos, Deskbar applets, Preferences - List of installed applications, demos, applets and preferences.
    You can add links to other programs (or any folder, document, query etc.) by putting them into ~/config/settings/deskbar/menu/.

  • -
- -

-indexНастройки Deskbar

-prefs-deskbar.png -

The Deskbar preference panel is devided into three sections.

- -

Applications

-

The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.

- - - - - - - -
Sort running applications Sorts the list of running programs alphabetically.
Tracker always first Even if you sort alphabetically, the Tracker entry always stays first in the list.
Show application expander Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.
Expand new applications Newly launched programs have their windows automatically expanded under their entry in the Deskbar.
Hide application names Removes the text labels of running applications.
Icon size Adjusts the icon size of running applications.
- -

Menu

-

While the first couple of menu items of the Deskbar are fixed, you can customized the ones below Shutdown....
-Here you can set the number of recent documents, folders and applications that are shown in their menu in the Deskbar, or if you want to see them at all.
-The button Edit menu... opens the folder ~/config/settings/deskbar/menu/. In it you'll find the files and folders that appear in the Deskbar, by default these are Applications, Demos, Deskbar applets, and Preferences.
-You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

Window

-

Finally, the preferences for the Deskbar window.

- - - - -
Always on top The Deskbar always stays above all other windows.
Auto-raise The Deskbar pops to the front if the mouse pointer touches it.
Auto-hide The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.
- -

-index -Трей

-calendar.png -

Окрім іншого в треї розташований годинник. Лівоклік мишки змінює показ часу на дату і навпаки.Правоклік по ньому викликає контекстне меню, з якого можна запустити настройку часу, дати і часової зони.

-

Будь-яка програма може встановити іконку в трей для забезпечення швидкого доступу. Почтовий клієнт, наприклад, показує іншу іконку, коли є непрочитані листи і пропонує контекстне меню.Іншим прикладом є Інспектор процесів (ProcessController) що використовує іконку в треї, яка показує нагрузку процесора, використання пам'яті а також пропонує контекстне меню.

- -

-index -Список запущених додатків

-list-of-apps.png -

Ви можете звернутись до запущеного додатку, якщо натиснути на нього в списку Deskbar, вибрати будь-яке вікно з підменю. -Правокліком по додатку Ви можете звернути або закрити вікна додатку або сам додаток.

-

Якщо Ви активували відображення експандера в настройках Deskbar, то зможете згортати/розгортати список вікон додатку.

-

Перед кожним вікном додатку знаходиться іконка, що показує стан вікна. Світла іконка означає що вікно розгорнуте, темна - згорнуте. Три полоски перед іконкою означають, що вікно знаходиться на іншому робочому столі.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/desktop-applets.html b/docs/userguide/userguide/uk/desktop-applets.html deleted file mode 100644 index ac0b8c358e..0000000000 --- a/docs/userguide/userguide/uk/desktop-applets.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Desktop Applets - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Desktop Applets

- -

Haiku містить кілька корисних утиліт, що можуть бути встановлені на робочий стіл або в Deskbar як його репліканти.

- - - - - - - - - - - -
iconLaunchBox Шоткати до ваших улюблених додатків.
iconNetworkStatus Чи підключені Ви?
iconPowerStatus Shows the state of charge of your notebook's battery.
iconProcessController Monitor and control every running app and service.
iconWorkspaces Мініатюрна версія всіх робочих просторів.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/desktop-applets/launchbox.html b/docs/userguide/userguide/uk/desktop-applets/launchbox.html deleted file mode 100644 index 6eed57b42c..0000000000 --- a/docs/userguide/userguide/uk/desktop-applets/launchbox.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - LaunchBox - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

launchbox-icon_64.pngLaunchBox

- - - - -
Розташування в Deskbar:Desktop Applets
Розміщення:/boot/system/apps/LaunchBox
Настройки:~/config/settings/LaunchBox/*
-

One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.

-launchbox.png -

All options are reached from the context menu:

- - - - - - - - -
Add button here Adds an empty button.
Clear button Empties a button.
Remove button Removes a button.
Set description... Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings
-- Horizontal layout
-- Icon size
-- Ignore double-click
-- Show window border
-- Auto raise
-- Show on all workspaces
 
-Aligns the buttons horizontally.
-Sets the icon size between 16 and 64 pixel.
-Launches the object only once, even when you (accidentally) double-click.
-Shows the window border.
-LaunchBox pops up if the mouse is near the screen edge.
-Shows the LaunchBox on every workspace.
Pad
-- New
-- Clone
-- Close
 
-Add a new pad.
-Duplicate the current pad.
-Close the current pad.
LaunchBox
-- Quit
 
-Quits all LaunchBox pads.
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/desktop-applets/networkstatus.html b/docs/userguide/userguide/uk/desktop-applets/networkstatus.html deleted file mode 100644 index b134095a3d..0000000000 --- a/docs/userguide/userguide/uk/desktop-applets/networkstatus.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - NetworkStatus - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

networkstatus-icon_64.pngNetworkStatus

- - - - -
Розташування в Deskbar:Desktop Applets
Розміщення:/boot/system/apps/NetworkStatus
Настройки:none
-

NetworkStatus shows the status of your network connections. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

NetworkStatus applet
-The first section contains all network devices' names and their state. Clicking on such an entry brings up a window showing its IP, broadcast and netmask address.
-Below is a list of all wireless networks found by the first wireless adapter and an indicator of their signal strength. Have a look at the Workshop: Wireless networking for more information on how to set up a connection.
-Lastly, you can Open network preferences... to change your network configuration or Quit the applet.

- -

Status icons

- - - - - - -
ReadyLink is established.
ConfiguringConnecting in progress.
No stateful configurationSome settings are missing (check IP configuration).
No linkThere is no physical connection (probably the network cable is not connected and wireless networks are unavailable).
-There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/desktop-applets/powerstatus.html b/docs/userguide/userguide/uk/desktop-applets/powerstatus.html deleted file mode 100644 index 22ee027036..0000000000 --- a/docs/userguide/userguide/uk/desktop-applets/powerstatus.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - PowerStatus - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

powerstatus-icon_64.pngPowerStatus

- - - - -
Deskbar:Desktop Applets
Розміщення:/boot/system/apps/PowerStatus
Настройки:~/config/settings/PowerStatus settings
-

PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
-Wherever installed, it's operated via a right-click context menu.

-

Note: PowerStatus requires a working ACPI support.

-PowerStatus applet -

The context menu offers these options:

- - - - - - - - -
Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info...Shows the extended battery info window.
About...Shows the About window.
QuitQuits the PowerStatus applet.
-

When Show text label is active, the battery level is shown in brackets while charging.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/desktop-applets/processcontroller.html b/docs/userguide/userguide/uk/desktop-applets/processcontroller.html deleted file mode 100644 index 5dd4ee07d7..0000000000 --- a/docs/userguide/userguide/uk/desktop-applets/processcontroller.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - ProcessController - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

processcontroller-icon_64.pngProcessController

- - - - -
Розташування в Deskbar:Desktop Applets
Розміщення:/boot/system/apps/ProcessController
Настройки:none
- -

ProcessController appletThe primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.

-

Indicators on the left show each CPU's usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depend on the number of processors/cores in the computer.

-

If not yet running, launching ProcessController asks if it should open in window mode or live in the Deskbar. In window mode you can resize the bar-display by resizing the window and then use the Replicant handle to drag it to the Desktop.
-Wherever it's installed, it's operated via a right-click context menu.
-To remove the applet again from the Deskbar, uncheck Live in the Deskbar in its context menu.

-

Quit an application

-ProcessController - Quit an application -

To quit an application just choose its name from the Quit an application menu. This is a clean way to close app, just like clicking its close button. Be careful not to quit system processes like servers or daemons, however. Your system may stop working reliably.

-

Memory usage

-ProcessController - Memory usage -

Monitoring memory usage can be rather inaccurate.

-

This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with the amount reserved for writable memory, while the second shows all memory including read-only space (shared libraries for example).

-

The first row System resources & caches... shows the total amount of memory used by the system and all applications. The length of the blue bar is based on the total physical memory in your computer. The next rows show memory used by each process. Note that the length of the bar is based only on the actually used part of the memory.

- - - -
Memory used only by given application (with write access)
Memory including read-only space (can be shared with other applications)
- -

Threads and CPU usage

-

This menu allows you to change thread priorities, kill teams or debug them.

-
Changes via the commands in this menu reach deep into the system and can cause data loss and system instability. Keep that mouse hand steady!
-ProcessController - Priority - - - - -
Kernel code
User code
Idle thread
-

At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.

-

The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.

-

The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business. -

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/desktop-applets/workspaces.html b/docs/userguide/userguide/uk/desktop-applets/workspaces.html deleted file mode 100644 index a9ce646fef..0000000000 --- a/docs/userguide/userguide/uk/desktop-applets/workspaces.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Робочі простори (Workspaces Applet) - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
-

workspaces-icon_64.pngWorkspaces

- - - - -
Розташування в Deskbar:Desktop Applets
Розміщення:/boot/system/apps/Workspaces
Настройки:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - тут зберігаються позиції вікон .
-


-workspaces.png -

Ви знайдете цей придаток в меню Desktop Applets Deskbar'a. Це мініатюрна версія всіх робочих столів. Декілька опцій доступні під контекстним меню цього придатку.
-Зміна робочого столу... відкриє настройки Screen , де можна встановити кількість робочих столів і їх розташування

-

Оскільки придаток є Реплікантом Ви можете змінити розмір вікна і розмістити його на екрані (переконайтесь, що опція Show Replicants активована у меню Deskbar).

- -

-index -Moving windows between workspaces

-

To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows in a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT Fx.

-

For more information on workspaces in general and more keyboard shortcuts, see topic Workspaces.

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -Special functionality

-

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:

- - - - -
CTRLBrings the window to the front.
CTRL SHIFTMinimizes the window.
OPTSends the window to the back.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/filesystem-layout.html b/docs/userguide/userguide/uk/filesystem-layout.html deleted file mode 100644 index fef7cb3684..0000000000 --- a/docs/userguide/userguide/uk/filesystem-layout.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Filesystem layout - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Filesystem layout

- -

Haiku's filesystem layout is quite transparent, trying to always use non-cryptic names for files and folders, that don't leave the user guessing. Files and folders that are important for the system to function properly, are protected from accidental tempering by showing one of these alerts:

-achtung-user.png  -achtung-system.png -

The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "Rename" button will only become clickable when you're holding down the SHIFT key.

-

Generally, there are two separate branches springing from the root folder of the boot volume:

- - - -
/boot/system/ Contains system files and applications/packages shared by all users.
/boot/home/ This is your personal folder where you keep your data and settings and the applications/packages that are not shared by all users.
-

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.

- -

-index -The system folder - /boot/system/

-

Under Haiku's predecessor BeOS, this folder was named /boot/beos/. You may still find it in some older documentation (e.g. in the original BeBook).
-Most of the folders inside /boot/system/ 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:

- - - - - - -
/boot/system/cache/ Contains cached files and the temporary folder linked to /tmp/.
/boot/system/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).
/boot/system/packages/ Besides holding Haiku's system packages, you can add/remove packages shared by all users.
/boot/system/settings/ Contains system-wide settings.
/boot/system/var/ Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -The home folder - /boot/home/

-

This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("~") is a shortcut for your home folder, so you don't always have to write "/boot/home/" in Terminal.)
-Files that you'd like to share with other users in a future multi-user environment have do be put outside /boot/home/. For example, you could create a folder /boot/all-users/ and put the stuff there.

- - - - - - - - - - -
~/Desktop/ Holds the files of your desktop. Double-clicking won't open it, as it is already always visible. When your files happen to be obscured by open windows, just switch quickly to another Workspace. Of course, drilling down by right-clicking is also possible.
~/mail/ This is the default location for your mails.
~/people/ This is the default location for you contact files, see People.
~/queries/ Queries are stored here, by default temporarily for 7 days.
- -

The folder /boot/home/config/ is special: just like /boot/system/ it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:

- - - - - - - - - - -
~/config/packages/ Here you can add/remove packages that are not shared by all users.
~/config/non-packaged/ Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are not shared by all users.
~/config/settings/ This folder contains the settings to all applications and a few configurations for the system. Some applications manage their settings in their own subfolders, others simply put their configuration file in there.
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

Here are some of the more interesting subfolders in ~/config/settings/:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ This folder is the place for User Scripts that are executed before or after the system boots up or shuts down.
boot/launch/ Links to programs or documents in this folder are automatically launched on every boot-up.
beos_mime/ In this MIME database Haiku keeps track of all the different filetypes and their settings.
deskbar/menu/ Copied or linked to files/folders/queries in this folder appear in the Deskbar menu.
kernel/drivers/ There's one settings file that may be of interest: kernel offers some low level configurations like disabling SMP, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "#". Be careful here!
Tracker/ Besides the various settings files for Tracker, there are some interesting subfolders:
DefaultFolderTemplate/Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.
DefaultQueryTemplates/You can define the layout of query result windows for certain filetypes. See topic Query: The result window.
Go/Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic Haiku's GUI: Favorites and recent folders.
Tracker New Template/Add a template for any filetype that's then available from Tracker's File | New... menu. See topic Tracker: Working with files.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/filetypes.html b/docs/userguide/userguide/uk/filetypes.html deleted file mode 100644 index f75711ec8f..0000000000 --- a/docs/userguide/userguide/uk/filetypes.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - Filetypes - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Filetypes

- -

Other than Windows, Haiku doesn't rely on the 3-letter file extension for a file type (e.g. .txt, .jpg, .mp3). This method is only a last resort fallback. Haiku uses MIME types just like it's custom on the internet.

-
While there's no reason to use file extensions in Haiku, remember to add them to files you want to share with users of other operating systems, e.g. over email, uploading to a server or via exchange of an USB drive. Otherwise their system may not recognize the file type.
- -

index -Setting the filetype of a specific file

-

You can change the type of a specific file, its icon and the associated application. Select the file and invoke the Add-Ons | Filetype add-on from the right-click context menu.

-filetype-addon.png - -

-index -The File Type

-

The above is a PNG file, it's MIME string image/png. Let's say you definitely know that it's not a PNG but a GIF. You can change that either by entering the correct MIME string by hand or with one of the two buttons below the textbox:

- - - -
Select... shows a hierarchical list of filetypes where you navigate to image | GIF Image.
Same as... opens a file dialog where you choose any file that already has the filetype you're looking for.
- -

-index -The Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked. You could, for example, change a HTML file's preferred application from the browser to a text editor while you're working on it. Every other HTML file still opens in the browser, only this particular one starts in your text editor.

- -

The Default application is the one that's set globally for that filetype. If you don't find the program you want to associate with this file in the pop-up menu, you'll again find the buttons Select... and Same as... which do the similar thing described under "The File Type" above.

- -

-index -The Icon

-

If you're wondering why the icon well on the top right is empty: Icons are normally inherited from the system default for that filetype. You can open the Filetype add-on of a file that contains an icon and drag&drop it into your file's icon well. Or you double-click the icon well and create or edit your own icon. For more info on icons and how to create your own, see topic Icon-O-Matic.

- -

-index -Special settings for applications

-

If you invoke the Filetype add-on on an executable (here: StyledEdit), you'll get a different dialog:

-filetype-addon-stylededit.png -

On top, you'll see, instead of a standardized MIME string, the unique application signature. With it, the system finds the program wherever it's installed.

-

Below it are several flags, controlling the app's behaviour:

- - - - - - -
Single launch Only one instance of the app can be running per executable file. If you have two copies of that app, however, they can run side by side.
Multiple launch Many instances of the app can run simultaneously.
Exclusive launch Really only one instance with that app's signature is allowed to run at a time.
Args only Indicates the app doesn't respond to messages.
Background app The app won't appear in Twitcher or the list of running apps of the Deskbar.
-

Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's Open with... context menu when you right-click on a file of that type.

-

At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered.

- -

-index -Global settings with the FileTypes Preferences

-

The FileTypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.

-

All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...

-

To learn more about the FileTypes preferences see the workshop: Filetypes, Attributes, Index and Queries.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/gui.html b/docs/userguide/userguide/uk/gui.html deleted file mode 100644 index 6140828e27..0000000000 --- a/docs/userguide/userguide/uk/gui.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - Haiku's GUI - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
- Easy moving and resizing
- Stack & Tile
- Open and save panels
- Replicants
- -

Haiku's GUI

- -

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.

-

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.

-gui.png -

There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.

-
    -
  1. The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic Deskbar.

  2. -
  3. The yellow tab offers more than just a program's name or a document's filename: -
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • -
    • You minimize a window with a double-click on its tab (or with CTRL ALT M). A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • -
    • You can send a window to the back with a right-click on its tab (or its border).
  4. -
  5. The close button.

  6. -
  7. The "zoom" button (or CTRL ALT Z). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.

  8. -
  9. The window border. Left-dragging moves the window, right-dragging resizes.

  10. -
  11. The resize corner.

  12. -
- -

-index -A quick way to move or resize windows

-

Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.
Right-dragging a border for resizing works, but again you'll have to aim carefully.

-

To address these issues, Haiku provides a neat solution using the window management key combo CTRL ALT and the mouse. See also chapter Shortcuts and key combinations for more shortcuts concerning window management.

-resizing.png -

Holding down CTRL ALT will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the right mouse button will resize the window along the highlighted border(s).

-

Hold down CTRL ALT and click and drag with the left mouse button anywhere in a window to move it around. A quick click with the right mouse button sends it to the back.

- -

-index -Stack & Tile

-

Haiku's user interface provides a unique feature that puts the fact that windows have a yellow tab instead of a full-width title bar to perfect use. It's called "Stack & Tile".
-In the example below, a Tracker window with bookmarks is tiled to the left of a WebPositive window, which itself is stacked with another Tracker window showing the source folder haiku. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.

-gui-s+t.gif -

Connected like this, the group of windows can be moved and resized together - a nice arrangement to work in a more project centric environment. Instead of looking for the right browser window with documentation, editor and Tracker windows and maybe a related email concerning one project you are currently working on, just stack&tile them together.

-

Doing the actual arranging of windows is easy: Hold down OPT while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.

-

Stack & Tile consists of two related parts.

- - -
gui-stacking.png

"Stacking" is putting windows on top of each other, automatically moving the yellow tabs into position.
-While holding OPT, tabs change color when they overlap; drop the window to establish the stacking.

- - -
gui-tilinging.png

"Tiling" means gluing windows horizontally or vertically together.
-Again, while holding OPT, the borders that'll fuse together when you drop the window change color when brought near each other.

-

Separation is done in the same way, by holding OPT while dragging a window by its tab out of the group.

- -

-index -Open and save panels

-

When opening or saving a file from any application, a panel like this opens:

-open-save.png -

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.
-You can enter parent folders with the pop-up menu above the file listing.

-

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.

- -

-index -Keyboard shortcuts

-

Many shortcuts in open and save panels are the same used in Tracker. Besides the commands that are also available through the File menu, there are a few not that obvious:

- - - - - - - -
ALT N Creates a new folder.
ALT E Lets you rename the selected entry.
ALT Moves into the parent folder.
ALT or ENTER Moves into the selected folder.
ALT D Takes you to your Desktop.
ALT H Takes you to your Home folder.
- -

-index -Favorites and recent folders

-

The Favorites menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

-favorites.png -

To add a Favorite, you simply navigate to your destination and choose Favorites | Add current folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure favorites... and delete its entry.
-All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

- -

-index -Replicants

-

Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to Show replicants is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:

-replicant.png -

The most prominent place that accepts Replicants is the Desktop: You simply drag & drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.
-A right-click on a Replicant handle offers a context menu to show the originating app's About window and to Remove replicant.

-
Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete ~/config/settings/Tracker/tracker_shelf. Unfortunately, this will remove all Replicants from the Desktop.
-

Examples for replicatable applications are the graphs of the ActivityMonitor, the Workspaces applet or DeskCalc.

-
-
- - - - - diff --git a/docs/userguide/userguide/uk/images/apps-images/activitymonitor.png b/docs/userguide/userguide/uk/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/uk/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/bootmenu.png b/docs/userguide/userguide/uk/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/cdplayer.png b/docs/userguide/userguide/uk/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/charactermap.png b/docs/userguide/userguide/uk/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/cli-alert.png b/docs/userguide/userguide/uk/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/cli-desklink.png b/docs/userguide/userguide/uk/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/uk/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/codycam.png b/docs/userguide/userguide/uk/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/debugger.png b/docs/userguide/userguide/uk/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/debugger_alert.png b/docs/userguide/userguide/uk/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/deskcalc.png b/docs/userguide/userguide/uk/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/uk/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/diskprobe.png b/docs/userguide/userguide/uk/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/diskusage.png b/docs/userguide/userguide/uk/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/uk/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/uk/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/drivesetup.png b/docs/userguide/userguide/uk/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/expander-preferences.png b/docs/userguide/userguide/uk/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/expander.png b/docs/userguide/userguide/uk/images/apps-images/expander.png deleted file mode 100644 index 7411bb8bf2..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/uk/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/uk/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/uk/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/haikudepot.png b/docs/userguide/userguide/uk/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/uk/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/uk/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/installer.png b/docs/userguide/userguide/uk/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/magnify.png b/docs/userguide/userguide/uk/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mail-attachments.png b/docs/userguide/userguide/uk/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mail-preferences.png b/docs/userguide/userguide/uk/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mail-read.png b/docs/userguide/userguide/uk/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mail-signature.png b/docs/userguide/userguide/uk/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/uk/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mail-write.png b/docs/userguide/userguide/uk/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/uk/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/uk/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/uk/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/mediaplayer.png b/docs/userguide/userguide/uk/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/midiplayer.png b/docs/userguide/userguide/uk/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/uk/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/uk/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/packageinstaller.png b/docs/userguide/userguide/uk/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/people-files.png b/docs/userguide/userguide/uk/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/people.png b/docs/userguide/userguide/uk/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/poorman.png b/docs/userguide/userguide/uk/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/screenshot.png b/docs/userguide/userguide/uk/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/uk/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/uk/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/uk/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/uk/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/uk/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/stylededit.png b/docs/userguide/userguide/uk/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/terminal-settings.png b/docs/userguide/userguide/uk/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/terminal.png b/docs/userguide/userguide/uk/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/textsearch.png b/docs/userguide/userguide/uk/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/uk/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/web+download.png b/docs/userguide/userguide/uk/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/uk/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/uk/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/web+settings.png b/docs/userguide/userguide/uk/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/uk/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/uk/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/uk/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/uk/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/uk/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/apps-images/webpositive.png b/docs/userguide/userguide/uk/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/uk/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/attributes-images/people.png b/docs/userguide/userguide/uk/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/uk/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/calendar.png b/docs/userguide/userguide/uk/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/deskbar.png b/docs/userguide/userguide/uk/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/uk/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/positions.png b/docs/userguide/userguide/uk/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/uk/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/uk/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/uk/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/uk/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/uk/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/uk/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/uk/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/uk/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/uk/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/uk/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/uk/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/uk/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/uk/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/uk/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/uk/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/gui-images/favorites.png b/docs/userguide/userguide/uk/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/uk/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/uk/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/uk/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/gui-images/gui-stacking.png b/docs/userguide/userguide/uk/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/uk/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/gui-images/gui-tiling.png b/docs/userguide/userguide/uk/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/uk/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/gui-images/gui.png b/docs/userguide/userguide/uk/images/gui-images/gui.png deleted file mode 100644 index d85838b2f6..0000000000 Binary files a/docs/userguide/userguide/uk/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/gui-images/open-save.png b/docs/userguide/userguide/uk/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/uk/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/gui-images/resizing.png b/docs/userguide/userguide/uk/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/uk/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/networkstatus-images/applet.png b/docs/userguide/userguide/uk/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/uk/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/uk/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/uk/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/uk/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/uk/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/uk/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/uk/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/uk/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/uk/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/uk/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/uk/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/powerstatus-images/applet.png b/docs/userguide/userguide/uk/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/uk/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/uk/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/backgrounds.png b/docs/userguide/userguide/uk/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/datatranslations.png b/docs/userguide/userguide/uk/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/uk/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/fonts.png b/docs/userguide/userguide/uk/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/keyboard.png b/docs/userguide/userguide/uk/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/uk/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/keymap.png b/docs/userguide/userguide/uk/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/uk/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/locale-language.png b/docs/userguide/userguide/uk/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/mouse.png b/docs/userguide/userguide/uk/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/uk/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/uk/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/uk/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/uk/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/network.png b/docs/userguide/userguide/uk/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/screen.png b/docs/userguide/userguide/uk/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/uk/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/uk/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/sounds.png b/docs/userguide/userguide/uk/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/time-clock.png b/docs/userguide/userguide/uk/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/time-network.png b/docs/userguide/userguide/uk/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/time-time.png b/docs/userguide/userguide/uk/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/time-timezone.png b/docs/userguide/userguide/uk/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/touchpad.png b/docs/userguide/userguide/uk/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/uk/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/uk/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/processcontroller-images/applet.png b/docs/userguide/userguide/uk/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/uk/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/processcontroller-images/memory.png b/docs/userguide/userguide/uk/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/uk/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/processcontroller-images/priority.png b/docs/userguide/userguide/uk/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/uk/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/processcontroller-images/quit.png b/docs/userguide/userguide/uk/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/uk/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/queries-images/basic-query.png b/docs/userguide/userguide/uk/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/uk/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/queries-images/formula-query.png b/docs/userguide/userguide/uk/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/uk/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/queries-images/query-window-filled.png b/docs/userguide/userguide/uk/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/uk/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/queries-images/query-window.png b/docs/userguide/userguide/uk/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/uk/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/queries-images/result-window.png b/docs/userguide/userguide/uk/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/uk/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/uk/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/uk/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/drill-down.png b/docs/userguide/userguide/uk/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/get-info.png b/docs/userguide/userguide/uk/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/mount-settings.png b/docs/userguide/userguide/uk/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/new-menu.png b/docs/userguide/userguide/uk/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/uk/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/open-with.png b/docs/userguide/userguide/uk/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/uk/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/transaction-status.png b/docs/userguide/userguide/uk/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/uk/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/window-menu.png b/docs/userguide/userguide/uk/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/uk/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/uk/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-email-images/browsing.png b/docs/userguide/userguide/uk/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/uk/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-email-images/query-1.png b/docs/userguide/userguide/uk/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-email-images/query-2.png b/docs/userguide/userguide/uk/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-email-images/query-3.png b/docs/userguide/userguide/uk/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-email-images/query-4.png b/docs/userguide/userguide/uk/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-email-images/status.png b/docs/userguide/userguide/uk/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/uk/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/uk/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/uk/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/uk/images/workspaces-images/workspaces.png b/docs/userguide/userguide/uk/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/uk/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/uk/index.html b/docs/userguide/userguide/uk/index.html deleted file mode 100644 index 420c62f817..0000000000 --- a/docs/userguide/userguide/uk/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Зміст - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Зміст

- -

Attributes and Queries are key features of Haiku. While attributes are useful on their own, to display additional information on a file, for a query on them, they need to be indexed. It puts them into a lookup table, which in turn makes queries lightning fast.
-The index is part of the filesystem and is kept for every volume/partition separately.

- -

-Indexing commands in Terminal

-

There are several commands to manage the index:

-
    -
  • lsindex - Displays the indexed attributes on the current volume/partition.
    -These are the attributes that are indexed by default:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - Adds an attribute to the index of a volume/partition.
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

Only new files with that attribute come automatically into the index!
-Existing files have to be added manually by copying them and deleting the originals after that. Alternatively you can use the command reindex. -

-
    -
  • reindex - Puts the attributes of existing files into the newly created index of a volume/partition.
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - Removes an attribute from the index of a volume/partition.
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/keyboard-shortcuts.html b/docs/userguide/userguide/uk/keyboard-shortcuts.html deleted file mode 100644 index 7714175061..0000000000 --- a/docs/userguide/userguide/uk/keyboard-shortcuts.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - Shortcuts and key combinations - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Shortcuts and key combinations

- -

By default, Haiku's shortcut key, to invoke commands from menus for example, is not the usual CTRL key, but ALT instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually has advantages as e.g. ALT C and ALT V integrate seamlessly into the bash shell of the Terminal, where CTRL C quits the running process.

-

In any case, you can switch to the maybe more familiar CTRL key in the Keymap preferences. The user guide always describes the default configuration with the command key being ALT.

-

If you're in doubt which keys are the OPT or MENU keys on your particular keymap/keyboard-layout, again use the Keymap preferences. There you can see what keystroke is sent when you press a key on your keyboard.

- -

-index -General shortcuts

-

Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT FxSwitches to Workspace X (Fx is the function key corresponding to that workspace). Take the active window with you by adding SHIFT
CTRL ALT / / / Navigates spatially the rows/columns of the available workspaces. Add SHIFT to take the active window with you.
OPTHolding OPT while dragging a window near another window's tab or border will stack or tile them (see chapter GUI).
OPT / Cycles through the open windows within the current workspace.
CTRL ALT + left mouseClick and drag with left mouse button to move a window (see chapter GUI).
CTRL ALT + right mouseClick and drag with right mouse button to resize a window (see chapter GUI).
CTRL ALT ZZooms a window to an alternative size (maximum size for most applications).
CTRL ALT MMinimizes the active window.
CTRL ALT HHides (minimizes) all windows of the active application.
CTRL ALT FPulls the active window to the front (only applicable with the mouse setting Focus Follows Mouse).
CTRL ALT BSends the active window to the back.
CTRL TABHold down to bring up the Twitcher.
CTRL ALT DELOpens the Team Monitor.
ALT ESCEnters the menu bar (leave with ESC).
ALT CCopies the selection to the clipboard.
ALT XCuts the selection to the clipboard.
ALT VPastes the clipboard's contents.
ALT WCloses the active window.
ALT QQuits an application.
PRINTTakes a screenshot with zero delay and launches the Screenshot panel.
SHIFT PRINTTakes a screenshot silently (without opening the panel), while still respecting the last used settings.
CTRL PRINTAlso takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.
- -

-index -Textediting shortcuts

-

Whenever you edit text – be it when renaming a file in Tracker, editing a file in StyledEdit, or chatting in Vision – there are some universal shortcuts:

- - - - - - -
ALT / or
OPT /
Jump word-wise through the text. (Note: It may be useful to get used to using the OPT combination. Then you're all set if some app already uses the ALT combination for another command.)
HOMEJumps to the beginning of the line.
ENDJumps to the end of the line.
ALT HOMEJumps to the beginning of the document.
ALT ENDJumps to the end of the document.
-

Holding SHIFT additionally when using the above key combinations will select the text between the cursor jumps.

- -

-index -Shortcuts for Tracker navigation

-

Additionally to the general shortcuts, here are some more for navigating with Tracker:

- - - - - - - - -
ALT Opens the parent folder.
ALT or ENTEROpens the selected folder.
OPTHolding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse.
MENUOpens the Deskbar menu (leave with ESC).
ALT ZUndo last action. The undo history is only limited by the available memory. Note, this only works for actions on the file itself, changed attributes and permission settings can't be undone with this. Also, once a file is removed from Trash it's gone for good.
ALT SHIFT ZRedo the action you just reverted with ALT Z.
SHIFT + MousewheelWhen scrolling through a long list of files in a Tracker window or when you're drilling down submenus, this will speed things up by doing page-wise scrolling.
- -

-index -Shortcuts in Terminal

- - - - - - - - - - - - - - - - -
ALT NOpens another Terminal session in a new window.
ALT TOpens another Terminal session in a new tab.
ALT 1, 2, 3 ...Switches to the corresponding tab.
ALT TABSwitches to the next Terminal window.
SHIFT / Switches to the tab to the left/right.
ALT SHIFT / Moves the current tab left/right.
ALT + / -Increase/Decrease font size.
ALT ENTEREnter/leave fullscreen mode.
SHIFT / Scrolls the Terminal output up/down one line.
SHIFT Page↑ / Page↓ Scrolls the Terminal output up/down one page.
TABTab-completion. After entering a few letters, press TAB once to auto-complete a filename or path. If there is more than one match, it stops where the name starts to differ and you have to provide some more letters to further distinguish them. You can also press TAB twice to have all matches listed.
/ Moves up or down in a history of all previously entered commands.
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL CStops the currently running command.
CTRL DCloses the current Terminal session.
- -

-index -Other key combinations

-

You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).

- - - -
SHIFTThis will select everything between the first selected item and the one you click on.
ALTAdds or removes the item you're clicking on from the selection.
-

In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
-The letters you type appear at the bottom-left, where normally the number of items is listed. After a second it reverts back and you could start a new incremental search.
-Instead of jumping to the first occurrence of your search string, Tracker can be configured to filter out all non-matching files. See the topic on type-ahead filtering.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences.html b/docs/userguide/userguide/uk/preferences.html deleted file mode 100644 index bea76a5f40..0000000000 --- a/docs/userguide/userguide/uk/preferences.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - Preferences - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Preferences

- -

While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's Preferences menu.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
iconAppearance Configure certain aspects of the graphical interface.
iconBackgrounds Set a color or image as background of the Desktop or any other folder.
iconDataTranslations Settings for all supported file formats.
iconDeskbar Configure the Deskbar.
iconE-mail Configure your email accounts.
iconFileTypes Add, remove and configure filetypes.
iconKeyboard Configure repeat delay and rate.
iconKeymap Set the mapping of your keyboard.
iconLocale Set your system language and formatting.
iconMedia Audio and video settings like in/output devices and the system's audio mixer.
iconMouse Configure your mouse.
iconNetwork Configure your network.
iconPrinters Add, remove and configure printers.
iconScreen Configure resolution, depth, refresh rate and number of used Workspaces.
iconScreenSaver Add, remove and configure a screen saver.
iconShortcuts Create your own shortcuts, e.g. to launch an application with a key combination. [still missing]
iconSounds Assign sounds to different system events.
iconTime Set time, date and timezone.
iconTracker Configure Haiku's file manager.
iconTouchpad Configure your touchpad.
iconVirtualMemory Set the amount of swap space.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/appearance.html b/docs/userguide/userguide/uk/preferences/appearance.html deleted file mode 100644 index 59170a2c34..0000000000 --- a/docs/userguide/userguide/uk/preferences/appearance.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - Вигляд (Apperance) - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

appearance-icon_64.pngВигляд (Appearance)

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Appearance
Настройки:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

За допомогою панелі настройки Вигляд (Appearance) Ви отримуєте можливість змінити деякі властивості зовнішнього вигляду Haiku.

- -

-index -Fonts (Шрифти)

-appearance-fonts.png -

Haiku визначає три стандартні шрифти для різних цілей. Ви можете встановити звичайний, потовщений і моноширинний шрифти і їхні розміри для використання в системі.

- -

-index -Installing new fonts

-

New fonts that don't come as part of a regular .hpkg package, can be installed by copying them into a subfolder according to the font type (psfonts or ttfonts) into their respective non-packaged folder (see topic Filesystem layout). For TrueType fonts that would be:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/    for fonts available to every user.
/boot/home/config/non-packaged/data/fonts/ttfonts/    for fonts only available to yourself.
- -

-index -Кольори (Colors)

-appearance-colors.png -

In the Colors tab, you can change the colors of different parts of the user interface. The color well accepts drag&drops from other programs, letting you drag colors over from e.g. WonderBrush, Icon-O-Matic or the Backgrounds panel.

- -

-index -Window decorators

-appearance-decorators.png -

Decorators determine the look and feel of windows and all GUI elements. Currently Haiku comes with only one default decorator. Should you find and install other decorators, you can choose a different one from the pop-up menu.

-

Haiku's default decorator lets you set the arrow style of the scroll bar: either single arrows at the end of scrollbars to conserve a bit of space, or double arrows — the traditional BeOS way — potentially saving some mouse moving when scrolling up and down or left and right...

- -

-index -Зглажування (Antialiasing)

-appearance-antialiasing.png -

The tab Antialiasing provides different settings for how things are rendered on screen.

- -

-index -Уточнення начерку (Glyph hinting)

-

Включений режим Уточнення (Glyph hinting) Вирівнює символи таким чином, що їх вертикальні і горизонтальні межі будуть розташовані між двома пікселями. Результатом чого стане відмінна контрасність символів, особливо чорного тексту на білому фоні. Текст стає надзвичайно чітким.Також цей режим використовують Виключно для моноширинних шрифтів (Monospaced Fonts Only, що особливо корисно для пристроїв з малою роздільчою здатністю, наприклад, нетбуків. Дрібні шрифти стануть виглядати непогано особливо в текстових редакторах і Terminal'i.

-

Помітити перевагу, що надає Уточнення начерку можна на двох збільшених знімках екрану:

- - -
appearance-glyph-off.png
Уточнення: вимкнене
appearance-glyph-on.png
Уточнення: включене
-

Слід відмітити, що текст у всіх вікнах Magnify на цій сторінці відображається зрозуміло з різними параметрами Уточнення. Тобто Ви можете порівняти результати настройки на реальному прикладі: Заголовок вікна, що набрано напівжирним шрифтом або напис "35 x 15 @ 8 pixels/pixel".

- -

-index -Тип зглажування

-

Іншою технікою покращення відображення графіки і тексту єЗглажування (Antialiasing), Яке підтримує однаково добре як векторну графіку так і текст.Лінії зглажуються за рахунок зміни кольору деяких пікселів. Використовують два методи зглажування:

-

Відтінки сірого (Grayscale) змінює інтенсивність кольору пікселя на межі.
-Субпіксельне зглажування (LCD subpixel)Дуже ефективне особливо на РК-моніторах . При такому зглажуванні змінюється не інтенсивність кольору пікселя, а відтінок, що встановлює межу елемента на долі пікселя, за рахунок того, що РК-монітори використовують червону, зелену і синю компоненту для зображення кожного пікселя .

-

Порівняємо два цих методи на збільшених знімках екрану

- - -
appearance-glyph-off.png
Відтінки сірого: увімкнені, Уточнення виключено
appearance-subpixel.png
Субпіксельне зглажування:увімкнене, Уточнення: виключено
-

Субпіксельне зглажування додає кольорові артефакти на межах об'єктів, що наврядчи сподобаєтьбся будь-кому. Haiku дозволяє Вам одночасно використовувати обидва методи зглажування і вибрати оптимальне їх співвідношення переміщуючи бігунок

-
Субпіксельне зглажування в комбінації з уточненням поки що проходять перевірку патентної чистоти програмного забезпечення тому цей режим не є доступним по замовчуванню. В залежності від місця проживання Ви можете отримати розблоковану версію. Вибачте, звяжіться з Вашим представником.
-

Якщо Ви активуєте Уточнення з субпіксельним зглажуванням шляхом модифікації і перекомпіляції вихідного коду, то зможете порівняти результат зі зглажуванням відтінками сірого:

- - -
appearance-glyph-on.png
Відтінки сірого і Уточнення увімкнені
appearance-glyph-on-subpixel.png
Субпіксельне зглажування і Уточнення увімкнені
-


-

У нижній частині панелі розташовані дві кнопки:

- - - -
По замовчуванню (Defaults) Скинути всі настройки до значень по замовчуванню.
Повернути (Revert) Повернути настройки, що були встановлені до запуску панелі Вигляд (Apperance).
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/backgrounds.html b/docs/userguide/userguide/uk/preferences/backgrounds.html deleted file mode 100644 index 18d13b05fd..0000000000 --- a/docs/userguide/userguide/uk/preferences/backgrounds.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Тло (Backgrounds) - - - - - - - - -
-
- -

backgrounds-icon_64.pngТло (Backgrounds)

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Backgrounds
Настройки:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - зберігає позиції вікна панелі настройок
-

Ви можете призначити будь-який колір або зображення у якості фона для кожного робочого столу або папки.

-


-backgrounds.png -

Меню у верхній частині панелі настройки дозволяє визначити, Бажаєте Ви застосувати настройки, що провели до біжучого робочого столу або до всіх, до певної папки чи до всіх папок, що знову створюються.

-

Під ним Ви можете призначити зображення або вибрати None , коли бажаєте залишити тільки кольорове тло. Зображення також можна перемістити мишкою у вікно попереднього перегляду (Preview) зліва.

-

Після вибору зображення необхідно призначити йому місце розташування:

- - - - - -
Вручну (Manual) дозволяє ввести координати вручну. Ви можете переміщати зображення у вікні попереднього перегляду (Preview) або ввести координати X and Y вручну.
По центру (Center) розташовує зображення по центру екрану.
Підігнати (Scale to fit) підганяє зображення до роздільчої здатності столу, не зважаючи на його розміри.
ЗаповнитиTile заповнює робочий стіл зображеннями , що повторюються. -
-

Активація Контурний текст іконок (Icon label outline) додає тонкий контур довкола тексту іконок.

-

Яким буде фактичний колір тексту іконок (білим чи чорним) залежить від настройок кольору тла. При темному кольорі тла, колір текста стає білим, при світлому - чорним. (Або ж активуйте контури тексту як вказано вище).
-Вибраний колір відобразится і в аплеті керування робочими столами (Workspases applet), що ігнорує зображення як тло.

- - - -
Повернути (Revert) Повертає настройки ,що були встановлені до запуску панелі Тло (Backgrounds).
Застосувати (Apply) застосувати встановлені настройки.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/datatranslations.html b/docs/userguide/userguide/uk/preferences/datatranslations.html deleted file mode 100644 index e965362c1c..0000000000 --- a/docs/userguide/userguide/uk/preferences/datatranslations.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - DataTranslations - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

datatranslations-icon_64.pngDataTranslations

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/DataTranslations
Настройки:~/config/settings/* - Every Translator creates its own settings file here after you've changes its defaults.
-~/config/settings/system/DataTranslations settings - Stores the panel's window position.
-

Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.

-


-datatranslations.png -

Depending on its capabilities, each Translator offers different settings. At least you'll get an Info... button that opens a window with the credits and the installation path.
-The following table gives an overview of the default Translators and their most useful options.

- - - - - - - - - - - - - - - - - - - - - -
Apple iconsValid image sizes are 16, 32, 48, 128, 256, 512, 1024 (RGB32 and RGBA32)
BMP images24bit, uncompressed, no transparency
EXR imagesILM's high dynamic-range (HDR) format
GIF images8bit, lossless compression, transparency
-You can reduce the filesize by limiting the number of used colors and the palette.
-You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.
HVIF iconsTranslator for Haiku's vector icon format
JPEG2000 images24bit, compressed, no transparency
-Here, you normally only care about the output quality.
JPEG images24bit, compressed, no transparency
-Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.
PCX images24bit, uncompressed, no transparency, PC Paintbrush Exchange format
Photoshop images32bit, lossless compression, transparency
-The translator reduces all layers to one bitmap layer.
PNG images32bit, lossless compression, transparency
PPM images24bit, uncompressed, no transparency, Portable PixMap format
RAW imagesup to 48bit, uncompressed, no transparency
RTF text filesFormatted text
SGI images24bit, optional lossless compression, transparency
StyledEdit filesPlain text with formatting stored in attibutes
TGA images32bit, optional lossless compression, transparency
TIFF images24bit, optional lossless compression, layers, transparency
WebP images8-bit YUV 4:2:0 image format, compressed, no transparency
Windows iconsValid image sizes are 16, 32, 48
WonderBrush images32bit, layers, transparency, vector/pixel data
-


-
Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/deskbar.html b/docs/userguide/userguide/uk/preferences/deskbar.html deleted file mode 100644 index 56deedf4e1..0000000000 --- a/docs/userguide/userguide/uk/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Панель задач - Deskbar - - - - - - - - -
-
- -

deskbar-icon_64.pngDeskbar

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Deskbar
Настройки:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

Настройки Deskbar також доступні в меню самого Deskbar'a. Опис настройок розглянутий в темі Deskbar - Панель задач.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/e-mail.html b/docs/userguide/userguide/uk/preferences/e-mail.html deleted file mode 100644 index 3e61fd08bf..0000000000 --- a/docs/userguide/userguide/uk/preferences/e-mail.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - E-mail - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Зміст
- Creating a new e-mail account
- Account settings
- Setting up incoming e-mail
- Setting up outgoing e-mail
- Notifications and e-mail filters
- Setting up the Mail Service -
- -

e-mail-icon_64.pngE-mail

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/E-mail
Настройки:~/config/settings/Mail/*
-

Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.
-The configuration is done in the E-Mail preference panel.

- -

-index -Creating a new e-mail account

-

Let's go through the process of setting up an e-mail account.
-You start by clicking the Add button to create a new, unnamed account. This opens a panel where you fill in your account info:

-e-mail-new-account.png -

First, you set how you get your mail, via POP3 or IMAP.

-

Now you enter your E-mail address, Login name and Password, give an Account name under which it will be known under Haiku and your Real name.

-

If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses. If that is not the case, clicking Next will open another window to enter this information by hand:

-e-mail-new-account-2.png -

You first set the Server name, Login type and Connection type for the incoming mail, below that for the outgoing mail. You should find the necessary information on your email provider's website.
-See below for more info about the various settings and additional options.

- -

-index -Account settings

-

By selecting the name of an account in the left list, you can change some general settings:

-e-mail-accounts.png -

The Account name is the name that's shown for example in the list of accounts in the E-mail preferences. Real name is the name someone sees when she gets mail from you. Return address is the email address that is used when someone replies to your mail. Normally that is the same address you've sent your email from.

-

If you'd like to use an email account to only send or only receive email, you can de/activate that usage by right-clicking the account's name in the leftside list to set the checkmarks accordingly.

- -

-index -More on setting up incoming e-mail

-

Click on Incoming under your account's name to set up how e-mails are received.

-e-mail-in.png -

First is the Mail server address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, pop.your-provider.org:1400.

-

Then you enter your login information, Login name and Password, and if necessary change the Login type from the default Plain text to APOP for authentication.

-

If you use POP3 and retrieve mails of this account from different computers, you may want to activate the option to Leave mail on server and only Remove mail from server when deleted locally.

-

If you use IMAP instead, you have the option to Remove mail from server when deleted locally. You can specify IMAP folders to only synchronize with a specific folder and its subfolders.

-

Also, you can opt to only Partially download messages larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.

-

You can change the Destination of your inbox (default: /boot/home/mail/in/), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.

- - -

-index -More on setting up outgoing e-mail

-

Click on Outgoing under your account's name to set up how e-mails are sent.

-e-mail-out.png -

First is the SMTP server address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. mail.your-provider.org:1200.

-

If you need to login, you change the Login Type to ESMTP and enter username and password above. The other type is used for providers that need you to check for mail with POP3 before SMTP for identification.

-

As with incoming mail, you can also change the Destination of your outbox (default: /boot/home/mail/out/).

- -

-index -Notifications and other e-mail filters

-

Notifications for newly arrived email and methods to sort and filter emails are found in E-Mail filters under an account's name. You can add any number of filters that are applied one after the other and rearrange them by drag&dropping them to their new position.
-Currently there are three Incoming mail filters you can add. After adding a filter, you have to select it to see its options.

- -

-index -Spam filter (AGMS Bayesian)

-e-mail-filter-spam.png -

The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.
-You can have that spam rating added to the start of the subject.
-Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application Mail.

-

Together with the following Rule filter, you're able to automatically sort out detected spam mails.

- -

-index -Rule filter

-e-mail-filter-header.png -

This filter compares the mail header to a search pattern and performs some action according to the rules you set up.
- With the first text field you specify which header to check against. These are available:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name the name of the sender
From the e-mail address of the sender
To your e-mail address (different for each e-mail account)
Reply to the e-mail address replies are sent to
When the date and time the mail was received
Subject the subject line
Cc addresses of anyone receiving a carbon copy (Cc)
Account the name of the e-mail's account
Status The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.
Priority is set by the sender's e-mail program (e.g. "urgent")
Thread essentially the same as "Subject", but without things like Re: or Fwd:
Classification group depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"
Spam/Genuine estimate this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.
-

The second text field holds your search pattern. It accepts regular expressions which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't that complicated at all.

-

With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.

- -

-index -New mails notification

-e-mail-filter-notification.png -

There are several ways you can choose to be notified of newly arrived email. Under Method you find a number of options that can be combined as well:

- - - - - - - - - - - - - - - -
none No notification
Beep Plays the sound file of the "New E-mail" event set in the Sounds preferences for every new email
Alert Shows an alert window for every new email
Keyboard LEDs Blinks some LEDs like the caps-lock indicator
Central alert Shows one alert window for all new mails
Central beep Plays the sound file of the "New E-mail" event set in the Sounds preferences once for new mail
Log window Shows the log window
- -

-index -Outgoing Mail Filters

-

At this moment, there's only one filter that deals with outgoing mail: fortune. -
It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command fortune in a Terminal.

- -

-index -Setting up the Mail Service

-

Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.

-e-mail-settings.png -

Under Mail checking you configure the interval at which the account's mail server is probed for new mail.
-If you're on a dial-up connection, you may want to do that Only when dial-up is connected and also Schedule outgoing mail when dial-up is disconnected to avoid dialing automatically in regularly only to check for mail.

-

The Mail Service has a status window which you can set to show up Never, While sending, While sending and receiving or Always.

-

Make sure to Start mail services on startup or there will be no mail_daemon running to do your bidding...

-e-mail-mailbox.png -

Edit mailbox menu... will open the folder /boot/home/config/Mail/Menu Links/. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.

-

From that menu, you can also Create new message..., Check for mail now or edit Preferences....

-

If you hold down SHIFT when invoking the context menu, you'll get additional commands:

- - - - - - - -
Check for mails only Offers a submenu to check only one specific account
Send pending mails Allows you to send pending mails without also checking for new mails
Shutdown mail services Quits the whole email infrastructure (mail_daemon)
-

The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/filetypes.html b/docs/userguide/userguide/uk/preferences/filetypes.html deleted file mode 100644 index 58bd4cc619..0000000000 --- a/docs/userguide/userguide/uk/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - Типи файлів (FileTypes) - - - - - - - - -
-
- -

filetypes-icon_64.pngТипи файлів (FileTypes)

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/FileTypes
Настройки:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - Зберігає всі MIME -типи.
-

Зверніться до теми Filetypes і семінару на тему Filetypes, Attributes, Index and Queries, що містять опис цієї панелі настройок.

- -
-
- - - - diff --git a/docs/userguide/userguide/uk/preferences/fonts.html b/docs/userguide/userguide/uk/preferences/fonts.html deleted file mode 100644 index e4567cee1b..0000000000 --- a/docs/userguide/userguide/uk/preferences/fonts.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Fonts - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Since "Fonts" moved into the Appearance panel, this is an outdated page. Do not translate!

- -

fonts-icon_64.pngFonts

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Fonts
Настройки:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - Stores the panel's window position.
-


-fonts.png -

Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.

- - - -
По замовчуванню (Defaults) Скинути всі настройки до значень по замовчуванню.
Повернути (Revert) brings back the settings that were active when you started the Fonts preferences.
- -

-index -Installing new fonts

-

You install new fonts by copying them into their respective user folder, i.e. /boot/common/data/fonts/ or /boot/home/config/data/fonts/ (see topic Filesystem layout).

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/keyboard.html b/docs/userguide/userguide/uk/preferences/keyboard.html deleted file mode 100644 index c742259c62..0000000000 --- a/docs/userguide/userguide/uk/preferences/keyboard.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Keyboard - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

keyboard-icon_64.pngKeyboard

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Keyboard
Настройки:~/config/settings/Keyboard_settings
-


-keyboard.png -

Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.

- - - -
По замовчуванню (Defaults) Скинути всі настройки до значень по замовчуванню.
Повернути (Revert) brings back the settings that were active when you started the Keyboard preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/keymap.html b/docs/userguide/userguide/uk/preferences/keymap.html deleted file mode 100644 index 9eea96157c..0000000000 --- a/docs/userguide/userguide/uk/preferences/keymap.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - Keymap - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

keymap-icon_64.pngKeymap

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Keymap
Настройки:~/config/settings/Keymap/* - Location of user modified keymaps.
-~/config/settings/Key_map
-


-keymap.png -

To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the Sample and Clipboard text field at the bottom. From there you can also copy and paste it into a document.
-Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)

-

Pressing modifier keys like SHIFT, CONTROL or OPTION changes the displayed keyboard accordingly.

-

Then there are the keys that are marked with a blue background. These keys are called Dead Keys that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.

-

Below the keyboard representation are two more options:

- - - -
Select dead keys for setting the above mentioned blue keys.
Switch shortcut key... for using the shortcut key in Windows/Linux mode, i.e. CONTROL (normally CTRL) or Haiku mode, i.e. COMMAND (normally ALT).
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

To better match the Keymap panel to your physical keyboard, there are several different settings available from the Layout menu.

-

The font used in the keyboard representation is set from the Font menu. Note, that it may or may not contain all symbols for a specific keymap.

-

Finally, there's a Revert button to bring back the settings that were active when you started the Keymap preferences.

- -

-index -Advanced keymap manipulation

-

There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.

-

You can dump the current keymap with a command in Terminal:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

When you're finished, you'll save the file and have your system load the modified keymap with this command:

-
keymap -s < MyKeymap
-

If you'd like to import this keymap into the Keymap panel, you have to compile it first to a binary format:

-
keymap -c < MyKeymap
-

This will produce a file keymap.out which you can load into Keymap via its Open... menu. By the way, the keymap command is able to load this binary format as well: keymap -l < keymap.out

-

This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/uk/preferences/locale.html b/docs/userguide/userguide/uk/preferences/locale.html deleted file mode 100644 index dd92d2efa1..0000000000 --- a/docs/userguide/userguide/uk/preferences/locale.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Locale - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

locale-icon_64.pngLocale

- - - - -
Deskbar:Preferences
Розміщення:/boot/system/preferences/Locale
Настройки:~/config/settings/Locale settings
-


-

Haiku's localization system does not only include replacing texts with their translations, but also more complex tasks such as formatting numbers, dates, and times in a way that matches your Locale preferences.

-
If you would like to help with translations or start with a language that is currently missing, please get in contact on the Haiku-i18n mailing list.
-

-indexLanguage

-

Haiku has been translated to dozens of languages, unfortunately some translations are not complete yet. For that reason, you can choose more than one language as “Preferred languages”. If some text is missing in a translation, it's replaced with the words of the next preferred language. English is the default fallback (also when not listed).

-locale-language.png -

In this example, the preferred language is set to Spanish. The first fallback is Italian, and if the text is missing there too, it's back to default English.
-As you can see, expanding a language entry on the left side reveals sub-entries for specific variations or dialects of a language (if available).

-

-indexFormatting

-

On the Formatting tab you can set up the formatting of date, time, number and currency formats independently from the settings of your preferred language.

-locale-formatting.png -

You may be a Spanish fellow located in the Italian speaking part of Switzerland. So, you'd prefer your system in Spanish, but numbers and currency formatted like at work: Swiss/Italian.
-If you're more comfortable with your Spanish names for days and months (think of the modified dates of files, for example), you can override this time-specific formatting with the checkbox at the top to Use month/day-names from preferred language.

-

Granted, the above example is maybe not the most common scenario, but it demonstrates the flexibility of the system.

-

-indexOptions

-

The last tab provides an option that will Translate application and folder names in Deskbar and Tracker. Disable the checkbox if you prefer the graphical interface localized, while retaining the original English names for preference panels, applications and standard folder names.

-


-

Changes are applied immediately, though currently running applications may require to be closed and restarted before showing the new setting.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Locale preferences.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/media.html b/docs/userguide/userguide/uk/preferences/media.html deleted file mode 100644 index 47fee1e7cd..0000000000 --- a/docs/userguide/userguide/uk/preferences/media.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Media - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

media-icon_64.pngMedia

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Media
Настройки:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - Stores the panel's window position.
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/mouse.html b/docs/userguide/userguide/uk/preferences/mouse.html deleted file mode 100644 index 9cdb669c7b..0000000000 --- a/docs/userguide/userguide/uk/preferences/mouse.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Mouse - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

mouse-icon_64.pngMouse

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Mouse
Настройки:~/config/settings/Mouse_settings
-


-mouse.png -

First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down CTRL while left-clicking. For the 3rd (=middle) mouse button, it's CTRL ALT and a left-click.

-

You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.

-

With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....

-

There are three Focus modes that determine how windows react to clicks:

- - - - -
Click to focus and raise This is the default setting: you click a window and it gets focus and is raised to the top.
Click to focus Clicking a window only gives it the focus, but won't raise it automatically. To do that, you'd have to either click on its title tab or border or click anywhere while holding the window management keys CTRL ALT.
Focus follows mouseThe window under the mouse pointer automatically gets the focus. Actually raising it, is done as described in the Click to focus mode.
-

Activating Accept first click relieves you of having to first put the focus on an inactive window in order to trigger widgets like a button or menu. This bears the risk of unintentionally closing a window, for example, by accidentally hitting the close button when aiming for the window tab. On the other hand it speeds up your workflow considerably.

-

All settings are immediately applied.

- - - -
По замовчуванню (Defaults) Скинути всі настройки до значень по замовчуванню.
Повернути (Revert) brings back the settings that were active when you started the Mouse preferences.
- -
-
- - - - - - diff --git a/docs/userguide/userguide/uk/preferences/network.html b/docs/userguide/userguide/uk/preferences/network.html deleted file mode 100644 index 29b116c045..0000000000 --- a/docs/userguide/userguide/uk/preferences/network.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Network - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

network-icon_64.pngNetwork

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Network
Настройки:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/printers.html b/docs/userguide/userguide/uk/preferences/printers.html deleted file mode 100644 index 025ddf3d40..0000000000 --- a/docs/userguide/userguide/uk/preferences/printers.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Printers - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

printers-icon_64.pngPrinters

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Printers
Настройки:~/config/settings/printers/*
-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/screen.html b/docs/userguide/userguide/uk/preferences/screen.html deleted file mode 100644 index 6d5c88d905..0000000000 --- a/docs/userguide/userguide/uk/preferences/screen.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Screen - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

screen-icon_64.pngScreen

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Screen
Настройки:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - Only when running in VESA mode.
-~/config/settings/Screen_data - Stores the panel's window position.
-

Each of your workspaces can have its own resolution, color depth and refresh rate.

-screen.png -

The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other menus contain all supported resolution, color depth and refresh rate settings.

-

After clicking on Apply, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.

-

To the left, you see a representation of your screen with the manufacturer and model it reports and it's resolution in dots per inch (dpi). Hovering the mouse pointer over it shows a tooltip with the name of graphics card if it's supported by a driver. Otherwise it says "VESA", the quick fallback solution that works with pretty much every hardware.

-

Revert brings back the setting that was active when you started the Screen preferences.

-
While Haiku's VESA mode performs very well, you may experience some limitations. You may not be able to drive your widescreen display in its native resolution, resulting in a somewhat blurred picture. There may also be limitations with regard to available color depths and refresh rates.
-

To the bottom left you can set the number of workspaces and arrange them in columns and rows and open the Backgrounds preferences.

- -
-
- - - - - - diff --git a/docs/userguide/userguide/uk/preferences/screensaver.html b/docs/userguide/userguide/uk/preferences/screensaver.html deleted file mode 100644 index d1dc2a2723..0000000000 --- a/docs/userguide/userguide/uk/preferences/screensaver.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - ScreenSaver - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
-

screensaver-icon_64.pngScreenSaver

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Screensaver
Настройки:~/config/settings/ScreenSaver_settings
- -

The panel of the ScreenSaver preferences is split into two tabs: -

- -

-index -Fade

-screensaver-fade.png -
-

The top checkbox enables/disables the screen saver.
-With the slider below it, you control after how long an idle time the screen saver kicks in. -

-

The next two sliders are only usable after you activated their checkboxes:
-One slider determines after how many minutes the screen is powered off.
-The other, after how many minutes you need a password to unlock your machine. -

-

By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again. -

- -

-index -Screensavers

-screensaver-modules.png -
-

The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
-New screen savers that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/    for screen savers available to every user.
/boot/home/config/non-packaged/add-ons/Screen Savers/    for screen savers only available to yourself.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/shortcuts.html b/docs/userguide/userguide/uk/preferences/shortcuts.html deleted file mode 100644 index 1eddf1de42..0000000000 --- a/docs/userguide/userguide/uk/preferences/shortcuts.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Shortcuts - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

shortcuts-icon_64.pngShortcuts

- - - - -
Deskbar:Preferences
Location:/boot/system/preferences/Shortcuts
Settings:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

Documentation is still missing. If you want to work on it, please announce it on the Documentation mailing list to avoid duplication.

- -
-
- - - - diff --git a/docs/userguide/userguide/uk/preferences/sounds.html b/docs/userguide/userguide/uk/preferences/sounds.html deleted file mode 100644 index 8d937480a4..0000000000 --- a/docs/userguide/userguide/uk/preferences/sounds.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Sounds - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

sounds-icon_64.pngSounds

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Sounds
Настройки:~/config/settings/Media/MediaFiles
-


-sounds.png -

You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.

- - -
None will silence an event.
Other... will open a file panel to find a new sound that isn't yet in the menu.
-

You can use any format that's supported by the system. If MediaPlayer can deal with it, so can any other program.
-You can "pre-hear" an event's sound by selecting it and using the Play and Stop buttons.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/time.html b/docs/userguide/userguide/uk/preferences/time.html deleted file mode 100644 index 5f3939b19f..0000000000 --- a/docs/userguide/userguide/uk/preferences/time.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Time - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

time-icon_64.pngTime

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Time
Настройки:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/uk/preferences/touchpad.html b/docs/userguide/userguide/uk/preferences/touchpad.html deleted file mode 100644 index 6db9d0d4c3..0000000000 --- a/docs/userguide/userguide/uk/preferences/touchpad.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - Touchpad - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

touchpad-icon_64.pngTouchpad

- - - - -
Deskbar:Preferences
Розміщення:/boot/system/preferences/Touchpad
Настройки:~/config/settings/Touchpad_settings
- -

This panel offers several touchpad related settings that are interesting when you're running on a notebook.

- -touchpad.png - -

By dragging the red vertical or horizontal lines on the touchpad representation, you set the scroll area (slightly reddish against the gray general touch area). Moving your finger on that part of the pad will move the scrollbars of a window accordingly.

-

To the right are sliders to set the general scroll acceleration and the vertical and horizontal scrolling speed.
-The acceleration setting decides how much quicker a list scrolls by if you swish over the scroll area very fast. The scrolling speeds control the general speed when using the scroll area in a "normal" way.

-

Below the touchpad graphic are checkboxes to enable "Two finger scrolling" for vertical and horizontal scrolling. Move two fingers in parallel vertically or horizontally to move the scrollbars of a window. At least for me, it works best if with one finger from the left and one from the right hand.
-If you feel comfortable using this feature, you can dispense with setting scroll areas and instead use the whole pad for normal navigation.

-

At the bottom is another slider to set the tap click sensitivity. If your taps keep getting ignored, increase the sensitivity. If the system registers clicks all the time, while all you want is to move the mouse pointer, try decreasing it.

- - - -
Defaults resets everything to default values.
Revert brings back the settings that were active when you started the Touchpad preferences.
-

Here is a tip that's not related to the Touchpad preferences, but fits the general topic:
-Did you know that you can do a drag and drop just by using the touchpad, i.e. not using the buttons? Just do a double click without lifting the finger after the second click. The picked up icon will stick to the mouse pointer and you can drag it around by moving your finger. Lifting your finger will drop the icon.

-

If your finger reaches a border of the touchpad while dragging an icon, but the mouse pointer hasn't yet reached the screen edge, how can you keep on dragging your icon? As soon as you lift your finger, the icon would be dropped.
-Depending on your hardware, there's a nifty feature: just leave your finger without lifting at the touchpad edge. The mouse pointer will keep on moving on auto-pilot.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/tracker.html b/docs/userguide/userguide/uk/preferences/tracker.html deleted file mode 100644 index d796a0ef6b..0000000000 --- a/docs/userguide/userguide/uk/preferences/tracker.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

tracker-icon_64.pngTracker

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/Tracker
Настройки:~/config/settings/Tracker/TrackerSettings
-


-

The Tracker preference panel is also available from every Tracker window with the menu Window | Preferences....
-Its functions are discussed in the topic on Tracker.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/preferences/virtualmemory.html b/docs/userguide/userguide/uk/preferences/virtualmemory.html deleted file mode 100644 index b892a6f5d1..0000000000 --- a/docs/userguide/userguide/uk/preferences/virtualmemory.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - VirtualMemory - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

virtualmemory-icon_64.pngVirtualMemory

- - - - -
Розташування в Deskbar:Настройки (Preferences)
Розміщення:/boot/system/preferences/VirtualMemory
Настройки:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - Stores the panel's window position.
-

Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.

-virtualmemory.png -

You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at DiskUsage to find out what's eating up your diskspace.

-

Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.
-Upgrading your RAM is of course the most effective way to go...

- - - -
По замовчуванню (Defaults) Скинути всі настройки до значень по замовчуванню.
Повернути (Revert) brings back the settings that were active when you started the VirtualMemory preferences.
- -
-
- - - - diff --git a/docs/userguide/userguide/uk/queries.html b/docs/userguide/userguide/uk/queries.html deleted file mode 100644 index ee2b16eaf0..0000000000 --- a/docs/userguide/userguide/uk/queries.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - Queries - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Зміст
- The Find window
- Basic queries - "by Name"
- Advanced queries - "by Attribute"
- Even more advanced queries - "by Formula"
- The result window
- Query Templates -
- -

Queries

- -

A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in /boot/home/queries/ and by default last seven days before being purged. Note, these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
-Even better, you don't have to double-click to re-do a query. You can drill down a saved query just like any folder by right-clicking on it and navigating through the submenus.

- -

-index -The Find window

-

You start a query by invoking the Find... menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is ALT F. You're presented with the Find window:

-basic-query.png -
    -
  1. Select recent or saved queries or save the current search parameters as Query Template.

  2. -
  3. Narrow down your search from All files and folders to specific file types.

  4. -
  5. Define the search method:
      -
    • by Name - a basic search by file or folder name
    • -
    • by Attribute - an advanced search, you specify search terms for one or more attributes
    • -
    • by Formula - an even more advanced search, you can fine-tune a complex query term
  6. -
  7. Select which drives to search on.

  8. -
  9. Enter the search term.

  10. -
  11. The expander hides/unhides the additional options.

  12. -
  13. Uncheck the Temporary checkbox if you don't want this query self-destruct after 7 days.

  14. -
  15. Check if your query is supposed to Include trash.

  16. -
  17. Optionally, enter a name for this query if you want to save it.

  18. -
  19. You can drag&drop the icon anywhere to save a query. Doing that with the right mouse button, offers the option to save as template.

  20. -
- -

-index -Basic queries - "by Name"

-

If you simply want to find all files and folders on your mounted disks that match a certain pattern, simply leave the search method at by Name, enter the search term into the text box and press ENTER.

- -

-index -Advanced queries - "by Attribute"

-

You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be indexed.

-query-window.png -

You start by setting the filetype from All files and folders to, for example, Text | E-mail and change the search method to by Attribute.

-

This adds a pop-up menu to the left of the textbox and the buttons Add and Remove under that. From the menu you choose which attribute to query. With Add and Remove you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.

-

Let's do an email query as an example:

-query-window-filled.png -

This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".
-As you see, searching through time-based attributes supports some useful phrases: besides for the "last 2 months", you could also use "today", "yesterday", "Monday" or "last Monday" (which would be the Monday last week), or "last 2 minutes/hours/days/weeks".
-A good way to cut down the number of search results.

- -

-index -Even more advanced queries - "by Formula"

-

Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.

-

Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to by Formula mode and be overwhelmed by this one line query string:

-formula-query.png -

Once more as text, edited for readability:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

What's the use?

-
    -
  • You could copy and paste the string into an email, forum or IRC for others to use or debug.

  • -
  • You can use this method to construct a query in Attribute mode and then switch to Formula mode, to comfortably generate a search string to use for a query in Terminal or a script.

  • -
  • You can fine tune your query by inserting parenthesis where needed, make parts case-sensitive or negate logical combinations by changing. e.g. "==" to "!=" for a NOT AND. All you need is a basic understanding of regular expressions and maybe some scripting basics.

  • -
- -

-index -The result window

-

After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":

-result-window.png -

Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:

-
    -
  • You can open the location of a file or folder by double clicking on its path attribute.

  • -
  • With File | Edit query or ALT G you get back to your Find window to refine your query.

  • -
  • A query is live, i.e. if a file that matches your search criteria appears or disappears from your system, this change is reflected in your results in real-time.

  • -
-

You can assign a sensible attribute layout for query results of a specific filetype. Open a folder containing files of the filetype you'd like to create a template for and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder named group/filetype, replacing the slash with an underscore, e.g. "audio_x-mp3". Open the new folder and paste in the previously copied layout with Attributes | Paste layout.

- - -

-index -Query Templates

-

If you double click a saved query, the file search is at once started and the result window opens immediately. However, you may not want to search with these exact search parameters, but use it as starting point to only slightly tweak the formula.
-By using the Save query as template menu item (see (1) in screenshot at the top) or drag&dropping the icon (10) anywhere with the right mouse button, you can create just such a template. Double clicking it won't open a result window, but the Find panel, giving you the opportunity to quickly change search strings or add/remove attributes.

-

Wherever you choose to save query templates, they'll be listed in the Find panel's menu of recent queries.

-
-
- - - - - diff --git a/docs/userguide/userguide/uk/teammonitor.html b/docs/userguide/userguide/uk/teammonitor.html deleted file mode 100644 index 2606e7a1c3..0000000000 --- a/docs/userguide/userguide/uk/teammonitor.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - Team Monitor - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Team Monitor

- -

With CTRL ALT DEL you invoke the Team Monitor which lists all currently running programs.

-teammonitor.png -

Programs that were launched by the system are blue, those started by the user black.
-Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can try to quit a program by selecting it and pressing Quit application (or either DEL or Q). If that doesn't work, try Kill application (or SHIFT DEL or K) instead.

-

You can summon a Terminal with OPT ALT T.

-

If your Tracker or Deskbar crashed or froze, a new button appears (you may have to kill the offending team first): Restart the desktop will restart Tracker and/or Deskbar for you.

- -
-
- - - - diff --git a/docs/userguide/userguide/uk/tracker-add-ons.html b/docs/userguide/userguide/uk/tracker-add-ons.html deleted file mode 100644 index cc2e6de2f3..0000000000 --- a/docs/userguide/userguide/uk/tracker-add-ons.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - Tracker Add-Ons - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Tracker Add-Ons

- -

Applications can install add-ons so they can be invoked easily on a selection of files from Tracker. Only the add-ons that can handle a specific filetype are presented under Add-Ons from the context menu or the File menu of a Tracker window. Some add-ons don't necessarily need a file to work on and are thus always present.

-

New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic Filesystem layout):

- - - -
/boot/system/non-packaged/add-ons/Tracker/    for add-ons available to every user.
/boot/home/config/non-packaged/add-ons/Tracker/    for add-ons only available to yourself.
-

The file name of an add-on can be suffixed with a dash and capital letter, and is then available via keyboard shortcut. For example, Open Target Folder-O opens with ALT OPT O.
-Of course, you have to take care of possible shortcut collisions when deciding on a shortcut. You can't have the same for different add-ons.

- -

Haiku's Tracker Add-Ons

-

These Tracker Add-Ons come with every Haiku installation:

- - - - - - - - - - - - - -
Background-BOpens the Background preferences to change the color or image of the Desktop or any folder. Invoked on an image file the Background panel is launched with that image already loaded as a potential background.
DiskUsage-IStarts the DiskUsage application with the according folder as basis.
FileType-FInvoked on a file, opens its specific FileType panel, otherwise the general FileTypes preferences are launched.
Open Target Folder-OCan only be used on a linked file and opens the folder that file lives in.
TextSearch-GStarts the TextSearch application to look for a string in the selected folder (and its subfolders).
ZipOMatic-ZA selection of files will be added to a zip archive, invoked without a selection opens a panel to create an archive via drag&drop.
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/tracker.html b/docs/userguide/userguide/uk/tracker.html deleted file mode 100644 index 5e99b7030e..0000000000 --- a/docs/userguide/userguide/uk/tracker.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - Tracker - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Зміст
- Mounting volumes
- Navigating
- Appearance
- Tracker preferences
- Working with files
- Transaction status -
- -

Tracker

- -

The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.

-

Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the Team Monitor.

- -

-index -Mounting Volumes

-

In order to access a harddisk, CD, USB stick etc., you first have to mount the volume, that is, let the system know it's there. This is done with a right-click on the Desktop or an already mounted volume (like the boot disk) and choosing the volume from the Mount submenu. You find the same Mount menu in the Deskbar.

-drill-down.png -

There are also Settings so you don't have to mount everything manually after every bootup.
-The above settings will automatically mount any storage device you connect/insert and also mount all disks on bootup that were mounted previously.

-
Before you disconnect e.g. a harddrive or USB stick, make sure you have successfully unmounted the volume. This guarantees that all data transfer has finished. Otherwise you may lose data or corrupt the disk!
- -

-index -Navigating

-

By default, when you double-click a folder, Tracker opens a new window while leaving the parent window open. This can quickly lead to an overcrowded desktop.
-You can prevent that by holding down the OPT key, which automatically closes the parent window.
-This is also true for keyboard navigation. For more on that, see topic Shortcuts and key combinations.

-

Moving through your folders is one of Trackers main purposes, just like the file managers on other platforms. Haiku's Tracker has some unique features that will help you doing that efficiently.

- -

-indexDrilling down the submenus

-

Instead of double-clicking your way down folder after folder, there's a better way to drill down:

-drill-down.png - -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/home/config/.
-If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

-

A similar method can be used from any Tracker window:

-window-drill-down.png -

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

-

Note, that the Desktop is always the topmost level as that is where Tracker shows mounted volumes. So, if you want to go to another disk, you first have to navigate to the top (Desktop) and cross over to your other disk from there.


-

You'll get the same submenu-navigating when you drag a file over a folder. After a short while of hovering, a submenu pops up and you can drill down to your destination. If you initiated the drag with the right mousebutton, you can choose between copying, moving or linking the file when you release the mouse.

- -

-index -Jumping to files with type-ahead

-

You may be familiar with the concept from file managers of other operating systems: typing the first few letters of a filename will jump to the first file matching these starting characters. Haiku took the idea a step further. If there isn't a file starting with those letters it will jump to the first file including the string anywhere in its name. And if there's nothing with the string in its filename, the attributes are searched next.

-window-type-ahead.png -

In the above example, there are many files starting with "Haiku logo", rendering simpler approaches to typing ahead quite useless. In Haiku however, typing "web" jumps right to its first occurence in "Haiku logo - website". The characters you enter appear in the bottom left corner where you normally find the item count of all files in the folder. A second after entering a character, the display jumps back to normal and you're ready for a new type ahead search.

-

-index -Type-ahead filtering

-

Instead of jumping to a file while typing, there's also the option to filter out all files not matching your type-ahead string. This can improve clarity dramatically, especially when dealing with crowded folders. By using SHIFT SPACE as delimiter, you can even filter on multiple strings.
-Contrary to type-ahead jumping, the filtering will stick until you press ESC or close the window (or leave the folder if you're using Single Window Navigation).
-This type-ahead filtering is set in the Tracker preferences.

- -

-index -Appearance

-window-menu.png -

Tracker windows offer three different viewing modes from the Window menu:

-
    -
  • Icon view (ALT 1) - Big icons, you can change the size from the submenu or in/decrease their size with ALT +/-.

  • -
  • Mini icon view (ALT 2) - Small icons.

  • -
  • List view (ALT 3) - A detailed list of your files enabling you to show/hide available attributes. (See topic Attributes.)

  • -
-

The Window menu offers a number of other functions:

-
    -
  • Resize to fit (ALT Y) - Resizes the window to its ideal size.

  • -
  • Arrange by... - Only available in Icon or Mini icon view, a submenu allows to set the sorting order to various properties:

    -
      -
    • Name, Real name, Size, Modified, Created, Kind, Location, Permissions

    • -
    • Reverse order - Inverts the sorting order

    • -
    • Clean up (ALT K) - Aligns all icons to an invisible grid. Hold down SHIFT and the menu becomes Clean up all which additionally sorts all icons according to the above selected criterium.

    • -
  • -
  • Select... (SHIFT ALT A) - Select files according to a regular expression.

  • -
  • Close (ALT W) - Closes the window. Hold down SHIFT and the menu becomes Close all which closes every Tracker window.

  • -
  • Close all in workspace (ALT Q) - Closes every Tracker window in the current workspace. A useful shortcut if you forgot to hold the OPT key while clicking through folders and all those still open Tracker windows clutter your workspace.

  • -
-

Sometimes you just want to rearrange a few icons without doing a complete Clean up (ALT K). In that case, you select these icons and start to drag them to their new location. Before you drop them there, keep ALT pressed. This will align the icons to the invisible grid.

-

The rest of the functions are pretty self-explanatory, leaving the Tracker preferences.

- -

-index -Tracker preferences

-

Window | Preferences... opens a panel that offers a number of settings that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes. -
So, in short, the not so obvious settings:

-
    -
  • Desktop - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.

  • -
  • Windows - You can set Single window navigation, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of its parent folder. This is not the same as clicking while holding the OPT key, as described above, because you'll lose the per window saved position and size. -

    -tracker-preferences-navigator.png -

    Before you switch Tracker to Single window navigation mode, 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 Navigator where you can enter or copy & paste a path name and use back, forward and up buttons.

    -

    Activating Type-ahead filtering 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 above.

  • -
  • Trash - Set the behavior when deleting a file.

  • -
  • Volume icons - Set the color of an optional indicator of free space that's shown besides a disk's icon.

  • -
  • Disk mount - Define when and what disks are mounted automatically, as described above under "Mounting volumes".

  • -
-

This panel, by the way, is also available as Tracker from Deskbar's Preferences.

- -

-index -Working with files

-

When invoked on a selected file, most of the File menu commands are also offered in the context menu by right-clicking that file.

-

As usual the commands are pretty clear.

-
    -
  • Find... - Find a file or folder. See topic Query for more info.

  • -
  • New - Create a new folder or any other file based on a template. -

    -new-menu.png -

    Choosing Edit templates... opens the folder /boot/home/config/settings/Tracker/Tracker New Templates. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the New menu. Here, there's a file "Text" with the filetype text/plain. See topic Filetypes for more info.

  • -
  • Open with... - A submenu offers all applications that can handle this filetype. -

    -open-with.png - -

    The preferred application that would open the file when double-clicked, is checkmarked. This submenu lists first those applications that can handle the exact filetype, in this case it's a text file, the type text/plain. Next come all applications that can handle that supertype in general, here text/*. Last in the list are those that can deal with any file. If you don't click on an app in the submenu, but on the Open with... entry instead, a panel opens:

    -

    -open-with-preferred -

    Here you'll again find the programs that were listed in the submenu. By selecting one and clicking the Open and make preferred button, you changed the preferred application for every file of that filetype, here text/plain.

  • -
  • Get info -

    -get-info -

    The panel presents info on the selected file and lets you set the default application and, after you expanded that part of the panel, permissions and owner. Clicking on the path will open it in a Tracker window.

  • -
  • Edit name, Duplicate and Move to trash - lets you rename or duplicate a file or put the selected file(s) to the trash.

  • -
  • Move to, Copy to and Create link - lets you move, copy or link the selected file(s) using the submenu navigating method. Holding SHIFT while invoking the menu offers the option to create a relative link.

  • -
  • Cut, Copy and Paste - lets you cut, copy and paste files using the clipboard. By holding SHIFT while invoking the menu you can Copy/Cut more files, maybe from another folder that you can paste somewhere else later. Also, while holding SHIFT you can paste the copied files in the clipboard as links.

  • -
  • Identify - will sniff out and set the type of files if they didn't have one before, e.g. if you transferred a file with wget which doesn't set a filetype itself. Holding SHIFT while invoking the menu changes the item to Force identify which identifies the filetype and corrects it if it was false before.

  • -
  • Add-Ons - offers you every generic Tracker add-on and those that can handle the selected file(s). See topic Tracker Add-ons for more information.

  • -
- -

-index -Transaction status

-

When you copy, move or delete files, Tracker shows its progress with a status window. If you initiate more than one transaction, each job gets its own status display.

-transaction-status.png -

To the right are two buttons to pause or stop a transaction entirely. Sometimes it can be useful to temporarily pause a large transaction. For example, you may need to quickly launch a large application. Copying large amounts of data chokes your harddisk's IO bandwidth and thus delays your workflow.

- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/twitcher.html b/docs/userguide/userguide/uk/twitcher.html deleted file mode 100644 index 0c5a089c55..0000000000 --- a/docs/userguide/userguide/uk/twitcher.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Twitcher - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Twitcher

- -

The Twitcher is a task switcher to jump between running applications and their windows.

-twitcher.png -

Just tap CTRL TAB to switch between the current and the last application/window. Tapping CTRL TAB very quickly will switch between all applications. Or press and hold CTRL TAB to go through all running applications by repeatedly hitting TAB or /. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the / keys.

-

You cycle through all an applications visible windows on the current workspace with CTRL ~ (which, depending on the keymap you're using, is the key below ESC).

-

It's also possible to invoke the Twitcher with CTRL TAB and then use the mouse to choose the application/window you'll jump to when releasing the CTRL key.

-

The Twitcher also offers a few more advanced keyboard shortcuts:

- - - - -
ESCAborts the twitching and returns to the formerly active window.
QQuits the selected application.
HHides all windows of the selected application.
- -
-
- - - - diff --git a/docs/userguide/userguide/uk/workshop-email.html b/docs/userguide/userguide/uk/workshop-email.html deleted file mode 100644 index 79410df277..0000000000 --- a/docs/userguide/userguide/uk/workshop-email.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Workshop: Managing Email - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Index
- Haiku's mail system
- Using custom statuses
- Using queries
- More tips -
- -

Workshop: Managing Email

- -

This workshop takes a look on how to manage email under Haiku. It assumes that the email services are correctly configured with the E-Mail preferences and you're familiar with the basic features of the Mail application.

- -

-index -Haiku's mail system

-

If you come to Haiku from other operating systems, you're probably used to big applications like MS Outlook or Mozilla's Thunderbird. You have to configure them by entering all the info on mail server addresses etc. and they use their own contacts database. They take care of sending and fetching email and store them in some big special file.
-Changing you email client can be a hassle with quite some ex/importing and converting going on. Using more than one client in parallel to check out what else is available is also not without the occasional kerfuffle.

-

Haiku's mail system is different. It breaks down into smaller separate modules.

-

There's the mail_daemon that takes care of the communication with your mail servers. The E-Mail preferences is the one central point to configure your email accounts and how often they're checked, for example.

-

Every message that is fetched or sent is saved as one single email file, with its header information (like sender, subject, date) and status (like New, Replied, Sent) in BFS attributes. This enables searching/filtering them with Haiku's fast queries.

-browsing.png -

With every email being in a separate file, viewing them becomes just as easy as browsing through a folder (or query result) of images with ShowImage. Leaving the Tracker window open, you'll see the moving selection of the currently viewed file while you use the previous/next button to move through them.
-As they are independent files, using a viewer other than Haiku's Mail causes no problems whatsoever.

-

Similarly, creating a new message results in just another file that is handed to the mail_daemon that takes care of sending it off. Contact management is deferred to the People application.

-

In a nutshell, where other mail clients do everything, from communicating with the mail servers to providing a view with all your mails and tools to search and filter them, Haiku uses a chain of smaller tools and general file management:

-
    -
  • The mail_daemon to fetch/send mail and save them as normal files.

  • -
  • Tracker windows and queries to find and show email files.

  • -
  • The Mail application to view email files and create new messages relying on system-wide contact management by the People app.

  • -
-

Especially using Tracker and queries to manage emails is a powerful idea. The experience you gain can be transferred to any other problem that is dealing with files. Be it images, music, video, contacts or any other documents, using Tracker is at the core of all file managing.
-Also, improvements in any of these system areas benefit not just emailing, but all applications that make use of them.

- -

-index -Using custom statuses

-

When you browse through your newly arrived email, you may want to come back to some of them later to think about it in more depth. While you could use Mail's menu Close and | Leave as New to keep them in your "New messages" query, things tend to pile up that way...

-

One solution is of course to just start a reply and save it as draft. But if you don't expect to write a reply and just want to re-read the mail later, that isn't ideal.

-status.png -

Better use Close and | Set to... to create a new status and use that to categorize your mail. For example, you could call the status "Later", and then query for that when you find more time.
-Or you use different statuses for specific projects. For example, I created a status "HUG" (for "Haiku user guide") under which I collect every mail that may influence the contents of the user guide, like commit messages about code changes that alter or introduce some feature or anything else I feel could improve the user guide.
-In any case, try to keep the status name short. That way it always fits in a normally wide "Status" column in Tracker.

-

You don't have to open an email with the Mail application to set its status. With the Tracker add-ons Mark as Read and Mark as... you can select some email files and set their status in one go.

- -

-index -Using queries

-

Sure, you specify a folder to store all your email, you can open it et voilà, there's all you mail. But over time the folder becomes crowded and showing all will take longer and longer as thousands of files and their attributes have to be parsed and sorted. Also, most of the time you don't really care about two year old emails of Nigerian princes and their inheritory trouble ...

-
A lot of time when populating a folder is spent on putting files read from disk into the correct sorting order and displaying that in the window. If you do have to open a folder with a huge number of files, you can shorten the wait by making the Tracker window "invisible", i.e. either minimize it or change to another workspace. Watch ProcessController to see how it affects CPU usage.
-

Queries, to the rescue!

-

By using queries, you can narrow down the view of your mails. Actually, the mailbox icon in the Deskbar uses queries.

-daemon-in-deskbar.png -

The Open Draft submenu does a query for the status "Draft", which is set by Mail when you save a message.

-

Open Inbox Folder and Open Mail Folder are just links to regular folders (and not very useful in my opinion).

-

The # new messages submenu is populated by a query for email with the status "New" (that same query is used to change the mailbox icon to show some letters in it, by the way).

- -

You can add your own queries (or folders, applications, scripts etc.) to that context menu too, by putting them or links to them into ~/config/settings/Mail/Menu Links.

-
The query ~/config/settings/Mail/mailbox is a special case: It is executed when left-clicking the mailbox icon in the Deskbar. If you want to change that behavior, you can replace it with any other file (or link to a file), just name it "mailbox". It doesn't have to be a query, a link to a folder of queries or a script or application works just as well.
- -

-index -Query examples

-

Here are a few examples of useful queries:

- - - - - - -
query-1.png
-This finds all mails with the custom status "Later".
query-2.png
-This finds all mails of the past 2 days.
query-3.png
-This finds all mails by Ingo Weinhold of the past 2 weeks.
query-4.png
-This finds all posts from the Haiku commit list of the past 12 hours.
- -

-index -More tips

-
    -
  • If you don't save a query as "Query" but as "Query template", invoking it won't show the result window, but the Find... window instead. That way you can easily exchange the search string for the subject or sender, for example, or change a "2 days" time limit to "3 days".

  • -
  • Activating "type-ahead filtering" in Tracker's preferences allows you to very quickly filter a query result even further. Often it's enough to query for all mails of the last 3 days and go with type-ahead filtering from there. The big advantage is, that you don't have to exactly specify which attribute to search for, as all displayed are considered when filtering.

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/uk/workshop-filetypes+attributes.html b/docs/userguide/userguide/uk/workshop-filetypes+attributes.html deleted file mode 100644 index 2a35e46fc3..0000000000 --- a/docs/userguide/userguide/uk/workshop-filetypes+attributes.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - Workshop: Filetypes, Attributes, Index and Queries - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Зміст
- Preparations
- Creating a custom filetype
- Icon
- File recognition
- Description
- Preferred Application
- Extra Attributes
- Indexing
- Filling in the data
- Querying the database -
- -

Workshop: Filetypes, Attributes, Index and Queries

- -

This is a workshop to show the use of Attributes, Queries, the Index and custom Filetypes. As an example, we build a database to keep track of our DVD library.

- -

-index -Preparations

-

Let's first decide what filetype and attributes would serve our needs. Originally, I planned to use a bookmark file with a link to the movie's IMdB page, but since Haiku didn't have a "bookmarkable" browser like BeOS' NetPositive at that time, I came up with this: The file itself will be a JPEG image for the movie cover.
-With WebPositive, Haiku now has a browser using bookmark files again, so you could as well use a bookmark file instead of an image as basic filetype for our database files.
-In any case, to these files we add a couple of attributes. Here we have to decide if we want to query it later (then we have to add it to the index) and if so, what type of attribute it should be. Numbers (int, float) can be evaluated differently than text (</=/> vs. is/contains/starts with).

-

Here are the attributes I'd like to see for my DVDs:

-
    -
  • Movie title
  • -
  • Genre
  • -
  • URL to e.g. IMdB
  • -
  • Director/Cast
  • -
  • Plot
  • -
  • My rating from 1 to 10
  • -
  • Coordinates in my shelf, e.g. A2, B3, so I find the DVD also in Real Life :)
  • -
  • If so, who's borrowed the disk...
  • -
- -

-index -Creating a custom filetype

-

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

-filetypes-new-file-type.png -

Now, a panel for your new DVDdb filetype opens:

-filetypes-dvddb.png - -

-index -Icon

-

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

- -

-index -File Recognition

-

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

- -

-index -Description

-
    -
  • Type name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • -
  • Description - A bit more detailed description.
  • -
- -

-index -Preferred Application

-

This pop-up menu shows a list of all applications that can handle this particular filetype. From here you can choose which program should open this specific file when it's double-clicked.

- - - -
Select... opens a file dialog where you choose the application to open with this filetype. Here, we set ShowImage to display the DVD's cover.
Same as... opens a file dialog where you choose any file that already has the preferred application set that you're looking for.
- -

-index -Extra Attributes

-

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

-filetype-extra-attribute.png -
    -
  • Attribute name - Appears e.g. as the column heading in Tracker windows.

  • -
  • Internal name - Is used for indexing and querying the attribute.

  • -
  • Type - Defines the value the attribute can hold and therefore how it can be queried. -
      -
    • String for normal text
    • -
    • Boolean for binary data: 0 or 1
    • -
    • Integer for integer numbers with different ranges: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float for floatingpoint numbers, single precision
    • -
    • Double for floatingpoint numbers, double precision
    • -
    • Time for time and date format
    • -
    -
  • -
-
    -
  • Visible - This checkbox determines if the attribute is visible in a Tracker window at all. Since the Tracker will be the interface to our DVD database, we check it and define its appearance with:
      -
    • Display as - Leave on "Default". In the future more option will become available, e.g. a bar or stars for a rating etc.
    • -
    • Editable - Determines if the attribute shall be editable in Tracker.
    • -
    • Width - The default width of that attributes column in a Tracker window.
    • -
    • Alignment - The attribute can be displayed left, center, or right aligned.
    • -
-

Now, insert all the info for our attributes:

- - - - - - - - - - -
Internal NameAttribute typeindexed?Description
DVDdb:title text yes Movie title
DVDdb:genre text yes Genre
DVDdb:url text no URL
DVDdb:cast text yes Director/Cast
DVDdb:plot text no Plot
DVDdb:rating int-32 yes Rating 1 to 10
DVDdb:coord text no Shelf
DVDdb:lent text yes Lent to
- -

-index -Indexing

-

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
-So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

-

This leaves these attributes:

- - - - - - -
Internal NameAttribute type
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

To index them, we open a Terminal and simply add one attribute after the other:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

- -

-index -Filling in the data

-

Now, everything's set and we can begin putting some data into our base.
-Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

-

Opening that folder we see a typical Tracker window with one JPEG in it. Right-clicking it, we change its filetype to application/DVDdb with the Filetype Addon. There's more info on this in the Filetypes document.

-

Now, we activate all our DVDdb attributes from the Attributes menu of the Tracker window and rearrange the columns to our taste:

-filetypes-dvddb-empty.png -

By clicking on a yet empty attribute (or pressing ALT E) we enter editing mode and fill each attribute. With TAB and SHIFT TAB you can navigate between attributes.

-

In our example, we usually start with a downloaded JPG cover and change its type to applications/DVDdb. There's another elegant way to produce a file to work with. Just copy an empty file of our filetype to /boot/home/config/settings/Tracker/Tracker New Templates and rename it to DVDdb.

-

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

- -

-index -Querying the database

-

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

-

You can assign a sensible attribute layout for query results of a specific filetype.
-Open the folder containing your DVDdb files and arrange the attributes how you'd like to have query results presented. Copy this layout with Attributes | Copy layout.

-

Open /boot/home/config/settings/Tracker/DefaultQueryTemplates, create a new folder and rename it to group/filetype, replacing slashes with underscores; in our case "applications_DVDdb".

-

Open the new folder and paste in the layout with Attributes | Paste layout. Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/uk/workshop-wlan.html b/docs/userguide/userguide/uk/workshop-wlan.html deleted file mode 100644 index 283309603d..0000000000 --- a/docs/userguide/userguide/uk/workshop-wlan.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - Workshop: Wireless networking - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - - -
Index
- Getting supported hardware to work
- Joining a wireless network
- Joining from the command line
- Tips -
- -

Workshop: Wireless networking

- -

Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a FreeBSD compatibility layer for its networking drivers.
-This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See this list online for a list of supported models or check FreeBSD 9.3's release hardware notes.

-
Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.
-PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.
- -

-index -Getting supported hardware to work

-

Even if the first hurdle of generally supported hardware is taken, some wireless network cards require binary firmware modules to properly operate. Haiku cannot include some of these proprietary firmware files due to licensing issues. Haiku does however include a simple script which will retrieve and install all of the needed proprietary bits for you. Generally, if you are planning to use wireless networking, it is a good idea to run this script to ensure your system has all of these firmwares available when they are needed.

-

Open a Terminal and type:

-
install-wifi-firmwares.sh
-

Now review the licenses and accept them to install all of the available firmware files.

- -

If you don't have internet access to download those lacking firmwares under Haiku, there's an offline method, see under tips below.

- -

-index -Joining a wireless network

-

By default, Haiku will join the first unencrypted wireless network it finds after booting up. To connect to a specific network, you use the Desktop applet NetworkStatus.

-

Right-click on its icon in the Deskbar and choose the network's public name (which is the "SSID" it broadcasts) from the context menu.

-join-network.png -

A window opens where you enter the type of authentication (probably WPA/WPA2, WEP is not a secure encryption anymore!) and the password for that wireless network. Click OK to start the login process.
Depending on your hardware and network configuration this may take a while. You'll be kept informed of the progress by notifications:

-join-network.gif -

Once it reads "Ready" and the NetworkStatus icon in the Deskbar shows a green round light, the connection is established. If the notifications end in "No link" and a yellow triangle, something went wrong, probably an incorrect password.

- -

-index -Joining from the command line

-

If you prefer to use the command line or would like to use scripting or the ~/config/settings/boot/UserBootscript to automate things to join a specific network on bootup, there's the command ifconfig.

-

Start a Terminal and enter the first line to scan for available wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

The path to your wireless network adapter has to be adjusted, of course.
-The output shows the public name (SSID), MAC address, signal strength and authentication method of all found networks.

-

To join a network, use this line and insert the respective public name (SSID) and password:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

Make sure the initial configuration of the wireless network adapter after booting up has finished, before issuing ifconfig commands or they might be ignored. Depending on your hardware and network configuration that may take a while. Watch those notifications...

- -

-index -Tips

-

Offline download of binary firmware files

-

If you cannot obtain the binary firmware files via the install-wifi-firmwares.sh script (for example due to lack of internet connection within Haiku), you can also download this shell script, and run it from any other OS that has wget and zip installed.
-The script will download the needed files and create a zip file that is to be extracted to Haiku's /boot. Once unpacked, open a Terminal and type:

-
install-wifi-firmwares.sh
-

Review the licenses and accept them to install all of the now available firmware files.

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/uk/workspaces.html b/docs/userguide/userguide/uk/workspaces.html deleted file mode 100644 index 34f654f2e9..0000000000 --- a/docs/userguide/userguide/uk/workspaces.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Робочі простори (Workspaces) - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Робочі простори (Workspaces)

- -

Workspaces є віртуальними робочими столами разом з їх роздільчою здатністю, глибиною кольору і тлом. Аж до 32 таких просторів можна виставити за допомогою настройки Screen (Екран).

- -workspace_overviewpng.png - -

-index -Перемикання робочих просторів (workspaces)

-

Щоб перемістити вікно, просто виберіть його в аплеті Workspaces applet (як показано на знімку вище) або використайте горячі клавіші ALT Fx, де "x" є номером робочого простору. It's a good idea to arrange your workspaces in rows of four to mimick the layout of the Fx keys on the keyboard.
-Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it's in.

-

Another very convenient way is to use CTRL ALT /// to navigate spatially the rows/columns of the available workspaces. If you additionally hold down SHIFT, the active window will move with you to the new workspace.

-

You can switch back and forth between two workspaces with ALT ` (the actual key depends on the keymap you're using - it is the key below ESC). Again, holding SHIFT will take the active window with you.

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications.html b/docs/userguide/userguide/zh_CN/applications.html deleted file mode 100644 index 018c5a365f..0000000000 --- a/docs/userguide/userguide/zh_CN/applications.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - 应用程序 - - - - - - - - - -
-
- -

应用程序 -

- -

在深入了解 Haiku 系统内置应用程序之前,我们需要对如何进行程序的安装和卸载进行一个详细的了解。木钱,最方便的查询,安装,更新以及卸载程序的方式是通过 Haiku 的包管理系统。由于 Haiku 保持了对其启蒙系统 BeOS 的二进制和源代码的兼容,您可能会发现原有的压缩档(.zip 和 .pkg)仍然可以进行程序安装。

-
在下面的指南中,您可能会发现 /system/ 目录经常被提及。如果您希望仅为单个用户(在 Haiku 成为多用户系统后)安装软件包,您应该使用 Home 目录下映射的文件系统目录: ~/config/。更多信息请参考 文件系统布局
- -

-index -Haiku 软件包 (.hpkg)

-

最简单的方法是使用 HaikuDepot 查询,下载和自动安装或者卸载软件包。如果您曾在其他地址下载了一个软件包,或者该包不存在于公开的仓库中,只需要双击该包并在 HaikuDepot 中打开,然后从中进行安装。

-

您可以在 /system/apps/ 或者 /system/bin/ 中找到新安装的应用程序和命令行程序。所有其他的程序依赖的文件根据类型 (库文件,数据,附加组件等) 不同会自动安装在文件系统的相应位置。

-

桌面栏 或者 快速启动 两个主题中讲述了如何为新的程序安装快捷方式。

-
善意提醒,尽管您可以像其他压缩文件一样打开 .hpkg 文件,但是当您安装软件包时,包管理系统并不会进行此类操作。相应的文件系统仅仅在相应文件夹中展开这些文件,但是并不会有实际的文件物理移动操作发生。这也是安装卸载程序包快速和干净的原因。
-

如果某个软件包依赖于其他的库或者包,那么将会弹出窗口,询问是否下载和安装所必需的文件。

-

软件包卸载也很容易:在 HaikuDepot 中找到该软件包,然后点击 卸载 即可。

-

如果您使用终端或者希望通过脚本来安装或者卸载软件包,您可以使用命令 pkgman --help 来获取相关信息。

- -

-index -原有 BeOS 压缩档(.zip 和 .pkg)

-

BeOS 压缩档包含了相应应用程序目录中的所有需要文件,可以简单的双击(双击打开 Expander 或者老的 PackageInstaller 程序)并解压到 /boot/home/ 中的任何地方,然后从这里运行程序。这些程序的卸载也非常容易,直接删掉程序目录即可。

-

对于大多数原有的 BeOS 应用程序,上述方法都可用。如果您碰巧遇到了无法使用的程序,它希望向已经不存在的硬编码位置释放文件,您可以尝试手动进行修改。/system/non-packaged/ 目录允许您重新创建需要的目录结构。由于越来越多的 .hpkg 软件包可用,以及原有 BeOS 应用的重新打包,这些操作可能将越少使用。请咨询这些 在线文档 了解如何使用 non-packaged 文件系统结构。

- -

-index -Haiku 应用程序

-

Haiku 内置了一套很少但是非常必要的应用程序。你可以在 /boot/system/apps/ 中找到它们。双击数据文件不一定可以打开相关的程序 (例如,用于图片文件的图像查看器) ,但是它们可以在桌面栏中的 应用程序 菜单中找到。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
icon系统监视器 一个用于监视系统资源的工具,如:CPU 或者内存的利用情况。
icon启动管理器 一个用于安装引导菜单到设备主引导记录(MBR)的工具。
icon字符映射表 一个用于显示国际字符映射表的应用程序。
icon摄像头 一个用于定时从网络摄像头向服务器上传图像的工具。
iconDebugger 一个图形化的调试器。
icon计算器 一个计算器软件。
icon磁盘扫描器 一个文件和设备的十六进制编辑器。
icon磁盘查看器 一个用于显示磁盘利用情况的工具。
icon磁盘管理器 一个硬盘格式化分区工具。
icon档案管理器 一个用于解压常见存档文件的工具。
iconHaikuDepot 用于查询,下载,安装,更新以及卸载(应用程序)软件包。
icon图标套件 一个用于创建 Haiku 矢量图标的工具。
icon系统安装器 用于安装 Haiku 到一个硬盘分区的工具。
icon放大镜 一个放大查看工具。
icon电子邮箱 一个邮件客户端。
icon媒体播放器 支持所有音频,视频文件的播放器。
iconMIDI播放器 MIDI 文件播放器。
icon软件包安装器 用于 BeOS 的 PKG 格式软件包的安装工具。
icon联系人 一个联系人管理软件。
iconPoorMan 一个简单的 web 服务器。
icon屏幕截图 一个截图软件。
icon图片查看器 一个简单的图像查看软件。
icon录音机 一个用于从内部或者麦克风记录音频的工具。[仍然缺失]
iconStyledEdit 一个简单的文本编辑软件。
icon终端 一个 bash 终端。
icon文本搜索 文本文件搜索工具。
icon电视 一个模拟电视查看器。 [仍然缺失]
iconWebPositive 一个本地的网络浏览器。
- -

-index -Haiku的命令行软件

-

除了 Bash 自带的或者 POSIX 兼容的常用命令行工具之外,还需要注意的是一些 Haiku下 特殊的命令行应用程序。这些命令对于脚本编写非常有用,您可以阅读 Bash和脚本 相关主题来了解有关内容。

- - - -
icon所有命令行程序列表
iconHaiku专用命令行程序
- -

-index -附带程序

-

除了上面由Haiku项目所支持的软件外,还有一些附带于标准 Haiku 系统的基本软件,而这些软件则由其它相关社区来提供支持和更新。

- - - - - - - - - - - -
iconBePDF 一个 PDF 阅读器。
iconPe 一个带有语法上色和更多功能的先进的文本编辑器。
iconVision 一个 IRC 客户端。
icon神笔画具 YellowBite 的画图程序。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/activitymonitor.html b/docs/userguide/userguide/zh_CN/applications/activitymonitor.html deleted file mode 100644 index 548836da27..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/activitymonitor.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - 系统监视器 - - - - - - - - -
-
- -

activitymonitor-icon_64.png系统监视器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/ActivityMonitor
设置:~/config/settings/ActivityMonitor settings
-


-

你可以通过启动系统监视器,激活相关的选项来监视系统资源的利用情况。

-activitymonitor.png -

右键点击窗口, 你可以随意切换显示所有资源的利用情况:
-Used/Cached Memory, Swap Space, CPU Usage, Network Receive/Send, Page faults, Semaphores, Ports, Threads, Teams, Running Applications, Raw/Text Clipboard Size, Media Nodes.

-

在图表的下方是个图例(可以从快捷菜单中进行隐藏)。你可以通过拖拽颜色来改变图表的颜色和背景;从任何一个颜色提取软件中提取颜色,例如,从图标套件 中。

-

如果一个视图显得太过拥挤,你可以从 文件 菜单添加中更多的视图。

-

设置 菜单中打开面板来设置对系统利用情况更新的频率。

-

每个视图都有自己的 Replicant 功能(自我复制功能),并且可以放置在某些位置,例如:桌面。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/bepdf.html b/docs/userguide/userguide/zh_CN/applications/bepdf.html deleted file mode 100644 index aff790f29f..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/bepdf.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - BePDF - - - - - - - - -
-
- -

bepdf-icon_64.pngBePDF

- - - - - -
桌面栏:应用程序
位置:/boot/system/apps/BePDF/BePDF
文档:/boot/system/apps/BePDF/docs/*
设置:~/config/settings/BePDF
-


-

BePDF 是一个快捷的PDF阅读器。除了用于阅读,对于未加密的PDF文档,它还支持添加注释和用户标签。目前它已经支持20种语言的本地化,并且可以简单的通过文本文件来添加其他语言支持。

-

有两种格式的文档资料: HTML 或者 PDF。后者可以通过 帮助 | 显示帮助...来打开。

-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/bootmanager.html b/docs/userguide/userguide/zh_CN/applications/bootmanager.html deleted file mode 100644 index 79967b4e73..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/bootmanager.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - 引导管理器 - - - - - - - - -
-
- -

bootmanager-icon_64.png引导管理器

- - - - -
桌面栏:没有程序入口,通常从安装器的 工具 菜单启动。
位置:/boot/system/apps/BootManager
设置:
MBR 备份文件默认保存在 ~/config/settings/bootman/
-


-

如果您没有将 Haiku 分区添加到已存在的引导管理器,如 GRUB,引导管理器可以在主引导记录中安装一个小的引导菜单,如下所示:

-bootmenu.png -
引导管理器还未进行严格的测试,仍然有一些限制,它需要满足一些条件:菜单仅能够安装在您的第一个磁盘,并且在主引导记录之后必须有 2KiB 的空间。
-

引导管理器引导将您完成引导菜单的安装过程。

-

-index -选择目标驱动

-bootmanager-1.png -

引导菜单启动后,会出现一个包含所有可用驱动器列表,您可以选择自己希望启动的系统。如果驱动中已经具有引导菜单, 卸载 按钮将激活,它将会引导您恢复之前备份的主引导记录,这样将会再次移除引导菜单。
-反之,选择 安装 继续安装。

-

-index -备份主引导记录 (MBR)

-

如果发生了错误,或者您希望再次移除引导菜单,现在可以保存主引导记录。这是一个非常重要的步骤,但是请确保您没有覆盖其他的主引导记录,如一些早期尝试时生成的主引导记录文件。

-bootmanager-2.png -bootmanager-3.png -

只需要选择一个备份 "MBR" 文件的目录,或者使用默认路径。在点击 下一步 之后,如果备份成功,您将会得到确认信息。

-

-index -配置引导菜单

-bootmanager-4.png -bootmanager-5.png -

接下来,您将会看到目标驱动中的所有分区列表。通过设置检查标记,您可以决定哪个条目可以进入引导菜单,其中的文本框允许您重命名该条目。

-

之后,从弹出菜单中选择默认的引导分区,并通过滑块控件设置延时。此处, "立刻" 将会完全跳过引导菜单, "从不" 将会在引导菜单时停止。您可以在引导时按下 ALT 按键重新调整延时设置。

-

-index -写入引导菜单

-bootmanager-6.png -bootmanager-7.png -

在引导菜单写入主引导记录之前,您将会看到有关配置信息的统计,并且是最后一次取消操作的机会。但是别太担心,如果您确保了主引导记录备份的安全,您可以很容易的恢复修改。万一出现差错,您可以通过 Haiku 引导光盘或者 USB 启动盘进行引导,然后通过引导管理器恢复主引导记录。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/cdplayer.html b/docs/userguide/userguide/zh_CN/applications/cdplayer.html deleted file mode 100644 index 9433086316..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/cdplayer.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - CD播放器 - - - - - - - - -
-
- -

cdplayer-icon_64.pngCD播放器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/CDPlayer
设置:~/cd/* - 存储所有识别出的光盘的详细信息。
-


- -


-cdplayer.png -

从控制按钮中可以看出,它的用处非常多。
-激活 Repeat 按钮来实现CD的循环播放,该按钮就在 Shuffle 的左边。

-

如果您需要更多的控制,例如播放列表,可以使用 媒体播放器

-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/charactermap.html b/docs/userguide/userguide/zh_CN/applications/charactermap.html deleted file mode 100644 index c35a7faf9a..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/charactermap.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - 字符映射表 - - - - - - - - -
-
- -

charactermap-icon_64.png字符映射表

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/CharacterMap
设置:~/config/settings/CharacterMap settings
-


-

字符映射表用于显示字体支持的所有字符的UTF-8编码。

-charactermap.png -

在窗口左边,有一个标准化的分组和方便的筛选功能。 -而且,您也可以从 View 菜单中选择 Show Private Blocks 。 右边的文本框中显示了这些分组中的实际字符,而这些字符则属于 Font 菜单中指定的字体。在该文本框下,您可以调节字体的大小。再向下, 显示了鼠标指针所指向字符的十六进制,十进制,和UTF-8表示方法。

-

您可以直接从字符映射表中拖拽字符到文本编辑器中,或者右键点击字符,然后选择 Copy Character (ALT C) 或 Copy As Escaped Byte String (SHIFT ALT C),则结果为 \xe2\x82\xac

- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/applications/cli-apps.html b/docs/userguide/userguide/zh_CN/applications/cli-apps.html deleted file mode 100644 index a0e15ceb36..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/cli-apps.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - 命令行程序 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

cli-app-icon_64.pngHaiku专用命令行程序

- - -
位置:/boot/system/bin/
-/boot/system/non-packaged/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

All commandline applications shipped with Haiku are in /boot/system/bin/. Your own or additionally installed commandline apps will appear there as well, or in ~/config/bin/, when installed from a .hpkg package. Otherwise you can put them into /boot/system/non-packaged/bin/ or ~/config/non-packaged/bin/. All these locations are part of the PATH variable and are therefore automatically found.
-The following isn't an exhaustive list of all Haiku-specific CLI apps, it serves just to highlight a few of the most useful to give you a taste. Feel encouraged to explore what's in the bin/ folders on your own a bit. Executing an app with the parameter --help shows the usage of the command and all its various options.

- -

index -关于文件属性的命令: listattr, catattr, addattr, rmattr, copyattr

-

这些命令用于显示,读取,添加和删除文件的属性;需要注意的是,这些元数据仅仅可用于BFS格式的磁盘和分区,而且移动文件到其他的文件系统将会把其相关的属性移除!
-上面的命令在终端中的属性会有相关的描述。

- -

index -关于文件索引的命令:lsindex, mkindex, reindex, rmindex

-

利用这些命令,您可以对BFS的索引属性进行排序,新建,重新索引和删除等操作。由于每个卷都有自己独立的索引,所以在不同的卷之间拷贝文件时尤其要注意。
上述这些命令在索引主题中会有详细的描述。

- -

index -Relating to package management: package, pkgman

-

The package command is used to manage HPKG packages. Have a look at the article Installing applications to learn the very basics. Usually the tool haikuporter is used to create so-called recipes for automatic package building.

-

pkgman is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter full-sync: It is more aggressive and also downgrades or removes packages, if necessary.
-For more details on a parameter, append "--help", e.g. pkgman search --help.

- -

index -有用的脚本命令

-

下面是一些非常有用的命令行工具,尤其适用于撰写脚本(详情请参阅 Bash和脚本)。

- - - - - - - - - - -

alert

alert 该命令将会打开一个带有预定义图标,说明注记和三个按钮的典型警示窗口,并且在终端中返回已选中按钮的标题和退出状态(以0开始)。例如,下面就是一个例子:

-
alert --idea "FantasticApp(tm) installed successfully!
-Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"
-

cli-alert.png

-

filepanel

filepanel 显示一个装载或者保存文件的面板,并且让用户选择相应的文件和位置。同时您将会获取到一个文件或者文件的路径作为返回值。并且还有几个参数可供使用,例如,设置起始目录,窗体的标题,默认保存的文件名。下面是一个例子:

-
filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log
-

cli-alert.png

-

hey

hey 是一个小巧的帮助工具,可以发送 BMessages 给应用,并打印出回复结果。它可以用于应用脚本,例如,通过命令行或者脚本 “远程控制” 一个程序。它的使用会有一点复杂。非常感谢 Scot Hacker 的 BeOS 圣经,其中有一个 Chris Herborth 编写的 hey 入门指南

-

query

query 是查询面板的命令行版本。实际上,一个创建搜索项目的快速方式是在搜索面板创建一个查询,选择 by formula ,在查询词的前后添加双引号("),然后在终端或者脚本中的 query 命令之后粘贴所要查找的整个查询词。

-

waitfor

waitfor 是一个用于等待特殊的程序或者进程启动或者终止的非常好的方式。

-
- -

index -其他命令

- - - - - - - - - - - - -

checkfs

checkfs是一个非常重要的工具,主要用于检查文件系统中的错误。只需在该命令之后添加磁卷,如 /Haiku 或者设备名,它就会遍历所有的文件,然后修复所有可能出现不一致的地方。

-

desklink

desklink可以为任何文件,文件夹,查询或者程序在桌面栏托盘中安装图标。它也可以为相应的图标提供一个右键菜单。例如,尝试下面的脚本,为 Screenshot 添加不同的选项 (第一行中的"\" 用于在终端中进行换行): -

-
desklink "cmd=Active window (2s):/boot/system/apps/Screenshot --window --border --delay 2" \
-"cmd=Remove replicant:desklink --remove=Screenshot" /boot/system/apps/Screenshot
-
-

cli-alert.png

-

diskimage

diskimage可用于注册普通文件作为磁盘设备。例如,您可以注册 Haiku anyboot 镜像,将其挂载在文件浏览器中,并且可以在安装器使用之前,编辑和移动其中的文件。

-

mountvolume
mount

mountvolume is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try --help for more options.

-

mount can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the -t parameter and the remote location with the -p parameter. As filesystem parameter you can use anything you find in /system/add-ons/kernel/file_system (and corresponding file hierarchies under ~/config or "non-packaged", of course). You also have to create a folder as mountpoint. Here's an example:

-
mkdir -p /DiskStation
-mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

open

open是一个非常小巧的工具。通过它,您可以以默认的程序打开任何文件,或者利用程序的签名还打开该程序而无需知道它的路径。它也可以用于打开网页,甚至“虚拟” 的目录, . 用于当前目录或者 .. 用于上层目录,并且可以在 Tracker 中打开相应的文件夹。

-
-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/codycam.html b/docs/userguide/userguide/zh_CN/applications/codycam.html deleted file mode 100644 index 7b78a13117..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/codycam.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - 摄像头 - - - - - - - - -
-
- -

codycam-icon_64.png摄像头

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/CodyCam
设置:~/config/settings/codycam
-


-

您可以利用该软件连接到网络摄像头或者其他的内置摄像设备通过指定的时间间隔来拍摄照片,然后通过FTP进行保存。

-My very temporarily installed cam in Dartmoor National Park. -

在预览图像的下面,您可以进行文件名设置,而拍摄的图像都将被添加相应的数字后缀。同时,你也可以设置文件格式和照片的拍摄速度。

-

在右下方,您可以选择 FTP 或者sFTP(如果 SSH 可用),然后输入需要的数据来把图像保存到服务器上。

- -
-
- - - diff --git a/docs/userguide/userguide/zh_CN/applications/debugger.html b/docs/userguide/userguide/zh_CN/applications/debugger.html deleted file mode 100644 index e49411c37d..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/debugger.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - Debugger - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

debugger-icon_64.pngDebugger

- - - - -
Deskbar:Applications
Location:/boot/system/apps/Debugger
Settings:~/config/settings/Debugger settings
-~/config/settings/Debugger/
-


-

The Debugger is an application the common user hasn't much use for. It's targetted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is where even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:

-debugger_alert.png -

It gives three options to react to the crash:

-
    -
  • Terminate will clean up after the crashed app but otherwise does nothing further.

  • -
  • Debug will start the Debugger for further investigation.

  • -
  • Save report creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.
    -The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.

  • -
-

Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the Debug option in the above alert:

-debugger.png -

As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.

-

As there's not a single document explaining the intricacies of Haiku's Debugger, below are a few links that may shed some light. If you have a specific question, you may want to consider posting it on the development mailing list. If you find more useful resources, please file a bugreport with that info.

- - - -
Blogposts There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.
BeGeistert 026 video A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.
- -
-
- - - diff --git a/docs/userguide/userguide/zh_CN/applications/deskcalc.html b/docs/userguide/userguide/zh_CN/applications/deskcalc.html deleted file mode 100644 index 05739dbcb4..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/deskcalc.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - 计算器 - - - - - - - - -
-
- -

deskcalc-icon_64.png计算器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/DeskCalc
设置:~/config/settings/DeskCalc_settings
-


-

这是一个简单的计算器,但是它有一些隐藏的非常好用的特性。

-deskcalc.png -
    -
  • 计算器不仅仅能够识别出面板键盘上的输入符号。
    -除了 , -, *, /, %, ^ 和常量 pie ,它还支持下面的数学函数:
    -!, acos, asin, atan, atan2, cbrt, ceil, cos, cosh, exp, floor, log, log10, pow, sin, sinh, sqrt, tan, tanh.

  • - -
  • 右键点击提供了以下选项:

    - - - - - - -
    Enable Num Lock on start up在启动计算器后,自动激活数字区域。
    Radiants/Degrees切换角度计算单位 "rad" 和 "deg" 。
    CompactALT 0隐藏了键盘的迷你显示模式。
    BasicALT 1桌面计算器的标准外观。
    ScientificALT 2显示高级计算功能的额外按键。
  • -
  • 对于用户输入,计算器是非常宽容的。
    -/:\ 都被认为是除法操作符。
    -*x 都是有效的乘法操作符。
    -而且,需要注意的是 ., 都被认为是浮点数的小数点,这也就意味着您不能够把它们用作千分符。

  • -
  • 您可以根据自己的需要对计算器的大小进行调节,然后通过拖拽窗口右下角符号将其放置在桌面上作为 Replicant 。但是您必须保证 桌面栏中的 Show Replicants 处于激活状态。

  • -
  • 键盘面板可以通过选色板来添加颜色,例如: Icon-O-Matic

  • -
  • 您可以使用 键来查看计算器的历史计算内容。

  • -
  • 您可以选择计算器中的内容,然后可以将其拖拽到任何的程序。或者您可以将它拖拽到tracker窗口或者桌面,那么将会在那儿创建一个具有给内容的文本文件。

    -

    更有意思的是,您也可以执行相反的操作:
    -依据上面的方法创建一个描述了您的计算步骤的剪报,然后将它们拖拽到计算器中进行运算。
    -或者您也可以直接从邮件中拖拽一个计算表达式到计算其中进行运算。

  • -
  • DeskCalc 可以在终端中使用。只在其后双引号中输入如下内容:

    -
    ~> DeskCalc "sin(45)*(cos(12)+3.45)"
    -3.65365546732025461817951947270058
    -

    备注:在终端中使用时,桌面计算器需要使用圆括号来作为三角函数的计算单元。

  • -
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/diskprobe.html b/docs/userguide/userguide/zh_CN/applications/diskprobe.html deleted file mode 100644 index 31e82a54be..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/diskprobe.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - 磁盘扫描器 - - - - - - - - -
-
- -

diskprobe-icon_64.png磁盘扫描器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/DiskProbe
设置:~/config/settings/DiskProbe_data
-


-

磁盘扫描器是一个十六进制的编辑器,用于在字节级上查看和修改文件或者硬件设备上的数据。它是一个低级的工具,当然如果不仔细操作的话,可能会造成错误。

-
该工具主要用于处理文件的备份,但是在直接用于处理硬件设备时需要倍加谨慎小心。
-

在启动磁盘扫描器时,您需要给出所要处理的文件或者硬件。 之后,软件将会呈现以下界面:

-

diskprobe.png

-

主视图总是展示一个数据块,而数据块的大小可以通过 View | BlockSize 予以调整。在数据块的左端是数据块起始处的偏移量,而中部则是十六进制的数据,右端是数据的ASCII字符形式。 -
-你可以通过使用主视图上部的滑动条或者组合键 ALT ALT  来查看数据块,使用 TAB 键来在不同的十六进制和ASCII数据列之间转换。

-

Block | Selection 不仅显示了存储方式的选择(以十六进制或者十进制的方式,这可以通过 View | Base来进行设置),它也指明了你所跳转到的当前数据块的偏移量。如果您所查看的数据行超出了文件或者硬件的范围,它将会明显的灰暗化。
-在查看文件系统时,这将会是一个非常好用的特性,因为在文件系统中包含了许多指向其他数据块的指针。

-

如果您所查看的文件包含相关的属性,那么 属性 菜单可以打开一个新的磁盘扫描器窗口。下面就是 关于系统 程序的 SYS:PACKAGE 属性:

diskprobe-about-attr.png

-

依据属性的类别,除了总是呈现的 Raw Editor,它还会呈现出其他不同的编辑器。例如,字符和 MIME 类型的编辑器或者用于矢量图标属性的图标查看器

-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/diskusage.html b/docs/userguide/userguide/zh_CN/applications/diskusage.html deleted file mode 100644 index 8417cfaf29..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/diskusage.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - 磁盘查看器 - - - - - - - - -
-
- -

diskusage-icon_64.png磁盘查看器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/DiskUsage
设置:~/config/settings/DiskUsage
-


-

磁盘查看器以图形的形式显示了您的磁盘卷的空间利用情况。
-一个非常好用的工具,它回答了下面的问题,“我的磁盘空间哪儿去了啊?”。

-

在启动之后,磁盘查看器将会显示一个空白窗口,所有挂载卷显示在顶部标签。您需要从中选择自己感兴趣的卷,然后点击 扫描 启动磁盘扫描。对于容量大点的磁盘,可能需要一些时间,在等待结果的时间内,您也可以切换到其他标签页,并在该页中搜索卷或者开启扫描过程。
-我们不建议在同一个物理磁盘中同时启动多个扫描过程,因为磁头的常数定位会延长等待时间。

-

diskusage.png

-

不同层次的同心圆代表了文件系统中的不同等级。 在上图中,圆环中心代表了 /boot/home/ 文件夹。而圆环外的每个图块都代表了 /boot/home/ 文件夹下的一个文件或者文件夹。而更外层的图块则代表了更深一层等级的文件层次。当然,您可能需要调节窗口的大小来容纳深层地的文件夹。

-
    -
  • 如果代表一个文件或者文件夹的扇形图块的角度小于圆环的2° ,那么它在图形中将无法显示出来。 -
  • -
  • 一个文件夹中文件的数量包括了其子文件夹中的文件。当然一个文件夹也看做为一个文件。
  • -
  • 磁盘查看器会忽略符号链接。
  • -
-

在您的鼠标移动到一个图块上时,关于该文件或者文件夹的信息将会呈现在底部的状态栏里。

-

右键点击一个图块将会显示一个右键菜单 Get Info, Open (在 Tracker 中打开),Open With 以其他的应用程序打开或者 Rescan 扫描此文件夹。
-左键点击一个图块将会使其所代表的文件或者文件夹位于圆环的中央。
-左键点击中央的圆环将会使您到达上一级的文件夹。

-

您可以从 磁盘查看器 中拖拽文件或者文件夹到其他的程序,桌面或者其他的 文件浏览器 窗口完成复制。反之,如果把磁卷或者文件夹拖拽至磁盘查看器窗口将会把他们放置在圆环的中央进行显示。

-

您也可以从任何目录的右键菜单中使用 文件浏览器 的附加组件在任何位置启动磁盘查看器。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/drivesetup.html b/docs/userguide/userguide/zh_CN/applications/drivesetup.html deleted file mode 100644 index 14aba13562..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/drivesetup.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - 磁盘管理器 - - - - - - - - -
-
- -

drivesetup-icon_64.png磁盘管理器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/DriveSetup
设置:~/config/settings/DriveSetup
-


-

磁盘管理器是一个用于磁盘分区的创建,删除,和初始化的工具。同时,它不能够移动和编辑已经存在的分区,所以您需要一个未分区的磁卷(可能是一个USB磁盘或者硬盘)或者利用初始化工具,例如, GParted LiveCD 来提供分区空间。

-drivesetup.png -

在顶部是下面列表中设备的所有分区的图形表示。除了四个主要分区构成的大的分区外,其中每个主要分区都可以包含多个扩展分区或者逻辑分区。您可以使用设备图标之前的 +/- 微控件来展开分区列表,查看每个逻辑分区的详细信息。

-

您可以在该列表中选择分区,然后使用 Partition 菜单中的命令或者 ALT M 或者 ALT U 组合键来挂载或者卸载该分区。

-

您也可以使用 Partition | Delete 来完全移除分区。 -
-在执行以上操作时,我们时刻需要注意:

-
分区的创建、删除、初始化都是非常危险的操作。您需要至少检查两次以确定处理的是正确的分区,而且要对数据做好备份以防发生意外。
-

-index -创建分区

-
如果您打算使用整个驱动作为一个分区,如 USB 磁盘 或者标准闪存卡,您可以跳过创建分区这一步骤,而直接进行分区的初始化
-

如果您在驱动中发现了未格式化的空间,例如上面的 <empty>,您可以通过 Partition | Create...ALT C)在该空间内新建一个分区。

-drivesetup-create.png -

该对话框提示您对分区大小和类型进行调整。如果您希望此分区用于Haiku的安装,或者您希望使用Haiku所有的特性如属性和查询,您需要选择 Be File System 。需要注意的是,其他的操作系统可能无法访问该分区。

-

如果您已经创建了一个主分区而不是其中的扩展分区和逻辑分区,上面的对话框将会显示一个Active Partition 复选框。 如果您希望该分区用于启动Haiku的安装,您必须在该复选框上打勾。

-

在您使用或者挂载新建的分区之前,该分区必须具有一个初始化的文件系统。

-

-index -格式化分区

-

只有未挂载的分区才可以通过 Partition | Initialize 菜单进行初始化。

-drivesetup-initialize.png -

您可以在这里设置分区名和它的块大小。建议每块的大小设置为2084字节,但是您可以根据特别的需要对此进行调整。
-格式化此分区将会擦除其上所有的数据!

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/expander.html b/docs/userguide/userguide/zh_CN/applications/expander.html deleted file mode 100644 index 191a002487..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/expander.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - 档案管理器 - - - - - - - - -
-
- -

expander-icon_64.png档案管理器

- - - - -
桌面栏:没有程序入口,双击其支持文件后,程序自动启动
位置:/boot/system/apps/Expander
设置:~/config/settings/Expander_Settings
-


-

归档管理器是一个快速解压常用压缩文件的小工具,支持的压缩格式有 zip,gzip,bzip2,rar 以及 tar.gz。
-双击压缩档案可以看到下面的程序界面:

-

expander.png

- - - - -
源路径ALT O打开一个文件对话框,找出所要解压的压缩档案。
目标路径ALT D打开文件对话框,设置目标路径。
解压ALT E开始解压,可以通过 ALT K 组合键终止解压。
-

您可以通过勾选 Show Contents 或者按下 ALT L 组合键来显示档案中的文件列表。

-
归档管理器只能够解压整个压缩档案。
-您不能够选择其中的单个文件进行解压,而且无法添加或者删除压缩档案中的文件。
-

Settings | Settings... 或者 ALT S 组合键打开一个设置面板,它提供了一些有用的设置来调整归档管理器的行为。 -
-所有的选项都是非常容易理解的:

-

expander-preferences.png

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/haikudepot.html b/docs/userguide/userguide/zh_CN/applications/haikudepot.html deleted file mode 100644 index 3e4aa87e8f..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/haikudepot.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - HaikuDepot - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- - - - -
Index
The Filter
- The List
- The Info Area
- Tools and Options
- Creating a User Account
- Rating and Commenting
-
- -

haikudepot-icon_64.pngHaikuDepot

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/HaikuDepot
设置:~/config/settings/HaikuDepot/
-


-

HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories (also called "depots") and install, update and uninstall packages. HaikuDepot starts up with a list of "Featured packages", software that's deemed interesting to many users. As soon as you enter a term in the search box or choose a category, the display changes to smaller icons and more information arranged in columns.

-haikudepot.png - -

index -The Filter

-

At the top we find a few means to filter the list of available packages below:

-
    -
  • The Category pop-up menu lets you limit the list to individual categories like "Audio" or "Games".

  • -
  • The Depot pop-up menu determines which online depots are queried or if only those packages shown, that were installed from somewhere other than an online depot ("Local"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.

  • -
  • The Search terms text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.

  • -
- -

index -The List

-

Like in any Tracker window, you can choose from a context menu which columns to display by right-clicking the column heading. A left-click sorts the list according to that column. Of course, you can rearrange the columns by dragging them to a new position.

-

The status column of a package can have one of several states:

-
    -
  • Active: The package is currently installed and ready to be used.

  • -
  • Available: The package exists in that depot and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • -
  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • -
  • Update available: There's a newer version than your installed one available.

  • -
-

You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

- -

index -The Info Area

-

At the bottom is an area that displays information on the package that is currently selected in the list above it.
-To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you Install, Uninstall or Update it. If a package is already installed, you'll find an additional button there to Open the application.

-

Below are three tabs: About, Ratings, and Changelog.

-
    -
  • About

    -

    The first tab has a detailed description of the package, as well as screenshots and a contact address and URL of the team that maintains the packaged software, if available. Clicking the screenshot thumbnail will open it full-size in a new window

  • -
  • Ratings

    -

    The second tab shows ratings and comments of users, if available.

    -haikudepot-rating-tab.png -

    To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.
    -In the middle are user comments with their nickname, the number of stars they gave the package and which version of the package they were rating or commenting on. You'll find more on how to rate a package yourself further down.
    -With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.

  • -
  • Changelog

    -

    The last tab shows the detailed history of all the versions of the package that have been released so far.

  • -
- -

index -Tools and Options

-

In the Tools menu at the top of the window, you'll find an item to Refresh depots. This will request an up-to-date list of all available packages from the repositories.

-

Under Options you can choose to also Show develop packages and Show source packages in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.

-

Of more interest are the other two items, Show available packages and Show installed packages, which are pretty self-explanatory.

- -

index -Creating a User Account

-

To be able to rate a package, you need a user account at the Haiku Depot Server that serves all the packages and keeps track of ratings and user comments. You can create an account within the HaikuDepot application by clicking on the menu in the far right of the menu bar that shows your current status: Not logged in. Choosing Log in... opens a window with two tabs; one to enter your user name and password (once you have those) to log in, and the other to create a new account:

-haikudepot-login-tab.png -

To create an account you need to:

-
  • use an all lower-case user name without special characters
  • -
  • use a password that's at least 8 characters long with at least 2 capitals and 2 numbers
  • -
  • provide a valid email address (if you want a new password sent to you in case you forgot it)
  • -
  • solve the captcha
-

After logging in, the top-right menu of the HaikuDepot window will now say Logged in as (...), showing your user name. The menu now offers you to Switch account... or Log out.

- -

index -Rating and Commenting

-

After you've created a user account and are logged in, you can rate a package and leave a comment, if you want. Just hover the mouse over the rating stars in the info area of a package and they turn into a Rating... button. Click it to open the rating window:

-haiku-depot-ratingpanel.png -

Here you move the mouse over the stars to light them up and choose your rating, you can also choose from a number of levels to judge the stability of the application and pick the language of your optional comment. To make a comment meaningful, you should have worked with the application you're about to rate for a while to become familiar with its features, bugs and quirks. And don't write the next great American novel... keep it short, sweet and polite. :)
-After you click Send the data is transmitted to the server. You may have to go to the Tools menu to Refresh depots before you can see your changes.

-

At any time, you can come back and edit your comment and re-rate it. You can also hide your rating from other users by deactivating the checkbox Other users can see this rating.

-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/icon-o-matic.html b/docs/userguide/userguide/zh_CN/applications/icon-o-matic.html deleted file mode 100644 index 60fe74022c..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/icon-o-matic.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - - - - 图标套件 - - - - - - - - -
-
- - - - -
索引
BeOS 位图图标 VS Haiku 矢量图标
- 图标属性
- 创建图标
- 路径
- 模型
- 样式
- 变形
- 保存图标
- 提示与技巧
- -

icon-o-matic-icon_64.png图标套件

- - - - - -
桌面栏:应用程序
位置:/boot/system/apps/Icon-O-Matic
设置:~/config/settings/Icon-O-Matic
- -


- -

在正式开始使用图标套件创建图标之前,我们需要了解一些有关 Haiku 图标的基本信息。

- -

-index -位图图标 VS 矢量图标

-

与 BeOS 不同,Haiku 使用矢量图标而非点阵图标。Haiku 项目已经开发了一种特殊的矢量图标格式(HVIF),并且对文件大小和快速渲染做了充分的优化。这就是我们的大部分图标所占的空间要比点阵图标和常用的 SVG 格式图标小 非常多 的原因。同时,和 BeOS 的点阵图标不同,Haiku 图标并没有限制于 8 位的调色板(256 色)。
-以下面的终端图标为例:

- - - - -
点阵图标SVGHVIF
i-o-m-terminal-bitmap32 i-o-m-terminal-bitmap16terminal-icon_32terminal-icon_32
1,024 字节
+ 256 字节
7,192 字节 768 字节
-

注意,BeOS 使用l两种图标尺寸,16x16 和 32x32,分别为了在列表和图标视图模式获得良好的视觉效果。

-

矢量图标则无需这种技巧。它们除了仅需使用几百字节的空间,而且缩放效果也要比点阵图标好很多。(注意:BeOS 仅提供了16x16 和 32x32 两种图标。)

- - - - - - - - - - - - - -
16x1632x3264x64128x128
点阵图标i-o-m-bitmap16i-o-m-bitmap32i-o-m-bitmap64i-o-m-bitmap128
矢量图标i-o-m-vector16i-o-m-vector32i-o-m-vector64i-o-m-vector128
- -

-index -图标属性

-

图标保存为相应文件的属性。但是,这也并不意味着,每个文件都必须具有该属性,并在文件浏览器窗口中显示为图标:数据文件从其文件类型继承图标。您可以使用 文件类型 首选项全局修改文件类型的图标。如果您只希望为单个文件添加图标,您可以使用其中的 文件类型附加组件。更多信息请查阅 文件类型

-
图标作为属性之一,只有支持元数据的文件系统才可以保留文件的单独图标。因此,如果您需要从 BFS 卷发送文件,请考虑将它们打包,这样可以保留它们的图标和其他属性。
- -

-index -创建图标

-

图标套件是 Haiku 的图标编辑工具,它允许您将作品保存成为 HVIF,SVG 或者 PNG 格式。图标也可以直接用作某个文件的属性,或者导出为开发者可以使用的资源或源文件。因为应用程序可以剪裁为优化的 HVIF 格式,它的用法也反映了该格式的内部结构。

-

不同于普通的矢量绘图软件,你不会面对包括着众多属性(如路径、笔画粗细、笔画和填充色等等)的单独的对象。 你要把你共享路径(“模型”)、颜色(“样式”)的对象组合起来,并给他们设置特定的属性。这种元素重复的方法就是HVIF图标高效率的秘诀之一。 尽管这可能让图标设计者受到一定限制, 但这样的方法也有一些优点。
- -比如,通过重复使用路径,几个对象可以通过修改这一个路径而同时改变。比如一个对象和它的阴影,修改他们共享的路径就会让对象本身和它的阴影(可能会发生轻微的畸变)同时改变。

- -

下面是 图标套件 窗口的预览截图:

-i-o-m-overview.png - -

要在绘图区创建一个可见对象,你需要创建一个拥有路径和样式(颜色)的模型。你可以很容易地从模型 菜单中创建一个、两个甚至更多模型。 每类对象 (路径,模型,变换和样式) 在其元素对象列表上都有一个菜单, 其中提供了多种命令。 每个元素在 属性 视图中都有可以进行设置的特定选项。

- - -

-index -路径

-

路径有多个点组成,这些点通过直线或贝塞尔曲线链接。为了在某个路径上添加或修改点,该路径必须处在选中的路径列表中。

- -

点击绘图区域将会创建首个点。在创建首个点时,您可以决定线条为直线或者曲线:简单的点击和释放将会创建直线,按下鼠标按键并且拖动鼠标将会画出贝赛尔曲线。当然,您也可以之后进行修改。

- -i-o-m-path-ab - -

为了将 A 中的图形修改为 B 中的样式,你需要把一些边角点转换成曲线点。在点击该点后,按下 ALT 键同时拖拽该点即可完成该操作。 该操作可以画出匀称的贝塞尔曲线:点与点之间将随着彼此的移动而改动。如果你只需要移动单个点,则只需要在拖拽时按下 ALT 键。
-反之亦然,把曲线点转换成边角点,则按下 ALT 键,然后点击相应点。

- -

移动点时,只需要点击该点并拖拽即可。要选中多个点,则需要按下 SHIFT 键并用鼠标圈出所要选定的区域。选中的点将显示为红色边框而不是通常的黑色。
-在路径中插入点,您点击两点之间的连接线。
-按下 DEL 键,或在点击相应点时按下 CTRL 键将会删除选中点。

- -

鼠标指针指示栏了当前模式:

- - - - - - - - - - - - - - - - - -
i-o-m-pointer-move-pathi-o-m-pointer-inserti-o-m-pointer-addi-o-m-pointer-deletei-o-m-pointer-bezieri-o-m-pointer-select
移动点插入点添加点删除点
CTRL
平滑曲线
ALT
选择点
SHIFT
-

您可以通过右键点击某个点或选中点打开一个上下文菜单:

- - - - - - -
全选ALT A选中当前路径中的所有点。
压缩T将所有选中点放置于转换框,这样您可以集中对它们进行移动,自定义大小和旋转。它和模型的运行相似,它将会在下面的内容中讲到。
分割将选中点分割为二,两者重叠放置。
翻转将选中点旋转 180°。仅对贝塞尔曲线点有效。
删除DEL删除选中点。
- -

路径菜单

-

路径 菜单提供了几个选项以 添加矩形添加圆形复制移除 路径。下面将对某些内容加以详述:

- - - - - - -
撤销如果你的路径不是“闭合的” (参见下述的路径属性),点击绘图区将总是创建新点,并且将其与最后一个点连接。“反向”将会和顺序相反,您的新点将会链接到原始的起始点。
清除对于导入的 SVG 图像非常有用,该功能将移除多余点。
顺时针旋转ALT R实际上,该功能用于旋转路径的开口。在使用具有类型和描边变换的模型的非闭合路径时最为明显。如果您的路径为 ⊂ ,那么旋转后的结果为:⊂ ∩ ⊃ ∪。
逆时针旋转ALT SHIFT R功能同“顺时针旋转”,但方向相反。
- -

路径属性

-

窗口左下角的属性 提供了当前选中对象的所有可用设置。路径只有两个设置:名称 和路径是否 闭合

- - -

-index -模型

-

一个模型组将具有同一样式的路径组织在一起。实际上,它是您可以在绘图区看到的确切对象。编组可以通过路径和样式前的复选框完成:只要选择模型,标出希望的路径和样式即可。

-

模型定义了路径和样式应用的方法,例如,如果某个对象进行了填充或者描边(这可以通过模型转换来完成,我们之后将进行介绍)。并且,在不改变所用路径的情况下,可以移动,翻转或者自定义模型大小。通过这种方式,您可以复用单个路径来获取相关但不同的模型。

- -i-o-m-shape - -

当从列表中选择模型时,其周围将会显示出矩形边框。根据您所选取点的不同,模型将会以其中心为基准进行移动,定义大小及翻转,当然中心本身也会移动。在移动,限制翻转角度为 45° 角,定义大小时限制长宽比时,按下 SHIFT 键将会锁定方位。鼠标指针将会指示当前模式:

- - - - - - - - - - - - - -
i-o-m- move-shapei-o-m-pointer-resizei-o-m-pointer-rotatei-o-m-pointer-move-rotation
移动定义大小旋转移动
旋转点
- -

模型出于所有其他图形内容之上,如果您愿意,你可以将所有的图形都处在独自的层。如果希望重新进行排序,您可以将它们拖动到列表中的其他位置。

- -

模型菜单

-

模型 菜单提供上文提到的功能 添加具有路径/样式/路径和样式的空模型,以及 复制移除 模型。除此还有以下功能:

- - - -
重置转换撤销所有应用于模型的移动,定义大小和翻转转换等操作。
冻结转换当您变换模型时,其指定路径将保持原位。这可能是有意的;可能多个模型使用那个路径,可能您希望使用 选项 | Snap to Grid 在像素边界上精确地绘制点。
-不然,“冻结变形”将应用当前模型变形到指定路径。而“重置变形”将返回到该新状态。
- -

模型属性

-

除了名称,模型的属性视图还有以下选项:

- - - - -
Min LOD最小细节级别
Max LOD最大细节级别
- -
细节级别(LOD)
- - - - - - -
16x1632x3264x64
i-o-m-lod-icon_16i-o-m-lod-icon_32i-o-m-lod-icon_64
-

看看为什么 16 像素的 BeVexed 图标上面没有数字?这可以通过模型的 “细节级别” 来完成。
-利用 LOD,您可以根据模型尺寸来控制其可见性。这样,您就可以忽略那些在大图标中有很好感官,但在小图标中不很重要的细节。

-

工作原理:1.0 的细节级别定义为 64 像素的图标尺寸。为了获取某个特别图标尺寸的细节级别,您只需要将其除以 64 即可得到,如,16 像素的细节级别为 16/64 = 0.25。细节级别小于 Min LOD 和大于 Max LOD 的模型将是不可见的。

-

因此,如果您设置模型的 Min LODMax LOD 分别为 0.0 和 0.5 ,那么这也就意味着只有图标尺寸小于或者 等于 32 像素的模型才是可见的。如果您希望排除 32 位像素的图标尺寸,那么您必须使其小于 0.5,比如 0.49。

-

细节级别不仅可用于忽略细节模型,并且如果有需要您可以修改描边宽度为其他尺寸。简单的复制模型,做出修改,并且设置它们的细节级别以显示其中之一。当您无意重叠了模型细节级别,并且奇怪为什么某个尺寸都是可见时,下面就是这些潜在问题的来源...
-例如,如果模型 1 在小于 48 像素时显示,而模型 2 在大于 48 像素时显示(LOD:48/64 = 0.75):

- - - - - - - - -
合适不合适!
模型 1Min LOD0.00Min LOD0.00
Max LOD0.74Max LOD0.75
模型 2Min LOD0.75Min LOD0.75
Max LOD4.00Max LOD4.00
- - -

-index -样式

-

样式可以设置为纯色或一些渐变色。
-除了 调色板 中的预设颜色,您可以通过点击当前颜色来创建新的颜色。并且需要注意,色谱下的滑块可用于设置色板(透明板)。

-i-o-m-gradients -

您可以通过混合颜色创建新的样式,并且很容易地将其拖拽到样式列表。

-

如果你需要定义渐变色,则需要指定渐变色的类型 (线性射线菱形锥向)并定义起始色和终止色。这可以通过将颜色从调色板拖拽至渐变色相应的色彩指示区来完成。
-当然,您也可以通过移动这些指示区根据个人爱好来改变渐变色的样式。您也可以通过双击渐变色来插入多个指示区添加多种颜色。按下 DEL 将会删除选中指示区。

-

您可以在绘图区移动,自定义大小或者翻转渐变色的表示框直到满足需要。这也同样适用于模型。

- -

样式菜单

-

样式 菜单提供了常用的 添加复制删除 样式,还有 重置变换 等操作。

- -

样式属性

-

名称 是样式仅有的属性

- - -

-index -变形

-

模型可以通过转换来修改其外观。然而,其效果不仅精细,而且还有变形金刚般的魔力...

- -

变形添加菜单

- - - -
轮廓为模型添加轮廓线。
描边为模型路径描边而不是填充为某种样式。
- -

根据变形种类的不同,您所取得的属性也不相同。

- -

变形属性

-

除了变形的 名称 和实际 宽度属性 视图具有以下(根据其类别有些微变化)选项:

- - - - - -
端点形式仅适用于描边。定义线条的结束端点:楔形方形圆形
检测方向仅适用于轮廓。决定轮廓位于路径之外或之内。
连接形式定义线与线连接方式:斜线圆弧倒角
联接限制仅当上述的 连接形式 设置为 “斜线” 时,该设置才会作用于斜线连接的外观。
- - -

-index -保存图标

-

窗口顶部是常见的菜单栏,文件编辑选项 等。它们的用法都非常容易理解,因此我们只需要了解如何保存您的作品。

-

文件 | 保存为... 将会保存为特别的图标套件格式,它将保持附加信息,如路径名称,模型和样式。如果您希望到处以节省空间,这些信息都将会从图表中移除。但是使用这种方式备份您的作品比较好,因为如果没有对象的名称,所有的内容都将会命名为 “<path>/<shape>/<style>” ,这样将使修改非常繁杂。

- -

文件 | 导出为... 打开一个类似的文件保存面板,其底部有一个文件格式的弹出菜单,提供了如下选择:

- - - - - - - - - -
HVIFHaiku 矢量图标格式
HVIF RDef保存为程序员使用的资源
HVIF Source Code保存为程序员使用的源代码。
SVG保存为 SVG
PNG保存为 64 像素 PNG
PNG Set保存为 16,32 和 64 像素 PNG
BEOS:ICON Attribute选择文件并直接设置其图标属性
META:ICON Attribute选择文件并将鼠标附加为元数据
- - -

-index -提示与技巧

-

在使用图标套件时,您需要注意一些东西,还有一些常用的使用提示:

-
    -
  • 阅读 图标指南,学习 Haiku 图标的重要特性,如,透视,色彩,以及阴影。

  • -
  • 您需要尽量少的使用路径,因为它们非常占用空间。尽量多的重用路径,并且精巧的处理模型及其变体。合理利用渐变色也可以节省空间。

  • -
  • 如果有需要,在编辑路径时可以从 选项 菜单中启用对齐到网格。对齐到 64x64 网格的点会占用更少的储存空间。如果点都精确地定位于像素边界,您的作品将会获得最清爽的观感。例如,将最突出的轮廓对齐到 16x16 网格非常必要。

  • -
  • 检查预览,查看是否您的图标在 16x16 模式下有好的观感。您可能需要使用模型那一节中所描述到的 细节级别 设置。

  • -
  • 尽管图标套件不提供文字处理工具,但仍有简单的方法用以创建字符。只要在文本编辑器中输入字符,如 StyledEdit,调整字体的类型和样式,然后将其拖拽或者复制粘贴到图标套件中即可。这样将会创建相应的路径和模型。

  • -
  • 如果您为单个模型定义了多个路径,它们的重叠区域将会互相抵消。当某个路径完全位于其他路径中时,它将在该模型中创建一个空洞。

  • -
  • 您可以使用鼠标转轮缩放绘图区域。镜头移动可以通过鼠标中键拖拽或按下 SPACE 时拖拽鼠标左键完成。

  • -
- - - - -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/installer.html b/docs/userguide/userguide/zh_CN/applications/installer.html deleted file mode 100644 index 84b8791640..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/installer.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - 安装器 - - - - - - - - -
-
- -

installer-icon_64.png安装器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/Installer
设置:none
-


-

安装器用于将 Haiku 拷贝到其他的磁卷。
-在开始拷贝之前,会弹出一个显示重要信息的开始窗口。它不是毫无意义的你可以忽略的最终用户许可协议(EULA),它包括了如下的声明:

-
    -
  • 这是测试质量的软件。一定要做好备份,否则要遭受无法预计的后果。

  • -
  • 安装器需要一个预备的分区。在 Haiku 的 DriveSetup 足够成熟之前,您可能需要使用 GParted LiveCD 或者一个类似的工具来处理分区任务。

  • -
  • Haiku可以手动添加到 GRUB 启动管理器。具体的操作方法,请查阅 在线手册
  • -
-



-

如果您确认了Continue,则会出现如下的主窗口:

-installer.png -

第一个弹出菜单中用于选择执行安装的源文件。它可以是已经安装的Haiku或者是一个安装用的CD光盘或者USB磁盘等。
-第二个弹出菜单用于确定安装的目标。目标分区或磁卷的数据将会被完全覆盖,因此之前就要使用分区工具将这些分区分出来,例如Gparted.

-

点击小的展开空间Show Optional Packages,如果它可以使用,您就可以选择安装到基本的Haiku中。

-

在开始安装进程之前,你应该检查一下是否选择了正确的目标。点击Setup partitions...,打开 驱动安装器 ,然后查看可用的磁卷和分区的命名和层次结构。

-

点击 开始 启动安装进程。它将会把除了 /home//sysem/ 文件夹之外的所有文件拷贝到目标磁卷中,使它变成可引导的分区。

- -

index -工具

-

在安装进程的结尾,目标分区会自动的设置为可启动分区。然而,也有可能发生一些情况,其他的操作系统或者分区工具覆盖了您的Haiku磁卷的引导扇区。遇到这种情况,从您的安装光盘启动,然后打开安装器 。在 Onto: Please choose target 菜单中选择您的Haiku启动分区,然后从 Tools 菜单中选择 Write boot sector 来恢复分区的可引导扇区。

-

Tools 菜单中的另一个项目是 Set up a boot menu ,它用于在启动扇区中建立一个菜单来选择启动的操作系统。更多信息参见主题 启动管理器
-如果您已经使用了 GRUB 之类的启动管理器或者Haiku 是机器上唯一的操作系统,就不需要运行 启动管理器 ,对于前者您只能手动的在启动管理器中添加 Haiku 启动项(参看上文)。

- - -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/list-cli-apps.html b/docs/userguide/userguide/zh_CN/applications/list-cli-apps.html deleted file mode 100644 index 0fe3ce6344..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/list-cli-apps.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - 命令列表 - - - - - - - - -
-
- -

cli-app-icon_64.png所有命令行程序列表

- - -
位置:/boot/system/bin/
~/config/bin/
~/config/non-packaged/bin/
-


-

所有与 Haiku 集成的命令行程序放置在 /boot/system/bin。您自己的或者额外安装的通过 .hpkg 安装的命令行程序应该放置于 ~/config/bin,而且,您也可以将他们放置在 ~/config/non-packaged/bin/ 。所有这些位置是 PATH 变量的一部分,因此会自动被发现。
-下面是与 Haiku 集成的所有命令行程序列表。每个程序都有一个简短的功能描述,关于用法的更多详细信息,请使用 --help 参数运行该命令。

-


-

索引:   A – E   ::    F – J    ::    K – O    ::    P – S    ::    T – Z

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CortexAddOnHost 开启音频和视频附加组件的管理服务。
FirstBootPrompt 语言和键盘映射设置。
[ 比较文件之后,返回其真/假值。

indexA

addattr 写入属性到文件,包括类型和相应值的转换。(Haiku 专用)
alert 显示一个消息对话框。(Haiku 专用)
arp 管理系统缓冲区。
awk 查看 gawk 说明。
base64 标准输出的 Base64 编码或解码。
basename 从 /path/to/filename 字符串中去除目录和可选的文件名后缀。
bash Bourne-Again Shell,使用广泛的 Shell 解释器。
bc 一个任意精度的计算机语言。
beep 响铃。
bunzip2 查看 bzip2 说明。
bzip2 文件压缩工具。
c++ C 编译器。
cal 显示 计算器。
cat 连接文件,并将其打印到标准输出。
catattr 打印文件的属性内容。 (Haiku 专用)
cc C 编译器
checkfs 检查和修复文件系统。(Haiku 专用)
checkitout 使用版本库的网址(URL)检验源文件。
chgrp 修改文件组。
chmod 修改文件的权限。
chop 分割文件为小文件。
chown 修改文件的组和所有者。
chroot 在指定根目录中运行命令。
cksum 打印文件的 CRC校验码 和字节数。
clear 清空终端窗口。
clockconfig 打印时钟的配置。
cmp 按字节比较文件。
collectcatkeys [由本地化套件遗留的工具。]
comm 按行比较分选的文件。
compress 数据压缩程序。
consoled 控制台后台程序
copyattr 复制一个或多个文件的所有属性或者子属性到其他或新文件。(Haiku 专用)
cp 复制文件和目录。
csplit 使用指定模式分割文件。
ctags 为文件中的各种语言对象创建索引文件。
cut 打印文件的每行分段情况。
date 显示或者设置当前时间和日期。
dc 桌面计算语言。
dd 复制格式化数据,根据操作数转换和格式化数据。
desklink 在桌面栏添加项目。 (Haiku 专用)
diskimage 注册文件为可挂载的磁盘设备。(Haiku 专用)
df 反馈挂载卷的空闲和已用空间。
diff 按行比较文件。
diff3 按行比较3个文件。
dircolors ls 命令的颜色设置。
dirname 从文件的路径字符串中找出文件名。
draggers 显示/设置 Replicants 的拖动状态。
driveinfo 显示硬件信息。
dstcheck 在切换到公开保存时间时,显示使用的消息框。
du 总览每个文件和目录的磁盘使用情况。
dumpcatalog [由本地化套件所遗留的工具]
echo 显示一行文本。
egrep 查看 grep 说明。
eject 弹出 可移动媒体。
env 在改进环境中运行程序。
error 打印给定错误码的简明文本错误信息。
expand 将缩进转换为空格。
expr 打印表达式的值。

F

factor 打印显示整数中的素数(质数)。
false 没有任何动作,仅表明“不成功”,并且返回值“1”。
fdinfo 显示系统中已用文件的描述符信息。
ffm 设置焦点跟随鼠标。
fgrep 查看 grep 说明。
filepanel 显示一个装载/保存文件面板。(Haiku 专用)
find 在目录层次搜索文件。
finddir 查找系统定义的指定目录。
fmt 重排文件的段落格式。
fold 隐藏文件的输入行。
fortune 打印一个随机,非常有趣的格言。
frcode 由 updatedb 调用,压缩文件名列表。
freetype-config 显示 FreeType 编辑和链接信息。
fstrim 发送 TRIM 命令到 SSD 设备。
ftp 文件传输程序。
ftpd FTP 后台程序。
funzip 提取压缩档的首个项目到标准输出。
fwcontrol 防火墙控制程序。
gawk 模式匹配和处理程序。
gdb GNU 调试器
getlimits 以有用的格式打印 Shell 脚本平台相关的限制。
grep 模式搜索。
groups 打印每个用户名的组别。
gunzip 查看 gzip 说明。
gzexe 解/压缩可执行文件。
gzip 解/压缩文件。
hd 十六进制码。
head 打印文件的首行。
hey 用于 GUI 应用程序脚本的小工具。
hostname 打印或设置系统主机名。
id 打印用户和用户组信息。
ident 识别文件中的 RCS 关键字。
ifconfig 配置网络接口。
install 复制文件到目标路径,而不中断运行系统。
install-wifi-firmwares.sh 为不同的无线网卡安装防火墙。
installsound 在 声音 首选项面板中安装新的声音事件。
iroster 列出输入硬件设备。
isvolume 获取一个挂载卷信息。
join 对于每对具有相同连接区域的输入行,写入一行至标准输出。

indexK

kernel_debugger 进入内核调试器。
keymap 装载或者保存终端键盘映射。
kill 发送结束进程信号。
less 查看文件。
lessecho 反馈其参数并扩展元字符,如文件名中的 * 和 ?等。
lesskey 捆绑于 less 的指定按键。
link 创建一个文件链接。
linkcatkeys [由本地化套件所遗留的工具]
listarea 列出所有当前运行组的区域信息。
listattr 列出文件属性。 (Haiku 专用)
listdev 列出所有硬件设备。
listimage 列出所有当前运行组的图像信息。
listport 以组的形式列出所有系统中的开放端口。
listres 列出文件资源。
listsem 列出指定组所保留的信号。
listusb 列出 USB 硬件设备。
ln 创建一个文件链接。
locale 显示当前语言设置,LC_CTYPE 以及首选格式。
locate 定位一个文件。
logger 发送系统日志消息。
login 在系统上创建一个会话。
logname 打印当前用户的名称。
ls 列出目录内容。
lsindex 显示当前卷/分区的索引属性。 (Haiku 专用)
mail2mbox 转换 BeOS 电子邮件文件为 Unix 邮箱文件。
make GNU make 套件。
makebootable 通过写入引导代码到头部的两个扇区,创建指定的 BFS 分区/可引导设备。
mbox2mail 转换 Unix 邮箱文件 为 BeOS 电子邮件文件。
md5sum 打印或检验 MD5 校验码。
merge 三路文件合并。
message 打印一个平整的 BMessage 文件。
mimeset 设置文件的 mime 类型。
mkdepend Makefile 依赖生成工具。
mkdir 创建一个目录。
mkdos 初始化 FAT 分区。
mkfifo 创建已命名管道。
mkfs 创建一个文件系统。
mkindex 创建针对某个属性的新索引。(Haiku 专用)
mktemp 安全创建一个临时文件或目录。
modifiers 打印当前(未)按下的辅助按键。
more 查看 less 说明。
mount 挂载文件系统。
mount_nfs 挂载 NFS 分区。
mountvolume 根据名称挂载相应卷。
mv 移动/重命名文件。
netcat TCP 和 UDP 套件。
netstat 打印网络连接,路由表,接口统计信息,伪装连接以及组播成员等信息。
nl 打印每个文件并添加相应的行号。
nohup 运行命令,而忽略挂起的信号。
nproc 打印可用运算器的编号。
od 写入文件的清晰表述。
open 从 Shell 载入应用程序或者文档。 (Haiku 专用)

indexP

package 创建,检查,以及解压 Haiku 软件包。
package_repo 创建或者检查 Haiku 软件仓库文件。
passwd 修改用户密码。
paste 打印每个文件中包含的连续行,并使用制表符将其分开。
patch 应用修改文件到原文件。
pathchk 判断无效或者不可移植的文件名。
pc 程序员计算器。
ping 发送 ICMP回应请求 到网络主机。
pkg-config 解析和配置 Haiku 软件包。
pkgman 管理软件包和软件仓库。
play 播放 CD 轨道。
playfile 播放音频文件。
playsound 播放音频文件。
playwav 播放 WAV 文件。
pr 为文件编制页码或者组合以便打印。
printenv 打印环境变量的值。
printf 格式化打印数据。
prio 修改进程的优先级。
profile 线程配置文件。
ps 列出运行进程。
ptx 输出输入文件中词语的排列索引,包括上下文。
pwd 打印当前目录。
query 效仿 Tracker "Find by formula" 功能的Shell套件。 (Haiku 专用)
quit 退出应用程序。
rc 资源编译器
readlink 打印符号链接目标路径。
reindex 把已存在文件的属性放置到新建的索引。 (Haiku 专用)
release 发布一个信号。
renice 修改运行进程的优先级。
rlog 打印日志消息或者其他有关 RCS 文件的信息。
rm 删除文件和目录。
rmattr 删除文件属性。 (Haiku 专用)
rmdir 删除目录。
rmindex 删除属性索引。(Haiku 专用)
roster 打印运行组的信息。
route 列出并修改网络路由。
safemode 检查系统是否运行于安全模式。
screen_blanker 启动屏幕关闭。
screenmode 显示/设置屏幕模式。
sdiff 显示或者并行合并文件。
seq 打印数字序列。
setdecor 显示/设置 装饰器。
setgcc 显示/设置使用的 gcc 版本。
settype 设置文件的 MIME类型,署名以及首选程序。
setversion 显示文件版本信息。
setvolume 设置系统音量。
setwep 为无线网络提供 WEP 加密。
sh 查看 bash 说明。
sha1sum 打印或检验 SHA1 校验码。
shar 创建 Shell 档案。
shred 反复重写文件。
shuf 打印输入行的随机排列。
shutdown 关闭计算机。
sleep 暂停指定的秒数。
sort 打印所有文件的连接排列。
spamdbm 将电子邮件归为垃圾邮件或者有用邮件。
split 输出输入文件的固定长度片段到具有相应前缀的文件。
stat 显示文件或文件系统状态。
strace 跟踪线程或者组的系统调用。
stty 显示/设置终端特征
su 修改有效地用户 ID 和组别。
sum 打印每个文件的校验码和数据块数量。
sync 强制写入修改磁盘数据块,更新超级块。
sysinfo 显示系统信息。

indexT

tac 连接文件并打印,尾行在前。
tail 打印文件的最后十行。
tcpdump 转储网络流量。
tcptester [已弃用]
tee 写入或追加标准输入数据到文件。
telnet telnet 用户界面。
telnetd Telnet 后台。
test 比较文件之后,返回其真/假值。
timeout 启动命令;在指定秒钟之后,如果仍在运行,则杀死它。
top 显示运行线程和CPU使用情况。
touch 修改文件的时间戳。
tput 初始化一个终端或者查询的终端信息数据库。
tr 从标准输入中转换,压缩或者删除字符。
traceroute 打印截取自网络的路由包。
translate 使用 DataTranslators 转换文件格式。
trash 发送文件到回收站或者将其还原。
true 无任何操作,仅表明“成功”,并返回值“0”。
truncate 缩减或者增加文件大小。
tsort 执行拓扑排列。
tty 打印连接到标准输出的终端文件名。
uname 打印出系统信息。
unchop 重新创建先前由 chop 分离的文件。
unexpand 转换空格为制表符。
uniq 从标准输入中过滤临近的匹配行,并将其写入到标准输出。
unlink 调用 unlink 功能删除指定文件。
unmount 卸载卷。
unrar 展开 rar 档案。
unshar 展开 shar 档案。
untrash 查阅 trash 说明。
unzip 展开 zip 档案。
unzipsfx 常用于使 zip 档案自解压。
updatedb 更新本地化数据库。
uptime 打印时间和日期,如系统启动后经过的时间。
urlwrapper 对命令行或其他程序等,隐藏 URL 的MIME类型。
useradd 创建一个新用户。
uudecode 解码未解码的文件。
uuencode 译码文件,使其可以发送到远程系统。
vdir 列出文件信息。
version 返回文件版本信息。
vmstat 打印虚拟内存系统信息。
waitfor 等待直到某个线程出现。(Haiku 专用)
watch 按时运行某个程序。
wc 打印文件中的段落数,字数以及字符(字节)数。
wget 用于使用 HTTP,HTTPS 或 FTP进行下载的工具。
which 定位一个命令。
whoami 打印关联于当前有效用户ID的用户名。
xargs 从标准输入构建和运行命令行。
xres 列出并操作资源。
yes 重复打印字符串直到被进程被杀死。
zcat 查看 gzip 说明。
zcmp 查阅 zdiff 说明。
zdiff 比较压缩文件。
zforce 强制 gzip 文件添加 '.gz' 后缀扩展名。
zgrep 使用正则表达式查询可能的压缩文件。
zip 添加或者替换 zip 档案中的项目。
zipcloak 加密 zip 档案中所有未加密的项目。
zipgrep 在指定 zip 项目中查询字符串或者匹配模式。
zipinfo 查阅 unzip 说明。
zipnote 打印 zip 档案中的注释。
zipsplit 分割 zip 档案为小的片段。
zmore 类似于 more,但是其作用于任何压缩文件的未压缩部分。
znew 重新压缩 .Z 文件为 .gz(gzip) 档案
-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/magnify.html b/docs/userguide/userguide/zh_CN/applications/magnify.html deleted file mode 100644 index c231772d8f..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/magnify.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - 放大镜 - - - - - - - - -
-
- -

magnify-icon_64.png放大镜

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/Magnify
设置:~/config/settings/Magnify_prefs
-


-

放大镜对您的鼠标指针周围区域进行了放大显示。

-magnify.png -

在顶部,您可以找到该区域的尺寸和放大倍数。 "32 x 32 @ 8 pixels/pixel" 表示,您正在查看鼠标周围 32x32 的像素面积,而且每个像素都放大了8倍。

-

下面是一个具有红色轮廓的的像素。它的颜色以RGB和十六进制值表示。
-您可以使用 / / / 移动红色的轮廓。

-

为了量度距离和排列的对象,您可以使用 ALT H 添加两个蓝色的十字丝。它们的 X/Y 坐标趋向于左上角,如果添加了两个十字丝,它们的之间的 X/Y 距离显示于窗口的底部。 - -
-十字丝也可以通过 / / / 进行移动,而活动的十字丝则标记为 "x" 。

-

您可以使用 OPT  / / / 控制鼠标指针,使指针以像素为单位移动。

-

点击弹出菜单将会给出下面的选项:

- - - - - - - - - - - - - - -
Save ImageALT S 保存当前显示图像为源文件。
Copy ImageALT C 复制当前显示到剪贴板。
Hide/Show InfoALT T 切换显示所有的附加信息。
Add a CrosshairALT H 添加可以移动的十字丝。
Remove a CrosshairALT SHIFT H 删除最近添加的十字丝。
Hide/Show GridALT G 在覆盖网格之间进行切换。
Freeze/Unfreeze imageALT F 停止/继续更新放大区域。
Stick CoordinatesALT I 持续更新放大区域,但是不再追踪鼠标指针。
Make SquareALT / 恢复到调整窗口大小之后的正方形显示。
Decrease Window SizeALT - 缩小鼠标指针周围放大区域的面积。
Increase Window SizeALT + 增加鼠标指针周围放大区域的面积。
Decrease Pixel SizeALT , 缩小放大倍数。
Increase Pixel SizeALT . 增加放大倍数。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/mail.html b/docs/userguide/userguide/zh_CN/applications/mail.html deleted file mode 100644 index e07dd0cbff..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/mail.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - 电子邮箱 - - - - - - - - -
-
- - - - -
索引
阅读邮件
- 新建邮件
- 首选项
- -

mail-icon_64.png电子邮箱

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/Mail
设置:~/config/settings/Mail/
-~/config/settings/Mail/Menu Links/ - 这里的内容出现在电子邮箱的上下文菜单
-~/config/settings/Mail/signatures/ - 署名的保存位置
-~/config/settings/Mail/status/ - 自定义状态的保存位置
-


-

电子邮箱是 Haiku 默认的邮件查看器和编辑器。它与实际的邮件获取和发送没有任何关系,而后者通常由 mail_demon 完成,并且可以通过 电子邮箱 首选项进行配置。

-

本文是 电子邮件 程序总的使用概览。更多使用信息,请参考 邮件管理操作练习.

-

-index -阅读邮件

-

双击邮件文件,在电子邮件程序中打开。其界面非常简单:

-email-read.png -

顶部是菜单和可选工具栏,中间是有关邮件的属性部分(发件人,收件人,主题,日期),最下面是邮件主体部分。如果邮件为空或者出现陌生字符,则从弹出菜单中 编码方式 修改字体编码。

-

如果邮件存在附加文件,它们位于邮件的末尾。右键点击,打开弹出菜单,然后选择 保存附加文件...打开附加文件。您也可以直接将其拖拽至桌面或者其他文件浏览器窗口。

-

多数的菜单和工具栏项目都很容易理解,因此我们主要关注高亮部分。

-

-index文件

-

当您关闭新建邮件窗口时,其状态通常会从“新邮件”切换为“已读邮件”。但是您也可以从 关闭并... 子菜单中设置其他状态。在哪里,您也可以通过 设置为... 选项创建自定义状态,然后保存到 ~/config/settings/Mail/status/

-

-index编辑

-

这里,您能够看到一个条目,用以打开电子邮件 首选项...如下)以及用于管理您的 账户... 的快捷方式,它们将会打开 电子邮件 首选项面板。

-

-index视图

-

您只需要用到以下这两个选项:

- - - -
显示邮件头ALT H显示完整的邮件头,方便查找,如跟踪邮件的路径。
显示邮件内容显示邮件原生状态,例如所有的控制字符,并且不显示电子邮件的引用或链接的颜色。
-

-index消息

-

回复邮件有多个选型,它们可能需要一些说明。

- - - - -
回复ALT R该选项将会根据标准回复给发送邮件的服务器。备注:如果是邮件列表,则通常回复到邮件列表,并非 只回复给该邮件的发送者。
回复发件人OPT ALT R该选项将会直接发送,并且仅将回复发送给 “发件人” 属性中列出的联系人。
回复所有人SHIFT ALT R该选项回复给原始的发送人以及该邮件所有的抄送人(cc'ed)。
-
如果在回复邮件之前,您标记了其中某一段,那么在您的回复邮件中将仅引用标记的内容。这样可以避免过度引用,而且所有人都会对此比较反感。
-

菜单项 下一封, 重新发送转发 的作用都非常明白。

-

当您通过文件浏览器或者查询结果窗口打开邮件时, 上一个下一个 将会打开列表中的前一个/下一个消息。

-

保存地址 将会在一个子菜单中保留从邮件头和邮件中搜集所有的邮件地址。选中其中一个地址就爱个哪会打开 联系人 应用以便填写并保存完整的联系人信息。

-

-index查询

-

该功能还无法工作,但是其目的在于,它将会显示所有与当前打开邮件相关的邮件,如所有来自同一发件人或者具有相同主题/线索的邮件。

- -

-index -新建邮件

-

您可以通过 新建邮件 菜单或者工具栏中对应的图标来创建新邮件。当然,您也可以直接打开邮件程序,或者从桌面栏邮箱图标的右键菜单中选择 新建邮件...

-email-write.png -

该窗口和邮件阅读的窗口非常相似。菜单和工具栏项仅有轻微差别,当然,文本框中是收件人的邮箱地址,邮件主题等等。

-

抄送 即 Cc,是过时术语 "carbon copy" 的缩写,将会发送您的邮件副本到列表中的联系人。与直接将很多邮箱地址放到 "收件人" 一栏内所不同的是,您没有直接定位副本栏中的联系人,也就是表明您可能不希望得到他们的回复。
-密送 即 Bcc,意思是 "秘密抄送" 其功能与抄送相一致,但是将会隐藏收件人的地址。

-

您可以输入多个收件人地址,地址之间以分号隔开。 -收件人抄送,以及 密送 都是弹出菜单。他们包含了您的系统中所有的邮箱地址,由对 联系人 文件的查找生成。 它们的 "Group" 属性将会将其列在对应的子菜单中。

-

接下来,我们将会关注菜单中更加有用的特性。

-

-index文件

-

使用 保存为草稿,您可以保存当前内容,并在稍后继续修改。之后,从 打开草稿 子菜单中载入草稿,这一菜单将会列出邮件中状态标记为 "草稿" 的所有邮件。

-

-index编辑

-

引用删除引用 或者它们对应的快捷键 ALT / 通过调整引用行之前 ">" 的数量添加/删除一级引用。您只需要选中您希望(解)引用的所有行中的文本,然后点击菜单项即可。

- -email-spellcheck.png - -

拼写检查 目前仅可用于检查英语文本,将错误或者未识别的文本标记为红色,并显示为斜体。 -右键点击标记文本,打开上下文菜单,其中提供了修改错误的建议或者点击 添加 将该字符添加到可接受的词汇表。

-

而且,其中也提供了可以打开电子邮件的 首选项... (详情) 和管理您的账户... 的快捷式,它将会打开 电子邮件 的首选项。

-

-index消息

-

使用 添加署名 ,您可以在您的邮件末尾添加预设的文本。从其子菜单中,你可以选择其中某个或者 随机

- -email-signature.png - -

你可以选中 编辑签名... 以新建签名或者编辑已有签名,它将会打开一个窗口,您可以在其中输入签名内容和新的主题。在 签名 菜单中,您可以看到 打开 签名或者 保存删除 当前签名等菜单项。签名通常保存在 ~/config/settings/Mail/signatures

-

使用 添加附件...删除附件 可以添加/删除附带文件。您可以从文件浏览器窗口中拖拽文件进行添加。主意将其拖拽到邮件头所在部分(也就是顶部的收件人/发件人/主题等区域),否则如果是文本文件,它们将会被粘贴到邮件正文部分。

- -email-attachments.png - -

附属文件列在邮件头下面。您可以通过右键菜单选中文件,然后按下 DEL 将其删除。

- -

-index查询

-

这一功能还未实现,但是其用于保存查询,它将会显示与当前打开邮件相关的所有邮件,例如具有相同的收件人,或者相同的主题/线索。

- -

-index -首选项

-email-preferences.png -

电子邮件首选项分为两个部分:

-

-index用户界面

- - - - - - - -
按钮栏该选项用于显示图标下的标签或者完全隐藏工具栏。
字体设置用于邮件文本的字体类型。
大小设置字体大小。
色彩引用设置不同级别引用的颜色。
初始化拼写检查开启或关闭启动时的拼写检查。
自动标记邮件为已读如果您关闭状态为“新邮件”的邮件,它将会自动标记为“已读邮件”
- -

-index邮件相关

- - - - - - - - - -
默认账户如果您有多个邮件账户,该选项将会指定新建邮件时所用的默认账户。
回复账户在回复邮件时,您可以选择上述弹出菜单中的 使用默认账户,或者使用 邮件指定账户,也就是使用接收该邮件的账户。
回复序文序文将会插入到回复的引用文本之前。您可以从文本域旁的弹出菜单选择不同的变量。例如:"Hello %n!\n\nOn %d you wrote:\n" 将会产生如下效果: -
Hello Dr. Hawking!
-
-On Mon, 18 Jan 1998 02:55:16 +0800 you wrote:
-> so thanks again for the inspiration concerning the cosmological constant.
-> ...and the rest of the quoted text following...
自动署名在邮件结尾自动添加署名。
编码方式设置默认编码类型。
编码警告如果您的邮件包含不能够被当前设置编码类型所识别的字符,您可以开启该警告。这样在发送之前,您将能够修改编码类型。否则,未识别的字符将会被方形符号所替代。
文本换行每隔76个字符进行换行,以使邮件易于阅读。
附加属性您可以选择将附属文件的 BFS 属性随其一同发送。对于其他的 Haiku 用户来说,这很方便,因为他们会收到“完整”的文件(如 MP3 文件的艺术家,专辑,标题等属性),但是也会带来给他人带来不便(甚至让人生疑),他们会对附带的 “BeOS Attributes” 文件产生疑问。
-当然您最好不要将属性与附件一同发送,切记在发送之前将它们打包(zip),否则您将会去掉相应的 BFS 属性。
- -
-
- - - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/mediaplayer.html b/docs/userguide/userguide/zh_CN/applications/mediaplayer.html deleted file mode 100644 index f124e18acf..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/mediaplayer.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - 媒体播放器 - - - - - - - - -
-
- -

mediaplayer-icon_64.png媒体播放器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/MediaPlayer
设置:~/config/settings/MediaPlayer
-


-

媒体播放器是所有音频和视频文件的默认播放器。由于使用 ffmpeg 作为后端,因此支持广泛使用的多种媒体格式。它简洁的接口提供了您所期望的所有控制:

-mediaplayer.png -

进度栏允许您快速的跳转到某个位置,将鼠标停放在其上将弹出显示当前和剩余时间。点击右边的时间显示,将会在总时间,当前时间和剩余时间之间切换。
-在其下方,您可以看到常用的控件,下一个,播放/暂停,停止以及下一个。之后时声音控制(点击音响符号在静音之间切换)和音量计。

- -

音频和视频播放

-

因为音频播放没有任何特殊的效果,我们将直接介绍视频和通用特性。

-mediaplayer-info.png -

对所有媒体都可用的是 文件信息... (ALTI)。它显示有关当前载入文件的信息,如播放时间或音频/视频轨道细节和它的编码。

-

菜单中大部分的常用命令也可以通过屏幕区域的右键菜单使用。在全屏模式中尤其方便。
-在 视频 菜单下,您可以看到用于缩放窗口或强制使用纵横比。保持纵横比为默认的 流设置 非常适用于正确的编码文件。

-

媒体播放器支持 SRT 格式中的子标题。为了让其显示于 子标题 之下,它们的文件名必须与其视频文件相同,但其后缀必须为 ".srt" ,而不是视频扩展。例如:

-
MyMovie.avi
-MyMovie.Deutsch.srt
-MyMovie.English.srt
-MyMovie.Français.srt
-

多声道音频,通常用于具有多语言的视频文件,并且在 音频轨道 子菜单中可用。当有可用的多声道视频时,视频 | 轨道 子菜单提供了同样的内容。

-

您可以切换为 全屏 模式(ALT ENTERF 或双击左键),使用 隐藏界面 隐藏媒体播放器的窗口边框和控件(ALT H 或双击右键)或者可以让其 置顶ALT A)。

- -

播放列表

-

媒体播放器 | 播放列表... (ALT P) 打开窗口显示当前播放队列中的文件。双击条目将会开始播放。

-mediaplayer-playlist.png -

您可以通过拖拽将更多文件添加到列表,也可以通过拖拽重新排序。通过 编辑 菜单您可以 随机播放移除、(删除) 列表中的条目,或通过 删除到垃圾箱 删除磁盘文件(ALT T)。

-

当然,您也可以 保存 播放列表以便之后 打开,或这双击播放列表文件打开。

- -

设置

-

有几个设置可以更好地控制媒体播放器的行为:

-mediaplayer-settings.png -

第一组,播放模式 非常容易理解。自动启动播放,当完成时关闭窗口,以及循环播放。

-

接下来为不同的 视图模式
-您可以选择 如果可用启用硬件加速,它可以减小处理器负载,但是仅对单个窗口有效,并且需要支持的视频卡驱动。
- -您也可以选择 缩放平滑播放(当不处于加速模式时),它可以使用快速滤镜实现平滑播放,但是当缩放视频或者全屏播放时,会出现像素混乱。
- -如果您喜欢简单的大控件,或者当您在远处以全屏模式播放时,可以选择 全屏模式时缩放控件
- -还有一些用于 子标题大小子标题位置 的设置。它们可以显示于 视频底部,这样可以使其总是覆盖于图像之上。或者可以处于 窗口底部,如此允许您自定义窗口,使子标题处于底部的黑色栏之内。

-

最后的设置用于决定未激活窗口的片段的音量。您可以将其设置为 全音量,至少为 低音量 或者直接 静音

- -

键盘控制

-

媒体播放器提供了简便的快捷键以控制媒体的播放。

- - - - - - -
Z跳转到上一个。
X播放
C暂停
V停止
B跳转到下一个
-

这些快捷键和控制按键的功能相绑定。它们通常是键盘左下边的按键,也就是说,它们和您的当前键盘使用相独立。上述按键与标准美式键盘相对应。

- - - - - - - - - - - - -
/ 向前/向后查找
SHIFT / 后退/前进 10 秒
ALT / 后退/前进 30 秒
/ 减小/增大音量
ALT / 跳过到下一个/上一个轨道
空格键切换 播放/暂停
ALT ENTER切换全屏模式(也可以通过双击屏幕区域,或者按下 F 或者 TAB 完成)
ALT SHIFT 0 / 1 / 2 / 3修改屏幕长宽比为 流媒体设置(视频编码原生模式),无长宽比修正模式 (将视频像素以 1:1 比例映射到屏幕),4:316:9
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/midiplayer.html b/docs/userguide/userguide/zh_CN/applications/midiplayer.html deleted file mode 100644 index ef84ea3710..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/midiplayer.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Midi播放器 - - - - - - - - -
-
- -

midiplayer-icon_64.pngMidi播放器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/MidiPlayer
设置:~/config/settings/MidiPlayerSettings
-


-

如其名称所说,Midi播放器用于播放 midi 音乐文件。Midi 文件比较特别,它们实际的数字化和其他编码方式的音乐,但是仅为它的一个描述: Hold this note for that long with this volume and use instrument X for it.
-这样可以使文件非常小,而且根据乐器库的不同(所谓的“声音字体”),其结果相差很大。并且,随着乐器样本的数量的增加和质量的提升,声音字体可能会变得非常之大。

-

Haiku 并没有安装声音字体,这是因为它们都非常大,而且很少人会用到。大部分用到的用户,已经有了高质量或自定义的声音字体。为了能够听听某些东西,您可以通过附加包安装自由的声音字体。进入终端,输入:installoptionalpackage TimGMSoundFont

-

为了使用任何其他声音字体,在 /boot/system/data/synth 中为其创建一个链接,然后将其命名为 big_synth.sy

-midiplayer.png -

Midi播放器的界面非常简单。仅需双击或者拖拽 midi 文件,即可启动播放。您可以使用滑块控制音量,并且从 混响效果 弹出菜单中添加混响效果。激活滚动将会在顶端显示示波器样式的虚拟效果。

- -
-
- - - diff --git a/docs/userguide/userguide/zh_CN/applications/packageinstaller.html b/docs/userguide/userguide/zh_CN/applications/packageinstaller.html deleted file mode 100644 index 85e79faecd..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/packageinstaller.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - 软件包安装器 - - - - - - - - -
-
- -

packageinstaller-icon_64.png软件包安装器

- - - - -
桌面栏:没有程序入口,通常通过双击所支持的文件进行启动。
位置:/boot/system/apps/PackageInstaller
设置:none
-


-
该页面仅为第一个草稿。请校核以获取更加精确的版本。
-

PackageInstaller 是一个BeOS 的 PKG 格式包软件安装工具。它提供了一个易于使用的 GUI 界面以帮助快速的安装软件包到 Haiku 。

-

当你打开以 .pkg 为扩展名的文件时,它将会自动运行。

-packageinstaller.png -

主窗口提供了两类配置:

-
    -
  • 安装类型(由于开发者的不同,可能会有多于一种(标准)安装选项)。
  • -
  • 安装位置(仅可以选择整个分区/磁盘,无法自定义路径。)
  • -
-

点击 安装扩展 后,安装过程将会自动开始。

-packageinstaller-installer.png -

此时会出现一些警告和错误,告诉您尝试运行程序时缺失了哪些库和依赖。在试图安装程序之前,肯能需要首先安装这些包。

-

安装过程完成之后,该包会出现在桌面栏的 applications 菜单中。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/pe.html b/docs/userguide/userguide/zh_CN/applications/pe.html deleted file mode 100644 index b631554b7f..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/pe.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Pe - - - - - - - - -
-
- -

pe-icon_64.pngPe

- - - - - -
桌面栏:应用程序
位置:/boot/system/apps/Pe/Pe
文档:/boot/system/apps/Pe/Documentation/index.html
设置:~/config/settings/pe/*
-


-

Pe 是一个复杂的编辑器,具有语法高亮度特性,适用于程序员和 HTML 编辑人员。它的原作者是 Maarten Hekkelmann,现在属于开源软件,由 Haiku 开发人员负责维护。有关错误跟踪和更多相关信息,可以参阅 Pe 项目页面

-

有关 Pe 的功能特点,可以参阅它的本地 文档

- -
-
- - - diff --git a/docs/userguide/userguide/zh_CN/applications/people.html b/docs/userguide/userguide/zh_CN/applications/people.html deleted file mode 100644 index 7bee9eca6f..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/people.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - 联系人 - - - - - - - - -
-
- -

people-icon_64.png联系人

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/People
设置:~/config/settings/People_data
-


-

“联系人”程序是一个小型的联系人数据库,它使用了Haiku文件系统中的属性存储地址和其他的联系人信息。所有的联系方式都保存为单个文件,而它的数据则保存在独立的属性中。联系人程序中的所有文件都做了索引,它们可以在 查询 中进行搜索。

- -people.png - -

面板底部的 Group 属性用于将一个联系人添加到一个躲着多个群组。如果需要给从事于同一项目的多个人发送“群发邮件”,这项功能则将非常有用。弹出菜单提供了所有当前存在的群组。如果某个联系人属于多个群组,群组名之间以 "," 分开。

- -

联系人记录文件通常保存在 /boot/home/people/ 。 为了显示所有的联系人列表,您只需要打开该文件夹,然后显示所有感兴趣的属性。如果您把联系人文件放置在不同的文件夹,您只需要使用一个查询将它们都显示在一个窗口。

- -people-files.png - -

您可以如下处理这些文件:您可以依据属性对他们进行排序(在点击时,同时按下 SHIFT 键进行二次排序),当然也可以删除,复制和重命名联系人文件。甚至联系人信息也可以直接进行编辑:点击一个属性(或者使用ALT E)来进行编辑工作,例如重命名文件。如果您进入了编辑模式,TABSHIFT TAB 在行与行之间进行切换。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/poorman.html b/docs/userguide/userguide/zh_CN/applications/poorman.html deleted file mode 100644 index b7956ac0de..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/poorman.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - PoorMan - - - - - - - - -
-
- -

poorman-icon_64.pngPoorMan

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/PoorMan
设置:~/config/settings/PoorMan Settings
-


-

PoorMan 是一个小巧,并且非常容易进行设置的web服务器软件。它不能够像其他的负荷很大的服务器软件一样提供许多先进的特性,它只是一个穷小子的网络服务器。

-

首次启动时,PoorMan 会询问将要向网络提供服务的文件夹。如果您使用 Default 设置,PoorMan将会自动创建一个文件夹 /boot/home/public_html ,而且默认使用HTML文件 index.html 作为主页放置在该文件夹下。

-

PoorMan 使用简单的控制台来记录相关的网络活动。然后,如果服务器开正在运行,它将会显示运行的状态信息,正在提供服务的文件夹和站点点击量。相关设置可以在 Edit| Settings... 菜单中进行修改: -

-

poorman.png

-

设置面板分为三个标签:

-

Site 标签中,您可以选择使用其他的文件夹提供服务,输入另一个主页,然后选择选项“send a file listing if the start page isn't present”。 -
-Logging 标签中,您可以选择激活登陆控制台或者附带到独立的日志文件。 - -
-The Advanced 标签中,保存了有关最大的同时连接数目的设置。

-

控制台窗口中的所有菜单项都是很容易明白的。使用它们,您可以进行相关操作,例如,保存(部分的) 控制台输出,清除控制台或者日志文件,以及启动或者停止服务器,或者清空站点的点击量。

- -
如果您希望试验一下 PoorMan 是否在运行,您可以把 /boot/system/apps/BePDF/docs/ 作为服务文件夹,而 index.html 作为主页。然后把您的浏览器链接到网址 127.0.0.1(本地主机)。
- -
-
- - - diff --git a/docs/userguide/userguide/zh_CN/applications/screenshot.html b/docs/userguide/userguide/zh_CN/applications/screenshot.html deleted file mode 100644 index 9f62e5a1a7..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/screenshot.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - 屏幕截图 - - - - - - - - -
-
- -

screenshot-icon_64.png屏幕截图

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/Screenshot
-/bin/screenshot
设置:~/config/settings/screenshot
-


-

您可以通过启动屏幕截图软件或者按下 PRINT 键来进行屏幕截图。

-

screenshot.png

-

在屏幕截图面板中,您可以在全屏截图和窗口截图之间进行切换,然后决定是否要在截图中包括窗口的边界和鼠标指针。您也可以在屏幕截图之前加入时间延迟。

-

在下面,您可以对文件名,格式和截图的位置,在您按下 Save时,这些设置将会被使用。除了可以将文件保存到本地磁盘外,您也可以使用 Copy to clipboard 将截图直接复制到其他的程序,或者开始 New screenshot

-

所有的设置在您下次进行屏幕截图的时候将会被记住,您需要激活下面的快捷键:

- - - - -
PRINT零延迟屏幕截图,并且打开屏幕截图面板。
SHIFT PRINT安静的执行屏幕截图(不打开截图面板),但是使用最近的设置。
CTRL PRINT使用最近的设置进行屏幕截图,但是不保存为文件,而是保存到剪切板。
-

-index -终端屏幕截图

-

在终端或者脚本中,可以使用 screenshot 命令行程序来进行屏幕截图。
-screenshot --help 可以显示常用的选项参数:

- -
~> screenshot --help
-
-screenshot [OPTIONS] [FILE]  Creates a bitmap of the current screen
-
-FILE is the optional output path / filename used in silent mode. An exisiting
-file with the same name will be overwritten without warning. If FILE is not
-given the screenshot will be saved to a file with the default filename in the
-user's home directory.
-
-OPTIONS
-  -m, --mouse-pointer   Include the mouse pointer
-  -b, --border          Include the window border
-  -w, --window          Capture the active window instead of the entire screen
-  -d, --delay=seconds   Take screenshot after the specified delay [in seconds]
-  -s, --silent          Saves the screenshot without showing the application
-                        window
-  -f, --format=image    Give the image format you like to save as
-                        [bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-  -c, --clipboard       Copies the screenshot to the system clipboard without
-                        showing the application window
-
-Note: OPTION -b, --border takes only effect when used with -w, --window
-
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/showimage.html b/docs/userguide/userguide/zh_CN/applications/showimage.html deleted file mode 100644 index 7e1350cd60..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/showimage.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - 图片查看器 - - - - - - - - -
-
- -

showimage-icon_64.png图片查看器

- - - - -
桌面栏:没有程序入口,通常通过双击所支持的文件进行启动。
位置:/boot/system/apps/ShowImage
设置:~/config/settings/ShowImage_settings
-


-

图像查看器允许您查看数据解码器支持的各种格式的图像。当新的解码器添加到系统时,新的图像格式将自动识别。目前系统已经支持了 Haiku 的矢量图标文件,WonderBrush 图像,例如,当 WebP 图像可用时。
-图像查看器提供了最小的编辑支持,剪裁,旋转,翻转图像以及保存图像为其他格式。

-

index查看

-showimage-view.jpg -

查看 菜单能够以 幻灯片 得形式查看文件夹(或查询结果窗口)中的所有图像并且可以设置 播放延迟 为 2~12 秒。

-

其他可用于当前显示图像的命令(无需修改窗口大小):
-原始尺寸 以 100% 的比例显示图像。
-合适窗口 缩放图像以适应窗口边框,如放大之后,或调整窗口之后。
-放大缩小 以 10% 的幅度缩放图像。缩放也可以通过鼠标进行;为了查看一个尺寸大于窗口的图像内容,只需左键点击图像,然后拖动鼠标即可。

-

有两个设置不适用于当前显示图像,并且在浏览图像时将被记忆:
-在缩放以减少锯齿状线时,高质量缩放 将使用一个快速的滤镜并创建出平滑的结果。
-铺满窗口 将会放大小的图像铺满当前窗口。

-

还有一个 全屏模式下显示标题 选项的 全屏 模式,它可以在图像的底部显示文件名称。

-

最后,显示工具栏 将会显示/隐藏图形空间:

-showimage-toolbar.png -

从左至右依次为:上一个图像,下一个图像,启动幻灯片(全屏模式),选择模式,原始大小,适合窗口,放大,缩小。

-

多数常用的命令可以通过右键点击图像的菜单来获得。全屏模式时非常方便。

-

index浏览

-showimage-browse.jpg -

打开图像之后,您可以通过 // 按键快速的浏览该文件夹中的所有其他图像。您可以在文件浏览器窗口中看到相应选择项的变动。

-

还有一种打开当前图像所处文件夹及导航至其父文件夹和子文件夹的快捷方法。和文件浏览器中的 深层导航 非常相似,点击状态栏中的显示当前图像大小和格式等信息的区域。

-

查看 浏览 菜单,其中显示了其他的浏览方式:一些图像格式,如 TIFF,可以在一个文件中包含多个页面。第一页下一页 等命令可以让您浏览这些页面。

-

index编辑

-showimage-edit.jpg -

图像 菜单提供了图像查看器所需的最少操作:旋转和翻转图像。然而需要注意的是,实际的图像数据将不发生改变。只是添加了属性到该文件,因此当您下次打开它时,将会显示为旋转或翻转。

-

设置为桌面背景... 将会打开 桌面背景 首选项将当前图片设置为您的工作区背景。

-

有时候,您也可能需要用到剪裁这一特性。为了定义剪裁的区域,您需要从编辑 菜单切换到 选择模式 ,并且使用左键拖拽出矩形框。如果您不希望首先修改模式,您可以只需在“常规模式”下使用左键拖拽时按下 CTRL 键,但这样可能会将图像到处摇动。
-清除选择ESC 将会删除选择框。

-

下一节将会介绍如何保存剪裁区域。

-

index保存和转换

-

为了将图像保存或转换为其他可用格式,您可以从 文件 菜单中选择保存为... ,然后选择格式并输入文件名。
-如果目标文件夹在文件浏览器中已经打开,通常更快的是使用拖拽操作。

-showimage-dnd.jpg -

这就是上述裁剪操作的最终结果。如上述的选择区域,以及使用 编辑 | 全选 应用于整个图像。然后拖拽选中部分到桌面或者其他的文件浏览器窗口以便以同一格式新建图像。

-

为了保存为其他文件格式,使用右键拖拽,并且在拖动图像时从右键菜单中选择文件格式。

-

index快捷键

-

下面是最常使用的快捷键列表:

- - - - - - - - - - -
/ 上一个图像
/ 下一个图像
DEL移动到垃圾箱
+放大
-缩小
0原始大小
1适合窗口
ALT ENTER切换全屏模式(也可以双击)
CTRL按下 CTRL 键,您可以创建选择框而无须显式的切换到选择模式。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/soundrecorder.html b/docs/userguide/userguide/zh_CN/applications/soundrecorder.html deleted file mode 100644 index 898a3a7b1e..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/soundrecorder.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - 录音机 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

soundrecorder-icon_64.png录音机

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/SoundRecorder
设置:~/config/settings/???
-


-

文档目前缺失。如果您希望进行添加,请在 文档邮件列表 中声明以防止重复性工作。

- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/applications/stylededit.html b/docs/userguide/userguide/zh_CN/applications/stylededit.html deleted file mode 100644 index 4999a16b40..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/stylededit.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - 文本编辑器 - - - - - - - - -
-
- -

stylededit-icon_64.png文本编辑器

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/StyledEdit
设置:none
-


-

该程序是Haiku的简单文本编辑器。尽管它以普通文本格式保存文件,但是额外的属性保证了它具有有限的显示文本格式的能力。

-stylededit.png -

如果您对此很感兴趣,那么下面就是在终端中使用 listattr 查看到的文本的附加属性:

-
~> listattr /boot/home/Desktop/test.txt
-File: /boot/home/Desktop/test.txt
-  Type         Size                 Name
------------  ---------  -------------------------------
-     Int-32          4  "be:encoding"
-MIME String         11  "BEOS:TYPE"
-     Int-32          4  "wrap"
-     Int-32          4  "alignment"
-   Raw Data       1048  "styles"
-
-1071 bytes total in attributes.
-

您可以看到,在本程序菜单中的所有格式选项如下:line wrapping (on/off)和 alignment(left/center/right),属于不同属性。每个单词的格式(font,size,color)则属于另一种。

-
由于这些属性是 BFS 的文件系统的特性,这不仅意味着其他的平台只能够看到普通的文本文件,还指出,如果将文件存储在其他的非BFS分区,所有的格式将会丢失。以上所有属性都将被除去,而只留下普通的文本文件。
-

在任何情况下,虽然仍然是普通的文本文件,但是具有不同颜色和大小的字体仍然是非常有用的。例如ReadMe.txt在任何平台下的Shell中都是可读的,但是在Haiku下,双击该文件阅读,它仍然具有一定的风格。

-

事实上,本编辑器的使用非常简单,我们将会跳过对每个普通的菜单的讲解。您只需要写下文字,然后再Font菜单中对选中的文字设置相应的字体,大小和颜色。Document 菜单中的自动换行和对齐只对整个文件有效。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/terminal.html b/docs/userguide/userguide/zh_CN/applications/terminal.html deleted file mode 100644 index 7dc4ca0948..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/terminal.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - 终端 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

terminal-icon_64.png终端

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/Terminal
设置:~/config/settings/Terminal
-~/config/settings/profile - 添加或者覆盖默认的 /boot/system/settings/etc/profile
-~/config/settings/inputrc - 添加或者覆盖默认的 /boot/system/settings/etc/inputrc
-


-

终端是Haiku中具有用户界面的bash,即 Bourne Again Shell。

-

请参考 脚本 这一主题获取有关 Shel l的在线教程,同时也可以阅读 Haiku 的命令行程序。在本文中,我们重点关注终端本身的使用。

- -

-index -窗口与标签

-

您可以根据需要打开任意数量的终端,可以简单的启动,或者从正在运行的终端中使用 ALT N 组合键来打开多个终端窗口。您也可以使用终端的标签视图方式,使用 ALT T 组合键打开新的终端标签。

-terminal.png -
-

双击标签栏的空白区域将打开一个新标签;双击标签将会打开一个对话框重命名标签标题。当您在文本域中悬停鼠标时,会有几个 %-指定变量 ,并且伴随着一个提示框,解释其含义。
- -默认情况下,%1d: %p,标签显示了当前目录和当前运行进程的名称,并且它们被 :所分隔(或者 --,如果它仅仅是一个运行的 bash ,或者空闲进程)。上面的屏幕截图中的第一个标签显示了 Desktop 文件夹中的 FTP 会话,而第二个标签闲置于 home 文件夹。
- -使用 Edit|Window title... 也可以以类似的方式编辑终端窗口的标题。

-

右键点击标签将会出现一个右键菜单:关闭标签关闭其他标签 或者,如双击,则显示 编辑标签主题...

-

终端的窗口和其他窗口一样可以调整尺寸,或者使用 设置 | 窗口大小 菜单中的预置尺寸。ALT ENTER 组合键将会切换到全屏模式。

-

All the settings you change directly through the Settings menu, like Window title, Window size, Text encoding or Font size are only kept for the current session. If you want to make permanent changes, you have to apply them in the Settings... panel.

- -

index -设置

-

Settings | Settings... 打开一个面板,用于配置终端的标准设置。

-terminal-settings.png -
-

Most of the offered settings speak for themselves.
-Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables.
-You can choose pre-defined color schema like Midnight or Retro or create a Custom one by selecting which color you want to change (Text, Background, Cursor etc.) and then use the color picker below.

-

A few more options follow: you can have a Blinking cursor and choose to Use bright instead of bold text. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.
-Activate the checkbox to Confirm exit if active programs exist and you'll be warned when trying to close a Terminal window while an app is still being executed.

- - - - -
保存为... let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
取消 brings back the settings that were active when you opened the settings panel.
Defaults 重置所有设置未默认值。
-

-index -快捷键

-

您可以在 快捷键和组合键 主题中找到非常有用的快捷键的列表。

-

Another nice feature that is more a key & mouse combination: When holding ALT a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either Copy path or Copy absolute path. Imagine you're in /MyData/source/haiku/ and have the path generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit under the mouse pointer, the latter menu item will result in the combined, absolute path <deep breath>:
/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit.

-

如果您同时按下 ALT SHIFT 按键,那么只有鼠标移动起始位置之间的部分会被高亮显示。

-

提示一下,右键点击终端窗口,将会插入剪贴板内容。通过和拷贝高亮路径部分组合,该方法可用于快速导航到深层次目录。

- -

-index -Bash的定制

-

bash 来自于 Unix,它具有无数的可定制的方式。对于用户来讲,有两个文件至关重要: profileinputrc 。 -
-这两个文件可以在 /boot/home/config/settings/ 文件夹中予以创建, 然后将会添加到或者覆盖在 /boot/system/settings/etc/ 中系统默认定义的配置文件。

- -

profile

-

在您每次打开新的终端时, profile 都会被载入程序。在该文件中,设置了所有影响到 bash 行为和外观的各种类型的设备接口和变量。你可以在网络上找到许多资源,它们将会给出所有可能性的详细介绍。

-

Haiku/BeOS Tip Server 提供了许多入门的技巧,例如:

- -

还有很多类似的信息,请参阅

- -

inputrc

-

inputrc 用于处理键盘关联的配置。由于Haiku默认提供了非常有用的配置,您不需要修改相关的设置。如果您确实有特殊的需要,可以参考许多在线的资源,例如 GNU 的命令行读取库

- -

-index -关于终端的提醒

-
  • 从文件浏览器窗口中拖拽文件或者文件夹到终端将会在光标的位置插入它的路径。而使用右键拖拽将会弹出一个右键菜单,显示附加的操作:

    - - - - - - -
    插入路径 插入一个文件的路径,与左键拖拽文件到终端类似。
    切换目录 切换到所拖拽文件所在的文件夹。
    创建链接到这里 在终端当前工作的目录为拖拽的文件创建链接。
    移动到这里 移动拖拽的文件到终端当前工作的目录。
    复制到这里 复制拖拽的文件到终端当期工作的目录。
  • -
  • 您可以使用open [filename] 命令以首选程序打开任何的文件。该命令也作用于当前文件夹(".")和父文件夹(".."),它们分别以Tracker窗口打开。所以,如果希望打开当前工作的目录,您可以输入:

    -
    open .
    -
- - -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/textsearch.html b/docs/userguide/userguide/zh_CN/applications/textsearch.html deleted file mode 100644 index 559f8aad95..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/textsearch.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - 文本搜索 - - - - - - - - -
-
- -

textsearch-icon_64.png文本搜索

- - - - -
桌面栏:没有入口,通常通过Tracker的附加组进行启动
位置:/boot/system/apps/TextSearch
设置:~/config/settings/TextSearch
-


-

文本搜索用于查询文本文件中的字符串。通常,它通过选中文件或者文件夹右键菜单的 Tracker附加组件 实现启动。

- -textsearch.png - -

在顶部的文本框中输入搜索的字符,然后按下RETURN 或者点击 Search 启动搜索。如果选中了Show lines ,匹配记录将会自动展开,显示包含该搜索字符的文件。

- -

对于其他的菜单项,在下面将会给出相应的解释:

- - - - - - - - - - - - - - - - - -

File 菜单

New windowALT N 打开新窗口,您可以输入其他的字符,然后在相同的文件/文件夹中进行搜索。
Set target...ALT F让你选择新的目标文件和文件夹进行搜索。

Action 菜单

Trim selectionALT T 删除列表中目前未选中的所有项目。
Open selectionALT O在首选程序中打开当前选中文件(与双击文件相同)。 如果它支持文本编辑器(例如 Pe),您可以跳转至匹配字符所在的确切的行。
Open files in TrackerALT K在 Tracker 中打开当前选中文件所在的文件夹。
Copy text to clipboardALT B复制当前选中项目至剪贴板。

Settings 菜单

Skip folders starting with a dot 如果处在 “unixy” 环境下,所有的管理员文件隐藏在 “.folders/” 下,它将会非常有用。 源版本控制系统 SVN 和 CVS 属于此类程序,而且在Haiku中使用非常广泛。
Escape search text 文本搜索使用了命令行工具 grep。对于它,特殊字符如 '"*\$?! 以及空格必须要使用 \ 来进行控制显示。而撤销该设置则意味着您必须手动的进行操作,但是作为交换,它给予了您强大的 正则表达式
Text files only 文本搜索目前仅可用于查找普通文本文件中的字符。如果撤销该设置,它将会对所有类型的文件进行搜索。

History 菜单

包含最近查询的字符。

Encoding 菜单

根据需要选择不同的字符编码。
-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/tv.html b/docs/userguide/userguide/zh_CN/applications/tv.html deleted file mode 100644 index 8825b1002d..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/tv.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - 虚拟电视 - - - - - - - - -
-
- -

tv-icon_64.png虚拟电视

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/TV
设置:~/config/settings/???
-


-

文档目前缺失。如果您希望进行添加,请在 文档邮件列表 中声明以防止重复性工作。

- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/applications/vision.html b/docs/userguide/userguide/zh_CN/applications/vision.html deleted file mode 100644 index 150e73a906..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/vision.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - Vision 聊天客户端 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

vision-icon_64.pngVision 聊天客户端

- - - - -
桌面栏:应用程序
位置:/boot/system/apps/Vision/Vision
设置:~/config/settings/Vision/*
-


-

Vision 是一个为 BeOS 开发的 IRC 聊天客户端。您可以在 Vision 项目网站 查看相关的文档和它的错误跟踪系统。

-
你可以在 Haiku 相关的频道中使用不同的语言向 Haiku 的用户和开发者寻求帮助。
-其中大家最常使用的是 Haiku 的英语聊天室:irc.freenode.org 中的 #haiku 频道。
-

Some advice, especially if you're new to IRC:

-
    -
  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • -
  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

  • -
-

Here's a list of built-in commands, taken with permission from Vision's website.

-

语法规则:

- - - - - - -
/COMMAND命令
<required>必须参数
[optional]可选参数
|逻辑或操作符
...更多可用参数
- -
    -
  • /ABOUT
    -打开 Vision 的关于窗口。

  • - -
  • /ACRONYM [word]
    -使用当前的 html 默认程序打开 www.acronymfinder.com 站点 (注意: 如果该处理程序不时浏览器,它将会根据文件类型使用指定程序打开。)

  • - -
  • /AWAY [away-reason]
    -在当前网络中设置离开状态。如果未指名离开原因,将会被设置为 ‘BRB’。(be right back, 马上回来)

  • - -
  • /BACK
    -设置当前网络中的状态为 'back' 。

  • - -
  • /CLEAR
    -清除当前文本缓冲区中的内容。

  • - -
  • /CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO>
    -Executes the specified ctcp command on a channel or nick.

  • - -
  • /DCC <CHAT> <nick>
    -使用指定昵称打开私有 dcc 聊天会话。

  • - -
  • /DCC <SEND> <nick> [file]
    -Sends a file to <nick>. If no file is specified, a File panel will open.

  • - -
  • /DEOP /DOP /DEVOICE <nick1> [nick2] ...
    -De-ops or de-voices <nick(s)>.

  • - -
  • /DESCRIBE <nick> <message>
    -与 /ME 相同,但是打开一个有关 <nick> 的查询。

  • - -
  • /DNS <domain name/IP address>
    -解析给定 IP 地址或者域名。

  • - -
  • /EXIT
    -退出 Vision。

  • - -
  • /GAWAY [away-reason]
    -与 /AWAY [away-reason] 相同,但是应用于所有连接网络。

  • - -
  • /GBACK
    -与 /BACK 相同,但是应用于所有连接网络。

  • - -
  • /GOOGLE [search-string]
    -Opens www.google.com with your current html handler. (Note: If the file-handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /INVITE /I <nick> <channel>
    -邀请 <nick> 到 <channel> 聊天室。

  • - -
  • /JOIN /J <channel> [channel-key]
    -Joins the <channel>. Provide a [channel-key] if necessary.

  • - -
  • /KICK /K <nick> [reason]
    -Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.

  • - -
  • /KILL <nick> [message]
    -IRC operator command to disconnect a user from the network.

  • - -
  • /LIST
    -Opens a new view which lists all the channels on the current network. [except hidden channels]

  • - -
  • /M
    -显示当前频道的频道模式。

  • - -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • - -
  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Same as /MODE <channel> <modes>, but on current channel.

  • - -
  • /ME <text>
    -Displays: * {YourNickname} <text>.

  • - -
  • /MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...
    -Sets mode for <nick(s)> on <channel>.
    -e.g. /MODE #channel +o nick1
    -or /MODE #channel +oo-o nick1 nick2 nick3

  • - -
  • /MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN>
    -Sets the mode of <channel>. (Note: Commata just for optical separation.)
    -e.g. /MODE #channel +ms

  • - -
  • /MSG <nick> <message>
    -Sends a <message> to <nick>.

  • - -
  • /NAMES
    -Displays all channels and all nicks of the network in the network window. (Careful with this one)

  • - -
  • /NAMES <channel>
    -显示 <channel> 频道中的所有用户。

  • - -
  • /NICK <newnick>
    -修改您的昵称为 <newnick> 。

  • - -
  • /NOTICE <nick> <message>
    -Sends a notice to <nick> with the given <message>.

  • - -
  • /NOTIFY <nick1> [nick2] ...
    -Adds <nick(s)> to your notify list.

  • - -
  • /PEXEC /RRUN <app1> [ | <app2> | ... ]
    -Executes the given <app>. If more than one application is provided, they will be executed in a pipe.
    -e.g. /PEXEC Terminal | StyledEdit opens a new Terminal, and afterwards StyledEdit
    -or /PEXEC ls -la ~/Downloads/ displays the contents of your ~/Downloads/ directory in the current window (Attention!)

  • - -
  • /OP /VOICE <nick1> [nick2] ...
    -Ops or voices to <nick(s)>.

  • - -
  • /PART
    -离开当前频道或网络。

  • - -
  • /PING <nick>
    -Pings the <nick> and returns the ping-time. Equivalent to /CTCP <nick> PING.

  • - -
  • /QUERY /Q <nick> [message]
    -Opens a query window on <nick>, optionally along with a [message].

  • - -
  • /QUIT /QUI [custom-quit-message]
    -Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.

  • - -
  • /RAW /QUOTE <command|text>
    -Sends a raw IRC command.

  • - -
  • /RECONNECT
    -Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.

  • - -
  • /SLEEP <deciseconds>
    -Causes current thread to sleep for the specified time ; for future scripting use.

  • - -
  • /SQUIT
    -IRC 操作指令,断开服务器连接。

  • - -
  • /T
    -显示当前频道的频道主题。

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • - -
  • /TIME <nick>
    -Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • - -
  • /TOPIC <channel>
    -显示 <channel> 频道的频道主题。

  • - -
  • /TOPIC <channel> <new-channel-topic>
    -设置 <channel> 频道的频道主题为 <new-channel-topic> 。

  • - -
  • /UNNOTIFY <nick1> [nick2] ...
    -从您的通知列表中移除 <nick(s)> 。

  • - -
  • /UPTIME [-l]
    -Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • - -
  • /VERSION <nick>
    -Returns the client-version of <nicks> IRC-client. Equivalent to /CTCP <nick> VERSION.

  • - -
  • /VISIT <url>
    -Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /WEBSTER /DICTIONARY [word]
    -Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • - -
  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • - -
  • /WALLOPS
    -IRC operator command that sends a wallops message (visible to those with umode w active).

  • - -
  • /WHOIS /W <nick>
    -返回 <nick> 的 whois 信息。

  • -
- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/applications/webpositive.html b/docs/userguide/userguide/zh_CN/applications/webpositive.html deleted file mode 100644 index 7cfa45344a..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/webpositive.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - WebPositive - - - - - - - - -
-
-

webpositive-icon_64.pngWebPositive

- - - - - -
桌面栏:应用程序
位置:/boot/system/apps/WebPositive
设置:~/config/settings/WebPositive/ - 配置文件,Cookies,缓存文件和浏览历史
~/config/settings/WebPositive/Bookmarks - 所有的书签都是单个的文件。
-


-

WebPositive,简称 Web+,是 Haiku 的原生网络浏览器。它的命名一半来源于 BeOS 的简洁浏览器 - Netpositive,而另一半则源于它的现代浏览器核心:WebKit。WebKit 的开源 HTML 渲染库也是其他主流浏览器的核心,例如,Mac OS X 的 Safari 和 Google 的 Chrome。随着 WebKit 的不断发展, Web+ 将能够很快的赶上最新的网络应用技术。

-webpositive.png -

WebPositive 的界面非常直观:在菜单栏之下是常用按钮栏,其中包括可用于导航至浏览历史的上一页和下一页,停止载入页面,以及(可选的)跳转至主页的按钮。
-之后就是用于输入站点网址的文本域。
-在导航栏之下就是网页区域。您可以同时打开多个页面,并将其载入各自的标签。
-在窗口的底部是状态栏,其中将会显示正在载入的站点或者鼠标指针所指向链接的地址。当页面载入时,在右端将会显示一个进度条。

-

index设置

-

您可以从 窗口 菜单中打开 设置 面板以配置 WebPositive 的一些组件。

-webpositive-settings.png -

第一个标签用于常规设置:作为 起始页面 的文件或网址, 搜索页面, 用于放置网络下载文件的 Download 目录
-两个弹出菜单可用于设置载入页面 - 当打开新窗口或标签时。
-通过下面的选择框,您可以避免在打开单个页面时显示标签栏。 WebPositive 的界面在全屏模式时可以自动隐藏,并且在停止移动一段时间后,鼠标也会自动隐藏。
-最后,您可以决定是否在导航栏中包含 “Home” 按钮,并且可以设置浏览器记录的访问历史保存时间。

-

在第二个标签中,您可以选择标准,加粗,未加粗以及等宽字体,并且设置它们的默认尺寸。

-

最后一个标签用于配置代理服务器。

-

index浏览

-

如果您曾经使用过其他的浏览器,WebPositive 将不会有很大不同。无需查看它的每个菜单项和特性,让我们注意一下几点:

-
    -
  • webpositive-tabbar.png -

    新标签可以通过标签栏右侧的 + 键进行创建,如果有足够空间的话,可以通过双击右侧的空白区域予以创建。如果打开的标签数量出了标签栏区域, < > 滚动键将会激活,允许您左右切换标签。最右侧的 弹出菜单可以对所有的标签进行快速导航。

  • -
  • 使用鼠标中键点击链接将会在后台新标签中打开页面。在点击鼠标中键时,按下 SHIFT 将会在前台打开。

  • -
  • 您可以从 视图 菜单中 放大缩小 页面。还有一个选项用于 只缩放文本 ,而所有的图像都保持原始尺寸。

  • -
  • 如果您切换到了全屏模式,并且激活了隐藏界面的设置,在一秒钟之后,界面将自动隐藏。为了将其暂时显示,您只需要移动鼠标指针到屏幕顶部即可。

  • -
  • webpositive-locator.png -

    当您地址栏中输入时,浏览器将会在地址栏下显示并列出匹配您曾经输入内容的项目。您可以输入更多字符来缩小匹配站点,或者使用 来选中某个站点。按下 ENTER 将会载入该页面。您也可以使用地址栏最右侧的控件重新载入页面。
    -未匹配为 URL 的字符串将会在 Google 中进行搜索。因此地址栏还可以作为网络搜索的快捷方式。

  • -
  • 右键点击打开菜单,根据所点击对象的不同,其可以选择在新窗口或标签中打开链接,或者下载对象等。

  • -
  • 编辑 | 查找 在底部显示一个查找栏用于启动页内搜索。匹配项将会在页面内高亮显示。

  • -
-

index书签

-

WebPositive 的书签以文件和目录的形式存在于 ~/config/settings/WebPositive/Bookmarks/ 中。添加书签将会在此创建一个新文件。 您可以通过 管理书签... 快速的打开该文件夹。

-webpositive-bookmarks -

您可以修改书签的 URL,名称,标题,并且可以像处理其他文件的属性那样输入关键字。您只需通过在文件浏览器的 Attributes 菜单显示所有的内容,然后选中一个文件,按下 ALT E 即可以编辑属性,并且通过 TAB 键切换修改属性。
-您可以将书签整理到自己创建的不同文件夹中。

-

通过文件浏览器管理和导航书签的方式,您可以使用它的特性快速的找到自己的目标。
-在文件浏览器首选项中激活 实时过滤 ,您可以立即缩小匹配过滤字符串的列表范围。同时可以使用 移动选中项,按下 ENTER 打开站点。请确保显示所有的属性列以便使过滤器应用于名称,标题,URL及关键字。

-

如果希望可以执行此操作,所有的书签需要保存于 ~/config/settings/WebPositive/Bookmarks/ 文件夹,并且所有的副本都需要放入自定义的子文件夹中以便在 WebPositive 的 书签 菜单中使用(如果这样的话)。同时,实际的填写关键字属性将很有帮助...

-

index下载

-

窗口 | 下载 将打开一个窗口,其中列出所有已完成的和正下载的内容:

-webpositive-downloads.png -

当前下载的文件将会显示进度栏,和文件浏览器中的文件复制相似,还会显示下载速度,文件大小和预期完成时间等信息。右边的按钮可用于 取消重启 下载,打开 文件,以及从列表中 删除 条目。位于底部的 删除丢失项删除完成项 作用于列表中的所有项目。"丢失项"是指当时删除的文件。

-

将当前下载的文件移动到垃圾箱将会终止下载。您可能也注意到,它的图标将会变成"灰色"的。
-通常,在通过文件浏览器管理文件时,WebPositive 是能够容忍的。在文件下载甚至下载之后,这些文件都是可以重命名或者删除的,并且这些修改将会反馈到下载窗口。

-

是否曾经想知道您所下载的某个包,图像或任何其他文件出自的站点?您可以使用 磁盘扫描器 打开文件,然后查看它的 META:url 属性来获取该信息。

-

希望某个 URL 永久的显示在您的下载文件夹中吗?您只需要复制一个书签到其中,然后显示书签的 URL 属性列,之后删除该书签即可。

-

index快捷键

-

下面是一些有用的快捷键:

- - - - - - - - - - - - - - -
ALT T打开新的标签。
ALT W 关闭当前标签。
ALT N 打开新窗口。
SHIFT ALT W 关闭当前窗口。
ALT ENTER 切换全屏模式。
ALT RF5 刷新当前页面。
ALT H 打开主页。
ALT D 显示/隐藏下载窗口。
ALT F 显示页内搜索的进度条(可以通过 ESC 隐藏)。
ALT B 添加当前页面为书签。
ALT M 管理书签,打开书签目录。
ALT 浏览历史中的前一页。
ALT 浏览历史中的后一页。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/applications/wonderbrush.html b/docs/userguide/userguide/zh_CN/applications/wonderbrush.html deleted file mode 100644 index 438fa0b28a..0000000000 --- a/docs/userguide/userguide/zh_CN/applications/wonderbrush.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - 神笔画具 - - - - - - - - -
-
- -

wonderbrush-icon_64.png神笔画具

- - - - - -
桌面栏:应用程序
位置:/boot/system/apps/WonderBrush/WonderBrush
文档:/boot/system/apps/WonderBrush/Documentation en
设置:~/config/settings/WonderBrush
-


-

神笔画具是一个位图和矢量图形的编辑器。您可以在 YellowBites 网站 和本地的文档中找到更多的信息和操作讲解。

- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/attributes.html b/docs/userguide/userguide/zh_CN/attributes.html deleted file mode 100644 index 007c880df7..0000000000 --- a/docs/userguide/userguide/zh_CN/attributes.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - Attributes(属性) - - - - - - - - -
-
- -

Attributes(属性)

- -

属性是一些数据段,它们属于文件,但却不是文件的组成部分,例如:它们不计入文件的大小,而且可以在不改变文件本身的情况下,进行复制和修改。系统利用属性来储存文件信息,例如:文件大小,类型以及最近的修改日期。这与其他的系统和文件系统相类似。

-

所不同的是,您可以为文件添加任何类型的属性,并可以在 Tracker 窗口中显示和修改该属性。你只需要在文件类型中添加你所希望的属性类型(例如:字符串,整数或者时间),然后进行命名,给出相关的描述。

-

文件本身设置不需要任何的内容,请看下面 People 文件的例子:

-people.png -
-

您可以看到,所有的零大小文件都有附加属性,而在 Tracker 中,“John Nox” 的 E-mail 属性正在进行修改。

-

如果您对这些属性做出索引,类似于 People,Email 或者音频文件默认的那样,它们在 Haiku 的快速查询系统中也可以查询到。

- -

-index -Tracker中的属性

-

属性的显示非常类似于数据库或者电子表格。利用Tracker,你也可以选择显示哪些属性(列),并依此来对文件(行)进行分类。

-

为此,打开一个 Tracker 窗口,点击 Attributes 菜单,选择希望显示的属性。或者,右键点击列标题,然后在快捷菜单中标记该项目。您可以通过简单的拖拽来进行纵列排序;降序排列标题。最快的移除您不需要的列的方式是直接从窗口中移出该列。

-

双击标题中两个属性之间的竖线,可以自动地对列的宽度进行最佳的调整。

-

您可以通过点击列标题来进行升序或者降序的排列 您也可以在点击列标题的同时按下 SHIFT 键来进行二次排序。 例如,你可以在联系人姓名排序的基础上,再次通过公司来对你的 People 文件进行排序。以上面的截图为例,在标题中,二次排序以较浅的颜色进行了标记。

-

属性的编辑和修改文件名一样简单:点击该项或者按 ALT E 键,然后使用 TABSHIFT TAB键在属性之间移动。按下 ESC 键,退出编辑状态,不执行修改。

- -

-index -终端中的属性

-

如果你喜欢使用命令行,或者计划使用脚本来处理较多的文件,那么在 Terminal 中有一些可用于控制属性的命令。

-

-index -listattr

-

listattr 命令列出了文件的属性,但不显示属性内容。

-
usage: listattr 'filename' ['filename' ...]
-

上面我们的截图中的例子:

-
 ~/people ->listattr Clara\ Botters
-File: Clara Botters
-   Type         Size                 Name
------------  ---------  -------------------------------
-MIME String         21  "BEOS:TYPE"
-        Text         14  "META:name"
-        Text          6  "META:nickname"
-        Text          1  "META:company"
-
-        Text         18  "META:address"
-        Text          8  "META:city"
-        Text          1  "META:state"
-        Text          1  "META:zip"
-        Text          1  "META:country"
-
-        Text          1  "META:hphone"
-        Text         13  "META:wphone"
-        Text          1  "META:fax"
-        Text         19  "META:email"
-        Text          1  "META:url"
-
-        Text          5  "META:group"
-    Raw Data         20  "_trk/pinfo_le"
- 
-131 bytes total in attributes.
-

除了所有的 "META:*" 属性用于显示联系方式,还有两个由系统管理的属性:

-
    -
  • BEOS:TYPEMIME 字符串的形式保存文件类型,保存于 "application/x-person" 。它决定了默认的图标以及当你双击打开该文件时所要运行的程序。

  • -
  • "_trk/pinfo_le" 是一个位置属性,Tracker 可以通过它来跟踪文件图标的位置。

-
需要注意的是 "Clara" 之后的反斜杠。在 Terminal 中您必须 "避开" 特殊字符,例如 '"*\$?! ;同时,处于 "Clara" 和 "Botters" 之间的空格也属于此类字符。所以反斜杠真实的出现在空格字符之前,而不是 "Clara" 之后。
- -

-index -catattr

-

catattr 命令显示了文件特有属性的内容。

-
usage: catattr [--raw|-r] attr_name file1 [file2...]
-

还是上面的例子:

-
 ~/people ->catattr META:city Clara\ Botters
-Clara Botters : string : Whelton
- -

-index -addattr

-

addattr 命令用于为文件添加属性,并进行赋值。

-
usage: addattr [-t type] attr value file1 [file2...]
-    or: addattr [-f value-from-file] [-t type] attr file1 [file2...]
- 
-         Type is one of:
-                 string, mime, int, llong, float, double, bool, icon, raw
-                 or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
-         The default is "string"
-

所以当亲爱的 Clara 在跨国公司 Barkelbaer Inc.找到了工作,你就可以为原本空白的 "Company" 属性补充该数据 (而此数据也属于 "string" 类型):

-
 ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters
- -

-index -rmattr

-

rmattr 命令用于从文件中完全移除其某一属性。

- -
usage: rmattr [-p] attr filename1 [filename2...]
-         'attr' is the name of an attribute of the file
-         If '-p' is specified, 'attr' is regarded as a pattern.
-

即使不填写 "Fax" 属性,在实际应用中也已经足够了;所以你可以通过键入下面的命令来从 Clara 文件中完全删除它:

-
 ~/people ->rmattr META:fax Clara\ Botters
- -

-index -copyattr

-

copyattr 命令用于从一些文件向另一些文件拷贝属性。默认情况下,文件的实际内容并没有进行拷贝。

-
Usage: copyattr <options> <source> [ ... ] <destination>
- -

如果您希望完全拷贝文件的属性及其数据文件,你可以在命令后添加 "-d" 或者 "--data" 来完成。

- -


-

更多有关这些命令和它们的参数选项的信息,您可以通过键入命令名,然后辅以 "-h" 或者 "--help" 选项来获取。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/bash-scripting.html b/docs/userguide/userguide/zh_CN/bash-scripting.html deleted file mode 100644 index c13c047d2d..0000000000 --- a/docs/userguide/userguide/zh_CN/bash-scripting.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - Bash 和脚本 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

Bash 和脚本

- -

“撰写脚本”就是把命令组织成可以自动执行的程序,然后把它保存为文本文件,而该文件就称为“脚本”。每次执行脚本时,这些命令则依次执行,和您在终端中输入命令的顺序相同。
-脚本既可以用于执行一些简单的命令,也可以通过构建成熟的代码来解决复杂的任务。

- -

-index -Bash

-

由于脚本非常依赖于它们的解释器Shell,所以您必须非常地了解Haiku所使用的BASH。Bash的使用非常广泛,所以网上的资源也非常多。其中 Johan Jansson 的 bash介绍 - BeOS的bash教程就是一个非常好的文档。

- -

-index -脚本圣经

-

在您了解了Shell的基础之后,您可以慢慢的让自己融入脚本的世界。同时,您会在网上或者书店里找到许多相关的教程和参考资料。 其中有一个非常好的介绍资料就是Scot Hacker的BeOS圣经中的 Scripting ChapterPDF, 900kb),它是专为 Haiku 系统所定制的。

- -

-indexHaiku的脚本

-

Haiku used to have scripts for booting and shutting down. Today it uses the launch_daemon instead. However, the user can still augment this process with certain user scripts. -If they don't exist already, you'll have to create the needed files yourself. Otherwise simply add your commands where in the process you want them to be executed.

- -

-index -UserBootscript 脚本

-

/boot/home/config/settings/boot/UserBootscript 脚本会在系统完成启动进程之后开始运行。例如,您可以在该脚本中添加一些命令来实现相关程序的自动启动:

-
# Start LaunchBox
-/boot/system/apps/LaunchBox &
-
-# Start Workspaces Applet
-/boot/system/apps/Workspaces &
-

需要注意的是,要在命令之后添加 "&" 字符,使其作为后台进程运行,否则该脚本将会中止运行直到该命令完成 (这种情况下:已启动的程序将会被关闭)。

- -

对于上述的启动程序,另一种方式是把它们的快捷方式放入 /boot/home/config/settings/boot/launch 目录。右键点击你希望自动启动的程序,选择 Create Link ,然后导航至上述目录。

- -

-index -UserShutdownScript 脚本

-

/boot/home/config/settings/boot/UserShutdownScript 是系统关机进程的第一个步骤。如果该脚本返回一个非零的结束状态,则系统关闭失败。

- -

-index -UserShutdownFinishScript 脚本

-

/boot/home/config/settings/boot/UserShutdownFinishScript 是结束进程的最后一个步骤。需要注意的是,在该脚本执行之前,大部分的系统进程已经终止。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/bootloader.html b/docs/userguide/userguide/zh_CN/bootloader.html deleted file mode 100644 index 8df8c6b21a..0000000000 --- a/docs/userguide/userguide/zh_CN/bootloader.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - 引导程序 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

引导程序

- -

Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see Troubleshooting below.

-

为了进入引导程序选项,您需要在 Haiku 的启动进程开始前,持续按住 SHIFT 键。如果已经安装了启动管理软件,您可以在进入 Haiku 启动调用之前开始按下 SHIFT 键。如果Haiku是唯一的操作系统,您可以在 BIOS 中显示启动消息时就开始按下该按键。

-

-index -引导管理器选项

-

进入选项之后,出现了下面四个菜单:

- - - - - - - - - -
Select boot volume Choose which Haiku installation/version to start.
Select safe mode options
-
在系统引导中遇到硬件问题时,可以尝试下面的几个选项。当选择条移动到某个选项时,在屏幕底部会显示相应的简短说明。
-

安全模式
- 启动系统进入安全模式。该模式可以在其他选项中单独启用。

-

禁用用户附加组件
- 阻止加载所有用户安装的附加组件。只有 system 目录中的附加组件会被加载。详情查阅如下 故障诊断

-

禁用 IDE DMA
- 禁用 IDE DMA, 在损失一定性能基础上提升 IDE 兼容性。

-

Ignore memory beyond 4 GiB
- 忽略超出 4GiB 地址限制的内存,覆盖内核配置文件中的设置。 -

-

Use fail-safe video mode
- 系统将会使用 VESA 模式,并且将不会使用任何的显卡驱动。

-

Disable IO-APIC
- 禁用用于中断例程的 IO APIC,强制使用老式的 PIC 。

-

Disable local APIC
- 禁用本地 APIC,同时禁用 SMP 。

-

Disable SMP
- 禁用其他核心,仅保留单个处理器核心。

-

Don't call the BIOS
- 禁止系统调用 BIOS 功能.

-

Disable APM
- 禁用高级电源管理硬件支持,同时覆盖内核配置文件中的 APM 设置。

-

Disable ACPI
- 禁用高级配置和电源接口硬件支持,覆盖内核配置文件中的 ACPI 设置。

-

Blacklist entries
- 选中系统文件作为黑名单文件,例如临时禁用某些驱动。详情参考 故障诊断

Select debug options
-
在这里,你会发现几个选项,它们用于调试或者获取错误报告的详细情况。同时,对于每个选项,在屏幕底部也都会出现相关的说明。
-

Enable serial debug output
- 打开并输出 syslog 信息到串口(默认:115200, 8N1)。

-

Enable on screen debug output
- 在系统启动时,在屏幕显示调试信息,而不是常规的启动画面。

-

Disable on screen paging
- 在屏幕调试输出启用时,禁用翻页效果。

-

Enable debug syslog
- 为该回话启用特殊的内存日志缓存,在系统重启时供引导管理器访问。

-

Display current boot loader log
- 显示引导管理器登陆调试信息(按下 Q 退出登陆)

-

Add advanced debug option
- 允许直接输入高级调试选项。

如果激活了 "Enable debug syslog" ,那么在崩溃后,热启动后将提示如下附加选项:

Save syslog from previous session during boot
- 在启动时保存前一次 Haiku 会话的 syslog 系统日志到 /var/log/previous_syslog 。

-

Display syslog from previous session
- 显示前一次 Haiku 会话的 syslog 系统日志

-

Save syslog from previous session
- 保存前一次 Haiku 会话的 syslog 系统日志到磁盘,目前仅支持 FAT32 分区。

Select fail safe video mode 如果你启动了 Use fail-safe video mode 选项, 您可以设置屏幕的分辨率和颜色深度。
-

-index -故障诊断

-

如果 Haiku 从一开始就无法从您的硬件上进行启动,那么您需要常识以下 Select safe mode options 中的不同设置项。或者考虑提交一个 问题报告

-

换句话说,如果在您安装完某些软件之后,Haiku 突然无法启动,特别是一些硬件驱动,您可以通过一些设置让 Haiku 能够重新启动,然后通过卸载这些软件包来进行修复:

-
    -
  • 激活 Safe mode 将会阻止多数的服务,后台以及 UserBootScript 启动。

  • -
  • 激活 Disable user add-ons 将会阻止所有在 Home 目录下用户目录中安装的附加组件(驱动,转换器,等)的使用。

  • -
  • 如果一些恶意的驱动,附件组件等安装到了系统路径中,问题可能会有些复杂,因为这些位置都是只读的。下面的 Blacklist entries 将会起到作用。通过该菜单,您将能够导航并进入到任意的系统目录,然后通过 SPACE 或者 RETURN 选中并禁用那些造成问题的组件。ESC 键用于返回到上级目录。

    -

    如何进行更多的设置,可以参考在线文档 如何将包文件永久列入黑名单

  • -
  • Under Select boot volume 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.
    -So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.

  • -
-

-index -引导 Haiku

-

在激活几个选项之后,返回主菜单,继续系统引导。开机界面如下:

-boot-screen.png - -

如果一切运行正常,那么所有的图标都将依此点亮。
-这些不同的符号大致对应了下面的启动步骤:

- - - - - - - - -
Atom 系统组件初始化。
Disk + magnifier 创建文件系统 (/) 和挂载硬件驱动 (/dev).
Plug-in card 硬件管理初始化。
Boot disk 挂载启动磁盘。
Chip CPU特定模块加载
Folder 子系统初始化。
Rocket Launch_daemon has started the system.
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/contents.html b/docs/userguide/userguide/zh_CN/contents.html deleted file mode 100644 index 631443fdb3..0000000000 --- a/docs/userguide/userguide/zh_CN/contents.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - Haiku用户指南 - 内容 - - - - - - - - -
-
- -

欢迎使用Haiku用户指南

- -

接下来,您将看到的是有关Haiku最重要方面的文档 。当然,该文档的完善和扩充是一个渐进的过程(您可以查阅在线版本来获取更新的页面和翻译)。如果您发现了其中的错误,希望给出建议,甚至愿意提供贡献,您可以发送邮件到文档邮件列表。如果您对文档的翻译感兴趣,您可以在 i18n用户指南维基 中找到相关的信息。

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
引导程序设置安全的启动选项,解决系统配置问题。
文件系统布局理解文件系统层次,熟悉重要的文件位置和文件夹。
Haiku 图形用户界面了解Haiku图形用户界面的基本元素。
工作区使用虚拟桌面提供整洁的工作环境。
任务切换器在运行中的程序之间进行切换。
程序监控器关闭未响应的程序或者系统组件。
文件浏览器了解文件导航,文件和文件夹的处理,以及如何配置Haiku的文件管理器。
快捷键和组合键介绍了通用的快捷键,利用它们可以加快您的工作进程。
桌面栏介绍了如何使用和配置Haiku上的“开始”菜单和任务栏。
文件类型设置默认关联程序,修改文件类型,创建自己的文件类型。
属性Haiku的主要特性之一,可以让您添加和管理文件相关的任何类型数据。
索引利用索引来实现属性的查找。
查询使用 Haiku 轻量级的快速查询,快速找出所需内容。
操作练习:文件类型,属性,索引,和查询通过组织您的 DVD,学习使用 Haiku 的一些重要特性。
操作练习:邮箱管理学习使用 Haiku 邮件系统自定义状态和查询。
操作练习: 无线网络设置您的开放或者加密无限网络。
应用程序学习如何安装和卸载程序和如何使用 Haiku 自带的程序。
桌面小程序用于安装到桌面和桌面栏中的小工具。
首选项系统配置和相关设置程序
Bash和脚本了解系统中所使用的一些有趣脚本以及有关Shell和脚本使用的网络资源。
- -
-
- - - diff --git a/docs/userguide/userguide/zh_CN/deskbar.html b/docs/userguide/userguide/zh_CN/deskbar.html deleted file mode 100644 index 65c44591ae..0000000000 --- a/docs/userguide/userguide/zh_CN/deskbar.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - 桌面栏 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- - - - -
索引
- 桌面栏菜单
- 系统托盘
- 运行程序列表 -
- -

桌面栏

- -

桌面栏是默认放置在屏幕右上角的小面板,类似于 windows 的带着开始菜单的任务栏。它包含了桌面栏菜单,通过它您可以启动应用程序和首选项,时钟托盘和其他系统工具,以及底部运行中的程序列表。

-positions -

你通过把鼠标点击在系统托盘有纹饰的一侧,然后进行拖拽,把桌面栏移动到屏幕的任意角落或者展开放置在屏幕的顶部和底部边界;你也自己设计一个更紧凑的菜单布局,然后把它拖拽至桌面栏菜单。

- -

-index -桌面栏菜单

-

点击桌面栏顶部会打开一个菜单:

-deskbar.png -
    -
  • 关于操作系统... - 展示了有关 Haiku 操作系统,Haiku 项目的许可证和致谢名单等基本信息。

  • - -
  • 查询... - 打开 查询 会话框。

  • -
  • 显示程序副本 - 显示或者隐藏 程序副本 微控件,您可以对它进行随意的拖动,删除或者访问它的快捷菜单。

  • -
  • 挂载 - 提供了和右键点击桌面时相同的选项。(详细介绍请查阅 挂载磁卷)。

  • -
  • 桌面栏首选项... - 打开桌面栏的首选项面板(详情见下面的介绍)。

  • -
  • 关机 - 提供了重启关机 选项。

  • -
  • 最近文档,目录,应用 - 显示最近打开的文档,文件夹和应用程序 (详情见下面的 桌面栏首选项 介绍)。

  • -
  • 应用程序,演示,桌面栏小程序,首选项 - 分别列出了所有安装的应用程序,演示程序,小程序和首选项。 -
    您也可以把其他的程序(或者任何其他的目录,文档,查询等) 放置到 ~/config/settings/deskbar/menu/ ,将它们显示到菜单栏。

  • -
- -

-index桌面栏首选项

-prefs-deskbar.png -

桌面栏首选项面板分为三个部分。

- -

应用程序 -

-

下面的设置并不会对您所安装的程序有任何影响,而将会改变所运行应用程序列表的行为和外观。

- - - - - - - -
排列运行程序 按字母顺序排列运行程序列表。
文件浏览器置首位 即使按字母排序,文件浏览器总是位于列表首位。
显示程序扩展 在桌面栏程序图标下方提供小控件用于直接显示/隐藏程序所有窗口。
展开新程序 新启动程序在桌面栏上起图标下方自动显示其所有扩展窗口。
隐藏程序名称 移除运行程序的文本标签。
图标大小 调整运行程序图标大小。
- -

菜单

-

桌面栏前面的几个菜单项是固定的,您可以自定义 Shutdown... 后面的菜单项。
。 -这里您可以设置桌面栏菜单中最新的文档,文件夹和程序的数量,或者您可以选择查看所有的最新信息。
-Edit Menu... 按钮用于打开文件夹 ~/config/settings/deskbar/menu 。在该文件夹下,您可以看到桌面栏中出现的所有文件和文件夹。默认设置下,这些包括: 应用程序程序演示桌面栏小程序,以及 首选项
-您可以通过向这些文件夹复制或者删除程序快捷式,文档,甚至查询来添加或者删除有关的入口。

- -

Programs installed from a package automatically put an entry into the Deskbar. Depending on the number of packages you have installed, this can become a bit crowded. If you prefer to have total control, and only want to see applications you link there yourself (possibly in categorizing sub-folders), here's how to do it:
-You create a link of the menu folder in ~/config/settings/deskbar/ and rename to menu_entries. From Terminal that is achieved with:

-
ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries
- -

窗口 -

-

最后是,桌面栏窗口首选项。

- - - - -
置顶 桌面栏位于所有窗口之上。
自动提升 如果桌面栏被鼠标点击,则置顶。
自动隐藏 桌面栏自动隐藏,受到鼠标点击则弹出。
- -

-index -系统托盘

-calendar.png -

在其他方面,系统托盘可以停靠时钟。在其上悬停鼠标将会在工具提示中显示当前日期。左键点击用于切换时间和日期,右键点击用于显示/隐藏时钟,或者启动 时间 首选项对其进行相关设置。
-

-

任何程序都可以在系统托盘上安装图标,从而为用户提供一个接口。 例如,当您有未读邮件时,邮件系统将会显示一个不同的标志,提供一个右键菜单用于创建或者检查新邮件。进程控制器也是个典型的例子,它同样在系统托盘中使用自己的图标来显示相关信息(CPU/内存的使用情况),并且还提供了右键菜单用于相关的操作。

- -

-index -运行程序

-list-of-apps.png -

您可以通过在桌面栏中点击特定的运行程序,然后从子菜单中选择它的窗口来进入该程序。使用右键点击,您可以最小化,或者关闭程序的窗口或者整个程序。

-

如果您在桌面栏设置中激活了扩展,您可以直接展开/折叠程序入口下的窗口列表。

-

在每个程序窗口前都有一个标志用于提供它的运行状态。较亮的标志表明该窗口是可见的,而较暗的标志表明该窗口已被最小化。标志前的三个线条表明该窗口不属于当前的工作区。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/desktop-applets.html b/docs/userguide/userguide/zh_CN/desktop-applets.html deleted file mode 100644 index 84ab910d19..0000000000 --- a/docs/userguide/userguide/zh_CN/desktop-applets.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - 桌面小程序 - - - - - - - - -
-
- -

桌面小程序

- -

Haiku提供了一些有用的工具,它们可以安装在桌面上,或者通过它们的复制控件安装到桌面栏。

- - - - - - - - - - - -
icon快速启动 用于存放您最喜爱程序的快捷方式。
icon网络状态 用于显示您的网络连接情况。
icon电源状态 显示您的笔记本电脑电池管理状态。
icon进程控制器 管理和控制所有正在运行的应用程序和服务。
icon工作区 所有工作区的缩略版本。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/desktop-applets/launchbox.html b/docs/userguide/userguide/zh_CN/desktop-applets/launchbox.html deleted file mode 100644 index 86818405a5..0000000000 --- a/docs/userguide/userguide/zh_CN/desktop-applets/launchbox.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - 快速启动栏 - - - - - - - - -
-
- -

launchbox-icon_64.png快速启动栏

- - - - -
桌面栏:桌面小程序
位置:/boot/system/apps/LaunchBox
设置:~/config/settings/LaunchBox/*
-

你可以启动一个或者多个快速启动小程序,然后使用它们来组织您的收藏程序和文档的快捷方式。您可以决定是否显示所有工作区或者当前工作区的快捷方式。它们也可以用于快速的在某个程序中打开文档。 例如,您可以拖拽一个HTML文件到快速启动栏中的文本编辑器中,然后通过该编辑器打开它,而不是它的首选程序,浏览器。

-launchbox.png -

所有的选项都可以从右键菜单中进行设置:

- - - - - - - - -
在此处添加按钮 添加一个空按钮。
清除按钮 清空一个按钮。
删除按钮 删除一个按钮。
设置描述... 将鼠标悬停在图标上将会显示小的提示框,显示文件名称,对于应用程序,如果它与起名称不同,则将会显示起简短描述(详情见 文件类型)。使用该菜单项,您可以定制该提示的描述内容。
设置
-- 水平布局
-- 图标大小
-- 忽略双击
-- 显示窗口边界
-- 自动提升
-- 在所有工作区显示
 
-横向排列程序按钮。 -
-设置图标尺寸,从16像素到64像素。 -
-忽略双击,点击对象只启动一次。 -
-显示窗口边缘。 -
-鼠标靠近屏幕边缘时,弹出快速启动栏。 -
-在所有工作区中显示快速启动栏。
面板
-- 新建
-- 复制
-- 关闭
 
-新建一个快速启动栏面板。 -
-复制当前快速启动栏面板。 -
-关闭当前快速启动栏面板。
快速启动栏
-- 退出
 
-退出所有快速启动栏面板。
 
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/desktop-applets/networkstatus.html b/docs/userguide/userguide/zh_CN/desktop-applets/networkstatus.html deleted file mode 100644 index eda8697122..0000000000 --- a/docs/userguide/userguide/zh_CN/desktop-applets/networkstatus.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - 网络状态 - - - - - - - - -
-
- -

networkstatus-icon_64.png网络状态

- - - - -
桌面栏:桌面小程序
位置:/boot/system/apps/NetworkStatus
设置:none
-

网络状态 显示了您的网络连接状态。如果它未运行,启动小程序时,将会询问是否以窗口模式打开,或者停靠在桌面栏托盘。在窗口模式下,您可以通过自定义窗口来设置图标大小,并且可以使用 Replicant 控件将其拖至桌面。
-不管安装在哪儿,它都可以通过右键菜单进行操作。

-

NetworkStatus applet
-第一部分包含了所有网络设备名称和它们的状态。点击选项将会打开一个窗口,显示它的IP,广播及网关地址。
-其下是由第一个无线网络适配器搜索到的所有无线网络及其信号强度的列表。更多有关网络连接设置,详情参考 操作练习:无线网络
- -最后,您可以 打开网络首选项... 来修改您的 网络配置 或者 退出 该程序。

- -

状态图标

- - - - - - -
准备已经建立连接。
配置连接正在进行。
无状态某些设置丢失。(检查 IP 配置)。
无连接没有网络连接(可能是网络电缆未连接,或者无线网卡不可用)。
-没有可用的网络适配器(如果您确定至少有一个网络连接,那么可能是没有网卡驱动)。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/desktop-applets/powerstatus.html b/docs/userguide/userguide/zh_CN/desktop-applets/powerstatus.html deleted file mode 100644 index 47bd288eb9..0000000000 --- a/docs/userguide/userguide/zh_CN/desktop-applets/powerstatus.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - 电源状态 - - - - - - - - -
-
- -

powerstatus-icon_64.png电源状态

- - - - -
桌面栏:桌面小程序
位置:/boot/system/apps/PowerStatus
设置:~/config/settings/PowerStatus settings
-

PowerStatus 显示了电池电力信息,因此它仅适用于移动计算机。如果它未运行,启动小程序时,将会询问是否以窗口模式打开,或者停靠于桌面栏托盘。在窗口模式下,您可以通过自定义窗口尺寸来调节图标大小,并且可以使用 Replicant 控件将其拖至桌面。
- -不管安装在哪儿,它都可以通过右键菜单进行操作。

-

备注:PowerStatus 需要可运行的 ACPI 支持。

-PowerStatus applet -

右键菜单提供了下面的选项:

- - - - - - - - -
Show text label以百分比或者剩余时间显示电池电量。
Show status icon显示小程序图标。
Show percent / time切换电量显示模式,百分比或剩余时间(Show text label 必须进行激活)。
Battery info...在窗口中显示扩展电池信息。
About...显示 About 窗口。
Quit退出 电源状态 小程序。
-

Show text label 激活,电池充电时,电量显示于圆括号中。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/desktop-applets/processcontroller.html b/docs/userguide/userguide/zh_CN/desktop-applets/processcontroller.html deleted file mode 100644 index a044a74e98..0000000000 --- a/docs/userguide/userguide/zh_CN/desktop-applets/processcontroller.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - 进程控制器 - - - - - - - - -
-
- -

processcontroller-icon_64.png进程控制器

- - - - -
桌面栏:桌面小程序
位置:/boot/system/apps/ProcessController
设置:none
- -

ProcessController applet进程控制器的主要任务是显示您的 CPU 的动态以及已用内存的情况。它允许对单独组的管理,其优先级的修改,并且当程序冻结时可以将其杀死。在多处理器的环境中,它也允许对某个处理器的禁用。当 Tracker 或者桌面栏崩溃时,您也可以从进程控制器中进行重启。

-

左边的指示器显示了每个CPU的使用情况,而右边的进度条显示了内存的消耗情况。需要牢记的是,指示器的数量依赖于计算机中处理器/内核的数量。

-

如果为运行时,启动进程控制器将会询问以窗口模式打开或驻留于桌面栏中。窗口模式中,您可以通过定义窗口来重定义显示条,然后使用 Replicant 将其拖动到桌面。
- -无论何时安装,它都可以通过右键菜单进行操作。
- -为了从桌面栏中将其删除,可以在其右键菜单中取消对 停靠于桌面栏 的勾选。

-

退出应用程序

-ProcessController - Quit an application -

为退出该应用,仅需从 Quit an application 菜单中选择器名称即可。还有一种关闭应用的较为简洁的方式,如点击其关闭按钮。需要注意的是,不要退出系统进程,如系统服务或后台进程。否则,您的系统将会停止运行。

-

内存使用

-ProcessController - Memory usage -

对内存使用的管理可能相对不够精确。

-

该菜单允许您管理系统中不同组的内存使用情况。组名称旁边有两列:第一个显示了预留的可写入内存,而第二个显示了所有内存,包括只读空间(例如共享库)。

-

第一行 System resources & caches... 显示了系统和所有应用所用的内存总量。蓝色进度条的长度基于您的计算机的所有物理内存。下一行显示了每个进程的内存使用。需要注意的是,进度条的长度仅基于内存实际已用的部分。

- - - -
给定程序(具有可写权限)的内存使用情况
包含只读空间(可以和其他应用共享)的内存使用情况
- -

线程和 CPU 使用

-

该菜单允许您修改线程的优先级,杀死组以及进行相关的调试。

-
通过菜单中命令所做的修改将会深入系统,并且会导致数据的丢失以及系统的不稳定。请保证鼠标把持稳定。
-ProcessController - Priority - - - - -
内核代码
用户代码
空闲线程
-

首个级别中,您能够看到组名称。通过点击,您可以杀死整个组。进度条深蓝色的部分是内核代码的时间,浅蓝色的部分为用户代码,而绿色的部分则为空闲线程。完全显示为蓝色的进度条意味着该组正在使用所有的线程资源。

-

第二个级别显示了组的特定线程。通过点击,您可以调试或者杀死它。完全显示为蓝色的进度条意味着该线程在占用一个处理器/内核。

-

菜单中的最后一个级别允许您修改线程的优先级。请谨慎使用!一般来说,线程的优先级与其 CPU 使用情况相反。因此,其尝试申请的 CPU 时间越多,其优先级将越低。通常,不要对应用的优先级做改动;请联系其编写者,这是他的事。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/desktop-applets/workspaces.html b/docs/userguide/userguide/zh_CN/desktop-applets/workspaces.html deleted file mode 100644 index a71f9b0d8c..0000000000 --- a/docs/userguide/userguide/zh_CN/desktop-applets/workspaces.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - 工作区小程序 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
-

workspaces-icon_64.png工作区小程序

- - - - -
桌面栏:桌面小程序
位置:/boot/system/apps/Workspaces
设置:~/config/settings/system/app_server/workspaces
-~/config/settings/Workspaces_settings - 保存了面板的窗体位置。
-


-workspaces.png -

您可以在桌面栏中其他的 桌面小程序 中找到工作区小程序。它显示了所有工作空间的缩微视图。 在小程序的快捷菜单中有几个可选项,它们的功能都写的非常浅显易懂。
-Change Workspace Count... 将会打开 显示器 首选项,您可以设置工作区的大小和它们的排列(具有多少行和列)。

-

由于该小程序是一个 Replicant,您可以任意的调整窗口的尺寸,并且可以把它拖拽至桌面(您必须确保在桌面栏菜单中,Show Replicants 是激活的)。在调节窗口时按下 SHIFT 键将会保持屏幕的长宽比例。

- -

-index -在工作区之间移动窗口

-

为了移动窗口,您可以在工作区小程序中抓取该窗口,然后将其拖到另外的工作区即可。这样做有一个优势,在您移动窗口时不需要离开当前的桌面。当然,只有在工作区中没有太多的窗口和您的目标窗口没有被其他的窗口所遮盖时,该操作才能够顺利的完成。还有一种移动的方式:抓取到该窗口的标签,保持抓取状态,然后再使用 ALT Fx 切换工作区。

-

如果希望获取更多有关工作区和快捷键的相关信息,您可以参阅 工作区 主题。

-
Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the Shortcuts preferences and assign CTRL ^ to the Workspaces applet (/system/preferences/Shortcuts).
-Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with ESC.
- -

-index -特殊功能

-

工作区小程序提供了一些附加的功能。在点击窗口的同时按下确定的辅助按键:

- - - - -
CTRL将窗口置前。
CTRL SHIFT最小化窗口。
OPT将窗口置后。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/filesystem-layout.html b/docs/userguide/userguide/zh_CN/filesystem-layout.html deleted file mode 100644 index d7ed4485db..0000000000 --- a/docs/userguide/userguide/zh_CN/filesystem-layout.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - 文件系统布局 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

文件系统布局

- -

Haiku 的文件系统布局是非常清晰,尽量使用简单的名字为文件和文件夹命名,让用户不会产生疑问。对于维持系统的正常运行非常重要的文件和文件夹是受到保护的,当它们发生意外的更改时,系统将会弹出以下警告:

-achtung-user.png  -achtung-system.png -

如果您重命名或者删除了系统级别的内容,那么系统将会弹出第二类警告。在此菜单上,“Rename” 按钮只有在您按下 SHIFT 键时才能够点击。

-

通常,在启动卷的根目录下有两个独立的分支文件夹:

- - - -
/boot/system/ 包含所有用户共享的系统文件和应用程序/软件包。
/boot/home/ 您的个人目录,用于保存个人数据和设置,以及 与其他用户共享的应用/软件包。
-

现在,Haiku 还不是多用户系统,共享和非共享应用程序和软件包之间并没有明显的界限和效果,因为目前仅有单个用户和单个 home 文件夹。但是因为最终我们会提供多用户支持,现在开始时对这个有一个正确的理解会很有意义。

- -

-index -系统文件夹 - /boot/system/

-

在原 BeOS 系统中,该文件夹命名为 /boot/beos/。在一些老的文档中,您仍然可以找到它(例如 BeBook )。 -
-/boot/system/ 目录中的多数文件夹是只读的,而且它们都非常重要,因为它们包含了 Haiku 正常运行所必须的文件,所以它们的更新必须非常安全。其中用户可写的文件如下:

- - - - - - -
/boot/system/cache/ 包含了缓存文件以及链接到 /tmp/ 的临时目录。
/boot/system/non-packaged/ 包含了不属于 .hpkg 软件包(或者老的 BeOS 压缩档)的其他文件的文件系统结构。
/boot/system/packages/ 除了保存 Haiku 的系统软件包之外,您也可以添加/删除所有用户共享的软件包。
/boot/system/settings/ 包含系统级别的设置。
/boot/system/var/ 包含日志文件,例如 syslog(在出错时非常重要),并且是 swap 文件的默认位置,
-

For more information on the packages and non-packaged folders, see topic Applications.

- -

-index -home 文件夹 - /boot/home/

-

该目录属于您个人目录。您可以根据需要创建和删除其中的文件和目录。(顺便说一句,"-"符号是主目录的快捷方式,因此不需要每次都在终端中输入"/boot/home"。)
-在将来的多用户环境中,那些您希望和其他用户共享的文件需要纺织在 "/boot/home" 目录之外。例如,可以创建 /home/all-users 目录,并放置那些文件。 -

- - - - - - - - - - -
~/Desktop/ 保存您桌面上的文件。双击将不会打开该目录,因为其总是可见的。当您的文件通过打开窗口出现时,将会快速的切换到另一个 工作区。当然,通过右键点击,然后 拖动 也可以实现。
~/mail/ 您的邮件默认保存位置。
~/people/ 联系人文件默认保存位置,详情查看 联系人
~/queries/ 查询 文件保存位置,默认临时保存一周时间。
- -

/boot/home/config/ 目录比较特殊:和 /boot/system/ 目录相似,它总是处于包管理的监管之下,并且是只读的。当然也包含下述用户可写的目录:

- - - - - - - - - - -
~/config/packages/ 该文件夹可供添加/删除 被其他用户共享的软件包。
~/config/non-packaged/ 该文件夹包含不属于 .hpkg (或者原有 BeOS 压缩档)的文件结构,并且 被其他用户共享。
~/config/settings/ 该文件夹存放了所有程序的设置文件和一些系统配置文件。有些程序会将其设置文件存放在它们自己的子文件夹中,但是其他的则直接存放在这里。
- -

For more information on the packages and non-packaged folders, see topic Applications.

-

~/config/settings/ 中存在一些有意思的子文件夹:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
boot/ 该文件夹存放了在系统启动或者关闭时所运行的用户脚本
boot/launch/ 该文件夹中的程序快捷方式,或者文档在每次启动时都自动开始运行。
beos_mime/ 在这个 MIME 数据库中, Haiku跟踪保持了所有的 文件类型 和它们的设置情况。
deskbar/menu/ 复制或链接到出现在 桌面栏菜单 中的文件/文件夹/查询。
kernel/drivers/ 有一个设置文件可能比较有趣: kernel 提供了一些底层的配置,例如,禁用 SMP,激活串行调试或者 允许高级电源管理。您只要将该配置行前的 “#” 注解符号删除即可。在操作时,要时刻小心!
Tracker/ 除了用于 文件浏览器 的各种设置文件外,还有一些有趣的子文件夹:
DefaultFolderTemplate/显示和编排所有的属性与您喜欢的窗口大小。每个新建的文件夹都将以它为模板。
DefaultQueryTemplates/您可以为确定的文件类型定义查询结果的窗口布局。可以参阅 查询:结果窗口 主题。
Go/把您最喜欢的路径的链接放置在这里,可以打开或者保存面板中对他们进行访问。可以参阅 Haiku 的图形用户界面:喜好和最近文件夹 主题。
Tracker New Template/为任意的文件类型添加模板,它们就可以在 文件浏览器的 文件 | 新建... 菜单中进行访问。 可以参阅文件浏览器:文件处理主题。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/filetypes.html b/docs/userguide/userguide/zh_CN/filetypes.html deleted file mode 100644 index c2534472de..0000000000 --- a/docs/userguide/userguide/zh_CN/filetypes.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - 文件类型 - - - - - - - - -
-
- -

文件类型

- -

与Windows所不同的是,Haiku不依赖于3个字符的文件扩展名用于标识文件类型(例如,.txt,.jpg,.mp3)。这种方式是一种技术的退步。Haiku使用的是 MIME 类型,类似于互联网上的习惯做法。

-
由于在Haiku中没有必要使用文件扩展,但是您需要注意的是,当您和其他系统的用户分享文件时,您需要添加上扩展名,例如,通过邮件,上传到服务器或者交换闪盘。否则,他们的系统将无法识别出文件类型。
- -

index -文件类型设置

-

您可以修改单个文件的类型,图标,以及相关联的程序。选择该文件,然后从右键菜单中调用 Add-Ons | Filetype add-on

-filetype-addon.png - -

-index -文件类型

-

上面的是 PNG 文件,它的 MIME 字符时 image/png 。如果说,您确定它不是 PNG 类型而是 GIF 类型,您可以通过手动输入正确的 MIME 字符或者使用文本框下的两个按钮进行修改:

- - - -
Select... 显示了一个文件类型的分类列表,您可以将其导航至 image | GIF Image
Same as... 打开一个文件对话框,您可以在其中找出与该文件的类型相同的文件。
- -

-index -首选应用程序

-

弹出菜单中显示了一个可以处理该特定类型文件的所有程序的列表。您可以选择某个程序,当双击打该类型文件时,该程序将会自动启动。例如,您可以将一个HTML文件的首选程序修改为您正在使用的文本编辑器。那么所有其他的HTML文件仍会在浏览器中打开,仅该文件在您的文本编辑器中打开。

- -

Default Application 是用于全局设置的文件类型首选程序。如果您在弹出菜单中没有找出关联到该文件的程序,您会再次找到 Select...Same As... 按钮,它们两个具有类似于“文件类型”下描述的功能。

- -

-index -图标设置

-

如果您对左上角的图标为空产生疑问:图标通常从系统为文件类型默认的图标中继承而来。您可以打开一个带有图标文件的 Filetype Add-On,然后将它的图标拖拽到您的文件的图标栏中。或者您可以双击图标,然后创建和F编辑自己的图标。更多有关图标的信息和如何创建图标,您可以参阅 Icon-O-Matic 主题。

- -

-index -程序的特殊设置

-

如果您调用可执行文件的 Filetype Add-On (此处使用的是 StyledEdit),您会打开一个不同的对话框:

-filetype-addon-stylededit.png -

在顶部,您可以看到,它不是一个标准的MIME字符串,而是唯一的程序署名。通过它,操作系统可以找出程序的安装位置。

-

在它的下面,是用于控制程序的行为的标记:

- - - - - - -
Single Launch 对于每个可执行文件,仅有其中一个实例可以运行。如果您拥有两份该程序,它们可以依次运行。
Multiple Launch 程序的许多实例可以同步运行。
Exclusive Launch 每次只允许具有该程序的署名的一个实例运行。
Args Only 指出该程序对于调用消息不作出响应。
Background App 该程序不出现在 任务切换器 或者桌面栏的运行程序列表中。
-

然后,有一个支持文件类型的列表。如果您认为该程序可以处理此文件类型,您可以在这里进行添加或者删除。结果是,当您右键点击一个该类型的文件时,该程序将会出现在首选程序菜单,或者 Tracker 的 Open with... 右键菜单中。

-

在底部是程序的版本和授权信息。它们同程序的署名相类似,其中写入了程序创建者的名字,而且这些名字是不可更改的。

- -

-index -全局设置

-

文件类型 首选项不用于处理单个文件,而是文件类型的全局设置。您可以修改所有文件类型的默认图标,首选程序,或者添加,删除,和修改属性。您甚至可以从头开始创建自己的文件类型。

-

所有的文件类型和它们的配置文件保存在 /boot/home/config/settings/beos_mime/ 。在您开始尝试作出改动之前,您最好对该文件夹做个备份以防出错。

-

了解更多有关 文件类型 首选项的信息,可以参阅操作练习:文件类型,属性,索引和查询

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/gui.html b/docs/userguide/userguide/zh_CN/gui.html deleted file mode 100644 index 9f8d04efdb..0000000000 --- a/docs/userguide/userguide/zh_CN/gui.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - Haiku的图形用户界面 - - - - - - - - -
-
- - - - -
索引
- 移动和自定义大小
- 重叠和拼贴
- 打开和保存面板
- Replicants
- -

Haiku的图形用户界面

- -

Haiku 的图形用户界面是系统的组成部分。与基于 Unix 的操作系统不同的是,Haiku 没有独立的窗口管理器,而且在启动时不能够进入命令行界面。Haiku 所面向的人群是桌面用户,因此命令行界面并不非常必要。

-

鉴于您已经有过使用其他图形环境的经历,那么我们就跳过这些标准,例如,菜单,右键菜单,拖拽操作等; 直接开始了解 Haiku 图形用户界面与其他系统不同的地方。

-gui.png -

Haiku的图形界面只有很少一部分不是很常见,可能需要进行解释。

-
    -
  1. 桌面栏可以看做是Haiku的"开始"菜单和任务栏(如果您愿意这样认为的话),详情参阅桌面栏主题。

  2. -
  3. 黄色的标签不仅仅提供了程序名或者文档的文件名: -
    • 在拖动窗口时,您可以同时按下 SHIFT 键来移动标签,这样您可以将许多窗口进行叠加,而只需要点击标签即可方便的进行访问。
    • -
    • 双击标签可以最小化窗口(或者使用 CTRL ALT M 组合键)。通过这种方式隐藏的窗口可以通过 桌面栏 或者 任务切换器 进行访问。
    • -
    • 您可以通过右键点击标签(或者窗口边界)来置后窗口。
  4. -
  5. 关闭按钮

  6. -
  7. “缩放”按钮(也可以通过CTRL ALT Z 组合键进行缩放)。对于大多数的程序,该按钮将会把窗口最大化。但并不是都如此,例如Tracker窗口,该按钮将会依据其内容将窗口放大至合适大小。

  8. -
  9. 窗口边界。左键拖拽移动窗口,右键拖拽改变大小。

  10. -
  11. 可调整的窗口边角。

  12. -
- -

-index -快速移动或调整窗口

-

移动和调整窗口时和多个并发运行程序交互的重要部分。除了通过微小的黄色标签和更窄的窗口边框,还有更为方便的方法可供使用。而且,该边角不仅很小,而且还有另外限制:它仅允许在右下角,并且沿右下角方向使用。
右键拖动边角将会改变其大小,但是您必须仔细进行操作。

-

为了处理这些问题,Haiku 提供了一个简洁的方案:使用窗口管理组合键 CTRL ALT 和鼠标。更多窗口管理快捷键的信息,请查阅 快捷键和组合键

-resizing.png -

按下 CTRL ALT 将会高亮显示最接近鼠标的窗口边界。向另一个边界方向移动将会激活该目标。点击并使用 鼠标右键 拖动将会重定义高亮边界的窗口。

-

按下 CTRL ALT 并点击使用 鼠标左键 在窗口中拖动将会移动窗口。快速点击 鼠标右键 会将其置后。

- -

-index -重叠与拼贴

-

Haiku 的用户界面提供了一个特别的功能,根据其窗口仅拥有一个黄色标签而非窗口全长的标题栏的实际情况,提供了非常精巧的功能,称之为“重叠与拼贴”。
-在下述图示中,一个具有黄色标签的文件浏览器(Tracker)窗口拼贴到了WebPositive网络浏览器窗口的左侧,而其本身则与另一个显示 haiku 源文件夹的窗口相叠加。在这个动画中,用户点击叠加窗口的标签将它们切换到前面。

-gui-s+t.gif -

像上述这样拼贴到一起,一组窗口就可以一起移动或改变大小,这样可以在一个多窗口的项目工作环境中更便捷的进行管理。而不必去不同的窗口中查找文档、编辑器、文件浏览器,甚至相关的电子邮件,你只需将它们叠加拼贴起来就行了。

-

窗口的排布也非常简单:按下 OPT 键,通过标签拖动窗口到另一个窗口的标签或边界,直到其显示为高亮后,然后再释放鼠标按键。

-

重叠和拼贴由两个相关部分组成。

- - -
gui-stacking.png

"重叠" 用于将窗口依次叠放起来,自动将黄色标签移动到指定位置。
-在按下 OPT 键,当标签重叠时,标签颜色发生变化,然后放下窗口以实现重叠。

- - -
gui-tilinging.png

"拼贴" 用于将窗口水平或者竖直的拼贴在一起。
-在按下 OPT 键时,当您将边界颜色改变的窗口拖放相近时,它们将会拼贴到一起。

-

分离也是同样的方式,通过标签拖动窗口时,按下 OPT 键,将会使其从窗口组中分离。

- -

-index -打开和保存面板

-

从任意的程序打开或保存文件都将会打开类似于如下所示的面板:

-open-save.png -

它具有所有常用的东西:当前文件夹下可选的文件列表,用于输入文件名的文本框,用于不同文件格式的弹出菜单,以及有关的设置。
-您可以使用文件列表上面的弹出菜单进入上层文件夹。

-

如果您已经有一个打开的文件浏览器(Tracker)窗口,您可以将里边的任何文件或文件夹或类似的东西(例如,在菜单栏最右边的标志)拖拽到这个打开与保存面板。之后,它会修改这个面板指向新的位置。

- -

-index -快捷键

-

在打开和保存面板中的许多快捷键和在Tracker中使用的相同。除了在 File 菜单中也可用的命令之外,还有些不是很明显的命令:

- - - - - - - -
ALT N新建一个文件夹。
ALT E重命名选中的文件。
ALT 移动到上层文件夹。
ALT or ENTER进入选中的文件夹。
ALT D返回桌面。
ALT H返回home文件夹。
- -

-index -收藏夹和最近的文件夹

-

在打开和保存面板中的 收藏夹 菜单提供了您可以自主设置的最近访问文件夹和收藏夹的位置。根据小箭头的指示,您也可以使用这些位置通过子菜单导航至下面的文件层次。

-favorites.png -

为了添加收藏项目,您可以导航至目标,然后选择 Favorites | Add Current Folder 。那么之后,它将会出现在每个打开/保存面板。为了删除收藏项目,选择 Favorites | Configure Favorites... ,然后在其中删除该入口。
-所有的收藏项目保存在 /boot/home/config/settings/Tracker/Go/。所以您可以直接在那里添加或者删除相关的文件和文件夹的链接。

- -

-index -Replicants

-

Replicants 是可以集成到其他软件的应用程序中小的独立部分。假如桌面栏的 Show Replicants 是激活的,您将能够通过应用程序的小控件看到它的可复制部分,控件通常处于窗体的右下角:

-replicant.png -

接受复制体最突出的地方是桌面:您可以直接将小控件拖到其上。而且从此,它将成为桌面的一部分, 不需要复制体的原程序也可以进行工作。
-右键点击复制体的小控件将会显示一个右键菜单,用于显示原程序的 About 窗体和 Remove Replicant

-
如果碰巧,您在使用桌面上的复制体时遇到困难,而且无法进行处理,您可以删除 ~/config/settings/Tracker/tracker_shelf 。但是,它将会删除桌面上 所有 的复制体。
-

可复制程序示例来源于 任务管理器工作区小程序 或者 计算器 的图片。

-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/activitymonitor.png b/docs/userguide/userguide/zh_CN/images/apps-images/activitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/activitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-1.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-1.png deleted file mode 100644 index 254f731d81..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-1.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-2.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-2.png deleted file mode 100644 index a4e7367623..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-2.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-3.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-3.png deleted file mode 100644 index b92bb346c5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-3.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-4.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-4.png deleted file mode 100644 index 7148b2d4d5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-4.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-5.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-5.png deleted file mode 100644 index 3a17fce129..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-5.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-6.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-6.png deleted file mode 100644 index 4d766dcf74..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-6.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-7.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-7.png deleted file mode 100644 index 7fab263435..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-7.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-8.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-8.png deleted file mode 100644 index 6ab9b43e85..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmanager-8.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/bootmenu.png b/docs/userguide/userguide/zh_CN/images/apps-images/bootmenu.png deleted file mode 100644 index 1fe7ead138..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/bootmenu.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/cdplayer.png b/docs/userguide/userguide/zh_CN/images/apps-images/cdplayer.png deleted file mode 100644 index 07e941933d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/cdplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/charactermap.png b/docs/userguide/userguide/zh_CN/images/apps-images/charactermap.png deleted file mode 100644 index a5542f3831..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/charactermap.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/cli-alert.png b/docs/userguide/userguide/zh_CN/images/apps-images/cli-alert.png deleted file mode 100644 index a372778720..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/cli-alert.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/cli-desklink.png b/docs/userguide/userguide/zh_CN/images/apps-images/cli-desklink.png deleted file mode 100644 index 3641ce2839..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/cli-desklink.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/cli-filepanel.png b/docs/userguide/userguide/zh_CN/images/apps-images/cli-filepanel.png deleted file mode 100644 index d9f7b81490..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/cli-filepanel.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/codycam.png b/docs/userguide/userguide/zh_CN/images/apps-images/codycam.png deleted file mode 100644 index 5679698b76..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/codycam.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/debugger.png b/docs/userguide/userguide/zh_CN/images/apps-images/debugger.png deleted file mode 100644 index c4f1592660..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/debugger.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/debugger_alert.png b/docs/userguide/userguide/zh_CN/images/apps-images/debugger_alert.png deleted file mode 100644 index 8550b0f063..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/debugger_alert.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/deskcalc.png b/docs/userguide/userguide/zh_CN/images/apps-images/deskcalc.png deleted file mode 100644 index b4b14b991d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/deskcalc.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/diskprobe-about-attr.png b/docs/userguide/userguide/zh_CN/images/apps-images/diskprobe-about-attr.png deleted file mode 100644 index a7bee6b197..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/diskprobe-about-attr.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/diskprobe.png b/docs/userguide/userguide/zh_CN/images/apps-images/diskprobe.png deleted file mode 100644 index 8f4f2a1762..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/diskprobe.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/diskusage.png b/docs/userguide/userguide/zh_CN/images/apps-images/diskusage.png deleted file mode 100644 index 6b7f86709d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/diskusage.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup-create.png b/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup-create.png deleted file mode 100644 index d91486def3..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup-create.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup-initialize.png b/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup-initialize.png deleted file mode 100644 index 8c02ea1b90..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup-initialize.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup.png b/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup.png deleted file mode 100644 index f14d571b05..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/drivesetup.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/expander-preferences.png b/docs/userguide/userguide/zh_CN/images/apps-images/expander-preferences.png deleted file mode 100644 index 3288945617..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/expander-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/expander.png b/docs/userguide/userguide/zh_CN/images/apps-images/expander.png deleted file mode 100644 index 7411bb8bf2..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/expander.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/haiku-depot-ratingpanel.png b/docs/userguide/userguide/zh_CN/images/apps-images/haiku-depot-ratingpanel.png deleted file mode 100644 index a4dc60beb1..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/haiku-depot-ratingpanel.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot-login-tab.png b/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot-login-tab.png deleted file mode 100644 index 24ace761fe..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot-login-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot-rating-tab.png b/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot-rating-tab.png deleted file mode 100644 index 7d0fec4212..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot-rating-tab.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot.png b/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot.png deleted file mode 100644 index 2b8f03eb08..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/haikudepot.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/i-o-m-gradients.png b/docs/userguide/userguide/zh_CN/images/apps-images/i-o-m-gradients.png deleted file mode 100644 index db2823f143..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/i-o-m-gradients.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/i-o-m-overview.png b/docs/userguide/userguide/zh_CN/images/apps-images/i-o-m-overview.png deleted file mode 100644 index 6429bbb7eb..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/i-o-m-overview.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/installer.png b/docs/userguide/userguide/zh_CN/images/apps-images/installer.png deleted file mode 100644 index 0106866921..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/installer.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/magnify.png b/docs/userguide/userguide/zh_CN/images/apps-images/magnify.png deleted file mode 100644 index 6fea1ac224..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/magnify.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mail-attachments.png b/docs/userguide/userguide/zh_CN/images/apps-images/mail-attachments.png deleted file mode 100644 index 12df2df096..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mail-attachments.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mail-preferences.png b/docs/userguide/userguide/zh_CN/images/apps-images/mail-preferences.png deleted file mode 100644 index 64c0b9d22a..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mail-preferences.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mail-read.png b/docs/userguide/userguide/zh_CN/images/apps-images/mail-read.png deleted file mode 100644 index 1e11ffa4a0..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mail-read.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mail-signature.png b/docs/userguide/userguide/zh_CN/images/apps-images/mail-signature.png deleted file mode 100644 index 432cc5b522..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mail-signature.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mail-spellcheck.png b/docs/userguide/userguide/zh_CN/images/apps-images/mail-spellcheck.png deleted file mode 100644 index 2511586647..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mail-spellcheck.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mail-write.png b/docs/userguide/userguide/zh_CN/images/apps-images/mail-write.png deleted file mode 100644 index fe85df60a6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mail-write.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-info.png b/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-info.png deleted file mode 100644 index 5601ff94c4..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-info.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-playlist.png b/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-playlist.png deleted file mode 100644 index 03f666ff76..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-playlist.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-settings.png b/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-settings.png deleted file mode 100644 index 9d7ef19ea4..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer.png b/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer.png deleted file mode 100644 index ad6cc192a6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/mediaplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/midiplayer.png b/docs/userguide/userguide/zh_CN/images/apps-images/midiplayer.png deleted file mode 100644 index 22b2081dd4..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/midiplayer.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/newactivitymonitor.png b/docs/userguide/userguide/zh_CN/images/apps-images/newactivitymonitor.png deleted file mode 100644 index 94ee224e90..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/newactivitymonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/packageinstaller-installer.png b/docs/userguide/userguide/zh_CN/images/apps-images/packageinstaller-installer.png deleted file mode 100644 index 5ce144af22..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/packageinstaller-installer.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/packageinstaller.png b/docs/userguide/userguide/zh_CN/images/apps-images/packageinstaller.png deleted file mode 100644 index cdab34eda3..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/packageinstaller.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/people-files.png b/docs/userguide/userguide/zh_CN/images/apps-images/people-files.png deleted file mode 100644 index f82758f20c..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/people-files.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/people.png b/docs/userguide/userguide/zh_CN/images/apps-images/people.png deleted file mode 100644 index 6b7854f0dc..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/poorman.png b/docs/userguide/userguide/zh_CN/images/apps-images/poorman.png deleted file mode 100644 index df094ffbd9..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/poorman.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/screenshot.png b/docs/userguide/userguide/zh_CN/images/apps-images/screenshot.png deleted file mode 100644 index 8e54baaea9..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/screenshot.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-browse.jpg b/docs/userguide/userguide/zh_CN/images/apps-images/showimage-browse.jpg deleted file mode 100644 index 2d4681c1dd..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-browse.jpg and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-dnd.jpg b/docs/userguide/userguide/zh_CN/images/apps-images/showimage-dnd.jpg deleted file mode 100644 index e284a8d7c0..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-dnd.jpg and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-edit.jpg b/docs/userguide/userguide/zh_CN/images/apps-images/showimage-edit.jpg deleted file mode 100644 index f2d69b4b74..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-edit.jpg and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-toolbar.png b/docs/userguide/userguide/zh_CN/images/apps-images/showimage-toolbar.png deleted file mode 100644 index a51f23f576..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-toolbar.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-view.jpg b/docs/userguide/userguide/zh_CN/images/apps-images/showimage-view.jpg deleted file mode 100644 index 2130d0b3d6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/showimage-view.jpg and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/stylededit.png b/docs/userguide/userguide/zh_CN/images/apps-images/stylededit.png deleted file mode 100644 index 4ebd7e2643..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/terminal-settings.png b/docs/userguide/userguide/zh_CN/images/apps-images/terminal-settings.png deleted file mode 100644 index 3ae99a0c3e..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/terminal-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/terminal.png b/docs/userguide/userguide/zh_CN/images/apps-images/terminal.png deleted file mode 100644 index 079ff04eed..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/terminal.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/textsearch.png b/docs/userguide/userguide/zh_CN/images/apps-images/textsearch.png deleted file mode 100644 index 974ec4c06a..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/textsearch.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/web+bookmarks.png b/docs/userguide/userguide/zh_CN/images/apps-images/web+bookmarks.png deleted file mode 100644 index 7d8647aed8..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/web+bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/web+download.png b/docs/userguide/userguide/zh_CN/images/apps-images/web+download.png deleted file mode 100644 index 621e022340..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/web+download.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/web+downloads-folder.png b/docs/userguide/userguide/zh_CN/images/apps-images/web+downloads-folder.png deleted file mode 100644 index f01f9e3b9b..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/web+downloads-folder.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/web+downloads-window.png b/docs/userguide/userguide/zh_CN/images/apps-images/web+downloads-window.png deleted file mode 100644 index 402072a463..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/web+downloads-window.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/web+settings.png b/docs/userguide/userguide/zh_CN/images/apps-images/web+settings.png deleted file mode 100644 index 7b9a0945ad..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/web+settings.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-bookmarks.png b/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-bookmarks.png deleted file mode 100644 index e7a04ba460..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-bookmarks.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-downloads.png b/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-downloads.png deleted file mode 100644 index 88ceb0e825..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-downloads.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-locator.png b/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-locator.png deleted file mode 100644 index eeb3491e43..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-locator.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-settings.png b/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-settings.png deleted file mode 100644 index 2a6123a735..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-tabbar.png b/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-tabbar.png deleted file mode 100644 index 5cf13f972e..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive-tabbar.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive.png b/docs/userguide/userguide/zh_CN/images/apps-images/webpositive.png deleted file mode 100644 index 17f776e5d8..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/apps-images/webpositive.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/attributes-images/people.png b/docs/userguide/userguide/zh_CN/images/attributes-images/people.png deleted file mode 100644 index df7892c6c5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/attributes-images/people.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/calendar.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/calendar.png deleted file mode 100644 index b805afaee5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/calendar.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/deskbar.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/deskbar.png deleted file mode 100644 index 67d09d587b..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/list-of-apps.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/list-of-apps.png deleted file mode 100644 index e9f9cd34f7..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/list-of-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/positions.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/positions.png deleted file mode 100644 index de38e8dee7..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/positions.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-apps.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-apps.png deleted file mode 100644 index 11ad68f412..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-apps.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-deskbar.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-deskbar.png deleted file mode 100644 index 73c4073717..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-menu.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-menu.png deleted file mode 100644 index a6646b9cd5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-window.png b/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-window.png deleted file mode 100644 index e5563af457..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/deskbar-images/prefs-window.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/desktop-applets-images/launchbox.png b/docs/userguide/userguide/zh_CN/images/desktop-applets-images/launchbox.png deleted file mode 100644 index 16d43d404b..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/desktop-applets-images/launchbox.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/filesystem-layout-images/achtung-system.png b/docs/userguide/userguide/zh_CN/images/filesystem-layout-images/achtung-system.png deleted file mode 100644 index fbcebee00c..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/filesystem-layout-images/achtung-system.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/filesystem-layout-images/achtung-user.png b/docs/userguide/userguide/zh_CN/images/filesystem-layout-images/achtung-user.png deleted file mode 100644 index 72daa6b019..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/filesystem-layout-images/achtung-user.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/filetypes-images/filetype-addon-stylededit.png b/docs/userguide/userguide/zh_CN/images/filetypes-images/filetype-addon-stylededit.png deleted file mode 100644 index 928f02c631..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/filetypes-images/filetype-addon-stylededit.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/filetypes-images/filetype-addon.png b/docs/userguide/userguide/zh_CN/images/filetypes-images/filetype-addon.png deleted file mode 100644 index 15180be2d6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/filetypes-images/filetype-addon.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/gui-images/favorites.png b/docs/userguide/userguide/zh_CN/images/gui-images/favorites.png deleted file mode 100644 index cf9f5f3be5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/gui-images/favorites.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/gui-images/gui-s+t.gif b/docs/userguide/userguide/zh_CN/images/gui-images/gui-s+t.gif deleted file mode 100644 index 6cbab7f641..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/gui-images/gui-s+t.gif and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/gui-images/gui-stacking.png b/docs/userguide/userguide/zh_CN/images/gui-images/gui-stacking.png deleted file mode 100644 index fb2cce5572..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/gui-images/gui-stacking.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/gui-images/gui-tiling.png b/docs/userguide/userguide/zh_CN/images/gui-images/gui-tiling.png deleted file mode 100644 index 7f18ae5cf5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/gui-images/gui-tiling.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/gui-images/gui.png b/docs/userguide/userguide/zh_CN/images/gui-images/gui.png deleted file mode 100644 index 0ee9666efc..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/gui-images/gui.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/gui-images/open-save.png b/docs/userguide/userguide/zh_CN/images/gui-images/open-save.png deleted file mode 100644 index 662bedc2ae..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/gui-images/open-save.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/gui-images/resizing.png b/docs/userguide/userguide/zh_CN/images/gui-images/resizing.png deleted file mode 100644 index 2a2ff48320..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/gui-images/resizing.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/networkstatus-images/applet.png b/docs/userguide/userguide/zh_CN/images/networkstatus-images/applet.png deleted file mode 100644 index 81e42499af..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/networkstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-connecting.png b/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-connecting.png deleted file mode 100644 index 84013cb9a6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-connecting.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-noconnection.png b/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-noconnection.png deleted file mode 100644 index 329d5a6c94..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-noconnection.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-nodevices.png b/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-nodevices.png deleted file mode 100644 index 442f3b6c8a..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-nodevices.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-nosettings.png b/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-nosettings.png deleted file mode 100644 index a0fa47e9b8..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-nosettings.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-ready.png b/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-ready.png deleted file mode 100644 index 7d9ea72428..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/networkstatus-images/icon-ready.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/powerstatus-images/applet.png b/docs/userguide/userguide/zh_CN/images/powerstatus-images/applet.png deleted file mode 100644 index 64c30d75f3..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/powerstatus-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-antialiasing.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-antialiasing.png deleted file mode 100644 index cbb49dc808..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-antialiasing.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-colors.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-colors.png deleted file mode 100644 index baf96016ad..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-colors.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-decorators.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-decorators.png deleted file mode 100644 index 99d9ade42b..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-decorators.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-fonts.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-fonts.png deleted file mode 100644 index c962c53232..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-off.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-off.png deleted file mode 100644 index 0fe9e2169c..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-off.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-on-subpixel.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-on-subpixel.png deleted file mode 100644 index e4d03a1643..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-on-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-on.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-on.png deleted file mode 100644 index 28b80dfed8..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-glyph-on.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-subpixel.png b/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-subpixel.png deleted file mode 100644 index a42a3d006e..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/appearance-subpixel.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/backgrounds.png b/docs/userguide/userguide/zh_CN/images/prefs-images/backgrounds.png deleted file mode 100644 index ed757967dc..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/backgrounds.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/datatranslations.png b/docs/userguide/userguide/zh_CN/images/prefs-images/datatranslations.png deleted file mode 100644 index c7ea18a396..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/datatranslations.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-accounts.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-accounts.png deleted file mode 100644 index 17694e831e..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-accounts.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-header.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-header.png deleted file mode 100644 index 9e6839c9c5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-header.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-notification.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-notification.png deleted file mode 100644 index c1e5160bb6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-notification.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-spam.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-spam.png deleted file mode 100644 index 2b88579c8f..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-filter-spam.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-in.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-in.png deleted file mode 100644 index 8d42bb21b5..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-in.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-mailbox.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-mailbox.png deleted file mode 100644 index 8ea1d4811e..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-mailbox.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-new-account-2.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-new-account-2.png deleted file mode 100644 index fd42a1cda9..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-new-account-2.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-new-account.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-new-account.png deleted file mode 100644 index 8904978729..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-new-account.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-out.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-out.png deleted file mode 100644 index 2ed6eecb6c..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-out.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-settings.png b/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-settings.png deleted file mode 100644 index 00c0e34085..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/e-mail-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/fonts.png b/docs/userguide/userguide/zh_CN/images/prefs-images/fonts.png deleted file mode 100644 index fbf879455d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/fonts.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/keyboard.png b/docs/userguide/userguide/zh_CN/images/prefs-images/keyboard.png deleted file mode 100644 index d7ead8e810..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/keyboard.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/keymap-modifiers.png b/docs/userguide/userguide/zh_CN/images/prefs-images/keymap-modifiers.png deleted file mode 100644 index 221c024fab..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/keymap-modifiers.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/keymap.png b/docs/userguide/userguide/zh_CN/images/prefs-images/keymap.png deleted file mode 100644 index b502b82adc..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/keymap.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/locale-formatting.png b/docs/userguide/userguide/zh_CN/images/prefs-images/locale-formatting.png deleted file mode 100644 index 1debec6faa..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/locale-formatting.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/locale-language.png b/docs/userguide/userguide/zh_CN/images/prefs-images/locale-language.png deleted file mode 100644 index d94efe28ac..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/locale-language.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/mouse.png b/docs/userguide/userguide/zh_CN/images/prefs-images/mouse.png deleted file mode 100644 index b735a68a7d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/mouse.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-device.png b/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-device.png deleted file mode 100644 index e2d4659b17..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-device.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-dns.png b/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-dns.png deleted file mode 100644 index 5954cbf9f2..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-dns.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-ftp.png b/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-ftp.png deleted file mode 100644 index 5b6d3de058..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-ftp.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-ipv4.png b/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-ipv4.png deleted file mode 100644 index cfa6bd2763..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/network-prefs-ipv4.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/network.png b/docs/userguide/userguide/zh_CN/images/prefs-images/network.png deleted file mode 100644 index 0cb30f816f..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/network.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/screen.png b/docs/userguide/userguide/zh_CN/images/prefs-images/screen.png deleted file mode 100644 index 75cfe8bcb2..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/screen.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/screensaver-fade.png b/docs/userguide/userguide/zh_CN/images/prefs-images/screensaver-fade.png deleted file mode 100644 index cdb2a2e5e3..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/screensaver-fade.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/screensaver-modules.png b/docs/userguide/userguide/zh_CN/images/prefs-images/screensaver-modules.png deleted file mode 100644 index ebeac24d1e..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/screensaver-modules.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/sounds.png b/docs/userguide/userguide/zh_CN/images/prefs-images/sounds.png deleted file mode 100644 index e89cb8a52a..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/sounds.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/time-clock.png b/docs/userguide/userguide/zh_CN/images/prefs-images/time-clock.png deleted file mode 100644 index 6da1e5765d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/time-clock.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/time-network.png b/docs/userguide/userguide/zh_CN/images/prefs-images/time-network.png deleted file mode 100644 index 5e0265a598..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/time-network.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/time-time.png b/docs/userguide/userguide/zh_CN/images/prefs-images/time-time.png deleted file mode 100644 index add8f9f5ff..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/time-time.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/time-timezone.png b/docs/userguide/userguide/zh_CN/images/prefs-images/time-timezone.png deleted file mode 100644 index ccc0d470fa..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/time-timezone.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/touchpad.png b/docs/userguide/userguide/zh_CN/images/prefs-images/touchpad.png deleted file mode 100644 index b7f7365b9d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/touchpad.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/prefs-images/virtualmemory.png b/docs/userguide/userguide/zh_CN/images/prefs-images/virtualmemory.png deleted file mode 100644 index 19f66bcb1c..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/prefs-images/virtualmemory.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/processcontroller-images/applet.png b/docs/userguide/userguide/zh_CN/images/processcontroller-images/applet.png deleted file mode 100644 index 6bb61d3151..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/processcontroller-images/applet.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/processcontroller-images/memory.png b/docs/userguide/userguide/zh_CN/images/processcontroller-images/memory.png deleted file mode 100644 index e2b7e4f4de..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/processcontroller-images/memory.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/processcontroller-images/priority.png b/docs/userguide/userguide/zh_CN/images/processcontroller-images/priority.png deleted file mode 100644 index c40c0b0678..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/processcontroller-images/priority.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/processcontroller-images/quit.png b/docs/userguide/userguide/zh_CN/images/processcontroller-images/quit.png deleted file mode 100644 index 497b1801db..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/processcontroller-images/quit.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/queries-images/basic-query.png b/docs/userguide/userguide/zh_CN/images/queries-images/basic-query.png deleted file mode 100644 index 4fb4306de2..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/queries-images/basic-query.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/queries-images/formula-query.png b/docs/userguide/userguide/zh_CN/images/queries-images/formula-query.png deleted file mode 100644 index 23f94c790d..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/queries-images/formula-query.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/queries-images/query-window-filled.png b/docs/userguide/userguide/zh_CN/images/queries-images/query-window-filled.png deleted file mode 100644 index a11ac49515..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/queries-images/query-window-filled.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/queries-images/query-window.png b/docs/userguide/userguide/zh_CN/images/queries-images/query-window.png deleted file mode 100644 index 6d38e807ee..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/queries-images/query-window.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/queries-images/result-window.png b/docs/userguide/userguide/zh_CN/images/queries-images/result-window.png deleted file mode 100644 index a45f9a70fd..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/queries-images/result-window.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/teammonitor-images/teammonitor.png b/docs/userguide/userguide/zh_CN/images/teammonitor-images/teammonitor.png deleted file mode 100644 index 5523946063..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/teammonitor-images/teammonitor.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/drill-down.png b/docs/userguide/userguide/zh_CN/images/tracker-images/drill-down.png deleted file mode 100644 index 74d1e1caf6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/get-info.png b/docs/userguide/userguide/zh_CN/images/tracker-images/get-info.png deleted file mode 100644 index fc9e493c82..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/get-info.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/mount-settings.png b/docs/userguide/userguide/zh_CN/images/tracker-images/mount-settings.png deleted file mode 100644 index fbf85dd2b6..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/mount-settings.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/new-menu.png b/docs/userguide/userguide/zh_CN/images/tracker-images/new-menu.png deleted file mode 100644 index 09189af74b..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/new-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/open-with-preferred.png b/docs/userguide/userguide/zh_CN/images/tracker-images/open-with-preferred.png deleted file mode 100644 index 869ef8da90..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/open-with-preferred.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/open-with.png b/docs/userguide/userguide/zh_CN/images/tracker-images/open-with.png deleted file mode 100644 index 42715557a1..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/open-with.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/tracker-preferences-navigator.png b/docs/userguide/userguide/zh_CN/images/tracker-images/tracker-preferences-navigator.png deleted file mode 100644 index 68bf5a6cec..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/tracker-preferences-navigator.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/transaction-status.png b/docs/userguide/userguide/zh_CN/images/tracker-images/transaction-status.png deleted file mode 100644 index 8799bc6af7..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/transaction-status.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/window-drill-down.png b/docs/userguide/userguide/zh_CN/images/tracker-images/window-drill-down.png deleted file mode 100644 index fb0103d6db..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/window-drill-down.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/window-menu.png b/docs/userguide/userguide/zh_CN/images/tracker-images/window-menu.png deleted file mode 100644 index cffa41cd33..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/window-menu.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/tracker-images/window-type-ahead.png b/docs/userguide/userguide/zh_CN/images/tracker-images/window-type-ahead.png deleted file mode 100644 index 9197002fe0..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/tracker-images/window-type-ahead.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-email-images/browsing.png b/docs/userguide/userguide/zh_CN/images/workshop-email-images/browsing.png deleted file mode 100644 index 9713e0fdfb..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-email-images/browsing.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-email-images/daemon-in-deskbar.png b/docs/userguide/userguide/zh_CN/images/workshop-email-images/daemon-in-deskbar.png deleted file mode 100644 index 853d6bd582..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-email-images/daemon-in-deskbar.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-1.png b/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-1.png deleted file mode 100644 index e093383948..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-1.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-2.png b/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-2.png deleted file mode 100644 index b1d2a5f85e..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-2.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-3.png b/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-3.png deleted file mode 100644 index 39d4506715..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-3.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-4.png b/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-4.png deleted file mode 100644 index 8ecd8de316..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-email-images/query-4.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-email-images/status.png b/docs/userguide/userguide/zh_CN/images/workshop-email-images/status.png deleted file mode 100644 index e425361ba7..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-email-images/status.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png b/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png deleted file mode 100644 index d957d697cf..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetype-extra-attribute.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png b/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png deleted file mode 100644 index d9e5b8bcce..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-dvddb-empty.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-dvddb.png b/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-dvddb.png deleted file mode 100644 index 5411fdfe99..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png b/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png deleted file mode 100644 index 97e926f72b..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/filetypes-new-file-type.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/query-dvddb.png b/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/query-dvddb.png deleted file mode 100644 index 7897ca38df..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-filetypes+attributes-images/query-dvddb.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-wlan-images/join-network.png b/docs/userguide/userguide/zh_CN/images/workshop-wlan-images/join-network.png deleted file mode 100644 index 2fedecda91..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-wlan-images/join-network.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workshop-wlan-images/join-status.gif b/docs/userguide/userguide/zh_CN/images/workshop-wlan-images/join-status.gif deleted file mode 100644 index dea116d418..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workshop-wlan-images/join-status.gif and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/images/workspaces-images/workspaces.png b/docs/userguide/userguide/zh_CN/images/workspaces-images/workspaces.png deleted file mode 100644 index 015f05aa31..0000000000 Binary files a/docs/userguide/userguide/zh_CN/images/workspaces-images/workspaces.png and /dev/null differ diff --git a/docs/userguide/userguide/zh_CN/index.html b/docs/userguide/userguide/zh_CN/index.html deleted file mode 100644 index ee2470866d..0000000000 --- a/docs/userguide/userguide/zh_CN/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - 索引 - - - - - - - - -
-
- -

索引

- -

属性查询是Haiku的主要特性。由于属性只能独立的用于显示文件的附加信息,而对于查询,则需要建立索引。索引把属性放置在一个查询表中,而这也将会使查询更加轻量化和快速。
-索引是文件系统的一部分,而且它独立于特定的磁卷和分区。

- -

终端中的索引命令

-

有几个命令可以用于管理索引:

-
    -
  • lsindex - 显示当前磁卷或者分区中的索引属性。
    -下面是默认索引的属性:
  • -
-
 ~ ->lsindex 
-BEOS:APP_SIG 
-MAIL:account 
-MAIL:cc 
-MAIL:chain 
-MAIL:draft 
-MAIL:flags 
-MAIL:from 
-MAIL:name 
-MAIL:pending_chain 
-MAIL:priority 
-MAIL:reply 
-MAIL:status 
-MAIL:subject 
-MAIL:thread 
-MAIL:to 
-MAIL:when 
-META:address 
-META:city 
-META:company 
-META:country 
-META:email 
-META:fax 
-META:group 
-META:hphone 
-META:name 
-META:nickname 
-META:state 
-META:url 
-META:wphone 
-META:zip 
-_signature 
-_status 
-_trk/qrylastchange 
-_trk/recentQuery 
-be:deskbar_item_status 
-last_modified 
-name 
-size 
-
-
    -
  • mkindex - 为磁卷或者分区的索引添加属性。
  • -
-
Usage: mkindex [options] <attribute> 
-Creates a new index for the specified attribute. 
- 
-  -d, --volume=PATH     a path on the volume to which the index will be added, 
-                        defaults to current volume. 
-  -t, --type=TYPE       the type of the attribute being indexed.  One of "int", 
-                        "llong", "string", "float", or "double". 
-                        Defaults to "string". 
-      --copy-from       path to volume to copy the indexes from. 
-  -v, --verbose         print information about the index being created 
-
-
-

只有具有该属性的 新建 文件才可以自动添加到该索引中! -
-现存的文件必须通过手动的复制该文件,然后删除原件才可以添加到索引中。当然,您也可以使用 reindex 命令。 -

-
    -
  • reindex - 把已存在文件的属性添加到新建的磁卷或者分区的索引中。
  • -
-
Usage: reindex [-rvf] attr <list of filenames and/or directories> 
-  -r    enter directories recursively
-  -v    verbose output
-  -f    create/update all indices from the source volume,
-        "attr" is the path to the source volume
-
-
-
    -
  • rmindex - 从磁卷或者分区的索引中删除属性。
  • -
-
Usage: rmindex [OPTION]... INDEX_NAME 
- 
-Removes the index named INDEX_NAME from a disk volume.  Once this has been 
-done, it will no longer be possible to use the query system to search for 
-files with the INDEX_NAME attribute. 
- 
-  -d, --volume=PATH     a path on the volume from which the index will be 
-                         removed 
-  -h, --help            display this help and exit 
-  -p, --pattern         INDEX_NAME is a pattern 
-  -v, --verbose         print information about the index being removed 
- 
-INDEX_NAME is the name of a file attribute. 
- 
-If no volume is specified, the volume of the current directory is assumed.
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/keyboard-shortcuts.html b/docs/userguide/userguide/zh_CN/keyboard-shortcuts.html deleted file mode 100644 index b84621b1ab..0000000000 --- a/docs/userguide/userguide/zh_CN/keyboard-shortcuts.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - 快捷键和组合键 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

快捷键和组合键

- -

默认情况下,Haiku的快捷键,例如从菜单中调用命令,不是通常所用的 CTRL 键,而是 ALT 键。这里存在历史的原因,因为 BeOS 在某些方面沿用了 MacOS 的习惯。在您熟悉使用之后,它们就会带来诸多方便,例如, ALT CALT V 无缝集成到了终端的 bash shell ,而使用 CTRL C 将会结束正在运行的进程。

-

不管怎样,您可以在键盘映射首选项中将其切换为您更熟悉的 CTRL 键。而在用户指南中总是使用 ALT 命令键来描述默认配置。

-

如果您对自己使用的键盘的 OPT 或者 MENU 键不是很清楚,您也可以使用键盘映射首选项。在那里,当您在键盘上按下某个键时,您就可以看到相应的按键显示。

- -

-index -常用快捷键

-

下面的表格中列出了许多可用的最常使用的快捷键,即使没有相应菜单:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALT Fx切换到 工作区 X(Fx是关联到该工作区的功能键)。如果同时按下了 SHIFT 键,将会和当前工作窗口一起进行切换。
CTRL ALT / / / 导航至相应的可用工作区。同时按下 SHIFT 将会连同活动窗口一起进行切换。
OPT时按下 OPT 拖动窗口到其他窗口的标签或者边界附近时,它们将会被重叠或者拼贴起来(详情查看 图形用户界面)。
OPT / 循环切换当前工作区中的打开窗口。
CTRL ALT + 左键点击并使用左键拖动窗口(查阅章节 GUI)。
CTRL ALT + 右键点击并使用右键拖动窗口(查阅章节 GUI)。
CTRL ALT Z还原窗口大小(对于多数程序,将最大化窗口)。
CTRL ALT M最小化当前活动窗口。
CTRL ALT H隐藏(最小化)当前活动程序的所有窗口。
CTRL ALT F置前活动窗口(仅适用于 鼠标跟随聚焦 设置)。
CTRL ALT B置后当前活动窗口。
CTRL TAB保持按下将会弹出任务切换器
CTRL ALT DEL打开程序监视器
ALT ESC进入菜单栏(使用 ESC 键离开菜单栏)
ALT C复制选中文件到剪切板。
ALT X剪切选中文件到剪切板。
ALT V粘贴剪切板中的内容。
ALT W关闭当前活动窗口。
ALT Q结束程序。
PRINT实时进行屏幕截图,并且启动屏幕截图面板。
SHIFT PRINT安静的执行屏幕截图(不打开截图面板),但是使用最近的设置。
CTRL PRINT使用最近的设置进行屏幕截图,但是不保存为文件,而是保存到剪切板。
- -

-index -文本编辑快捷键

-

无论何时在编辑文本,在文件浏览器中重命名文件,在 StyledEdit 中编辑文件,或者 Vision 中聊天,您都可以使用下面的快捷键:

- - - - - - -
ALT /
OPT /
在文本文字间跳转。(备注:熟练使用 OPT 组合键将会很有用,因为在某些应用中,可能会使用 ALT 用于其他目的。)
HOME跳转到编辑行起始位置。
END跳转到编辑行末尾位置。
ALT HOME跳转到文档起始位置。
ALT END跳转到文档末尾位置。
-

在使用上述的组合键时,按下 SHIFT 将会选中鼠标跳转中的文本。

- -

-index -Tracker导航快捷键

-

在了解了常用的快捷键之后,下面是用于在Tracker中进行导航的快捷键:

- - - - - - - - -
ALT 打开上层文件夹。
ALT or ENTER打开选中文件夹。
OPT打开文件夹时按下该键将会自动关闭父文件夹。它也适用于使用鼠标进行文件导航。
MENU打开桌面栏菜单(按下 ESC 键离开菜单)。
ALT Z撤销最近操作。撤销的历史仅限于可用的记忆。需要注意的是,这只作用于对文件本身的操作,而属性的改变和权限设置不能够被撤销。同时,如果文件从 回收站 中进行了删除,它将无法找回。
ALT SHIFT Z重新执行您刚通过 ALT Z 撤销的操作。
SHIFT + 鼠标转轮在文件浏览器中滚动过长的文件列表,或者位于 下拖动子菜单时, 该快捷键将会执行翻页滚动。
- -

-index -终端快捷键

- - - - - - - - - - - - - - - - -
ALT N在新窗口中打开终端会话。
ALT T在新标签中打开终端会话。
ALT 1, 2, 3 ...切换到相应的标签。
ALT TAB切换到下一个终端窗口。
SHIFT / 切换到上一个/下一个标签。
ALT SHIFT / 左/右移动当前标签。
ALT + / -增大或者缩小字体。
ALT ENTER进入或者离开全屏模式。
SHIFT / 滚动到上一行或者下一行查看终端输出内容。
SHIFT Page↑ / Page↓滚动到上一页或者下一页查看终端输出内容。
TABTab-补全命令。输入几个字符之后,按下 TAB 来自动补全文件名和路径。如果遇到了多个匹配项,它将会停在出现不匹配的地方,然后您必须输入更多的字符来进一步加以区分。您也可以两次按下 TAB 键来查看所有的匹配项,然后再从中加以选择。
/ 上下移动查看所有已经输入的历史命令。
CTRL RBash history. All the commands you enter -are stored in the file ~/config/settings/bash_history. Press CTRL R and start to enter a command and you'll be provided with the first match from the bash history. Keep pressing CTRL R until you find the right command line and press ENTER to execute it.
CTRL C暂停当前运行的命令。
CTRL D关闭当前终端会话。
- -

-index -其他组合键

-

您可以使用辅助按键从选取选取项移除项目或者添加项目到选取项中。

- - - -
SHIFT按下该键,将会选中第一个选中文件和当前选中文件之间的所有文件。
ALT添加选中的项目作为选择项,或者从选择项中移除选中的项目。
-

在 Tracker 窗口中,如果您刚开始输入,Tracker 将会不断向前滚动,选择最匹配您输入字符的搜索结果。如果没有文件的开头匹配您输入的字符,那么它将会选择在名字或者其他显示的属性中包含这些字符的文件。 这类搜索 不是 大小写敏感的。
-您输入的字符显示在窗口左下角,在这里会显示文件的数目。在几秒钟之后,它将会恢复,您就可以开始新的递进式搜索。
-Tracker 不仅可以跳转到首个搜索字符串出现的地址,并且可以设置以过滤所有未匹配的文件。请查阅 实时过滤

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences.html b/docs/userguide/userguide/zh_CN/preferences.html deleted file mode 100644 index f6a435dff0..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - 首选项 - - - - - - - - -
-
- -

首选项

- -

尽管 Haiku 的一个关键理念就是减少选项,代之以合理的默认配置,但是仍然有些地方需要用户根据个人喜好来进行配置。你可以在桌面栏的 首选项 菜单中找出以下所有的首选项面板。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
icon外观 对图形界面某些部分的外观进行设置。
icon背景 把某种颜色或者图像设置为桌面或者其他文件夹的背景。
icon数据转换 对所有支持的文件格式进行设置。
icon桌面栏 对桌面栏进行相关的设置。
icon电子邮箱 对您的邮箱账户进行配置。
icon文件类型 添加,删除或者配置文件类型。
icon键盘 对键盘的重复延迟和重复率进行配置。
icon键盘映射 对键盘映射进行设置。
icon本地化 设置您的操作系统所使用的语言和格式。
icon媒体 音频和视频的设置,例如输入输出设备和系统的混音器。
icon鼠标 对鼠标进行相关的配置。
icon网络 对网络连接进行相关的配置。
icon打印机 添加,删除或者配置打印机。
icon显示器 配置显示器的分辨率,色彩深度,刷新频率和工作区数量。
icon屏幕保护 添加,删除或者配置屏幕保护。
icon快捷键 创建您自己的快捷键,例如,通过组合键快速启动应用程序。 [仍然缺失]
icon声音 为不同的系统事件配置声音反馈。
icon时间 对时间,日期和时区进行设置。
iconTracker 对Haiku的文件管理器进行配置。
icon触摸板 对您的触摸板进行相关配置。
icon虚拟内存 设置交换空间的大小进行设置。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/appearance.html b/docs/userguide/userguide/zh_CN/preferences/appearance.html deleted file mode 100644 index 72af37918b..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/appearance.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - 外观 - - - - - - - - -
-
- -

appearance-icon_64.png外观

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Appearance
设置:~/config/settings/system/app_server/appearance
-~/config/settings/system/app_server/fonts
-

外观首选项允许你对 Haiku 的外观做出一些修改。

- -

-index -字体

-appearance-fonts.png -

Haiku定义了三种标准字体用于不同的目的。您可以设置系统中使用的普通,粗体和等宽字体类型。除此之外,还有用于菜单字体的独立设置。

- -

-index -安装字体

-

新字体将不会以常规的 .hpkg 包形式提供,您可以根据字体类型(psfonts 或者 ttfonts)将字体复制到 non-packaged 下的相应子目录进行安装(详情查看 文件系统布局)。对于 TrueType 字体如下:

- - - -
/boot/system/non-packaged/data/fonts/ttfonts/   用于对所有用户都可用的字体。
/boot/home/config/non-packaged/data/fonts/ttfonts/   用于仅对自己可用的字体。
- -

-index -颜色

-appearance-colors.png -

颜色 标签页中,您可以对用户界面不同部分的颜色做出修改。当然,这些颜色也支持拖拽操作;您从其他程序选取颜色,例如:WonderBrush图标套件 或者 背景 面板。

- -

-index -窗口装饰

-appearance-decorators.png -

Decorators 决定了窗口和所有界面元素的样式和外观。目前,Haiku 仅带有默认的装饰。如果您安装了其他的装饰,您可以从弹出菜单中选择使用。

-

Haiku 默认的装饰可以让您选择箭头类型和滚动条:滚动栏两端的单向箭头,或者类似于传统 BeOS 方式的双向箭头。或者在鼠标移动时,可以让其左右上下滚动。

- -

-index -抗锯齿

-appearance-antialiasing.png -

抗锯齿 标签页提供了关于计算机屏幕中图形渲染的不同设置选项。

- -

-index -字体微调

-

激活的 字体微调 把所有字符的横边和竖边放置在两个像素中间来排列字符。这样的结果是产生了鲜明的对比,尤其是在处理白底黑字时更加突出。而且文本显得非常整洁。同时还有一个 仅等宽字体 设置,该设置对于类似于上网本的低分辨率设备非常有用。当字体精调启用之后,小字体的显示效果会很不好,但是文本编辑软件和终端中的字体显示效果将会显著提高。

-

请看下面不同精调字体经过放大之后的截图:

- - -
appearance-glyph-off.png
Hinting: off
appearance-glyph-on.png
Hinting: on
-

需要指出的是,本页中所有的 放大镜 窗口当然也是通过一些选项实现自我渲染的。所以,你通过对比来获得有关设置的真实印象,例如,粗体的黄色标题或者文本 "33 x 15 @ 8 pixels/pixel"。

- -

-index -抗锯齿类型

-

另一个可以用于渲染的是 抗锯齿技术 ,它支持所有的矢量字体和文本,通过改变一些像素的颜色来使线条平滑。有两种方法实现抗锯齿类型:

-

灰度 改变边缘像素的灰度。
-LCD 亚像素 会有更好的效果,尤其是对于 (高分辨率的) LCD 显示器。因为 LCD 显示器的每个像素是由红,绿,蓝三种基本色组成,所以该方法除了调节边缘像素的灰度,它还改变了边缘像素的部分颜色。

-

同样的,以上两种方法处理过的字体放大后的截图如下:

- - -
appearance-glyph-off.png
灰度,微调:关闭
appearance-subpixel.png
LCD 亚像素,微调:关闭
-

基于亚像素的抗锯齿技术给其对象添加了轻微的色彩亮度,但不是所有的人都能够忍受这种渲染。在 Haiku 中,你可以混合使用这两种方法,并且可以通过调节滑动条找出适合自己的配置方案。

-
基于亚像素的抗锯齿技术与字符精调技术的组合使用存在软件专利权的问题,因此是默认不可用的。但是根据所处地域的不同,您或许能够获取到可用的版本。对此深表歉意,您可以同您法律顾问商讨有关事宜。
-

如果你通过修改源码,再次编译之后,激活了字符精调和LCD亚像素组合渲染技术,那么下面就是它与灰度渲染的效果对比:

- - -
appearance-glyph-on.png
灰度,微调:开启
appearance-glyph-on-subpixel.png
LCD 亚像素,微调:开启
-


-

在本面板底部有两个按钮:

- - - -
默认 重置所有设置未默认值。
取消 取消设置,恢复到打开外观首选项前的设置状态。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/backgrounds.html b/docs/userguide/userguide/zh_CN/preferences/backgrounds.html deleted file mode 100644 index 460dfc61d4..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/backgrounds.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - 背景 - - - - - - - - -
-
- -

backgrounds-icon_64.png背景

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Backgrounds
设置:~/config/settings/system/app_server/workspaces
-~/config/settings/Backgrounds settings - 存储了面板的窗口位置
-

您可以为每个文件夹和每个工作区的桌面设置背景,背景可以是某种颜色或者图像。

-


-backgrounds.png -

顶部菜单用于指定所作修改应用的位置,它们可以是目前的工作区,所有工作区,独立的文件夹,或者默认的所有新文件夹。

-

在菜单下面,您可以指定图像,但是如果你希望使用单色背景,您也可以选择 None 。当然,图像也可以被拖拽至左边的预览框中。

-

如果您使用了图像,您就必须指定它的位置:

- - - - - -
Manual 由您来制定图片的坐标位置。您可以在左边的预览中进行拖动定位,或者直接输入 XY 坐标来定位。
Center 在屏幕的中心位置,居中放置图片。
Scale to fit 忽略图片的长宽比,拉伸图片直到填满整个屏幕。
Tile 重复图片直到平铺整个屏幕。
-

激活 Icon label outline ,在图标周围显示其微微的轮廓。

-

图标标签的文本颜色取决于取色板的设置,深色的设置使文本呈白色,而浅色的设置则使其呈黑色。所以,如果您设置了浅色的图像作为背景,为了使图标标签呈黑色,您应该设置取色板为浅色。(或者使用上面的轮廓设置选项。)
-选取的颜色在 工作区小程序 中也会反映出来,而忽视背景图像。

- - - -
取消 恢复到您打开 Backgrounds 设置程序之前的设置状态。
应用 设置你所做的修改。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/datatranslations.html b/docs/userguide/userguide/zh_CN/preferences/datatranslations.html deleted file mode 100644 index afd61d9b64..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/datatranslations.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - 数据转换 - - - - - - - - -
-
- -

datatranslations-icon_64.png数据转换

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/DataTranslations
设置:~/config/settings/* - 在改变默认设置之后,每个解析器都将创建它自己的设置文件。
-~/config/settings/system/DataTranslations settings - 保存了面板的窗口位置。
-

每个程序都可以打开和保存任何安装了转换器的文件格式。而有关这些转换器的设置可以在数据转换首选项中进行配置。

-


-datatranslations.png -

根据各自功能的不同,每个转换器具有不同的设置。 但是至少您可以使用 Info... 按钮打开一个显示致谢名单和安装路径的窗口。
-下面的表格给出了默认转换器的概况和他们最常用的选项。

- - - - - - - - - - - - - - - - - - - - - -
Apple icons有效图像大小为 16, 32, 48, 128, 256, 512, 1024 (RGB32 和 RGBA32)
BMP Images24位,未压缩格式,无透明效果
EXR ImagesILM 的高动态范围图像格式(HDR)
GIF Images8位,无损压缩,透明效果 -
-您可以通过限制使用颜色和调色板的数量来减小文件大小。 -
-通过使用自动的透明通道,或者设置三原色的值,您可以使用透明效果来处理图片。
HVIF iconsHaiku 矢量图标格式转换器
JPEG2000 Images24位,压缩格式,无透明效果 -
-在这里,通常您只关心图像的输出效果。
JPEG Images24位,压缩格式,无透明效果 -
-除了输出质量,您也可以设置平滑处理,从而减轻压缩伪像,但是这将会是图像变得模糊。
PCX Images24位,未压缩格式,无透明效果,PC画笔交换格式
Photoshop images32位,无损压缩,透明支持
-该转换器缩减所有图层为单个位图图层。
PNG Images32位,无损压缩,透明效果
PPM Images24位,未压缩,无透明效果,便携式位图格式
RAW Images48位,未压缩格式,无透明效果
RTF Text Files格式化文本
SGI Images24位,可选无损压缩,透明效果
StyledEdit Files普通文本,格式数据保存在属性中。
TGA Images32位,可选无损压缩,透明效果
TIFF Images24位,可选无损压缩,具有图层,透明效果
WebP images8-bit YUV 4:2:0 图像格式,压缩,无透明度。
Windows icons有效图像大小为 16,32,48
WonderBrush Images32位,具有图层,透明效果,位图/矢量数据
-


-
屏幕截图,图表,黑白图纸,以及其他使用颜色很少图像,包括小图片,最好将它们保存为GIF(256色)或者PNG(上万种颜色)格式。例如,JPEG格式,引入了压缩伪像,但是没有增加文件大小。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/deskbar.html b/docs/userguide/userguide/zh_CN/preferences/deskbar.html deleted file mode 100644 index 81a73bc2fe..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/deskbar.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - 桌面栏 - - - - - - - - -
-
- -

deskbar-icon_64.png桌面栏

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Deskbar
设置:~/config/settings/Deskbar_settings
-~/config/settings/Deskbar_security_code
-


-

桌面栏偏好设置面板在桌面栏上也是可用的,在桌面栏主题中给出了有关其设置的方法。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/e-mail.html b/docs/userguide/userguide/zh_CN/preferences/e-mail.html deleted file mode 100644 index 77378aadb5..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/e-mail.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - - 电子邮箱 - - - - - - - - -
-
- - - - -
索引
- 新建邮箱账户
- 用户账户设置
- 收件箱的设置
- 发件箱的设置
- 过滤器的设置
- 邮箱服务设置 -
- -

e-mail-icon_64.png电子邮箱

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/E-mail
设置:~/config/settings/Mail/*
-

Haiku提供了邮件系统,它通过邮件服务(mail_daemon)检索电子邮箱,并且将邮件保存为单个文本文件。它将邮件分为几个部分,并且将所有必须的头信息保存为邮件属性,例如发件人,收件人,主题以及未读状态。目前所有的邮件可以被您或者任何的程序所查询。该系统还可以在保持所有的数据和配置不变的情况下,切换电子邮箱客户端。 -
-邮箱的配置可以在电子邮箱首选项面板中完成。

- -

-index -新建邮箱账户

-

让我们开始了解有关邮箱账户的设置过程。
-您可以点击 Add 按钮新建一个未命名账户。它将会打开一个用于填写有关您的账户信息的面板:

-e-mail-new-account.png -

首先,设置获取邮件的方式,通过 POP3 或者 IMAP

-

接下来,输入您的 邮箱地址登陆名密码;之后,给出您的 账户名 以及 真实姓名,它们将在 Haiku 中始终可见。

-

如果您的账户来自于主要的电子邮箱提供商,Haiku 已经知道了所有的技术细节,例如服务器 IP 地址。反之,点击 下一步 将会打开其他窗口,您需要手动输入这些信息:

-e-mail-new-account-2.png -

首先您需要为接受邮件设置 服务器名称, 登陆类型 and 连接类型 ,之后是发送邮件的设置。您应该可以在您的邮箱提供商站点找到相关的信息。
-关于各种设置和附加选项的详细信息请参阅下文。

- -

-index -用户账户设置

-

通过选择左边列表中的账户名称,您可以修改一些基本设置:

-e-mail-accounts.png -

账户名称 是用于在电子邮件首选项账户列表中显示的名称i。真实名称 是收件人收到您的邮件时看到的名称。回复地址 是某人回复您的邮件时使用的邮箱地址。通常它和您的发送邮箱地址相同。

-

如果您希望使用一个邮箱账户仅用于发送或者接受邮件,您可以通过右键点击左侧列表中的邮箱账户,设置相应的选框来取消/激活该用法。

- -

-index -收件箱的设置

-

点击您的账户名下的 收件箱 设置如何进行邮件的接收。

-e-mail-in.png -

首先是用于接收邮件的 邮件服务器 地址。如果您的提供商要求您通过指定端口登陆,您可以将其添加到地址末端,以冒号隔开。例如, pop.your-provider.org:1400

-

然后输入您的登陆信息, 登录名称密码,并且如果有必要,修改默认的 登陆类型 Plain textAPOP 以便身份验证。

-

如果您使用 POP3 并且从不同的计算机上检索邮件,您可能需要激活 在服务器保留邮件 选项及本地的 删除时从服务器移除邮件

-

如果您使用的是 IMAP ,您已经具有了本地的 删除时从服务器移除邮件 选项。您可以指定 IMAP 目录 以用于和指定目录及其子目录同步。

-

同时,您也可以指定仅 下载部分消息,大于某个存储空间的消息。这样将会仅下载消息头,而且您在查阅了标题和发送者之后,可以确定是否下载消息内容和附加内容。当您的网络连接速度比较慢是非常有用。

-

您可以修改收件箱的 目标位置 (默认为:/boot/home/mail/in/),如果您希望将不同账户的邮件放到各自的目录,它将非常有用。但是,查询也可以帮您处理的很好。

- - -

-index -发件箱的设置

-

点击您的账户名下面的 发件箱 以设置邮件发送方式。

-e-mail-out.png -

首先是发送邮件的 SMTP 服务器 地址。与前面的接收服务器类似,如果需要,您可以使用指定端口,如:mail.your-provider.org:1200

-

如果您需要登录,您可以修改 登录类型ESMTP ,然后输入上述的用户名和密码。其他类型用于需要您检查 POP3 before SMTP 邮件认证的供应商。

-

与接收邮件类似,您可以修改发件箱的 位置(默认为:/boot/home/mail/out/)。

- -

-index -过滤器的设置

-

有关新邮件到达的通知,邮件排序和过滤的方法等内容位于账户名下的 邮件过滤器。您可以添加任意数量的过滤器,然后挨个使用,并且可以通过拖拽改变它们的位置。
-目前,系统为您提供了三个 收件箱过滤器 。过滤器添加完成之后,您需要选中它,查看一下它的选项。

- -

-index -垃圾邮件过滤器

-e-mail-filter-spam.png -

垃圾邮件过滤器使用了统计的方法来识别邮件为不需要的垃圾邮件。它将会赋予 0-1 之间的值给邮件,并且您可以决定有用和垃圾邮件的范围。
- -您可以查看添加到邮件头部的排名。
- -同时,垃圾过滤器可以从所有的接收邮件中学习。当然,您必须检出被误认为垃圾邮件的负面邮件。您将会发现更多关于我们正在讨论的 Mail 的信息。

-

与下述的 规则过滤器 过滤器相结合,您将能够自动检出删除的垃圾邮件。

- -

-index -规则过滤器

-e-mail-filter-header.png -

过滤器将邮件头与搜索模式相匹配,并且根据您设置的规则执行某些动作。
-在第一个文本框内,您可以指定需要进行检查的邮件头。可选内容如下:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
名称 发件人的名称
发件地址 发件人邮箱地址
收件地址 您的邮箱地址(由邮箱账户不同而不同)
回复地址 将要回复到的邮箱地址。
日期 邮件接收的日期和时间。
主题 主题
Cc 抄送地址(Cc)
账户 邮箱账户名
状态 当前邮箱状态。通常为 "Read","Replied","Sent","Forwarded","New",或者其他自定义的内容。但是,除非您在过滤器中做了修改,否则,当 Mail 服务获取邮件之后,它总是为 "New" 。
优先级 由发件人的邮件程序设置(如,"urgent")
Thread 实质上与 "Subject" 相同,但是不附带如 "Re:" 或者 "Fwd:" 等内容。
Classification Group 根据 垃圾邮件过滤器 对它的分类,可以为空(如果不确定)或者包含 "Genuine" 或 "Spam" 等。
Spam/Genuine Estimate 这是 垃圾邮件过滤器 赋给邮箱的估算数值。它们以科学记数法的形式表示,如 1.065e-12,其表达的意思为,1.065 除以 10 的 12次方,大小为 0.000000000001065 。
-

第二个文本框放置您的搜索方式。它可以接受 正则表达式 ,这给了它巨大的灵活性,虽然可能会让事情变得复杂。仔细阅读有关内容,它非常值得,并且简单的搜索模式并没有 那么 复杂。

-

通过其下的弹出菜单,您可以设置模式匹配时的动作。您可以移动或者删除邮件,设置 "Read" 或其他状态,或者设置执行回复的邮箱账户。

- -

-index -新邮件通知

-e-mail-filter-notification.png -

对于新邮件的通知,您有几种可供选择的方法。 在 方法 中,您可以找到多个选项可供选择:

- - - - - - - - - - - - - - - -
没有通知
响铃 每个 新邮件播放 声音 首选项中“新邮件”事件的声音文件。
提醒 每个新邮件显示一个提醒窗口。
键盘指示灯 闪烁一些键盘指示灯,如, 大小写锁定 指示器。
中央警报 为所有的新邮件显示 一个 提醒窗口。
中央响铃 为新邮件播放 一次 声音 首选项中的“新邮件”事件的声音文件。
登陆窗口 显示登陆窗口。
- -

-index -发送邮件过滤器

-

现在,仅有一个过滤器用于处理发送邮件:fortune
- -在邮件送出之前,它将会在每个邮件末尾添加一个随机选择的趣味或智慧的 "fortune cookie" 。您可以在终端中执行 fortune 命令来执行一次示范演练。

- -

-index -邮箱服务设置

-

现在,您的接收和发送邮件服务器(可能还有某些过滤器)都完成了配置,那么您需要告诉实际执行检查和接收的 Mail 服务 如何完成它的任务。

-e-mail-settings.png -

Mail Checking 中,您可以配置检查账户的邮件服务器中新邮件的时间间隔。
- -如果您使用拨号连接,您可能需要 Only When Dial-Up is Connected 以及 Schedule Outgoing Mail When Dial-Up is Disconnected 以避免自动拨号激动检查邮件。

-

Mail 服务具有一个状态窗口,您可以将其设置为显示 NeverWhile SendingWhile Sending and Receiving 或者 Always

-

确保启用 Start Mail Services on Startup ,否则将会没有运行的 mail_daemon 来执行您的命令。

-e-mail-mailbox.png -

编辑邮箱菜单... 将会打开 /boot/home/config/Mail/Menu Links/ 目录。所有的目录或查询,以及放置于该目录中的链接将会呈现在 桌面栏托盘 中 Mail 服务 的邮箱图标的右键菜单中。

-

从该菜单中,您也可以 新建邮件...马上查收邮件 或者编辑 首选项...

-

在打开右键菜单时按下 SHIFT 按键,您将会获取附加的命令:

- - - - - - - -
仅检查邮件 提供一个子菜单用于检查指定账户邮件。
发送挂起邮件 允许您发送挂起邮件,而不进行新邮件的检查。
关闭邮件服务 退出整个基本的邮件服务(mail_daemon)
-

当其中有信封时,邮箱图标本身显示了是否有未读的消息(状态 "New")。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/filetypes.html b/docs/userguide/userguide/zh_CN/preferences/filetypes.html deleted file mode 100644 index 6b2c9a9ab7..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/filetypes.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - 文件类型 - - - - - - - - -
-
- -

filetypes-icon_64.png文件类型

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/FileTypes
设置:~/config/settings/FileTypes settings
-~/config/settings/beos_mime/* - 以文件夹形式保存所有的MIME类型。
-

请参阅 文件类型 主题和 文件类型,属性,索引与查询 主题,后者对大部分的设置面板进行了介绍。

- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/fonts.html b/docs/userguide/userguide/zh_CN/preferences/fonts.html deleted file mode 100644 index db06fd6803..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/fonts.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - 字体 - - - - - - - - -
-
- -

“字体”已经移动到外观配置面板,该页面已过时,请勿翻译。

- -

fonts-icon_64.png字体

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Fonts
设置:~/config/settings/system/app_server/fonts
-~/config/settings/Font_settings - 存储了面板的窗体位置。
-


-fonts.png -

Haiku定义了三种标准字体用于不同的目的。您可以设置系统中使用的普通,粗体和等宽字体类型。除此之外,还有用于菜单字体的独立设置。

- - - -
默认 设置所有内容为默认值。
取消 恢复设置到程序启动时的状态。
- -

-index -安装新字体

-

您可以通过将字体复制到如下用于目录,例如 /boot/common/data/fonts/ 或者 /boot/home/config/data/fonts/ 以实现安装(详情查看 文件系统布局)。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/keyboard.html b/docs/userguide/userguide/zh_CN/preferences/keyboard.html deleted file mode 100644 index a13f431e6e..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/keyboard.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - 键盘 - - - - - - - - -
-
- -

keyboard-icon_64.png键盘

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Keyboard
设置:~/config/settings/Keyboard_settings
-


-keyboard.png -

设置重复速度和两次按键之间的延迟时间。您可以在底部的文本框内对相关设置进行测试。

- - - -
默认 重置所有设置未默认值。
取消 恢复键盘设置启动之前的设置状态。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/keymap.html b/docs/userguide/userguide/zh_CN/preferences/keymap.html deleted file mode 100644 index c627aea190..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/keymap.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - 键盘映射 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

keymap-icon_64.png键盘映射

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Keymap
设置:~/config/settings/Keymap/* - 用户修改后的键盘映射的位置
-~/config/settings/Key_map
-


-keymap.png -

在面板右侧,键盘映射窗口显示了一个键盘。当你按下某个按键时,所要响应的按键将会变暗,然后指定的符号将会输入到底部的 Sample and Clipboard 文本框。您也可以从这儿复制里面的内容,将粘贴到文档中。 -
-如此,键盘映射首选项不仅可以用于配置您的本地键盘映射,还可用于寻找其他语言的特殊符号。例如,您可以将键盘映射切换为"法语",找出 "ç" 然后将其复制到您邮件中的 François。(尽管您也可以在其他的键盘映射中找出 "cedil"...)

-

按下辅助按键,例如 SHIFTCONTROL 或者 OPTION 来改变显示的键盘类型。

-

还有些按键的背景标记为蓝色,这些按键称为 Dead Keys ,它们可以改变您在按下它们之后所按下的按键。如果您点击了这些蓝色的按键,那些可以改变的按键显示为黄色;再次点击,所有的按键将恢复正常。例如 é,ñ,ó或者ë。

-

在键盘显示的下面,还有两个选项:

- - - -
Select Dead Keys 用于设置上述的蓝色按键。
Switch Shortcut Key... 用于使用 Windows/Linux 模式的快捷键,例如 CONTROL(通常为 CTRL)或者 Haiku 模式,例如 COMMAND(通常为 ALT)。
-

The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap in the keyboard representation: drag&drop one key on another and they switch places.

-

Alternatively to this drag&dropping of keys, there's the menu File | Set modifier keys... that opens this window:

-keymap-modifiers.png -

Here, you can assign keys to their respective roles or even completely disable the role of a key. You can even assign the same key to different roles, though that's not a good idea most of the time and you'll be warned by a small exclamation mark beside the pop-up menus if you do that.
-Pressing Set modifier keys applies your changes and closes the window.

-

When you're done you can save the result from the menu File | Save.... Your modified map will only appear in the user-defined list if it's stored in ~/config/settings/Keymap/. Otherwise you'll have to manually load it via File | Open....

-

为了使键盘映射面板更好的对应于您实际的键盘,在 Layout 菜单中有几个不同的设置可供选择。

-

在键盘显示面板中的字体可以通过 Font 菜单进行设置。需要注意的是,它可能不包含某种特别映射的所有符号。

-

最后,有一个 Revert 按钮,它用于恢复设置到键盘映射首选项启动之前的状态。

- -

-index -高级键盘映射操作

-

除了使用键盘映射首选项面板之外,还有一种方法可以用于定制键盘映射。它涉及到编辑包含十六进制值的文本文件,看起来难度很大,但是它并非无法掌握。

-

您可以在终端中使用下述命令卸载当前的键盘映射:

-
keymap -d > MyKeymap
-

The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...
-At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use the Shortcuts preferences.

-

在完成修改之后,为了保存文件,并且使系统启用修改后的键盘映射,您可以使用下述命令:

-
keymap -s < MyKeymap
-

如果您希望将该键盘映射引入映射面板,您必须首先将它编译为二进制格式:

-
keymap -c < MyKeymap
-

该命令将会创建一个文件 keymap.out,您可以通过 Open... 菜单载入键盘映射。还需要说明的是,keymap命令也可以载入该二进制格式: keymap -l < keymap.out

-

下面是卸载后的文件(为了使该页面有更好的显示效果,我们剪切了键盘最右边的按键设置):

- -
#!/bin/keymap -s
-#
-#	Raw key numbering for 101 keyboard...
-#                                                                                    
-#                                                                                    
-# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
-#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d
-#
-# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
-#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e
-#
-# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
-#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33
-#
-# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]
-#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47   
-#
-# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]
-#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56 
-#
-# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]
-#  0x5c              0x5d                 0x5e                 0x5f              0x60
-#
-#	NOTE: On a Microsoft Natural Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			menu key     = 0x68
-#	NOTE: On an Apple Extended Keyboard:
-#			left option  = 0x66
-#			right option = 0x67
-#			keypad '='   = 0x6a
-#			power key    = 0x6b
-Version = 3
-CapsLock = 0x3b
-ScrollLock = 0x0f
-NumLock = 0x22
-LShift = 0x4b
-RShift = 0x56
-LCommand = 0x5d
-RCommand = 0x60
-LControl = 0x5c
-RControl = 0x00
-LOption = 0x66
-ROption = 0x5f
-Menu = 0x68
-#
-# Lock settings
-# To set NumLock, do the following:
-#   LockSettings = NumLock
-#
-# To set everything, do the following:
-#   LockSettings = CapsLock NumLock ScrollLock
-#
-LockSettings = 
-# Legend:
-#   n = Normal
-#   s = Shift
-#   c = Control
-#   C = CapsLock
-#   o = Option
-# Key      n        s        c        o        os       C        Cs       Co       Cos     
-Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
-Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
-Key 0x11 = '^'      0xc2b0   ''       ' '      ''       '^'      0xc2b0   ' '      ''       
-Key 0x12 = '1'      '!'      ''       ' '      ''       '!'      '1'      ' '      ''       
-Key 0x13 = '2'      '"'      ''       0xc2b2   ''       '"'      '2'      0xc2b2   ''       
-Key 0x14 = '3'      0xc2a7   ''       0xc2b3   ''       0xc2a7   '3'      0xc2b3   ''       
-Key 0x15 = '4'      '$'      ''       ' '      ''       '$'      '4'      ' '      ''       
-Key 0x16 = '5'      '%'      ''       ' '      ''       '%'      '5'      ' '      ''       
-Key 0x17 = '6'      '&'      ''       ' '      ''       '&'      '6'      ' '      ''       
-Key 0x18 = '7'      '/'      ''       '{'      ''       '/'      '7'      '{'      ''       
-Key 0x19 = '8'      '('      ''       '['      ''       '('      '8'      '['      ''       
-Key 0x1a = '9'      ')'      ''       ']'      ''       ')'      '9'      ']'      ''       
-Key 0x1b = '0'      '='      ''       '}'      ''       '='      '0'      '}'      ''       
-Key 0x1c = 0xc39f   '?'      ''       '\\'     ''       '?'      0xc39f   '\\'     ''       
-Key 0x1d = 0xc2b4   '`'      ''       ' '      ''       0xc2b4   '`'      ' '      ''       
-Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
-Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
-Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
-Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
-Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      
-Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      
-Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      
-Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
-Key 0x27 = 'q'      'Q'      0x11     '@'      ''       'Q'      'q'      '@'      ''       
-Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
-Key 0x29 = 'e'      'E'      0x05     0xe282ac ''       'E'      'e'      0xe282ac ''       
-Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
-Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
-Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
-Key 0x2d = 'u'      'U'      0x15     ' '      ''       'U'      'u'      ' '      ''       
-Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
-Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
-Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
-Key 0x31 = 0xc3bc   0xc39c   0x1b     ' '      ''       0xc39c   0xc3bc   ' '      ''       
-Key 0x32 = ' '      '*'      0x1d     '~'      ''       '*'      ' '      '~'      ''       
-Key 0x33 = '#'      '\''     0x1c     ' '      ''       '\''     '#'      ' '      ''       
-Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
-Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
-Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
-Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'      
-Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'      
-Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'      
-Key 0x3a = ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
-Key 0x3d = 's'      'S'      0x13     ' '      ''       'S'      's'      ' '      ''       
-Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
-Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
-Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
-Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
-Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
-Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
-Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
-Key 0x45 = 0xc3b6   0xc396   ''       ' '      ''       0xc396   0xc3b6   ' '      ''       
-Key 0x46 = 0xc3a4   0xc384   ''       ' '      ''       0xc384   0xc3a4   ' '      ''       
-Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'      
-Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'      
-Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'      
-Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
-Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
-Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
-Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
-Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
-Key 0x51 = 'n'      'N'      0x0e     ' '      ''       'N'      'n'      ' '      ''       
-Key 0x52 = 'm'      'M'      0x0d     0xc2b5   ''       'M'      'm'      0xc2b5   ''       
-Key 0x53 = ','      ';'      ','      ' '      ''       ';'      ','      ' '      ''       
-Key 0x54 = '.'      ':'      '.'      ' '      ''       ':'      '.'      ' '      ''       
-Key 0x55 = '-'      '_'      ''       ' '      ''       '-'      '_'      ' '      ''       
-Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
-Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'      
-Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'      
-Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'      
-Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
-Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '      
-Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
-Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
-Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
-Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'      
-Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','      
-Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x69 = '<'      '>'      ''       '|'      ''       '<'      '>'      '|'      ''       
-Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
-Acute ' '       = 0xc2b4   
-Acute 'A'       = 0xc381   
-Acute 'E'       = 0xc389   
-Acute 'I'       = 0xc38d   
-Acute 'O'       = 0xc393   
-Acute 'U'       = 0xc39a   
-Acute 'Y'       = 0xc39d   
-Acute 'a'       = 0xc3a1   
-Acute 'e'       = 0xc3a9   
-Acute 'i'       = 0xc3ad   
-Acute 'o'       = 0xc3b3   
-Acute 'u'       = 0xc3ba   
-Acute 'y'       = 0xc3bd   
-Acute ''        = ''       
-Acute ''        = ''       
-Acute ''        = ''       
-AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Grave ' '       = '`'      
-Grave 'A'       = 0xc380   
-Grave 'E'       = 0xc388   
-Grave 'I'       = 0xc38c   
-Grave 'O'       = 0xc392   
-Grave 'U'       = 0xc399   
-Grave 'a'       = 0xc3a0   
-Grave 'e'       = 0xc3a8   
-Grave 'i'       = 0xc3ac   
-Grave 'o'       = 0xc3b2   
-Grave 'u'       = 0xc3b9   
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-Grave ''        = ''       
-GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Circumflex ' '       = '^'      
-Circumflex 'A'       = 0xc382   
-Circumflex 'E'       = 0xc38a   
-Circumflex 'I'       = 0xc38e   
-Circumflex 'O'       = 0xc394   
-Circumflex 'U'       = 0xc39b   
-Circumflex 'a'       = 0xc3a2   
-Circumflex 'e'       = 0xc3aa   
-Circumflex 'i'       = 0xc3ae   
-Circumflex 'o'       = 0xc3b4   
-Circumflex 'u'       = 0xc3bb   
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-Circumflex ''        = ''       
-CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Diaeresis ' '       = 0xc2a8   
-Diaeresis 'A'       = 0xc384   
-Diaeresis 'E'       = 0xc38b   
-Diaeresis 'I'       = 0xc38f   
-Diaeresis 'O'       = 0xc396   
-Diaeresis 'U'       = 0xc39c   
-Diaeresis 'Y'       = 0xc5b8   
-Diaeresis 'a'       = 0xc3a4   
-Diaeresis 'e'       = 0xc3ab   
-Diaeresis 'i'       = 0xc3af   
-Diaeresis 'o'       = 0xc3b6   
-Diaeresis 'u'       = 0xc3bc   
-Diaeresis 'y'       = 0xc3bf   
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-Diaeresis ''        = ''       
-DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
-Tilde ' '       = '~'      
-Tilde 'A'       = 0xc383   
-Tilde 'O'       = 0xc395   
-Tilde 'N'       = 0xc391   
-Tilde 'a'       = 0xc3a3   
-Tilde 'o'       = 0xc3b5   
-Tilde 'n'       = 0xc3b1   
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-Tilde ''        = ''       
-TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift 
- -
-
- - - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/locale.html b/docs/userguide/userguide/zh_CN/preferences/locale.html deleted file mode 100644 index f32b972399..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/locale.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - 本地化 - - - - - - - - -
-
- -

locale-icon_64.png本地化

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Locale
设置:~/config/settings/Locale settings
-


-

Haiku 的本地化系统不仅包括替代文本为翻译文字,还包括更复杂的任务,如和您本地本地习惯相匹配的格式化数字,日期,以及时间等。

-
如果您愿意为翻译提供帮助或者开始当前缺失语言的翻译,您可以联系 Haiku-i18n 邮件列表
-

-index语言

-

Haiku 已经被翻译为了多种语言,无奈有些翻译还有待完成。因此,您可以选择多个语言作为 “首选语言”。如果某些翻译出现丢失,它将会替换为下一个首选语言。英语是默认的候选(即使没有列出)。

-locale-language.png -

在这个图例中,首选语言设置为西班牙语。首个候选语言是意大利语,并且如果它的文本也缺失了,那么将会默认显示为英语。
-如您所见,在左边展开语言条目将会在子条目中显示该语言的变种或方言(如果可用)。

-

-index格式

-

格式标签中,您可以设置格式化的日期,时间,数字,并且这些格式与您的首选语言设置相独立。

-locale-formatting.png -

您可能时定居于意大利的西班牙人,说一部分的瑞士语。因此,您可能在系统中首选西班牙语,但是可以设置数字格式为:瑞士/意大利。
-如果您更倾向于使用西班牙的日期和月份名称(例如,可以考虑修改日期设置文件),您可以在顶部选中使用首选语言的月份/日期名称以覆盖给定的时间格式。

-

即便如此,上述图例可能不是最常见的情况,但是它也说明了系统过渡的平滑。

-

-index选项

-

最后的标签提供了 翻译桌面栏和文件浏览器中的应用和目录 选项。如果您希望使用本地化的图形界面,但是保留首选项面板,应用程序,及标准目录的原始英文名称,请禁用该选项。

-


-

所做修改即刻应用,尽管当前运行的应用程序可能需要关闭重启才可以显示新的设置。

- - - -
默认 重置所有设置未默认值。
取消 恢复为启动本地化首选项之前的设置。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/media.html b/docs/userguide/userguide/zh_CN/preferences/media.html deleted file mode 100644 index a7f9dfffbb..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/media.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - 媒体 - - - - - - - - -
-
- -

media-icon_64.png媒体

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Media
设置:~/config/settings/Media/*
-~/config/settings/System Audio Mixer
-~/config/settings/MediaPrefs Settings - 保存了面板的窗口位置
-

文档目前缺失。如果您希望进行添加,请在 文档邮件列表 中声明以防止重复性工作。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/mouse.html b/docs/userguide/userguide/zh_CN/preferences/mouse.html deleted file mode 100644 index 7b3af939ee..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/mouse.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - 鼠标 - - - - - - - - -
-
- -

mouse-icon_64.png鼠标

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Mouse
设置:~/config/settings/Mouse_settings
-


-mouse.png -

首先设置鼠标类型:单键,双键或者三键鼠标。您可以通过左键点击的同时按下 CTRL 来模拟第二个鼠标键(右键)。至于第三个鼠标键(中间键),它等同于 CTRL ALT 联合左键点击。

-

您可以通过点击在鼠标按钮,从弹出菜单中选择它们的新功能来对其进行重新排序。

-

使用右边的滑动条,您可以调整双击的速度,鼠标的移动速度和加速度。鼠标图形的下侧区域是测试区域,用于测试双击速度是否适合您的要求:如果双击字符并没有选中它,那么速度设置就太快了(或者您需要适应快速的点击...

-

系统提供了三种 聚焦模式 来确定窗口对鼠标点击的反馈:

- - - - -
点击聚焦并置顶 系统默认设置:点击窗口,窗口会获取焦点,并自动提升到顶层。
点击聚焦 点击窗口仅让其获取焦点,但是并不自动提升。若希望实现提升,则必须点击其标题标签或者边框,或者点击其他地方的同时按下 窗口管理按键 CTRL ALT.
鼠标跟随鼠标指针下的窗口自动获取焦点。窗口提升方法请参考 点击聚焦模式
-

激活 接受首次点击 将会让您避免在触发按钮或菜单等控件时必须聚焦非活动窗口。 这样就必须忍受无意关闭窗口的风险,例如在点击标签时,无意点击到了关闭按钮。但是另一方面,它会相应加快您的工作速度。

-

所有的设置将会被立即应用。

- - - -
默认 重置所有设置未默认值。
取消 恢复到鼠标首选项启动时的设置状态。
- -
-
- - - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/network.html b/docs/userguide/userguide/zh_CN/preferences/network.html deleted file mode 100644 index 18c2271f0e..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/network.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - 网络 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

network-icon_64.png网络

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Network
设置:/boot/system/settings/network/
-


-

The Network preference is the one-stop panel to configure all available network devices and services. To the left is a collapsible list of your devices and services, the right has information or settings for the selected entry.
-At the bottom you find a checkbox to Show Network status in Deskbar. Revert brings back the settings that were active when you've started the panel.

- -

Devices

-network-prefs-device.png - -

Here we see the wireless device, using the iprowifi4965 driver. From the pop-up menu you select the WLAN to connect to. After every WLAN name in the menu, you're shown a little icon representing the signal strength.
-Once a WLAN is selected, Haiku will try to connect to it automatically on every bootup. Select Choose automatically and it'll try to connect to the WLAN with the best signal around.

-

If you're connecting to a protected network, you'll be asked for the password and if to either allow that connection only once, or always, which will save the password so you won't be bothered to enter it in the future.

-

The buttons below let you Disable the device, or Renegotiate the connection.

- -

Beneath a device you find a list of the available protocols, IPv4 and IPv6:

-network-prefs-ipv4.png - -

From the pop-up menu you set the mode to assign the vital network parameters IP Address, Netmask and Gateway. You can choose DHCP to dynamically get the configuration from your network (router etc.), or specify them yourself by selecting Static and pressing Apply when finished.

- -

The settings for a tethered device are similar, without the WLAN connecting pop-up menu, obviously.

- -

Services

-

DNS settings

-network-prefs-dns.png - -

If you're using DHCP the IP address for a DNS server and the domain are provided by you network (router etc.). You can add and remove other DNS servers and adjust their priorities by moving them up and down in the list with the buttons to the right of it.
-Apply will activate your new settings.

- -

FTP, SSH, Telnet

- -network-prefs-ftp.png - -

Haiku provides a few servers that you can Enable or Disable. On the right side of the window, you'll find information on that particular server that you should heed: The FTP and the Telnet server are insecure and unencrypted. By default they're turned off and should only be turned on, if you're aware of the security risks.

- -

Settings files

- -

The network settings are found in the folder /system/settings/network/. Normally you don't have to care about those, other than maybe having to delete them to begin with a clean slate after things have gone terribly wrong...

-

One file however can be really useful, especially when working from the Terminal. The hosts file lets you define aliases to specific IP addresses in the network. For example:

-
127.0.0.1		localhost	#loopback
-192.168.178.3		NAS		#Synology
-192.168.178.102		XIOS		#Mediaplayer
-

Besides the loopback to the localhost, I have the IP to my Synology storage under "NAS" and to my media player under "XIOS". To start an FTP session with my network storage, I don't have to remember it's IP address, but can simply enter:

-
ftp NAS
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/printers.html b/docs/userguide/userguide/zh_CN/preferences/printers.html deleted file mode 100644 index 8a1a59ceff..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/printers.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - 打印机 - - - - - - - - -
-
- -

printers-icon_64.png打印机

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Printers
设置:~/config/settings/printers/*
-

文档目前缺失。如果您希望进行添加,请在 文档邮件列表 中声明以防止重复性工作。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/screen.html b/docs/userguide/userguide/zh_CN/preferences/screen.html deleted file mode 100644 index ccfd3eced3..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/screen.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - 显示器 - - - - - - - - -
-
- -

screen-icon_64.png显示器

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Screen
设置:~/config/settings/system/app_server/workspaces
-~/config/settings/kernel/drivers/vesa - 只存在于运行在VESA模式下。
-~/config/settings/Screen_data - 保存了面板的窗口位置。
-

您的每个工作区都可以有各自的分辨率,色彩深度,和刷新率。

-screen.png -

顶部的菜单用于指定所作修改仅用于当前工作区,或者用于所有工作区。根据您的显卡不同,另外的两个菜单包括了所有支持的分辨率,色彩深度和刷新率设置。

-

在点击了 Apply 之后,显示模式就被修改,然后出现一个警告,询问您报错或者放弃修改。如果您不回答该警告,在12秒之后,显示模式将会恢复到先前的设置。如果您的显示器不支持该设置,那么您可能不会看到该警告。

-

在左侧,你会看到一个屏幕的示意图,标有制造商和型号,还有分辨率(dpi)。将鼠标悬停于工作区示意图之上,如果Haiku支持此类驱动,它会弹出一个小提示,显示显卡的型号。否则,它会显示 “VESA”,一种几乎支持所有硬件的视频设备规范。

-

恢复 返回到您启动显示器首选项之前的设置状态。

-
尽管 Haiku 的 VESA 模式运行的很好,但您会受到一些限制。您可能无法在原生分辨率下进行宽屏显示,而这通常会造成图像模糊。对于可用的颜色深度和刷新率也会有所限制。
-

在屏幕对话框的左下角,您可以设置工作区的数量,并且对他们的行列排布进行修改,还可以打开 背景 首选项。

- -
-
- - - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/screensaver.html b/docs/userguide/userguide/zh_CN/preferences/screensaver.html deleted file mode 100644 index c5d882ef2f..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/screensaver.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - 屏幕保护 - - - - - - - - -
-
-

screensaver-icon_64.png屏幕保护

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Screensaver
设置:~/config/settings/ScreenSaver_settings
- -

屏幕保护首选项的面板分为两个标签: -

- -

-index -屏幕暗化

-screensaver-fade.png -
-

顶部的复选框允许或者取消屏幕保护程序。 -
-使用下面的时间滑块,您可以控制多少空闲时间之后,屏幕保护程序可以启动。 -

-

只有在您激活它们的复选框之后,下面的两个滑块才可以使用:
-前一个滑块决定了关闭屏幕电源所要的经历空闲时间。
-另一个滑块决定了需要密码解锁系统所要经历的空闲时间。 -

-

通过点击底部两端的两个虚拟屏幕,您告诉系统当您把鼠标停放在指定的角落时,分别执行什么操作,立即启动屏幕保护,或者阻止进入屏幕保护。如果点击屏幕的中部可以阻止该功能特性。

- -

-index -屏幕保护

-screensaver-modules.png -
-

第二个标签则显示了所有屏幕保护模块和它们的独立设置。 您可以使用下面的 测试 按钮来测试相关的设置。
-新的屏保程序并不通过常规的 .hpkg 包进行安装,可以通过将它们复制到相应的 non-packaged 目录进行安装(参阅 文件系统布局):

- - - -
/boot/system/non-packaged/add-ons/Screen Savers/   用于所有人可用的屏保程序。
/boot/home/config/non-packaged/add-ons/Screen Savers/   仅用于您自己的屏保程序。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/shortcuts.html b/docs/userguide/userguide/zh_CN/preferences/shortcuts.html deleted file mode 100644 index a70b9defd6..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/shortcuts.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - 快捷键 - - - - - - - - -
-
- -

shortcuts-icon_64.png快捷键

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Shortcuts
设置:~/config/settings/shortcuts_settings
-~/config/settings/Shortcuts_window_settings -
-


-

文档目前缺失。如果您希望进行添加,请在 文档邮件列表 中声明以防止重复性工作。

- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/sounds.html b/docs/userguide/userguide/zh_CN/preferences/sounds.html deleted file mode 100644 index bdc5a55172..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/sounds.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - 声音 - - - - - - - - -
-
- -

sounds-icon_64.png声音

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Sounds
设置:~/config/settings/Media/MediaFiles
-


-sounds.png -

您可以为系统中特定的事件设置相关的声音。您只需要在列表中选择事件,然后从下面的弹出菜单中选择声音文件。

- - -
None 将会使事件保持安静。
Other... 将会打开一个面板,找出菜单中没有的新声音文件。
-

您可以使用系统支持的任何声音格式。如果媒体播放器可以播放该声音文件,那么其他的程序也可以进行播放。
-您可以选中相应的声音文件,然后使用 PlayStop 键试听事件的声音。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/time.html b/docs/userguide/userguide/zh_CN/preferences/time.html deleted file mode 100644 index 34ecb9a4c1..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/time.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - 时间 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

time-icon_64.png时间

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Time
设置:~/config/settings/networktime settings - All the settings concerning synchronizing the time through the network
-~/config/settings/RTC_time_settings - The setting of the hardware clock (local or GMT)
-~/config/settings/Time settings - The time zone setting
-~/config/settings/Time_preflet_window - The panel's window position etc.
-
-

The panel of the Time preferences is split into four tabs:

- -

-index -Date and time

-time-time.png -

在左边,您可以在日历中进行日期的设置。同时也可以使用右端的上下箭头或者键盘中的光标键来进行月份和年代的修改。

-

Similarly, you set the time at the right. Or simply move the hands of the clock directly.

- -

-index -Time zone

-time-timezone.png -

Simply find and choose your country in the list of continents and press Set time zone. For countries with more than one time zone you'll have to expand one level deeper.
-To the right you'll find the time of the currently set time zone and the preview time of the the zone you've chosen.

-

Also on the right side is a setting for the hardware clock of your computer. There are two modes for the clock:

- - - -
Local Timeto display your local time, which you normally want if you dual-boot into Windows.
GMTto display Greenwich Mean Time, which is the UNIX compatible setting.
- -

-index -Network time

-

Setting date and time manually is pretty much obsolete if you're connected to the internet. There are public servers that supply very exact time signals.

-time-network.png -

With the +/- buttons you can add/remove NTP-servers to/from the list.

-

The checkboxes below tell the system to Try all servers when synchronizing, not only the currently selected one, and to Synchronize at boot, so you can be sure you're clock always shows the correct time.

-

You can Reset to default server list if you accidentally deleted working NTP-servers and Synchronize your clock manually.

- -

-index -Clock

-time-clock.png -

The last tab shows the options of the clock displayed in the Deskbar. You can disable the clock there completely with the top checkbox. The rest are equally self-explanatory.

-


-

In every tab is a button Revert that brings back the settings that were active when you started the Time preferences.

- -
-
- - - diff --git a/docs/userguide/userguide/zh_CN/preferences/touchpad.html b/docs/userguide/userguide/zh_CN/preferences/touchpad.html deleted file mode 100644 index 14a0fb8f7a..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/touchpad.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - 触摸板 - - - - - - - - -
-
- -

touchpad-icon_64.png触摸板

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Touchpad
设置:~/config/settings/Touchpad_settings
- -

如果您使用的是笔记本电脑的话,该面板提供了几个有趣的有关触摸板的设置。

- -touchpad.png - -

通过拖动触摸板上显示的红色的水平或者垂直区域, 您可以进行滚动区域的设置(slightly reddish against the grey general touch area)。如果您在触摸板的该区域上下移动手指,它将会上下移动对应窗口中的滚动条。

-

在窗口右边,用于设定滚动加速度和水平与垂直滚动速度。 -
-如果您希望快速的划过滚动区域,加速度设置决定了滚动的快慢。滚动速度控制了 “通常” 使用滚动区域时的常规速度。

-

在触摸板模型之下,是用于启用水平和垂直滚动的“双手指滚动”的复选框。水平或者垂直平行移动两个手指来移动窗口的滚动栏。至少对于我来说,分别使用左右手的手指来移动,它可以工作地非常好。 -
-如果您对这个特性非常满意,您可以无需设置滚动区域,而直接使用整个触摸板来进行普通导航。

-

在面板底部,还存在一个滑动条用于设置点击的敏感度。如果您的弹击常常没有响应,您可以增加它的敏感度;但是如果您仅需要移动鼠标,则可以尝试减小它的敏感度。

- - - -
默认 重置所有设置未默认值。
取消 返回到您启动触摸板首选项之前的设置状态。
-

下面有一个提示,它可能与触摸板首选项没有很大关系,而属于普通的话题:
-您知道么,您可以仅使用触摸板来进行拖动操作,即不使用按键?双击目标,但是在第二次点击后不要使手指离开触摸板;然后捡起的图标将会黏在鼠标上,您可以使用手指将其随意拖动。在您手指离开触摸板之后,图标将会放置在相应的位置。

-

如果您的手指在拖动图标时到达了触摸板的边界,但是鼠标仍未到达屏幕边缘,您该如何继续拖动图标呢?而且一旦您的手指离开触摸板,图标将会被放下。 -
-有一个非常巧妙的特性,但是这依赖于您的硬件:只需将您的手指放置在触摸板边界而不离开它,鼠标将会自动持续移动。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/tracker.html b/docs/userguide/userguide/zh_CN/preferences/tracker.html deleted file mode 100644 index cc93dfed79..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/tracker.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - 文件浏览器 (Tracker) - - - - - - - - -
-
- -

tracker-icon_64.pngTracker

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/Tracker
设置:~/config/settings/Tracker/TrackerSettings
-


-

文件浏览器首选项面板可以通过每个窗口的 窗口 | 首选项... 菜单启用。 -
-有关它的功能可以查阅 文件浏览器 主题。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/preferences/virtualmemory.html b/docs/userguide/userguide/zh_CN/preferences/virtualmemory.html deleted file mode 100644 index 563d78634f..0000000000 --- a/docs/userguide/userguide/zh_CN/preferences/virtualmemory.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - 虚拟内存 - - - - - - - - -
-
- -

virtualmemory-icon_64.png虚拟内存

- - - - -
桌面栏:首选项
位置:/boot/system/preferences/VirtualMemory
设置:~/config/settings/kernel/drivers/virtual_memory
-~/config/settings/VM_data - 保存了面板的窗口位置。
-

如果RAM可以用于更加智能的处理其他的任务,虚拟内存可以使系统将内存内容调换到硬盘。所以,即使您具有很大的RAM,提供虚拟内存也不是一个坏主意。

-virtualmemory.png -

如果需要的话,您可以将设置其大小超过实际的物理内存。现在的硬盘容量都很大,将其设置为物理内存大小不会有任何问题。而且,如果磁盘剩余空间剩余很小,您也可以对其进行快速的调整。在这种情况下,您可以使用 磁盘查看器 找出耗掉您磁盘空间的原因。

-

通常,交换文件将会写入到您的启动分区。如果由于虚拟内存系统的交换文件而经常导致磁盘超荷,您可以尝试使用独立的硬盘用于交换文件。简单的使用同一硬盘的其他分区用于系统和数据将不会有任何效果。
-当然,升级您的内存将会是最有效的解决方法。

- - - -
默认 重置所有设置未默认值。
取消 返回到启动虚拟内存首选项之前的设置状态。
- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/queries.html b/docs/userguide/userguide/zh_CN/queries.html deleted file mode 100644 index b5202daa5b..0000000000 --- a/docs/userguide/userguide/zh_CN/queries.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - 查询 - - - - - - - - -
-
- - - - - -
索引
- 查询窗口
- 基本查询 - "使用名称"
- 标准查询 - "使用属性"
- 高级查询 - "使用表达式"
- 结果窗口
- 查询模板 -
- -

查询

- -

查询是基于文件属性的文件搜索,可以在文件浏览器或者终端中进行。所有的查询保存在 /boot/home/queries/ ,并且保持七天才予以清除。需要注意的是,这些并不是您静态的搜索结果列表,而是查询的规则,当您打开它们时,将会再次进行搜索。 -
- 比较方便的是,您不需要双击来再次执行查询,而是可以深入一个保存的查询,就如右键点击任何的文件夹,然后导航至相应的子菜单。

- -

-index -查询窗口

-

您可以从 查找... 菜单,桌面栏菜单,任何文件浏览器窗口,或者桌面(一个全屏的文件浏览器窗口)调用查询。对应的快捷键是 ALT F。它将会呈现如下查找窗口:

-basic-query.png -
    -
  1. 选择最近或者保存的查询,或者保存当前的搜索参数为 查询模板

  2. -
  3. 查询范围从 所有文件和目录 缩小到特定的文件类型。

  4. -
  5. 定义搜索方法:
      -
    • 使用名称 - 基本搜索,基于文件或者文件夹名的查询
    • -
    • 使用属性 - 标准搜索,基于一个或多个属性的查询
    • -
    • 使用表达式 - 高级搜索,基于查询规则的复杂查询
  6. -
  7. 选择所要搜索的目标驱动。

  8. -
  9. 输入搜索词。

  10. -
  11. 扩展项是否隐藏附加选项。

  12. -
  13. 如果您不希望查询保存7天,您可以不勾选 Temporary 复选框。

  14. -
  15. 如果您打算查询垃圾箱,您可以选中 包括垃圾箱

  16. -
  17. 可选的,如果您希望保存查询,您可以输入名字为其命名。

  18. -
  19. 您可以拖拽图标到任何位置保存查询。右键点击查询文件,提供了选项将其保存为模板。

  20. -
- -

-index -基本查询 - "使用名称"

-

如果您仅希望在挂载的磁盘中所有的文件和目录中查找出匹配特定模式的内容,只要将搜索方法设置为 使用名称 ,然后在文本框中输入搜索内容,并按下 ENTER 即可。

- -

-index -标准查询 - "使用属性"

-

您可以通过对特定文件类型属性的搜索来创建更加高级的查询。为了执行该操作,这些属性必须首先进行索引

-query-window.png -

首先,您需要从 所有文件和文件夹 设置文件类型,例如, 设置为Text | E-mail ,并且修改搜索方式为 使用属性

-

这样将添加一个弹出菜单到文本框的左侧,还可以在其下侧 添加删除 按钮。 通过该菜单,您可以选择查询的属性。而使用 添加删除 按钮,您可以添加或者删除其他查询属性。这些属性可以通过 AND/OR 进行逻辑链接。

-

我们以一次邮件查询为例:

-query-window-filled.png -

这是查询近两个月内 Clare Botters以 "vibraphone" 或 "skepticality" 为主题的邮件的查找窗口。
- -如您所见,基于时间属性的搜索可以支持一些有用的词汇:除了 "last 2 months",您还可以使用 "today","yesterday","Monday" 或者 "last Monday" (相当于 Monday last week),或者 "last 2 minutes/hours/days/weeks"。
-这是减小搜索结果数量的很好方式。

- -

-index -高级查询 - "使用表达式"

-

手动输入表达式确实让人生畏,并且不切实际。但它仍有自己的用处。

-

使用属性查询 Calara 的邮件中有关 vibraphones 等内容。如果您设置了所有的属性和它们的搜索项,可以尝试切换为使用表达式模式,然后淹没于这一行的查询字符串:

-formula-query.png -

一行一段文本的编辑方便于阅读:

-
(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
-       &&(MAIL:when>=%2 months%))
-       &&(MAIL:subject=="*[vV][iI][bB][rR][aA][pP][hH][oO][nN][eE]*"))
-       ||(MAIL:subject=="*[sS][kK][eE][pP][tT][iI][cC][aA][lL][iI][tT][yY]*"))
-       &&(BEOS:TYPE=="text/x-email"))
-

如何使用?

-
    -
  • 您可以复制粘贴字符串到邮件,论坛及IRC中供他人使用或调试。

  • -
  • 您可以使用这种方法在属性模式中创建查询,然后切换到表达式模式,从而顺利的创建用于终端查询或脚本中的搜索字符串。

  • -
  • 您可以微调查询,在需要的地方插入括号,使某些部分大小写敏感,或者取消逻辑组合,如为 NOT AND 修改 "" 为 "!="。所有您需要的就是基本理解正则表达式,和脚本的基础知识。

  • -
- -

-index -结果窗口

-

在启动搜索之后,查找窗口将会被结果窗口取代,下面是 "server" 的查询结果示例:

-result-window.png -

除了灰色的背景,结果窗口和其他的文件浏览器窗口相似。有待提醒内容如下:

-
    -
  • 您可以双击文件路径属性打开其所在位置。

  • -
  • 使用 文件 | 编辑查询ALT G 快捷键,您可以返回查找窗口以调整查询。

  • -
  • 查询是实时的,即如果匹配搜索条件的文件在系统中出现或消失,将会实时的反馈到您的结果。

  • -
-

您可以定义敏感的属性用于特别文件类型的查询结果。打开包含该类型文件的文件夹,您可能会根据自己希望的结果显示来创建查询模板,并对属性排序。使用属性 | 复制布局来复制该布局。

-

打开 /boot/home/config/settings/Tracker/DefaultQueryTemplates,创建 group/filetype 文件夹,并替换斜线为下划线,如 "audio_x-mp3" 。打开新建文件夹,然后通过 属性 | 粘贴布局 将先前的布局粘贴到这里。

- - -

-index -查询模板

-

如果你你双击已保存的查询,将立即启动文件搜索,而且结果窗口也会马上打开。然而,您可能不希望使用这些 确定 参数进行搜索,而是使用它作为调节表达式的切入点。
-通过使用 保存查询为模板 菜单项(查阅顶部的 (1) 屏幕截图 )或者使用右键拖动图标 (10) ,您可以创建这样一个模板。双击它不会打开结果窗口,而是查找面板,这样您就可以快速的修改搜索字符串或 添加/删除 属性。

-

无论在哪儿保存查询模板,它们都将列在查找面板中的最近查询中,

-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/teammonitor.html b/docs/userguide/userguide/zh_CN/teammonitor.html deleted file mode 100644 index 9a505a9f89..0000000000 --- a/docs/userguide/userguide/zh_CN/teammonitor.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - 程序监控器 - - - - - - - - -
-
- -

程序监控器

- -

使用 CTRL ALT DEL 启动程序监控器,将会显示所有正在运行的程序。

-teammonitor.png -

由系统启动的程序显示为蓝色,而由用户启动的程序则显示为黑色。
-未响应的程序将会显示为红色,这也意味着该程序已经崩溃。您可以选中它,然后按下 退出应用 键(或者 DELQ),强制退出该程序。如果上述操作不起作用,您可以尝试 杀死应用 (或者 SHIT DEL K)。

-

您可以使用 OPT ALT T 组合键启动系统终端。

-

如果您的文件浏览器或者桌面栏发生了崩溃或者冻结,将会出现(你可能需要先退出所有存在问题的程序): 重启桌面 ,它将会重启文件浏览器或者桌面栏。

- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/tracker-add-ons.html b/docs/userguide/userguide/zh_CN/tracker-add-ons.html deleted file mode 100644 index 96d88638a6..0000000000 --- a/docs/userguide/userguide/zh_CN/tracker-add-ons.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - 文件浏览器附加组件 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- -

文件浏览器附加组件

- -

通过安装附加组件,您可以在 文件浏览器 中选择相关联的文件来打开程序。只有能够处理特定文件类型的附加组件才可以在 文件浏览器 窗口中的 附件组件 右键菜单或者 文件 菜单中显示。 还有一些附加组件不需要进行文件处理,但也总是会显示出来。

-

新的不通过常规 .hpkg 包安装的 文件浏览器 附加组件,可以通过将它们复制到相应的 non-packaged 目录进行安装。(相关信息可以参阅 文件系统布局):

- - - -
/boot/system/non-packaged/add-ons/Tracker/   用于所有用户的附加附件。
/boot/home/config/non-packaged/add-ons/Tracker/   仅自己可用的附加组件。
-

附加组件的文件名可以以破折号和一个大写字母作为后缀,然后它们就可以通过快捷键来打开。例如:打开目标文件夹-O 可以利用 ALT OPT O 组合键打开。 -
-当然,在设置快捷键时,您需要注意可能出现的快捷键冲突,您不能够为不同的附加组件设置相同的快捷键。 -

- -

Haiku 的文件浏览器附加组件

-

以下文件浏览器附加组件与 Haiku 同时安装:

- - - - - - - - - - - - - -
背景-B打开背景首选项,修改桌面或者任意文件夹的色彩或图像背景。如果是作用于图像文件,则将会打开背景面板,并且以该图像作为潜在的背景。
磁盘查看器-I使用磁盘查看器 打开选中的目录。
文件类型-F打开选中文件的文件类型面板,否则,将会打开文件类型首选项。
打开目标文件夹-O只能用于链接文件,并且将会打开该文件所在的文件夹。
文本搜索-G打开文本搜索程序,在选中的文件夹(包括其子文件夹)内查询一个字符串。
ZipOMatic-Z选中的文件将会被添加到 zip 压缩档;如果没有选中任何文件,将会打开一个面板,然后您可以通过拖拽来添加文件,创建压缩档。
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/tracker.html b/docs/userguide/userguide/zh_CN/tracker.html deleted file mode 100644 index 0053f04fc0..0000000000 --- a/docs/userguide/userguide/zh_CN/tracker.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - 文件浏览器 (Tracker) - - - - - - - - -
-
- - - - - -
索引
- 挂载卷
- 文件导航
- 外观设置
- 首选项
- 文件处理
- 传输状态 -
- -

文件浏览器 (Tracker)

- -

文件浏览器是所有文件的图形界面显示工具。它允许您新建文件和文件夹,复制和删除文件,并且还可以对文件进行查询,启动和重命名等操作。

-

同其他的应用程序一样 (桌面及其上的图标本质上仅是一个全屏窗口),文件浏览器与其窗口出现在桌面栏,并且可以关闭和重启。 退出并重新启动崩溃或未响应的文件浏览器(或者暂停的桌面栏)的最好方法就是调用 程序监控器

- -

-index -挂载卷

-

为了能够访问硬盘,CD,U盘等,您首先需要挂载这些卷,也就是告诉系统,它们存在。右键点击桌面,或者已经挂载的卷(如启动盘),然后从 挂载 子菜单中选择卷。您也可以在桌面栏中找到相同的 挂载 菜单。

-drill-down.png -

还有一个 设置 菜单,因此您不需要每次启动时都手动挂载所有磁卷。 -
-上述设置将会自动挂载您所连接/插入的所有存储设备,然后在启动时挂载所有曾经挂载过的磁盘。

-
在您断开硬件设备或者USB磁盘的连接前,一定要保证您已经成功的卸载了该磁卷。这样可以保证所有的数据传输已经结束,否则可能会导致数据丢失或者损坏磁盘。
- -

-index -文件导航

-

默认情况下,双击文件夹,文件浏览器打开新窗口,并且保持先前的打开窗口。这将会很快导致桌面的拥挤。
-您可以使用 OPT 键来阻止这种情况发生,它将会自动关闭先前的窗口。
-这也同样适用于键盘导航,更多的信息可以参阅主题 快捷键和组合键

-

和其他系统中的文件管理器相似,在文件夹中移动是文件浏览器的主要用途之一。Haiku 中的文件浏览器具有一些特别的功能,可以帮助您更有效地完成此操作。

- -

-index进入子菜单

-

出了不断地双击文件夹,还有一种更好的方法可以进行文件导航:

-drill-down.png - -

右键点击文件夹,在右键菜单的顶部,您会找到当前文件夹的子菜单,可以通过它们进行文件的导航。您仅需不断地向前导航,直到找打了所需的文件夹或者文件,然后点击打开即可。上图显示了 /boot/home/config/ 文件夹中的内容。
-如果您在执行上述操作时,还拖动着文件,那么它将被移动到您最终到达的位置。

-

在文件浏览器窗口中还有一个相似的方法可供使用:

-window-drill-down.png -

点击左下角的区域,即项目数量所处的位置,您可以获取您所处位置之上的所有子菜单。这样您可以方便的浏览各级文件夹。

-

注意,桌面总是顶级的目录,这里也是文件浏览器显示所有挂载卷的地方。因此,如果您希望进入其他磁盘,首先需要导航到顶级目录(桌面),然后在进入其他磁盘。


-

当您拖动文件到文件夹时,您会获取同样的子菜单导航。在悬停之后,将会弹出一个子菜单,您可以将其放置到目标位置。如果你使用右键开始,当松开按键之后,你可以选择复制,移动或者链接文件。

- -

-index -实时跳转

-

您可能比较熟悉其他操作系统文件管理器的内容:输入文件名的一些字符,然后跳转到匹配这些字符的首个文件。在这个特性上,Haiku 可能走的更远。如果没有文件以这些字符开头,它将会跳转到首个包含这些字符的文件。并且如果两种情况都不匹配,那么接下来将搜索属性。

-window-type-ahead.png -

在上述例子中,有许多文件以 “Haiku logo” 为起始,直接向前输入可能毫无用处。在 Haiku 中,输入 "web" 将直接跳转到它首次出现的地方 "Haiku logo - website"。您输入的字符将会出现在右下角,也就是文件夹中文件数量出现的地方。当再次输入字符后,显示将会返回正常,而且您可以再次输入搜索字符。

-

-index -实时筛选

-

除了可以实现实时跳转,还有选项可用于过滤不匹配输入字符的所有文件。这样可以显著的提高清晰性,尤其是在处理大量的文件夹时。 通过使用 SHIFT SPACE 界定符,您甚至可以过滤多个字符串。
-和实时跳转相反,过滤将会保持,直到您按下 ESC 或者关闭窗口(或者单窗口使用时离开当前文件夹)。
-实时过滤可以在 文件浏览器首选项 中进行设置。

- -

-index -外观设置

-window-menu.png -

文件浏览器窗口在 窗口 菜单中提供了三种不同的视图模式:

-
    -
  • 图标视图 (ALT 1) - 大图标,您可以通过子菜单,或者使用 ALT +/ALT - 来放大/缩小图标尺寸。

  • -
  • 迷你视图 (ALT 2) - 小图标。

  • -
  • 列表视图 (ALT 3) - 文件的详细列表,并且允许您显示/隐藏可用的 属性。(详情查阅 属性。)

  • -
-

窗口 菜单还提供了很多其他的功能:

-
    -
  • 调整窗口 (ALT Y) - 调整窗口到合适尺寸。

  • -
  • 排序方式... - 仅用于图标或者迷你图标视图模式,一个子菜单提供了根据不同属性进行排序设置:

    -
      -
    • -

      名称, -真实名称大小, -修改时间创建时间类型, -位置, -权限

      -
    • -
    • -

      倒序排列 - 颠倒排列顺序

    • -
    • 清理 (ALT K) - 根据网格对其所有图标。 同时按下 SHIFT 菜单就变成了 清理所有 ,它将会根据上述的策略清理所有图标。

    • -
  • -
  • 选择... (SHIFT ALT A) - 根据 正则表达式 选择文件。

  • -
  • 关闭 (ALT W) - 关闭窗口。同时按下 SHIFT ,菜单将会变为 关闭所有 ,将会关闭所有文件浏览器窗口。

  • -
  • 在工作区中关闭所有(ALT Q) , 关闭当前工作区中的所有文件浏览器窗口。 如果通过文件夹点击时没有按下OPT 按键,所有这些已打开的文件浏览器窗口将会混乱散布在工作区之中。

  • -
-

有时候您可能希望重新排列图标,而不是使用 保持对齐 来排列所有(ALT K)。在这种情形下,您可以选中图标,然后将其拖拽到新的位置即可。在拖拽之时,需要按下 ALT 按键。这样将会对其图标到隐藏网格。

-

除了文件浏览器首选项,其他的功能都是不言自明的。

- -

-index -首选项

-

窗口 | 首选项... 打开一个提供多个设置的窗口,可能它们都不够明确,但是尝试之后将非常明朗。由于所有的设置都会实时生效,您能够即刻看到这些修改。 -
因此,以下将简明介绍这些不直白的设置:

-
    -
  • 桌面 - 决定是否所有的挂载磁盘直接在显示于桌面或点击桌面上的磁盘图标之后的窗口中。

  • -
  • 窗口 - 您可以设置 单窗口导航,即双击文件夹之后不在新窗口中打开,而是在原窗口中显示内容,并替换其视图方式。如果点击时按下 OPT 按键则与其不尽相同。如上所述,这是因为您将丢失每个窗口的位置和大小。 -

    -tracker-preferences-navigator.png -

    在切换到文件浏览器的单窗口模式之前,由于您对这种方式可能比较熟悉,因此我们建议您首先尝试基于菜单的浏览,如果您习惯了这种方式,它可能会更有效率。另一方面,单窗口浏览提供了一个 导航器 ,通过它,您可以输入,复制粘贴路径,并且使用返回,向前,向上等按钮。

    -

    当您希望输入时仅显示和输入字符串相匹配的文件或当前显示属性时,激活 实时过滤 将会过滤文件浏览器窗口中的内容。详情查阅 上述内容

  • -
  • 垃圾箱 - 设置删除文件时的行为。

  • -
  • 卷图标 - 设置磁盘图标上剩余空间显示器的颜色。

  • -
  • 磁盘挂载 - 定义何时自动挂载哪个磁盘,详情参考下述 "挂载卷"

  • -
-

并且,该面板和 文件浏览器 一样可以从桌面栏的 首选项 中启动。

- -

-index -文件处理

-

在处理选中文件时,大部分的 File 菜单命令也可以通过右键菜单来提供。

-

通常,这些命令是非常清晰的。

-
    -
  • 查找... - 查询文件或文件夹。详情查阅 查询

  • -
  • 新建 - 基于 模板 新建文件夹或其他文件。 -

    -new-menu.png -

    选择 编辑模板... 将打开 /boot/home/config/settings/Tracker/Tracker New Templates 文件夹。在其中创建文件将会在 新建 菜单中提供以该文件的其他属性为模板,其文件名为类型名的类型。这里,有一个文件类型为 text/plain 的 “Text” 文件。详情查阅 文件类型

  • -
  • 打开方式...- 提供所有可以打开该类型文件的应用程序的子菜单。 -

    -open-with.png - -

    首选程序会做出标记,双击时将会使用它打开该文件。子菜单将首先列出那些可以处理该文件类型的应用,在本示例中,其为文本文件,类型为 text/plain 。接下来是通常可以处理超级类型的所有应用,此处为 text/*。 最后是那些可以处理所有文件的应用。如果您没有点击该菜单中的任何应用,而是 打开方式... ,这将会打开一个面板:

    -

    -open-with-preferred -

    在这里,您将会再次找出子菜单中的所用程序。通过选中其中之一,然后点击 打开并设为首选 按钮,您将会修改该类型文件的首选程序,在这里为 text/plain

  • -
  • 获取信息 -

    -get-info -

    该面板显示选中文件的信息,而可以让您设置其默认应用,在展开部分面板后,为权限和拥有者。点击路径将会在文件浏览器中将其打开。

  • -
  • 重命名复制移动到垃圾箱 - 重命名,复制文件,或者将选中文件移动到垃圾箱。

  • -
  • 移动到复制到创建链接 - 让您使用子菜单导航方法移动,复制或者链接选中文件。调用菜单时,同时按下SHIFT 键,将会提供一个选项已创建相对链接。

  • -
  • 剪切复制粘贴 - 让您使用剪贴板剪切,复制以及粘贴文件。在调用可以用于 复制/剪切更多 文件的菜单时,按下 SHIFT 键,可能从其他目录中,您可以粘贴文件到其他地方。而且,按下 SHIFT 键,您可以以链接的形式粘贴剪贴板中复制的文件。

  • -
  • 标识 - 将会找出之前没有文件类型的文件,并且为其设置类型,例如,使用 wget 获取了一些没有类型的文件。在调用菜单修改项目为 强制标识 时,按下 SHIFT 键将会标识文件类型,并且修改之前错误的类型。

  • -
  • 附加组件 - 提供文件浏览器通用的和那些可以处理选中文件的附加组件。详情查阅 文件浏览器附加组件

  • -
- -

-index -传输状态

-

当您复制,移动或者删除文件时,文件浏览器使用状态窗口显示其进程。如果您启动了多个会话,每个任务都将显示其进程状态。

-transaction-status.png -

右侧两个按钮用于暂停或者停止整个任务。有时,它可以用于临时暂停较大的任务。例如,您可能需要快速启动一个大的应用,而复制大量的数据可能会堵塞硬盘的 IO 带宽,因此耽搁您的任务进程。

- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/twitcher.html b/docs/userguide/userguide/zh_CN/twitcher.html deleted file mode 100644 index 1052bcbdf1..0000000000 --- a/docs/userguide/userguide/zh_CN/twitcher.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - 任务切换器 - - - - - - - - -
-
- -

任务切换器

- -

任务切换器用于在当前运行的程序和它们的窗口之间进行切换。

-twitcher.png -

轻轻按下 CTRL TAB 将会从当前窗口切换到最近使用的程序或者窗口,而点击 CTRL TAB 太快将会在所有程序之间进行切换。或者您也可以同时按下 CTRL TAB,然后重复点击 TAB 或者 /。如果您需要打开程序的某个窗口,根据以上操作描述移动到程序图标,然后使用 / 键来切换到它的相应窗口。

-

您可以在当前工作区中使用 CTRL ~(根据您所使用的键盘不同,该键所在位置不同,位于 ESC 键之下) 打开可视化窗口来在所有程序之间进行切换。

-

也可以通过 CTRL TAB 组合键打开任务切换器,然后使用鼠标选择(在释放CTRL键时)您想要切换到的程序或者窗口。

-

任务切换器也提供了一些更加实用的快捷键:

- - - - -
ESC退出任务切换,回到之前工作窗口。
Q结束选中的程序。
H隐藏所选程序的所有窗口。
- -
-
- - - - diff --git a/docs/userguide/userguide/zh_CN/workshop-email.html b/docs/userguide/userguide/zh_CN/workshop-email.html deleted file mode 100644 index 6ff16ab6d4..0000000000 --- a/docs/userguide/userguide/zh_CN/workshop-email.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - 操作练习:邮件管理 - - - - - - - - -
-
- - - - - -
索引
- Haiku 邮件系统
- 自定义状态
- 使用查询
- 更多帮助 -
- -

操作练习:邮件管理

- -

本次练习讲解主要针对 Haiku 下的邮件管理。并且我们假定 电子邮箱 首选项中已经对邮件服务作了正确的配置,并且您已经对 电子邮箱 应用的基本功能有了一定的了解。

- -

-index -Haiku 邮件系统

-

如果您在使用 Haiku 之前有过其他系统的经验,您可能会习惯于 MS Outlook 或者 Mozilla 的 Thunderbird 等大型邮件程序。您必须输入所有有关邮件服务器地址的信息进行配置,并且它们使用各自的联系人数据库。它们负责发送和获取邮件,并将邮件存入一些大的特殊文件。
-邮件客户端的更换会非常的麻烦,您必须进行导入/导出等操作,还要进行系列的转换。同时使用多个邮件客户端检查邮件也是不可行的,可能会带来不必要的混乱。

-

Haiku 邮件系统稍有不同。它由一些较小的独立模块构成。

-

mail_daemon 负责与您的邮件服务器进行通信。电子邮件 首选项集中管理邮件账户的配置,例如邮件检查时间。

-

每个收到/发送的消息都将保存为单个的邮件文件,它们的邮件头信息(如发送者,主题,日期)和状态(如新邮件,已回复,已发送)保存为 BFS 属性。这样能够方便使用 Haiku 的快速查询进行搜索和过滤。

-browsing.png -

由于每个邮件都是独立的文件,进行查阅就非常简单,就像是在使用 图片查看器 浏览图像目录(或者查询结果)。在您使用上一个/下一个按钮浏览邮件时,在打开的文件浏览器窗口中,您可以看到当前浏览文件的切换选中。
-因为他们都是独立的文件,无论是使用查看器还是 Haiku 的 电子邮箱 程序都没有任何差别。

-

与此相似,创建新邮件也就是相当于去创建一个由 mail_daemon 管理并负责发送的新文件。联系方式则由 联系人 应用进行管理。

-

总而言之,其他的邮件客户端会负责所有的事情;然而对于 Haiku ,从与邮件服务器交互,到查看您的所有邮件,以致于邮件搜索和过滤的工具,它则通过很多小工具和常用文件管理来完成:

-
    -
  • mail_daemon 用于获取、发送邮件,并将其保存为常规文件。

  • -
  • 文件浏览器窗口和查询用于查找和显示电子邮件文件。

  • -
  • 电子邮箱 程序依赖于联系人 程序提供的系统内联系人管理功能,用于查看邮件文件和新建邮件。

  • -
-

使用 文件浏览器 和查询功能进行邮件管理确实很不错。您于此获得的经验可用于任何和文件处理有关的问题。例如图像,音乐,视频,联系人以及其他任何文档,都可以使用文件浏览器,因为它是所有文件管理的核心。
-同时,在这些系统领域的提供不仅仅能够惠及电子邮件处理,还会有助于所有使用这些功能的应用程序。

- -

-index -自定义状态

-

在您检查自己的新邮件时,您可能希望之后在仔细的进行阅读。您可以使用电子邮件菜单的关闭且保留为新邮件 ,让它们仍然保留在您的 “新邮件” 查询中,以这种方式让任务保留起来。

-

当然另一种方式是撰写回复并保存为草稿。但是如果您不希望编写回复,而只是留待以后再次阅读,这样就不大方便。

-status.png -

您最好使用 关闭 | 标记为... 来创建一个新状态,为您的邮件分类。比如,您可以为其命名为"待阅",在您空闲的时候再查询该状态的邮件,阅读即可。
- -或者,你可以为指定项目使用不同状态。例如,我创建了 "HUG"(表示 "Haiku user guide",即 Haiku 用户指南)状态,然后在其下放置所有可能会影响用户指南内容的邮件,如有关代码更改提醒,新功能引入,或者任何我觉得能够增强用户指南的提交邮件。
-但是,请务必保证状态名称的简洁。最好能够完整显示在文件浏览器的 “状态” 栏宽度内。

-

您不一定要使用 电子邮箱 程序打开邮件进行状态设置。您也可以选中某些邮件文件,然后使用文件浏览器的 标记为已读 标记为... 附加组件来一次性设置它们的状态。

- -

-index -使用查询

-

当然,您指定目录储存邮件,您打开这个目录,里面就是您所有的邮件。时间久了,这个目录难免会变得拥挤不堪,由于有上千个文件,并且它们属性需要解析和分类,其中全部内容的显示需要很长的时间。并且,通常您并不关心两年前有关尼日利亚和它们遗留问题的古老邮件...

-
在获取目录时,大部分时间都花费在从磁盘读入文件,正确排序之后显示在窗口。如果您确实需要打开具有大量文件的目录,您可以将文件浏览器窗口隐藏来缩短等待时间,例如,将其最小化,或者切换到其他工作空间。您可以查看 进程管理器 获取其对处理器的占用情况。
-

查询,大救星!

-

使用查询,您可以浏览查看邮件。实际上,桌面栏上的电子邮箱图标就是用了查询。

-daemon-in-deskbar.png -

打开草稿 就是对 “草稿” 状态的查询,也就是您在使用 电子邮箱 保存邮件时所设置的状态。

-

打开收件箱打开邮件目录 都是常规目录的链接(在我看来,并没有很大用处)。

-

# 新消息 子菜单由对状态为 "新邮件" 的邮件的一次查询实现。(当然,也使用了同样的查询来修改邮箱图标上的邮件数量)。

- -

您可以在上述菜单中加入自己的查询(如目录、程序和脚本等)中,也就是把它们或者它们的链接放入目录 ~/config/settings/Mail/Menu Links

-
~/config/settings/Mail/mailbox 查询比较特殊:左键单击桌面栏中邮箱图标时,它将被执行。如果您想修改它的行为,您可以将其替换为其他文件(或者文件链接),并命名为 “mailbox ”。它并不一定要是一个查询,比如查询目录的链接,脚本或者其他程序都能够胜任。 -
- -

-index -查询实例

-

下面是几个有用的查询实例:

- - - - - - -
query-1.png
-查询具有自定义状态 "Later " 的所有邮件。
query-2.png
-查询过去两天的所有邮件。
query-3.png
-查询两周内 Ingo Weinhold 发送的所有邮件。
query-4.png
-查询 12 个月内 Haiku commit list 上的所有内容。
- -

-index -更多帮助

-
    -
  • 如果您没有将查询保存为 "Query" 而是 "Query template",那么使用它并不会显示结果窗口,而是 查询... 窗口。 通过这种方式,你可以轻松地修改搜索邮件的主题和发送者的字符。比如将时间 "2 天" 限制在 "3 天"。

  • -
  • 文件浏览器首选项 中激活 “实时过滤” 将允许您进一步的筛选查询结果。通常情况下,在使用实施过滤的情况下查询最近三天的邮件就已经足够了。 -这种方式最大的优点在于,您不需要准确的指定所要搜索的属性,因为在过滤时已经将所有显示属性包括在内。

  • - -
- -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/workshop-filetypes+attributes.html b/docs/userguide/userguide/zh_CN/workshop-filetypes+attributes.html deleted file mode 100644 index 3e4c4f0de5..0000000000 --- a/docs/userguide/userguide/zh_CN/workshop-filetypes+attributes.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - 操作练习:文件类型, 属性,索引和查询 - - - - - - - - -
-
- - - - - -
索引
准备工作 -
-定制文件类型 -
-快捷图标 -
- 文件识别 -
-文件描述
-首选程序
-额外属性
-创建索引
-添加数据
-查询数据 -
- -

操作练习:文件类型, 属性,索引和查询

- -

本篇文档主要用于展示 属性查询索引和定制文件类型。我们将会创建一个数据库来记录我们的DVD库。

- -

-index -准备工作

-

首先确定能够满足我们需要的文件类型和属性,最初,我想使用一个书签文件来链接到电影的网络电影数据库页面,但是Haiku暂时没有类似于“BeOS”的支持“书签”的NetPositive浏览器,所以我使用了下面的方法:该文件是一个JPEG格式图像,并且作为电影的封面。
-现在有了 WebPositive,Haiku 有课可以使用书签文件的浏览器,所以您可以使用书签文件来替换图像来作为我们数据库文件的基本文件类型。
-总之,我们为这些文件添加一些属性。那么接下来我们需要确定是否会再次进行查询(之后我们将其添加到索引),如果这样,那么需要使用何种类型的属性。数值 (int, float) 不同于文本,可以进行计算 (</=/> vs. is/contains/starts with)。

-

我希望可以把下面的属性用于DVD文件:

-
    -
  • Movie title(电影标题)
  • -
  • Genre (流派)
  • -
  • URL to e.g. IMdB(网站)
  • -
  • Director/Cast (导演/演员)
  • -
  • Plot (策划)
  • -
  • My rating from 1 to 10 (星级)
  • -
  • 安排我的书架,例如 A2,B3,这样我可以在现实生活中找出 DVD。
  • -
  • 如果这样,谁借走了磁盘...
  • -
- -

-index -定制文件类型

-

打开文件类型首选项,然后点击位于左边分级列表之下的Add... 按钮。之后打开一个小对话框,然后指定新的文件类型所属的MIME组。当然您可以新建一个MIME组。我们把文件类型放置在 “applications” 组,把 “Internal Name” 设置为 DVDdb

-filetypes-new-file-type.png -

现在,打开了您新建的DVDdb文件类型的面板:

-filetypes-dvddb.png - -

-index -快捷图标

-

双击快捷图标,将会打开 Icon-O-Matic 来为您的文件类型设计一个快捷图标。您也可以使用其他文件类型的图标,也可以将其稍作修改之后再使用。

- -

-index -文件识别

-

您也可以添加文件后缀作为扩展名来识别文件类型,例如,.txt,.jpg,.mp3。如果是在其他的没有MIME类型的系统上处理文件,后缀将会非常有用,但是在我们的示例中不需要这样做。

- -

-index -文件描述

-
    -
  • 类型名 - 它主要出现在Tracker窗口中的属性菜单和文件的“kind”属性中。
  • -
  • 文件描述 - 更加详细的描述。
  • -
- -

-index -首选程序

-

快捷菜单中显示了所有可用于处理该类型文件的程序的列表,从该列表中,您可以选择打开该类型文件的首选程序,并且在双击文件时,该程序将会自动启动。

- - - -
Select... 打开一个对话框,您可以选择打开该类型文件的首选应用程序。在本示例中,我们选择 ShowImage 来显示DVD的封面。
Same as... 打开一个对话框,你可以选择已经具有首选程序的文件,使两者使用相同的首选程序。
- -

-index -额外属性

-

在这里,我们输入在准备工作中决定的所有定制属性。点击 Add... 按钮打开一个面板:

-filetype-extra-attribute.png -
    -
  • 属性名 - 出现在Tracker窗口顶部纵列中。

  • -
  • 内部名称 - 用于索引和查询属性。

  • -
  • Type - 定义了属性可以容纳的值,这样它才可以实现查询。 -
      -
    • String 用于普通文本
    • -
    • Boolean 用于二进制数据: 0 或 1
    • -
    • Integer 用于不同范围的整形数据: -
        -
      • 8 bit: ± 255
      • -
      • 16 bit: ± 65,535
      • -
      • 32 bit: ± 4,294,967,295
      • -
      • 64 bit: ± 18,446,744,073,709,551,615
      • -
      -
    • -
    • Float 用于单精度的浮点型数据
    • -
    • Double 用于双精度的浮点型数据
    • -
    • Time 用于时间和日期的格式
    • -
    -
  • -
-
    -
  • Visible - 该复选框用于决定该属性在Tracker窗口中是否可见。由于Tracker将会是我们的DVD数据库界面,所以需要通过下面的选项来定义它的外观:
      -
    • Display As - 使用 "Default"。将来可能会有更多可用的选项,例如, 星级评定等。
    • -
    • Editable - 用于确定在Tracker窗口中,是否可以进行属性的编辑。
    • -
    • Width - 在Tracker窗口中默认的属性列的宽度。
    • -
    • Alignment - 属性可以显示为居左,居中或者居右。
    • -
-

现在,输入我们的属性的所有信息:

- - - - - - - - - - -
内部名称属性类型索引描述
DVDdb:title text yes Movie title(电影标题)
DVDdb:genre text yes Genre (流派)
DVDdb:url text no URL (网站)
DVDdb:cast text yes Director/Cast (导演/演员)
DVDdb:plot text no Plot (策划)
DVDdb:rating int-32 yes Rating 1 to 10 (星级评价)
DVDdb:coord text no Shelf (货架)
DVDdb:lent text yes Lent to (借出)
- -

-index -创建索引

-

在开始向我们的小的DVD数据库中输入数据之前, 我们需要为我们的索引添加确定的属性。只有进行了索引了的属性才可以使用Haiku的快速查询
-所以,我们将要查找什么呢?我们不需要问“在我的B4货架上的是什么呢?”或者“在网络电影库或者电影策划中包含 ‘pope-shenooda’ 吗?”

-

那么,我们选取了下面的属性:

- - - - - - -
内部名称属性类型
DVDdb:titletext
DVDdb:genretext
DVDdb:casttext
DVDdb:ratingint-32
- -

为了进行索引,我们打开终端,然后依次添加属性:

-
mkindex -t string DVDdb:title
-mkindex -t string DVDdb:genre
-mkindex -t string DVDdb:cast
-mkindex -t int DVDdb:rating
-

-t 参数选项定义了属性的类型,除了 rating 属性是“int”型数字之外,其他的属性都是“string”类型。

- -

-index -添加数据

-

现在一切已经就绪,我们可以在数据库中加入一些数据。
-由于我们的基本文件时封面图片,我们可以访问一些网络资源如 IMdb,查找首个电影,然后将其封面或者电影海报保存到新建的文件夹,以它作为 DVDdb 文件的保存位置。

-

打开该文件夹,我们看到在Tracker窗口中有一个JPEG图像。右键点击图像,使用 Filetype Addon 将其文件类型改为 application/DVDdb 。更多相关信息,请参阅文件类型文档。

-

接下来,我们在 Tracker 窗口的 Attributes 菜单中激活所有的 DVDdb 属性,根据我们的喜好对其进行排序:

-filetypes-dvddb-empty.png -

通过点击仍为空的属性(或者按下 ALT E组合键),我们进入编辑模式,填写每个属性。利用 TABSHIFT TAB 快捷键,您可以在各个属性之间快速切换。

-

在我们的示例中,我们总是先下载一个JPEG封面,然后将其类型改为:applications/DVDdb 。还有另外的方法来创建此类型的文件,只需要复制一个该类型的空文件到 /boot/home/config/settings/Tracker/Tracker New Templates ,然后将其命名为 DVDdb 即可 。

-

右键点击Tracker窗口,您将会在 New... 下面的发现除了默认的 “New folder” 外的新元素。

- -

-index -查询数据

-

几个小时的辛苦工作之后,我们有了一个不错的小型数据库,您可以在这里查询具有7星级排名的克里斯蒂娜·里奇的电影了。

-

您可以为特别文件类型的查询结果制定一个有效的属性排列方式。 -
-打开包含DVDdb文件的文件夹,然后依据您希望的查询结果排布方式对相应属性进行排列。通过 Attributes | Copy Layout 复制该属性布局。

-

打开 /boot/home/config/settings/Tracker/DefaultQueryTemplates,新建一个文件夹,将其命名为 group_filetype,在示例中,我们使用 “applications_DVDdb”。

-

打开新建的文件夹,通过 Attributes | Paste Layout 粘贴属性布局。Voilà:

-query-dvddb.png - -
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/workshop-wlan.html b/docs/userguide/userguide/zh_CN/workshop-wlan.html deleted file mode 100644 index ea52bf3c52..0000000000 --- a/docs/userguide/userguide/zh_CN/workshop-wlan.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - 操作练习:无线网络 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- - - - - -
索引
- 添加支持硬件
- 无线网络连接
- 命令行连接
- 建议 -
- -

操作练习:无线网络

- -

在目前永久网络连接需求下,网络的运行就显得尤为必要。对于小的项目来说,对日新月异的硬件提供驱动支持基本上是不可能的,Haiku 目前基于 FreeBSD 兼容层提供网络驱动的支持。
-尽管并没有提供 100% 硬件的支持,但是保证了对大量硬件的支持。更多硬件支持信息请查阅 在线列表 或者 FreeBSD 9.3 硬件发布声明

-
目前只有 PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express 设备能够很好运行。
-PCMCIA, CardBus, ExpressCard, USB and ISA 设备仍需要一些功能完善。
- -

-index -添加支持硬件

-

虽然我们已经越过了首个障碍,提供了常用的硬件支持,但是一些无线网卡可能需要一些二进制固件模块。由于授权问题,Haiku无法包含这些私有固件文件。Haiku 包含了一个简单的脚本,它可用于为你检索和安装所有这些需要的私有位。一般情况下,如果您计划使用无线网络,您最好执行该脚本以确保您的系统包含所有这些需要的固件文件。

-

打开终端,输入:

-
install-wifi-firmwares.sh
-

接下来查看授权协议,然后接受协议并安装所有可用的固件文件。

- -

如果您在Haiku下无法访问网络,不能够下载缺失的固件,我们还提供了离线的方式,详情参考如下 建议

- -

-index -无线网络连接

-

默认情况下,在启动之后,Haiku将会连接到其发现的首个未加密的无线网络。如果需要连接到指定网络,您需要使用桌面小工具 网络状态

-

右键点击桌面栏图标,然后从菜单中选择网络公开名称(也就是其广播的“SSID”)。

-join-network.png -

之后将会打开一个窗口,您可以输入加密类型(如 WPA/WPA2,WEP不再是一个安全的加密方式!) 和无线网络密码。点击 确定 启动登录进程。
根据硬件和网络配置的不同,需要等待的时间也会有所差异。然后您会看到如下通知:

-join-network.gif -

当其状态显示为 "Ready" 时,桌面栏中的网络状态显示为圆浅绿色,网络连接也已建立。。如果通知显示为 "No link" ,网络状态图标将会显示为三角黄色,这也就意味着网络连接出现错误,有可能是密码错误。

- -

-index -命令行连接

-

如果您对命令行情有独钟,或者喜欢使用脚本,或者使用 ~/config/settings/boot/UserBootscript 在系统启动时自动连接指定网络,您可以使用命令 ifconfig

-

启动终端,然后输入命令扫描可用无线网络:

-
ifconfig /dev/net/iprowifi3945/0 scan
-name                             address              signal  auth
-haiku-top                        01:d0:19:a6:88:42        30  WPA
-ArcorInternet123                 00:20:12:a4:29:e1        15  WPA
-

当然,您需要确定无线网络适配器的路径。
-该命令的输出结果将会显示所有发现网络的公开名称(SSID),MAC 地址,信号强度以及加密方法。

-

为了连接网络,请使用下面的命令,在其中使用相应的公开名称(SSID)和密码:

-
ifconfig /dev/net/iprowifi3945/0 join {SSID} {password}
-

在输入 ifconfig 命令之前,请确保启动后无线网络适配器的初始化配置,否则命令将会被忽略。根据硬件和网络配置的不同,可能需要等待一段时间,请查看如下通知...

- -

-index -建议

-

离线下载二进制固件文件

-

如果您无法通过 install-wifi-firmwares.sh 脚本来获取二进制固件文件(例如,在 Haiku 中缺少互联网链接),您可以下载 此 shell 脚本,然后从其他包安装有 wgetzip 命令的系统中运行。
-该脚本将会下载所需要的文件,并创建一个可以解压到 Haiku /boot 目录的压缩文件。在解压之后,在终端中输入如下指令: -

-
install-wifi-firmwares.sh
-

检查授权并接受一边安装所有目前可用的固件文件。

-

Avoiding connection loss

-

Haiku's drivers for some WLAN chipsets like the iprowifi4965 are prone to lose connection when using WPA encryption. If you're affected by that, try to disable the "HT mode" (high throughput, 802.11n) before connecting to a network:

-
ifconfig /dev/net/iprowifi4965/0 -ht
-

If that fixes the problem, put the line into ~/config/settings/boot/UserBootscript to have it applied automatically every boot-up.

-
-
- - - - - diff --git a/docs/userguide/userguide/zh_CN/workspaces.html b/docs/userguide/userguide/zh_CN/workspaces.html deleted file mode 100644 index 1813aa5687..0000000000 --- a/docs/userguide/userguide/zh_CN/workspaces.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - Workspaces(工作区) - - - - - - - - -
-
- -

Workspaces(工作区)

- -

工作区是虚拟桌面,具备完全自主的分辨率,颜色深度和背景。在 Screen 首选项中,最多可以设置32个工作区。

- -workspace_overviewpng.png - -

-index -切换工作区

-

你可以通过点击 工作区小程序 (如上图所示)或者使用 ALT Fx 组合键来切换工作区,而此处的“x”就是工作区的编号。你也可以为这四个工作区进行编号,使它们分别对应键盘中的 Fx 键的布局。
-当然,您也可以通过点击桌面栏中的程序或者程序窗口进入该程序所在的工作区。

-

另一个非常方便的切换方式是使用 CTRL ALT /// 来浏览可用的工作区。如果您同时按下了 SHIFT 键,那么您将会和该窗口一同切换到新的工作区。

-

您可以使用 ALT ` 组合键在两个工作区之间来回切换(` 键依赖于您所使用的键盘类型 - 它是处于 ESC 键之下的按键)。再次提醒您,同时按下 SHIFT 将会把该窗口切换到新的工作区。

- -
-
- - - - - diff --git a/docs/welcome/welcome/Haiku-doc.css b/docs/welcome/welcome/Haiku-doc.css deleted file mode 100644 index 509c9fef3d..0000000000 --- a/docs/welcome/welcome/Haiku-doc.css +++ /dev/null @@ -1,405 +0,0 @@ -/* - * Copyright 2008-2009, Haiku. All rights reserved. - * Distributed under the terms of the MIT License. - * - * Authors: - * François Revol - * Stephan Aßmus - * Braden Ewing - * Humdinger - * Vincent Duvert - */ - -html { - margin: 0; - padding: 0; - background: #FFF; -} - -body { - color: #333333; - line-height: 1.5; - margin: 0; - padding: 0; - font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; -} - -/* link colors and text decoration */ - -a:link { - font-weight: bold; - text-decoration: none; - color: #dc3c01; -} -a:visited { - font-weight: bold; - text-decoration: none; - color: #892601; -} -a:hover, a:active { - text-decoration: underline; - color: #ff4500; -} - -/* Some headers act as anchors, don't give them a hover effect */ - -h2 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} -h3 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} -h4 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} -h5 a:hover, a:active { - text-decoration: none; - color: #0c3762; -} - -/* heading and navigation */ - -#banner { - position: relative; - left: 0; - top: 0; - height: 84px; - min-width: 59em; - background: #eeeeee; -} - -#banner div { - background: transparent url(images/logo.png) no-repeat scroll 10px 0; - min-width: 59em; - max-width: 70em; - height: 100%; - margin: 0 auto; -} - -#banner span { - position: relative; - top: 51px; - left: 272px; - color: #333333; - text-transform: uppercase; - letter-spacing: 3px; - font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif; - font-weight: normal; - font-size: 16px; -} - -div.nav { - position: relative; - min-width: 59em; - left: 0; - top: 0; - background: #e0e0e0; - padding: 0; -} - -div.nav div.inner { - min-width: 59em; - max-width: 70em; - height: 100%; - margin: 0 auto; - text-align: right; - padding: 0; -} - -div.nav div.inner span { - margin-right: 40px; - font-size: 0.8em; -} - -div.nav div.inner span a.uplink { - font-weight: normal; -} - -/* Language selection menu */ - -ul.lang-menu { - display: block; - text-align: left; - list-style-type: none; - font-size: 0.8em; - position: absolute; - margin: 0; -} - -ul.lang-menu img { - border: 0; - padding-right: 5px; -} - -ul.lang-menu li { - margin-left: 10px; - padding: 2px 5px 2px 5px; - background: #e0e0e0; - display: none; -} - -ul.lang-menu:hover li { - display: block; -} - -ul.lang-menu li:hover { - background-color: #efefef; -} - -ul.lang-menu li.now { - padding: 5px 5px 0 5px; - display: block; - background-color: inherit; -} - -ul.lang-menu li a { - color: black; - text-decoration: none; - font-weight: normal; -} - -/* main content */ -#content { - min-width: 59em; - max-width: 70em; - margin: 0 auto; -} - -#content div { - margin-top: 30px; - margin-left: 40px; - margin-right: 40px; - margin-bottom: 50px; - font-size: 0.9em; -} - -/* contents box */ - -table.index { - margin: 0px 0px 30px 30px; - padding: 1px; - border-width: 1px; - border-style: dotted; - border-color: #e0e0e0; - float:right; -} -table.index tr.heading { - background-color: #e0e0e0; - text-align: center; - font-weight: bold; - font-size: 1.1em; -} -table.index tr.index { - background-color: #eeeeee; -} -table.index td { - padding: 5px 20px; -} - -table.index a:link, table.index a:visited { - font-weight: normal; - text-decoration: none; - color: #dc3c01; -} -table.index a:hover, table.index a:active { - text-decoration: underline; - color: #ff4500; -} - - -/* Haiku User Guide styles and layout */ - -/* Rounded corner boxes */ -/* Common declarations */ -.box-info, .box-stop, .box-warning { - -webkit-border-radius: 10px; - -khtml-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - border-style: dotted; - border-width: thin; - border-color: #dcdcdc; - padding: 10px 15px 10px 80px; - margin-bottom: 15px; - margin-top: 15px; - min-height: 42px; -} -.box-info { - background: #e4ffde url(images/alert_info_32.png) 15px 15px no-repeat; -} -.box-warning { - background: #fffbc6 url(images/alert_warning_32.png) 15px 15px no-repeat; -} -.box-stop { - background: #ffeae6 url(images/alert_stop_32.png) 15px 15px no-repeat; -} - -/* More layout and styles */ -h1 { - font-size: 1.3em; - font-weight: bold; - color: #0c3762; - border-bottom: dotted thin #e0e0e0; - margin-bottom: 25px; -} -h2 { - font-size: 1.3em; - font-weight: normal; - color: #0c3762; - border-bottom: dotted thin #e0e0e0; - margin-top: 35px; -} -h3 { - font-size: 1.2em; - font-weight: normal; - color: #0c3762; - border-bottom: dotted thin #e0e0e0; - margin-top: 30px; -} -h4 { - font-size: 1.1em; - font-weight: normal; - color: #0c3762; - margin-top: 30px; -} -h5 { - font-size: 1.0em; - font-weight: normal; - color: #0c3762; - margin-top: 30px; -} -p { - text-align: justify; -} -ol { - padding-left: 20px; -} -ul { - padding-left: 14px; -} -li { - line-height: 1.3; -} -td { - vertical-align: top; -} -td.onelinetop { - vertical-align: top; - white-space: nowrap; -} -tt { - background-color: #e2e2e2; - font-size: 1.0em; - font-family: monospace; -} -pre { - border-color: #0c3762; - border-style: dotted; - border-width: thin; - margin: 0em; - padding: 1.5em; - background-color: #f0f0f0; -} -pre.terminal { /* Terminal output*/ - border-color: #ffb11f; - border-style: dotted; - border-width: thin; - margin: 0em; - padding: 1.5em; - background-color: #3a3a3a; - color: #ffb11f; -} -.menu { /* Menu */ - font-size: 1.0em; - font-family: serif; - font-style: italic; - color: #24225e; -} -.button { /* Button */ - font-size: 1.0em; - font-family: serif; - font-style: italic; - color: #33583c; -} -.app { /* GUI Application name */ - font-size: 1.0em; - font-family: serif; - font-style: italic; - color: #5e1c1c; -} -.cli { /* Shell command or file */ - background-color: #e8e8e8; - font-size: 0.9em; - font-family: monospace; -} -.path { /* File path */ - background-color: #e8e8e8; - font-size: 0.9em; - font-family: monospace; -} -.key { /* Shortcut (separate with   */ - -webkit-border-radius: 3px; - -khtml-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - border-color: #c7c7c7; - border-style: solid; - border-width: 1px; - padding: 0px 2px 0px 2px; - background-color: #e8e8e8; - font-family: serif; - font-variant: small-caps; - font-size: 0.8em; -} - -/* printer only pretty stuff */ -@media /*screen,*/print { - /* suggest page orientation */ - @page { size: portrait; } - .noprint { - display: none; - } - /* hide header and nav bar */ - #banner { - display:none; - } - - div.nav { - display:none; - } - - /* some links we want to print the url along with (CSS2) */ - a.printurl:after { - content: " <" attr(href) ">"; - font-weight: normal; - font-size: small; - } - /* override for those we really don't want to print */ - a.noprinturl:after { - content: ""; - } - /* for acronyms we want their definitions inlined at print time */ - acronym[title]:after { - font-size: small; - content: " (" attr(title) ")"; - font-style: italic; - } - /* and not have mozilla dotted underline */ - acronym { - border: none; - } - pre.terminal { /* Terminal output black on white*/ - background-color: #ffffff; - color: #000000; - } - #content { - margin: 0px; - padding: 0px; - } - html { - background: #FFF; - } -} diff --git a/docs/welcome/welcome/ca/bugreports.html b/docs/welcome/welcome/ca/bugreports.html deleted file mode 100644 index a43fc8db37..0000000000 --- a/docs/welcome/welcome/ca/bugreports.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - Reporting bugs - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Índex
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Reporting bugs

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

To keep our bugtracker effective, it's essential to abide by the Bug Tracker Etiquette.

- -

index -Getting a Trac account

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Creating a bug report

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Application bugs

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Server bugs

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Kernel bugs

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/de/bugreports.html b/docs/welcome/welcome/de/bugreports.html deleted file mode 100644 index 3d9b9f6b39..0000000000 --- a/docs/welcome/welcome/de/bugreports.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - Bugs melden - - - - - - - - -
-
- - - - -
Index
Zugang zu Trac
- Bugreport erstellen
- Bugs in Anwendungen
- Bugs in Servern
- Bugs im Kernel
- Kernel Debugging Land - KDL
- Syslog
- Debug Ausgabe auf dem Bildschirm
- Bugs von Hardware/Treiber
- Bug gemeldet, und dann?
- -

Bugs melden

- -

Da es für die Haiku-Entwickler unmöglich ist, jede denkbare Hardware-Kombination oder jede mögliche Anwendungsweise eines Programms zu testen, ist es eine große Hilfe, wenn Fehler gemeldet werden. Da Haiku noch recht jung ist, sind Bugs nicht Ungewöhnliches. Nur mit Hilfe der Anwender können wir Haiku gemeinsam Stück für Stück perfektionieren.

-

Damit unser "Bugtracker" - also die Liste aller gefundenen Fehler - effektiv funktioniert, ist eine grundlegende Bug Tracker Etiquette zu wahren.

- -

index -Zugang zu Trac

-

Um ein Fehler-Ticket aufzugeben, muss man registrierter Benutzer beim Bugtracker sein.
Um sich anzumelden ist eine gültige E-Mail Adresse notwendig. Sollte nach dem Anmelden keine Bestätigungsmail ankommen, sollte man mal seinen Spam-Ordner überprüfen.

- -

index -Bugreport erstellen

-

Bevor man einen Fehler meldet, sollte man sich sicher sein, dass das nicht schon geschehen ist. Hierzu kann auch die Suchfunktion verwendet werden.
-Nach dieser Überprüfung sollte man so genau wie möglich den Fehler beschreiben:

-
    -
  • Der Fehler sollte mit einer aktuellen Version von Haiku reproduzierbar sein. Zum Testen gibt es installierbare Nightly Images.

  • -
  • Wie wurde Haiku verwendet (auf echter Hardware oder virtualisiert unter VMWare, QEMU oder ähnlichem)?

  • -
  • Welche Haiku-Versionsnummer wurde verwendet? Die Version ist unter Über Haiku... im Deskbar Menü zu finden. Wie genau Haiku kompiliert wurde (gcc2, gcc4, gcc2hybrid, gcc4hybrid), ist ebenfalls von Interesse. Die runterladbaren Images sind entsprechend benannt; Leute, die sich ihr Haiku selber zusammenbauen, sollten wissen wie sie das gemacht haben.

  • -
  • Der Fehler sollte so präzise wie möglich beschrieben werden. Welches Verhalten wurde erwartet und was wurde statt dessen beobachtet?

  • -
  • Wann tritt der Fehler auf? Nur mit einer Schritt-für-Schritt Anleitung können die Entwickler den Bug nachstellen und beheben.

  • -
  • An den Fehlerbericht sollten so viele Informationen wie möglich angehängt werden. Handelt es sich um einen Bug in der grafischen Oberfläche oder einer der Anwendungen, ist ein Bildschirmfoto mittels der DRUCK Taste hilfreich.

  • -
- -

index -Bugs in Anwendungen

-

Stürzt eine Anwendung ab, sollte man den Debugger aus dem erscheinenden Hinweisfenster aufrufen. Dadurch wird ein Terminal mit gdb (dem GNU Debugger) geöffnet. Gibt man dort bt ein, wird ein sogenannter "backtrace" erstellt, der komplett (auch mit dem Teil bevor bt eingegeben wurde) mit an die Fehlermeldung angehängt werden sollte.

- -

index -Bugs in Servern

-

Stürzen lebenswichtige Server wie der App Server, der Registrar oder der Input Server ab, bekommt man nicht den gewöhnlichen Crash-Hinweis zu sehen. Stattdessen wird der gesamte Bildschirm weiß und der gdb wird gestartet, der seine Ausgabe direkt auf den Bildschirm schreibt. Unter Umständen kann man immer noch die Maus bewegen, die daraufhin das Weiß und die gdb Ausgabe übermalt. Noch laufende Anwendungen, wie ProcessController oder die Uhr in der Deskbar, tun das vielleicht auch noch.
-Außer dass alles etwas unansehnlicher und unbequemer ist, gilt eigentlich das gleiche wie für Bugs in Anwendungen. Am wichtigsten ist das sichern eines "backtrace" mittels bt. Weil man den Text ja nicht mehr irgendwohin kopieren kann, müsste man die Ausgabe per Kamera festhalten.

- -

index -Bugs im Kernel

-

Fehler im Kernel haben normalerweise die schwersten Auswirkungen und sind zugleich am schwierigsten zu debuggen. Es gibt unterschiedliche Symptome, die auf ein Problem von Kernel oder Treiber hindeuten:

-
    -
  • Das System betritt selbständig das Kernel Debugging Land (KDL) . Der obere Teil des Bildschirms wird weiß und einige Zeilen Text erscheinen. Die zweite Zeile verkündet "Welcome to Kernel Debugging Land...", die darüber beschreibt den unmittelbaren Grund für die Reise ins KDL.

  • -
  • Das System führt einen spontanen Neustart aus.

  • -
  • Das System friert komplett ein. Die Maus lässt sich nicht mehr bewegen und Anwendungen aktualisieren ihre Oberfläche nicht mehr. Ein wichtiger Test in so einer Situation ist, ob man das KDL noch mit der Tastenkombination ALT SysReq D (SysReq ist dabei meist die DRUCK Taste) erreichen kann. Man sollte zumindest eine Minute warten, ob sich was tut.

  • -
  • Das System fährt nicht mehr richtig hoch. Unter Umständen führt es spontan einen Neustart durch oder bleibt an einer Stelle stecken, vielleicht bei einem bestimmten Symbol des Boot Bildschirms. In letzterem Falle sollte man auch mal ein ALT SysReq D versuchen.

  • -
  • Das ganze System oder eine bestimmte Hardwarekomponente funktioniert nicht richtig. Es könnte beispielsweise nur sehr langsam laufen, Fehler könnten auftreten oder etwas funktioniert überhaupt nicht. Verweigert eine Hardwarekomponente die Arbeit komplett, sollte man natürlich erst mal checken, ob Haiku sie momentan überhaupt treibermäßig unterstützt, indem man zum Beispiel auf der Mainlingliste oder im Forum nachfragt.

  • -
-

Während nur der letzte Punkt explizit auf eine Hardware-Ursache eingeht, können auch alle anderen Symptome auf Fehler in einem Hardware Treiber hindeuten. Hat man einen Verdacht welche Hardware oder entsprechender Treiber mit dem Problem zu tun haben könnte, sollte man prüfen ob das Entfernen oder Deaktivieren von Hardware oder Treiber Abhilfe schafft. Wenn man das Problem beispielsweise beim WLAN vermutet, könnte diese Funktion vielleicht im BIOS ausgeschaltet werden. Wenn nicht, kann man auch den entsprechenden Treiber auf eine "Schwarze Liste" setzen und so im System deaktivieren (siehe Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

Stürzt das System nicht von selbst ins KDL, kann man das auch absichtlich mit der Tastenkombination ALTSysReqD erreichen.
-Im KDL kann es passieren, dass die Tastatur nicht mehr funktioniert. PS/2 Tastaturen gehen immer, USB Tastaturen an UHCI Controllern nur wenn man vorher schonmal per Tastenkombination das KDL betreten hat. USB OHCI wird zur Zeit noch gar nicht unterstützt.

-

Das KDL ist eine Art Konsole. Es lassen sich Befehle eingeben, die Informationen über das System ausgeben. Folgende Befehle sind von besonderen Interesse:

- - - - - -
bt (auch "sc") Zeigt einen "backtrace" (oder auch "stack crawl") wo genau der Fehler aufgetreten ist. Ist das System von selbst ins KDL gefallen, sollte man diesen Befehl unbedingt ausführen.
ints Zeigt die unbenutzten und verwendeten Interrupts.
co (auch "continue") Verlässt den Kernel Debugger und das System läuft - soweit möglich - normal weiter.
reboot Führt einen unmittelbaren Neustart durch. Alle ungespeicherten Daten gehen verloren und selbst was man gespeichert hat, aber noch nicht auf die Platte geschrieben wurde, ist weg.
-

Weitere Infos gibt es im Artikel Welcome to Kernel Debugging Land (Englisch).

-

Die Ausgaben im KDL werden zum seriellen Port geschickt (falls man einen hat und ein entsprechendes Nullmodemkabel samt zweiten Rechner, kann man die Ausgaben in einem Terminalprogramm aufnehmen). Außerdem werden sie ins Syslog geschrieben. Wenn man das KDL allerdings nicht verlassen kann, wird auch nichts ins Syslog geschrieben. Es gibt aber eine Bootloader Debug Option, die das trotzdem möglich macht (siehe weiter unten).

-

Von Ausgaben im KDL lassen sich auch QR-Codes erzeugen, die dann mit einem Smartphone oder ähnlichem zu Text konvertiert werden können. Der Blogpost QR Encode your KDL Output (Englisch) erklärt wie man mit diesem Feature Daten aus dem Kernel Debugging Land herausbekommt.

- -

index -Syslog

-

Dies ist die beste Methode Informationen über ein nicht-bootendes System zu gewinnen.
-Das Syslog (kurz für System Log) enthält wertvolle Infos was im System abläuft, einschließlich der Ausgaben einer KDL Sitzung. Man sollte es immer an einen Trac Ticket hängen wenn es etwas mit dem Kernel zu tun haben könnte. Das Syslog befindet sich in der Datei /boot/common/var/log/syslog. Um in eine Datei schreiben zu können, braucht man ein funktionierendes System. Tritt ein Problem im Kernel auf (insbesondere bei spontanen Neustarts und nicht-fortsetzbaren KDL Sitzungen), kann es daher passieren dass es die letzten Ausgaben nicht mehr ins Syslog schaffen.

-

Durch die Option Enable debug syslog im Debug menu des Bootloaders wird das Syslog im Speicher gehalten. -Ist die Einstellung Save syslog from previous session during boot in den Bootloader Optionen aktiviert (wie es standardmäßig der Fall ist), findet man das Syslog der letzten Sitzung unter /boot/system/var/log/previous_syslog.
-Gelingt das Booten nicht, um an das previous_syslog zu kommen, muss man beim Neustart das Bootloader Menü mittels gedrückter SHIFT Taste aufrufen.
-Dort sollte man im Debug menu die Einträge Display syslog from previous session und Save syslog from previous session sehen. Ersterer zeigt das Syslog direkt auf dem Bildschirm an, mit letzterem lässt es sich speichern. Momentan geht das nur auf FAT32 formatierten Medien. Möchte man dafür einen USB-Stick benutzen, den man allerdings erst zu spät reingesteckt hat und der deswegen nicht erkannt wurde, kann man den Rechner nochmals resetten und das Bootloader Menü erneut aufrufen. Es gilt aber immer noch: Bootet man ausversehen ein Betriebssystem, sind die Syslog Daten weg.

- -

index -Debug Ausgabe auf den Bildschirm

-

Die Ausgabe auf dem Bildschirm ist nur bei ganz bestimmten Situationen sinnvoll und hat bekanntermaßen Timing-Probleme. Es sollte also wirklich nur im Notfall benutzt werden.
-Das ist zum Beispiel der Fall wenn Haiku nicht ganz hochfährt und Bootloader's Debug syslog option irgendwie nicht funktioniert. Noch bevor das Haiku Bootlogo erscheint, die SHIFT Taste gedrückt halten, um das Bootloader Menü aufzurufen. Von hier in das Menü Select safe mode options wechseln und dort weiter unten [ ] Enable on screen debug output aktivieren. (Die anderen Optionen kann man auch mal probieren, um zu versuchen Haiku erfolgreich zu booten. Wenn Haiku nur mit einer oder mehreren aktivierten Optionen hochfahren kann, sollte man natürlich erwähnen welche das sind.)
-Abschließend geht man auf Return to main menu und dann Continue booting.
-Auf dem Bildschirm werden einige Seiten Text ausgegeben, von denen aber nur die letzten paar für einen Bugreport interessant sind. Der Userguide hat noch weitere Infos zum Boot Loader.

- -

index -Bugs von Hardware/Treiber

-

Wenn ein Fehler gemeldet wird, der Hardware oder Treiber betrifft, sollten folgende Informationen als Textdateien an den Fehlerbericht angehängt werden:

- - - - - - - - -
- listdev Eine detaillierte Auflistung aller vorhandener Hardware inklusive "vendor id" und "pci id"; ähnlich den Befehlen lshw und lspci unter Linux.
- listusb -v Bei Fehlern im Zusammenhang mit USB, ähnlich dem Befehlt lsusb unter Linux.
- open /var/log/syslog Die zentrale Log-Datei von Haiku. Mit dem Befehl open kann das Log im Texteditor auf eine sinnvolle Länge gekürzt werden.
- listimage | grep drivers/ Eine Auflistung aller verwendeten Treiber.
- ints Nur im Kernel Debugging Land (siehe weiter oben). Es zeigt eine Liste aller verwendeter "Interrupts". Wenn sich mehrere Geräte zuviele von ihnen teilen, ist das schlecht.
- "On screen debug output" (die Bootloader Debug Option zur Ausgabe auf dem Bildschirm).
- -

Die ersten vier dieser Befehle sind im Terminal einzugeben. Mit dem Zusatz " > output.txt" an den Befehl wird dessen Ausgabe in die Datei "output.txt" gespeichert, die dann an den Fehlerbericht angehängt werden kann.

- -

index -

-

Nachdem ein Fehler gemeldet wurde, wird sich ein Entwickler ihm annehmen und bewerten. Da es sich bei allen Entwicklern um Freiwillige handelt, die in ihrer Freizeit programmieren, kann es durchaus etwas dauern, bis man eine Rückmeldung erhält. Je mehr Informationen man einer Fehlermeldung beifügt oder nachreicht, um so leichter ist es für den Programmierer, diesen zu beheben.

-

Wenn man einen Fehler gemeldet hat ist es damit nicht abgeschlossen, eigentlich ist es erst der Anfang und man wird Teil des Entwicklungs-Prozesses von Haiku. Es ist durchaus möglich und eigentlich auch zu erwarten, dass sich ein Entwickler meldet, um näheres zu den Umständen des Fehler-Reports zu erfahren. Hier gilt wieder: je mehr man dem Entwickler helfen kann, um so leichter tut er sich mit der Fehlerbehebung. Erst wenn der Fehler als 'fixed' - also behoben - markiert ist, kann man sich zurücklehnen, mit dem guten Gefühl etwas beigetragen zu haben.

- -
-
- - - - - diff --git a/docs/welcome/welcome/de/wifi.html b/docs/welcome/welcome/de/wifi.html deleted file mode 100644 index 7466a4b0cb..0000000000 --- a/docs/welcome/welcome/de/wifi.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - WLAN - - - - - - - - -
-
- -

WLAN in Haiku

-

index -Wahrscheinlich unterstützte Hardware

-

Alle FreeBSD 8 WLAN Treiber sollten funktionieren. Jedoch keine PCMCIA, CardBus, ExpressCard, USB oder ISA basierte Karten. Unterstützt wird nur PCI, miniPCI, PCI-Express, miniPci-Express und PCI-X.
-Darunter:

-
    -
  • aironetwifi unterstützt zumindest
    -Cisco Aironet 350 Serie
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi unterstützt fast alle Chipsets (allerdings keine AR9285 Chips)

  • -
  • broadcom43xx unterstützt
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 und BCM4318

    -
  • -
  • ipw2100 unterstützt Intel Pro Wireless 2100 Chips

  • -
  • iprowifi2200 unterstützt Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG

    -
  • -
  • iprowifi3945 unterstützt Intel Pro Wireless Chips 3945

  • -
  • iprowifi4965 unterstützt Intel Pro Wireless 4965 Chips

  • -
  • marvell88w8335 unterstützt
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335

  • -
  • marvell88w8363 unterstützt 88W8363 Chips

  • -
  • ralinkwifi unterstützt
    -RT2560
    -RT2561S
    -RT2561
    -RT2661

    -
  • -
  • ralink2860 unterstützt Ralink RT2860

  • -
  • wavelanwifi unterstützt zumindest
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI

  • -
-

index -Verbindung zum Funknetzwerk

-

Neben unverschlüsselten Netzwerken unterstützt Haiku auch mittels WEP Schlüssel verschlüsselte Netze. WEP ist allerdings eine bereits veraltete Verschlüsselungsmethode, also nicht wirklich sicher.

-

Vom Terminal aus lassen sich mit dem Befehl ifconfig vorhandene Funknetze auflisten und mit einem Verbindung aufnehmen ("join") oder wieder trennen ("leave"):

-
ifconfig [Wifi_Geräte_Pfad] [list|join|leave] (Schlüssel)
-

Der Wifi_Geräte_Pfad wird in den Netzwerk Einstellungen angezeigt oder mit dem Befehl ifconfig -a im Terminal.

-

Nachfolgend einige Beispiele wie mit einem Funknetzwerk namens wifitopia eine Verbindung hergestellt wird. Als Netzwerkkarte wird /dev/net/iprowifi3945/0 angenommen.

-

Alle Funknetzwerke auflisten:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Verbindung mit einem unverschlüsselten Funknetzwerk:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Verbindung mit einem WEP verschlüsselten Funknetzwerk: (ASCII Passwort)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia DasPasswort
-

Verbindung mit einem WEP verschlüsselten Funknetzwerk: (64 Bit Hex-Passwort)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Verbindung zum Funknetzwerk trennen:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Automatische Verbindung zu einem Funknetzwerk

-

Nach dem Hochfahren kann man sich auch automatisch mit einem durch seine SSID benannten Netzwerk verbinden. Dazu müssen Funknetzwerke und die entsprechenden Passwörter in der Datei /boot/Allgemein/settings/network/wireless_networks in folgendem Format abgelegt werden:

-
network wifitopia {
-   password DasPasswort
-}
-

Legt man diese Konfigurationsdatei nicht an, verbindet sich das System automatisch mit dem ersten unverschlüsselten Netzwerk, das es findet.

-

WEP Info

-
    -
  • 64-bit WEP benutzt ein 40-bit Passwort, das sind 5 Buchstaben oder 10 Hex-Werte
  • -
  • 128-bit WEP benutzt ein 104-bit Passwort, das sind 13 Buchstaben oder 26 Hex-Werte
  • -
  • Hex-Werte sind die Zahlen 0-9 und Buchstaben A bis F (in ifconfig mit einem vorangestellten '0x')
  • -
-

index -WPA Verschlüsselung

-

Momentan gibt es noch keine WPA Verschlüsselung unter Haiku. Ein großer Schritt in diese Richtung wurde allerdings bereits unternommen.

-

index -install-wifi-firmwares.sh

-

Um die Firmware für Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335 zu installieren, startet man

-
~> install-wifi-firmwares.sh
-
-

Die Intel ipw2100 und iprowifi22xx benötigen zur Installation keine Internetverbindung, da es die Lizenzbestimmungen erlauben, die Original-Firmware gleich mitzuliefern. Sie verlangen jedoch eine Zustimmung des Benutzers vor ihrer Installtion. Für Broadcom 43xx & Marvell 88W8335 ist hingegen eine funktionierende Internetverbindung nötig, da die entsprechenden Dateien mit der Firmware Haiku nicht beiliegen dürfen.

-

Leute, die ihr eigenes Haiku Image bauen, können ihre build/jam/UserBuildConfig entsprechend anpassen. Details dazu und eventuelle Updates zum WLAN-Thema finden sich in der Online-Version dieses Dokuments (Englisch).

-

Wer die Firmware runterladen muss, aber unter Haiku keine Internetverbindung hat, kann das in diesem Online Dokument angebotene Shell Skript benutzen. Damit werden alle nötigen Dateien heruntergeladen und in ein Zip gepackt, das man unter Haiku in /boot entpacken kann. Dann stehen alle Dateien zur Verfügung, die von install-wifi-firmwares.sh benötigt werden.

-
-
- - - - - diff --git a/docs/welcome/welcome/en/bugreports.html b/docs/welcome/welcome/en/bugreports.html deleted file mode 100644 index 4345d9acb4..0000000000 --- a/docs/welcome/welcome/en/bugreports.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - Reporting bugs - - - - - - - - -
-
- - - - -
Index
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Reporting bugs

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

To keep our bugtracker effective, it's essential to abide by the Bug Tracker Etiquette.

- -

index -Getting a Trac account

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Creating a bug report

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Application bugs

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Server bugs

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Kernel bugs

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/en/wifi.html b/docs/welcome/welcome/en/wifi.html deleted file mode 100644 index e76aab740f..0000000000 --- a/docs/welcome/welcome/en/wifi.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
- -

Wifi in Haiku

-

-index -Expected supported hardware

-

All of FreeBSD 8 wlan drivers should be working. Any PCMCIA, CardBus, ExpressCard, USB or ISA based cards will not work. Only PCI, miniPCI, PCI-Express, miniPci-Express and PCI-X are supposed to work.
-This includes: -

-
    -
  • aironetwifi supporting at least
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi supporting almost every chipset outthere (though no AR9285 chips)

  • -
  • broadcom43xx supporting
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 and BCM4318 -

  • -
  • ipw2100 supporting Intel Pro Wireless 2100 chips

  • -
  • iprowifi2200 supporting Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 supporting Intel Pro Wireless 3945 chips

  • -
  • iprowifi4965 supporting Intel Pro Wireless 4965 chips

  • -
  • marvell88w8335 supporting
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 supporting the 88W8363 chips

  • -
  • ralinkwifi supporting
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 supporting Ralink RT2860

  • -
  • wavelanwifi supporting at least
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Connecting to a wireless network

-

Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.

-

You can list available networks, join and leave them with the command ifconfig from Terminal:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.

-

Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.

-

Listing wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joining unsecured wireless network:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joining WEP secured wireless network: (ascii password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Joining WEP secured wireless network: (64-bit hex password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Leaving a wireless network:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Automatically connecting to a wireless network

-

To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:

-
network wifitopia {
-   password mypassword
-}
-

If you don't create this configuration file, the system will connect to the first unencrypted network it finds.

-

WEP notes

-
    -
  • 64-bit WEP uses a 40-bit key, which means 5 text characters or 10 hex digits
  • -
  • 128-bit WEP uses a 104-bit key, which means 13 text characters or 26 hex digits
  • -
  • hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
  • -
-

-index -WPA encryption

-

At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.

-

-index -install-wifi-firmwares.sh

-

To install the firmware for Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run

-
install-wifi-firmwares.sh
-
-

The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

-

People building their own Haiku image can modify their build/jam/UserBuildConfig accordingly. Details for that and general updates on the wifi topic are found at the online version of this document.

-

If you have to download the firmware, but don't have a working internet connection under Haiku, the online version offers a shell script, which will create a zip file for you to extract to Haiku's /boot. After that you'll have all files needed by install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/es/bugreports.html b/docs/welcome/welcome/es/bugreports.html deleted file mode 100644 index c09433973e..0000000000 --- a/docs/welcome/welcome/es/bugreports.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - Reportar fallos - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - -
Index
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Reportar fallos

- -

Ya que nuestros desarrolladores no pueden verificar todas las combinaciones de hardware, ni todas las posibles maneras de interactuar con el sistema operativo, confiamos que los usuarios nos den retroalimentación sobre cómo funcionan las cosas de su lado. Dado que Haiku todavía es muy joven, muy probablemente encontrará fallos. Le agradecemos por tomarse el tiempo para reportarlos. Juntos podemos mejorar a Haiku, bit a bit.

-

Para mantener nuestro rastreador de fallos efectivo, es esencial supeditarse a la Etiqueta del rastreador de fallos.

- -

index -Getting a Trac account

-

Para llenar un reporte, necesita tener una cuenta en el Rastreador de fallos de Haiku.
-Cuando se cree una cuenta nueva, asegurese de proporcionar su correo electrónico pues es necesario obtener privilegios de modificación básica del reporte. Asegúrese de comprobar su carpeta de correo no deseado (spam) brevemente después, ya que a menudo toda verificación de correo importante termina allí.

- -

index -Creating a bug report

-

Antes de reportar un fallo, por favor asegúrese que aún no exista. Puede también usar la función de búsqueda para esto.
-Tras haber establecido que es un fallo nuevo, haga su información tan puntual como sea posible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Incluya información básica tal como dónde está probando a Haiku (sobre hardware real, en VMWare, en QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describa el problema que esté experimentando. Intente ser tan preciso como pueda: describa el comportamiento actual, y el comportamiento esperado.

  • -
  • Describa qué pasos necesita realizar para exponer el fallo. Esto ayudará a los desarrolladores a reproducir el fallo.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Application bugs

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Server bugs

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Kernel bugs

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

Después que un fallo se ha reportado, un desarrollador verá el reporte e intentará clasificarlo. Recuerde, todos somos voluntarios, y por ello, algunas veces un fallo pudiera estar sin responderse por un tiempo. Agregar nueva información cuando esté disponible usualmente ayuda a que se escoja un fallo más rápidamente, pero no intente 'levantar' el fallo agregando comentarios no descriptivos.

-

Recuerde, reportar un fallo no es algo en lo que tome un poquito de tiempo y sea todo. Si se reporta un fallo, se vuelve parte del proceso de desarrollo de Haiku. Los desarrolladores podrían llegar con preguntas mientras intentan arreglar el fallo reportado. Por favor, permanezca atento para responderlas. Considere su participación 'terminada' cuando el fallo se marque como 'arreglado'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/es/wifi.html b/docs/welcome/welcome/es/wifi.html deleted file mode 100644 index 51c82b8ba4..0000000000 --- a/docs/welcome/welcome/es/wifi.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- -

Wifi en Haiku

-

index -Hardware que se espera funcione

-

Todos los controladores wlan de FreeBSD 8 deberían trabajar. Cualquier tarjeta basada PCMCIA, CardBus, ExpressCard, USB o ISA no funcionará. Únicamente las PCI, miniPCI, PCI-Express, miniPci-Express and PCI-X se espera que trabajen.
-Esto incluye a: -

-
    -
  • aironetwifi soportando al menos:
    -Aironet PCI4500 y
    -Aironet PCI4800.
    -

  • -
  • atheroswifi soportando casi todos los chipsets de afuera (aunque no los chips AR9285).

  • -
  • broadcom43xx soportando
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 y BCM4318. -

  • -
  • ipw2100 supporting Intel Pro Wireless 2100 chips

  • -
  • iprowifi2200 supporting Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 supporting Intel Pro Wireless 3945 chips

  • -
  • iprowifi4965 supporting Intel Pro Wireless 4965 chips

  • -
  • marvell88w8335 soportando:
    -Marvell Libertas 88W8310 y
    -Marvell Libertas 88W8335. -

  • -
  • marvell88w8363 soportando los chips 88W8363.

  • -
  • ralinkwifi soportando:
    -RT2560,
    -RT2561S,
    -RT2561 y
    -RT2661. -

  • -
  • ralink2860 supporting Ralink RT2860

  • -
  • wavelanwifi soportando al menos:
    -3Com Airconnect,
    -GLPRISM2 WaveLAN,
    -Intersil Prism3,
    -Intersil Prism2.5,
    -Linksys WDT11,
    -Netgear MA301,
    -PRISM2STA WaveLAN,
    -Siemens SpeedStream,
    -SMC 2602W,
    -Us Robotics 2415 y
    -Addtron AWA-100 PCI. -

  • -
-

index -Connecting to a wireless network

-

Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.

-

You can list available networks, join and leave them with the command ifconfig from Terminal:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.

-

Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.

-

Listing wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joining unsecured wireless network:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joining WEP secured wireless network: (ascii password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Joining WEP secured wireless network: (64-bit hex password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Leaving a wireless network:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Automatically connecting to a wireless network

-

To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:

-
network wifitopia {
-   password mypassword
-}
-

If you don't create this configuration file, the system will connect to the first unencrypted network it finds.

-

Notas WEP

-
    -
  • El WEP de 64-bit usa una clave de 40-bit, lo cual significa 5 caracteres de texto o 10 dígitos hexadecimales.
  • -
  • El WEP de 128-bit usa una clave de 104-bit, lo cual significa 13 caracteres de texto o 16 dígitos hexadecimales.
  • -
  • hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
  • -
-

index -Encripción WPA

-

At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.

-

-index -install-wifi-firmwares.sh

-

To install the firmware for Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run

-
install-wifi-firmwares.sh
-

The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

-

La gente que hace su propio build de la imagen de Haiku puede modificar su build/jam/UserBuildConfig en conformidad. Los detalles para ello y actualizaciones generales del tema de Wifi se encuentran en la versión en línea de este documento.

-

Si tiene que descargar el firmware, pero no tiene una conexión a Internet funcionando bajo Haiku, la versión en línea de este documento ofrece un script de shell, el cual creará un archivo zip para que se extraiga en la carpeta /boot de Haiku. Después de ello tendrá todos los archivos necesarios por install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/fi/bugreports.html b/docs/welcome/welcome/fi/bugreports.html deleted file mode 100644 index bc466bcb6f..0000000000 --- a/docs/welcome/welcome/fi/bugreports.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - Vikojen ilmoittaminen - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- - - - -
Hakemisto
Trac-tilin saaminen
- Vikailmoituksen luominen
- Sovellusviat
- Palvelinviat
- Käyttöjärjestelmäydinviat
- Kernel Debugging Land - KDL
- Järjestelmäloki
- Vikajäljitystulostus näytölle
- Laitteisto-/Ajuriviat
- Mitä seuraavaksi?
- -

Vikojen ilmoittaminen

- -

Koska kehittäjämme eivät pysty testaamaan jokaista laitteistoyhdistelmää, eikä jokaista erilaista käyttöjärjestelmän vuorovaikutusta, luotamme käyttäjien antavan meille palautetta siitä, kuinka asiat toimivat heidän laitteissaan. Koska Haiku on aika nuori, on hyvin todennäköistä, että käyttäjä kohtaa vikoja. Kiitämme siitä ajasta, jota käytät niistä ilmoittamiseen. Yhdessä voimme parantaa Haikua pala palalta.

-

Vianjäljityksen pitämiseksi tehokkaana on olennaista noudattaa Vianjäljitysetikettiä.

- -

index -Trac-tiilin saaminen

-

Jos luot vikalipun, sinulla on oltava tili Haikun vikajäljittäjässä.
-Luotaessa uutta tiliä muista tarjota sähköpostiosoitteesi, koska se on välttämätön lipun muokkausoikeusien saamiseksi. Tarkista varmuuden vuoksi roskapostikansiosi pian jälkeenpäin, koska kaikki tärkeät vahvistussähköpostiviestit usein päättyvät sinne.

- -

index -Vikailmoituksen luominen

-

Varmista ennen vian ilmoittamista, että vastaavaa vikailmoitusta ei ole jo olemassa. Voit käyttää myös etsi-toimintoa tähän.
-Varmista sen jälkeen kun olet esitellyt ainutlaatuisen vian, että tietosi ovat niin tarkkoja kuin mahdollista:

-
    -
  • Yritä toistaa havaitsemasi vika nykyisessä Haikun korjausversiossa. Esirakennetut tiedostovedokset testaustarkoituksiin löytyvät täältä.

  • -
  • Sisällytä mukaan perustietoa siitä, kuinka testaat Haikua (todellisessa tietokoneessa, VMWare-ympäristössä, QEMU-emulaattorissa, jne.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Kuvaile kokemasi pulma. Yritä olla niin tarkka kuin voit: kuvaile todellinen käyttäytyminen, ja se käyttäytyminen, jota odotit.

  • -
  • Kuvaile, mitä vaiheita pitää suorittaa vian paljastumiseksi. Tämä auttaa kehittäjiä toistamaan vian.

  • -
  • Liitä mukaan niin paljon tietoja, kuin sinulla on. Jos kyseessä on graafisen käyttöliittymän vika, tai vika yhdessä sovelluksessa, yritä tehdä näytönkaappaus painamalla PRINT SCREEN-näppäintä.

  • -
- -

index -Sovellusviat

-

Kun sovellus kaatuu, sinun pitäisi kutsua vikajäljitintä hälytysikkunasta, joka ponnahtaa näkyviin. Tämä avaa Pääteikkunan gdb-ohjelmalla (GNU-vikajäljitin), joka käynnistyy. Kirjoittamalla bt, luot "paluujäljen". jonka sinun pitäisi kopioida kokonaisuudessaan (mukaan lukien se osa, joka tuli näkyviin, ennen kuin kirjoitit bt-komennon) ja liittää se vikalippuun.

- -

index -Palvelinviat

-

Kun elintärkeät palvelimet, kuten app-, registrar- tai input-palvelin kaatuvat, et näe tavallista kaatumishälytystä. Sen sijaan koko näyttö muuttuu valkoiseksi tja gdb-istunto käynnistyy ja sen tuloste ilmaantuu näytölle. Todennäköisesti pystyt yhä liikuttamaan hiiren kohdistinta, mikä ylikirjoittaa valkoisen ja gdb-tulosteen näytöllä. Yhä vielä toimivat sovellukset (kuten Prosessivalvonta tai Työpöytäpalkin kello) saattavat myös kirjoittaa vikajäljitin tulosteen päälle näytölle.
-Paitsi että kaikki on rumempaa ja epämukavampaa, sama koskee myös sovellusvikoja. Tärkeintä on hankkia paluujälki (bt-komento). Sinun on ehkä otettava valokuva näytöstä digitaalikameralla, koska et voi kopioida tekstiä mihinkään.

- -

index -Käyttöjärjestelmäydinviat

-

Käyttöjärjestelmäydinviat ovat tavallisesti vaikutuksiltaan vakavimmat ja samanaikaisesti niiden vikajäljittäminen on vaikeinta. Käyttöjärjestelmäytimeen tai ajuriin osoittavat selvimmin seuraavat oireet:

-
    -
  • Järjestelmä siirtyy Käyttöjärjestelmän vianjäljitysmaahan (KDL) omasta tahdostaan. Näytön ylempi osa muuttuu valkoiseksi ja sille tulostetaan useita rivejä tekstiä. Toinen rivi sanoo "Welcome to Kernel Debugging Land...". Sen yläpuolella oleva rivi kertoo välittömän syyn siirtymisestä KDL:ään.

  • -
  • Järjestelmä alkulatautuu itsestään.

  • -
  • Järjestelmä jäätyy täysin. Et voi siirtää hiiren osoitinta ja mikään sovellus ei enää toimi. Tärkeä testi siinä tilanteessa on, että pystytkö siirtymään KDL:ään pikanäppäimellä ALT SysReq D (SysReq mikä on PRINT useimmissa näppäimistöissä). Odota vähintään minuutti nähdeksesi, että tapahtuuko jotain.

  • -
  • Järjestelmä ei alkulataa oikein. Se voi alkulatautua itsestään tai pysähtyä jossain vaiheessa (esimerkiksi jonkun alkaulatausnäytön kuvakkeen kohdalla). Yritä jälkimmäisessä tapauksessa myös ALT SysReq D.

  • -
  • Koko järjestelmä tai joku laitteiston osa ei toimi kunnolla. Esimerkiksi se voisi olla hyvin hidas, tapahtuu virheitä, tai jokin ei toimi ollenkaan. Jos jokin laite ei toimi ollenkaan, ensimmäinen ilmeinen tarkistus on, että tukeeko Haiku sitä ylimalkaan tällä hetkellä (esim.: kysy sähköpostituslistalta tai foorumilta).

  • -
-

Huomaa että vaikka ainoastaan viimeinen kohta tuntuu viittaavan laittoistovikaan, kaikki muutkin oireet voivat johtua myös viasta laitteistoajurissa. Jos sinulla on epäilyjä, että mikä laitteiston osa tai vastaava ajuri aiheuttaa pulmia, tarkista, että eroaako tilanne, jos poistat tai otat pois käytöstä laitteen tai ajurin. Esimerkiksi jos epäilet Wifi-verkkoa, saatat huomata, että BIOS-asetuksissa voidaan ottaa se pois käytöstä. Tai jos ei, niin voisit merkata vastuullisen Wifi-ajurin mustalle listalle Haiku-asennuksestasi (katso Käynnistyslataaja).

- -

index -Käyttöjärjestelmäytimen viajäljitysalue - KDL

-

Jos järjestelmä ei ole siirtynyt KDL-tilaan itsestään, voit tehdä sen tarkoituksellisesti pikanäppäimillä ALT SysReq D.
-Huomaa, että KDL-tilassa näppäimistösi ei ehkä toimi. PS/2-näppäimistöt toimivat aina, UCHI-ohjaimen kautta yhdistetyt USB-näppäimistöt toimivat vain jos jos KDL-tilaan on siirrytty näppäimistön avulla vähintään kerran. USB OHCI ei tällä hetkellä tueta.

-

KDL itse on erään tyyppinen komentotulkki. Käyttäjä voi suorittaa komentoja, jotka tulostavat tietoja järjestelmästä. Seuraavat komennot saattavat olla kiinnostavia:

- - - - - -
bt (eli sc) Tulostaa paluujäljen. Jos järjestelmä siirtyy KDL-tilaan omasta tahdostaan, kirjoita aina tämä komento.
ints Näyttää käsitellyt ja käsittelemättömät laitteistokeskeytykset.
co (eli jatka) Jättää järjestelmävianjäljittimen ja jatkaa normaalia järjestelmän toimintaa, jos se on mahdollista.
reboot Alkulataa järjestelmän välittömästi. Menetät kaiken tallentamattomat tiedot ja vieläpä nuo, jotka on tallennettu, mutta joita ei ole vielä kirjoitettu levylle.
-

Katso lisätietoja artikkelista Tervetuloa vikajäljitysalueelle.

-

KDL-tuloste kirjoitetaan sarjaporttiin (jos sinulla on sellainen, vastaavaan kaapeliin ja toiseen tietokoneeseen, voit kaapata tulosteen siellä pääteikkunan kautta) ja syslog-järjestelmälokiin. Jos et voi poistua KDL:stä, sitä ei kuitenkaan voida kirjoittaa järjestelmälokiin. Alkulatausvianjäljitysvalitsin mahdollistaa sen tallentamisen kaikesta huolimatta (katso alla).

-

Voit tuottaa QR-koodeja KDL-tulosteesta, joka voidaan muuntaa tekstiksi käyttäen älypuhelimia ja vastaavia laitteita. Katso blogikirjoitusta QR-koodaa KDL-tulosteesi siitä kuinka saat ulos tietoja KDL:sta käyttäen tätä ominaisuutta.

- -

index -Järjestelmäloki

-

Tämä on ensijainen menetelmä tietojen keräämiseksi ei-käynnistettävästä järjestelmästä.
-Syslog-järjestelmäloki (syslog on lyhenne englanninkielisestä lokinimestä system log) sisältää arvokkaita tietoja siitä, mitä järjestelmässäsi tapahtui, mukaanlukien KDL-istunnot. On tavallisesti hyvä ajatus liittää se käyttöjärjestelmäydinaiheiseen Trac-lippuun. Järjestelmäloki kirjoitetaan tiedostoon /boot/system/var/log/syslog. Koska kirjoittaminen tiedostoon vaatii toimivan järjestelmän, kaikkein viimeisin tulostustapahtuma ei ehkä ehdi järjestelmälokiin ennen käyttöjärjestelmäytimen pulman ilmaantumista (erityisesti spontaaneissa järjestelmän uudelleenkäynnistymisissä ja KDL-istunnoissa, joita ei voi jatkaa).

-

Valitsin Ota käyttöön vianjäljitysjärjestelmäloki käynnistyslataajan Vianjäljitys-valikossa tekee syslog-järjestelmälokista jossain määrin pysyvän muistissa. Jos valitsin Tallenna järjestelmäloki edellisestä istunnosta käynnistymisen aikana on aktivoitu käynnistyslataajavalitsimissa (kuten se on oletuksena), löydät viimeisimmän istunnon järjestelmälokin tiedostosta /boot/system/var/log/previous_syslog.
-Jos et kykene hakemaan previous_syslog-tiedostoa, voit siirtyä käynnistyslataajaan pitämällä alhaalla näppäintä VAIHTO käynnistyksen aikana.
-Käynnistyslataajan Vianjäljitys-valikossa sinun pitäisi nyt löytää rivit Näytä järjestelmäloki edellisestä istunnosta ja Tallenna järjestelmäloki edellisestä istunnosta. Edellinen näyttää järjestelmälokin näytöllä, jälkimmäinen sallii sinun tallentaa sen tiedostona levylle. Huomaa, että tällä hetkellä vain FAT32-taltioita tuetaan tiedoston tallentamisessa. Jos haluat käyttää USB-tikkua, mutta olet liittänyt sen järjestelmään niin myöhään, että sitä ei ole vielä tunnistettu, voit nollata koneen ja siirtyä uudelleen käynnistysvalikkoon. Mutta taas: Älä vahingossa käynnistä mitään käyttöjärjestelmää tai tiedot katoavat.

- -

index -Vikajäljitystulostus näytölle

-

Vianjäljitystulostus näytölle on hyödyllinen vain hyvin erikoisten kohteiden vianjäljityksessä ja siinä tiedetään olevan (ajoitus) pulmia.
-Se on ajankohtainen vain kun Haikun alkulataus epäonnistuu ja valikkovalinta Vikajäljitä järjestelmäloki ei jostain syystä toimi. Pidä ennen Haikun alkulatauslogon ilmaantumistta alhaalla VAIHTO-näppäintä päästäksesi alkulatausvalikkoon. Valitse Valitse turvatila-valitsimet. Lähellä alareunaa luetelleaan [ ] Ota käyttöön vikajäljitystulostus näytölle. (Huomaa: Toiset valitsime voivat olla käytössä yrityksenä alkuladata Haiku. Jos Haiku alkulatautuu vain kun yksi tai useampi valitsin on käytössä, varmista, että mainitset ne).
-Valitse lopuksi Paluu päävalikkoon ja sitten Jatka alkulatausta.
-Yksi tai useampia tekstisivuja näytetään näytölle, vain muutama harva viimeinen rivi on liitettävä vikailmoituslippuun. Tässä on lisätietoja Alkulataajasta.

- -

index -Laitteisto/ajuriviat

-

Kun ollaan tekemisissä laitteisto- tai ajurivikojen kanssa, sinun pitäisi liittää seuraavia tietoja tekstitiedostona:

- - - - - - - - -
- listdev Yksityiskohtainen luettelo laitteistostasi, mukaanlukien valmistaja- ja pci-tunnisteet, samanlainen kuin Linuxin lshw ja lspci.
- listusb -v Otaksutaan sen olevan USB:hen liittyvä pulma, sama kuin lsusb.
- open /var/log/syslog Haikun ensisijainen järjestelmäloki, sukua alkulatauksen aikaiselle vianjäljitykselle. Komennolla open voit poimia olennaisen osan järjestelmälokista testieditorissa.
- listimage | grep drivers/ Luettelee kaikki käytetyt ajurit.
- ints Käytettävissä vain Käyttöjärjestelmäytimen vianjäljitysalueella (katso yllä). Näyttää keskeytysten käytön. Eri laitteiden kesken jaettuja keskeytyksiä ei pitäisi olla montaa.
- Vianjäljitystulostus näytölle (alkulatausvalitsin turvatilassa).
- -

Neljä ensimmäistä komentoa kirjoitetaan Pääteikkunassa. Lisää > output.txt komennon jälkeen ja se putkitetaan tekstitiedostoon, jonka nimi on "output.txt", jonka voit liittää vikailmoitukseesi tai sähköpostiviestiisi.

- -

index -

-

Vikailmoituksen tekemisen jälkeen kehittäjä tutkii vikaa ja yrittää luokitella sen. Muista, että olemme kaikki vapaaehtoisia ja sellaisena joskus vikailmoitus voi olla vastaamattomana jonkin aikaa. Lisätietojen lisääminen silloin kun sellaista ilmenee, auttaa tavallisesti vian poimimista käsiteltäväksi nopeammin, mutta älä yritä 'töniä' vikaa lisäämällä ei-kuvaavia kommentteja.

-

Muista, että vika ei ole jotain, johon käytät pikkuisen aikaa ja sitten kaikki on tehty. Jos ilmoitat viasta, olet osa Haikun kehitysprosessia. Kehittäjät saattavat esittää kysymyksiä yrittäessään korjata vikaa. Pysyttele tavoitettavissa vastataksesi kysymyksiin. Katso osanottamisesi -tehdyksi' kun vika on merkitty 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/fi/wifi.html b/docs/welcome/welcome/fi/wifi.html deleted file mode 100644 index e110f8fea0..0000000000 --- a/docs/welcome/welcome/fi/wifi.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Wifi in Haiku

-

-index -Expected supported hardware

-

All of FreeBSD 8 wlan drivers should be working. Any PCMCIA, CardBus, ExpressCard, USB or ISA based cards will not work. Only PCI, miniPCI, PCI-Express, miniPci-Express and PCI-X are supposed to work.
-This includes: -

-
    -
  • aironetwifi supporting at least
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi supporting almost every chipset outthere (though no AR9285 chips)

  • -
  • broadcom43xx supporting
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 and BCM4318 -

  • -
  • ipw2100 supporting Intel Pro Wireless 2100 chips

  • -
  • iprowifi2200 supporting Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 supporting Intel Pro Wireless 3945 chips

  • -
  • iprowifi4965 supporting Intel Pro Wireless 4965 chips

  • -
  • marvell88w8335 supporting
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 supporting the 88W8363 chips

  • -
  • ralinkwifi supporting
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 supporting Ralink RT2860

  • -
  • wavelanwifi supporting at least
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Connecting to a wireless network

-

Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.

-

You can list available networks, join and leave them with the command ifconfig from Terminal:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.

-

Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.

-

Listing wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joining unsecured wireless network:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joining WEP secured wireless network: (ascii password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Joining WEP secured wireless network: (64-bit hex password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Leaving a wireless network:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Automatically connecting to a wireless network

-

To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:

-
network wifitopia {
-   password mypassword
-}
-

If you don't create this configuration file, the system will connect to the first unencrypted network it finds.

-

WEP notes

-
    -
  • 64-bit WEP uses a 40-bit key, which means 5 text characters or 10 hex digits
  • -
  • 128-bit WEP uses a 104-bit key, which means 13 text characters or 26 hex digits
  • -
  • hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
  • -
-

-index -WPA encryption

-

At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.

-

-index -install-wifi-firmwares.sh

-

To install the firmware for Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run

-
install-wifi-firmwares.sh
-
-

The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

-

People building their own Haiku image can modify their build/jam/UserBuildConfig accordingly. Details for that and general updates on the wifi topic are found at the online version of this document.

-

If you have to download the firmware, but don't have a working internet connection under Haiku, the online version offers a shell script, which will create a zip file for you to extract to Haiku's /boot. After that you'll have all files needed by install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/fr/bugreports.html b/docs/welcome/welcome/fr/bugreports.html deleted file mode 100644 index e9fe852958..0000000000 --- a/docs/welcome/welcome/fr/bugreports.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - Signaler les bogues - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- - - - -
Index
Obtenir un compte Trac
-Créer un rapport de bogue
-Bogues logiciels
-Bogues dans les Serveurs
-Bogues du noyau
-Le mode débogage noyau - KDL
-Le journal système
-Les sorties écran du débogueur
-Bogues liés au matériel ou aux pilotes
-Et après ?
- -

Signaler les bogues

- -

Comme il est impossible pour nos développeurs de tester toutes les combinaisons de matériel, ni tous les cas de figure pouvant interagir avec le système d'exploitation, nous comptons sur les utilisateurs pour nous dire si les choses fonctionnent pour eux. puisque Haiku est encore tout jeune, il est très probable que vous rencontriez des bogues. Nous vous remercions de bien vouloir prendre le temps de nous les signaler. Ensemble, nous pourrons, petit à petit, améliorer Haiku.

-

Afin que le suivi de nos bogues reste efficace, il est essentiel de respecter l'étiquette de suivi des bogues.

- -

index -Obtenir un compte Trac

-

Pour remplir un rapport (ticket), vous aurez besoin d’un compte utilisateur sur le Traqueur de bogues de Haiku.
-Lors de la création d’un nouveau compte, pensez à indiquer votre adresse e-mail afin d’obtenir les privilèges basiques de gestions des tickets. N’oubliez pas de Vérifier votre dossier de pourriel après, car les e-mails de vérifications s’y retrouvent souvent.

- -

index -Créer un rapport de bogue

-

Avant de rapporter un bogue, veuillez vérifier qu’il n’est pas déjà répertorié. Vous pouvez aussi utiliser la fonction de recherche pour cela.
-Après vous être assuré que votre bogue est unique, obtenez des informations précises sur votre environnement :

-
    -
  • Essayez de reproduire votre problème avec la version actuelle d'Haiku. Des images préfabriqués sont disponible à cet usage.

  • -
  • Indiquez comment vous testez Haiku (sur machine réelle, dans VMware, dans Qemu…)

  • -
  • Indiquez quelle révision vous utilisez. Vous pouvez trouver cette information dans le menu « About Haiku… » de la Deskbar. -N'oubliez pas de mentionner le type de construction dont est issu le système que vous testez (gcc2, gcc4, gcc2hybrid, gcc4hybrid). -Les images téléchargeables sont nommés en conséquence. Si vous avez construit l'image vous-même, vous devriez savoir comment vous l'avez compilé.

  • -
  • Décrivez le problème que vous rencontrez. soyez aussi précis que possible : décrivez le comportement réel, et celui que vous attendiez.

  • -
  • Décrivez les actions que vous avez effectuées avant de faire ressortir le bogue. Cela permettra aux développeurs de le reproduire.

  • -
  • Attachez au rapport le plus d’informations possibles. Si le bogue concerne l’interface graphique ou une application, essayez de faire une capture d’écran à l'aide de la la touche IMPR ÉCRAN.

  • -
- -

index -Bogues logiciels

-

Lorsqu'une application se plante, vous devez appeler le débogueur depuis le message d'alerte qui s'affiche. -Une fenêtre de Terminal devrait s'ouvrir avec gdb (le débogueur GNU) lancé à l'intérieur. -En saisissant bt, vous obtiendrez ainsi une trace de la « pile d'appel » (backtrace) que vous devez joindre en intégralité (y compris la partie précédant l'appel à la commande bt) à votre rapport de bogue.

- -

index -Bogues dans les serveurs

-

Lorsque les serveurs vitaux comme le serveur d'application, de registre ou d'entré plantent, vous ne verrez pas l'alerte de crash habituelle. à la place, l'écran sera nettoyé de blanc et une session gdb sera lancée, qui affichera directement ses restitutions à l'écran. -Il se pourrait que vous soyez toujours à même de déplacer la souris, qui dessinera alors par dessus l'écran blanc de gdb. Les demandes encore en cours (comme ProcessController ou l'horloge dans la barre de Bureau) pourrait également dessiner au dessus de la sortie du débogueur à l'écran.
-Bien que tout soit plus laid et peu commode, les même fondamentaux que pour déboguer les applications s'appliquent. -Le plus important est de fournir une trace de la pile d'appel à l'aide de la commande bt (backtrace). Mais comme vous ne serez pas en mesure de copier le texte, vous aurez besoin de prendre une photo de l'écran avec un appareil photo numérique.

- -

index -Bogues du noyau

-

Les bogues du noyau sont habituellement ceux qui ont les effets les plus graves, tout en étant les plus difficiles à déboguer. Il existe différents types de symptômes, qui révèlent généralement un problème du noyau ou d'un pilote :

-
    -
  • Le système entre en mode débogage du noyau (KDL) de lui même. La partie supérieure de l'écran est mise à blanc et plusieurs lignes de texte sont affichées. -La seconde ligne dit « Welcome to Kernel Debugging Land… ». Celle au-dessus, précise la raison qui a déclenchée la session de débogage du noyau (KDL).

  • -
  • Le système redémarre spontanément.

  • -
  • Le système se bloque complètement. Vous ne pouvez pas déplacer la souris et plus aucune application ne dessine quoi que se soit. Dans cette situation, un bon test consiste à essayer d'accéder au KDL via le raccourci ALT SysReq D (SysReq étant la touche Impr sur la plus part des claviers). Attendez au moins une minute, pour voir si quelque chose se passe.

  • -
  • Le système ne démarre pas correctement. Il peut redémarrer spontanément ou s'arrêter à un moment donné (par exemple au niveau d'une icône de l'écran de démarrage). Dans ce dernier cas vous pouvez essayer aussi ALT SysReq D.

  • -
  • L'ensemble du système ou un élément matériel ne se comporte pas correctement. Par exemple, il pourrait être très lent, des erreurs pourraient se produisent, ou quelque chose pourrait ne pas fonctionner du tous. Si un périphérique ne fonctionne pas du tout, la première vérification évidente à faire, est de se renseigner pour savoir si il est déjà supporté par Haiku (par exemple, en posant la question sur une liste de diffusion ou un forum).

  • -
-

Notez que si seul le dernier point semble indiquer une relation avec le matériel, tous les autres symptômes pourraient aussi être causés par un bogue dans un pilote. -Si vous soupçonnez un matériel ou son pilote d'être responsable du problème, vérifiez si la suppression ou la désactivation du matériel ou du pilote change quelque chose. -Par exemple, si vous soupçonnez le Wifi, votre BIOS a peut-être une option pour le désactiver. Sinon, vous pouvez supprimer le pilote Wifi installé dans Haiku (voir Chargeur de démarrage).

- -

index -Le mode débogage noyau - KDL

-

Si le système n'entre pas de lui même en mode déboguage du noyau (KDL) vous pouvez le faire volontairement en invoquant le raccourci clavier ALT Syst D Attention : l'ordre des touches compte (SYST correspond à Impr Écran sur la plupart des claviers). -Notez bien que votre clavier pourrait ne pas fonctionner en mode déboguage du noyau. Alors que les claviers PS/2 -ne posent pas de problème, les claviers USB connecté à un controleur UHCI ne fonctionne que si vous être entré au moins une fois en mode débogage à l'aide du raccourci clavier. Pour le moment l'USB OHCI n'est pas supporté.

-

KDL est, par lui-même, une sorte d'interpréteur de commande. On peut exécuter des instructions pour afficher des informations sur le système. Les commandes suivantes pourraient vous intéresser :

- - - - - -
bt (alias sc) Affiche une trace de débogage (backtrace), Faites systematiquement cette commande quand le système entre dans le débogueur de lui même.
ints Affichera les interruptions matérielles qui sont gérées, ainsi que celles qui sont ignorées.
co (alias continue) Quitte le débogueur pour reprendre, si possible, les opérations normales du système.
reboot Redémarre le système immédiatement. Vous perdrez toutes les données non enregistrées, ainsi que celles qui ont été enregistrés, mais qui n'ont pas encore été écrites sur le disque.
-

Pour plus d'information, consultez l'article Welcome to Kernel Debugging Land.

-

La sortie KDL est écrite vers le port série ( si vous en avez un, un câble approprié, et un deuxième ordinateur pour vous connecter, vous pourrez capturer la sortie via un programme de terminal) et le journal système. Nottez que si vous ne pouvez pas sortir du mode de débogage du noyau, le journal ne sera pas écrit dans le fichier. Cependant, Il existe une option dans le menu de démarrage qui permet tout de même sa capture (voir ci-dessous).

-

Vous pouvez générer des codes QR à partir des sorties du KDL, ce qui vous permet de récupérer le texte en photographiant l'écran avec un un smartphones ou un appareil similaires. Consultez le blog QR Encode your KDL Output pour obtenir les informations sur l'utilisation de cette fonctionnalité dans le KDL.

- -

index -Le journal système

-

C'est la méthode privilégiée pour obtenir des informations d'un système qui ne démarre pas.
Le journal système ( « syslog » en abgégé) contient des informations précieuses sur ce qui s'est passé dans votre système, y compris les productions des sessions KDL. L'attacher au ticket « kernel » dans l'outil de suivi de bogues (Trac) est généralement une bonne pratique. -Le journal est consigné dans le fichier /boot/system/var/log/syslog.Puisque l'écriture d'un fichier requiert un système qui fonctionne, les entrées les plus récente faites dans le journal peuvent ne pas être présentes quand un problème se produit dans le noyau (en particulier lors d'un redémarrage spontané ou d'une session KDL non recouvrable).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -Les sorties écran du débogueur

-

La sortie écran du débogueur n'est utile que pour déboguer certains problèmes bien spécifiques, et est connu pour avoir des problèmes (timing). Ne l'utilisez que si vous en avez vraiment besoin.
-Ce n'est pertinent que si Haiku n'arrive pas à démarrer sur votre machine et que le Debug syslog option ne fonctionne pas pour quelque raison que ce soit. Pour accéder au menu du chargeur de démarrage, maintenez la touche MAJ enfoncée avant que le logo de Haiku n'apparaisse. Choisissez Select safe mode options. Selectionnez [ ] Enable on screen debug output que vous verrez en bas. (Notez que les autres options peuvent êtres activées pour tenter de démarrer Haiku. Si Haiku ne démarre que lorsque certaines options sont activées, n'oubliez pas de mentionner lesquelles )
-Enfin choisissez Return to main menu puis Continue booting.
-Une ou plusieurs pages de texte seront affiché à l'écran, Seules les quelques dernières lignes ont besoin de figurer dans votre rapport de bogue. Vous trouvez plus d'information dans le sujet consacré au Chargeur de démarrage.

- -

index -Bogues liés au matériel ou aux pilotes

-

Lorsque le bogue concerne un matériel ou son pilote, veuillez attacher au rapport, un fichier texte contenant les renseignements suivants :

- - - - - - - - -
- listdev Fait une liste détaillée de votre matériel, en y incluant les identifiants des périphériques PCI et de leurs fabriquants, à la manière de lshw ou lspci dans GNU/Linux.
- listusb -v Fait comme lsusb en supposant que c'est un problème lié à l'USB.
- open /var/log/syslog Le journal système principal utilisé par Haiku, semblable à celui de l'écran de débogage pendant le démarrage. Avec la commande open, vous pouvez modifier ce journal dans un éditeur de texte pour n'en conserver que la partie la plus pertinente.
- listimage | grep drivers/ Liste tous les drivers utilisés.
- ints Seulement disponible dans le mode débogage du noyau (voir ci-dessous). Montre l'utilisation des interruptions. -Il ne devrait pas y avoir trop d'interruptions partagées par plusieurs périphériques.
- Les sorties écran du débogueur (une option de mode sans échec du démarrage).
- -

Les 4 premières commandes sont à exécuter dans le Terminal. Si vous ajoutez > sortie.txt après une commande, sa sortie sera redirigée dans un fichier texte nommé « sortie.txt » que vous pourrez attachez à votre rapport de bogue ou e-mail.

- -

index -

-

Une fois le bogue rapporté, un développeur le consultera et essayera de le cataloguer. Retenez que tous les développeurs sont des volontaires; un long délai avant réponse peut s’écouler après le rapport de bogue. L’ajout de nouvelles informations une fois celles-ci disponibles peut généralement permettre à un bogue d’être analysé plus rapidement. Néanmoins, n’essayez pas de « faire remonter » un bogue en ajoutant des commentaires non pertinents.

-

N’oubliez pas, le rapport d’un bogue ne se limite pas à sa soumission. Une fois cette tâche faite, vous ferez partie du processus de développement de Haiku. Les développeurs pourront vous poser des question pour essayer de résoudre votre bogue. Merci de rester disponible pour y répondre. Vous pourrez considérer votre travail « terminé » quand le bogue sera marqué comme étant « corrigé ».

- -
-
- - - - - diff --git a/docs/welcome/welcome/fr/wifi.html b/docs/welcome/welcome/fr/wifi.html deleted file mode 100644 index cd20918234..0000000000 --- a/docs/welcome/welcome/fr/wifi.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
- -

Le Wifi dans Haiku

-

-index -Matériel théoriquement supporté

-

Tous les pilotes de réseau sans fil de FreeBSD 8 devraient fonctionner. En revanche, les périphériques PCMCIA, CardBus, ExpressCard, USB, ou ISA ne sont pas supportés. Seules les cartes PCI, MiniPCI, PCI-Express, minipci-Express et PCI-X sont censées fonctionner.
-Cela inclut :

-
    -
  • Le module aironetwifi, qui supporte au minimum les cartes :
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • Le module atheroswifi, qui supporte la plupart des puces Atheros (à l'exception de la puce AR9285)

  • -
  • Le module broadcom43xx qui supporte les cartes :
    -BCM4301
    -BCM4306
    -BCM4307
    -BCM4309
    -BCM4311
    -BCM4312
    -BCM4318

  • -
  • Le module ipw2100 qui supporte les puces Wifi Intel Pro 2100

  • -
  • Le module iprowifi2200 qui supporte les cartes Wifi Intel Pro :
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • Le module iprowifi3945 qui supporte les puces Wifi Intel Pro 3945

  • -
  • Le module iprowifi4965 qui supporte les puces Wifi Intel Pro 4965

  • -
  • Le module marvell88w8335 qui supporte les cartes :
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • Le module marvell88w8363 qui supporte les puces Marvell 88W8363

  • -
  • Le module ralinkwifi qui supporte les cartes :
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • Le module ralink2860 qui supporte les puces Ralink RT2860

  • -
  • Le module wavelanwifi qui supporte au moins les cartes suivantes :
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Connexion à un réseau Wifi

-

Outre les réseaux non-cryptés, un début de sécurité Wifi est disponible dans Haiku grâce aux clés de cryptage WEP. -WEP est une méthode de cryptage rudimentaire peu sûre.

-

Vous pouvez lister les réseaux disponibles, les joindre oules quitter à l'aide de la commande ifconfig depuis le Terminal :

-
ifconfig [Chemin_du_ périphérique_Wifi] [list|join|leave] (clé)
-

Vous pouvez trouver votre Chemin_du_ périphérique_Wifi dans l'appliquette des préférences Réseau (Network), ou en exécutant ifconfig -a.

-

Voici quelques exemples de connexions à un réseau sans fil nommé wifitopia. Pour ces exemples, nous supposeront que votre carte réseau wifi est /dev/net/iprowifi3945/0.

-

Lister les réseaux Wifi :

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joindre un réseau Wifi non sécurisé :

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joindre un réseau Wifi sécurisé en WEP : (mot de passe ascii)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia MonMotDePasse
-

Joindre un réseau Wifi sécurisé en WEP : (mot de passe hexadécimal 64-bit)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Quitter un réseau Wifi non :

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

index -Connexion automatique à un réseau Wifi

-

Pour que votre système se connecte automatiquement à un SSID donné à chaque démarrage, vous pouvez spécifier vos réseaux sans fil et leurs mots de passe dans /boot/common/settings/network/wireless_networks en utilisant le format suivant :

-
network wifitopia {
-   password MonMotDePasse
-}
-

Si vous ne créez pas ce fichier de configuration, le système se connectera au premier réseau non crypté qu'il trouvera.

-

Remarques concernant le WEP

-
    -
  • Le WEP « 64 bits » utilise une clé de 40 bits, c’est à dire 5 caractères alphanumériques ou 10 chiffres hexadécimaux.
  • -
  • Le WEP « 128 bits » utilise une clé de 104 bits, c’est à dire 13 caractères alphanumériques ou 26 chiffres hexadécimaux.
  • -
  • Un chiffre hexadécimal est un chiffre de 0 à 9 ou une lettre de A à F. Un nombre hexadécimal doit être précédé de « 0x » lorsqu’il est utilisé dans ifconfig.
  • -
-

-index -Le cryptage WPA

-

Le cryptage WPA n'est pas encore disponible dans Haiku. Cependant, il existe une ébauche pour apporter cette nouvelle fonction.

-

-index -install-wifi-firmwares.sh

-

Pour installer le micro-logiciel des cartes Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, vous devez exécuter la commande

-
install-wifi-firmwares.sh
-
-

Les pilotes Intel ipw2100 et iprowifi22xx pourront être installés sans qu’une connexion Internet soit présente, car la distribution, dans Haiku, des fichiers contenant les micro-logiciels originaux est autorisée par leur licence. En revanche, vous devrez accepter les termes de cette licence avant l’installation. Les pilotes Broadcom 43xx et Marvell 88W8335 nécessiteront une connexion Internet pour s’installer, car les fichiers contenant leurs micro-logiciels respectifs ne peuvent être redistribués avec Haiku.

-

Si vous compilez vous-même Haiku, vous pouvez modifier votre fichier build/jam/UserBuildConfig afin de pouvoir utiliser cet outil. Vous pourrez trouver plus de détails sur le Wifi dans Haiku sur la version en ligne de ce document (en anglais).

-

Si il vous faut télécharger le micro-logiciel mais que vous n'avez pas de connexion internet qui fonctionne sous Haiku, la version en ligne vous propose aussi un script de commande, qui crée un fichier zip à extraire dans le dossier /boot de Haiku. Après cela, vous aurez tous les fichiers nécessaires pour install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/hu/bugreports.html b/docs/welcome/welcome/hu/bugreports.html deleted file mode 100644 index 5f8041f5ca..0000000000 --- a/docs/welcome/welcome/hu/bugreports.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - Hibák jelentése - - - - - - - - -
-
-
Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
- - - - -
Index
Trac azonosító létrehozása
- Hibajelentés készítése
- Program hibák
- Kiszolgáló/szolgáltatás hibák
- Kernel hibák
- Kernel Debugging Land - KDL
- Rendszer napló
- Hibakeresés a képernyőn
- Eszköz/vezérlő hibák
- Hogyan tovább?
- -

Hibák jelentése

- -

Mivel a fejlesztők nem tudnak minden konfigurációt, az operációs rendszerben minden eshetőséget kipróbálni, ezért a felhasználók visszajelzésére támaszkodunk, arra, hogy náluk hogyan működnek a dolgok, milyen kimenetet kapnak. Mivel a Haiku még fiatal, ezért nagy valószínűséggel találkozol majd valamilyen hibával. Megköszönjük, ha fordítasz időt a feltárt hibák jelzésére. Együtt képesek leszünk a Haiku hiáinak javítására.

-

A hibakeresőnél vedd figyelembe a Bug Tracker Etiquette-ben leírtakat.

- -

index -Trac azonosító létrehozása

-

Egy probléma jelentéséhez szükség van egy Haiku Hibakövető azonosítóra.
-Új felhasználó létrehozáskor szükséges egy e-mail cím megadása. Ha regsiztráció után nem érkezik meg az ellenőrző/visszaigazoló levél, akkor ellenőrizni kell a kéretlen levelek mappáját, mert gyakran oda kerül.

- -

index -Hibajelentés készítése

-

Mielőtt jelentesz egy hibát, előtte győződj meg, hogy még nem létezik róla jelentés. Szintén használható a kereső is.
-Miután megbizonyosodtál róla, hogy a hiba egyedi, akkor azt a lehető legpontosabban, legrészletesebben le kell írni:

-
    -
  • Próbáld meg a hibát a legújabb verzión is előidézni. Előre elkészített képfájlok is a rendelkezésre állnak.

  • -
  • Add meg az alapvető információkat arra vonatkozóan, hogy miként használtad a Haiku-t (például valós gépen vagy emulátoron (VMWare, QEMU), stb.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Írd le a tapasztalt problémát. Próbáld meg olyan pontosan, ahogy tudod: mi és hogyan viselkedett, és mire számítottál.

  • -
  • Írd le, hogy milyen lépések szükségesek ahhoz, hogy a hibát meg tudjuk ismételni. Ez a lépés segít a fejlesztőknek.

  • -
  • Mellékelj annyi információt, amennyit csak tudsz. Ha ez a grafikus felület, vagy egy program hibája, akkor készíts egy képernyőképet a PRINT billentyű lenyomásával.

  • -
- -

index -Program hibák

-

Ha egy program meghibásodott, akkor a hibakereső a megjelenített üzenetből is előhívható. Ekkor megnyílik egy Terminál ablak a gdb-t (GNU hibakereső) futtatva. A bt-t kiadva létrehozhatunk egy "visszakövetést", aminek az eredményét a jelentéshez kell mellékelni (azt is, amit a bt előtt kaptál).

- -

index -Kiszolgáló/szolgáltatás hibák

-

Amikor egy létfontosságú szolgáltatás, mint például az alkalmazás szolgáltatás (app_server), a registrar vagy a bemeneti eszköz szolgáltatás (input_server) hibásodik meg, akkor nem valószínű, hogy a szokásos üzenetet kapod majd. Ehelyett a teljes képernyő egy Terminálhoz hasonló képernyőre változik, ahol a hibakereső folyamat elindul, és az üzenetek ott jelennek meg. Lehetséges, hogy az egér mozgatható, ekkor azonban az egér-kurzor törli a fehér képernyőn lévő információt. A programok továbbra is futnak (például a Folyamatkezelő vagy az óra az Ásztalsávon), amik szintén törölhetik a fehér képernyőt.
-Attól, hogy kicsit kényelmetlen, minden épp úgy működik, mint a programhibák esetében. A legfontosabb a hiba visszakövetése (bt parancs). Erről a képernyőről készíthetsz egy képet is egy digitális fényképezőgéppel, itt ugyanis nem használható a kijelölés és másolás.

- -

index -Kernel hibák

-

A kernel hibák a legsúlyosabbak, és ugyanakkor a legnehezebb felderíteni is azokat. Különféle eshetőségek lehetnek, melyek leginkább a kernelel vagy egy vezérlőprogramal kapcsolatos:

-
    -
  • A rendszer saját magától belép a kernel hibakereső felületére (KDL). A képernyő felső része törlődik, fehér hátteret kap és néhány sornyi szöveg is megjelenik. A második sor a "Welcome to Kernel Debugging Land..." (üdvözöllek a kernel hibakeresőben), az e feletti sor pedig a hibakeresőbe való belépés okát adja meg.

  • -
  • A rendszer spontán újraindul.

  • -
  • A rendszer teljesen használhatatlan ("lefagy"). Nem tudod mozgatni az egeret, és a képernyőt sem frissíti semmi. Fontos megpróbálni, hogy be tudunk-e lépni a KDL-be az ALT SysReq D (a SysReq az a PRINT sok billentyűzeten) kombinációval. Várj körülbelül egy percet, hogy történik-e valami.

  • -
  • A rendszer nem megfelelően indul. Néha újraindul vagy megáll egy adott ponton (például egy indító képernyő egyik ikonjának felvillanásakor). Később ismét megpróbálható a ALT SysReq D kombináció.

  • -
  • A teljes rendszer, vagy bizonyos eszközök nem működnek megfelelően. Például nagyon lelassul vagy valami egyártalán nem működik. Ha egy eszköz nem működik, akkor elsőként azt kell kideríteni, hogy egyártalán támogatott eszközről van-e szó (például levelező listán vagy fórumon ajánlott megkérdezni).

  • -
-

Ne feledd, hogy csak az utolsó pont utal eszköz hibára, azonban más problémát is okozhat egy eszközvezérlő hibája. Ha gyanítod, hogy a hibát egy adott vezérlő okozza, akkor ellenőrizd le, hogy mi változik, ha az eszközt vagy a vezérlőt eltávolítod vagy letiltod. Például, ha a Wifi-re gyanakszol, akkor próbáld meg kideríteni, hogy a BIOS-ban letiltható-e. Ha nem, akkor a gyanús vezérlőt feketelistára rakhatod (további információk a Rendszertöltő fejezetben).

- -

index -Kernel Debugging Land - KDL (Kernel Hibakereső Felület)

-

Ha a rendszer nem lép be automatikusan a KDL-be, akkor a ALT SysReq D kombinációval manuálisan is beléphetsz oda.
-Ne feledd, megeshet, hogy a billentyűzeted nem fog működni a KDL-ben. A PS/2 billentyűzet biztosan, az USB csak akkor, ha UHCI vezérlőre van csatlakoztatva. USB OHCI jelenleg nem használható.

-

A KDL egyfajta shell. Itt néhány parancsot is használhatunk. Az alábbi parancsok érdekesek lehetnek:

- - - - - -
bt (sc) A hiba visszakövetése. Ha egy hiba miatt kerülsz a KDL-be, akkor ezt alapból kiadja az.
ints A kezelt és nem kezelt eszköz-megszakítások megjelenítése.
co (continue) Ha lehetséges, akkor kilép a hibakeresőből, és folytatja a normális működést.
reboot Azonnal újraindítja a rendszert. Minden nem mentett adatot elveszítesz. Azokat is, amit bár elmentettél, de még nem lett a lemezre írva.
-

További információk a Welcome to Kernel Debugging Land oldalon.

-

A KDL kimenete a soros porta is kiküldésre kerül (márha rendelkezünk vele). Egy kábelel egy másik számítógéphez kötve a terminálból egy program segítségével megkaphatjuk a kimenetet illetve a naplót. Ha nem tudunk kilépni a KDL-ből, akkor a napló sem kerül mentésre. Ekkor egy opció is a rendelkezésünkre áll betöltéskor (további információk alább).

-

QR-kód létrehozására is lehetőségünk van a KDL-ből, amit felhasználhatunk például okos telefonnal. További információk a QR Encode your KDL Output oldalán.

- -

index -Rendszer napló

-

Ez az előnyben részesített módszer egy nem indítható rendszer információinak összegyűjtésére.
-A syslog (a rendszer napló rövid neve) értékes információkat tartalmaz arról, hogy mi történt a rendszerben beleértve a KDL kimenetét is. Általában jó ötlet és hasznos is a jelentéshez csatolása. A naplót a /boot/system/var/log/syslog fájl tartalmazza. Mivel a fájl írásához működő rendszerre van szükség, ezért megeshet, hogy a legújabb üzenetek nem kerülnek bele a naplóba, főként, ha kernel probléma adódik (például ha a KDL nem válaszol, nem használható).

-

Ha az Enable debug syslog (hibakereső naplózás engedélyezése) engedélyezve van a rendszertöltő Debug menu-ben (hibakereső menü), akkor a rendszer a naplót megőrzi. Ha a Save syslog from previous session during boot (az előző munkamenet naplójának mentése betöltés közben) engedélyezve van a rendszertöltő opciói között (ez az eredet beállítás), a legutóbbi rendszertötés naplója a /boot/system/var/log/previous_syslog útvonalon található.
-Ha a rendszer képtelen az indulás és így nem férünk hozzá az előző naplóhoz (previous_syslog), akkor be kell lépni indításkor a menübe a SHIFT lenyomva tartásával.
-A rendszertöltő Debug menu-ben (hibakereső menü) az alábbi két opciót láthatjuk: Display syslog from previous session (előző munkamenet naplójának megjelenítése) és a Save syslog from previous session (előző munkamenet naplójának elmentése). Az előbbi a naplót a képernyőn jeleníti meg, az utóbbi pedig elmenti azt a lemezre. Ne feledd, hogy jelenleg csak a FAT32-es fájlrendszerű lemezek használhatóak mentésre. Ha USB lemezre akarod menteni és elfelejtetted azt időben csatlakoztatni, akkor csatlakoztasd, majd nyugodtan indítsd újra a gépet, és próbáld meg akkor menteni a naplót. De ismételten: véletlenül se indíts egy operációs rendszert amíg el nem mented a naplót, mert különben elvész az.

- -

index -Hibakeresés a képernyőn

-

A képernyőn történő hibakeresés csak egy megadott hiba esetében hasznos, és időigényes. Ne használd, ha nem szükséges.
-Ez akkor fontos, ha a Haiku nem tud elindulni és a hibakereső naplózás valamiért nem működik. Mielőtt a Haiku logó megjelenik, tartsd lenyomva a SHIFT-et a rendszertöltőbe való belépéshez. Válasszd a Select safe mode options (hibakereső opciók) menüt, majd azon belül az [ ] Enable on screen debug output (képernyőn történő hibakeresés engedélyezése) opciót. (Megjegyzés: több opció is haszálható betöltéskor. Ha a Haiku indításakor egy vagy több opciót is használsz, akkor azokat is említsd meg.)
-Végül válaszd a Return to main menu (visszatérés a főmenübe), majd a Continue booting (betöltés folytatása) menüpontot.
-Egy vagy több oldalnyi szöveg is megjelenik majd a képernyőn, amiből csak az utolsó néhány sort szükséges a jelentéshez csatolni. További információk a Rendszertöltő fejezetben.

- -

index -Eszköz/vezérlő hibák

-

Ha eszközhibával/vezérlővel van dolgunk, akkor az alábbi információkat is ajánlott csatolni szöveges fájlként:

- - - - - - - - -
- listdev Részletes lista az eszközökről/összetevőkről a pci és a gyártó azonosítójával együtt. Hasonló a Linux lshw és lspci parancsához.
- listusb -v USB-vel kapcsolatos hiba esetén. Hasonló a lsusb-hez.
- open /var/log/syslog Az elsődleges napló, amit a Haiku használ, amibe az indításkori üzenetek is bekerülnek. Az open használatával a naplóból egy adott részt is kimásolhatunk, mert az egy szövegszerksztőben nyílik meg.
- listimage | grep drivers/ Az összes használt eszközvezérlő.
- ints Csak a Kernel Debugging Land-ben haszálatos (lásd fejjebb). A megszakítások használatát jeleníti meg. Elvileg nem lehet túl sok amit megosztva használnak az eszközök.
- Hibakeresés a képernyőn (indításkori biztonsági opció).
- -

Az elős 4 parancsot a Terminálban kell kiadni. Kiegészítve a > output.txt paraméterrel, a parancsok kimenete nem a képernyőre, hanem egy "output.txt" (kimenet) nevű fájlba kerül, amit a jelentéshez csatolhatunk vagy levélhez mellékelhetünk.

- -

index -

-

Miután jeleztél egy hibát, egy fejlesztő megnézi azt, és osztályozza. Ne feledd, hogy minden fejlesztő önkéntes, így néha egy jelentés megválaszolatlan marad egy ideig. -Ha új információk is rendelkezésre állnak, akkor azt is a jelentéshez ajánlott csatolni, így a probléma megoldása felgyorsulhat.

-

Ne feledd azt sem, hogy a hiba jelentése nem csak annyiból ál, hogy jelented, és kész. Mikor jelentesz egy hibát, akkor Te is a Haiku fejlesztésének részévé válasz. A fejlesztők is tehetnek fel kérdéseket miközben próbálják kijavítani a hibát. Kérünk, hogy a válaszaiddal segítsd a munkánkat. Ha egy jelentés 'kész', akkor az 'fixed' (javított) jelölést kap.

- -
-
- - - - - diff --git a/docs/welcome/welcome/images/alert_info_32.png b/docs/welcome/welcome/images/alert_info_32.png deleted file mode 100644 index 05b4fe898c..0000000000 Binary files a/docs/welcome/welcome/images/alert_info_32.png and /dev/null differ diff --git a/docs/welcome/welcome/images/alert_stop_32.png b/docs/welcome/welcome/images/alert_stop_32.png deleted file mode 100644 index c5c1386f30..0000000000 Binary files a/docs/welcome/welcome/images/alert_stop_32.png and /dev/null differ diff --git a/docs/welcome/welcome/images/alert_warning_32.png b/docs/welcome/welcome/images/alert_warning_32.png deleted file mode 100644 index f13611cde4..0000000000 Binary files a/docs/welcome/welcome/images/alert_warning_32.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/ca.png b/docs/welcome/welcome/images/flags/ca.png deleted file mode 100644 index 775f4f2529..0000000000 Binary files a/docs/welcome/welcome/images/flags/ca.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/de.png b/docs/welcome/welcome/images/flags/de.png deleted file mode 100644 index 41ef1aea4a..0000000000 Binary files a/docs/welcome/welcome/images/flags/de.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/es.png b/docs/welcome/welcome/images/flags/es.png deleted file mode 100644 index 15ef65e192..0000000000 Binary files a/docs/welcome/welcome/images/flags/es.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/fi.png b/docs/welcome/welcome/images/flags/fi.png deleted file mode 100644 index 113e179a53..0000000000 Binary files a/docs/welcome/welcome/images/flags/fi.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/fr.png b/docs/welcome/welcome/images/flags/fr.png deleted file mode 100644 index 0c9c5950bd..0000000000 Binary files a/docs/welcome/welcome/images/flags/fr.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/gb.png b/docs/welcome/welcome/images/flags/gb.png deleted file mode 100644 index 95117cec21..0000000000 Binary files a/docs/welcome/welcome/images/flags/gb.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/hu.png b/docs/welcome/welcome/images/flags/hu.png deleted file mode 100644 index 6ddb72d905..0000000000 Binary files a/docs/welcome/welcome/images/flags/hu.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/it.png b/docs/welcome/welcome/images/flags/it.png deleted file mode 100644 index b8aafe0ae3..0000000000 Binary files a/docs/welcome/welcome/images/flags/it.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/jp.png b/docs/welcome/welcome/images/flags/jp.png deleted file mode 100644 index fe284a40bd..0000000000 Binary files a/docs/welcome/welcome/images/flags/jp.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/pl.png b/docs/welcome/welcome/images/flags/pl.png deleted file mode 100644 index debe359e6e..0000000000 Binary files a/docs/welcome/welcome/images/flags/pl.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/pt_BR.png b/docs/welcome/welcome/images/flags/pt_BR.png deleted file mode 100644 index 93c6ee03c3..0000000000 Binary files a/docs/welcome/welcome/images/flags/pt_BR.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/pt_PT.png b/docs/welcome/welcome/images/flags/pt_PT.png deleted file mode 100644 index 28ee2053e4..0000000000 Binary files a/docs/welcome/welcome/images/flags/pt_PT.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/ro.png b/docs/welcome/welcome/images/flags/ro.png deleted file mode 100644 index 6d7778d2e9..0000000000 Binary files a/docs/welcome/welcome/images/flags/ro.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/ru.png b/docs/welcome/welcome/images/flags/ru.png deleted file mode 100644 index d4c5ddb7c8..0000000000 Binary files a/docs/welcome/welcome/images/flags/ru.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/sk.png b/docs/welcome/welcome/images/flags/sk.png deleted file mode 100644 index 7335d77a02..0000000000 Binary files a/docs/welcome/welcome/images/flags/sk.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/sv_SE.png b/docs/welcome/welcome/images/flags/sv_SE.png deleted file mode 100644 index 9f01665434..0000000000 Binary files a/docs/welcome/welcome/images/flags/sv_SE.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/uk.png b/docs/welcome/welcome/images/flags/uk.png deleted file mode 100644 index 7143306f93..0000000000 Binary files a/docs/welcome/welcome/images/flags/uk.png and /dev/null differ diff --git a/docs/welcome/welcome/images/flags/zh_CN.png b/docs/welcome/welcome/images/flags/zh_CN.png deleted file mode 100644 index d8c89054e8..0000000000 Binary files a/docs/welcome/welcome/images/flags/zh_CN.png and /dev/null differ diff --git a/docs/welcome/welcome/images/logo.png b/docs/welcome/welcome/images/logo.png deleted file mode 100644 index d2c3aecace..0000000000 Binary files a/docs/welcome/welcome/images/logo.png and /dev/null differ diff --git a/docs/welcome/welcome/images/up.png b/docs/welcome/welcome/images/up.png deleted file mode 100644 index 70f5f21bb6..0000000000 Binary files a/docs/welcome/welcome/images/up.png and /dev/null differ diff --git a/docs/welcome/welcome/it/bugreports.html b/docs/welcome/welcome/it/bugreports.html deleted file mode 100644 index 21f03cf174..0000000000 --- a/docs/welcome/welcome/it/bugreports.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - Reporting bugs - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
Index
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Reporting bugs

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

To keep our bugtracker effective, it's essential to abide by the Bug Tracker Etiquette.

- -

index -Getting a Trac account

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Creating a bug report

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Application bugs

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Server bugs

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Kernel bugs

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/it/wifi.html b/docs/welcome/welcome/it/wifi.html deleted file mode 100644 index 78b319f027..0000000000 --- a/docs/welcome/welcome/it/wifi.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- -

Il Wifi in Haiku

-

-indice -Hardware che dovrebbe essere supportato

-

Tutti i driver wlan forniti da FreeBSD 8 dovrebbero funzionare. Qualunque scheda basata su PCMCIA, CardBus, ExpressCard, USB o ISA non funzionerà. Solo PCI, miniPCI, PCI-Express, miniPci-Express e PCI-X sono probabilmente funzionanti.
-I driver disponibili includono: -

-
    -
  • aironetwifi, supporta almeno
    -La serie Cisco Aironet 350
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi, supporta quasi tutti i chipset Atheros in commercio (ma non i chip AR9285)

  • -
  • broadcom43xx, supporta i chipset
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 e BCM4318 -

  • -
  • iprowifi2100, supporta i chip Intel Pro Wireless 2100

  • -
  • iprowifi2200, supporta i chip Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945, supporta i chip Intel Pro Wireless 3945

  • -
  • iprowifi4965, supporta i chip Intel Pro Wireless 4965

  • -
  • marvell88w8335, supporta
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363, supporta i chip 88W8363

  • -
  • ralinkwifi, supporta
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860, supporta i chip Ralink RT2860

  • -
  • wavelanwifi, supporta almeno
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Connettersi a un network wireless

-

Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.

-

You can list available networks, join and leave them with the command ifconfig from Terminal:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.

-

Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.

-

Mostrare una lista dei network wireless:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joining unsecured wireless network:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joining WEP secured wireless network: (ascii password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Joining WEP secured wireless network: (64-bit hex password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Leaving a wireless network:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Connettersi automaticamente a un network wireless

-

To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:

-
network wifitopia {
-   password mypassword
-}
-

If you don't create this configuration file, the system will connect to the first unencrypted network it finds.

-

Note sul WEP

-
    -
  • 64-bit WEP uses a 40-bit key, which means 5 text characters or 10 hex digits
  • -
  • 128-bit WEP uses a 104-bit key, which means 13 text characters or 26 hex digits
  • -
  • hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
  • -
-

-index -WPA encryption

-

At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.

-

-indice -install-wifi-firmwares.sh

-

Per installare il firmware per le schede ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, dovete far partire lo script

-
install-wifi-firmwares.sh
-
-

The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

-

People building their own Haiku image can modify their build/jam/UserBuildConfig accordingly. Details for that and general updates on the wifi topic are found at the online version of this document.

-

If you have to download the firmware, but don't have a working internet connection under Haiku, the online version offers a shell script, which will create a zip file for you to extract to Haiku's /boot. After that you'll have all files needed by install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/jp/bugreports.html b/docs/welcome/welcome/jp/bugreports.html deleted file mode 100644 index cb96d1ecaa..0000000000 --- a/docs/welcome/welcome/jp/bugreports.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - バグの報告 - - - - - - - - -
-
- - - - -
目次
Trac アカウントを取得する
- バグレポートの作成
- アプリケーションのバグ
- サーバーのバグ
- カーネルのバグ
- Kernel Debugging Land - KDL
- Syslog
- スクリーン上でのデバッグ
- Hardware/Driver bugs
- そして次は
- -

バグの報告

- -

開発者はすべてのハードウェア構成でテストを行えませんし、オペレーティングシステムとのあらゆる関わり方をテストすることもできないので、ユーザーの動作報告などの情報に頼っています。そして Haiku はまだ幼いプロジェクトのため、バグに遭遇する可能性が高いです。私たちはバグを報告してくれるのを待っています。少しずつ Haiku を改善してもっと良いものにしていきませんか?

-

私たちのバグトラッカーを有効に保つため、バグトラッカーでのエチケットを絶対に守ってください。

- -

index -Trac アカウントを取得する

-

チケットを登録するには、Haiku バグトラッカーでアカウントを取得する必要があります。
-アカウントを作るときは、チケットの更新通知メールを受信するために自分のメールアドレスを登録することが必要です。さまざまな確認のためのメールが届くため、アカウントを作成した後は、こまめに迷惑メールフォルダをチェックするようにしてください。というのも、重要な確認メールがしばしば迷惑メールに分類されてしまうからです。

- -

index -バグレポートの作成

-

バグを報告する前に、すでに報告されていないか確認をするようにしてください。検索機能が有用です。
-報告されていないことを確認したら、以下の情報をできる限り多く提供してください。

-
    -
  • その問題が最新バージョンの Haiku でも再現するかを確認してみてください。テスト用のビルド済イメージが利用可能です

  • -
  • テストした環境の情報 (物理的なハードウェア、QEMU、VMware など)

  • -
  • 動かしているリビジョン番号について言及してください。この情報は、Deskbar メニューのHaiku について (About Haiku...) から得られます。同様にテストしているHaiku のビルドの種類 (gcc2, gcc4, gcc2hybrid, gcc4hybrid) についても触れてください。ダウンロードイメージはビルドの種類に従って命名されています。自分でビルドしたイメージについては、どのようにビルドしたか知っておく必要があります。

  • -
  • できる限り正しく、実際に起きた挙動を説明し、その後自分が予測した挙動と、現在の挙動の問題を説明する

  • -
  • 再現する手順や準備。これは開発者が再現するために必要です。

  • -
  • その他の情報。GUI 周りのバグやアプリケーションのバグならば、PRINT キーを押してスクリーンショットを取得してください。

  • -
- -

index -アプリケーションのバグ

-

アプリケーションがクラッシュしたときは、ポップアップしたダイアログからデバッガーを起動すべきです。そうすれば gdb (GNU デバッガー) がターミナル画面の上で起動します。bt と入力すると "バックトレース" が出力されるので、それをそのままコピーし (bt と入力する前も含める) 、そのままチケットに添付してください。

- -

index -サーバーのバグ

-

App server、registrar、input server のような重要なサーバーがクラッシュしたときはよくあるクラッシュアラートを見ることは無いでしょう。スクリーン全体が白で塗りつぶされ、gdb のセッションがスタートします。出力はスクリーンに直接出力されます。たぶん、マウスはまだ動かせでも gdb の出力を上書きするでしょう。アプリケーションも動いたままで、(たとえば、プロセスコントローラーや デスクバーの時計のように) それも gdb の出力を上書きします。
-さらに、アプリケーションのバグに比べ、すべては見にくく便利ではありません。アプリケーションのバグのようにはいかないでしょう。バックトレースの取得 (bt コマンド) も、テキストのコピーができないためデジタルカメラ等を用いて写真を撮影しないとならないでしょう。

- -

index -カーネルのバグ

-

カーネルのバグのデバッグはもっとも難しいでしょう。カーネルやドライバーのバグにはこのようなさまざまな症状があります:

-
    -
  • システムは kernel debugging land (KDL) に入ります。画面上部はクリアされいくつかの KDL に入る原因となった理由を含むと思われる文字列が出力されます。次に、"Welcome to Kernel Debugging Land..." と出力されます。その上に、KDL に入った直接の理由が表示されます。

  • -
  • システムは自然に再起動します。

  • -
  • システムは完全にフリーズします。マウスを動かすこともできず、アプリケーションも停止します。ALT SysReq D (だいたいのキーボードで、SysReqPRINT と同じキーです) を押して、KDL に入れます。

  • -
  • システムは正常に起動しません。起動中に再起動するか、起動中にどこかで止まるか (たとえば、ブートスクリーンでのいくつかのアイコンで) のどちらかかもしれません。後者の場合でも、ALT SysReq D を押してみてください。

  • -
  • システム全体または一部のハードウェアで正常な動作をしない。たとえば、動作がすごく遅い、エラーが発生する、完全に動作しない、などです。一部のハードウェアが動作しないならば、まず Haiku がそれをサポートするかどうかを確認してください (メーリングリストやフォーラムで聞いてみるなど)

  • -
-

最後のポイントだけは、ハードウェアに関係あることを示すように思えますが、すべての他の症状も同様に、ハードウェアのドライバーのバグが原因で発生することがありえることに注意してください。もしドライバーやハードウェアに疑いを持っているならば、そのハードウェアを取り外すか、無効化をしてどのように変わるかを確認してください。たとえば、Wifi が問題だと疑っているならば BIOS の設定を参照して Wifi を無効化できます。設定がない場合は、問題の原因である Wifi ドライバーを Haiku のインストールからブラックリストに入れる (ブートローダーを参照ください) ことができます。

- -

index -Kernel Debugging Land - KDL

-

システムが KDL に自動で入らなかった場合、ALT SysReq D を押して手動で入れます。
-KDL ではキーボードが動作しないかもしれません。PS/2 キーボードは常に動作します。UHCI コントローラーに接続された USB キーボードは、一度キーボードショートカット経由で KDL に入った場合のみ動作するでしょう。現時点では、USB OHCI はサポートされていません。

-

KDL 自体はシェルの一種です。システム情報を出力するコマンドを実行できますす。次のコマンドが役に立つでしょう:

- - - - - -
bt (もしくは sc) バックトレースを出力する。システムが自ら KDL に入った場合、これを必ず実行します。
ints 処理される / 処理されないハードウェア割り込みを表示します。
co (もしくは continue) カーネルデバッガーを離れ、可能ならばシステムの実行に戻ります。
reboot システムをすぐに再起動します。まだ保存されていないすべてのデータ、保存はしていてもまだディスクに書き込まれていないデータは失われます。
-

詳細は Kernel Debugging Land へようこそも参照してください。

-

KDL はシリアルポートと syslog にも出力します (もしあるならば。シリアルケーブルをもう一つのコンピューターに接続し、出力を受け取れます)。KDL を終了できない場合 syslog には出力されませんが、ブートローダーのデバッグ用オプションがそれを可能にするでしょう (下記も参照ください)。

-

KDL の出力から QR コードを生成できます。QR コードは、スマートフォンなどを使ってテキストに変換できます。この機能を使って KDL のデータを取り出すことについては、次のブログ投稿、QR Encode your KDL Output を参照してください。

- -

index -Syslog

-

これは起動しないシステムから情報を取得するためのものです。
-syslog (system log の略称) はシステムに発生した有益な情報を含んでいます。それは、KDL セッションの出力を含んでいます。それをカーネル関連の Trac チケットに添付することは良いことです。syslog は /boot/system/var/log/syslog に記録されます。ファイルの書き込みには動作しているシステムが必要であり、直近の出力が書き込まれず、カーネルの問題が起きた瞬間を記録していないかもしれません (おもに突然のリブートや続行不能な KDL のセッションで)。

-

ブートローダーの Debug menu にある Enable debug syslog オプションは syslog を記録します。Save syslog from previous session during boot オプションがブートローダーオプションで有効な場合 (実際デフォルトです)、最新のセッションの syslog は、/boot/system/var/log/previous_syslog に見つかるでしょう。
-ブートしても、previous_syslog が得られない場合は、起動するときに SHIFT を押したままにしてブートローダーメニューに入る必要があります。
-ブートローダーメニューにある Debug menu の中には Display syslog from previous sessionSave syslog from previous session があります。前者は syslog をスクリーンに表示し、後者はディスクに保存します。現時点では FAT32 フォーマットのみサポートされていることに注意してください。USB メモリを使用する場合は、後から接続しても認識しないので 1 度再起動し、再度ブートローダーメニューに入る必要があります。注意: 誤ってほかのオペレーションシステムを実行しないようにしてください。syslog を失ってしまいます。

- -

index -スクリーン上でのデバッグ

-

スクリーン上のデバッグ出力は特定の問題とすでにわかっている問題について役立つでしょう。必要でないなら使用しないでください。
-これは Haiku がうまく起動せず、なおかつ Debug syslog option もうまく動作しないときに使います。Haiku の起動ロゴが現れる前に、SHIFT を押したままにしてブートローダーメニューに入り、Select safe mode options を選びます。下の方にある [ ] Enable on screen debug output を有効にします (ノート: ほかのオプションも Haiku のブートを試みるときに有効になります。Haiku がどのオプションでのみ起動するかを確認してください)。
-最後に、Return to main menu を選択し Continue booting を選択します。
-1 ページ以上のテキストがスクリーンに表示されます。最後の数行がチケットに添付する必要がある物でしょう。詳細は、ブートローダーを参照のこと。

- -

index -ハードウェアとドライバーのバグ

-

もしハードウェアやドライバーのバグに関連したバグを扱うならば、以下の情報を添付する必要があります:

- - - - - - - - -
- listdev ベンダーと PCI id を含む詳細なハードウェアのリストを出力します。linux の lshwlspci に似ています。
- listusb -v USB 関連のバグを取り扱うときに使用します。Linux の lsusb に似ています。
- open /var/log/syslog Haiku システムのメインログ。ブート中のスクリーン上デバッグと似ています。open コマンドを用いることで、必要な部分をテキストエディターに切り出せます。
- listimage | grep drivers/ 使用されているドライバーのリストを出力する。
- ints Kernel Debugging Land (上記を参照) でのみ有効。割り込みの使用状況を表示します。同じ割り込みが複数のデバイスで共有されるのは好ましくありません。
- スクリーン上へのデバッグ出力 (ブート時のセーフモードオプション)
- -

最初の 4 つのコマンドはターミナルに入力できます。 > output.txt をコマンドの最後に追加することで、"output.txt" というテキストファイルに出力されるようになります。つまり、それをバグレポートやメールに添付できるようになります。

- -

index -

-

バグをレポートした後は、開発者があなたの報告を見て修正を試みるでしょう。しかし忘れないでいてもらいたいのは、私たちはボランティアであるので、しばらくの間報告が放置されることもあります。情報を追加することで早くバグを修正できるようになります。しかし、説明的でないコメントを追加することはしないでください。

-

バグのレポートはあなたの時間を無駄に消費するわけではありません。バグの報告をしたあなたは一つの Haiku の開発プロセスにあります。開発者はバグを修正するために質問をすることがあります。それを無視せず、質問には答えるようにしてください。あなたの参加は、バグが 'fixed' となるまで終わりません。

- -
-
- - - - - diff --git a/docs/welcome/welcome/jp/wifi.html b/docs/welcome/welcome/jp/wifi.html deleted file mode 100644 index 21c9b202e9..0000000000 --- a/docs/welcome/welcome/jp/wifi.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
- -

Haiku での Wifi

-

-index -サポートされているハードウェア

-

全ての FreeBSD 8 wlan ドライバーは動作すると思われます。ただし, PCMCIA, CardBus, ExpressCard, USB, ISA ベースのカードは動作しません。 PCI, miniPCI, PCI-Express, miniPCI-Express, PCI-X は動作すると思われます。
-以下のようなデバイスとドライバーをサポートします:

-
    -
  • aironetwifi は少なくとも以下をサポートします
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi はそのチップを使うデバイスをサポートするでしょう (ただし AR9285 チップを除く)

  • -
  • broadcom43xx は以下をサポートします
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312, BCM4318 -

  • -
  • iprowifi2100 は Intel Pro Wireless 2100 チップをサポートします

  • -
  • iprowifi2200 は以下の Intel Pro Wireless をサポートします
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 は Intel Pro Wireless 3945 チップをサポートします

  • -
  • iprowifi4965 は Intel Pro Wireless 4965 チップをサポートします

  • -
  • marvell88w8335 は以下をサポートします
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 は 88W8363 チップをサポートします

  • -
  • ralinkwifi は以下をサポートします
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 は Ralink RT2860 をサポートします。

  • -
  • wavelanwifi は少なくとも以下をサポートします
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -ワイヤレスネットワークへの接続

-

Haiku は、暗号化されていないネットワークに加えて、WEP 暗号化キーを用いたネットワークアクセスの予備的なサポートがあります。 WEP は初期の暗号化メソッドで、もっともセキュアということではありません。

-

ターミナルからコマンド ifconfig を使って、利用可能なネットワークの一覧、ネットワーク接続、そしてネットワーク接続を閉じることができます。:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

wifi_device_path は、ネットワーク プリファレンスアプレット、または ifconfig -a を実行することで見つけられます。

-

以下は、wifitopia と名付けたワイヤレスネットワークへの接続の例です。これらの例では、wifi ネットワークカードを /dev/net/iprowifi3945/0 と仮定しています。

-

ワイヤレスネットワークの一覧:

-
ifconfig /dev/net/iprowifi3945/0 list
-

暗号化されていないワイヤレスネットワークへの接続:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

WEP 暗号化されたワイヤレスネットワークへの接続: (ascii パスワード)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

WEP 暗号化された ワイヤレスネットワークへの接続: (64-bit 16 進数パスワード)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

ワイヤレスネットワーク接続を閉じる:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -自動的にワイヤレスネットワークに接続する

-

起動毎にシステムを特定の SSID に自動的に接続させるために、/boot/common/settings/network/wireless_networks に次のフォーマットでワイヤレスネットワークとパスワードを記入してもよいです。

-
network wifitopia {
-   password mypassword
-}
-

この設定を作成していない場合、システムは最初に見つけた暗号化されていないネットワークに接続しようとするでしょう。

-

WEP ノート

-
    -
  • 64-bit WEP 暗号 は 40-bit のキーを使用します。 すなわち 13 文字の文字列か、26 桁の 16 進法キーです。
  • -
  • 128-bit WEP 暗号 は 104-bit のキーを使用します。 すなわち 13 文字の文字列か、26 桁の 16 進法キーです。
  • -
  • 16 進法キー = 0 から 9、A から F で構成された文字列 (ifconfig では "0x" を頭につける)
  • -
-

-index -WPA 暗号化

-

今現在、Haiku では WPA 暗号を利用することができません。しかし、いくつかの努力によりかなり近づいています。

-

-index -install-wifi-firmwares.sh

-

Intel ipw2100、Intel iprowifi2200/2225/2915、Broadcom 43xx & Marvell 88W8335 のためのファームウェアをインストールするには、以下を実行する必要があります。

-
install-wifi-firmwares.sh
-
-

Haiku にオリジナルのファームウェアアーカイブを配布することをライセンス条項が許可しているため、 Intel ipw2011、iprowifi22xx はエンドユーザー承認があればインターネット接続無しでインストールできます。しかし、 Broadcom 43xx と Marvell 88W8335 は、Haiku と共に個別のファームウェアを配布できないため、アクティブなインターネット接続が必要です。

-

自分で Haiku イメージ をビルドしている方は、上述に従い、 build/jam/UserBuildConfig を編集することができます。 編集についての詳細と wifi の話題に関するとさまざまなアップデートはこのドキュメントのオンライン版を参照してください。

-

もし、ファームウェアをダウンロードする必要があるが、Haiku 環境にインターネット接続が無い場合は、Haiku の /boot に展開するための zip ファイルを作成するシェルスクリプトがオンライン版にあります。

-
-
- - - - - diff --git a/docs/welcome/welcome/pl/bugreports.html b/docs/welcome/welcome/pl/bugreports.html deleted file mode 100644 index 2400c8b2e2..0000000000 --- a/docs/welcome/welcome/pl/bugreports.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - Reporting bugs - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Spis treści
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Reporting bugs

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

To keep our bugtracker effective, it's essential to abide by the Bug Tracker Etiquette.

- -

index -Getting a Trac account

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Creating a bug report

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Application bugs

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Server bugs

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Kernel bugs

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/pt_BR/bugreports.html b/docs/welcome/welcome/pt_BR/bugreports.html deleted file mode 100644 index 74cbd5f73e..0000000000 --- a/docs/welcome/welcome/pt_BR/bugreports.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - Reportando erros - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- - - - -
Índice
Obtendo uma conta do Trac
- Criando um relatório de erro
- Erros de aplicativo
- Erros de servidor
- Erros de Kernel
- Terra da Depuração do Kernel - KDL
- Relatório de Sistema
- Saída de depuração na tela
- Erros de Dispositivo/Driver
- O que vem a seguir?
- -

Reportando erros

- -

Uma vez que nossos desenvolvedores não são capazes de testar todas as combinações de hardware nem todas as diferentes formas de interação com o sistema operacional, nós contamos com os usuários para dar-nos algum retorno sobre como as coisas funcionam em seu equipamento. Uma vez que o Haiku é ainda um tanto jovem, é muito provável que irá encontrar erros. Agradecemos por dispor de tempo para reportá-los. Juntos melhoraremos o Haiku, bit a bit.

-

Para manter nosso rastreador de erros eficaz, é essencial obedecer à Etiqueta do Rastreador de Erros.

- -

index -Obtendo uma conta do Trac

-

Para arquivar um tíquete, é necessária uma conta no Rastreador de Erros do Haiku.
-Ao criar uma nova conta, certifique-se de informar seu endereço de correio eletrônico, necessário para obter privilégios básicos para modificação do tíquete. Assegure-se de verificar sua pasta de correspondência indesejada logo depois, afinal toda verificação de correios importantes costuma acabar aí.

- -

index -Criando um relatório de erro

-

Antes de reportar um erro, por favor certifique-se de que ele ainda não existe. Pode-se também utilizar a função de pesquisa para isso.
-Após constatar que é um erro original, torne sua informação a mais acurada possível:

-
    -
  • Tente reproduzir o problema na versão atual do Haiku. Imagens pré-compiladas para o propósito de testes estão disponíveis.

  • -
  • Inclua informação básica sobre como está testando o Haiku (em equipamento real, no VMWare, no QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Descreva o problema que está experimentando. Tente ser o mais acurado possível: descreva o comportamento atual e o comportamento que deseja.

  • -
  • Descreva que passos precisa realizar a fim de expor o erro. Isto ajudará os desenvolvedores a reproduzir o erro.

  • -
  • Anexe toda a informação que tiver. Se é um erro de interface gráfica, ou um erro em um dos aplicativos, tente obter uma imagem da tela pressionando a tecla PRINT.

  • -
- -

index -Erros de Aplicativo

-

Quando um aplicativo trava, deve-se executar o depurador a partir do alerta que aparece na tela. Isto abrirá uma janela do Terminal com o gdb (o depurador GNU) rodando nele. Executando bt, cria-se um "rastro" que deverá ser copiado inteiramente (incluindo a parte antes de executar o comando bt) e anexado ao tíquete.

- -

index -Erros de servidor

-

Quando servidores vitais como o servidor de aplicativo, o registrador ou o servidor de entrada travar, não se verá o alerta de travamento usual. Ao invés disso, toda a tela ficará em branco e uma sessão do gdb será iniciada, sua saída aparecendo diretamente na tela. Provavelmente você ainda será capaz de mover o mouse, o que irá sobrescrever o branco e a saída do gdb na tela. Aplicativos ainda em execução (como o Controlador de Processos ou o relógio na Deskbar) podem também aparecer sobre a saída do depurador na tela.
-Apesar de tudo ser mais feio e inconveniente, basicamente se aplica o mesmo que aos erros de aplicativos. O mais importante é obter um "rastro" (comando bt). Pode-se precisar obter uma imagem da tela com uma câmera digital, uma vez que, de qualquer maneira, não será capaz de copiar o texto.

- -

index -Erros do Kernel

-

Erros de Kernel são sempre os únicos com os efeitos mais graves e ao mesmo tempo os mais difíceis de depurar. Existem diferentes tipos de sintomas, os quais mais provavelmente apontam um problema de kernel ou de driver:

-
    -
  • O sistema aciona a Terra da Depuração do Kernel (KDL) por si mesmo. A parte superior da tela torna-se branca e várias linhas de texto são mostradas. A segunda linha diz "Bem vindo a Terra da Depuração do Kernel...", a linha acima dela afirma a razão imediata para entrar na KDL.

  • -
  • O sistema reinicia espontaneamente.

  • -
  • O sistema congela completamente. Não se pode mover o mouse e nenhum aplicativo faz nada mais. Um importante teste naquela situação é, se ainda puder entrar na KDL pelo atalho ALT SysReq D (SysReq sendo PRINT na maioria dos teclados). Aguarde ao menos um minuto para ver se algo acontece.

  • -
  • O sistema não inicializa corretamente. Ele pode reiniciar espontaneamente ou pára em algum ponto (por exemplo, em algum ícone da tela de inicialização). No último caso tente também ALT SysReq D.

  • -
  • O sistema inteiro ou alguma parte do equipamento não se comporta corretamente. Por exemplo, ele pode ficar muito lento, ocorrerem erros ou algo não funcionar absolutamente, a primeira verificação óbvia é se o Haiku já o suporta completamente (por exemplo, perguntando em uma lista de discussão ou num fórum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Terra da Depuração do Kernel - KDL

-

Se o sistema não entrar no KDL por si mesmo, pode-se fazê-lo intencionalmente invocando através do atalho de teclado ALT SysReq D.
-Observe que no KDL seu teclado pode não funcionar. Teclados PS/2 sempre funcionam, teclados USB conectados via controladores UHCI apenas se alguém entrou no KDL via atalho de teclado ao menos uma vez. USB OHCI não é suportado no momento.

-

O KDL propriamente é uma espécie de shell. Alguém pode executar comandos que exibem informação sobre o sistema. Os seguintes comandos podem ser de interesse:

- - - - - -
bt (conhecido como sc) Exibe um rastro. Se o sistema entrar no KDL por sua própria vontade, sempre o execute.
ints Mostra as interrupções de dispositivos tratadas e não tratadas.
co (conhecido como continue) Sai do depurador do kernel e continua a operação normal do sistema, se for possível.
reboot Reinicia o sistema imediatamente. Perder-se-á todos os dados não salvos e até mesmo aqueles que tenham sido salvos, mas que não tenham sido gravados no disco.
-

Para mais informações, veja o artigo Bem vindo à Terra da Depuração do Kernel.

-

A saída do KDL é enviada para uma porta serial (caso tenha um, um cabo respectivo e um segundo computador conectado a ele, pode-se capturar a saída lá através de um programa de terminal) e para o relatório do sistema. Entretanto, se não puder sair do KDL ela não será escrita no arquivo de relatório do sistema. Todavia, existe uma opção de depuração do carregador da inicialização que permite capturá-la (veja abaixo).

-

Pode-se gerar códigos QR a partir da saída do KDL que pode então ser convertido para texto utilizando smartphones ou dispositivos similares. Veja a postagem de blog QR codifica sua saída do KDL sobre como obter saída de dados do KDL utilizando aquela funcionalidade.

- -

index -Relatório de sistema

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -Saída de depuração na tela

-

A saída em tela é útil apenas para depurar problemas muito específicos e é conhecido por ter problemas (de tempo). Não a utilize, se não precisar.
-Isto é relevante apenas quando o Haiku falha ao inicializar na sua máquina e a Opção de relatório de sistema do depurador não funciona por alguma razão. Antes da logo de inicialização do Haiku aparecer, pressione SHIFT para entrar no menu do carregador de inicialização. Selecione Selecionar opções de modo seguro. Próximo do fim, [ ] Habilitar saída de depuração na tela será listada. (Observação: As outras opções podem ser habilitadas numa tentativa de inicializar o Haiku. Se o Haiku inicializar apenas quando uma ou mais opções forem ativadas, assegure-se de mencionar quais são.)
-Finalmente selecione Voltar para o menu principal e então Continuar a inicialização.
-Uma ou mais páginas de texto serão exibidas na tela, apenas as últimas poucas linhas precisam ser incluídas no seu tíquete. Há mais informações em Carregador de Inicialização.

- -

index -Erros de Dispositivo/Driver

-

Enquanto estiver lidando com um erro relativo a dispositivo/driver, deve-se anexar as seguintes informações como arquivos de texto:

- - - - - - - - -
- listdev Uma lista detalhada do seu dispositivo, incluindo fornecedor e id's pci, similar ao lshw e lspci do Linux.
- listusb -v Supondo que seja um problema relacionado a USB, é similar ao lsusb.
- open /var/log/syslog O relatório primário de sistema utilizado pelo Haiku, parecido com a depuração na tela durante a inicialização. Com o comando open pode-se cortar a parte relevante do relatório de sistema em um editor de texto.
- listimage | grep drivers/ Lista todos os drivers utilizados.
- ints Apenas disponível na Terra da Deupração do Kernel (ver acima). Exibe a utilização das interrupções. There shouldn't be too many that are shared by different devices.
- Saída de depuração na tela (Uma opção de modo de segurança em tempo de inicialização).
- -

Os primeiros quatro comandos são executados no Terminal. Adicione um > output.txt após um comando e ele será direcionado para um arquivo de texto chamado "output.txt" que pode ser anexado a seu relatório de erro ou mensagem de correio eletrônico.

- -

index -

-

Após o erro ter sido reportado, um desenvolvedor irá dar uma olhada e tentar classificá-lo. Lembre-se, nós somos voluntários e, como tais, algumas vezes um relatório de erro pode ficar sem resposta por um tempo. Adicionar informação nova quando disponível geralmente ajuda a selecionar o problema mais rapidamente, mas não tente 'incrementar' o erro adicionando comentários não descritivos.

-

Lembre-se, reportar um erro não é algo a que se dispensa um pouco de tempo e então está resolvido. Se reportou um erro, então você é parte do processo de desenvolvimento do Haiku. Desenvolvedores podem aparecer com perguntas enquanto eles estão tentando consertar o erro. Por favor esteja disponível para respondê-los. Considere sua participação 'terminada' quando o erro estiver marcado como 'corrigido'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/pt_PT/bugreports.html b/docs/welcome/welcome/pt_PT/bugreports.html deleted file mode 100644 index d5ae3df402..0000000000 --- a/docs/welcome/welcome/pt_PT/bugreports.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - Reporting bugs - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Reporting bugs

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

To keep our bugtracker effective, it's essential to abide by the Bug Tracker Etiquette.

- -

index -Getting a Trac account

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Creating a bug report

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Application bugs

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Server bugs

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Kernel bugs

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/pt_PT/wifi.html b/docs/welcome/welcome/pt_PT/wifi.html deleted file mode 100644 index ea3d0f8f59..0000000000 --- a/docs/welcome/welcome/pt_PT/wifi.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Wifi in Haiku

-

-index -Expected supported hardware

-

All of FreeBSD 8 wlan drivers should be working. Any PCMCIA, CardBus, ExpressCard, USB or ISA based cards will not work. Only PCI, miniPCI, PCI-Express, miniPci-Express and PCI-X are supposed to work.
-This includes: -

-
    -
  • aironetwifi supporting at least
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi supporting almost every chipset outthere (though no AR9285 chips)

  • -
  • broadcom43xx supporting
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 and BCM4318 -

  • -
  • ipw2100 supporting Intel Pro Wireless 2100 chips

  • -
  • iprowifi2200 supporting Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 supporting Intel Pro Wireless 3945 chips

  • -
  • iprowifi4965 supporting Intel Pro Wireless 4965 chips

  • -
  • marvell88w8335 supporting
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 supporting the 88W8363 chips

  • -
  • ralinkwifi supporting
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 supporting Ralink RT2860

  • -
  • wavelanwifi supporting at least
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Connecting to a wireless network

-

Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.

-

You can list available networks, join and leave them with the command ifconfig from Terminal:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.

-

Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.

-

Listing wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joining unsecured wireless network:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joining WEP secured wireless network: (ascii password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Joining WEP secured wireless network: (64-bit hex password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Leaving a wireless network:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Automatically connecting to a wireless network

-

To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:

-
network wifitopia {
-   password mypassword
-}
-

If you don't create this configuration file, the system will connect to the first unencrypted network it finds.

-

WEP notes

-
    -
  • 64-bit WEP uses a 40-bit key, which means 5 text characters or 10 hex digits
  • -
  • 128-bit WEP uses a 104-bit key, which means 13 text characters or 26 hex digits
  • -
  • hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
  • -
-

-index -WPA encryption

-

At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.

-

-index -install-wifi-firmwares.sh

-

To install the firmware for Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run

-
install-wifi-firmwares.sh
-
-

The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

-

People building their own Haiku image can modify their build/jam/UserBuildConfig accordingly. Details for that and general updates on the wifi topic are found at the online version of this document.

-

If you have to download the firmware, but don't have a working internet connection under Haiku, the online version offers a shell script, which will create a zip file for you to extract to Haiku's /boot. After that you'll have all files needed by install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/ro/bugreports.html b/docs/welcome/welcome/ro/bugreports.html deleted file mode 100644 index d3f70a3b11..0000000000 --- a/docs/welcome/welcome/ro/bugreports.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - Raportare defecțiuni - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Raportare defecțiuni

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

To keep our bugtracker effective, it's essential to abide by the Bug Tracker Etiquette.

- -

index -Obținerea unui cont Trac

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Crearea unui raport de defecțiune

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Defecțiuni de aplicație

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Defecțiuni de server

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Defecțiuni de kernel

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/ru/bugreports.html b/docs/welcome/welcome/ru/bugreports.html deleted file mode 100644 index f2c5784952..0000000000 --- a/docs/welcome/welcome/ru/bugreports.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - - - Отчёт об ошибках (багах) - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - -
Содержание
Получение аккаунта в Trac
- Создание отчёта об ошибке
- Ошибки приложений
- Ошибки серверов
- Ошибки ядра
- Царство отладки ядра - KDL
- Системный журнал
- Вывод отладочной информации на экран
- Аппаратные ошибки/Ошибки в драйверах
- Что дальше?
- -

Отчёт об ошибках (багах)

- -

Так как наши разработчики не в состоянии проверить все комбинации компьютерных комплектующих и программных средств при их работе в Haiku, то мы полагаемся на пользователей, надеясь, что вы сообщите нам об обнаруженных ошибках, которых, ввиду молодости Haiku, может быть немало. Мы будем благодарны вам за потраченное на составление отчёта время, только вместе мы сможем сделать Haiku лучше.

-

Для продуктивной работы c системой отслеживания ошибок (багтрекером) важно соблюдать принятый в нём этикет.

- -

index -Получение аккаунта в Trac

-

Чтобы создать новый багрепорт, у вас должен быть заведён аккаунт в багтрекере Haiku.
-Создавая новый аккаунт обязательно введите адрес электронной почты, так как на него будут приходить все сведения, связанные с изменением багрепорта. Убедитесь, что приходящие с багтрекера письма не помечаются как спам, так как это вполне возможно.

- -

index -Создание отчёта об ошибке

-

Прежде чем сообщать об ошибке, пожалуйста, убедитесь, что аналогичного багрепорта ещё не существует. Для этого также можно воспользоваться функцией поиска.
-После того как вы установили, что подобных багрепортов не имеется, то оформите вашу информацию как можно точнее:

-
    -
  • Попытайтесь воспроизвести вашу проблему на текущей ревизии Haiku. Готовые образы для тестирования доступны здесь.

  • -
  • Включите информацию о том как вы тестируете Haiku (на реальном компьютере, в эмуляторе VMWare, QEMU, и т. д.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Опишите проблему, с которой вы столкнулись, попытайтесь описать её наиболее точно: как именно она проявилась, и как правильно должен бы был действовать проблемный объект при её отсутствии.

  • -
  • Расскажите какие шаги нужно выполнить для её возникновения, что поможет разработчикам воспроизвести эту ошибку.

  • -
  • Прикрепите всю имеющуюся информацию. Если это ошибка графического интерфейса или баг в каком-либо приложении, то попытайтесь сделать скриншот клавишей Print Screen key.

  • -
- -

index -Ошибки приложений

-

Когда приложение аварийно завершилось, вы должны запустить отладчик из окна сообщения о падении программы. Откроется окно Терминала с запущенным gdb (the GNU debugger). Введя в окне терминала bt, вы создадите "трассировку", которую необходимо полностью скопировать (включая текст, который уже был до ввода команды bt) и прикрепить ее в ваш багрепорт.

- -

index -Ошибки серверов

-

Когда жизненно важный сервер, такой как app server, registrar или input server падает, вы не увидите обычное сообщение о падении приложения. Вместо этого весь экран станет белым и запустится gdb сессия, ее вывод будет попадать напрямую на экран. Скорее всего вы все еще сможете двигать курсором, что приведет к перезаписи участков белого экрана с выводом. Все еще работающие приложения (например Контроллер процессов или часы в Deskbar) могут также прорисовываться сквозь вывод отладчика на экран.
-Кроме того, что все более выглядит более страшно и неудобно, применимо все то же самое, что и в случае ошибок приложений. Самое важное в данном случае - это выполнение трассировки коммандой (bt). Скорее всего вам понадобится сфотографировать экран, так как будет невозможно куда либо скопировать текст трассировки.

- -

index -Ошибки ядра

-

Ошибки ядра обычно вызывают наиболее серьезные последствия и в тоже время их сложнее отлаживать. Существуют различные типы симптомов, которые скорее всего указывают на ошибку в ядре или на проблему с каким-либо драйвером:

-
    -
  • Система входит в царство отладки ядра (KDL) по собственному желанию. Верхняя часть экрана станет белой и появятся несколько строчек текста. Во второй стоке будет написано "Welcome to Kernel Debugging Land...", выше этой строки будет указана непосредственная причина входа в KDL.

  • -
  • Система спонтанно перезагружается.

  • -
  • Система полностью зависает. Курсор не двигается и ни одно приложение не выводит и не прорисовывает ничего на экран. Важный тестом в данном случае является проверка, пожете ли вы все еще войти в KDL через комбинацию клавиш ALT SysReq D (эквивалентом SysReq является PrintScreen на большинстве клавиатур). Подождите несколько минут и посмотрите, произойдет ли что-нибудь.

  • -
  • Система не загружается корректно. Она может спонтанно перезагружаться на каком-то моменте или зависать (например на каком-то значке экрана загрузки). В случае зависания попробуйте нажать ALT SysReq D.

  • -
  • Система или какое-то устройство не работает нормально. Например если она работает очень медленно, появляются ошибки, или что-то вообще не работает. Если какое-то устройство вообще не работает первое что нужно проверить это поддерживает ли его Haiku в данный момент (например спросить в списке рассылки или на форуме).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Царство отладки ядра - KDL -

-

Когда какой-либо системный низкоуровневый компонент вызывает фатальную ошибку, то вы, с большой долей вероятности, окажетесь в отладчике ядра. Также он может быть вызван намеренно при нажатии на клавиши ALT+SysReq+D (клавиша SysReq называется PrintScreen на большинстве клавиатур). -Учтите, что ваша клавиатура может не работать в KD. PS/2 клавиатуры работают всегда, USB клавиатуры, подключенные через UHCI контроллер работают, только если вы входили в KDL через клавиатурное сочетание хотя бы раз. USB OHCI не поддерживаются в данный момент.

-

Сам по себе KDL является некой оболочкой. Вы можете выполнять команды, которые выводят информацию о системе. Следующие команды могут быть интересны:

- - - - - -
bt (синоним sc) bt - покажет трассировку, уточняющую где именно произошла ошибка. -Если система вошла в KDL самопроизвольно, всегда используйте эту команду.
ints int - отобразит обработанные и необработанные прерывания.
co (синоним continue) выведет систему из отладчика ядра продолжит нормальную работу Haiku, если это возможно.
reboot Немедленно перезагрузит систему. Вы потеряете все несохраненные данные и те, что были сохранены, но еще не успели записаться из памяти обратно на диск.
-

Для более подробной информации смотрите статью Добро пожаловать в Царство Отладки Ядра.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Системный журнал

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -Вывод отладочной информации на экран

-

Функция вывода отладочной информации на экран полезна для отладки только специфичных проблем, она также имеет известные проблемы с таймингами. Используйте ее только если это очень необходимо.
-Ее использование имеет смысл только когда Haiku не загружается на вашем компьютереи функция Debug syslog option по какой-то причине не работает. Перед появлением загрузочного экрана зажмите SHIFT для входа в меню загрузчика. Выберите Select safe mode options. Почти в самом низу будет опция, [ ] Enable on screen debug output. (Имейте в виду, что можно включить остальные опции, чтобы Haiku загрузилась. Если Haiku будет загружаться только при включении одной или более опций, не забудьте указать какие именно.)
-И наконец выбарите Return to main menu, а затем then Continue booting.
-Одна страница текста или более появятся на экране, только последние несколько строк нужно включать в ваш багрепорт. Дополнительная информация имеется в статье Загрузчик.

- -

index -Аппаратные ошибки/Ошибки в драйверах

-

Если вы столкнулись с ошибкой работы оборудования и/или драйвера, то вы должны приложить к вашему багрепорту следующую информацию в виде текстовых файло:

- - - - - - - - -
- listdev listdev - подробный список оборудования, включающий ID производителей и отдельных устройств, схожа с командами Linux lshw и lspci.
- listusb -v listusb -v - используйте при ошибке, связанной с USB, аналогична команде lsusb.
- open /var/log/syslog open /var/log/syslog - основной системный лог, используемый Haiku. С командой open можно вырезать нужную часть лога в текстовом редакторе.
- listimage | grep drivers/ listimage | grep drivers/ - список всех загруженных драйверов.
- ints ints - доступна только в режиме Царства отладки ядра (Kernel Debugging Land - KDL) (см. выше). Отображает используемые прерывания. Не должно быть слишком много устройств, использующих одно прерывание.
- On screen debug output (опция загрузочного меню).
- -

Все эти команды вводятся в терминале, если не указано иное. Если добавить > output.txt после команды, то результат её работы сохранится в текстовый файл "output.txt", который можно прикрепить к своему сообщению об ошибке или отправить по электронной почте.

- -

index -

-

После того как багрепорт отправлен, разработчик рассмотрит вашу ошибку и попытаться классифицировать ее. Помните, что мы все добровольцы, и иногда багрепорт может оставаться без ответа некоторое время. Добавление новой информации к этой ошибке помогает исправить её быстрее, но не пытайтесь увеличить её значимость, добавляя не относящиеся к делу комментарии.

-

Помните, что отправка багрепорта, на который вы потратили некоторое время - это ещё полдела, и желательно чтобы вы следили за его состоянием. Только в этом случае вы внесёте ощутимую часть в процесс развития Haiku. У разработчиков могут возникнуть вопросы, относящиеся к багу во время его исправления, пожалуйста, не игнорируйте их, постаравшись как можно подробней ответить. Считайте свое участие законченным, только когда ошибка приобретёт статус "исправлено (fixed)".

- -
-
- - - - - diff --git a/docs/welcome/welcome/ru/wifi.html b/docs/welcome/welcome/ru/wifi.html deleted file mode 100644 index 5352ded257..0000000000 --- a/docs/welcome/welcome/ru/wifi.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - Беспроводная сеть Wifi - - - - - - - - -
-
- -

Беспроводная сеть Wifi в Haiku

-

-index -Поддерживаемое оборудование:

-

Должны работать все wlan драйвера, поддерживаемые FreeBSD 8.
-Не поддерживаются все PCMCIA, CardBus, ExpressCard, USB и ISA карты.
Поддерживаются только PCI, miniPCI, PCI-Express, miniPci-Express и PCI-X.
- -

-
    -
  • aironetwifi поддерживает как минимум:
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi поддерживает почти все существующие чипсеты (кроме чипов AR9285)

  • -
  • broadcom43xx поддерживает:
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 and BCM4318 -

  • -
  • iprowifi2100 поддерживает Intel Pro Wireless 2100 чипы

  • -
  • iprowifi2200 поддерживает следующие Intel Pro Wireless чипы:
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 поддерживает Intel Pro Wireless 3945 чипы

  • -
  • iprowifi4965 поддерживает Intel Pro Wireless 4965 чипы

  • -
  • marvell88w8335 поддерживает:
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 поддерживает 88W8363 чипсет

  • -
  • ralinkwifi поддерживает:
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 поддерживает Ralink RT2860 чипы

  • -
  • wavelanwifi поддерживает как минимум:
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Подключение к беспроводной сети

-

Помимо открытых беспроводных сетей Haiku поддерживает беспроводные сети с WEP-шифрованием. WEP является одним из первых методов шифрования для беспроводных сетей, поэтому считается устаревшим т.к. взламывается за пару минут.

-

Вы можете получить список доступных сетей, подключиться либо отключиться от сети при помощи команды ifconfig, используя Терминал:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

Найти ваш wifi_device_path вы можете в окне настроек Сети (Network), либо выполнив в Терминале команду ifconfig -a.

-

Ниже приведены примеры подключения к сети с названием wifitopia, в которых предполагается, что вашей беспроводной картой является /dev/net/iprowifi3945/0.

-

Список беспроводных сетей:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Подключение к открытой беспроводной сети:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Подключение к беспроводной сети с WEP-шифрованием: (ascii-пароль)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Подключение к беспроводной сети с WEP-шифрованием: (64-битный hex-пароль)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Отключение от беспроводной сети:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Автоматическое подключение к беспроводной сети

-

Для того, чтобы система после загрузки подключалась к определённой беспроводной сети, следует создать файл по следующему адресу:/boot/common/settings/network/wireless_networks, который имеет формат:

-
network wifitopia {
-   password mypassword
-}
-

Если вы не создадите этот файл, то система будет подключаться к первой попавшейся открытой сети.

-

Примечания про WEP

-
    -
  • 64-битное WEP использует 40-битный ключ, что эквивалентно 5 буквам или 10 цифрам
  • -
  • 128-битное WEP использует 104-битный ключ, что эквивалентно 13 буквам или 26 цифрам
  • -
  • шестнадцатеричная система = цифры 0-9 и буквы от A до F (начинающиеся с "0x" в ifconfig)
  • -
-

-index -WPA шифрование

-

В настоящий момент WPA шифрование не поддерживается в Haiku. Однако сделана попытка добавить поддержку WPA.

-

-index -Сценарий для установки микропрограмм (firmwares).

-

Для установки микропрограмм для Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx и Marvell 88W8335 нужно запустить:

-
~> install-wifi-firmwares.sh
-
-

Intel ipw2100 и iprowifi22xx установятся без Интернет-соединения, так как лицензионные условия позволяют Haiku распространять архивы с микропрограммой (firmware). Однако они требуют ознакомления конечного пользователя с условиями лицензии перед их установкой. Broadcom 43xx и Marvell 88W8335 требуют работающего Интернет-соединения, так как файлы, содержащие их микропрограммы (firmwares), не могут распространяться с Haiku.

-

Те, кто самостоятельно собирают собственные образы Haiku, могут соответственным образом изменить свой build/jam/UserBuildConfig. Описание этого процесса, а также обновление информации по поддержке wifi можно найти в онлайн-версии этого документа.

-

Если вы скачали микропрограмму (firmware), но не имеете работающего Интернет-соединения в Haiku, то онлайн-версия предлагает скрипт, который создаст для Вас zip файл, который нужно будет извлечь в директорию /boot. После этого у Вас будут все файлы, необходимые для запуска install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/sk/bugreports.html b/docs/welcome/welcome/sk/bugreports.html deleted file mode 100644 index a639d6554c..0000000000 --- a/docs/welcome/welcome/sk/bugreports.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - Nahlasovanie chýb - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- - - - -
Obsah
Získanie účtu v Trac
- Vytvorenie hlásenia o chybe
- Chyby aplikácií
- Chyby serverov
- Chyby jadra
- Kernel Debugging Land - KDL
- Syslog
- Výstup ladenia na obrazovku
- Chyby hardvéru/ovládačov
- Čo ďalej?
- -

Nahlasovanie chýb

- -

Keďže je nemožné, aby naši vývojári otestovali každú kombináciu hardvéru či každý možný spôsob interakcie s operačným systémom, spoliehame sa na našich používateľov, aby nám poslali spätnú väzbu ako veci fungujú u nich. Keďže Haiku je stále relatívne mladé, je veľmi pravdepodobné, že narazíte na chyby. ďakujeme vám za čas, ktorý venujete ich nahláseniu. Spolu môžeme Haiku vylepšovať, trochu po troche.

-

Aby bol náš nástroj na sledovanie chýb fungoval efektívne, je nevyhnutné dodržiavať Etiketu nástroja na sledovanie chýb.

- -

index -Získanie účtu v Trac

-

Aby ste mohli založiť hlásenie, musíte mať účet v Nástroji na sledovanie chýb Haiku.
-Pri vytváraní účtu určite poskytnite vašu emailovú adresu, pretože je potrebné získať základné oprávnenia na zmenu hlásení. Určite sa krátko potom pozrite aj do spamového priečinka, pretože dôležité overovacie emaily tam často skončia.

- -

index -Vytvorenie hlásenia o chybe

-

Pred nahlásením chyby sa prosím uisitite, že už nebola nahlásená. Tiež na to môžete použiť funkciu hľadanie.
-Potom, ako ste sa uistili, že chyba je jedinečná, uveďte čo najpresnejšie vaše informácie:

-
    -
  • Pokúste sa reprodukovať problém v aktuálnej revízii Haiku. Sú pripravené obrazy na testovacie účely.

  • -
  • iveďte základné infomrácie o tom ako testujete Haiku (na skutočnom hardvéri, vo VMWare, v QEMU atď.).

  • -
  • Uveďte, ktorú revíziu používate. Túto informáciu nájdete v dialógu O Haiku... z menu Panela. Tiež uvete, aký druh Haiku testujete (gcc2, gcc4, gcc2hybrid, gcc4hybrid). Obrazy na stiahnutie sú podľa toho pomenované; pri obraze, ktorý ste zostavili sami by ste mali vedieť ako ste ho zostavili.

  • -
  • Popíšte váš problém. Skúste byč čo najpresnejší: popíšte správanie, ktoré ste očakávali a správanie, ktoré ste dostali.

  • -
  • Popíšte kroky, ktoré je potrebné vykonať na vyvolanie chyby. To pomôže vývojárom chybu reprodukovať.

  • -
  • Priložte všetky informácie,ktoré máte k dispozícii. Ak je to chyba používateľského rozhrania alebo chyba v niektorej z aplikácií, skúste urobiť snímku obrazovky stlačením klávesu Print Screen.

  • -
- -

index -Chyby aplikácií

-

Keď aplikácia havaruje, mali by ste vyvolať ladiaci nástroj z upozornenia, ktoré vyskočí. To otvorí okno Terminálu, v ktorom beží gdb (GNU debugger). Zadaním bt vytvoríte „backtrace“, ktorý by ste mali kompletne skopírovať (vrátane časti zorbazenej než ste zadali príkaz bt) a priložiť ho k hláseniu.

- -

index -Chyby serverov

-

Ak havarujú dôležité servery ako aplikačný server, registrátor alebo server vstupu, neuvidíte zvyčajné upozornenie na haváriu. Namiesto toho sa celá obrazovka zmaže na bielu farbu, spustí sa relácia gdb a jej výstup sa objaví priamo na obrazovke. Pravdepodobne budete môcť pohybovať myšou, čo prepíše bielu farbu a výstup gdb na obrazovke. Aplikácie, ktoré ešte bežia (ako ProcessController alebo hodiny v Paneli) tiež možno prekreslia časť ladiaceho výstupu na obrazovke.
-Okrem toho, že je všetko škaredšie a nepohodlné platí prakticky to isté ako pri chybách aplikácií. Predovšetkým získajte backtrace (príkaz bt). Možno budete musieť odfotiť obrazovku digitálnym fotoaparátom, pretože nebudete môcť text nikam skopírovať.

- -

index -Chyby jadra

-

Chyby jadra sú zvyčajne tie, ktoré majú najzávažnejší vplyv a zároveň sa najťažšie ladia. Existujú rôzne druhy symptómov, ktoré pravdepodobne naznačujú problém s jadrom alebo ovládačom:

-
    -
  • Systém svojvoľne vstúpi KDL (kernel debugging land). Horná časť obrazovky sa vyčistí do biela a vypíše sa na ňu niekoľko riadkov textu. Druhý riadok bude obsahovať „Welcome to Kernel Debugging Land...“ a ten nad ním bude obsahovať okamžitý dôvod, prečo bolo vyvolané KDL.

  • -
  • Systém sa spontánne reštartuje.

  • -
  • Systém kompletne zamrzne. Nemôžete hýbať myšou a žiadna aplikácia nič nevykresľuje. Dôležitý test v tejto situácii je, či ešte môžete vyvolať KDL klávesovou skratkou ALT SysReq D (SysReq je na väčšine klávesníc PRINT). Počkajte aspoň minútu, aby ste uvideli, či sa niečo stane.

  • -
  • Systém nenaštartuje korektne. Môže spontánne naštartovať alebo v niektorom bode zastaviť (napr. na niektorej ikone štartovacej obrazovky). V druhom prípade tiež skúste ALT SysReq D.

  • -
  • Celý systém alebo niektorá časť hardvéru sa nespráva korektne. Napríklad môže byť veľmi pomalý, vyskytnú sa chyby alebo niečo vôbec nefunguje. Ak nejaký hardvér vôbec nefunguje, prvá vec, ktorú treba skontrolovať je, či ho momentálne Haiku vôbec podporuje (napr. spýtať sa v poštovej konferencii alebo na fóre).

  • -
-

Pamätajte, že hoci iba posledný bod indikuje súvislosť s hardvérom, všetky ostatné symptómy môžu byť spôsobené aj chybou v ovládači hardvéru. Ak máte podozrenie, ktorá časť hardvéru alebo zodpovedajúci ovládač môže súvisieť s problémom, skontrolujte, či odstránenie alebo vypnutie hardvéru či ovládača pomôže. Napríklad ak podozrievate Wi-Fi, možno zistíte, že váš BIOS umožňuje ju vypnúť. Alebo ak nie, môžete odstrániť príslušný ovládač Wi-Fi z vašej inštalácie Haiku (pozri Zavádzač systému).

- -

index -Kernel Debugging Land - KDL

-

Ak systém sám nevstúpil do KDL, môžete ho úmyselne vyvolať klávesovou skratkou ALT SysReq D.
-Pamätajte, že v KDL vaša klávesnica nemusí fungovať. Klávesnice PS/2 fungujú vždy, klávesnice USB pripojené prostredníctvom ovládačov UHCI fungujú iba ak už aspoň raz ste vstúpili do KDL použitím klávesovej skratky. USB OHCI momentálne nie je podporované.

-

Samotné KDL je istým druhom shellu. Môžete vykonávať príkazy, ktoré vypisujú informácie o systéme. Nasledovné príkazy môžu byť zaujímavé:

- - - - - -
bt (resp. sc) Vypíše backtrace. Ak systém svojvoľne vstúpil do KDL, vždy ho spustite.
ints Zobrazí ošetrené a neošetrené hardvérové prerušenia.
co (resp. continue) Opustí ladenie jadra a pokračuje v normálnej prevádzke systému ak je to možné.
reboot Okamžite reštartuje systém. Stratíte všetky neuložené dáta a aj tie, ktoré už boli uložené, ale zatiaľ neboli zapísané na disk.
-

Ďalšie informácie nájdete v článku Welcome to Kernel Debugging Land.

-

Výstup KDL sa zapisuje na sériový port (ak ho máte a ak máte príslušný kábel na pripojenie druhého počítača, môžete prostredníctvom neho zachytiť výstup pomocou terminálového programu) a do syslogu. Ak nemôžete opustiť KDL, nezapíše však sa do súboru syslog. Existuje voľba zavádzača systému, ktorá vám umožňuje zachytiť ho napriek tomu (pozri nižšie).

-

Môžete vygenerovať QR kódy z výstupu KDL, ktoré je možné previesť na text pomocou smartfónu alebo podobných zariadení. V príspevku na blogu QR Encode your KDL Output nájdete informácie o tom, ako získať dáta z KDL pomocou tejto funkcie.

- -

index -Syslog

-

Toto je preferovaný spôsob ako získať informácie zo systému, ktorý nejde naštartovať.
-Syslog (skratka system log) obsahuje cenné informácie o tom, čo sa na vašom systéme stalo vrátane výstupu ladenia KDL. Zvyčajne je dobrý nápad pripojiť ho k súvisiacemu hláseniu v systéme Trac. Syslog sa zapisuje do súboru /boot/system/var/log/syslog. Pretože zapisovanie do súbory vyžaduje, aby bol systém funkčný, je možné, že posledný výstup po výskyte problému s jadrom sa do syslogu už nedostal (obzvlášť pri samovoľných reštartoch alebo reláciách KDL, v ktorých nemožno pokračovať).

-

Voľba Zapnúť ladiaci syslog v menu Ladenie zavádzača systému zabezpečí, že syslog bude trvalo uložený. Ak je v nastaveniach zavádzača systému zapnutá voľba Uložiť syslog z predchádzajúcej relácie pri štarte (predvolene je zapnutá), nájdete syslog vašej poslednej relácie v súbore /boot/system/var/log/previous_syslog.
-Ak sa vám nedarí spustiť systém, aby ste sa dostali k poslednému syslogu (previous_syslog), musíte vstúpiť do menu zavádzača podržaním klávesu SHIFT počas štartu systému.
-V menu Ladenie zavádzača by ste mali nájsť položky Zobraziť syslog z predošlej relácie a Uložiť syslogz predošlej relácie. Prvá z nich zobrazí syslog na obrazovke, druhá z nich vám umožní uložiť ho ako súbor na disk. Pamätajte, že momentálne sú na ukladanie súboru podporované iba zväzky so súborovým systémom FAT32. Ak chcete použiť disk USB, ale zapojili ste ho príliš neskoro a nebol zatiaľ rozpoznaný, môžete reštartovať počítač a znovu vstúpiť do menu zavádzača. Pozn.: Vyhnite sa automatickému spusteniu akéhokoľvek operačného systému, inak sa dáta posledného syslogu môžu stratiť.

- -

index -Výstup ladenia na obrazovku

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Chyby hardvéru/ovládačov

-

Ak sa potýkate s chybou súvisiacou s hardvérom alebo ovládačom, mali by ste k hláseniu priložiť nasledovné informácie vo forme textových súborov:

- - - - - - - - -
- listdev Podrobný výpis vášho hardvéru vrátane dodávateľa a PCI ID, podobný ako lshw a lspci v Linuxe.
- listusb -v Za predpokladu, že sa problém týka USB, je podobný ako lsusb.
- open /var/log/syslog Primárny protokol systému, ktorý Haiku používa, podobný ladeniu na obrazovku počas štartu systému. Príkazom open môžete vystrihnúť relevantnú časť syslogu v textovom editore.
- listimage | grep drivers/ Vypíše všetky použité ovládače.
- ints Dostupné iba v rámci (KDL) Kernel Debugging Land (pozri vyššie). Zobrazuje použitie prerušení. Nemalo by sa vyskytovať mnoho takých, ktoré používajú viaceré zariadenia.
- Ladiaci výstup na obrazovke (voľba Bezpečný režim počas štartu systému).
- -

Prvé štyri príkazy sú zadané do Terminálu. Keď za príkaz pridáte > output.txt, výstup sa zapíše do textového súboru s názvom „output.txt“, ktorý môžete priložiť k vášmu hláseniu chyby alebo emailu.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/sk/wifi.html b/docs/welcome/welcome/sk/wifi.html deleted file mode 100644 index 5b5b9f5aea..0000000000 --- a/docs/welcome/welcome/sk/wifi.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - Wi-Fi - - - - - - - - -
-
-
Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
- -

Wi-Fi v Haiku

-

-index -Expected supported hardware

-

All of FreeBSD 8 wlan drivers should be working. Any PCMCIA, CardBus, ExpressCard, USB or ISA based cards will not work. Only PCI, miniPCI, PCI-Express, miniPci-Express and PCI-X are supposed to work.
-This includes: -

-
    -
  • aironetwifi supporting at least
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi supporting almost every chipset outthere (though no AR9285 chips)

  • -
  • broadcom43xx supporting
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 and BCM4318 -

  • -
  • ipw2100 supporting Intel Pro Wireless 2100 chips

  • -
  • iprowifi2200 supporting Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 supporting Intel Pro Wireless 3945 chips

  • -
  • iprowifi4965 supporting Intel Pro Wireless 4965 chips

  • -
  • marvell88w8335 supporting
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 supporting the 88W8363 chips

  • -
  • ralinkwifi supporting
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 supporting Ralink RT2860

  • -
  • wavelanwifi supporting at least
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Connecting to a wireless network

-

Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.

-

You can list available networks, join and leave them with the command ifconfig from Terminal:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.

-

Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.

-

Listing wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joining unsecured wireless network:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joining WEP secured wireless network: (ascii password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Joining WEP secured wireless network: (64-bit hex password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Leaving a wireless network:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Automatically connecting to a wireless network

-

To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:

-
network wifitopia {
-   password mypassword
-}
-

If you don't create this configuration file, the system will connect to the first unencrypted network it finds.

-

WEP notes

-
    -
  • 64-bit WEP uses a 40-bit key, which means 5 text characters or 10 hex digits
  • -
  • 128-bit WEP uses a 104-bit key, which means 13 text characters or 26 hex digits
  • -
  • hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
  • -
-

-index -Šifrovanie WPA

-

At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.

-

-index -install-wifi-firmwares.sh

-

To install the firmware for Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run

-
install-wifi-firmwares.sh
-
-

The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

-

People building their own Haiku image can modify their build/jam/UserBuildConfig accordingly. Details for that and general updates on the wifi topic are found at the online version of this document.

-

If you have to download the firmware, but don't have a working internet connection under Haiku, the online version offers a shell script, which will create a zip file for you to extract to Haiku's /boot. After that you'll have all files needed by install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/sv_SE/bugreports.html b/docs/welcome/welcome/sv_SE/bugreports.html deleted file mode 100644 index d6dbb41b0e..0000000000 --- a/docs/welcome/welcome/sv_SE/bugreports.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - Buggrapportering - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Index
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Buggrapportering

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

För att behålla vårt bugghanteringssystem effektivt är det viktigt att följa vår etikett för buggrapportering.

- -

index -Skapa ett Trac-konto

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Skapa en buggrapport

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Programbuggar

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Serverbuggar

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Buggar i kärnan

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Systemloggen

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hårdvara/drivrutinsbuggar

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/sv_SE/wifi.html b/docs/welcome/welcome/sv_SE/wifi.html deleted file mode 100644 index eda7598a87..0000000000 --- a/docs/welcome/welcome/sv_SE/wifi.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
- -

Wifi i Haiku

-

-index -Hårdvara som förväntas fungera

-

Haiku har inbyggt stöd för alla trådlösa enheter som finns i FreeBSD 8. PCMCIA, CardBus, ExpressCard, USB eller ISA-baserade kort stöds inte. Endast PCI, miniPCI, PCI-Express, miniPCI-Express och PCI-X skall fungera.
Detta inkluderar:

-
    -
  • aironetwifi stöder åtminstone
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi stöder nästan alla tillgängliga chipset (dock inte AR9285)

  • -
  • broadcom43xx stöder
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 och BCM4318 -

  • -
  • ipw2100 stöder Intel Pro Wireless 2100

  • -
  • iprowifi2200 stöder Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 stöder Intel Pro Wireless 3945

  • -
  • iprowifi4965 stöder Intel Pro Wireless 4965

  • -
  • marvell88w8335 stöder
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 stöder 88W8363

  • -
  • ralinkwifi stöder
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 stöder Ralink RT2860

  • -
  • wavelanwifi stöder åtminstone
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Ansluta till trådlösa nätverk

-

Haiku har - utöver okrypterade nätverk - preliminärt stöd för att ansluta till trådlösa nätverk med WEP kryptering. WEP är en tidig krypteringsmetod och därmed inte den säkraste.

-

Du kan se tillgängliga nätverk, ansluta och koppla ner med kommandot ifconfig via Terminalen:

-
ifconfig [sökväg_till_wifi_enhet] [list|join|leave] (nyckel)
-

Du kan se din sökväg_till_wifi_enhet i inställningar för Nätverk, eller genom att köra ifconfig -a.

-

Nedan finns några exempel för hur man ansluter till ett trådlöst nätverk med namnet wifitopia. För dessa exempel antar vi att ditt trådlösa nätverkskort är /dev/net/iprowifi3945/0.

-

Lista trådlösa nätverk:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Ansluta till ett okrypterat trådlöst nätverk:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Ansluta till ett WEP krypterat trådlöst nätverk: (med ett ascii lösenord)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mitt_lösenord
-

Ansluta till ett WEP krypterat trådlöst nätverk: (64-bitars hexadecimalt lösenord)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Koppla ifrån ett trådlöst nätverk:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Ansluta automatiskt till ett trådlöst nätverk

-

För att ansluta till ett nätverk vid varje uppstart kan du specifiera namnet på ditt trådlösa nätverk och lösenord i /boot/common/settings/network/wireless_networks med följande format:

-
network wifitopia {
-   password mitt_lösenord
-}
-

Om du inte skapar denna konfigurationsfil så kommer Haiku att ansluta till det första okrypterade nätverket som hittas.

-

WEP kommentarer

-
    -
  • 64-bitars WEP använder en 40-bitars nyckel, vilket betyder 5 bokstäver eller 10 hexadecimala siffror.
  • -
  • 128-bitars WEP använder en 104-bitars nyckel, vilket betyder 13 bokstäver eller 26 hexadecimala siffror.
  • -
  • hexadecimala siffror = siffrorna 0-9 samt A till och med F (med "0x" i början)
  • -
-

-index -WPA kryptering

-

För tillfället finns inte WPA kryptering tillgängligt i Haiku, även om det det har gjorts ansträngningar som har fört det allt närmare.

-

-index -Skriptet install-wifi-firmwares.sh

-

För att installera mikroprogramvaran för Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx och Marvell 88W8335 behöver du köra skriptet:

-
install-wifi-firmwares.sh
-
-

Intel ipw2100 och iprowifi22xx kan installeras utan en internetanslutning eftersom licensvilkoren tillåter Haiku att distribuera mikroprogramvaran. Dock krävs det att användaren godkänner licensvilkoren innan installationen. För Broadcom 43xx och Marvell 88W8335 krävs en internetanslutning eftersom respektive mikroprogramvara inte får distribueras med Haiku.

-

Personer som bygger egna Haiku avbilder kan modifiera deras build/jam/UserBuildConfig därefter. Detaljer för detta och generella uppdateringar i ämnet wifi finns på detta dokument på internet.

-

Om du behöver ladda ner mikroprogramvaran men saknar en fungerande internetanslutning i Haku så erbjuder internetversionen ett skalskript som hämtar de filer som behövs och sparar det i en komprimerad fil. FIlen skall packas upp till Haiku's /boot katalog. Efter det kommer du att ha alla filer som du behöver för att använda install-wifi-firmwares.sh skriptet.

-
-
- - - - - diff --git a/docs/welcome/welcome/uk/bugreports.html b/docs/welcome/welcome/uk/bugreports.html deleted file mode 100644 index 84b2705c84..0000000000 --- a/docs/welcome/welcome/uk/bugreports.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - Reporting bugs - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
Getting a Trac account
- Creating a bug report
- Application bugs
- Server bugs
- Kernel bugs
- Kernel Debugging Land - KDL
- Syslog
- On screen debug output
- Hardware/Driver bugs
- What's next?
- -

Reporting bugs

- -

Since our developers are unable to test every hardware combination, nor every different way of interacting with the operating system, we are relying on users to give us some input on how things work at their end. Since Haiku is still quite young, it's very likely that you will encounter bugs. We thank you for taking the time to report these. Together we can improve Haiku, bit by bit.

-

To keep our bugtracker effective, it's essential to abide by the Bug Tracker Etiquette.

- -

index -Getting a Trac account

-

To file a ticket, you need to have an account at Haiku's Bugtracker.
-When creating a new account, be certain to provide your email address as it is necessary to obtain basic ticket modification privileges. Be sure to check your spam folder shortly afterwards, as the all important verification mail often ends up there.

- -

index -Creating a bug report

-

Before reporting a bug, please make sure that it does not yet exist. You can also use the search function for this.
-After you have established that it's a unique bug, make your information as accurate as possible:

-
    -
  • Attempt to reproduce your issue on the current revision of Haiku. Pre-built images for testing purposes are  available online.

  • -
  • Include basic information such as how you are testing Haiku (on real hardware, on VMWare, on QEMU, etc.).

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • Describe the problem you are experiencing. Try to be as accurate as you can: describe the actual behavior, and the behavior you expected.

  • -
  • Describe what steps you need to perform in order to expose the bug. This will help developers reproduce the bug.

  • -
  • Attach as much information as you have. If it is a GUI bug, or a bug in one of the applications, try to take a screenshot by pressing the PRINT key.

  • -
- -

index -Application bugs

-

When an application crashed, you should invoke the debugger from the alert that pops up. This will open a Terminal window with gdb (the GNU debugger) running in it. Entering bt, you create a "backtrace" that you should copy in its entirety (including the part before you entered the bt command) and attach it to the ticket.

- -

index -Server bugs

-

When vital servers like the app server, the registrar or the input server crash, you won't see the usual crash alert. Instead the whole screen will be cleared white and a gdb session will be started, its output appearing directly on screen. Likely you will still be able to move the mouse, which will overwrite the white and gdb output on screen. Applications still running (like ProcessController or the clock in the Deskbar) might also draw over the debugger output on screen.
-Besides everything being more ugly and inconvenient, basically the same applies as for application bugs. Most importantly procure a back trace (bt command). You may need to take a picture of the screen with a digital camera, since you won't be able to copy the text anywhere.

- -

index -Kernel bugs

-

Kernel bugs are usual the ones with the most severe effects while at the same time being the hardest to debug. There are different kinds of symptoms, which most likely point to a kernel or driver issue:

-
    -
  • The system enters kernel debugging land (KDL) on its own volition. The upper part of the screen is cleared white and several lines of text are printed on it. The second line says "Welcome to Kernel Debugging Land...", the one above it states the immediate reason for entering KDL.

  • -
  • The system reboots spontaneously.

  • -
  • The system freezes completely. You can't move the mouse and no application draws anything anymore. An important test in that situation is, whether you still can enter KDL via the shortcut ALT SysReq D (SysReq being PRINT on most keyboards). Wait at least a minute to see, if anything happens.

  • -
  • The system doesn't boot up correctly. It may reboot spontaneously or stop at some point (e.g. at some icon of the boot screen). In the latter case also try ALT SysReq D.

  • -
  • The whole system or some piece of hardware doesn't behave correctly. For example, it could be very slow, errors occur, or something doesn't work at all. If some hardware doesn't work at all, the first obvious check is whether Haiku supports it at all at the moment (e.g. ask on a mailing list or a forum).

  • -
-

Note that while only the last point seems to indicate hardware relation, all the other symptoms could be caused by a bug in a hardware driver as well. If you have a suspicion what piece of hardware or corresponding driver might have to do with the problem, check whether removing/disabling the hardware or the driver makes a difference. For example, if you suspect Wifi you may find that your BIOS has an option to disable it. Or if not, you could blacklist the responsible Wifi driver from your Haiku installation (see Boot Loader).

- -

index -Kernel Debugging Land - KDL

-

If the system hasn't entered KDL by itself, you can do that intentionally by invoking the keyboard shortcut ALT SysReq D.
-Note that in KDL your keyboard may not work. PS/2 keyboards always do, USB keyboards connected via UHCI controllers do only, if one has entered KDL via the keyboard shortcut at least once. USB OHCI is not supported at the moment.

-

KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest:

- - - - - -
bt (aka sc) Prints a back trace. If the system entered KDL on its on volition, always enter that one.
ints Shows the handled and unhandled hardware interrupts.
co (aka continue) Leaves the kernel debugger and continues normal operation of the system, if that is possible.
reboot Reboots the system immediately. You will lose all unsaved data and even those that have been saved, but have not yet been written back to disk.
-

For more information, see the article Welcome to Kernel Debugging Land.

-

The KDL output is written to the serial port (if you have one, a respective cable, and a second computer to connect with, you can capture the output there via a terminal program) and to the syslog. If you can't leave KDL it won't be written to the syslog file, though. There's a boot loader debug option that allows you to capture it nonetheless (see below).

-

You can generate QR codes from KDL output that can then be converted to text using smartphones or similar devices. See the blog post QR Encode your KDL Output on how to get data out of KDL using that feature.

- -

index -Syslog

-

This is the preferred method for gaining information from a non-booting system.
-The syslog (short for system log) contains valuable information about what has happened in your system, including the output of KDL sessions. It's usually a good idea to attach it to the kernel related Trac ticket. The syslog is written to the file /boot/system/var/log/syslog. Since writing to a file requires a working system, the most recent output might not have made it to the syslog when a kernel problem occurs (particularly on spontaneous reboots or uncontinuable KDL sessions).

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -On screen debug output

-

The on-screen debug output is useful only for debugging very specific issues and is known to have (timing) issues. Don't use it, if you don't have to.
-This is only relevant when Haiku fails to boot on your machine and the Debug syslog option doesn't work for some reason. Before the Haiku boot logo appears, hold SHIFT to enter the boot loader menu. Select Select safe mode options. Near the bottom, [ ] Enable on screen debug output will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.)
-Finally select Return to main menu and then Continue booting.
-One or more pages of text will display on the screen, only the last few lines need to be included on your ticket. There's more information on the Boot Loader.

- -

index -Hardware/Driver bugs

-

When dealing with a hardware/driver related bug, you should attach the following information as text files:

- - - - - - - - -
- listdev A detailed listing of your hardware, including vendor and pci id's, similar to Linux' lshw and lspci.
- listusb -v Assuming its a USB related issue, similar to lsusb.
- open /var/log/syslog The primary system log used by Haiku, akin to on screen debugging during boot. With the open command you can crop down the relevant part of the syslog in a text editor.
- listimage | grep drivers/ Lists all used drivers.
- ints Only available within Kernel Debugging Land (see above). Shows interrupt usage. There shouldn't be too many that are shared by different devices.
- On screen debug output (a safe mode boot time option).
- -

The first four commands are entered into Terminal. Add a > output.txt after a command, and it's piped into a text file called "output.txt" that you can attach to your bug report or email.

- -

index -

-

After the bug has been reported, a developer will look at your bug and try to classify it. Remember, we are all volunteers, and as such, sometimes a bug report might go unanswered for a while. Adding new information when it becomes available usually helps getting a bug picked up quicker, but do not try to 'bump' the bug up by adding -non-descriptive comments.

-

Remember, reporting a bug is not something you spend a little time on and then you are done. If you reported a bug, then you are part of the Haiku development process. Developers might come up with questions while they are trying to fix your bug. Please stay around to answer these. Consider your participation 'done' when the bug is marked -as 'fixed'.

- -
-
- - - - - diff --git a/docs/welcome/welcome/uk/wifi.html b/docs/welcome/welcome/uk/wifi.html deleted file mode 100644 index f3db14876e..0000000000 --- a/docs/welcome/welcome/uk/wifi.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - Wifi - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- -

Wifi in Haiku

-

-index -Expected supported hardware

-

All of FreeBSD 8 wlan drivers should be working. Any PCMCIA, CardBus, ExpressCard, USB or ISA based cards will not work. Only PCI, miniPCI, PCI-Express, miniPci-Express and PCI-X are supposed to work.
-This includes: -

-
    -
  • aironetwifi supporting at least
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi supporting almost every chipset outthere (though no AR9285 chips)

  • -
  • broadcom43xx supporting
    -BCM4301, BCM4306, BCM4307, BCM4309, BCM4311, BCM4312 and BCM4318 -

  • -
  • ipw2100 supporting Intel Pro Wireless 2100 chips

  • -
  • iprowifi2200 supporting Intel Pro Wireless
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 supporting Intel Pro Wireless 3945 chips

  • -
  • iprowifi4965 supporting Intel Pro Wireless 4965 chips

  • -
  • marvell88w8335 supporting
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 supporting the 88W8363 chips

  • -
  • ralinkwifi supporting
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 supporting Ralink RT2860

  • -
  • wavelanwifi supporting at least
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -Connecting to a wireless network

-

Besides of course unencrypted networks, Haiku has preliminary support for accessing wireless networks via WEP encryption keys. WEP is an early encryption method, although not the most secure.

-

You can list available networks, join and leave them with the command ifconfig from Terminal:

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

You can find your wifi_device_path in the Network preferences applet, or by executing ifconfig -a.

-

Below are a few examples of connecting to a wireless network named wifitopia. For these examples we are assuming your wifi network card is /dev/net/iprowifi3945/0.

-

Listing wireless networks:

-
ifconfig /dev/net/iprowifi3945/0 list
-

Joining unsecured wireless network:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

Joining WEP secured wireless network: (ascii password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

Joining WEP secured wireless network: (64-bit hex password)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

Leaving a wireless network:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -Automatically connecting to a wireless network

-

To make your system connect to a given SSID at each boot automatically, you can specify your wireless networks and passwords in /boot/common/settings/network/wireless_networks with the following format:

-
network wifitopia {
-   password mypassword
-}
-

If you don't create this configuration file, the system will connect to the first unencrypted network it finds.

-

WEP notes

-
    -
  • 64-bit WEP uses a 40-bit key, which means 5 text characters or 10 hex digits
  • -
  • 128-bit WEP uses a 104-bit key, which means 13 text characters or 26 hex digits
  • -
  • hexadecimal digits = characters 0-9 and A through F (prepended with "0x" in ifconfig)
  • -
-

-index -WPA encryption

-

At the moment there is no WPA encryption available in Haiku, though there have been some efforts bringing it significantly closer.

-

-index -install-wifi-firmwares.sh

-

To install the firmware for Intel ipw2100, Intel iprowifi2200/2225/2915, Broadcom 43xx & Marvell 88W8335, you need to run

-
install-wifi-firmwares.sh
-
-

The Intel ipw2100 and iprowifi22xx will install without an internet connection, as the licensing terms allow Haiku to distribute the original firmware archives. However, they do require acknowledgment by the end-user prior to their installation. The Broadcom 43xx and Marvell 88W8335 will require an active internet connection, as the files containing their respective firmwares cannot be distributed with Haiku.

-

People building their own Haiku image can modify their build/jam/UserBuildConfig accordingly. Details for that and general updates on the wifi topic are found at the online version of this document.

-

If you have to download the firmware, but don't have a working internet connection under Haiku, the online version offers a shell script, which will create a zip file for you to extract to Haiku's /boot. After that you'll have all files needed by install-wifi-firmwares.sh.

-
-
- - - - - diff --git a/docs/welcome/welcome/welcome_ca.html b/docs/welcome/welcome/welcome_ca.html deleted file mode 100644 index 94716a82e9..0000000000 --- a/docs/welcome/welcome/welcome_ca.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Benvingut al Haiku! - - - - - - - - -
-
-
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
- - - - -
Índex
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Benvingut al Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-index -Atenció amb els Errors de programació

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
We discourage using alpha versions as a production system. Your data could very well be altered, mangled or downright destroyed.
- -

One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.

- - -

-index -Conegueu el sistema

-

The first release(s) of Haiku will be very much like the BeOS R5, the operating system it is reimplementing. If you never experienced it, have a look at these links:

- - -

-index -Instal·leu més programari

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -El wifi al Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Coneixeu l'API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-index -Com contactar

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_de.html b/docs/welcome/welcome/welcome_de.html deleted file mode 100644 index 3cfac01906..0000000000 --- a/docs/welcome/welcome/welcome_de.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Willkommen zu Haiku! - - - - - - - - -
-
- - - - -
Index
- Willkommen zu Haiku!
- Achtung, Bugs!
- Das System kennenlernen
- Software installieren
- WLAN in Haiku
- Die API kennenlernen
- Kontakte knüpfen -
- -

-Willkommen zu Haiku!

-

Danke, für das Interesse an Haiku! Wir hoffen, dass wir durch die vierte öffentliche Version neue Entwickler für unser Projekt begeistern können und Anwendern die Möglichkeit geben, Haiku kennenzulernen. Natürlich ist diese Alpha Version noch nicht vollständig oder gar fehlerfrei, und sie erfüllt auch noch nicht die Ziele, die wir uns selbst gesteckt haben. Sie zeigt jedoch warum wir uns in diesem Projekt so engagieren und es ermöglicht anderen, das große Potential von Haiku zu erkunden.

-

Auf der Projektseite Haiku-os.org finden sich immer die neuesten Ankündigungen und Entwicklungen.

- -

-index -Achtung, Bugs!

-

Wir haben uns sehr bemüht eventuell schwerwiegende Fehler zu beseitigen. Da es sich aber trotz allem um eine Alpha-Version handelt, kann man davon ausgehen, dass noch genügend unentdeckte Fehler vorhanden sind.

-
Diese Alpha-Version sollte nicht für wirklich kritische Aufgabe verwendet werden! Obwohl unwahrscheinlich, kann Datenverlust nicht ausgeschlossen werden!
- -

Einer der Hauptgründe für diese Alpha-Version ist, das System möglichst vielen Leuten zum Testen anbieten zu können. Nur so ist es möglich, alle Fehler zu finden und Verbesserungsvorschläge zu erhalten. Deshalb sollte nicht gezögert werden, Fehler auch im Bug Tracker zu melden (nachdem man dessen Suchfunktion benutzt hat, um Doppeleinträge zu vermeiden).

- - -

-index -Das System kennenlernen

-

Zumindest zu Beginn wird sich Haiku sehr eng an sein Vorbild BeOS R5 halten. Insbesondere wer mit diesem Betriebssystem keine Erfahrungen sammeln durfte, seien diese Links empfohlen:

- - -

-index -Software installieren

-

Ein Großteil der vorhandenen Software kann mit der mit Haiku kommenden HaikuDepot Anwendung heruntergeladen und installiert werden.
-Da Haiku sowohl binärkompatibel als auch code-kompatibel mit BeOS ist, laufen viele BeOS-Anwendungen auch direkt in Haiku. Die meisten von ihnen wurden für Haiku passend neu gepackt oder funktionieren auch ohne Änderungen. Weitere Informationen zur Installation neuer Anwendungen finden sich im Kapitel Anwendungen im Haiku User Guide.

- -

Neben HaikuDepot existieren auch noch andere Software-Archive:

- - -

-index -WLAN in Haiku

-

Haiku unterstützt neben unverschlüsselten Funknetzwerken auch mittels WPA/WPA2 und WEP gesicherte Verbindungen. Wegen verschiedener Lizenzbedingungen der unterschiedlichen Hardware-Hersteller, ist gegebenenfalls eine manuelle Installation von Firmware nötig. Mehr Information zu unterstützter Hardware, Installieren von Firmware und wie man eine WLAN-Verbindung herstellt, finden sich im Workshop: Funknetzwerke nutzen des Haiku User Guides.

- -

-index -Die API kennenlernen

-

Da Haiku eine Reimplementierung des BeOS R5 ist, sind die API die gleichen (mit einigen Erweiterungen). Deshalb ist die Dokumentation im Be Book immer noch eine hilfreiche Quelle. Dankenswerterweise hat die Firma ACCESS, die alle Rechte von Be Inc. übernommen hat, einer Veröffentlichung des Be Book zugestimmt.
-Abweichungen von der BeOS API und Haiku-spezifische Erweiterungen werden im Haiku Book gesammelt.

- -

Diese Informationen sollten einen guten Einstieg in die Materie vermitteln:

- - -

-index -Kontakte knüpfen

-

Um sich mit anderen Entwicklern und Anwendern auszutauschen, kann man an Diskussionen im IRC (#haiku), in den Foren oder auf Mailinglisten teilnehmen. Wie üblich, wenn sich mehrere Menschen unterhalten, sollte eine gewisse Etikette eingehalten werden.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_en.html b/docs/welcome/welcome/welcome_en.html deleted file mode 100644 index 30ebda8542..0000000000 --- a/docs/welcome/welcome/welcome_en.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - Welcome to Haiku! - - - - - - - - -
-
- - - - -
Index
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Welcome to Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-index -Beware of Bugs

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
We discourage using alpha versions as a production system. Your data could very well be altered, mangled or downright destroyed.
- -

One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.

- - -

-index -Getting to know the system

-

The first release(s) of Haiku will be very much like the BeOS R5, the operating system it is reimplementing. If you never experienced it, have a look at these links:

- - -

-index -Installing more software

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -Wifi in Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Getting to know the API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-index -Getting in contact

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_es.html b/docs/welcome/welcome/welcome_es.html deleted file mode 100644 index ba5ad27c0a..0000000000 --- a/docs/welcome/welcome/welcome_es.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - ¡Bienvenido a Haiku! - - - - - - - - -
-
-
La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.
- - - - -
Index
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-¡Bienvenido a Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-index -Cuidado con los fallos

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
No se recomienda el uso de versiones alfa como sistemas de producción. Su información bien podría alterarse, estropearse o destruirse en algún momento.
- -

Una de las razones principales para liberar una versión alpha es atraer a mucha gente para probar el sistema y descubrir fallos o darnos sugerencias para futuras mejoras. Por favor, archive los fallos y mejoras en nuestro bug tracker después de utilizar su sistema de búsqueda para evitar duplicados.

- - -

-index -Habituándose al sistema

-

Las primeras versiones de Haiku serán muy similares a BeOS R5, el sistema operativo que está recreando. Si nunca lo ha probado, puede mirar estos enlaces:

- - -

-index -Instalar más software

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -Wifi en Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Habituándose a la API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-index -Ponerse en contacto

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_fi.html b/docs/welcome/welcome/welcome_fi.html deleted file mode 100644 index cbd2d6ed10..0000000000 --- a/docs/welcome/welcome/welcome_fi.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - Tervetuloa Haikuun! - - - - - - - - -
-
-
Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
- - - - -
Hakemisto
- Tervetuloa Haikuun!
- Varo ohjelmistovikoja
- Järjestelmään tutustuminen
- Lisäohjelmistojen asentaminen
- Wifi-verkot Haikussa
- Tutustuminen sovellusohjelmointirajapintaan
- Yhteydenotot
- -

-Tervetuloa Haikuun!

-

Kiitoksia oikein paljon, että latasit Haiku-käyttöjärjestelmän! Tämä on neljäs julkinen julkaisumme. Toivomme houkuttelevamme uusia kehittäjiä hankkeeseemme ja antavamme tuleville käyttäjillä mahdollisuuden tutustua Haikuun. Tiedämme, että tämä alfa-julkaisu ei vielä täytä niitä odotuksia, jotka olemme asettaneet itsellemme ja se ei tarjoa kaikkia ominaisuuksia ja lopullisen R1-version täysiä käyttäjäkokemuksia. Toivomme kuitenkin, että tämä julkaisu antaa sinulle mahdollisuuden löytää Haikun suuren potentiaalin ja että jaat meidän innostuksemme.

-

Vieraile projektimme kotisivulla Haiku-os.org saadaksesi viimeisimmät uutiset ja tiedonannot.

- -

-index -Varo ohjelmistovikoja

-

Olemme työskennelleet kovasti korjataksemme potentiaalisesti kriittiset viat, mutta kuitenkin tämä on ohjelmiston alfa-julkaisu, ja siinä on jäljellä runsaasti löytämättömiä vikoja

-
Emme suosittele käyttämään alfa-versioita tuotantojärjestelmänä. Tietosi voivat aivan hyvin muuttua, vääristyä tai suorastaan tuhoutua.
- -

Yksi pääsyy alfa-versioiden julkaisemiseen on houkutella lisää ihmisiä järjestelmän testaamiseen ja vikojen havaitsemiseen tai tarjota ehdotuksia tulevista laajennuksista. Ilmoita vioista ja laajennuksista vikaseuraajajärjestelmässämme sen jälkeen kun olet käyttänyt sen etsintätoimintoa kaksoiskappaleilmoitusten estämiseksi.

- - -

-index -Järjestelmään tutustuminen

-

Haikun ensimmäiset julkaisut ovat paljolti kuin BeOS R5, käyttöjärjestelmän uudelleentoteutus. Jos et ole koskaan kokenut sitä, vilkaise näitä linkkejä:

- - -

-index -Lisäohjelmistojen asentaminen

-

Useimmat saatavilla olevat ohjelmistot voidaan ladata ja asentaa HaikuDepot-sovelluksella, joka tulee Haikun mukana.
-Binaari- ja lähdekoodiyhteensopivuuden vuoksi monia BeOS-sovelluksia voidaan suorittaa Haikussa. Monet niistä on pakattu uudelleen Haikua varten tai ne suoritetaan yhä muokkaamattomina. Löydät lisätietoja uusien ohjelmien asentamisesta käyttöoppaan kappaleesta Sovellukset.

- -

HaikuDepot:in lisäksi suosittuja ohjelmistovarastoja ovat:

- - -

-index -Wifi-verkot Haikussa

-

Haiku tukee langattomia verkkoja, jotka on WPA-/WPA2- tai WEP-salattuja ja tietysti avoimia, salaamattomia yhteyksiä. Eri toimittajien useista erilaisista lisenssointikäytännöistä johtuen käyttäjiltä vaaditaan mikro-ohjelmistokoodin manuaalista asentamista. Löydät lisätietoja tuetuista laitteista, mikro-ohjelmistoasennuksista ja kuinka liitytään langattomaan verkkoon Haikun Käyttäjäopasteesta Työpaja: Langaton verkko.

- -

-index -Tutustuminen sovellusohjelmointirajapintaan

-

Koska Haiku on uudelleentoteutus, sovellusohjelmointirajapinta (API) on yhä sama kuin BeOS R5 (joillakin lisäyksillä). Siksi dokumentaation Be-kirjassa on yhä kelvollinen resurssi. Kiitos ACCESS-yhtiön, joka omistaa entisen Be Inc. -yhtiön immateriaalioikeudet, meidän on lupa tarjota Be-kirjan kopio.
-Poikkeavuudet BeOS API:sta ja Haiku-kohtaiset lisäykset on kerätty Haiku-kirjaan.

- -

Joitakin lisäresursseja, joiden pitäisi auttaa aloittamisessa:

- - -

-index -Yhteydenotot

-

Hakeudu yhteyteen muiden kehittäjien ja käyttäjien kanssa ja liity keskusteluihin IRC-kanavalla (#haiku), foorumeillamme tai sähköpostilistoilla. Kun monet eri ihmiset tulevat yhteen, on perustettu sääntöjä viestinnän pitämiseksi tehokkaana. Kunnioita meidän Sähköpostilistaetikettiämme.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_fr.html b/docs/welcome/welcome/welcome_fr.html deleted file mode 100644 index 50e49ed184..0000000000 --- a/docs/welcome/welcome/welcome_fr.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - Bienvenue sur Haiku ! - - - - - - - - -
-
-
Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
- - - - -
Index
- Bienvenue sur Haiku !
- Attention aux bogues
- Comment se familiariser avec le système
- Installer plus de logiciels
- Le wifi dans Haiku
- Apprendre à connaître l'API
- Rester en contact -
- -

-Bienvenue sur Haiku !

-

Merci beaucoup d’essayer Haiku ! Voici notre quatrième version publique. Nous espérons encourager de nouveaux développeurs à nous rejoindre et donner aux futurs utilisateurs la possibilité d’essayer Haiku. Nous sommes conscients que cette version alpha ne remplit pas tous les objectifs que nous nous sommes fixés et ne fournit pas toutes les fonctionnalités et l’expérience utilisateur attendues pour la version R1 finale. Néanmoins, nous espérons que cette version (même inachevée) vous permettra de découvrir le potentiel de Haiku et de partager notre enthousiasme.

-

Visitez le site de notre projet Haiku-os.org pour rester informé des dernières évolutions.

- -

-index -Attention aux bogues

-

Nous avons travaillé dur pour résoudre les bogues critiques du système. Néanmoins, Haiku n'étant qu'au stade d'une version alpha, beaucoup n'ont pas encore été découverts.

-
Nous déconseillons l'utilisation des versions Alpha en tant que système pour travailler sur des fichiers/projets/travaux personnels. Les données que vous manipulez pourraient être altérées, corrompues ou tout simplement détruites.
- -

La sortie d'une version alpha a pour objectif de faire découvrir et tester le système par d'avantage de personnes, afin de trouver les bogues présents et d'obtenir des suggestions d'améliorations futures. Veuillez rapporter d'éventuels bogues et suggestions sur notre traqueur de bogues après avoir utilisé sa fonction de recherche pour éviter les doublons.

- - -

-index -Comment se familiariser avec le système

-

Les premières versions de Haiku auront une apparence et des fonctionnalités proches de celles de BeOS R5, le système d'exploitation qu'il tente de ré-implémenter. Si vous ne l'avez jamais essayé, jetez un œil à ces liens :

- - -

-index -Installer plus de logiciels

-

La plupart des logiciels disponible peuvent être téléchargés et installés avec l'application HaikuDepot qui est fournie avec Haiku.
Du fait de sa la compatibilité des binaires et des sources, la plupart des applications BeOS tournent sur Haiku. Beaucoup d'entre elles ont été ré-empaquetées pour Haiku ou tournent parfaitement, même sans modification. Vous trouverez plus d'informations sur l'installation de nouveaux programmes dans le guide de l'utilisateur, au chapitre Applications.

- -

Voici quelques sites populaires référençant un certain nombre de logiciels populaires :

- - -

-index -Le wifi dans Haiku

-

Haiku gère les réseaux sans fil cryptés en WPA/WPA2 ou WEP et bien sûr les réseaux ouverts non chiffrés. En raison de plusieurs politiques d'octroi de licences de différents fabricants de matériels, une étape manuelle peut-être nécessaire pour installer le firmware. Vous trouverez plus d'informations sur le matériel pris en charge, l'installation du firmware et comment adhérer à un réseau sans fil dans le Guide de l'utilisateur de Haiku Atelier : Réseaux sans-fils.

- -

-index -Apprendre à connaître l'API

-

Comme Haiku est une ré-implémentation, l'API est encore la même que celle de BeOS R5 (avec quelques ajouts). -Par conséquent, la documentation du BeBook est toujours valable. Nous remercions ACCESS, qui détient les droits de propriété de l'ancien Be Inc, de nous autoriser à fournir une copie du BeBook.
-Les écarts par rapport à l'API BeOS et les ajouts spécifiques à Haiku sont collectés dans le livre Haiku.

- -

Quelques ressources sont susceptibles de vous aider à commencer :

- - -

-index -Rester en contact

-

Entrez en contact avec les autres développeurs et utilisateurs, participez aux discussions sur IRC (#haiku pour le webchat), dans nos forums ou les listes de diffusion. -Quand beaucoup de gens différents se rencontrent, des règles doivent êtres établies pour maintenir une communication efficace. Veuillez respecter -l'étiquette de notre liste de diffusion.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_hu.html b/docs/welcome/welcome/welcome_hu.html deleted file mode 100644 index a5368d810c..0000000000 --- a/docs/welcome/welcome/welcome_hu.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Üdvözöl a Haiku! - - - - - - - - -
-
- - - - -
Index
- Üdvözöl a Haiku!
- Előfordulhatnak hibák
- A rendszer megismerése
- Új programok telepítése
- Wifi Haiku alatt
- A felület megismerése
- Kapcsolat -
- -

-Üdvözöl a Haiku!

-

Köszönjük, hogy kipróbálod a Haiku legújabb hivatalos kiadását. Reméljük, hogy találunk újabb fejlesztőket és felhasználókat, akik tesztelik a szoftvert. Tisztában vagyunk azzal, hogy ez csak egy alfa-verziójú kiadás, ami nem teljesen életképes és nem tartalmaz minden, az R1-es verzióban várható programot és funkciót. Mindazonáltal reméljük, hogy ez a kiadás lehetőséget nyújt a Haiku megismeréséhez, és megmutatja a benne rejlő lehetőségeket.

-

Kérjük látogass el a project oldalára (Haiku-os.org) a legfrissebb hírek és információk miatt.

- -

-index -Előfordulhatnak hibák

-

Keményen dolgozunk azon, hogy minden lehetséges hibát felderítsünk, és kijavítsunk. Alfa-állapotú szoftver révén több felderítetlen hiba is adódhat.

-
Nem ajánljuk, hogy produktívan használj egy alfa-állapotú szoftvert. Komoly adatveszteséggel járhat.
- -

Azért adunk ki alfa-állapotú szoftvert, hogy minél többen teszteljék, és minél több hibára derüljön fény, illetve hogy javaslatokat kapjunk a további fejlesztéshez. Kérjük, hogy mielőtt jelentesz egy hibát, előtte próbálj rákeresni, hátha már valaki jelentette azt.

- - -

-index -A rendszer megismerése

-

A Haiku sok tekintetben hasonlít a BeOS R5-ös verziójára, ezért tekinthetjük a modern reinkarnációjának is. Ha eddig még nem találkoztál a rendszerrel, akkor ajánlom figyelmedbe a következő oldalakat:

- - -

-index -Új programok telepítése

-

A legtöbb program elérhető a Raktár-ból, mely a Haiku részét képezi. -A bináris kompatibilitás miatt sok BeOS-ra készült program futtatható Haiku-n. Közülük több is újra lett csomagolva a Haiku-nak megfelelően vagy eredeti formájában is használható. -További információk a Programok fejezetben.

- -

A Raktáron kívül az alábbi népszerű oldalakon is találunk programokat:

- - -

-index -Wifi Haiku alatt

-

A Haiku jelenleg a WPA/WPA2 és a WEP kódolású, és természetesen a kódolatlan hálózatokat támogatja. További információt találsz a támogatott eszközökről, konfigurálásról illetve csatlakozási módokról a felhasználó útmutatóban: Műhely: vezeték nélküli hálózat.

- -

-index -A felület megismerése

-

Mivel a Haiku a BeOS R5 reinkarnációja, a felhasználói felület nagyon hasonló, éppen ezért a Be könyv még mindig használható. Ezért köszönettel tartozunk az ACCESS cégnek, aki jelenleg az egykori Be Inc. jogainak a birtokosa.
-A Haiku könyv a Be köny átirata a Haiku-specifikus információkkal.

- -

Néhány hasznos oldal, ahol érdemes elindulni:

- - -

-index -Kapcsolat

-

Kapcsolatba léphetsz más fejlesztőkkel és felhasználókkal IRC csatornán keresztül (#haiku), a fórumunkon illetve a levelezőlistáinkon. Ha sok különböző ember összejön, akkor különféle szabályokat be kell vezetni. Kérjük, olvasd el a levelezőlista-illemtant.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_it.html b/docs/welcome/welcome/welcome_it.html deleted file mode 100644 index 1d37acf988..0000000000 --- a/docs/welcome/welcome/welcome_it.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Benvenuto in Haiku! - - - - - - - - -
-
-
La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
- - - - -
Index
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Benvenuto in Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-indice -Attento ai bug

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
Scoraggiamo l'uso di versioni alpha come sistemi di produzione. I tuoi dati potrebbero venire alterati, danneggiati o essere addirittura cancellati.
- -

Una delle principali ragioni per rilasciare una versione alpha è di attrarre più persone per testare il sistema e scoprire bug o per consigliare miglioramenti. Ti preghiamo di segnalarci bug e miglioramenti nel nostro bug tracker dopo aver usato il suo motore di ricerca interno per evitare duplicati.

- - -

-indice -Per conoscere il sistema

-

Le prime release di Haiku saranno molto simili al BeOS R5, il sistema operativo che sta re-implementando. Se non l'hai mai provato, dai un'occhiata a questi link:

- - -

-indice -Installare altre applicazioni

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-indice -Il Wifi in Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-indice -Per conoscere l'API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-indice -Entrare in contatto

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_jp.html b/docs/welcome/welcome/welcome_jp.html deleted file mode 100644 index 3d6942f415..0000000000 --- a/docs/welcome/welcome/welcome_jp.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - Haiku へようこそ! - - - - - - - - -
-
- - - - -
目次
- Haiku へようこそ!
- バグに注意
- システムを把握する
- ソフトウェアを追加する
- Haiku での Wifi
- API を理解する
- 連絡を取り合う -
- -

-Haiku へようこそ!

-

Haiku を選んでくれてとてもうれしいよ!これは私たちの 4 番目の公式リリースです。私たちは新しい開発者をプロジェクトに迎え入れて、将来のユーザーに Haiku を選択してもらう機会を与えたいと考えています。このアルファ版が私たちが設定した目標を完全に満たしているものではなく、すべての機能を提供しているわけではないと理解しています。また、幅広いエンドユーザー・エクスペリエンスによって最終的な R1 バージョンの計画を立てました。しかしながら、あなたがこのリリースで Haiku の素晴らしいポテンシャルに気づき、私たちの興奮を共有してくれることを願っています。

-

最新のニュースとお知らせは、私たちのプロジェクトのウェブサイト、Haiku-os.org にアクセスしてください。

- -

-index -バグに注意

-

私たち開発チームはできるだけ潜在的に重大なバグを修正することに努めています。しかし、これはアルファ版であるため、まだ見つかっていないたくさんのバグが残っているかもしれません。

-
私たちはアルファ版を実際の場面で使うことを望んではいません。あなたのデータは壊れたり、めちゃくちゃになったり、完全に破壊されたりするかもしれません。
- -

私たちがアルファ版をリリースした理由の一つに、もっとたくさんの人に Haiku を触ってもらい、システムのテストとバグの発見など、Haiku の向上を目指すというのがあります。バグを見つけた場合、バグトラッカーで検索してまだ報告されていなければ (重複を防ぐために) 報告していただけると助かります。

- - -

-index -システムを把握する

-

最初の Haiku のリリースは BeOS R5 の再実装のようになる予定ですが、まだ体験していないならこれらも見ると良いでしょう:

- - -

-index -ソフトウェアを追加する

-

ほとんどの利用可能なソフトウェアは、Haiku に付属のアプリケーション、HaikuDepot でダウンロードおよびインストールできます。
ほとんどの BeOS 向けアプリケーションは Haiku でもバイナリとソースコードの互換性から動作すると思われます。その多くは Haiku 用に再パッケージされているか、修正なしに動作します。新しいアプリケーションのインストールに関する追加の情報はユーザーガイドのアプリケーションの章に見つかります。

- -

HaikuDepot 以外の有名なソフトウェアレポジトリの一覧:

- - -

-index -Haiku での Wifi

-

Haiku は、WPA / WPA2 または WEP で暗号化されているワイヤレスネットワークと、当然、オープンで暗号化されていないワイヤレスネットワークをサポートしています。異なるハードウェアベンダーの様々なライセンスポリシーのため、ファームウェアインストールプロセスのマニュアルが必要となるでしょう。サポートされたハードウェア、ファームウェアのインストール、そしてワイヤレスネットワークへの接続方法についての詳しい情報は、ユーザーガイドのワークショップ: ワイヤレスネットワークで見つかるでしょう。

- -

-index -API を理解する

-

Haiku は再実装のため、API は BeOS R5 とまだ同じです (少しの追加があります)。そのため、Be Book にあるドキュメントはまだ有用な情報です。かつての Be Inc. の所有物の権利を持つ ACCESS に感謝します。私たちは Be Book のコピーを提供することを許可されました。
BeOS API から離れたところ、および Haiku 固有の追加事項は Haiku Book に集められています。

- -

以下は、始める際に手助けになるいくつかのドキュメントです。

- - -

-index -連絡を取り合う

-

IRC (webchat 上の #haiku) や私たちのフォーラム、メーリングリストでほかの開発者やユーザーと連絡や議論ができます。たくさんの人々が一緒に活動をするには、ルールにしっかりと準拠して行動をする必要があります。メーリングリストでのルールに準拠して行動をするようにお願いします。

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_pl.html b/docs/welcome/welcome/welcome_pl.html deleted file mode 100644 index a0652d9f1d..0000000000 --- a/docs/welcome/welcome/welcome_pl.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - Witamy w Haiku! - - - - - - - - -
-
-
Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
- - - - -
Spis treści
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Witamy w Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-index -Strzeż się błędów

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
Odradzamy używania wersji alpha na codzień. Twoje dane mogą zostać zmienione, zniekształcone lub po prostu zniszczone.
- -

One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.

- - -

-index -Getting to know the system

-

The first release(s) of Haiku will be very much like the BeOS R5, the operating system it is reimplementing. If you never experienced it, have a look at these links:

- - -

-index -Instalowanie oprogramowania

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -WiFi w Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Poznawanie API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-index -Getting in contact

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_pt_BR.html b/docs/welcome/welcome/welcome_pt_BR.html deleted file mode 100644 index 63a50ca38a..0000000000 --- a/docs/welcome/welcome/welcome_pt_BR.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Bem-vindo ao Haiku! - - - - - - - - -
-
-
A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
- - - - -
Índice
- Bem-vindo ao Haiku!
- Cuidado com os bugs
- Conhecendo o sistema
- Instalando mais software
- Wifi no Haiku
- Conhecendo a API
- Entrando em contato
- -

-Bem-vindo ao Haiku!

-

Muito obrigado por seu interesse no Haiku! Este é o nosso quarto lançamento ao público. Esperamos atrair novos desenvolvedores para o projeto e dar aos futuros usuários uma oportunidade de experimentar o sistema. Nós entendemos que este lançamento alpha ainda não atende completamente os objetivos que definimos e que não oferece todas as funcionalidades e suavidade de utilização para usuário-final planejadas para a versão R1 final. Contudo, esperamos que este lançamento lhe permita descobrir o grande potencial do Haiku e que você possa compartilhar de nosso entusiasmo.

-

Visite o site de nosso projeto Haiku-os.org para saber das últimas notícias e comunicados.

- -

-index -Cuidado com os bugs

-

Estivemos trabalhando duro para corrigir bugs potencialmente críticos, entretanto, por ser uma versão alfa, há margem para a existência de muitos ainda não descobertos.

-
Desencorajamos usar versões alfa como sistemas de produção. Seus dados podem ser seriamente alterados, corrompidos ou completamente destruídos.
- -

Uma das principais razões para lançar uma versão alfa é atrair mais pessoas para testar o sistema e descobrir falhas ou oferecer sugestões para futuras melhorias. Por favor relate erros e melhorias no nosso rastreador de erros somente após usar nossa ferramenta de pesquisa, para evitar duplicidade.

- - -

-index -Conhecendo o sistema

-

A primeira versão do Haiku será muito mais como o BeOS R5, o sistema operacional que está sendo reimplementado. Se você nunca o experimentou, dê uma olhada nestes vínculos:

- - -

-index -Instalando mais software

-

A maioria do software disponível pode ser baixado e instalado com o aplicativo Depósito Haiku, que vem com o Haiku.
-Por causa da sua compatibilidade de código e binária, muitos aplicativos BeOS executam no Haiku. Muitos deles foram reempacotados para o Haiku ou ainda executam sem modificações. Você encontrará mais informações sobre instalar novos programas no capítulo Aplicativos do guia do usuário.

- -

Além de usar o Depósito Haiku, repositórios populares de software para o Haiku são:

- - -

-index -Wifi no Haiku

-

Haiku suporta redes sem fio encriptados por WPA/WPA2 ou WEP e, naturalmente, abertas ou não encriptadas. Devido a várias políticas de licenciamento dos diferentes fabricantes de hardware, um processo de instalação manual de firmware pode ser necessário. Maiores informações sobre hardware suportado, instalação de firmware e como acessar uma rede sem fio no Guia do Usuário Haiku Oficina: Redes sem fio.

- -

-index -Conhecendo a API

-

Uma vez que o Haiku é uma reimplementação, a API é ainda a mesma do BeOS R5 (com alguns adicionais). Portanto, a documentação contida no Be Book é ainda um recurso válido. Agradecemos à ACCESS, que detém os direitos de propriedade da Be Inc., por nos permitir disponibilizar uma cópia do Be Book.
-Diferenças da API do BeOS e adicionais específicos do Haiku são coletados no Haiku Book.

- -

Existem alguns recursos que devem lhe ajudar a começar:

- - -

-index -Entrando em contato

-

Entre em contato com outros desenvolvedores e usuários e junte-se às discussões no IRC (#haiku no webchat), em nossos fóruns ou nas listas de correio. Quando muitas pessoas diferentes se juntam, regras devem ser estabelecidas para manter a comunicação efetiva. Por favor, respeite nossa Etiqueta na Lista de Discussão.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_pt_PT.html b/docs/welcome/welcome/welcome_pt_PT.html deleted file mode 100644 index 7d07eab1b5..0000000000 --- a/docs/welcome/welcome/welcome_pt_PT.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - Welcome to Haiku! - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Welcome to Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-index -Beware of Bugs

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
We discourage using alpha versions as a production system. Your data could very well be altered, mangled or downright destroyed.
- -

One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.

- - -

-index -Getting to know the system

-

The first release(s) of Haiku will be very much like the BeOS R5, the operating system it is reimplementing. If you never experienced it, have a look at these links:

- - -

-index -Installing more software

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -Wifi in Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Getting to know the API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-index -Getting in contact

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_ro.html b/docs/welcome/welcome/welcome_ro.html deleted file mode 100644 index 7f96dcebe1..0000000000 --- a/docs/welcome/welcome/welcome_ro.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - Bine ați venit la Haiku! - - - - - - - - -
-
-
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
- - - - -
Index
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Bine ați venit la Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Vizitați site-ul web al proiectului nostru Haiku-os.org pentru ultimile știri și anunțuri.

- -

-index -Aveți grijă la defecțiuni

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
Descurajăm utilizarea versiunilor alpha drept sistem de producție. Este foarte posibil ca datele să devină alterate, deformate sau chiar distruse.
- -

One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.

- - -

-index -Cunoașterea sistemului

-

The first release(s) of Haiku will be very much like the BeOS R5, the operating system it is reimplementing. If you never experienced it, have a look at these links:

- - -

-index -Instalare de software

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Pe lângă utilizarea HaikuDepot, software popular pentru depozite sunt:

- - -

-index -Wifi în Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Cunoașterea API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

Există câteva resurse care ar trebui să vă ajute să începeți:

- - -

-index -Intrare în contact

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_ru.html b/docs/welcome/welcome/welcome_ru.html deleted file mode 100644 index 137f8e69de..0000000000 --- a/docs/welcome/welcome/welcome_ru.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - Добро пожаловать в Haiku! - - - - - - - - -
-
-
Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
- - - - -
Содержание
- Добро пожаловать в Haiku!
- Остерегайтесь ошибок!
- Знакомство с системой
- Установка дополнительных программ
- Wifi в Haiku
- Знакомство с API
- Желаете пообщаться? -
- -

-Добро пожаловать в Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Посетите сайт нашего проекта Haiku-os.org чтобы узнать последние новости и объявления.

- -

-index -Остерегайтесь ошибок!

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
Мы не рекомендуем использовать альфа-версии в качестве основной операционной системы. В ваши данные с большой вероятностью могут быть внесены нежелательные изменения, они могут быть искажены или даже уничтожены.
- -

Одной из главных причин для выпуска альфа-версии явиляется желание привлечь больше пользователей для тестирования и обнаружения ошибок, а также получения от них предложений по дальнейшему улучшению Haiku. Пожалуйста, оставляйте отчёты о найденных багах и предложения по улучшению в нашей системе отслеживания ошибок (bug tracker), но только после использования поиска, чтобы избежать дубликатов.

- - -

-index -Знакомство с системой

-

Первые релизы Haiku будут похожи по функционалу и вешнему виду на BeOS R5, которую она и призвана повторить. Если вы никогда не пользовались этой операционной системой, то рекомендуется воспользоваться следующими ссылками:

- - -

-index -Установка дополнительных программ

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -Wifi в Haiku

-

Haiku поддерживает беспроводные сети, зашифрованные с помощью WPA/WPA2 или WEP и конечно открытые, нешифрованные соединеня. Из-за разных лицензионных политик разных производителей возможно потребуется ручная установка микропрогаммы (firmware). Список работающих устройств и инструкции по установке и подключению к беспроводным сетям можно посмотреть на странице пользовательской документации Haiku Семинар: Беспроводные сети.

- -

-index -Знакомство с интерфейсом программирования приложений (API)

-

Так как Haiku повторяет BeOS R5, то и всё, что касается API у них схоже (с некоторыми исключениями), потому документация в BeBook всё ещё актуальна. Благодаря компании ACCESS, которой принадлежат права на интеллектуальную собственность Be Inc., нам позволено распространять BeBook. -Изменения в BeOS API и Haiku специфические дополнения собраны в Книге Haiku.

- -

Существуют и другие ресурсы, которые должны помочь Вам начать изучение:

- - -

-index -Желаете пообщаться?

-

Вы можете связаться с разработчиками и другими пользователями, присоединившись к обсуждению на IRC (#haiku в вебчате), каналах, нашем форуме или в списках рассылки. Когда множество людей обсуждают что-то вместе, то необходимо соблюдать некоторые правила для сохранения эффективности общения. Пожалуйста, придерживайтесь Этикета списков рассылки.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_sk.html b/docs/welcome/welcome/welcome_sk.html deleted file mode 100644 index 6382b28c45..0000000000 --- a/docs/welcome/welcome/welcome_sk.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - Víta vás Haiku! - - - - - - - - -
-
- - - - -
Obsah
- Víta vás Haiku!
- Pozor na chyby
- Spoznávanie systému
- Inštalovanie ďalšieho softvéru
- Wifi v Haiku
- Spoznávanie API
- Kontaktujte nás
- -

-Víta vás Haiku!

-

Ďakujeme vám, že ste vyskúšali Haiku! Toto je naše štvrté verejné vydanie. Dúfame, že náš projekt zaujme nových vývojárov a dá budúcim používateľom šancu vyskúšať Haiku. Uvedomujeme si, že toto alfa vydanie zatiaľ celkom nedosahuje cieľov, ktoré sme si stanovili a neponúka všetky možnosti a bezproblémový používateľský zážitok, ktorý je plánovaný pre finálne vydanie R1. Dúfame však, že vám toto vydanie Haiku umožní objaviť veľký potenciál Haiku a že zdieľate naše nadšenie.

-

Posledné novinky a oznámenia nájdete na webovej stránke projeku Haiku-os.org.

- -

-index -Pozor na chyby

-

Usilovne sme odstraňovali a stále pracujeme na odstraňovaní všetkých závažných chýb, ale pretože toto je alfa vydanie, určite je v ňom ešte mnoho neodhalených chýb.

-
Neodporúčame používať alfa verzie ako produkčný systém. Vaše dáta sa môžu zmeniť, poškodiť alebo úplne zničiť.
- -

Jedným z hlavných dôvodov vydania alfa verzie je prilákanie ďalších ľudí, aby otestovali systém a odhalili chyby alebo vyjadrili svoje návrhy ďalších vylepšení. Prosím, posielajte chyby a vylepšenia do nášho systému na sledovanie chýb potom, ako použijete jeho vyhľadávacie funkcie, aby sme predišli duplicitám.

- - -

-index -Spoznávanie systému

-

Prvé vydanie či vydania Haiku budú veľmi podobné ako BeOS R5, operačný systém, ktorý sa snaží reimplementovať. Ak ho nikdy nezažili, pozrite sa na tieto odkazy:

- - -

-index -Inštalovanie ďalšieho softvéru

-

Väčšinu dostupného softvéru je možné stiahnuť a nainštalovať pomocou aplikácie HaikuDepot, ktorá sa dodáva spolu s Haiku.
-Vďaka tomu, že Haiku je kompatibilné s BeOS na binárnej úrovni aj na úrovni zdrojového kódu, mnohé aplikácie pre BeOS bežia na Haiku. Pre mnohé z nich boli vytvorené balíky pre Haiku alebo jednoducho bežia nezmenené. Ďalšie informácie o inštalovaní nových programov nájdete v Používateľskej príručke v kapitole Aplikácie.

- -

Ďalšie populárne zdroje softvéru okrem HaikuDepot sú:

- - -

-index -Wi-Fi v Haiku

-

Haiku podporuje siete Wi-Fi, ktoré sú šifrované pomocou WPA/WPA2 alebo WEP a samozrejme otvorené, nešifrované spojenia. Z dôvodu niekoľkých odlišných licenčných politík rôznych dodávateľov hardvéru, možno budete musieť firmvér nainštalovať ručne. Zoznam fungujúcich zariadení a inštalačné inštrukcie k firmvéru a dokumentáciu o pripájaní k bezdrôtovým sieťam nájdete v Príručke Haiku Workshop: Bezdrôtové siete.

- -

-index -Spoznávanie API

-

Keďže Haiku je reimplementácia, API je stále rovnaké ako mal BeOS R5 (s istými rozšíreniami). Preto dokumentácia v Be Book je stále platný zdroj. Vďaka ACCESS, ktorý vlastní práva k bývalému majetku spoločnosti Be Inc., máme povolenie poskytovať kópiu Be Book.
-Odchýlky od API BeOSu a rozšírenia špecifické pre Haiku sú zdokumentované v Haiku Book.

- -

Existujú zdroje, ktoré vám pomôžu začať:

- - -

-index -Kontaktujte nás

-

Kontaktujte ostatných vývojárov a používateľov a pridajte sa do diskusií na IRC (#haiku na webčete), v našich fórach alebo poštových konferenciách. Keď sa zhromaždí veľa rôznych ľudí, musia sa stanoviť pravidlá, aby komunikácia zostala efektívna. Prosím, rešpektujte Etiketu našej konferencie.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_sv_SE.html b/docs/welcome/welcome/welcome_sv_SE.html deleted file mode 100644 index abf26a1ef0..0000000000 --- a/docs/welcome/welcome/welcome_sv_SE.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Välkommen till Haiku! - - - - - - - - -
-
-
Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
- - - - -
Index
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Välkommen till Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-index -Varning för buggar

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
Vi rekommenderar inte att använda alfa versioner i ett produktionssystem. Din data kan mycket väl ändras, eller helt enkelt förstöras.
- -

En av huvudanledningarna till varför vi ger ut en alfa-version är för att locka fler att testa systemet, upptäcka buggar eller förse oss med förslag för framtida förbättringar. Vänligen registrera buggar och förbättringar i vårt projekthanteringssystem efter att ha använt dess sökfunktion, för att på så sätt undvika att dubletter skapas.

- - -

-index -Lär känna Haiku

-

Dom första utgåvorna av Haiku kommer att vara väldigt lik BeOS R5, operativsystemet som vi omimplementerar. Om du aldrig har upplevt det, ta då en titt på följande länkar:

- - -

-index -Installera ytterligare programvara

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -Wifi i Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Lär känna Haiku's API

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-index -Kom i kontakt med oss

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_uk.html b/docs/welcome/welcome/welcome_uk.html deleted file mode 100644 index 7156438c3b..0000000000 --- a/docs/welcome/welcome/welcome_uk.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - Вітаємо в Haiku! - - - - - - - - -
-
-
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
- - - - -
Index
- Welcome to Haiku!
- Beware of Bugs
- Getting to know the system
- Installing new software
- Wifi in Haiku
- Getting to know the API
- Getting in contact -
- -

-Вітаємо в Haiku!

-

Thank you very much for checking out Haiku! This is our fourth public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Visit our project's website Haiku-os.org for the latest news and announcements.

- -

-index -Остерігайтесь помилок

-

We have been working hard to fix potentially critical bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

-
Ми не рекомендуємо використовувати альфа версій у якості основної опереаційної системи. У Ваші дані з великою ймовірністю можуть бути внесені небажані зміни, вони можуть бути спотворені або навіть знищені.
- -

Одна з основних причин випуску альфа-версії є бажання привернути більше користувачів для тестування і виявлення помилок, а також отримання від них пропозицій для подальшого покращення Haiku. Прохання залишати звіти про найдені помилки і пропозиції з покращення ОС в нашій системі відслідкування помилок (bug tracker) , але тільки після попереднього пошуку, для уникнення появи дублікатів.

- - -

-index -Знайомство з системою

-

Перші релізи Haiku будуть схожі по функціоналу і зовнішньому вигляду на BeOS R5, яку ми і намагалися відтворити. Якщо Ви ніколи нею не користувались варта скористатись такими посиланнями:

- - -

-index -Встановлення додаткових програм

-

Most of the available software can be downloaded and installed with the application HaikuDepot that comes with Haiku.
-Because of our binary and source compatibility, most BeOS applications run on Haiku. Many of those have been re-packaged for Haiku or still run unmodified. You'll find more information on installing new programs in the user guide's chapter on Applications.

- -

Besides using HaikuDepot, popular software repositories are:

- - -

-index -Wifi в Haiku

-

Haiku supports wireless networks that are WPA/WPA2 or WEP encrypted and of course open, unencrypted connections. Due to several different licensing policies of different hardware vendors, a manual installation process for the firmware may be required. You'll find more information on supported hardware, firmware installation and how to join a wireless network in the Haiku User Guide's Workshop: Wireless networking.

- -

-index -Знайомство з інтерфейсом програмування додатків (API)

-

Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the Be Book is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the Be Book.
-Deviations from the BeOS API and Haiku specific additions are collected in the Haiku Book.

- -

There are some resources that should help you getting started:

- - -

-index -Бажаєте спілкування

-

Get in contact with other developers and users and join the discussions on IRC (#haiku on webchat), in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

- - -
-
- - - - - diff --git a/docs/welcome/welcome/welcome_zh_CN.html b/docs/welcome/welcome/welcome_zh_CN.html deleted file mode 100644 index 331427449b..0000000000 --- a/docs/welcome/welcome/welcome_zh_CN.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - 欢迎使用Haiku! - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- - - - -
索引
- 欢迎使用 Haiku!
- 警惕程序错误
- 了解 Haiku 系统
- 安装新软件
- Haiku 无线网络
- 了解 Haiku 的API
- 联系我们 -
- -

-欢迎使用Haiku!

-

非常感谢您对Haiku的试用和测试!这是我们公开发布的第四个版本,我们希望能够吸引更多的开发者参与我们的项目,也希望能够为将来的用户提供测试 Haiku 的机会。我们也注意到本试用版本 还远远没有达到既定的目标,没有提供为最终的 R1 版本计划的所有特性和全面用户体验。然而,我们希望这一版本可以让您发现 Haiku 的巨大潜力,让您分享我们的喜悦。

-

最新新闻和公告请访问我们的网站 Haiku-os.org

- -

-index -警惕错误

-

我们已经尽力去修复所有发现了的错误。然而作为测试版本,它可能还有许多未发现的错误。

-
我们不鼓励您使用测试版本作为生产用系统。因为您的数据可能会被改变,损坏或者完全销毁。
- -

发布该测试版本的主要原因之一是为了吸引更多的用户来测试系统,发现错误,提供未来发展的建议。在您使用我们的错误跟踪系统提交错误或者发展建议之前,请使用它的查询功能来避免重复的提交相同的内容。

- - -

-index -了解Haiku操作系统

-

Haiku的第一个系列的版本将会非常类似于BeOS R5,是BeOS R5系统的重建系统。如果您从未尝试过该系统,您可以参阅以下链接:

- - -

-index -安装更多的程序

-

很多程序都可以通过 Haiku 内置的 HaikuDepot 程序进行下载和安装。由于二进制库和源代码的兼容性,许多 BeOS 程序可以在 Haiku 系统中运行。它们中的大多数已经为 Haiku 进行了重新的打包或者仍未做修改。您可以在用户指南的 应用程序 一节中找到更多有关安装新程序的相关信息。

- -

除了 Haiku 软件仓库,其他非常有名的软件仓库有:

- - -

-index -Haiku 无线网络

-

Haiku目前支持WPA/WPA2 和 WEP 加密的无线网络,当然也包括开放的和未加密的网络。由于不同提供商的各种不同的授权政策,对于一些固件,可能需要手动的安装。您可以在我们 Haiku 用户指南的操作练习:无线网络页面上找到更多有关硬件支持,固件安装以及如何进行无线网络连接的详细信息。

- -

-index -了解Haiku的API

-

由于 Haiku 是 BeOS 系统的重新实现,它的 API 仍然和 BeOS R5 的相同(增添了一些特性)。所以 Be Book 中的文档仍然是非常有用的资源。非常感谢前 BeOS 公司财产的拥有者 - ACCESS,我们才可以提供 Be Book 的副本供大家参考。BeOS API 与 Haiku 之间的不同之处可以参考 Haiku Book。

- -

下面的资源对您的入门会有很多帮助:

- - -

-index -联系我们

-

通过参加 IRC(#haiku 聊天室),论坛,邮件列表中的讨论来同其他的开发者和用户保持联系。由于许多不同人员的参与,我们需要制定一些规则使交流变得方便有效。请遵守我们的 邮件列表规范

- - -
-
- - - - - diff --git a/docs/welcome/welcome/zh_CN/bugreports.html b/docs/welcome/welcome/zh_CN/bugreports.html deleted file mode 100644 index 746728c52c..0000000000 --- a/docs/welcome/welcome/zh_CN/bugreports.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - 报告错误 - - - - - - - - -
-
-
本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
- - - - -
索引
获取Trac账户
- 创建错误报告
- 软件错误
- 服务错误
- 内核错误
- 内核调试- KDL
- 系统日志
- 屏幕调试
- 硬件错误
- 下一步?
- -

报告错误

- -

由于我们的开发人员不可能测试每种硬件组合和每种不同的系统交互方式,所以我们依赖于用户,通过用户来给予我们Haiku的运行情况。由于Haiku还很年轻,您在使用时很有可能会遇到错误。我们非常感谢您能够分出时间来提交这些错误报告。我们可以共同一步一步的提高Haiku的性能。

-

为了确保我们的错误跟踪系统的有效性,遵守共同的错误报告规范是很有必要的。

- -

index -获取Trac账户

-

为了提交任务单,您需要在Haiku 的错误跟踪系统中注册一个账户。 -
-新建账户时,您需要提供自己的电子邮箱 ,否则您将不具备基本的任务单修改权限。完成之后,您必须要保证检查您的垃圾邮箱,因为所有重要的验证邮件可能都会被发送到那里。

- -

index -创建错误报告

-

在报告一个错误之前,请您确保该错误报告之前不存在。你可以使用查找功能来查找其是否存在。 -
-在确定它是一个独特的错误之后,您需要尽可能的找出有关的详细信息:

-
    -
  • 尝试在当前版本的Haiku系统中重现您的问题。  有许多用于测试的预编译镜像都是可用的

  • -
  • 包括基本的信息,例如以何种方式测试 Haiku(利用真实的硬件,VMware,还是 QEMU)。

  • -
  • Mention which revision you are running. You can find this information in About Haiku... from the Deskbar menu. Also mention what kind of Haiku build you are testing (gcc2, gcc4, gcc2hybrid, gcc4hybrid). The downloadable images are named accordingly, for a self-built image you should know how you built it.

  • -
  • 描述您所遇到的问题。尽量把问题讲得精确和明白:详细的描述系统的行为反馈,和您期望的反馈。

  • -
  • 描述出现该错误所需要的操作步骤。这将会有助于开发者重现该错误,并对其进行修复和完善。

  • -
  • 附带你所掌握的尽可能多的信息。如果是一个GUI错误,或者其中的程序错误,尽量使用 PRINT 键来截取当时的屏幕图像。

  • -
- -

index -程序错误

-

如果程序发生崩溃,您需要从弹出的警告窗口中启动调试程序。它将会打开一个运行gdb(GNUdebugger)的终端窗口。输入 bt,您将会创建一个有关调试信息的“回溯”,然后您需要把它完整的复制出来(包括您输入 bt 命令之前终端中显示的内容),附加到错误报告中。

- -

index -服务错误

-

当 app server,registrar server 或者 input server 等重要组件崩溃时,您将无法看到通常的崩溃警告。相反的,整个屏幕将会呈现白色,并且启动一个 gdb 会话,相关的输出信息直接在屏幕中进行显示。您可能还可以继续移动鼠标,这将会覆盖掉屏幕中的白色区域和 gdb 输出信息。仍在运行的程序 (例如,进程控制器或者桌面栏的时钟) 可能也会覆盖屏幕中的调试信息。 -
-除却所有显示的丑陋和操作的不便,它与软件出错基本一样。 最重要的是获取一个有关错误的回溯(使用 bt 命令)。如果不能够拷贝相关的文本,您可能还需要使用数码相机记录下相关的屏幕显示。

- -

index -内核错误

-

内核错误通常都是危害效果最大的错误,同时也是最难调试的错误。下面几种情形,通常都可能是内核或者驱动问题:

-
    -
  • 系统自动进入了内核调试状态(KDL),屏幕上方显示为白色,并且打印出几行文本。文本第二行显示为“Welcome to Kernel Debugging Land...”,而第一行则声明了进入内核调试状态的实时原因。

  • -
  • 系统自动重新启动。

  • -
  • 系统完全冻结。您无法移动鼠标,并且屏幕中无任何程序显示。在此情况下,重要的是测试能否使用快捷键 ALT SysReq D 进入内核调试状态(在多数键盘上,SysReqPRINT 键)。然后等待至少一分钟,查看系统反应状态。

  • -
  • 系统无法实现正确引导。它可能自动重启,或停止在某个步骤(例如,某个启动图标)。对于后一种情况,可以尝试使用快捷键 ALT SysReq D

  • -
  • 整个系统或者部分硬件无法正确运行。例如,系统运行缓慢,出现错误,或者完全无法运行。如果某个硬件完全无法工作,首要的是检查Haiku目前是否支持该硬件(例如,在邮件列表或论坛中进行询问)。

  • -
-

需要注意的是,只有最后这种情况与硬件相关,而所有其他的问题也可能由硬件驱动中的错误引起。如果您对引起该问题的硬件或相关的驱动有所疑问,您可以检查删除/禁用该硬件或驱动是否会产生影响。例如,如果您怀疑无线网络有问题,您会发现 BIOS 中有可禁用它的选项。如果其中没有该选项,您可以从安装的 Haiku 中删除相关的无线网络驱动(参见 引导程序)。

- -

index -内核调试 - KDL

-

如果系统没有自动的进入内核调试状态,您也可以有意识的使用 ALT SysReq D 快捷键手动进入。
-需要注意的是,在内核调试状态,您的键盘可能会无法工作。PS/2 键盘通常都能够正常工作;对于 UHCI 控制器连接的 USB 键盘,您至少需要使用快捷键进入内核调试状态一次,它才可用。但是对于 USB OCHI,目前还未实现支持。

-

KDL 本身是 shell 中的一类。它可以执行命令,打印系统信息。下面是一些感兴趣的命令:

- - - - - -
bt (aka sc) 打印回溯信息。如果系统自主进入内核调试状态,通常需要输入该命令。
ints 显示已处理和未处理的硬件中断。
co (aka continue) 离开内核调试状态;如果可能的话,继续正常的系统操作。
reboot 立即重启系统。您将会丢失所有未保存的数据,甚至包括那些已经保存,但是还未写入硬盘的数据。
-

获取更多信息,请参阅 欢迎使用内核调试工具

-

KDL输出信息将会写入到串行端口(如果您拥有另一台与之相连接的计算机,您可以通过中断程序重定向输出信息)和系统日志。如果您无法离开KDL,它将无法写入系统日志文件。尽管如此,还有一个系统引导调试选项,允许您捕获系统信息(参阅下文)。

-

您可以从KDL输出中生成 QR 代码,而它们可以通过智能手机或相似设备转换为文本内容。有关如何使用该功能从 KDL 获取数据,详情参考 QR Encode your KDL Output

- -

index -系统日志

-

这是从无法引导的系统中获取信息的首选方法。 -
-系统日志(syslog,system log 的缩写)中包含了关于系统问题的有用信息,包括 KDL 会话的输出信息 。通常将它附带到有关内核问题的报告中是个不错的主意。系统日志将会写入文件 /boot/system/var/log/syslog。由于写入文件需要系统处于运行状态,因此当内核出现问题时(尤其是,系统自动重启,或者无法持续 KDL 会话),最新的输出信息可能无法写入日志文件。

-

The option Enable debug syslog in the boot loader's Debug menu makes the syslog persistent. If the option Save syslog from previous session during boot is activated in the boot loader options (as it is by default), you'll find the syslog of your last session as /boot/system/var/log/previous_syslog.
-If you're not able to boot to get to the previous_syslog, you have to enter the boot loader menu by holding down SHIFT while booting.
-In the boot loader's Debug menu you should find the entries Display syslog from previous session and Save syslog from previous session. The former displays the syslog on screen, the latter allows you to save it as a file to disk. Note that at the moment only FAT32 volumes are supported for saving the file. If you want to use a USB stick, but have plugged it in too late so that it isn't recognized yet, you can reset the machine and re-enter the boot loader menu. Note: Don't accidentally boot any operating system or the data will be lost.

- -

index -屏幕调试

-

屏幕调试输出仅对调试特殊问题有用,而且自身也有(定时)问题。若非必须,不要使用它。
-只有当Haiku引导机器失败,而且 Debug syslog option 出于某些原因无法使用,它才具有重要意义。 在Haiku的引导徽标出现之前,按下 SHIFT 进入引导程序菜单。 选择 Select safe mode options。 在接近屏幕底部,[ ] Enable on screen debug output 将会列出。(注意:如果尝试启动Haiku,您可以启用另一个选项。如果Haiku只有在启用多个选项时才可以启动,您在错误报告中一定要给出这些选项。)
-最后,选择 Return to main menuContinue booting
-在屏幕上将会显示一页或者多页文本,只有最后几行才需要附带到您的错误报告。更多信息,参阅 引导程序

- -

index -硬件错误

-

在处理有关硬件/驱动的问题时,您需要在报告中附带下面的信息:

- - - - - - - - -
- listdev  给出所有硬件的详细列表,包括提供商和 PCI ID;类似于Linux下的 lshwlspci
- listusb -v 假如是有关 USB 的问题,它类似于Linux下的 lsusb
- open /var/log/syslog Haiku的主要系统日志,类似于引导过程中的屏幕调试信息。您可以使用 open 命令在文本编辑器中获取到系统日志中相关的部分。
- listimage | grep drivers/  列出所有使用的驱动。
- ints 只在 内核调试状态 可用(参阅下文)。它用显示中断使用情况。不可能有许多由不同硬件共享的中断。
- 屏幕调试输出(引导时间选项的安全模式)。
- -

前四个命令需要在终端中进行输入。在命令后添加 > output.txt ,然后输出的信息将会重定向到“output.txt”文本文件,您可以将其附带到您的错误报告或者邮件。

- -

index -

-

在您提交错误报告之后,开发人员将会检查您的错误,然后尝试进行修复。但是需要注意的是,我们所有的人员都是志愿者,有时候一个错误报告可能会很长时间没有人来进行回复。如果可以的话,添加新的信息将会有助于早点修复错误,但是请不要添加非描述性的评论来将“炒热”该错误。

-

切记,提交错误报告不是花很少时间写个报告,然后就结束了。如果您提交了一个错误,然后您就是Haiku开发过程中的一员。开发人员在解决您的错误过程中可能会遇到问题,因此请你一定要始终关注该错误,然后回答相关的问题。如果该问题没有“fixed”,你的任务就没有“done”。

- -
-
- - - - - diff --git a/docs/welcome/welcome/zh_CN/wifi.html b/docs/welcome/welcome/zh_CN/wifi.html deleted file mode 100644 index 04772a60f6..0000000000 --- a/docs/welcome/welcome/zh_CN/wifi.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - 无线网络 - - - - - - - - -
-
- -

Haiku中的无线网络

-

-index -预期的硬件支持

-

FreeBSD 8的所有无线驱动都应该可以工作。但是任何的PCMCIA,CardBus,ExpressCard,USB或者基于ISA的网卡将无法工作。只有PCI,miniPCI,PCI-Express,miniPci-Express 和 PCI-X 才应该可以工作。
-包括以下: -

-
    -
  • aironetwifi 至少支持:
    -Cisco Aironet 350 Series
    -Aironet PCI4500
    -Aironet PCI4800
    -

  • -
  • atheroswifi支持几乎所有的芯片集(但是除了 AR9285 芯片)

  • -
  • broadcom43xx 支持:
    -BCM4301,BCM4306,BCM4307,BCM4309,BCM4311,BCM4312和 BCM4318 -

  • -
  • iprowifi2100 支持英特尔专业无线 2100 芯片

  • -
  • iprowifi2200 支持英特尔无线卡:
    -2200BG
    -2225BG
    -2915ABG -

  • -
  • iprowifi3945 支持英特尔 3945 专业无线芯片

  • -
  • iprowifi4965支持英特尔 4965 专业无线芯片

  • -
  • marvell88w8335 支持: -
    -Marvell Libertas 88W8310
    -Marvell Libertas 88W8335 -

  • -
  • marvell88w8363 支持 88W8363 芯片

  • -
  • ralinkwifi 支持: -
    -RT2560
    -RT2561S
    -RT2561
    -RT2661 -

  • -
  • ralink2860 支持 Ralink RT2860

  • -
  • wavelanwifi 目前支持: -
    -3Com Airconnect
    -GLPRISM2 WaveLAN
    -Intersil Prism3
    -Intersil Prism2.5
    -Linksys WDT11
    -Netgear MA301
    -PRISM2STA WaveLAN
    -Siemens SpeedStream
    -SMC 2602W
    -Us Robotics 2415
    -Addtron AWA-100 PCI -

  • -
-

index -连接到无线网络

-

除了未加密网络,Haiku 还初步支持通过WEP 密钥 访问无线网络。WEP 是早期的加密方法,尽管不是最安全的。

-

你可以通过在终端中输入 ifconfig 列出可用网络,并且加入或者断开连接。

-
ifconfig [wifi_device_path] [list|join|leave] (key)
-

您可以在 Network 首选项或通过 ifconfig -a 命令找到你的 wifi_device_path

-

下述是一些连接到 wifitopia 无线网络的示例。在这些示例中,我们假定您的无线网卡为 /dev/net/iprowifi3945/0

-

列出无线网络:

-
ifconfig /dev/net/iprowifi3945/0 list
-

加入不安全的无线网络:

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia
-

加入 WEP 加密 无线网络:(ascii 密码)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia mypassword
-

加入 WEP 加密 无线网络:(64位十六进制密码)

-
ifconfig /dev/net/iprowifi3945/0 join wifitopia 0x4010FABEEF
-

断开无线网络:

-
ifconfig /dev/net/iprowifi3945/0 leave wifitopia
-

-index -自动连接无线网络

-

为了使系统在每次启动时自动连接到一个给定 SSID 的网络,您可以按照下述格式在/boot/common/settings/network/wireless_networks 中指定无线网络和密码:

-
network wifitopia {
-   password mypassword
-}
-

如果您并未创建该配置文件,系统将会自动连接到其发现的首个未加密网络。

-

WEP 备注

-
    -
  • 64位的WEP使用了40位的密钥,也就是5个文本字符或者10个十六进制数字。
  • -
  • 128位的WEP是引用了104位密钥,也就是13个文本字符或者26个十六进制数字。
  • -
  • 十六进制位数字 = 0-9 和 A-F 十六个字符(在 ifconfig 中都带有前缀 "0x")。
  • -
-

-index -WPA加密

-

现在,Haiku 中还未有可用的 WPA 加密,尽管有一些 成果 已经带来了深远的影响。

-

-index -install-wifi-firmwares.sh

-

为了安装用于 Intel ipw2100,Intel ipw2200/2225/2915,Broadcom 43xx 和 Marvell 88W8335 等的固件,您需要运行

-
install-wifi-firmwares.sh
-
-

Intel ipw2100 和 ipw22xx 无需网络连接也可以进行安装,这是因为它们的许可条款允许 Haiku 发行原始的固件档案。但是在安装之前,它们确实需要用户的确认。Broadcom 43xx 和 Marvell 88W8335 需要活动的网络连接,这是因为包含固件的文件不能够随着 Haiku 一同发布。

-

构建自己的Haiku镜像的人们可以在 build/jam/UserBuildConfig 中进行相应的改动。更多详细信息和关于无线网络的主题更新可以参阅 有关的在线文档

-

如果您确实需要下载该固件,而且在 Haiku 下也没有可用的网络连接,在线文档提供了一个shell 脚本,它将会为你创建用于解压到 Haiku 的 /boot 文件夹下的Zip文件。之后,您就具有了所有 install-wifi-firmwares.sh 所需要的所有文件。

-
-
- - - - -