2012-11-16 01:36:54 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" xml:lang = "en-US" >
< head >
<!--
*
* Copyright 2008-2012, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger < humdingerb @ gmail . com >
* Translators:
* Adriano Duarte
*
-->
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" / >
< meta http-equiv = "Content-Style-Type" content = "text/css" / >
< meta name = "robots" content = "all" / >
< title > Guia do Usuário Haiku - Conteúdo< / title >
< link rel = "stylesheet" type = "text/css" href = "../Haiku-doc.css" / >
< / head >
< body >
< div id = "banner" >
< div > < span > Guia do Usuário< / span > < / div >
< / div >
< div class = "nav" >
< div class = "inner" >
< ul class = "lang-menu" >
< li class = "now" > < img src = "../images/flags/pt_BR.png" alt = "" / > Português (Brazil)< / li >
< li > < a href = "../fr/contents.html" > < img src = "../images/flags/fr.png" alt = "" / > Français< / a > < / li >
< li > < a href = "../de/contents.html" > < img src = "../images/flags/de.png" alt = "" / > Deutsch< / a > < / li >
< li > < a href = "../it/contents.html" > < img src = "../images/flags/it.png" alt = "" / > Italiano< / a > < / li >
< li > < a href = "../ru/contents.html" > < img src = "../images/flags/ru.png" alt = "" / > Русский< / a > < / li >
< li > < a href = "../es/contents.html" > < img src = "../images/flags/es.png" alt = "" / > Español< / a > < / li >
< li > < a href = "../sv_SE/contents.html" > < img src = "../images/flags/sv_SE.png" alt = "" / > Svenska< / a > < / li >
< li > < a href = "../jp/contents.html" > < img src = "../images/flags/jp.png" alt = "" / > 日本語< / a > < / li >
< li > < a href = "../uk/contents.html" > < img src = "../images/flags/uk.png" alt = "" / > Українська< / a > < / li >
< li > < a href = "../zh_CN/contents.html" > < img src = "../images/flags/zh_CN.png" alt = "" / > 中文 [中文]< / a > < / li >
< li > < a href = "../pt_PT/contents.html" > < img src = "../images/flags/pt_PT.png" alt = "" / > Português< / a > < / li >
< li > < a href = "../fi/contents.html" > < img src = "../images/flags/fi.png" alt = "" / > Suomi< / a > < / li >
< li > < a href = "../sk/contents.html" > < img src = "../images/flags/sk.png" alt = "" / > Slovenčina< / a > < / li >
< li > < a href = "../hu/contents.html" > < img src = "../images/flags/hu.png" alt = "" / > Magyar< / a > < / li >
2013-02-18 00:51:59 +04:00
< li > < a href = "../ca/contents.html" > < img src = "../images/flags/ca.png" alt = "" / > Català< / a > < / li >
2014-05-31 02:02:36 +04:00
< li > < a href = "../pl/contents.html" > < img src = "../images/flags/pl.png" alt = "" / > Polski< / a > < / li >
2012-11-16 01:36:54 +04:00
< li > < a href = "../en/contents.html" > < img src = "../images/flags/gb.png" alt = "" / > English< / a > < / li >
< / ul >
< span >
< / span > < / div >
< / div >
< div id = "content" >
< div >
2014-04-05 20:48:32 +04:00
< div class = "box-info" > A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.< / div >
2012-11-16 01:36:54 +04:00
< h1 > Bem vindo ao Guia do Usuário Haiku< / h1 >
< p > Abaixo você encontrará documentação sobre os mais importantes aspectos do Haiku. Naturalmente, completar e estender a documentação é um processo continuado (veja a < a href = "http://www.haiku-os.org/docs/userguide/en/contents.html" > versão online< / a > 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 < a href = "http://www.freelists.org/list/haiku-doc" > lista de correio da documentação< / a > . Se estiver interessado em ajudar com as traduções, você encontrará informação relevante sobre o assunto na < a href = "http://dev.haiku-os.org/wiki/i18n/UserGuide" > wiki i18n do guia do usuário< / a > .< / p >
< p > < br / > < / p >
< table summary = "contents" border = "1" rules = "rows" frame = "void" cellpadding = "10" cellspacing = "0" style = "border: dotted thin #e0e0e0" >
<!-- Excluded until it's further fleshed out
< tr > < td valign = "top" > < a href = "installation.html" > Installation< / a > < ul >
< li > < a href = "installation.html#boot-process" > The basic boot process< / a > < / li >
< li > < a href = "installation.html#virtual-machine" > Haiku in a virtual machine< / a > < / li >
< li > < a href = "installation.html#raw" > Installing from a RAW image< / a > < / li >
< li > < a href = "installation.html#source" > Compiling/Installing from source code< / a > < / li >
< li > < a href = "installation.html#grub" > Adding Haiku to your boot manager (GRUB)< / a > < / li >
< li > < a href = "installation.html#transfer-data" > Transfering data to/from a Haiku installation< / a > < / li > < / ul > < / td >
< td valign = "top" > Step by step guides covering Haiku installation during the (pre-) alpha release phase.< / td > < / tr >
-->
< tr > < td valign = "top" > < a href = "bootloader.html" > Carregador de Inicialização< / a > < / td >
< td valign = "top" > Definir opções seguras de inicialização para resolver problemas de configuração.< / td > < / tr >
2014-04-05 20:48:32 +04:00
< tr > < td valign = "top" > < a href = "filesystem-layout.html" > Filesystem layout< / a > < ul >
< li > < a href = "filesystem-layout.html#system" > The system folder< / a > < / li >
< li > < a href = "filesystem-layout.html#home" > The home folder< / a > < / li > < / ul > < / td >
2012-11-16 01:36:54 +04:00
< td valign = "top" > Entenda a hierarquia do sistema de arquivos e familiarize-se com a localização de arquivos e pastas importantes.< / td > < / tr >
< tr > < td valign = "top" > < a href = "gui.html" > Interface Gráfica de Usuário (GUI) do Haiku< / a > < ul >
< li > < a href = "gui.html#move-resize" > Fácil deslocamento e redimensionamento< / a > < / li >
< li > < a href = "gui.html#stack-tile" > Empilhar e encaixar (Stack & Tile)< / a > < / li >
< li > < a href = "gui.html#open-save-panel" > Caixas de diálogo Abrir e Salvar < / a > < br / >
< a href = "gui.html#open-save-shortcuts" > - Atalhos de teclado< / a > < br / >
< a href = "gui.html#favorites-recent" > - Favoritos e pastas recentes< / a > < / li >
< li > < a href = "gui.html#replicants" > Replicantes< / a > < / li > < / ul > < / td >
< td valign = "top" > Aprenda sobre os elementos básicos da interface gráfica do usuário.< / td > < / tr >
< tr > < td valign = "top" > < a href = "workspaces.html" > Espaços de Trabalho< / a > < ul >
< li > < a href = "workspaces.html#applet" > O miniaplicativo Espaços de Trabalho< / a > < / li >
< li > < a href = "workspaces.html#switching" > Alternando entre áreas de trabalho< / a > < / li >
< li > < a href = "workspaces.html#moving" > Mover Janelas entre áreas de trabalho< / a > < / li >
< li > < a href = "workspaces.html#special" > Funcionalidades Especiais< / a > < / li > < / ul > < / td >
< td valign = "top" > Use ambientes de trabalho virtuais para ter tudo organizado e aumentar a produtividade.< / td > < / tr >
2013-02-18 00:51:59 +04:00
< tr > < td valign = "top" > < a href = "twitcher.html" > Alternador< / a > < / td >
2012-11-16 01:36:54 +04:00
< td valign = "top" > Alterne entre aplicações em execução.< / td > < / tr >
2013-02-18 00:51:59 +04:00
< tr > < td valign = "top" > < a href = "teammonitor.html" > Monitor de Tarefas< / a > < / td >
2012-11-16 01:36:54 +04:00
< td valign = "top" > Termine aplicações ou componentes de sistema que não estão mais respondendo.< / td > < / tr >
2013-02-18 00:51:59 +04:00
< tr > < td valign = "top" > < a href = "tracker.html" > Rastreador< / a > < ul >
2012-11-16 01:36:54 +04:00
< li > < a href = "tracker.html#mounting-volumes" > Montando volumes< / a > < / li >
< li > < a href = "tracker.html#navigating" > Navegando< / a > < / li >
< li > < a href = "tracker.html#appearance" > Aparência< / a > < / li >
2013-02-18 00:51:59 +04:00
< li > < a href = "tracker.html#tracker-preferences" > Preferências do Rastreador< / a > < / li >
2012-11-16 01:36:54 +04:00
< li > < a href = "tracker.html#working-with-files" > Trabalhando com arquivos< / a > < / li >
< li > < a href = "tracker.html#transaction-status" > Status de transação< / a > < / li >
2013-02-18 00:51:59 +04:00
< li > < a href = "tracker-add-ons.html" > Adicionais do Rastreador< / a > < / li > < / ul > < / td >
2012-11-16 01:36:54 +04:00
< td valign = "top" > Aprenda tudo sobre navegar, trabalhar com arquivos e pastas e como configurar o gerenciador de arquivos do Haiku.< / td > < / tr >
< tr > < td valign = "top" > < a href = "keyboard-shortcuts.html" > Atalhos e combinações de teclas< / a > < ul >
< li > < a href = "keyboard-shortcuts.html#general" > Atalhos gerais< / a > < / li >
2013-02-18 00:51:59 +04:00
< li > < a href = "keyboard-shortcuts.html#tracker-navigation" > Atalhos para navegação no Rastreador< / a > < / li >
2012-11-16 01:36:54 +04:00
< li > < a href = "keyboard-shortcuts.html#terminal" > Atalhos no Terminal< / a > < / li >
< li > < a href = "keyboard-shortcuts.html#other-combos" > Outras combinações de teclas< / a > < / li > < / ul > < / td >
< td valign = "top" > Os atalhos mais comuns para acelerar seu fluxo de trabalho.< / td > < / tr >
< tr > < td valign = "top" > < a href = "deskbar.html" > Deskbar< / a > < ul >
< li > < a href = "deskbar.html#deskbar-menu" > O Menu do Deskbar< / a > < / li >
< li > < a href = "deskbar.html#tray" > A Bandeja< / a > < / li >
< li > < a href = "deskbar.html#list-of-apps" > A lista de programas em execução< / a > < / li > < / ul > < / td >
< td valign = "top" > Use e configure a versão do Haiku para o menu "Iniciar" e a barra de tarefas.< / td > < / tr >
2013-02-18 00:51:59 +04:00
< tr > < td valign = "top" > < a href = "filetypes.html" > Tipos de Arquivos< / a > < ul >
2012-11-16 01:36:54 +04:00
< li > < a href = "filetypes.html#filetype" > O Tipo de Arquivo< / a > < / li >
< li > < a href = "filetypes.html#preferred-app" > A Aplicação Preferida< / a > < / li >
< li > < a href = "filetypes.html#icon" > O Ícone< / a > < / li >
< li > < a href = "filetypes.html#settings-apps" > Configurações especiais para aplicações< / a > < / li >
< li > < a href = "filetypes.html#filetypes-preferences" > Configurações globais com as Preferências dos Tipos de Arquivos< / a > < / li > < / ul > < / td >
< td valign = "top" > Defina aplicações padrão, mude os tipos de arquivos e crie o seu próprio.< / td > < / tr >
< tr > < td valign = "top" > < a href = "attributes.html" > Atributos< / a > < ul >
2013-02-18 00:51:59 +04:00
< li > < a href = "attributes.html#attributes-tracker" > Atributos no Rastreador< / a > < / li >
2012-11-16 01:36:54 +04:00
< li > < a href = "attributes.html#attributes-terminal" > Atributos no Terminal< / a > < / li > < / ul > < / td >
< td valign = "top" > Uma das principais funcionalidades do Haiku permite gerenciar e adicionar quaisquer tipos de dados a qualquer arquivo.< / td > < / tr >
< tr > < td valign = "top" > < a href = "index.html" > Indexação< / a > < / td >
< td > Use a indexação para permitir a pesquisa por atributos.< / td > < / tr >
< tr > < td valign = "top" > < a href = "queries.html" > Consultas< / a > < ul >
2013-02-18 00:51:59 +04:00
< li > < a href = "queries.html#find-window" > A janela Localizar< / a > < / li >
2012-11-16 01:36:54 +04:00
< li > < a href = "queries.html#basic-query" > Consultas básicas - "por Nome"< / a > < / li >
< li > < a href = "queries.html#adv-query" > Consultas avançadas - "por Atributo"< / a > < / li >
< li > < a href = "queries.html#more-adv-query" > Consultas ainda mais avançadas - "por Fórmula"< / a > < / li >
< li > < a href = "queries.html#result-window" > A janela de resultado< / a > < / li >
< li > < a href = "queries.html#query-template" > Modelos de Consultas< / a > < / li >
< / ul > < / td >
< td valign = "top" > Use as consultas super rápidas do Haiku para rapidamente encontrar o que está procurando.< / td > < / tr >
< tr > < td valign = "top" > < a href = "workshop-filetypes+attributes.html" > Oficina: Tipos de Arquivos, Atributos, Indexação e Consultas< / a > < / td >
< td valign = "top" > Aprenda a usar algumas das funcionalidades chave do Haiku organizando seus DVDs.< / td > < / tr >
< tr > < td valign = "top" > < a href = "workshop-email.html" > Oficina: Gerenciando o Correio Eletrônico< / a > < / td >
< td valign = "top" > Aprenda a usar o sistema de correio do Haiku com status e consultas personalizadas.< / td > < / tr >
< tr > < td valign = "top" > < a href = "workshop-wlan.html" > Oficina: Rede sem fio< / a > < / td >
< td valign = "top" > Configure sua rede sem fio, aberta ou encriptada.< / td > < / tr >
2014-04-05 20:48:32 +04:00
< tr > < td valign = "top" > < a href = "applications.html" > Applications< / a > < ul >
< li > < a href = "applications.html#hpkg" > Haiku packages (.hpkg)< / a > < / li >
< li > < a href = "applications.html#beos_apps" > Old BeOS archives (.zip and .pkg)< / a > < / li >
< li > < a href = "applications.html#list-of-apps" > Haiku's applications< / a > < / li >
< li > < a href = "applications.html#cli-apps" > Haiku's commandline applications< / a > < / li >
< li > < a href = "applications.html#list-of-bundled-apps" > Bundled applications< / a > < / li > < / ul > < / td >
2012-11-16 01:36:54 +04:00
< td > Aprenda como (des)instalar aplicativos em geral e a trabalhar com aqueles que já vêm com o Haiku.< / td > < / tr >
< tr > < td valign = "top" > < a href = "desktop-applets.html" > Miniaplicativos da Área de Trabalho< / a > < / td >
< td > Ferramentas simples para instalar em sua Área de Trabalho e no Deskbar.< / td > < / tr >
< tr > < td valign = "top" > < a href = "preferences.html" > Preferências< / a > < / td >
< td > Configure e aprimore seu sistema.< / td > < / tr >
<!--
< tr > < td valign = "top" > < a href = "demos.html" > Demos< / a > < / td >
< td > Games and demo applications.< / td > < / tr >
-->
< tr > < td valign = "top" > < a href = "bash-scripting.html" > Bash e Scripting< / a > < / td >
< td > Aprenda alguns scripts interessantes usados pelo sistema e recursos online para trabalhar com shell e scripting.< / td > < / tr >
< / table >
< / div >
< / div >
< / body >
< / html >