Remove duplicate welcome and userguide directories
@@ -1,405 +0,0 @@
|
||||
/*
|
||||
* Copyright 2008-2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* François Revol <[email protected]>
|
||||
* Stephan Aßmus <[email protected]>
|
||||
* Braden Ewing <[email protected]>
|
||||
* Humdinger <[email protected]>
|
||||
* Vincent Duvert <[email protected]>
|
||||
*/
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
@@ -1,187 +0,0 @@
|
||||
<?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-2015, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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" />
|
||||
<meta name="robots" content="all" />
|
||||
<title>Aplicacions</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/applications.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/applications.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/applications.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/applications.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/applications.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/applications.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/applications.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/applications.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/applications.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/applications.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/applications.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/applications.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/applications.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/applications.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/applications.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/applications.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/applications.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="workshop-filetypes+attributes.html">Tutorial</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="desktop-applets.html">Ginys de l'Escriptori</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Aplicacions</h1>
|
||||
|
||||
<p>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.</p>
|
||||
<div class="box-info">Below you'll always find the <tt>/system/</tt> 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: <tt>~/config/</tt>. See topic <a href="filesystem-layout.html">Filesystem layout</a> for more information.</div>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="hpkg" name="hpkg">Haiku packages (.hpkg)</a></h2>
|
||||
<p>The simplest way is to use <a href="applications/haikudepot.html">HaikuDepot</a> 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.</p>
|
||||
<p>You'll find the newly installed application in <tt>/system/apps/</tt> or, in case of a commandline application, in <tt>/system/bin/</tt>. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.</p>
|
||||
<p>Topics <a href="deskbar.html">Deskbar</a> or <a href="desktop-applets/launchbox.html">LaunchBox</a> describe how to add shortcuts to your newly installed application.</p>
|
||||
<div class="box-info">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.</div>
|
||||
<p>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.</p>
|
||||
<p>Uninstalling is just as easy: Simply find the package in HaikuDepot and click <span class="button">Uninstall</span>.</p>
|
||||
<p>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 <tt>pkgman --help</tt>.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="beos_apps" name="beos_apps">Old BeOS archives (.zip and .pkg)</a></h2>
|
||||
<p>BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens <span class="app">Expander</span> or the old <span class="app">PackageInstaller</span>) anywhere in <tt>/boot/home/</tt> and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.</p>
|
||||
<p>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 <tt>/system/non-packaged/</tt> 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 <a href="http://www.haiku-os.org/guides/daily-tasks/install-applications">online article</a> on how to use the <tt>non-packaged</tt> hierarchy.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="list-of-apps" name="list-of-apps">Aplicacions del Haiku's</a></h2>
|
||||
<p>Haiku comes with a set of mostly small but essential applications. You'll find all of them at <span class="path">/boot/system/apps/</span>. 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 <span class="menu">Applications</span> menu of the Deskbar.</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/activitymonitor-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/activitymonitor.html">ActivityMonitor</a></td><td style="width:10px;"> </td>
|
||||
<td valign="top">Una eina per fer un seguiment dels recursos del sistema com ara la CPU i l'ús de la memòria</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/bootmanager-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/bootmanager.html">BootManager</a></td><td> </td>
|
||||
<td valign="top">Una eina per instal·lar un menú d'arrencada al Master Boot Record (MBR) d'un disc.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/charactermap-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/charactermap.html">CharacterMap</a></td><td> </td>
|
||||
<td valign="top">Una aplicació que mostra el mapa de caràcters Unicode.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/codycam-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/codycam.html">CodyCam</a></td><td> </td>
|
||||
<td valign="top">Una eina per pujar regularment imatges d'una càmera web a un servidor.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/debugger-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/debugger.html">Debugger</a></td><td> </td>
|
||||
<td valign="top">A graphical debugger.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/deskcalc-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/deskcalc.html">DeskCalc</a></td><td> </td>
|
||||
<td valign="top">Una calculadora.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/diskprobe-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/diskprobe.html">DiskProbe</a></td><td> </td>
|
||||
<td valign="top">Un editor hexadecimal per a fitxers i dispositius.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/diskusage-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/diskusage.html">DiskUsage</a></td><td> </td>
|
||||
<td valign="top">Una eina per mostrar l'ús de la memòria del disc.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/drivesetup-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/drivesetup.html">DriveSetup</a></td><td> </td>
|
||||
<td valign="top">Una eina per fer particions del disc.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/expander-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/expander.html">Expander</a></td><td> </td>
|
||||
<td valign="top">Una eina per obrir arxius comprimits.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/haikudepot-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/haikudepot.html">HaikuDepot</a></td><td> </td>
|
||||
<td valign="top">A tool to find, download, install, update and uninstall (application) packages</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/icon-o-matic-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/icon-o-matic.html">Icon-O-Matic</a></td><td> </td>
|
||||
<td valign="top">Una aplicació per generar les icones vectorials del Haiku.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/installer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/installer.html">Installer</a></td><td> </td>
|
||||
<td valign="top">Una eina per instal·lar el Haiku a una partició.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/magnify-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/magnify.html">Magnify</a></td><td> </td>
|
||||
<td valign="top">Una vista ampliada de l'area del volant del cursor del ratolí.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/mail-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/mail.html">Mail</a></td><td> </td>
|
||||
<td valign="top">Un client de correu.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/mediaplayer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/mediaplayer.html">MediaPlayer</a></td><td> </td>
|
||||
<td valign="top">Un reproductor de tots els tipus de fitxers d'àudio i vídeo permesos.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/midiplayer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/midiplayer.html">MidiPlayer</a></td><td> </td>
|
||||
<td valign="top">Un reproductor de fitxers MIDI.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/packageinstaller-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/packageinstaller.html">PackageInstaller</a></td><td> </td>
|
||||
<td valign="top">Instal·lador dels paquets BeOS en format PKG.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/people-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/people.html">People</a></td><td> </td>
|
||||
<td valign="top">Un gestor de contactes.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/poorman-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/poorman.html">PoorMan</a></td><td> </td>
|
||||
<td valign="top">Un servidor web senzill.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/screenshot-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/screenshot.html">Screenshot</a></td><td> </td>
|
||||
<td valign="top">Una eina per fer captures de pantalla.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/showimage-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/showimage.html">ShowImage</a></td><td> </td>
|
||||
<td valign="top">Un visualitzador d'imatges senzill.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/soundrecorder-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/soundrecorder.html">SoundRecorder</a></td><td> </td>
|
||||
<td valign="top"><span style="color:silver">A tool to record audio from line-in or a microphone. [<i>still missing</i>]</span></td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/stylededit-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/stylededit.html">StyledEdit</a></td><td> </td>
|
||||
<td valign="top">Un editor de text senzill.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/terminal-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/terminal.html">Terminal</a></td><td> </td>
|
||||
<td valign="top">Accés al bash.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/textsearch-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/textsearch.html">TextSearch</a></td><td> </td>
|
||||
<td valign="top">Una eina de cerca per a fitxers de text.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/tv-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/tv.html">TV</a></td><td> </td>
|
||||
<td valign="top"><span style="color:silver">A viewer for analog TV. [<i>still missing</i>]</span></td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/webpositive-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/webpositive.html">WebPositive</a></td><td> </td>
|
||||
<td valign="top">Un navegador web nadiu</td></tr>
|
||||
</table>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="cli-apps" name="cli-apps">Aplicacions de la línia d'ordres del Haiku</a></h2>
|
||||
<p>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 <a href="bash-scripting.html">Bash and Scripting</a>.</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/cli-app-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/list-cli-apps.html">Llista de totes les aplicacions de la linia d'ordres</a></td><td> </td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/cli-app-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/cli-apps.html">Aplicacions de la línia d'ordres pròpies del Haiku</a></td><td> </td></tr>
|
||||
</table>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="list-of-bundled-apps" name="list-of-bundled-apps">Aplicacions de tercers</a></h2>
|
||||
<p>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.</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/bepdf-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/bepdf.html">BePDF</a></td><td style="width:10px;"> </td>
|
||||
<td valign="top">Un visualitzador <acronym title="Portable Document Format">PDF</acronym>.</td></tr>
|
||||
<!-- <tr><td style="width:24px;"><img src="../images/apps-images/bezillabrowser-icon_16.png" alt="icon" width="16" height="16" /></td><td _translation_id="270"><a href="applications/bezillabrowser.html">BeZillaBrowser</a></td><td> </td>
|
||||
<td valign="top" _translation_id="271">A web browser based on Mozilla's source code.</td></tr> -->
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/pe-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/pe.html">Pe</a></td><td> </td>
|
||||
<td valign="top">Un editor de text avançat amb colors de sintaxi i moltes altres prestacions.</td></tr>
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/vision-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/vision.html">Vision</a></td><td> </td>
|
||||
<td valign="top">Un client <acronym title="Internet Relay Chat">IRC</acronym>.</td></tr>
|
||||
<!-- <tr><td style="width:24px;"><img src="../images/apps-images/vlc-icon_16.png" alt="icon" width="16" height="16" /></td><td _translation_id="276"><a href="applications/vlc.html">VLC media player</a></td><td> </td>
|
||||
<td valign="top" _translation_id="277">VideoLAN's media player.</td></tr> -->
|
||||
<tr><td style="width:24px;"><img src="../images/apps-images/wonderbrush-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/wonderbrush.html">WonderBrush</a></td><td> </td>
|
||||
<td valign="top">Un programa de gràfics de YellowBite.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="workshop-filetypes+attributes.html">Tutorial</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="desktop-applets.html">Ginys de l'Escriptori</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,86 +0,0 @@
|
||||
<?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, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Monitor d'Activitat</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/activitymonitor.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/activitymonitor.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/activitymonitor.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/activitymonitor.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/activitymonitor.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/activitymonitor.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/activitymonitor.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/activitymonitor.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/activitymonitor.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/activitymonitor.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/activitymonitor.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/activitymonitor.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/activitymonitor.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/activitymonitor.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/activitymonitor.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/activitymonitor.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/activitymonitor.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
<a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="bootmanager.html">Gestor d'Arrencada</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
|
||||
<h2><img src="../../images/apps-images/activitymonitor-icon_64.png" alt="activitymonitor-icon_64.png" width="64" height="64" />Monitor d'Activitat</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/ActivityMonitor</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/ActivityMonitor settings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>El Monitor d'Activitat permet fer un seguiment dels recursos del sistema i altres punts interessants.</p>
|
||||
<img src="../images/apps-images/activitymonitor.png" alt="activitymonitor.png" />
|
||||
<p>Podeu mostrar i amagar tota mena de recursos del sistema, clicant amb el botó dret a la finestra:<br />
|
||||
<i>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.</i></p>
|
||||
<p>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 <span class="app">Icon-O-Matic</span>.</p>
|
||||
<p>Podeu afegir més vistes des del menú <span class="menu">Fitxer</span> si està massa atapeït.</p>
|
||||
<p>El menú <span class="menu">Preferències</span> obre un control que permet triar l'interval en que s'actualitzaran les dades.</p>
|
||||
<p>Cada vista disposa d'unes nanses <a href="../gui.html#replicants">Replicadores</a> que permeten moure'la, per exemple, a l'Escriptori.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
<a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="bootmanager.html">Gestor d'Arrencada</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,87 +0,0 @@
|
||||
<?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, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>BePDF</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/bepdf.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/bepdf.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/bepdf.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/bepdf.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/bepdf.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/bepdf.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/bepdf.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/bepdf.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/bepdf.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/bepdf.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/bepdf.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/bepdf.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/bepdf.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/bepdf.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/bepdf.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/bepdf.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/bepdf.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
<!-- « <a href="activitymonitor.html">Monitor d'Activitat</a>
|
||||
::
|
||||
-->
|
||||
<a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="pe.html">Pe</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/bepdf-icon_64.png" alt="bepdf-icon_64.png" width="64" height="64" />BePDF</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/BePDF/BePDF</span></td></tr>
|
||||
<tr><td>Documentació:</td><td></td><td><span class="path">/boot/system/apps/BePDF/docs/*</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/BePDF</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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.</p>
|
||||
<p>Documentation is available as <a href="file:///boot/system/apps/BePDF/docs/English/table_of_contents.html">HTML</a> or <a href="file:///boot/system/apps/BePDF/docs/English.pdf">PDF</a>. The latter will also open from the menu <span class="menu">Help | Show Help...</span>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="activitymonitor.html">Monitor d'Activitat</a>
|
||||
:: <a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="pe.html">Pe</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,110 +0,0 @@
|
||||
<?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 2011, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Gestor d'Arrencada</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/bootmanager.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/bootmanager.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/bootmanager.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/bootmanager.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/bootmanager.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/bootmanager.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/bootmanager.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/bootmanager.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/bootmanager.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/bootmanager.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/bootmanager.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/bootmanager.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/bootmanager.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/bootmanager.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/bootmanager.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/bootmanager.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/bootmanager.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="activitymonitor.html">Monitor d'Activitat</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="charactermap.html">Mapa de Caràcters</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
|
||||
<h2><img src="../../images/apps-images/bootmanager-icon_64.png" alt="bootmanager-icon_64.png" width="64" height="64" />Gestor d'Arrencada</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><i>Cap, normalment s'inicia des del menú <span class="menu">Eines</span> de l'Instal·lador</i></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/BootManager</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><i>cap</i><br />les còpies de seguretat del MBR es desent per omisió a <span class="path">~/config/settings/bootman/</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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:</p>
|
||||
<img src="../images/apps-images/bootmenu.png" alt="bootmenu.png" />
|
||||
<div class="box-info">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).</div>
|
||||
<p>El Gestor d'Arrencada us guiarà en el procés d'instal·lació del menú d'arrencada.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a name="1-drives" id="1-drives">Tria del disc destí</a></h2>
|
||||
<img src="../images/apps-images/bootmanager-1.png" alt="bootmanager-1.png" />
|
||||
<p>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ó <span class="button">Desinstal·la</span>, que us portarà a un simple procediment per tal de restaurar el MBR anterior, suprimint així de nou el menú d'arrencada.<br />
|
||||
Altrament, trieu <span class="button">Instal·la</span> per continuar.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a name="2-backup" id="2-backup">Còpia de seguretat del Master Boot Record (MBR)</a></h2>
|
||||
<p>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!</p>
|
||||
<img src="../images/apps-images/bootmanager-2.png" alt="bootmanager-2.png" />
|
||||
<img src="../images/apps-images/bootmanager-3.png" alt="bootmanager-3.png" />
|
||||
<p>Simplement trieu un destí per la còpia del "<tt>MBR</tt>" o bé deixeu la ruta per omisió. Després de clicar <span class="button">Següent</span> rebreu la confirmació de que la còpia ha estat realitzada correctament.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a name="3-menu" id="3-menu">Configuració del menú d'arrencada</a></h2>
|
||||
<img src="../images/apps-images/bootmanager-4.png" alt="bootmanager-4.png" />
|
||||
<img src="../images/apps-images/bootmanager-5.png" alt="bootmanager-5.png" />
|
||||
<p>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.</p>
|
||||
<p>Després, trieu del menú desplegable quina partició arrencarà per omisió i indiqueu el temps d'espera amb el lliscador de sota. Aquí, "<i>Immediatament</i>" no mostrarà el menú, "<i>Mai</i>" s'hi aturarà. A l'arrencada podeu ignorar el temps d'espera prement la tecla <span class="key">ALT</span>.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a name="4-mbr" id="4-mbr">Escriptura del menú d'arrencada</a></h2>
|
||||
<img src="../images/apps-images/bootmanager-6.png" alt="bootmanager-6.png" />
|
||||
<img src="../images/apps-images/bootmanager-7.png" alt="bootmanager-7.png" />
|
||||
<p>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.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="activitymonitor.html">Monitor d'Activitat</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="charactermap.html">Mapa de Caràcters</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,88 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Reproductor de CDs</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/cdplayer.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/cdplayer.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/cdplayer.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/cdplayer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/cdplayer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/cdplayer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/cdplayer.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/cdplayer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/cdplayer.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/cdplayer.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/cdplayer.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/cdplayer.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/cdplayer.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/cdplayer.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/cdplayer.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../en/applications/cdplayer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="bootmanager.html">Gestor d'Arrencada</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="charactermap.html">Mapa de Caràcters</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
|
||||
<h2><img src="../../images/apps-images/cdplayer-icon_64.png" alt="cdplayer-icon_64.png" width="64" height="64" />Reproductor de CDs</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/CDPlayer</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/cd/*</span> - Conserva els detalls de tots els CDs coneguts</td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<!-- TODO: Exactly how does it work, once BGA got the cddb daemon finished?
|
||||
<p>Haiku's simple CD player uses the system's <span class="cli">cddb</span> daemon to download artist/album/song names from a server on the internet. This means that a network connection is needed for this identification, of course, and also, privately burned compilations can't be identified.<br />
|
||||
<p>This data is stored as plain text file containing the album/song names and playing time in <span class="path">~/cd</span>. Thus only one look-up after first insertion is needed. Plus, if you need the details of a CD, maybe for creating a nice cover, you now know where to look for it.</p>
|
||||
-->
|
||||
<p><br /></p>
|
||||
<img src="../images/apps-images/cdplayer.png" alt="cdplayer.png" />
|
||||
<p>L'ús és força semblant al que es podria esperar observant els seus botons.<br />
|
||||
Activeu el botó <span class="button">Repeteix</span> a l'esquerra del botó <span class="button">A l'atzar</span> per reproduïr tot el CD.</p>
|
||||
<p>Si us cal més control com ara llistes de reproducció, proveu millor el <a href="mediaplayer.html">MediaPlayer</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="bootmanager.html">Gestor d'Arrencada</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="charactermap.html">Mapa de Caràcters</a> »
|
||||
</span></div>
|
||||
</div>-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,85 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Mapa de Caràcters</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/charactermap.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/charactermap.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/charactermap.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/charactermap.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/charactermap.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/charactermap.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/charactermap.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/charactermap.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/charactermap.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/charactermap.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/charactermap.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/charactermap.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/charactermap.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/charactermap.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/charactermap.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/charactermap.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/charactermap.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="bootmanager.html">Gestor d'Arrencada</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="codycam.html">CodyCam</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
|
||||
<h2><img src="../../images/apps-images/charactermap-icon_64.png" alt="charactermap-icon_64.png" width="64" height="64" />CharacterMap</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/CharacterMap</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/CharacterMap settings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>CharacterMap mostra el codi UTF-8 de cada caràcter d'un tipus de lletra.</p>
|
||||
<img src="../images/apps-images/charactermap.png" alt="charactermap.png" />
|
||||
<p>A l'esquerra teniu els blocs estàndard, juntament amb una útil funció de filtre. Opcionalment, podeu triar també <span class="menu">Mostra els blocs privats</span> al menú <span class="menu">Visualitza</span>. A la dreta es mostren els símbols reals d'aquests blocs, utilitzant el tipus de lletra indicat al menú <span class="menu">Tipus de lletra</span>. 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.</p>
|
||||
<p>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 <span class="menu">Copiar-lo</span> (<span class="key">ALT</span> <span class="key">C</span>) o bé <span class="menu">Copiar-lo com a cadena de bytes escapada</span> (<span class="key">SHIFT</span> <span class="key">ALT</span> <span class="key">C</span>). Obtenint així, per exemple, ja sigui <tt>€</tt> o bé <tt>\xe2\x82\xac</tt>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="bootmanager.html">Gestor d'Arrencada</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="codycam.html">CodyCam</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,146 +0,0 @@
|
||||
<?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" xml:lang="en">
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2010-2016, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Commandline Applications</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/cli-apps.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/cli-apps.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/cli-apps.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/cli-apps.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/cli-apps.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/cli-apps.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/cli-apps.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/cli-apps.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/cli-apps.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/cli-apps.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/cli-apps.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/cli-apps.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/cli-apps.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/cli-apps.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/cli-apps.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/cli-apps.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/cli-apps.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
|
||||
<span>
|
||||
« <a href="list-cli-apps.html">List of commands</a>
|
||||
:: <a href="../applications.html#cli-apps" class="uplink">Applications</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/cli-app-icon_64.png" alt="cli-app-icon_64.png" width="64" height="64" />Haiku-specific commandline applications</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Ubicació:</td><td style="width:15px;"></td><td><span class="path">/boot/system/bin/</span><br />
|
||||
<span class="path">/boot/system/non-packaged/bin/</span><br /><span class="path">~/config/bin/</span><br /><span class="path">~/config/non-packaged/bin/</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>All commandline applications shipped with Haiku are in <span class="path">/boot/system/bin/</span>. Your own or additionally installed commandline apps will appear there as well, or in <span class="path">~/config/bin/</span>, when installed from a .hpkg package. Otherwise you can put them into <span class="path">/boot/system/non-packaged/bin/</span> or <span class="path">~/config/non-packaged/bin/</span>. All these locations are part of the PATH variable and are therefore automatically found.<br />
|
||||
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 <span class="path">bin/</span> folders on your own a bit. Executing an app with the parameter <tt>--help</tt> shows the usage of the command and all its various options.</p>
|
||||
|
||||
<h3><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="cli-attributes" name="cli-attributes">Relating to attributes: <span class="cli">listattr</span>, <span class="cli">catattr</span>, <span class="cli">addattr</span>, <span class="cli">rmattr</span>, <span class="cli">copyattr</span></a></h3>
|
||||
<p>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!<br />
|
||||
All these commands are described in topic <a href="../attributes.html#attributes-terminal">Attributes in Terminal</a>.</p>
|
||||
|
||||
<h3><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="cli-index" name="cli-index">Relating to the index: <span class="cli">lsindex</span>, <span class="cli">mkindex</span>, <span class="cli">reindex</span>, <span class="cli">rmindex</span></a></h3>
|
||||
<p>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.<br />
|
||||
These commands are described in topic <a href="../index.html">Index</a>.</p>
|
||||
|
||||
<h3><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="cli-pkg" name="cli-pkg">Relating to package management: <span class="cli">package</span>, <span class="cli">pkgman</span></a></h3>
|
||||
<p>The <span class="cli">package</span> command is used to manage HPKG packages. Have a look at the article <a href="https://www.haiku-os.org/guides/daily-tasks/install-applications">Installing applications</a> to learn the very basics. Usually the tool <a href="https://github.com/haikuports/haikuports/wiki">haikuporter</a> is used to create so-called recipes for automatic package building.</p>
|
||||
<p><span class="cli">pkgman</span> 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 <tt>full-sync</tt>: It is more aggressive and also downgrades or removes packages, if necessary.<br />
|
||||
For more details on a parameter, append "--help", e.g. <tt>pkgman search --help</tt>.</p>
|
||||
|
||||
<h3><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="cli-scripting" name="cli-scripting">Useful scripting commands</a></h3>
|
||||
<p>Here are a few commandline tools that are especially useful for scripting (see also topic <a href="../bash-scripting.html">Bash and Scripting</a>).</p>
|
||||
<table summary="scripting cli tools" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><p><span class="cli">alert</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">alert</span> conjures up the typical alert window with a pre-defined icon, explanatory text and up to three buttons. It will return the title of the pressed button and an exit status (starting with 0). For example, this is made of the line:</p>
|
||||
<pre class="terminal">alert --idea "FantasticApp(tm) installed successfully!
|
||||
Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"</pre>
|
||||
<p><img src="../images/apps-images/cli-alert.png" alt="cli-alert.png" /></p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">filepanel</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">filepanel</span> displays a load or save file panel and lets the user choose a file or location. As a return value you'll get the chosen file or folder's path. There are several parameters available, for example to set a starting directory, a window title, a default name when saving or restrictions to the allowed types of files. This is an example of</p>
|
||||
<pre class="terminal">filepanel -s -t "Save your logfile" -d ~/config/settings -n Fantastic.log</pre>
|
||||
<p><img src="../images/apps-images/cli-filepanel.png" alt="cli-alert.png" /></p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">hey</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">hey</span> is a littler helper tool that sends BMessages to applications and prints out their answer. It can be used for application scripting, i.e. "remote controlling" a program from a script or the command line. It's usage is a bit complex... Thanks to Scot Hacker's BeOS Bible, there's a nice <a href="http://www.birdhouse.org/beos/bible/bos/ch_scripting6.html">hey tutorial</a> by Chris Herborth.</p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">query</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">query</span> is the commandline version of the Find panel. In fact, a quick way to generate the search term is to build a query in the Find panel, switch to <span class="menu">by formula</span>, add double quotes (<tt>"</tt>) in front and back and paste the whole string after your <span class="cli">query</span> command in Terminal or your script.</p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">waitfor</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">waitfor</span> is a nice way to wait for a particular application or thread to be started or to have ended.</p>
|
||||
</td></tr></table>
|
||||
|
||||
<h3><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="cli-other" name="cli-other">Other commands</a></h3>
|
||||
|
||||
<table summary="scripting cli tools" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><p><span class="cli">checkfs</span></p></td><td style="width:10px;"> </td>
|
||||
<td><p><span class="cli">checkfs</span> is an important tool to check for errors in your file system. Simply add a volume name like <span class="path">/Haiku</span> or device path and it'll run through every file and correct inconsistencies where possible.</p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">desklink</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">desklink</span> 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 <span class="app">screenshot</span> with various options (the "<tt>\</tt>" in the first line is just for the line break in Terminal):</p>
|
||||
<pre class="terminal"> desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2" \
|
||||
"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
|
||||
</pre>
|
||||
<p><img src="../images/apps-images/cli-desklink.png" alt="cli-alert.png" /></p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">diskimage</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">diskimage</span> 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.</p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">mountvolume</span><br /><span class="cli">mount</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">mountvolume</span> 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 <tt>--help</tt> for more options.</p>
|
||||
<p><span class="cli">mount</span> can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the <tt>-t</tt> parameter and the remote location with the <tt>-p</tt> parameter. As filesystem parameter you can use anything you find in <span class="path">/system/add-ons/kernel/file_system</span> (and corresponding file hierarchies under <span class="path">~/config</span> or "<span class="path">non-packaged</span>", of course). You also have to create a folder as mountpoint. Here's an example:</p>
|
||||
<pre class="terminal">mkdir -p /DiskStation
|
||||
mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation</pre></td></tr>
|
||||
<tr><td><p><span class="cli">open</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">open</span> 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 <tt>.</tt> for the current directory and <tt>..</tt> for the parent, opening the folder in Tracker.</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="list-cli-apps.html">List of commands</a>
|
||||
:: <a href="../applications.html#cli-apps" class="uplink">Aplicacions</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,85 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>CodyCam</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/codycam.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/codycam.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/codycam.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/codycam.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/codycam.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/codycam.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/codycam.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/codycam.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/codycam.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/codycam.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/codycam.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/codycam.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/codycam.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/codycam.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/codycam.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/codycam.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/codycam.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="charactermap.html">Mapa de Caràcters</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="debugger.html">Debugger</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/codycam-icon_64.png" alt="codycam-icon_64.png" width="64" height="64" />CodyCam</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/CodyCam</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/codycam</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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.</p>
|
||||
<img src="../images/apps-images/codycam.png" alt="My very temporarily installed cam in Dartmoor National Park." />
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="charactermap.html">Mapa de Caràcters</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="debugger.html">Debugger</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,96 +0,0 @@
|
||||
<?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" xml:lang="en">
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2015, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Debugger</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/debugger.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/debugger.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/debugger.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/debugger.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/debugger.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/debugger.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/debugger.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/debugger.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/debugger.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/debugger.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/debugger.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/debugger.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/debugger.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/debugger.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/debugger.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/debugger.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/debugger.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
|
||||
<span>
|
||||
« <a href="codycam.html">CodyCam</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
|
||||
:: <a href="deskcalc.html">DeskCalc</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/debugger-icon_64.png" alt="debugger-icon_64.png" width="64" height="64" />Debugger</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
|
||||
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Debugger</span></td></tr>
|
||||
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Debugger settings</span><br />
|
||||
<span class="path">~/config/settings/Debugger/</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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:</p>
|
||||
<img src="../images/apps-images/debugger_alert.png" alt="debugger_alert.png" />
|
||||
<p>It gives three options to react to the crash:</p>
|
||||
<ul>
|
||||
<li><p><span class="button">Terminate</span> will clean up after the crashed app but otherwise does nothing further.</p></li>
|
||||
<li><p><span class="button">Debug</span> will start the Debugger for further investigation.</p></li>
|
||||
<li><p><span class="button">Save report</span> 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.<br />
|
||||
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.</p></li>
|
||||
</ul>
|
||||
<p>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 <span class="button">Debug</span> option in the above alert:</p>
|
||||
<img src="../images/apps-images/debugger.png" alt="debugger.png" />
|
||||
<p>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.</p>
|
||||
<p>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 <a href="http://www.freelists.org/list/haiku-development">development mailing list</a>. If you find more useful resources, please file a <a href="../../../welcome/en/bugreports.html">bugreport</a> with that info.</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><a href="https://www.haiku-os.org/taxonomy/term/1240">Blogposts</a></td><td> </td><td>There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.</td></tr>
|
||||
<tr><td class="onelinetop"><a href="https://www.youtube.com/watch?v=n-NDFwtmQcI&list=PL2KiE-VO9zk-9XPmfusEDaOFd_7AiVKzz">BeGeistert 026 video</a></td><td> </td><td>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.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="codycam.html">CodyCam</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="deskcalc.html">Calculadora</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,112 +0,0 @@
|
||||
<?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 2009-2012, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Calculadora</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/deskcalc.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/deskcalc.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/deskcalc.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/deskcalc.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/deskcalc.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/deskcalc.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/deskcalc.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/deskcalc.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/deskcalc.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/deskcalc.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/deskcalc.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/deskcalc.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/deskcalc.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/deskcalc.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/deskcalc.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/deskcalc.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/deskcalc.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="debugger.html">Debugger</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="diskprobe.html">DiskProbe</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/deskcalc-icon_64.png" alt="deskcalc-icon_64.png" width="64" height="64" />Calculadora</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/DeskCalc</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/DeskCalc_settings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>DeskCalc is a simple calculator that nevertheless has some nice features that aren't apparent on first sight.</p>
|
||||
<img src="../images/apps-images/deskcalc.png" alt="deskcalc.png" />
|
||||
<ul>
|
||||
<li><p>DeskCalc understands much more than its simple keypad suggests.<br />
|
||||
Besides the operators <tt> </tt>, <tt>-</tt>, <tt>*</tt>, <tt>/</tt>, <tt>%</tt>, <tt>^</tt> and the constants <tt>pi</tt> and <tt>e</tt> the following math functions are supported:<br />
|
||||
<tt>!</tt>, <tt>acos</tt>, <tt>asin</tt>, <tt>atan</tt>, <tt>atan2</tt>, <tt>cbrt</tt>, <tt>ceil</tt>, <tt>cos</tt>, <tt>cosh</tt>, <tt>exp</tt>, <tt>floor</tt>, <tt>log</tt>, <tt>log10</tt>, <tt>pow</tt>, <tt>sin</tt>, <tt>sinh</tt>, <tt>sqrt</tt>, <tt>tan</tt>, <tt>tanh</tt>.</p></li>
|
||||
|
||||
<li><p>Right-clicking offers these options:</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td colspan="2"><span class="menu">Enable Num Lock on start up</span></td><td style="width:15px;"></td><td>Automatically activates the number block when launching DeskCalc.</td></tr>
|
||||
<tr><td colspan="2"><span class="menu">Radiants/Degrees</span></td><td></td><td>Switch between "rad" and "deg" as unit for angular measure.</td></tr>
|
||||
<tr><td><span class="menu">Compact</span></td><td><span class="key">ALT</span> <span class="key">0</span></td><td></td><td>A minimal view mode that hides the keypad.</td></tr>
|
||||
<tr><td><span class="menu">Basic</span></td><td><span class="key">ALT</span> <span class="key">1</span></td><td></td><td>The standard look of DeskCalc.</td></tr>
|
||||
<tr><td><span class="menu">Scientific</span></td><td><span class="key">ALT</span> <span class="key">2</span></td><td></td><td>Show additional buttons for advanced calculations.</td></tr>
|
||||
</table></li>
|
||||
<li><p>When it comes to user input, DeskCalc is quite tolerant:<br />
|
||||
<tt>/</tt>, <tt>:</tt>, <tt>\</tt> are all interpreted as division operators,<br />
|
||||
<tt>*</tt>, <tt>x</tt> are valid symbols for multiplication.<br />
|
||||
Also, be aware that <tt>.</tt> and <tt>,</tt> are both considered floating points, which means you mustn't use them as 1000-separators.</p></li>
|
||||
<li><p>You can resize the calculator until it fits your needs and then put it as <a href="../gui.html#replicants">Replicant</a> onto the Desktop via drag&drop of the symbol in the bottom right corner. Make sure <span class="menu">Show replicants</span> is activated in the Deskbar.</p></li>
|
||||
<li><p>The keypad can be colored with a drag&drop from any color well, e.g. from <span class="app">Icon-O-Matic</span>.</p></li>
|
||||
<li><p>You can move up and down in a history of past calculations with <span class="key">↑</span> and <span class="key">↓</span>.</p></li>
|
||||
<li><p>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.</p>
|
||||
<p>Even better, the reverse is also possible:<br />
|
||||
Create clippings as described at various stages of your calculation and go back to them by drag & dropping them back into DeskCalc.<br />
|
||||
Or you drag&drop a calculation directly out of an email onto DeskCalc.</p></li>
|
||||
<li><p>DeskCalc can be used in Terminal. Just put the expression in double quotes, like this:</p>
|
||||
<pre class="terminal">~> DeskCalc "sin(45)*(cos(12)+3.45)"
|
||||
3.65365546732025461817951947270058</pre>
|
||||
<p>Note: Used in the Terminal, DeskCalc will always use radians as unit for these trigonometric functions.</p></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="debugger.html">Debugger</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="diskprobe.html">DiskProbe</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,89 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>DiskProbe</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/diskprobe.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/diskprobe.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/diskprobe.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/diskprobe.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/diskprobe.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/diskprobe.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/diskprobe.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/diskprobe.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/diskprobe.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/diskprobe.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/diskprobe.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/diskprobe.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/diskprobe.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/diskprobe.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/diskprobe.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/diskprobe.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/diskprobe.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="deskcalc.html">Calculadora</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="diskusage.html">UsDelDisc</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/diskprobe-icon_64.png" alt="diskprobe-icon_64.png" width="64" height="64" />DiskProbe</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>DiskProbe is a HEX editor to view and alter data of a file or on a device on a byte-level. It's a very low-level tool and has therefore the potential to really mess things up if you're not careful!</p>
|
||||
<div class="box-warning">Always work with the backup of a file and be extra careful when working directly on a device.</div>
|
||||
<p>When starting DiskProbe you'll first be asked for the file or the device to work on. After that you are presented with this interface:</p>
|
||||
<p><img id="diskprobe" src="../images/apps-images/diskprobe.png" alt="diskprobe.png" /></p>
|
||||
<p>The main view shows always one block of data, the size of which can be adjusted with <span class="menu">View | BlockSize</span>. To the left is the offset to the start of the block, in the middle the data as HEX values and to the right the same as ASCII symbols.<br />
|
||||
You can move from block to block with the slider above or with <span class="key">ALT</span> <span class="key">←</span> and <span class="key">ALT</span> <span class="key">→</span> and switch between the HEX and ASCII columns with <span class="key">TAB</span>.</p>
|
||||
<p><span class="menu">Block | Selection</span> will not only show the selection with different endianess (and in HEX or decimal, set by <span class="menu">View | Base</span>), it will also interprete the selection as a block offset that you can jump to. It will be grayed out if the position is outside of the file/device.<br />
|
||||
This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.</p>
|
||||
<p>If the file you're probing includes attributes, the <span class="menu">Attributes</span> menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the <span class="app">AboutSystem</span> application:
|
||||
</p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p>
|
||||
<p>Depending on the kind of attribute, you'll get a different editor tab besides the always present <i>Raw Editor</i>. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="deskcalc.html">Calculadora</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="diskusage.html">UsDelDisc</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,96 +0,0 @@
|
||||
<?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 2009-2013, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>DiskUsage</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/diskusage.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/diskusage.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/diskusage.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/diskusage.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/diskusage.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/diskusage.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/diskusage.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/diskusage.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/diskusage.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/diskusage.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/diskusage.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/diskusage.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/diskusage.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/diskusage.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/diskusage.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/diskusage.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/diskusage.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="diskprobe.html">DiskProbe</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="drivesetup.html">DriveSetup</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/diskusage-icon_64.png" alt="diskusage-icon_64.png" width="64" height="64" />DiskUsage</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/DiskUsage</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/DiskUsage</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>DiskUsage shows graphically how the space on your volumes is utilized.<br />
|
||||
A useful tool to answer the question, "<i>Where has all my disk space gone?</i>".</p>
|
||||
<p>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 <span class="button">Scan</span> 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.<br />
|
||||
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.</p>
|
||||
<p><img id="diskusage" src="../images/apps-images/diskusage.png" alt="diskusage.png" /></p>
|
||||
<p>The concentric circles represent different levels in the file system hierarchy. Above, the circle in the center represents the <span class="path">/boot/home/</span> folder. Each segment of the ring immediately outside that circle is a file or folder under <span class="path">/boot/home/</span>. 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.</p>
|
||||
<div class="box-info"><ul>
|
||||
<li>If the graphical representation of a file or folder comprises less than about 2° of a circle, it is excluded from the display.</li>
|
||||
<li>The number of files that's reported for a folder includes files in subfolders too. A folder counts as a file.</li>
|
||||
<li>DiskUsage ignores symbolic links.</li>
|
||||
</ul></div>
|
||||
<p>As you move the mouse over a segment, information about that file or folder appears in the status bar at the bottom.</p>
|
||||
<p>Right-clicking a segment offers a context menu to <span class="menu">Get info</span>, <span class="menu">Open</span> (with Tracker), <span class="menu">Open with</span> another suitable application or <span class="menu">Rescan</span> that particular folder.<br />
|
||||
Left-clicking a segment makes that file/folder the center circle.<br />
|
||||
Left-clicking the center circle moves you up one level.</p>
|
||||
<p>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.</p>
|
||||
<p>You can also use the Tracker add-on from the context menu of any folder to start DiskUsage with that particular location.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="diskprobe.html">DiskProbe</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="drivesetup.html">DriveSetup</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,102 +0,0 @@
|
||||
<?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, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>DriveSetup</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/drivesetup.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/drivesetup.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/drivesetup.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/drivesetup.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/drivesetup.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/drivesetup.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/drivesetup.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/drivesetup.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/drivesetup.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/drivesetup.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/drivesetup.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/drivesetup.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/drivesetup.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/drivesetup.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/drivesetup.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/drivesetup.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/drivesetup.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="diskusage.html">DiskUsage</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="expander.html">Expander</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/drivesetup-icon_64.png" alt="drivesetup-icon_64.png" width="64" height="64" />DriveSetup</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/DriveSetup</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/DriveSetup</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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 <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> to provide the space for another partition.</p>
|
||||
<img src="../images/apps-images/drivesetup.png" alt="drivesetup.png" />
|
||||
<p>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.</p>
|
||||
<p>You can select a partition from the list and mount and unmount them with the commands in the <span class="menu">Partition</span> menu or by pressing <span class="key">ALT</span> <span class="key">M</span> or <span class="key">ALT</span> <span class="key">U</span>.</p>
|
||||
<p>You can also completely delete a partition with <span class="menu">Partition | Delete</span>.<br />
|
||||
Which brings us to this:</p>
|
||||
<div class="box-stop">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!</div>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="creating" name="creating">Creating a new partition</a></h2>
|
||||
<div class="box-info">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 <a href="#initializing">Initializing</a>.</div>
|
||||
<p>When you found unformatted space on a drive, like the above <tt><empty></tt>, you can create a new partition in this space with <span class="menu">Partition | Create...</span>(<span class="key">ALT</span> <span class="key">C</span>).</p>
|
||||
<img src="../images/apps-images/drivesetup-create.png" alt="drivesetup-create.png" />
|
||||
<p>You're prompted with this dialog that lets you adjust the partition size and type. Choose <span class="menu">Be File System</span> 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.</p>
|
||||
<p>If you have created a primary partition instead of just another extended/logical partition within one, the above dialog also displays an <span class="menu">Active partition</span> checkbox. You'll have to check that, if you'll use that partition to boot a Haiku installation.</p>
|
||||
<p>Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="initializing" name="initializing">Initializing a partition</a></h2>
|
||||
<p>Only unmounted partitions can be initialized by using the <span class="menu">Partition | Initialize</span> menu.</p>
|
||||
<img src="../images/apps-images/drivesetup-initialize.png" alt="drivesetup-initialize.png" />
|
||||
<p>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.<br />
|
||||
Initializing will destroy all data on that partition!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="diskusage.html">DiskUsage</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="expander.html">Expander</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,95 +0,0 @@
|
||||
<?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-2013, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Expander</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/expander.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/expander.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/expander.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/expander.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/expander.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/expander.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/expander.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/expander.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/expander.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/expander.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/expander.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/expander.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/expander.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/expander.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/expander.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/expander.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/expander.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="drivesetup.html">DriveSetup</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="haikudepot.html">HaikuDepot</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/expander-icon_64.png" alt="expander-icon_64.png" width="64" height="64" />Expander</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><i>No entry, normally launched via double-clicking a supported file.</i></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Expander</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/Expander_Settings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.<br />
|
||||
Just double-click an archive to see this simple interface:</p>
|
||||
<p><img id="expander" src="../images/apps-images/expander.png" alt="expander.png" /></p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td style="width:80px;"><span class="button">Orígen</span></td><td style="width:70px;"><span class="key">ALT</span> <span class="key">O</span></td><td>will open a file dialog to find an archive to unpack.</td></tr>
|
||||
<tr><td><span class="button">Destí</span></td><td><span class="key">ALT</span> <span class="key">D</span></td><td>will open a file dialog to set the destination.</td></tr>
|
||||
<tr><td><span class="button">Extreu</span></td><td><span class="key">ALT</span> <span class="key">E</span></td><td>will start the unpacking. It can be aborted with <span class="key">ALT</span> <span class="key">K</span>.</td></tr>
|
||||
</table>
|
||||
<p>You can toggle the display of the file listing by un/checking <i>Show contents</i> or pressing <span class="key">ALT</span> <span class="key">L</span>.</p>
|
||||
<div class="box-info">Expander can only unpack whole archives.<br />
|
||||
You can't select individual files to expand or add/remove files from the archive.</div>
|
||||
<p><span class="menu">Settings | Settings...</span> or <span class="key">ALT</span> <span class="key">S</span> opens a preference panel that offers some useful settings to adjust Expander's behavior.<br />
|
||||
The options are all self-explanatory:</p>
|
||||
<p><img id="preferences" src="../images/apps-images/expander-preferences.png" alt="expander-preferences.png" /></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="drivesetup.html">DriveSetup</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="haikudepot.html">HaikuDepot</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,155 +0,0 @@
|
||||
<?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 2013-2014 Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>HaikuDepot</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/haikudepot.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/haikudepot.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/haikudepot.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/haikudepot.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/haikudepot.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/haikudepot.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/haikudepot.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/haikudepot.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/haikudepot.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/haikudepot.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/haikudepot.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/haikudepot.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/haikudepot.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/haikudepot.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/haikudepot.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/haikudepot.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/haikudepot.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="expander.html">Expander</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="icon-o-matic.html">Icon-O-Matic</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Index</td></tr>
|
||||
<tr class="index"><td><a href="#filter">The Filter</a><br />
|
||||
<a href="#list">The List</a><br />
|
||||
<a href="#info">The Info Area</a><br />
|
||||
<a href="#menu">Tools and Options</a><br />
|
||||
<a href="#account">Creating a User Account</a><br />
|
||||
<a href="#rating">Rating and Commenting</a><br />
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<h2><img src="../../images/apps-images/haikudepot-icon_64.png" alt="haikudepot-icon_64.png" width="64" height="64" />HaikuDepot</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
|
||||
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/HaikuDepot</span></td></tr>
|
||||
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/HaikuDepot/</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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 "<i>Featured packages</i>", 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.</p>
|
||||
<img src="../images/apps-images/haikudepot.png" alt="haikudepot.png" />
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="filter" name="filter">The Filter</a></h2>
|
||||
<p>At the top we find a few means to filter the list of available packages below:</p>
|
||||
<ul>
|
||||
<li><p>The <span class="menu">Category</span> pop-up menu lets you limit the list to individual categories like "<i>Audio</i>" or "<i>Games</i>".</p></li>
|
||||
<li><p>The <span class="menu">Depot</span> 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 ("<i>Local</i>"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.</p></li>
|
||||
<li><p>The <span class="menu">Search terms</span> text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.</p></li>
|
||||
</ul>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="list" name="list">The List</a></h2>
|
||||
<p>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.</p>
|
||||
<p>The status column of a package can have one of several states:</p>
|
||||
<ul>
|
||||
<li><p><span class="menu">Active</span>: The package is currently installed and ready to be used.</p></li>
|
||||
<li><p><span class="menu">Available</span>: 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.</p></li>
|
||||
<li><p><span class="menu">Pending / %</span>: <i>Pending</i> is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.</p></li>
|
||||
<li><p><span class="menu">Update available</span>: There's a newer version than your installed one available.</p></li>
|
||||
</ul>
|
||||
<p>You can grab the dotted line between the packages list and the info area to vertically resize the packages list.</p>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="info" name="info">The Info Area</a></h2>
|
||||
<p>At the bottom is an area that displays information on the package that is currently selected in the list above it.<br />
|
||||
To the right of package name, author, rating and version is a button, that – depending on the current state of the package – lets you <span class="button">Install</span>, <span class="button">Uninstall</span> or <span class="button">Update</span> it. If a package is already installed, you'll find an additional button there to <span class="button">Open</span> the application.</p>
|
||||
<p>Below are three tabs: About, Ratings, and Changelog.</p>
|
||||
<ul>
|
||||
<li><p _translation_id="5252"><span class="menu">About</span></p>
|
||||
<p _translation_id="5253">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</p></li>
|
||||
<li><p _translation_id="5254"><span class="menu">Ratings</span></p>
|
||||
<p _translation_id="5255">The second tab shows ratings and comments of users, if available.</p>
|
||||
<img src="../images/apps-images/haikudepot-rating-tab.png" alt="haikudepot-rating-tab.png" />
|
||||
<p _translation_id="5268">To the left is a statistic, showing the number of stars (1 to 5) the package got from how many users.<br />
|
||||
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 <a href="#rating">further down</a>.<br />
|
||||
With the little thumb up/down icons to the right, you can show your approval or disapproval with a certain comment.</p></li>
|
||||
<li><p _translation_id="5257"><span class="menu">Changelog</span></p>
|
||||
<p _translation_id="5258">The last tab shows the detailed history of all the versions of the package that have been released so far.</p></li>
|
||||
</ul>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="menu" name="menu">Tools and Options</a></h2>
|
||||
<p>In the <span class="menu">Tools</span> menu at the top of the window, you'll find an item to <span class="menu">Refresh depots</span>. This will request an up-to-date list of all available packages from the repositories.</p>
|
||||
<p>Under <span class="menu">Options</span> you can choose to also <span class="menu">Show develop packages</span> and <span class="menu">Show source packages</span> 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.</p>
|
||||
<p>Of more interest are the other two items, <span class="menu">Show available packages</span> and <span class="menu">Show installed packages</span>, which are pretty self-explanatory.</p>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="account" name="account">Creating a User Account</a></h2>
|
||||
<p>To be able to rate a package, you need a user account at the <a href="http://depot.haiku-os.org">Haiku Depot Server</a> 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: <span class="menu">Not logged in</span>. Choosing <span class="menu">Log in...</span> 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:</p>
|
||||
<img src="../images/apps-images/haikudepot-login-tab.png" alt="haikudepot-login-tab.png" />
|
||||
<p>To create an account you need to:</p>
|
||||
<ul><li>use an all lower-case user name without special characters</li>
|
||||
<li>use a password that's at least 8 characters long with at least 2 capitals and 2 numbers</li>
|
||||
<li>provide a valid email address (if you want a new password sent to you in case you forgot it)</li>
|
||||
<li>solve the captcha</li></ul>
|
||||
<p>After logging in, the top-right menu of the HaikuDepot window will now say <span class="menu">Logged in as (...)</span>, showing your user name. The menu now offers you to <span class="menu">Switch account...</span> or <span class="menu">Log out</span>.</p>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="rating" name="rating">Rating and Commenting</a></h2>
|
||||
<p>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 <span class="button">Rating...</span> button. Click it to open the rating window:</p>
|
||||
<img src="../images/apps-images/haiku-depot-ratingpanel.png" alt="haiku-depot-ratingpanel.png" />
|
||||
<p>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. :)<br />
|
||||
After you click <span class="button">Send</span> the data is transmitted to the server. You may have to go to the <span class="menu">Tools</span> menu to <span class="menu">Refresh depots</span> before you can see your changes.</p>
|
||||
<p>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 <span class="menu">Other users can see this rating</span>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="expander.html">Expander</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="icon-o-matic.html">Icon-O-Matic</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,357 +0,0 @@
|
||||
<?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 2009-2013, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Icon-O-Matic</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/icon-o-matic.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/icon-o-matic.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/icon-o-matic.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/icon-o-matic.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/icon-o-matic.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/icon-o-matic.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/icon-o-matic.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/icon-o-matic.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/icon-o-matic.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/icon-o-matic.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/icon-o-matic.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/icon-o-matic.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/icon-o-matic.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/icon-o-matic.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/icon-o-matic.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/icon-o-matic.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/icon-o-matic.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="haikudepot.html">HaikuDepot</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="installer.html">Installer</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Índex</td></tr>
|
||||
<tr class="index"><td><a href="#bitmap-vector">BeOS bitmap vs. Haiku vector icons</a><br />
|
||||
<a href="#icons-attributes">Icons are attributes</a><br />
|
||||
<a href="#i-o-m">Creating icons with Icon-O-Matic</a><br />
|
||||
<a href="#i-o-m-path">Path</a><br />
|
||||
<a href="#i-o-m-shape">Shape</a><br />
|
||||
<a href="#i-o-m-style">Style</a><br />
|
||||
<a href="#i-o-m-transformer">Transformer</a><br />
|
||||
<a href="#i-o-m-save">Saving an icon</a><br />
|
||||
<a href="#i-o-m-tips">Tips & Tricks</a></td></tr>
|
||||
</table>
|
||||
|
||||
<h2><img src="../../images/apps-images/icon-o-matic-icon_64.png" alt="icon-o-matic-icon_64.png" width="64" height="64" />Icon-O-Matic</h2>
|
||||
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Icon-O-Matic</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/Icon-O-Matic</span></td></tr>
|
||||
</table>
|
||||
|
||||
<p><br /></p>
|
||||
|
||||
<p>Before we come to the actual creating of icons in Icon-O-Matic, a few words on Haiku's icons in general.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="bitmap-vector" name="bitmap-vector">BeOS bitmap vs. Haiku vector icons</a></h2>
|
||||
<p>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 <i>much</i> 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).<br />
|
||||
Take this icon of the Terminal, for example:</p>
|
||||
<table border="0" cellpadding="10">
|
||||
<tr align="center"><td><b>Bitmap</b></td><td><b>SVG</b></td><td><b>HVIF</b></td></tr>
|
||||
<tr align="center"><td><img src="../../images/apps-images/i-o-m-terminal-bitmap32.png" alt="i-o-m-terminal-bitmap32" width="32" height="32" /> <img src="../../images/apps-images/i-o-m-terminal-bitmap16.png" alt="i-o-m-terminal-bitmap16" width="16" height="16" /></td><td style="width:100px"><img src="../../images/apps-images/terminal-icon_32.png" alt="terminal-icon_32" width="32" height="32" /></td><td><img src="../../images/apps-images/terminal-icon_32.png" alt="terminal-icon_32" width="32" height="32" /></td></tr>
|
||||
<tr align="center"><td>1,024 byte<br />+ 256 byte</td><td> 7,192 byte </td><td> 768 byte </td></tr>
|
||||
</table>
|
||||
<p>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.</p>
|
||||
<p>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.)</p>
|
||||
<table border="0" cellpadding="10">
|
||||
<tr align="center"><td> </td><td><b>16x16</b></td><td><b>32x32</b></td><td><b>64x64</b></td><td><b>128x128</b></td></tr>
|
||||
<tr align="center"><td><b>Bitmap</b></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-bitmap16.png" alt="i-o-m-bitmap16" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-bitmap32.png" alt="i-o-m-bitmap32" width="32" height="32" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-bitmap64.png" alt="i-o-m-bitmap64" width="64" height="64" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-bitmap128.png" alt="i-o-m-bitmap128" width="128" height="128" /></td></tr>
|
||||
<tr align="center"><td><b>Vector</b></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-vector16.png" alt="i-o-m-vector16" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-vector32.png" alt="i-o-m-vector32" width="32" height="32" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-vector64.png" alt="i-o-m-vector64" width="64" height="64" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-vector128.png" alt="i-o-m-vector128" width="128" height="128" /></td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="icons-attributes" name="icons-attributes">Icons are attributes</a></h2>
|
||||
<p>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 <span class="app">FileTypes</span> preferences. If you only want to add a special icon to an individual file, you use the <span class="app">FileType add-on</span> on it instead. See topic <a href="../filetypes.html">Filetypes</a> for more information.</p>
|
||||
<div class="box-info">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.</div>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m" name="i-o-m">Creating icons with Icon-O-Matic</a></h2>
|
||||
<p>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.</p>
|
||||
<p>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.<br />
|
||||
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.</p>
|
||||
|
||||
<p>Here's a quick overview of Icon-O-Matic's window:</p>
|
||||
<img src="../images/apps-images/i-o-m-overview.png" alt="i-o-m-overview.png" />
|
||||
|
||||
<p>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 <span class="menu">Shape</span> 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 <span class="menu">Properties</span> view.</p>
|
||||
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m-path" name="i-o-m-path">Path</a></h3>
|
||||
<p>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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<img src="../../images/apps-images/i-o-m-path-ab.png" alt="i-o-m-path-ab" />
|
||||
|
||||
<p>To get from "A" to "B", you have to transform some points from corner-points to curve-points. That's done by holding <span class="key">ALT</span> 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 <span class="key">ALT</span>.<br />
|
||||
Vice versa, to go from Bezier to a corner-point, hold <span class="key">ALT</span> and click on a point.</p>
|
||||
|
||||
<p>To move a point, simply click&drag it. To select more than one point, hold down <span class="key">SHIFT</span> and draw a selection rectangle. Selected points are marked with a red border instead of the usual black.<br />
|
||||
To insert a point into a path you click on the connecting line between two points.<br />
|
||||
Selected points are deleted by pressing <span class="key">DEL</span> or by clicking on any point while holding <span class="key">CTRL</span>.</p>
|
||||
|
||||
<p>The mouse pointer indicates the current mode:</p>
|
||||
<table summary="Mouse pointer states, Path" border="0" cellpadding="10">
|
||||
<tr align="center">
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-move-path.png" alt="i-o-m-pointer-move-path" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-insert.png" alt="i-o-m-pointer-insert" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-add.png" alt="i-o-m-pointer-add" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-delete.png" alt="i-o-m-pointer-delete" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-bezier.png" alt="i-o-m-pointer-bezier" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-select.png" alt="i-o-m-pointer-select" width="16" height="16" /></td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td>Move point(s)</td>
|
||||
<td>Insert point</td>
|
||||
<td>Add point</td>
|
||||
<td>Delete point<br /><span class="key">CTRL</span></td>
|
||||
<td>Corner↔Bezier<br /><span class="key">ALT</span></td>
|
||||
<td>Select points<br /><span class="key">SHIFT</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>You can invoke a context menu by right-clicking a point or a selection of points:</p>
|
||||
<table summary="Path context" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td class="onelinetop"><span class="menu">Select all</span></td><td style="width:70px"><span class="key">ALT</span> <span class="key">A</span></td><td>Selects all points of the current path.</td></tr>
|
||||
<tr><td><span class="menu">Transform</span></td><td><span class="key">T</span></td><td>Puts 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.</td></tr>
|
||||
<tr><td><span class="menu">Split</span></td><td></td><td>Splits selected points into two, one sitting on top of the other.</td></tr>
|
||||
<tr><td><span class="menu">Flip</span></td><td></td><td>Rotates selected points by 180°. Only has an effect on Bezier points.</td></tr>
|
||||
<tr><td><span class="menu">Remove</span></td><td><span class="key">DEL</span></td><td>Deletes selected points.</td></tr>
|
||||
</table>
|
||||
|
||||
<h4><a id="i-o-m-path-menu" name="i-o-m-path-menu">Path Menu</a></h4>
|
||||
<p>The <span class="menu">Path</span> menu offers a few obvious entries to <span class="menu">Add rectangle</span> and <span class="menu">Add circle</span> or to <span class="menu">Duplicate</span> or <span class="menu">Remove</span> a path. Here are some that may need a bit more explaining:</p>
|
||||
|
||||
<table summary="Path menu" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Reverse</span></td><td style="width:15px;"></td><td>If 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.</td></tr>
|
||||
<tr><td><span class="menu">Clean up</span></td><td></td><td>Most useful with imported SVGs, this function will remove redundant points.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Rotate indices right</span></td><td><span class="key">ALT</span> <span class="key">R</span></td><td>Practically, 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: ⊂ ∩ ⊃ ∪.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Rotate indices left</span></td><td><span class="key">ALT</span> <span class="key">SHIFT</span> <span class="key">R</span></td><td>Does the same in the other direction.</td></tr>
|
||||
</table>
|
||||
|
||||
<h4><a id="i-o-m-path-properties" name="i-o-m-path-properties">Path Properties</a></h4>
|
||||
<p><span class="menu">Properties</span> at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a <span class="menu">Name</span> and if it's <span class="menu">Closed</span> or not.</p>
|
||||
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m-shape" name="i-o-m-shape">Shape</a></h3>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<img src="../../images/apps-images/i-o-m-shape.png" alt="i-o-m-shape" />
|
||||
|
||||
<p>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 <span class="key">SHIFT</span> 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:</p>
|
||||
<table summary="Mouse pointer states, Shape" border="0" cellpadding="10">
|
||||
<tr align="center">
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-move-shape.png" alt="i-o-m- move-shape" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-resize.png" alt="i-o-m-pointer-resize" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-rotate.png" alt="i-o-m-pointer-rotate" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-pointer-move-path.png" alt="i-o-m-pointer-move-rotation" width="16" height="16" /></td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td>Move</td>
|
||||
<td>Resize</td>
|
||||
<td>Rotate</td>
|
||||
<td>Move<br />rotation point</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<h4><a id="i-o-m-shape-menu" name="i-o-m-path-menu">Shape Menu</a></h4>
|
||||
<p>The <span class="menu">Shape</span> menu offers the before mentioned possibility to <span class="menu">Add empty, with path/style/path & style</span> and to <span class="menu">Duplicate</span> or <span class="menu">Remove</span> a shape. Then, there is:</p>
|
||||
<table summary="Shape menu" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Reset transformation</span></td><td style="width:15px;"></td><td>Reverts all the move, resize and rotate transformations you have applied to the shape.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Freeze transformation</span></td><td></td><td>When 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 <span class="menu">Options | Snap to grid</span> to set the points at precise pixel borders.<br />
|
||||
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.</td></tr>
|
||||
</table>
|
||||
|
||||
<h4><a id="i-o-m-shape-properties" name="i-o-m-shape-properties">Shape Properties</a></h4>
|
||||
<p>Besides a <span class="menu">Name</span>, the <span class="menu">Properties</span> view for a shape has these options:</p>
|
||||
|
||||
<table summary="Shape properties" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Min LOD</span></td><td></td><td>Minimum Level of Detail</td></tr>
|
||||
<tr><td><span class="menu">Max LOD</span></td><td></td><td>Maximum Level of Detail</td></tr>
|
||||
</table>
|
||||
|
||||
<h5><a id="i-o-m-shape-lod" name="i-o-m-shape-lod">Level of Detail (LOD)</a></h5>
|
||||
<table summary="LOD example" border="0" cellpadding="10">
|
||||
<tr align="center"><td><b>16x16</b></td><td><b>32x32</b></td><td><b>64x64</b></td></tr>
|
||||
<tr align="center">
|
||||
<td><img src="../../images/apps-images/i-o-m-lod-icon_16.png" alt="i-o-m-lod-icon_16" width="16" height="16" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-lod-icon_32.png" alt="i-o-m-lod-icon_32" width="32" height="32" /></td>
|
||||
<td><img src="../../images/apps-images/i-o-m-lod-icon_64.png" alt="i-o-m-lod-icon_64" width="64" height="64" /></td></tr>
|
||||
</table>
|
||||
<p>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.<br />
|
||||
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.</p>
|
||||
<p>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 <span class="menu">Min LOD</span> and above its <span class="menu">Max LOD</span>.</p>
|
||||
<p>So, if you set a shape's <span class="menu">Min LOD</span> to 0.0 and the <span class="menu">Max LOD</span> to 0.5, this means that the shape will only be visible for icon sizes smaller or <i>equal</i> to 32px. If you wanted to exclude the 32px icon size, you'd have to stay below 0.5, say 0.49.</p>
|
||||
<p>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...<br />
|
||||
For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward (LOD: 48/64 = 0.75):</p>
|
||||
|
||||
<table summary="LOD values example" border="0" cellpadding="5">
|
||||
<tr align="center"><td></td><td colspan="2"><b>OK</b></td><td style="width:25px" rowspan="6"></td><td colspan="2"><b>Not OK!</b></td></tr>
|
||||
<tr style="background-color:#F1F1F1"><td rowspan="2" style="vertical-align:middle ; background-color:#FFFFFF"><b>Shape 1</b></td><td>Min LOD</td><td>0.00</td><td>Min LOD</td><td>0.00</td></tr>
|
||||
<tr style="background-color:#F1F1F1"><td>Max LOD</td><td><span style="background-color:#33FF33">0.74</span></td><td>Max LOD</td><td><span style="background-color:#FF9977">0.75</span></td></tr>
|
||||
<tr><td colspan="6"></td></tr>
|
||||
<tr style="background-color:#F8F8F8"><td rowspan="2" style="vertical-align:middle ; background-color:#FFFFFF"><b>Shape 2</b></td><td>Min LOD</td><td>0.75</td><td>Min LOD</td><td>0.75</td></tr>
|
||||
<tr style="background-color:#F8F8F8"><td>Max LOD</td><td>4.00</td><td>Max LOD</td><td>4.00</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m-style" name="i-o-m-style">Style</a></h3>
|
||||
<p>A style can either be a solid color or some type of gradient.<br />
|
||||
Besides the predefined colors under <span class="menu">Swatches</span>, 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).</p>
|
||||
<img src="../images/apps-images/i-o-m-gradients.png" alt="i-o-m-gradients" />
|
||||
<p>You quickly create a new style by mixing your color and simply drag&dropping it into the list of styles.</p>
|
||||
<p>If you go for a gradient, you set the type (<span class="menu">Linear</span>, <span class="menu">Radial</span>, <span class="menu">Diamond</span>, <span class="menu">Cone</span>) 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.<br />
|
||||
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 <span class="key">DEL</span> removes the selected indicator.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<h4><a id="i-o-m-style-menu" name="i-o-m-style-menu">Style Menu</a></h4>
|
||||
<p>The <span class="menu">Style</span> menu offers the usual entries to <span class="menu">Add</span>, <span class="menu">Duplicate</span> or <span class="menu">Remove</span> a style and to <span class="menu">Reset transformation</span>.</p>
|
||||
|
||||
<h4><a id="i-o-m-style-properties" name="i-o-m-style-properties">Style Properties</a></h4>
|
||||
<p>The <span class="menu">Name</span> is the only <span class="menu">Properties</span> of a style.</p>
|
||||
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m-transformer" name="i-o-m-transformer">Transformer</a></h3>
|
||||
<p>A shape can have Transformers which change its appearance. The effects, however, are more subtle than a truck turning into a battle robot...</p>
|
||||
|
||||
<h4><a id="i-o-m-transformer-menu" name="i-o-m-transformer-menu">Transformer Add Menu</a></h4>
|
||||
<table summary=" Transformer Add menu" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Contour</span></td><td></td><td>Adds an outline to a shape.</td></tr>
|
||||
<tr><td><span class="menu">Stroke</span></td><td></td><td>Strokes the path of a shape instead of filling it with a style.</td></tr>
|
||||
</table>
|
||||
|
||||
<p>Depending on the kind of Transformer, you'll get a different set of properties.</p>
|
||||
|
||||
<h4><a id="i-o-m-transformer-properties" name="i-o-m-transformer-properties">Transformer Properties</a></h4>
|
||||
<p>Besides a <span class="menu">Name</span> and the actual <span class="menu">Width</span> for the transformer, the <span class="menu">Properties</span> view has these (depending on its type slightly differing) options:</p>
|
||||
<table summary="Transformer properties" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Caps</span></td><td style="width:15px;"></td><td><i>Stroke only</i>. Defines the end caps of a line: <span class="menu">Butt</span>, <span class="menu">Square</span> or <span class="menu">Round</span>.</td></tr>
|
||||
<tr><td><span class="menu">Detect orient.</span></td><td></td><td><i>Contour only</i>. Determines if the contour is to the inside or outside the path.</td></tr>
|
||||
<tr><td><span class="menu">Joins</span></td><td></td><td>Defines how lines are joined at a point: <span class="menu">Miter</span>, <span class="menu">Round</span> or <span class="menu">Bevel</span>.</td></tr>
|
||||
<tr><td><span class="menu">Miter limit</span></td><td></td><td>Only when the above <span class="menu">Joins</span> is set to "Miter" this setting influences the looks of the miter joint. </td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m-save" name="i-o-m-save">Saving an icon</a></h3>
|
||||
<p>There's your usual menu bar at the top, <span class="menu">File</span>, <span class="menu">Edit</span>, <span class="menu">Options</span>. The usage is pretty much self-explaining, so we'll only look at how to save your work.</p>
|
||||
<p><span class="menu">File | Save as...</span> 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.</p>
|
||||
|
||||
<p><span class="menu">File | Export as...</span> opens a familiar save panel with a file format pop-up menu at the bottom, offering these choices:</p>
|
||||
<table summary="file formats" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>HVIF</td><td style="width:15px;"></td><td>Haiku Vector Icon Format</td></tr>
|
||||
<tr><td>HVIF RDef</td><td></td><td>Saves as resource used by programmers</td></tr>
|
||||
<tr><td>HVIF source code</td><td></td><td>Saves as source code used by programmers</td></tr>
|
||||
<tr><td>SVG</td><td></td><td>Saves as SVG</td></tr>
|
||||
<tr><td>PNG</td><td></td><td>Saves as a 64px sized PNG</td></tr>
|
||||
<tr><td>PNG set</td><td></td><td>Saves as 16, 32 and 64px sized PNGs</td></tr>
|
||||
<tr><td>BEOS:ICON attribute</td><td></td><td>Choose a file and set its icon attribute directly</td></tr>
|
||||
<tr><td>META:ICON attribute</td><td></td><td>Choose a file and attach the icon as mere meta data</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m-tips" name="i-o-m-tips">Tips & Tricks</a></h3>
|
||||
<p>A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:</p>
|
||||
<ul>
|
||||
<li><p>Read the <a href="http://cgit.haiku-os.org/haiku/plain/docs/icon_guidelines/index.html">Icon Guidelines</a> to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.</p></li>
|
||||
<li><p>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.</p></li>
|
||||
<li><p>Wherever possible, you should activate Snap-to-Grid from the <span class="menu">Options</span> 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.</p></li>
|
||||
<li><p>Check the preview to see if your icon still looks good in 16x16. You may want to use the <a href="#i-o-m-shape-lod">Level Of Detail</a> settings described in the Shapes section.</p></li>
|
||||
<li><p>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.</p></li>
|
||||
<li><p>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.</p></li>
|
||||
<li><p>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 <span class="key">SPACE</span>.</p></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!--
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="i-o-m-workshops" name="i-o-m-workshops">Workshops</a></h3>
|
||||
<p>The above is of course quite theoretical. The best way to learn using Icon-O-Matic is by experimenting. To get you started and once more show the basics, have a look at these short clips:</p>
|
||||
<ul>
|
||||
<li><a href="">Paths</a></li>
|
||||
<li><a href="">Shapes</a></li>
|
||||
<li><a href="">Styles</a></li>
|
||||
<li><a href="">Transformers</a></li>
|
||||
<li><a href="">Optimizing icons</a></li>
|
||||
<li><a href=""></a></li>
|
||||
</ul>
|
||||
-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="haikudepot.html">HaikuDepot</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="installer.html">Installer</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,101 +0,0 @@
|
||||
<?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 2009-2011, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Installer</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/installer.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/installer.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/installer.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/installer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/installer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/installer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/installer.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/installer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/installer.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/installer.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/installer.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/installer.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/installer.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/installer.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/installer.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/installer.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/installer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="icon-o-matic.html">Icon-O-Matic</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="magnify.html">Magnify</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/installer-icon_64.png" alt="installer-icon_64.png" width="64" height="64" />Installer</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Installer</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><i>none</i></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>The Installer is used to copy Haiku onto another volume.<br />
|
||||
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:</p>
|
||||
<ul>
|
||||
<li><p>This is alpha-quality software. Make backups or suffer the consequences!</p></li>
|
||||
<li><p>The Installer needs a prepared partition. You may have to use a <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> or a similar tool until Haiku's DriveSetup is mature enough to handle this task.</p></li>
|
||||
<li>Haiku can be added manually to the bootmanager <a href="http://www.gnu.org/software/grub/manual/grub.html">GRUB</a>. How that is done exactly is available as an <a href="http://www.haiku-os.org/get-haiku/installation-guide">online guide</a>.</li>
|
||||
</ul>
|
||||
<p><br /><br /></p>
|
||||
<p>Once you acknowledged with <span class="button">Continue</span>, you're presented with the main window:</p>
|
||||
<img src="../images/apps-images/installer.png" alt="installer.png" />
|
||||
<p>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.<br />
|
||||
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.</p>
|
||||
<p>Clicking the little expander widget will <i>Show optional packages</i>, if available, that you can choose to install in addition to the basic Haiku.</p>
|
||||
<p>You should do a last check if you really picked the right target before starting the installation process. Click on <span class="button">Setup partitions...</span> to open <a href="drivesetup.html">DriveSetup</a> and have a look at the naming and layout of the available volumes and partitions.</p>
|
||||
<p><span class="button">Begin</span> starts the installation procedure, which basically copies the <span class="path">/home/</span> and <span class="path">/system/</span> folder onto the target volume and makes it bootable.</p>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="tools" name="tools">Tools</a></h2>
|
||||
<p>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 <span class="menu">Onto: Please choose target</span> menu and select <span class="menu">Write boot sector</span> from the <span class="menu">Tools</span> menu to make it bootable again.</p>
|
||||
<p>The other item in the <span class="menu">Tools</span> menu is used to <span class="menu">Set up a boot menu</span> that puts a menu in the boot sector to choose what operating system to boot. See topic <a href="bootmanager.html">BootManager</a> for more information.<br />
|
||||
You don't need to run the <span class="app">BootManager</span> 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.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="icon-o-matic.html">Icon-O-Matic</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="magnify.html">Magnify</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,368 +0,0 @@
|
||||
<?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" xml:lang="en">
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2010-2014, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Daniel Marth
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>List of commands</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/list-cli-apps.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/list-cli-apps.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/list-cli-apps.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/list-cli-apps.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/list-cli-apps.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/list-cli-apps.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/list-cli-apps.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/list-cli-apps.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/list-cli-apps.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/list-cli-apps.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/list-cli-apps.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/list-cli-apps.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/list-cli-apps.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/list-cli-apps.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/list-cli-apps.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/list-cli-apps.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/list-cli-apps.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
|
||||
<span>
|
||||
<a href="../applications.html#cli-apps" class="uplink">Applications</a>
|
||||
:: <a href="cli-apps.html">Haiku-specific commands</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/cli-app-icon_64.png" alt="cli-app-icon_64.png" width="64" height="64" />Llista de totes les aplicacions de la linia d'ordres</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Ubicació:</td><td style="width:15px;"></td><td><span class="path">/boot/system/bin/</span><br /><span class="path">~/config/bin/</span><br /><span class="path">~/config/non-packaged/bin/</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>All commandline applications shipped with Haiku are in <span class="path">/boot/system/bin/</span>. Your own or additionally installed commandline apps will appear in <span class="path">~/config/bin/</span> when installed from a .hpkg package. Otherwise you can put them into <span class="path">~/config/non-packaged/bin/</span>. All these locations are part of the PATH variable and are therefore automatically found.<br />
|
||||
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 <tt>--help</tt>.</p>
|
||||
<p><br /></p>
|
||||
<p>Index: <a href="#A">A – E</a> :: <a href="#F"> F – J </a> :: <a href="#K"> K – O </a> :: <a href="#P"> P – S </a> :: <a href="#T"> T – Z </a></p>
|
||||
<p><br /></p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><tt>CortexAddOnHost</tt></td><td style="width:10px;"> </td><td>Starts service to monitor audio and video media add-ons in use. </td></tr>
|
||||
<tr><td><tt>FirstBootPrompt</tt></td><td> </td><td>Language and keymap setup. </td></tr>
|
||||
<tr><td><tt>[</tt></td><td> </td><td>Returns true/false after comparing items.</td></tr>
|
||||
<tr><td colspan="3"><a id="A" name="A"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>A</h2></a></td></tr>
|
||||
<tr><td><tt>addattr</tt></td><td> </td><td>Writes an attribute to a file, taking the type into account and converting the values accordingly. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>alert</tt></td><td> </td><td>Shows a message box. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>arp</tt></td><td> </td><td>Manipulates the system ARP cache. </td></tr>
|
||||
<tr><td><tt>awk</tt></td><td> </td><td>Veieu <tt>gawk</tt>.</td></tr>
|
||||
<tr><td><tt>base64</tt></td><td> </td><td>Base64 encode or decode to standard output. </td></tr>
|
||||
<tr><td><tt>basename</tt></td><td> </td><td>Strips directory and optionally suffix from a /path/to/filename string.</td></tr>
|
||||
<tr><td><tt>bash</tt></td><td> </td><td>Bourne-again shell.</td></tr>
|
||||
<tr><td><tt>bc</tt></td><td> </td><td>An arbitrary precision calculator language.</td></tr>
|
||||
<tr><td><tt>beep</tt></td><td> </td><td>Rings a bell. </td></tr>
|
||||
<tr><td><tt>bunzip2</tt></td><td> </td><td>Veieu <tt>bzip2</tt>.</td></tr>
|
||||
<tr><td><tt>bzip2</tt></td><td> </td><td>File compressor.</td></tr>
|
||||
<tr><td><tt>c++</tt></td><td> </td><td>C -Compiler.</td></tr>
|
||||
<tr><td><tt>cal</tt></td><td> </td><td>Displays a calendar. </td></tr>
|
||||
<tr><td><tt>cat</tt></td><td> </td><td>Concatenates files and prints to standard output. </td></tr>
|
||||
<tr><td><tt>catattr</tt></td><td> </td><td>Prints out the contents of an attribute of a file. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>cc</tt></td><td> </td><td>C-Compiler.</td></tr>
|
||||
<tr><td><tt>checkfs</tt></td><td> </td><td>Checks and repairs the file system. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>checkitout</tt></td><td> </td><td>Checks out sources simply with their repository's URL.</td></tr>
|
||||
<tr><td><tt>chgrp</tt></td><td> </td><td>Changes group ownership of files. </td></tr>
|
||||
<tr><td><tt>chmod</tt></td><td> </td><td>Changes permissions of files.</td></tr>
|
||||
<tr><td><tt>chop</tt></td><td> </td><td>Splits a file into smaller files. </td></tr>
|
||||
<tr><td><tt>chown</tt></td><td> </td><td>Changes the owner of files. </td></tr>
|
||||
<tr><td><tt>chroot</tt></td><td> </td><td>Runs a command within a specified root directory. </td></tr>
|
||||
<tr><td><tt>cksum</tt></td><td> </td><td>Prints out CRC checksum and byte count of files. </td></tr>
|
||||
<tr><td><tt>clear</tt></td><td> </td><td>Clears the terminal window. </td></tr>
|
||||
<tr><td><tt>clockconfig</tt></td><td> </td><td>Prints out the clock configuration.</td></tr>
|
||||
<tr><td><tt>cmp</tt></td><td> </td><td>Compares files byte by byte.</td></tr>
|
||||
<tr><td><tt>collectcatkeys </tt></td><td> </td><td>[Leftover from the move of locale-kit.]</td></tr>
|
||||
<tr><td><tt>comm</tt></td><td> </td><td>Compares sorted files line by line. </td></tr>
|
||||
<tr><td><tt>compress</tt></td><td> </td><td>Data compression program.</td></tr>
|
||||
<tr><td><tt>consoled</tt></td><td> </td><td>Console daemon.</td></tr>
|
||||
<tr><td><tt>copyattr</tt></td><td> </td><td>Copies all or a subset of attributes from one or more files to another or new file. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>cp</tt></td><td> </td><td>Copies files and directories. </td></tr>
|
||||
<tr><td><tt>csplit</tt></td><td> </td><td>Split a file into pieces separated by a specified pattern.</td></tr>
|
||||
<tr><td><tt>ctags</tt></td><td> </td><td>Generates an index file for a variety of language objects found in files.</td></tr>
|
||||
<tr><td><tt>cut</tt></td><td> </td><td>Prints out sections from each line of a file.</td></tr>
|
||||
<tr><td><tt>date</tt></td><td> </td><td>Displays or sets the current time and date.</td></tr>
|
||||
<tr><td><tt>dc</tt></td><td> </td><td>Desk calculator language.</td></tr>
|
||||
<tr><td><tt>dd</tt></td><td> </td><td>Copies raw data, converting and formatting according operands. </td></tr>
|
||||
<tr><td><tt>desklink</tt></td><td> </td><td>Installs items in Deskbar. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>diskimage</tt></td><td> </td><td>Registers a file as disk device that can then be mounted. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>df</tt></td><td> </td><td>Reports free and used space of mounted volumes.</td></tr>
|
||||
<tr><td><tt>diff</tt></td><td> </td><td>Compares files line by line.</td></tr>
|
||||
<tr><td><tt>diff3</tt></td><td> </td><td>Compares three files line by line.</td></tr>
|
||||
<tr><td><tt>dircolors</tt></td><td> </td><td>Color setup for <tt>ls</tt>. </td></tr>
|
||||
<tr><td><tt>dirname</tt></td><td> </td><td>Strips the filename from a /path/to/filename string.</td></tr>
|
||||
<tr><td><tt>draggers</tt></td><td> </td><td>Shows/sets the dragger state of Replicants.</td></tr>
|
||||
<tr><td><tt>driveinfo</tt></td><td> </td><td>Shows hardware information. </td></tr>
|
||||
<tr><td><tt>dstcheck</tt></td><td> </td><td>Shows a message box used when switching to/from daylight saving time.</td></tr>
|
||||
<tr><td><tt>du</tt></td><td> </td><td>Summarizes disk usage of each file, recursively for directories. </td></tr>
|
||||
<tr><td><tt>dumpcatalog</tt></td><td> </td><td>[Leftover from the move of locale-kit.] </td></tr>
|
||||
<tr><td><tt>echo</tt></td><td> </td><td>Displays a line of text.</td></tr>
|
||||
<tr><td><tt>egrep</tt></td><td> </td><td>Veieu <tt>grep</tt>.</td></tr>
|
||||
<tr><td><tt>eject</tt></td><td> </td><td>Ejects removable media. </td></tr>
|
||||
<tr><td><tt>env</tt></td><td> </td><td>Runs a program in a modified environment. </td></tr>
|
||||
<tr><td><tt>error</tt></td><td> </td><td>Prints clear text error messages for given error numbers. </td></tr>
|
||||
<tr><td><tt>expand</tt></td><td> </td><td>Converts tabs to spaces.</td></tr>
|
||||
<tr><td><tt>expr</tt></td><td> </td><td>Prints the value of an expression.</td></tr>
|
||||
<tr><td colspan="3"><a id="F" name="F"><h2>F</h2></a></td></tr>
|
||||
<tr><td><tt>factor</tt></td><td> </td><td>Prints the prime factors of integer numbers.</td></tr>
|
||||
<tr><td><tt>false</tt></td><td> </td><td>Does nothing, indicates "unsuccessful" and returns the value "1".</td></tr>
|
||||
<tr><td><tt>fdinfo</tt></td><td> </td><td>Shows info about the used file descriptors in the system. </td></tr>
|
||||
<tr><td><tt>ffm</tt></td><td> </td><td>Sets focus follows mouse. </td></tr>
|
||||
<tr><td><tt>fgrep</tt></td><td> </td><td>Veieu <tt>grep</tt>.</td></tr>
|
||||
<tr><td><tt>filepanel</tt></td><td> </td><td>Displays a load/save file panel. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>find</tt></td><td> </td><td>Searches for files in a directory hierarchy.</td></tr>
|
||||
<tr><td><tt>finddir</tt></td><td> </td><td>Finds special directories defined by the system.</td></tr>
|
||||
<tr><td><tt>fmt</tt></td><td> </td><td>Reformats the paragraphs of a file.</td></tr>
|
||||
<tr><td><tt>fold</tt></td><td> </td><td>Wraps input lines of a file.</td></tr>
|
||||
<tr><td><tt>fortune</tt></td><td> </td><td>Prints a random, hopefully interesting, adage. </td></tr>
|
||||
<tr><td><tt>frcode</tt></td><td> </td><td>Called by updatedb to compress the list of file names.</td></tr>
|
||||
<tr><td><tt>freetype-config</tt></td><td> </td><td>Shows FreeType compilation and linking information.</td></tr>
|
||||
<tr><td><tt>fstrim</tt></td><td> </td><td>Send a TRIM command to an SSD drive.</td></tr>
|
||||
<tr><td><tt>ftp</tt></td><td> </td><td>File transfer program.</td></tr>
|
||||
<tr><td><tt>ftpd</tt></td><td> </td><td>FTP daemon.</td></tr>
|
||||
<tr><td><tt>funzip</tt></td><td> </td><td>Extracts the first item of an archive to standard output.</td></tr>
|
||||
<tr><td><tt>fwcontrol</tt></td><td> </td><td>FireWire control program.</td></tr>
|
||||
<tr><td><tt>gawk</tt></td><td> </td><td>Pattern scanning and processing language. </td></tr>
|
||||
<tr><td><tt>gdb</tt></td><td> </td><td>GNU debugger.</td></tr>
|
||||
<tr><td><tt>getlimits</tt></td><td> </td><td>Prints platform dependent limits in a format useful for shell scripts. </td></tr>
|
||||
<tr><td><tt>grep</tt></td><td> </td><td>Search for a pattern.</td></tr>
|
||||
<tr><td><tt>groups</tt></td><td> </td><td>Prints group memberships for each username. </td></tr>
|
||||
<tr><td><tt>gunzip</tt></td><td> </td><td>Veieu <tt>gzip</tt>.</td></tr>
|
||||
<tr><td><tt>gzexe</tt></td><td> </td><td>De/Compresses executables. </td></tr>
|
||||
<tr><td><tt>gzip</tt></td><td> </td><td>De/Compresses files. </td></tr>
|
||||
<tr><td><tt>hd</tt></td><td> </td><td>Hexdump.</td></tr>
|
||||
<tr><td><tt>head</tt></td><td> </td><td>Prints the first lines of a file.</td></tr>
|
||||
<tr><td><tt>hey</tt></td><td> </td><td>A small tool for scripting GUI apps.</td></tr>
|
||||
<tr><td><tt>hostname</tt></td><td> </td><td>Prints or sets the hostname of the system. </td></tr>
|
||||
<tr><td><tt>id</tt></td><td> </td><td>Prints user and group information. </td></tr>
|
||||
<tr><td><tt>ident</tt></td><td> </td><td>Identifies RCS keywords in files. </td></tr>
|
||||
<tr><td><tt>ifconfig</tt></td><td> </td><td>Configures a network interface. </td></tr>
|
||||
<tr><td><tt>install</tt></td><td> </td><td>Copies files to a destination without disrupting the running system.</td></tr>
|
||||
<tr><td><tt>install-wifi-firmwares.sh</tt></td><td> </td><td>Installs firmware for various wireless network cards. </td></tr>
|
||||
<tr><td><tt>installsound</tt></td><td> </td><td>Installs a new sound event in the Sounds preferences panel. </td></tr>
|
||||
<tr><td><tt>iroster</tt></td><td> </td><td>Lists input devices. </td></tr>
|
||||
<tr><td><tt>isvolume</tt></td><td> </td><td>Gets information about a mounted volume.</td></tr>
|
||||
<tr><td><tt>join</tt></td><td> </td><td>For each pair of input lines with identical join fields, write a line to standard output. </td></tr>
|
||||
<tr><td colspan="3"><a id="K" name="K"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>K</h2></a></td></tr>
|
||||
<tr><td><tt>kernel_debugger</tt></td><td> </td><td>Enters the kernel debugger.</td></tr>
|
||||
<tr><td><tt>keymap</tt></td><td> </td><td>Loads or saves a keymap.</td></tr>
|
||||
<tr><td><tt>kill</tt></td><td> </td><td>Sends a signal to quit a process. </td></tr>
|
||||
<tr><td><tt>less</tt></td><td> </td><td>Views a file.</td></tr>
|
||||
<tr><td><tt>lessecho</tt></td><td> </td><td>Echos its arguments and expands metacharacters, such as * and ? in filenames.</td></tr>
|
||||
<tr><td><tt>lesskey</tt></td><td> </td><td>Specifies key binding for less. </td></tr>
|
||||
<tr><td><tt>link</tt></td><td> </td><td>Creates a link to a file. </td></tr>
|
||||
<tr><td><tt>linkcatkeys</tt></td><td> </td><td>[Leftover from the move of locale-kit.] </td></tr>
|
||||
<tr><td><tt>listarea</tt></td><td> </td><td>Lists area info for all currently running teams. </td></tr>
|
||||
<tr><td><tt>listattr</tt></td><td> </td><td>Lists the attributes of a file. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>listdev</tt></td><td> </td><td>Lists all hardware devices.</td></tr>
|
||||
<tr><td><tt>listimage</tt></td><td> </td><td>Lists image info for all currently running teams. </td></tr>
|
||||
<tr><td><tt>listport</tt></td><td> </td><td>Lists all open ports in the system organized by team. </td></tr>
|
||||
<tr><td><tt>listres</tt></td><td> </td><td>Lists resources of files. </td></tr>
|
||||
<tr><td><tt>listsem</tt></td><td> </td><td>Lists the semaphores allocated by the specified team. </td></tr>
|
||||
<tr><td><tt>listusb</tt></td><td> </td><td>Lists USB devices. </td></tr>
|
||||
<tr><td><tt>ln</tt></td><td> </td><td>Creates a link to a file.</td></tr>
|
||||
<tr><td><tt>locale</tt></td><td> </td><td>Shows the set preferred language, its LC_CTYPE and the preferred formatting.</td></tr>
|
||||
<tr><td><tt>locate</tt></td><td> </td><td>Locates a file. </td></tr>
|
||||
<tr><td><tt>logger</tt></td><td> </td><td>Sends a message to the system log. </td></tr>
|
||||
<tr><td><tt>login</tt></td><td> </td><td>Starts a session on the system. </td></tr>
|
||||
<tr><td><tt>logname</tt></td><td> </td><td>Prints the name of the current user. </td></tr>
|
||||
<tr><td><tt>ls</tt></td><td> </td><td>Lists directory content. </td></tr>
|
||||
<tr><td><tt>lsindex</tt></td><td> </td><td>Displays the indexed attributes on the current volume/partition. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>mail2mbox</tt></td><td> </td><td>Converts BeOS e-mail files to Unix mailbox files. </td></tr>
|
||||
<tr><td><tt>make</tt></td><td> </td><td>GNU make utility.</td></tr>
|
||||
<tr><td><tt>makebootable</tt></td><td> </td><td>Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors. </td></tr>
|
||||
<tr><td><tt>mbox2mail</tt></td><td> </td><td>Converts Unix mailbox files to BeOS e-mail files.</td></tr>
|
||||
<tr><td><tt>md5sum</tt></td><td> </td><td>Prints or checks MD5 checksums.</td></tr>
|
||||
<tr><td><tt>merge</tt></td><td> </td><td>Three-way file merge. </td></tr>
|
||||
<tr><td><tt>message</tt></td><td> </td><td>Prints a flattened BMessage file. </td></tr>
|
||||
<tr><td><tt>mimeset</tt></td><td> </td><td>Sets MIME type of a file. </td></tr>
|
||||
<tr><td><tt>mkdepend</tt></td><td> </td><td>Makefile dependency generator.</td></tr>
|
||||
<tr><td><tt>mkdir</tt></td><td> </td><td>Creates a directory. </td></tr>
|
||||
<tr><td><tt>mkdos</tt></td><td> </td><td>Initializes FAT partitions. </td></tr>
|
||||
<tr><td><tt>mkfifo</tt></td><td> </td><td>Creates named pipes. </td></tr>
|
||||
<tr><td><tt>mkfs</tt></td><td> </td><td>Creates a file system.</td></tr>
|
||||
<tr><td><tt>mkindex</tt></td><td> </td><td>Creates a new index for an attribute. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>mktemp</tt></td><td> </td><td>Safely creates a temporary file or directory.</td></tr>
|
||||
<tr><td><tt>modifiers</tt></td><td> </td><td>Prints currently (un)pressed modifier keys. </td></tr>
|
||||
<tr><td><tt>more</tt></td><td> </td><td>Veieu <tt>less</tt>. </td></tr>
|
||||
<tr><td><tt>mount</tt></td><td> </td><td>Mounts a file system. </td></tr>
|
||||
<tr><td><tt>mount_nfs</tt></td><td> </td><td>Mounts a NFS partition. </td></tr>
|
||||
<tr><td><tt>mountvolume</tt></td><td> </td><td>Mounts a volume by name.</td></tr>
|
||||
<tr><td><tt>mv</tt></td><td> </td><td>Moves/renames a file. </td></tr>
|
||||
<tr><td><tt>netcat</tt></td><td> </td><td>TCP and UDP utility.</td></tr>
|
||||
<tr><td><tt>netstat</tt></td><td> </td><td>Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships. </td></tr>
|
||||
<tr><td><tt>nl</tt></td><td> </td><td>Prints each file with line numbers added. </td></tr>
|
||||
<tr><td><tt>nohup</tt></td><td> </td><td>Runs a command ignoring hangup signals. </td></tr>
|
||||
<tr><td><tt>nproc</tt></td><td> </td><td>Prints the number of available processing units.</td></tr>
|
||||
<tr><td><tt>od</tt></td><td> </td><td>Writes an unambiguous representation of a file.</td></tr>
|
||||
<tr><td><tt>open</tt></td><td> </td><td>Launches an application/document from the shell. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td colspan="3"><a id="P" name="P"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>P</h2></a></td></tr>
|
||||
<tr><td><tt>package</tt></td><td> </td><td>Creates, inspects, or extracts a Haiku package.</td></tr>
|
||||
<tr><td><tt>package_repo</tt></td><td> </td><td>Creates or inspects a Haiku package repository file.</td></tr>
|
||||
<tr><td><tt>passwd</tt></td><td> </td><td>Changes the user password. </td></tr>
|
||||
<tr><td><tt>paste</tt></td><td> </td><td>Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs.</td></tr>
|
||||
<tr><td><tt>patch</tt></td><td> </td><td>Applies a diff file to an original. </td></tr>
|
||||
<tr><td><tt>pathchk</tt></td><td> </td><td>Diagnoses invalid or unportable file names. </td></tr>
|
||||
<tr><td><tt>pc</tt></td><td> </td><td>Programmer's calculator.</td></tr>
|
||||
<tr><td><tt>ping</tt></td><td> </td><td>Sends ICMP-echo-request to network host. </td></tr>
|
||||
<tr><td><tt>pkg-config</tt></td><td> </td><td>Analyzes and configures a Haiku package.</td></tr>
|
||||
<tr><td><tt>pkgman</tt></td><td> </td><td>Manages packages and package repositories.</td></tr>
|
||||
<tr><td><tt>play</tt></td><td> </td><td>Plays tracks from CD. </td></tr>
|
||||
<tr><td><tt>playfile</tt></td><td> </td><td>Plays an audio file. </td></tr>
|
||||
<tr><td><tt>playsound</tt></td><td> </td><td>Plays an audio file.</td></tr>
|
||||
<tr><td><tt>playwav</tt></td><td> </td><td>Plays a WAV file. </td></tr>
|
||||
<tr><td><tt>pr</tt></td><td> </td><td>Paginates or columnates files for printing. </td></tr>
|
||||
<tr><td><tt>printenv</tt></td><td> </td><td>Prints the value of an environment variable.</td></tr>
|
||||
<tr><td><tt>printf</tt></td><td> </td><td>Formats and prints data. </td></tr>
|
||||
<tr><td><tt>prio</tt></td><td> </td><td>Changes priority of a process. </td></tr>
|
||||
<tr><td><tt>profile</tt></td><td> </td><td>Profiles threads. </td></tr>
|
||||
<tr><td><tt>ps</tt></td><td> </td><td>Lists running processes. </td></tr>
|
||||
<tr><td><tt>ptx</tt></td><td> </td><td>Outputs a permuted index, including context, of the words in the input files.</td></tr>
|
||||
<tr><td><tt>pwd</tt></td><td> </td><td>Prints current directory. </td></tr>
|
||||
<tr><td><tt>query</tt></td><td> </td><td>A shell utility emulating Tracker's "Find by formula" functionality. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>quit</tt></td><td> </td><td>Quits an application. </td></tr>
|
||||
<tr><td><tt>rc</tt></td><td> </td><td>Resource compiler.</td></tr>
|
||||
<tr><td><tt>readlink</tt></td><td> </td><td>Prints the path to the destination of a symbolic link.</td></tr>
|
||||
<tr><td><tt>reindex</tt></td><td> </td><td>Puts attributes of existing files into newly created indexes. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>release</tt></td><td> </td><td>Releases a semaphore. </td></tr>
|
||||
<tr><td><tt>renice</tt></td><td> </td><td>Alters the priority of a running process. </td></tr>
|
||||
<tr><td><tt>rlog</tt></td><td> </td><td>Prints log messages and other information about RCS files.</td></tr>
|
||||
<tr><td><tt>rm</tt></td><td> </td><td>Removes files and directories. </td></tr>
|
||||
<tr><td><tt>rmattr</tt></td><td> </td><td>Removes an attribute from a file. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>rmdir</tt></td><td> </td><td>Removes directories.</td></tr>
|
||||
<tr><td><tt>rmindex</tt></td><td> </td><td>Removes the index for an attribute. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>roster</tt></td><td> </td><td>Prints information about running teams. </td></tr>
|
||||
<tr><td><tt>route</tt></td><td> </td><td>Lists and manipulates network routes. </td></tr>
|
||||
<tr><td><tt>safemode</tt></td><td> </td><td>Checks if the system is running in safemode. </td></tr>
|
||||
<tr><td><tt>screen_blanker</tt></td><td> </td><td>Starts the screen blanker.</td></tr>
|
||||
<tr><td><tt>screenmode</tt></td><td> </td><td>Show/sets the screen mode. </td></tr>
|
||||
<tr><td><tt>sdiff</tt></td><td> </td><td>Shows or merges differences of two files side-by-side.</td></tr>
|
||||
<tr><td><tt>seq</tt></td><td> </td><td>Prints a sequence of numbers.</td></tr>
|
||||
<tr><td><tt>setdecor</tt></td><td> </td><td>Shows/sets the decorator. </td></tr>
|
||||
<tr><td><tt>setgcc</tt></td><td> </td><td>Shows/sets the used gcc version. </td></tr>
|
||||
<tr><td><tt>settype</tt></td><td> </td><td>Sets the MIME type, signature and preferred application of a file. </td></tr>
|
||||
<tr><td><tt>setversion</tt></td><td> </td><td>Shows the version of a file.</td></tr>
|
||||
<tr><td><tt>setvolume</tt></td><td> </td><td>Sets the system sound volume. </td></tr>
|
||||
<tr><td><tt>setwep</tt></td><td> </td><td>Provides WEP encryption for wireless networks. </td></tr>
|
||||
<tr><td><tt>sh</tt></td><td> </td><td>Veieu <tt>bash</tt>. </td></tr>
|
||||
<tr><td><tt>sha1sum</tt></td><td> </td><td>Prints or checks SHA1 checksums. </td></tr>
|
||||
<tr><td><tt>shar</tt></td><td> </td><td>Creates shell archives.</td></tr>
|
||||
<tr><td><tt>shred</tt></td><td> </td><td>Overwrites a file repeatedly. </td></tr>
|
||||
<tr><td><tt>shuf</tt></td><td> </td><td>Prints a random permutation of the input lines.</td></tr>
|
||||
<tr><td><tt>shutdown</tt></td><td> </td><td>Shuts down the computer. </td></tr>
|
||||
<tr><td><tt>sleep</tt></td><td> </td><td>Pauses for a specified number of seconds. </td></tr>
|
||||
<tr><td><tt>sort</tt></td><td> </td><td>Prints a sorted concatenation of all files.</td></tr>
|
||||
<tr><td><tt>spamdbm</tt></td><td> </td><td>Classifies e-mail messages as spam or genuine. </td></tr>
|
||||
<tr><td><tt>split</tt></td><td> </td><td>Outputs fixed-size pieces of input files to files with prefixes. </td></tr>
|
||||
<tr><td><tt>stat</tt></td><td> </td><td>Displays file or file system status. </td></tr>
|
||||
<tr><td><tt>strace</tt></td><td> </td><td>Traces the syscalls of a thread or a team. </td></tr>
|
||||
<tr><td><tt>stty</tt></td><td> </td><td>Shows/sets terminal characteristics. </td></tr>
|
||||
<tr><td><tt>su</tt></td><td> </td><td>Changes the effective user id and group. </td></tr>
|
||||
<tr><td><tt>sum</tt></td><td> </td><td>Prints checksum and block counts for each file. </td></tr>
|
||||
<tr><td><tt>sync</tt></td><td> </td><td>Forces changed blocks to disk, updates the superblock. </td></tr>
|
||||
<tr><td><tt>sysinfo</tt></td><td> </td><td>Shows system info. </td></tr>
|
||||
<tr><td colspan="3"><a id="T" name="T"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>T</h2></a></td></tr>
|
||||
<tr><td><tt>tac</tt></td><td> </td><td>Concatenates and prints files, last line first. </td></tr>
|
||||
<tr><td><tt>tail</tt></td><td> </td><td>Prints the last ten lines of a file.</td></tr>
|
||||
<tr><td><tt>tcpdump</tt></td><td> </td><td>Dumps traffic of a network. </td></tr>
|
||||
<tr><td><tt>tcptester</tt></td><td> </td><td>[deprecated] </td></tr>
|
||||
<tr><td><tt>tee</tt></td><td> </td><td>Writes or appends data from standard input to a file.</td></tr>
|
||||
<tr><td><tt>telnet</tt></td><td> </td><td>User interface to the telnet protocol. </td></tr>
|
||||
<tr><td><tt>telnetd</tt></td><td> </td><td>Telnet daemon.</td></tr>
|
||||
<tr><td><tt>test</tt></td><td> </td><td>Returns true/false after comparing items.</td></tr>
|
||||
<tr><td><tt>timeout</tt></td><td> </td><td>Starts a command and kills it if it's still running after a specified number of seconds. </td></tr>
|
||||
<tr><td><tt>top</tt></td><td> </td><td>Displays running threads and CPU usage.</td></tr>
|
||||
<tr><td><tt>touch</tt></td><td> </td><td>Changes a file's timestamp. </td></tr>
|
||||
<tr><td><tt>tput</tt></td><td> </td><td>Initializes a terminal or query terminfo database. </td></tr>
|
||||
<tr><td><tt>tr</tt></td><td> </td><td>Translates, squeezes and/or deletes characters from standard input.</td></tr>
|
||||
<tr><td><tt>traceroute</tt></td><td> </td><td>Prints the route packets take through a network.</td></tr>
|
||||
<tr><td><tt>translate</tt></td><td> </td><td>Uses DataTranslators to convert file formats.</td></tr>
|
||||
<tr><td><tt>trash</tt></td><td> </td><td>Sends files to trash or restores them. </td></tr>
|
||||
<tr><td><tt>true</tt></td><td> </td><td>Does nothing, indicates "success" and returns the value "0".</td></tr>
|
||||
<tr><td><tt>truncate</tt></td><td> </td><td>Shrinks or extends the size of a file.</td></tr>
|
||||
<tr><td><tt>tsort</tt></td><td> </td><td>Does a topological sorting.</td></tr>
|
||||
<tr><td><tt>tty</tt></td><td> </td><td>Prints the file name of the terminal connected to standard input.</td></tr>
|
||||
<tr><td><tt>uname</tt></td><td> </td><td>Prints out system information. </td></tr>
|
||||
<tr><td><tt>unchop</tt></td><td> </td><td>Recreates a file previously split with <tt>chop</tt>. </td></tr>
|
||||
<tr><td><tt>unexpand</tt></td><td> </td><td>Converts spaces to tabs.</td></tr>
|
||||
<tr><td><tt>uniq</tt></td><td> </td><td>Filters adjacent matching lines from input, writing to output. </td></tr>
|
||||
<tr><td><tt>unlink</tt></td><td> </td><td>Calls the unlink function to remove the specified file. </td></tr>
|
||||
<tr><td><tt>unmount</tt></td><td> </td><td>Unmounts a volume.</td></tr>
|
||||
<tr><td><tt>unrar</tt></td><td> </td><td>Expands a rar archive.</td></tr>
|
||||
<tr><td><tt>unshar</tt></td><td> </td><td>Expands a shar archive.</td></tr>
|
||||
<tr><td><tt>untrash</tt></td><td> </td><td>Veieu <tt>trash</tt>. </td></tr>
|
||||
<tr><td><tt>unzip</tt></td><td> </td><td>Expands a zip archive.</td></tr>
|
||||
<tr><td><tt>unzipsfx</tt></td><td> </td><td>Used to make existing zip archives self-extracting.</td></tr>
|
||||
<tr><td><tt>updatedb</tt></td><td> </td><td>Updates a localization database.</td></tr>
|
||||
<tr><td><tt>uptime</tt></td><td> </td><td>Prints date and time, as well as the time elapsed since the system was started. </td></tr>
|
||||
<tr><td><tt>urlwrapper</tt></td><td> </td><td>Wraps URL MIME types around command line or other apps that don't handle them directly. </td></tr>
|
||||
<tr><td><tt>useradd</tt></td><td> </td><td>Creates a new user. </td></tr>
|
||||
<tr><td><tt>uudecode</tt></td><td> </td><td>Decodes a uuencoded file.</td></tr>
|
||||
<tr><td><tt>uuencode</tt></td><td> </td><td>Uuencodes a file so it can be mailed to a remote system. </td></tr>
|
||||
<tr><td><tt>vdir</tt></td><td> </td><td>Lists information about files. </td></tr>
|
||||
<tr><td><tt>version</tt></td><td> </td><td>Returns the version of a file. </td></tr>
|
||||
<tr><td><tt>vmstat</tt></td><td> </td><td>Prints information about the virtual memory system.</td></tr>
|
||||
<tr><td><tt>waitfor</tt></td><td> </td><td>Waits until a certain thread appears. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||||
<tr><td><tt>watch</tt></td><td> </td><td>Executes a program periodically. </td></tr>
|
||||
<tr><td><tt>wc</tt></td><td> </td><td>Prints the number of paragraphs, words and characters (bytes) of a file. </td></tr>
|
||||
<tr><td><tt>wget</tt></td><td> </td><td>Tool for downloading via HTTP, HTTPS or FTP.</td></tr>
|
||||
<tr><td><tt>which</tt></td><td> </td><td>Locates a command. </td></tr>
|
||||
<tr><td><tt>whoami</tt></td><td> </td><td>Prints user name associated with the current effective user ID. </td></tr>
|
||||
<tr><td><tt>xargs</tt></td><td> </td><td>Builds and executes command lines from standard input. </td></tr>
|
||||
<tr><td><tt>xres</tt></td><td> </td><td>Lists and manipulates resources. </td></tr>
|
||||
<tr><td><tt>yes</tt></td><td> </td><td>Prints out a string repeatedly until killed. </td></tr>
|
||||
<tr><td><tt>zcat</tt></td><td> </td><td>Veieu <tt>gzip</tt>.</td></tr>
|
||||
<tr><td><tt>zcmp</tt></td><td> </td><td>Veieu <tt>zdiff</tt>. </td></tr>
|
||||
<tr><td><tt>zdiff</tt></td><td> </td><td>Compares compressed files. </td></tr>
|
||||
<tr><td><tt>zforce</tt></td><td> </td><td>Forces a '.gz' extension on gzip files. </td></tr>
|
||||
<tr><td><tt>zgrep</tt></td><td> </td><td>Scan through possibly compressed files for a regular expression. </td></tr>
|
||||
<tr><td><tt>zip</tt></td><td> </td><td>Adds or replaces items in a zip archive.</td></tr>
|
||||
<tr><td><tt>zipcloak</tt></td><td> </td><td>Encrypts all unencrypted items in a zip archive. </td></tr>
|
||||
<tr><td><tt>zipgrep</tt></td><td> </td><td>Scans the given zip items for a string or pattern. </td></tr>
|
||||
<tr><td><tt>zipinfo</tt></td><td> </td><td>Veieu <tt>unzip</tt>.</td></tr>
|
||||
<tr><td><tt>zipnote</tt></td><td> </td><td>Prints the comments in a zip archive.</td></tr>
|
||||
<tr><td><tt>zipsplit</tt></td><td> </td><td>Splits a zip archive into smaller pieces. </td></tr>
|
||||
<tr><td><tt>zmore</tt></td><td> </td><td>Like <tt>more</tt> but operates on the uncompressed contents of any compressed file.</td></tr>
|
||||
<tr><td><tt>znew</tt></td><td> </td><td>Recompresses .Z files into .gz (gzip) archives.</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
<a href="../applications.html#cli-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="cli-apps.html">Haiku-specific commands</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,103 +0,0 @@
|
||||
<?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, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Magnify</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/magnify.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/magnify.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/magnify.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/magnify.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/magnify.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/magnify.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/magnify.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/magnify.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/magnify.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/magnify.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/magnify.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/magnify.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/magnify.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/magnify.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/magnify.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/magnify.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/magnify.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="installer.html">Installer</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="mail.html">Correu</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/magnify-icon_64.png" alt="magnify-icon_64.png" width="64" height="64" />Magnify</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Magnify</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/Magnify_prefs</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>Magnify shows an enlarged version of the area around your mouse pointer.</p>
|
||||
<img src="../images/apps-images/magnify.png" alt="magnify.png" />
|
||||
<p>At the top you'll find the size and magnification level of the area. "<i>32 x 32 @ 8 pixels/pixel</i>" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.</p>
|
||||
<p>Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.<br />
|
||||
You can move the red outline with <span class="key">←</span> / <span class="key">→</span> / <span class="key">↑</span> / <span class="key">↓</span>.</p>
|
||||
<p>To measure distances and align objects, you can add up to two blue crosshairs with <span class="key">ALT</span> <span class="key">H</span>. 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.<br />
|
||||
They can also be moved with <span class="key">←</span> / <span class="key">→</span> / <span class="key">↑</span> / <span class="key">↓</span>. The active crosshair is marked with an "x".</p>
|
||||
<p>You can move the mouse pointer pixel by pixel with <span class="key">OPT</span> <span class="key">←</span> / <span class="key">→</span> / <span class="key">↑</span> / <span class="key">↓</span>.</p>
|
||||
<p>Clicking on the pop-up menu gives you a number of options:</p>
|
||||
<table summary="options" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="menu">Save image</span></td><td><span class="key">ALT</span> <span class="key">S</span></td><td> </td><td>Saves the current display as a resource file.</td></tr>
|
||||
<tr><td><span class="menu">Copy image</span></td><td><span class="key">ALT</span> <span class="key">C</span></td><td> </td><td>Copies the current display to the clipboard.</td></tr>
|
||||
<tr><td><span class="menu">Hide/Show info</span></td><td><span class="key">ALT</span> <span class="key">T</span></td><td> </td><td>Toggles the display of all the additional information.</td></tr>
|
||||
<tr><td><span class="menu">Add a crosshair</span></td><td><span class="key">ALT</span> <span class="key">H</span></td><td> </td><td>Adds a crosshair you can drag around. </td></tr>
|
||||
<tr><td><span class="menu">Remove a crosshair</span></td><td><span class="key">ALT</span> <span class="key">SHIFT</span> <span class="key">H</span></td><td> </td><td>Removes the last added crosshair.</td></tr>
|
||||
<tr><td><span class="menu">Hide/Show grid</span></td><td><span class="key">ALT</span> <span class="key">G</span></td><td> </td><td>Toggles the overlayed grid.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Freeze/Unfreeze image</span></td><td><span class="key">ALT</span> <span class="key">F</span></td><td> </td><td>Stops/continues updating the magnification area.</td></tr>
|
||||
<tr><td><span class="menu">Stick coordinates</span></td><td><span class="key">ALT</span> <span class="key">I</span></td><td> </td><td>Keeps updating the magnification area, but don't follow the mouse pointer any more.</td></tr>
|
||||
<tr><td><span class="menu">Make square</span></td><td><span class="key">ALT</span> <span class="key">/</span></td><td> </td><td>Reverts back to a square display after resizing the window.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Decrease window size</span></td><td><span class="key">ALT</span> <span class="key">-</span></td><td> </td><td>Shrinks the magnified area around the mouse pointer.</td></tr>
|
||||
<tr><td><span class="menu">Increase window size</span></td><td><span class="key">ALT</span> <span class="key">+</span></td><td> </td><td>Enlarges the magnified area around the mouse pointer.</td></tr>
|
||||
<tr><td><span class="menu">Decrease pixel size</span></td><td><span class="key">ALT</span> <span class="key">,</span></td><td> </td><td>Lowers magnification.</td></tr>
|
||||
<tr><td><span class="menu">Increase pixel size</span></td><td><span class="key">ALT</span> <span class="key">.</span></td><td> </td><td>Increases magnification.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="installer.html">Installer</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="mail.html">Correu</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,205 +0,0 @@
|
||||
<?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 2011, Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Correu</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/mail.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/mail.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/mail.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/mail.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/mail.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/mail.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/mail.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/mail.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/mail.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/mail.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/mail.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/mail.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/mail.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/mail.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/mail.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/mail.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/mail.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="magnify.html">Magnify</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="mediaplayer.html">MediaPlayer</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Índex</td></tr>
|
||||
<tr class="index"><td><a href="#reading">Reading messages</a><br />
|
||||
<a href="#creating">Creating new messages</a><br />
|
||||
<a href="#preferences">Preferences</a></td></tr>
|
||||
</table>
|
||||
|
||||
<h2><img src="../../images/apps-images/mail-icon_64.png" alt="mail-icon_64.png" width="64" height="64" />Mail</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Mail</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/Mail/</span><br />
|
||||
<span class="path">~/config/settings/Mail/Menu Links/</span> - Objects put here appear in the mailbox' context menu<br />
|
||||
<span class="path">~/config/settings/Mail/signatures/</span> - Location to store signatures<br />
|
||||
<span class="path">~/config/settings/Mail/status/</span> - Location to store custom statuses</td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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 <a href="../preferences/e-mail.html">E-mail</a> preferences.</p>
|
||||
<p>This page is a general overview of the application Mail. For more information how email in Haiku works, refer to the <a href="../workshop-email.html">Workshop on managing email</a>.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="reading" name="reading">Llegir missatges</a></h2>
|
||||
<p>You double-click an email file to open it in Mail. The interface is quite simple:</p>
|
||||
<img src="../images/apps-images/mail-read.png" alt="email-read.png" />
|
||||
<p>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 <span class="menu">Decoding</span> from the pop-up menu.</p>
|
||||
<p>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 <span class="menu">Save attachment...</span> or <span class="menu">Open attachment</span>. You can also drag & drop directly to the Desktop or another Tracker window.</p>
|
||||
<p>Most of the menu and tool bar items are pretty self-explaining, so we'll concentrate just on the highlights.</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Fitxer</h3>
|
||||
<p>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 <span class="menu">Close and...</span> submenu. There you'll also find the option <span class="menu">Set to...</span> to create your own custom statuses, which are saved under <span class="path">~/config/settings/Mail/status/</span>.</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Edita</h3>
|
||||
<p>Here you'll find an item to open Mail's <span class="menu">Preferences...</span> (<a href="#preferences">see below</a>) and a shortcut to manage your <span class="menu">Accounts...</span>, which will open the <a href="../preferences/e-mail.html">E-mail</a> preference panel.</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Visualitza</h3>
|
||||
<p>You'll only seldomly need these two items, if at all:</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Mostra la capçalera</span></td><td class="onelinetop"><span class="key">ALT</span> <span class="key">H</span></td><td style="width:10px;"></td><td>Shows the complete header of a mail, in case you need to track down the path of your mail, for example.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Show raw message</span></td><td></td><td></td><td>Displays a mail in its raw state, i.e. with all its control characters and without Mail's coloring of quotes or URLs, for example..</td></tr>
|
||||
</table>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Missatge</h3>
|
||||
<p>The different options to reply to a mail may need a bit of explanation.</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Contesta</span></td><td><span class="key">ALT</span> <span class="key">R</span></td><td style="width:10px;"></td><td>The 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, <i>not</i> just the person that wrote the post!</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Contesta al remitent</span></td><td><span class="key">OPT</span> <span class="key">ALT</span> <span class="key">R</span></td><td></td><td>This on the other hand, sends directly and only to the person listed in the "From" attribute.</td></tr>
|
||||
<tr><td><span class="menu">Contesta a tothom</span></td><td class="onelinetop"><span class="key">SHIFT</span> <span class="key">ALT</span> <span class="key">R</span></td><td></td><td>Replies to the original sender plus all other (cc'ed) recipients of the original mail.</td></tr>
|
||||
</table>
|
||||
<div class="box-info">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...</div>
|
||||
<p>The items to <span class="menu">Forward</span>, <span class="menu">Resend</span> and <span class="menu">Copy to new</span> are again pretty self-explaining.</p>
|
||||
<p>When you've opened an email from a Tracker or query result window, <span class="menu">Previous message</span> and <span class="menu">Next message</span> will move to the previous/next email in the list.</p>
|
||||
<p><span class="menu">Save address</span> collects all email addresses from the header and the actual email body in a submenu. Choosing an address will open the <a href="people.html">People</a> application in order to complete and save the contact information.</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Consultes</h3>
|
||||
<p>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.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="creating" name="creating">Nous missatges</a></h2>
|
||||
<p>A new email is created by invoking the <span class="menu">New mail message</span> menu or the corresponding icon from the tool bar of an open email. Or you just start the Mail application or choose <span class="menu">Create new message...</span> from the context menu of the mailbox icon in the Deskbar.</p>
|
||||
<img src="../images/apps-images/mail-write.png" alt="email-write.png" />
|
||||
<p>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.</p>
|
||||
<p><span class="menu">Cc</span> is short for the anachronistic term "<i>carbon copy</i>" 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.<br />
|
||||
<span class="menu">Bcc</span> means "<i>blind carbon copy</i>" which does practically the same as "Cc", but hides the recipients from each other.</p>
|
||||
<p>You can enter several recipients by separating their addresses with a comma.
|
||||
<span class="menu">To</span>, <span class="menu">CC</span>, and <span class="menu">BCC</span> are pop-up menus. They contain all email addresses on your system found by a query for <a href="people.html">People</a> files. Their "Group" attribute will sort them in corresponding submenus.</p>
|
||||
<p>Again, we'll focus on the more interesting features in the menus.</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Fitxer</h3>
|
||||
<p>With <span class="menu">Save as draft</span> you can store your work so far and come back to it later. To load it again, choose it from the <span class="menu">Open draft</span> submenu that will list the result of a query for all mails with the status "Draft".</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Edita</h3>
|
||||
<p><span class="menu">Quote</span> and <span class="menu">Remove quote</span> or their respective shortcuts <span class="key">ALT</span> <span class="key">←</span> / <span class="key">→</span> 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.</p>
|
||||
|
||||
<img src="../images/apps-images/mail-spellcheck.png" alt="email-spellcheck.png" />
|
||||
|
||||
<p><span class="menu">Check spelling</span> 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 <span class="menu">Add</span> it to the accepted vocabulary.</p>
|
||||
<p>Then, there are again the items to open Mail's <span class="menu">Preferences...</span> (<a href="#preferences">see below</a>) and a shortcut to managing your <span class="menu">Accounts...</span>, which will open the <a href="../preferences/e-mail.html">E-mail</a> preference panel.</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Missatge</h3>
|
||||
<p>With <span class="menu">Add signature</span> you can add predefined texts to the end of your mail. From its submenu you can choose a specific or <span class="menu">Random</span> one.</p>
|
||||
|
||||
<img src="../images/apps-images/mail-signature.png" alt="email-signature.png" />
|
||||
|
||||
<p>You create new or edit existing signatures with <span class="menu">Edit signatures...</span>, which will open a window where you enter the text itself and the title of your new sig. There, in the <span class="menu">Signature</span> menu, you find items to <span class="menu">Open</span> a specific signature or <span class="menu">Save</span> or <span class="menu">Delete</span> the currently loaded one, Signatures should be saved in <span class="path">~/config/settings/Mail/signatures</span>.</p>
|
||||
<p>Use <span class="menu">Add enclosure...</span> and <span class="menu">Remove enclosure</span> 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.</p>
|
||||
|
||||
<img src="../images/apps-images/mail-attachments.png" alt="email-attachments.png" />
|
||||
|
||||
<p>File attachments are listed below the header section. You can remove a file by invoking a context menu or by selecting it and pressing <span class="key">DEL</span>.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Consultes</h3>
|
||||
<p>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.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="preferences" name="preferences">Preferències</a></h2>
|
||||
<img src="../images/apps-images/mail-preferences.png" alt="email-preferences.png" />
|
||||
<p>Mail's preferences come in two parts:</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>User interface</h3>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Button bar</span></td><td style="width:10px;"></td><td>Options to show labels under the icons or hide the tool bar completely.</td></tr>
|
||||
<tr><td><span class="menu">Tipus de lletra</span></td><td></td><td>Sets the type of font used for the email text.</td></tr>
|
||||
<tr><td><span class="menu">Mida</span></td><td></td><td>Sets the font size.</td></tr>
|
||||
<tr><td><span class="menu">Colored quotes</span></td><td></td><td>Colors different levels of quotation.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Initial spell check mode</span></td><td></td><td>Turns the spell checker on/off on startup.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Automatically mark mail as read</span></td><td></td><td>If you close an email with the Status "New", you can have it automatically marked as "Read".</td></tr>
|
||||
</table>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Mailing</h3>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Default account</span></td><td style="width:10px;"></td><td>If you have several email accounts, this specifies which to use by default when creating a new message.</td></tr>
|
||||
<tr><td><span class="menu">Reply account</span></td><td></td><td>When you reply to a mail, you can either always <span class="menu">Use default account</span> set in the pop-up menu above, or use the <span class="menu">Account from mail</span>, which will send the mail from the same account that received the original message.</td></tr>
|
||||
<tr><td><span class="menu">Reply preamble</span></td><td></td><td>This 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: "<i>Hello %n!\n\nOn %d you wrote:\n</i>" produces this:
|
||||
<pre>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...</pre></td></tr>
|
||||
<tr><td><span class="menu">Auto signature</span></td><td></td><td>Adds a signature automatically to the end of the mail.</td></tr>
|
||||
<tr><td><span class="menu">Encoding</span></td><td></td><td>Sets the default encoding.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Warn unencodable</span></td><td></td><td>If 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.</td></tr>
|
||||
<tr><td><span class="menu">Text wrapping</span></td><td></td><td>Inserts line-breaks every 76 characters which makes mails easier to read.</td></tr>
|
||||
<tr><td><span class="menu">Attach attributes</span></td><td></td><td>You 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...<br />
|
||||
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.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="magnify.html">Magnify</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="mediaplayer.html">MediaPlayer</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,139 +0,0 @@
|
||||
<?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 2010-2014, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Szymon Barczak (Google Code-In student)
|
||||
*
|
||||
-->
|
||||
<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>MediaPlayer</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/mediaplayer.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/mediaplayer.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/mediaplayer.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/mediaplayer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/mediaplayer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/mediaplayer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/mediaplayer.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/mediaplayer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/mediaplayer.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/mediaplayer.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/mediaplayer.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/mediaplayer.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/mediaplayer.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/mediaplayer.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/mediaplayer.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/mediaplayer.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/mediaplayer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="mail.html">Correu</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="midiplayer.html">MidiPlayer</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/mediaplayer-icon_64.png" alt="mediaplayer-icon_64.png" width="64" height="64" />MediaPlayer</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/MediaPlayer</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/MediaPlayer</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>MediaPlayer is the default player for all audio and video files. Thanks to it's <a href="http://www.ffmpeg.org/">ffmpeg</a> backend, a plethora of widely used formats are supported. Its simple interface has all the controls you'd expect:</p>
|
||||
<img src="../images/apps-images/mediaplayer.png" alt="mediaplayer.png" />
|
||||
<p>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.<br />
|
||||
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.</p>
|
||||
|
||||
<h2>Audio and video playback</h2>
|
||||
<p>Since there aren't any specific features for for audio playback, we'll go straight to video or general features.</p>
|
||||
<img src="../images/apps-images/mediaplayer-info.png" alt="mediaplayer-info.png" />
|
||||
<p>Available to all media is the <span class="menu">File info...</span> (<span class="key">ALT</span> <span class="key">I</span>). It shows information about the currently loaded file, like playing time or details of the audio/video track and its codec.</p>
|
||||
<p>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.<br />
|
||||
Under <span class="menu">Video</span> 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 <span class="menu">Stream settings</span> should work best for correctly encoded files.</p>
|
||||
<p>MediaPlayer supports subtitles in <a href="http://en.wikipedia.org/wiki/SubRip">SRT</a> format. To have them show up under <span class="menu">Subtitles</span>, 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:</p>
|
||||
<pre>MyMovie.avi
|
||||
MyMovie.Deutsch.srt
|
||||
MyMovie.English.srt
|
||||
MyMovie.Français.srt</pre>
|
||||
<p>Multiple audio tracks, most often used for several languages inside one video file, are available from the <span class="menu">Audio track</span> submenu. The <span class="menu">Video | Track</span> submenu offers the same when having multiple video streams available.</p>
|
||||
<p>You can toggle the <span class="menu">Full screen</span> mode (<span class="key">ALT</span> <span class="key">ENTER</span> or <span class="key">F</span> or a double left-click), hide MediaPlayer's window borders and controls with <span class="menu">Hide interface</span> (<span class="key">ALT</span> <span class="key">H</span> or a double right-click) or have it's window <span class="menu">Always on top</span> (<span class="key">ALT</span> <span class="key">A</span>).</p>
|
||||
|
||||
<h2>Playlists</h2>
|
||||
<p><span class="menu">MediaPlayer | Playlist...</span> (<span class="key">ALT</span> <span class="key">P</span>) opens a window with the files currently queued up for playback. Double-clicking an entry starts playing it.</p>
|
||||
<img src="../images/apps-images/mediaplayer-playlist.png" alt="mediaplayer-playlist.png" />
|
||||
<p>You can add more files by dropping them into the list and rearrange their position via drag & drop. From the <span class="menu">Edit</span> menu you can <span class="menu">Randomize</span> or <span class="menu">Remove</span> (<span class="key">DEL</span>) an entry from the list or delete the actual file with <span class="menu">Move to Trash</span> (<span class="key">ALT</span> <span class="key">T</span>).</p>
|
||||
<p>Of course, you can <span class="menu">Save</span> a playlist and later <span class="menu">Open</span> it again, or start it with simply double-clicking the playlist file.</p>
|
||||
|
||||
<h2>Settings</h2>
|
||||
<p>There are several settings to fine-tune MediaPlayer's behavior:</p>
|
||||
<img src="../images/apps-images/mediaplayer-settings.png" alt="mediaplayer-settings.png" />
|
||||
<p>The first batch, <span class="menu">Play mode</span>, is pretty self-explaining. Start playback automatically, close windows when finished or play clips in a loop.</p>
|
||||
<p>Next are different <span class="menu">View options</span>.<br />
|
||||
You can opt to <span class="menu">Use hardware overlay if available</span>, which cuts down CPU usage but only works for one video window and needs a supporting video card driver.<br />
|
||||
You can <span class="menu">Scale movies smoothly</span> (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.<br />
|
||||
<span class="menu">Scale controls in full-screen mode</span> if you prefer slightly bigger controls, maybe because you watch the screen from a bit farther away when in full-screen mode.<br />
|
||||
Then there are settings for <span class="menu">Subtitle size</span> and <span class="menu">Subtitle placement</span>. They can be shown at the <span class="menu">Bottom of video</span>, which will always have them overlayed over the picture. Or <span class="menu">Bottom of window</span>, which allows you to resize the window vertically and have the subtitles appear in the black bar at the bottom instead.</p>
|
||||
<p>The last setting determines the volume of clips whose windows are not currently active. You can have them all blaring at <span class="menu">Full volume</span>, at less confusing <span class="menu">Low volume</span> or quietly <span class="menu">Muted</span>.</p>
|
||||
|
||||
<h2>Keyboard controls</h2>
|
||||
<p>MediaPlayer offers convenient key combinations to control playback without using the mouse.</p>
|
||||
<table summary="keycombos" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="key">Z</span></td><td style="width:15px;"></td><td>Skip to previous track</td></tr>
|
||||
<tr><td><span class="key">X</span></td><td></td><td>Play</td></tr>
|
||||
<tr><td><span class="key">C</span></td><td></td><td>Pause</td></tr>
|
||||
<tr><td><span class="key">V</span></td><td></td><td>Stop</td></tr>
|
||||
<tr><td><span class="key">B</span></td><td></td><td>Skip to next track</td></tr>
|
||||
</table>
|
||||
<p>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.</p>
|
||||
<table summary="keycombos" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td align="right"><span class="key">←</span> / <span class="key">→</span></td><td style="width:15px;"></td><td>Seek backwards/forwards</td></tr>
|
||||
<tr><td align="right"><span class="key">SHIFT</span> <span class="key">←</span> / <span class="key">→</span></td><td></td><td>Jump backwards/forwards 10 seconds</td></tr>
|
||||
<tr><td align="right"><span class="key">ALT</span> <span class="key">←</span> / <span class="key">→</span></td><td></td><td>Jump backwards/forwards 30 seconds</td></tr>
|
||||
|
||||
<tr><td align="right"><span class="key">↓</span> / <span class="key">↑</span></td><td></td><td>Decrease/Increase volume</td></tr>
|
||||
|
||||
<tr><td align="right"><span class="key">ALT</span> <span class="key">↓</span> / <span class="key">↑</span></td><td></td><td>Skip to next/previous Track</td></tr>
|
||||
|
||||
<tr><td align="right"><span class="key">Spacebar</span></td><td></td><td>Toggle play/pause</td></tr>
|
||||
<tr><td align="right"><span class="key">ALT</span> <span class="key">ENTER</span></td><td></td><td>Toggle full-screen mode (also done by double left-clicking the video area or pressing <span class="key">F</span> or <span class="key">TAB</span>)</td></tr>
|
||||
<tr><td class="onelinetop" align="right"><span class="key">ALT</span> <span class="key">SHIFT</span> <span class="key">0</span> / <span class="key">1</span> / <span class="key">2</span> / <span class="key">3</span></td><td></td><td>Changes aspect ratio to <span class="menu">Stream settings</span> (how the video was encoded), <span class="menu">No aspect correction</span> (maps the pixels of the video 1:1 to the screen), <span class="menu">4:3</span>, <span class="menu">16:9</span></td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="mail.html">Correu</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="midiplayer.html">MidiPlayer</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,86 +0,0 @@
|
||||
<?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 2011, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Gerard Stanczak (Google Code-In student)
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>MidiPlayer</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/midiplayer.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/midiplayer.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/midiplayer.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/midiplayer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/midiplayer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/midiplayer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/midiplayer.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/midiplayer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/midiplayer.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/midiplayer.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/midiplayer.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/midiplayer.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/midiplayer.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/midiplayer.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/midiplayer.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/midiplayer.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/midiplayer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="mediaplayer.html">MediaPlayer</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="packageinstaller.html">PackageInstaller</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/midiplayer-icon_64.png" alt="midiplayer-icon_64.png" width="64" height="64" />MidiPlayer</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/MidiPlayer</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/MidiPlayerSettings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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.<br />
|
||||
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.</p>
|
||||
<div class="box-info"><p>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 <i>something</i> you can install a free one from an optional package. In Terminal, enter: <tt>installoptionalpackage TimGMSoundFont</tt></p>
|
||||
<p>To use any other SoundFont, create a link to it in <tt>/boot/system/data/synth</tt> and name it <tt>big_synth.sy</tt>.</p></div>
|
||||
<img src="../images/apps-images/midiplayer.png" alt="midiplayer.png" />
|
||||
<p>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 <span class="menu">Reverb</span> pop-up menu. Activating the scope will show a visualization in form of an oscilloscope running at the top.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="mediaplayer.html">MediaPlayer</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="packageinstaller.html">PackageInstaller</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,93 +0,0 @@
|
||||
<?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 2011, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Gerard Stanczak (Google Code-In student)
|
||||
*
|
||||
-->
|
||||
<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>PackageInstaller</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/packageinstaller.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/packageinstaller.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/packageinstaller.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/packageinstaller.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/packageinstaller.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/packageinstaller.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/packageinstaller.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/packageinstaller.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/packageinstaller.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/packageinstaller.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/packageinstaller.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/packageinstaller.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/packageinstaller.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/packageinstaller.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/packageinstaller.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/packageinstaller.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/packageinstaller.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="midiplayer.html">MidiPlayer</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="people.html">People</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/packageinstaller-icon_64.png" alt="packageinstaller-icon_64.png" width="64" height="64" />PackageInstaller</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><i>No entry, normally launched via
|
||||
double-clicking a supported file.</i></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/PackageInstaller</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><i>none</i></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<div class="box-info">This page is currently only a first draft. Please check back later for a refined version.</div>
|
||||
<p>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.</p>
|
||||
<p>It is being executed automatically when you try to open files with .pkg extension.</p>
|
||||
<img src="../images/apps-images/packageinstaller.png" alt="packageinstaller.png" />
|
||||
<p>The main window gives access to two configurations:</p>
|
||||
<ul>
|
||||
<li>installation type (depending on the developer there might be more than one (standard) installation option)</li>
|
||||
<li>Installation location (only entire partitions/hard disks can be chosen, not custom paths)</li>
|
||||
</ul>
|
||||
<p>After clicking Install the extraction and installation process will begin.</p>
|
||||
<img src="../images/apps-images/packageinstaller-installer.png" alt="packageinstaller-installer.png" />
|
||||
<p>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.</p>
|
||||
<p>When the installation is complete, package should appear in the Deskbar applications menu.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="midiplayer.html">MidiPlayer</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="people.html">People</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,82 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Pe</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/pe.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/pe.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/pe.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/pe.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/pe.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/pe.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/pe.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/pe.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/pe.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/pe.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/pe.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/pe.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/pe.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/pe.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/pe.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/pe.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/pe.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="bepdf.html">BePDF</a>
|
||||
:: <a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="vision.html">Vision</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/pe-icon_64.png" alt="pe-icon_64.png" width="64" height="64" />Pe</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Pe/Pe</span></td></tr>
|
||||
<tr><td>Documentació:</td><td></td><td><span class="path">/boot/system/apps/Pe/Documentation/index.html</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/pe/*</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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 <a href="http://developer.berlios.de/projects/pe-editor/">Pe project page</a>.</p>
|
||||
<p>Find out more about Pe's features in its local <a href="file:// /boot/system/apps/Pe/Documentation/index.html">documentation</a>. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="bepdf.html">BePDF</a>
|
||||
:: <a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="vision.html">Vision</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,90 +0,0 @@
|
||||
<?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, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>People</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/people.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/people.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/people.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/people.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/people.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/people.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/people.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/people.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/people.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/people.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/people.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/people.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/people.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/people.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/people.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/people.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/people.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="packageinstaller.html">PackageInstaller</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="poorman.html">PoorMan</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/people-icon_64.png" alt="people-icon_64.png" width="64" height="64" />People</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/People</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/People_data</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>People is a simple contact database using the <a href="../attributes.html">attributes</a> 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 <a href="../queries.html">query</a>.</p>
|
||||
|
||||
<img src="../images/apps-images/people.png" alt="people.png" />
|
||||
|
||||
<p>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 "<tt>,</tt>".</p>
|
||||
|
||||
<p>These Person files are usually all saved in <span class="path">/boot/home/people/</span>. 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. </p>
|
||||
|
||||
<img src="../images/apps-images/people-files.png" alt="people-files.png" />
|
||||
|
||||
<p>You can treat these files like any other: You can sort according to attributes (even a second sorting order by holding <span class="key">SHIFT</span> while clicking) and of course delete, duplicate or rename Person files. Even the contact information can be edited directly: Clicking on an attribute (or <span class="key">ALT</span> <span class="key">E</span>) to edit works just like renaming a file. Once you're in edit mode, <span class="key">TAB</span> and <span class="key">SHIFT</span> <span class="key">TAB</span> will jump from column to column.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="packageinstaller.html">PackageInstaller</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="poorman.html">PoorMan</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,91 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>PoorMan</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/poorman.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/poorman.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/poorman.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/poorman.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/poorman.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/poorman.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/poorman.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/poorman.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/poorman.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/poorman.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/poorman.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/poorman.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/poorman.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/poorman.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/poorman.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/poorman.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/poorman.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="people.html">People</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="screenshot.html">Screenshot</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/poorman-icon_64.png" alt="poorman-icon_64.png" width="64" height="64" />PoorMan</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/PoorMan</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/PoorMan Settings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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.</p>
|
||||
<p>Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the <span class="button">Default</span>, a new folder <span class="path">/boot/home/public_html</span> is created for you. As a start page a HTML file named by default <span class="cli">index.html</span> has to be present there.</p>
|
||||
<p>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 <span class="menu">Edit | Settings...</span>:
|
||||
</p>
|
||||
<p><img id="poorman" src="../images/apps-images/poorman.png" alt="poorman.png" /></p>
|
||||
<p>The settings panel is divided into three tabs:</p>
|
||||
<p>In <span class="menu">Site</span> 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.<br />
|
||||
<span class="menu">Logging</span> lets you de/activate logging to the console or optionally to a separate logfile.<br />
|
||||
The <span class="menu">Advanced</span> tab holds the setting for the maximum simultaneous connections.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<div class="box-info">If you want to try out if PoorMan's working, choose <span class="path">/boot/system/apps/BePDF/docs/</span> as folder and <span class="cli">index.html</span> as start page. Then point your browser to the URL 127.0.0.1, which is your local host.</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="people.html">People</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="screenshot.html">Screenshot</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,119 +0,0 @@
|
||||
<?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 2009-2010, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Screenshot</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/screenshot.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/screenshot.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/screenshot.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/screenshot.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/screenshot.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/screenshot.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/screenshot.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/screenshot.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/screenshot.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/screenshot.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/screenshot.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/screenshot.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/screenshot.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/screenshot.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/screenshot.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/screenshot.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/screenshot.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="poorman.html">PoorMan</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="showimage.html">Showimage</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/screenshot-icon_64.png" alt="screenshot-icon_64.png" width="64" height="64" />Screenshot</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Screenshot</span><br />
|
||||
<span class="path">/bin/screenshot</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/screenshot</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>Screenshots are taken by either starting the Screenshot application or by pressing the <span class="key">PRINT</span> key,</p>
|
||||
<p><img id="sreenshot" src="../images/apps-images/screenshot.png" alt="screenshot.png" /></p>
|
||||
<p>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.</p>
|
||||
<p>Below that you set the name, format and location for the screenshot that will be used when you click <span class="button">Save</span>. Instead of saving the file to disk you can also decide to <span class="button">Copy to clipboard</span> to be able to paste the shot directly into another application, or take a <span class="button">New screenshot</span>.</p>
|
||||
<p>All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:</p>
|
||||
<table summary="shortcuts" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr><td><span class="key">PRINT</span></td><td style="width:15px;"></td><td>Takes a screenshot with zero delay and launches the Screenshot panel.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="key">SHIFT</span> <span class="key">PRINT</span></td><td></td><td>Takes a screenshot silently (without opening the panel), while still respecting the last used settings.</td></tr>
|
||||
<tr><td><span class="key">CTRL</span> <span class="key">PRINT</span></td><td></td><td>Also takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.</td></tr>
|
||||
</table>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
Taking a screenshot from Terminal</h2>
|
||||
<p>There's a special <span class="cli">screenshot</span> application to be used from Terminal or a script.<br />
|
||||
<span class="cli">screenshot --help</span> shows the familiar options as parameters:</p>
|
||||
|
||||
<pre class="terminal">~> 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
|
||||
</pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="poorman.html">PoorMan</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="showimage.html">Showimage</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,128 +0,0 @@
|
||||
<?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 2010-2011, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>ShowImage</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/showimage.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/showimage.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/showimage.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/showimage.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/showimage.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/showimage.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/showimage.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/showimage.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/showimage.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/showimage.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/showimage.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/showimage.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/showimage.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/showimage.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/showimage.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/showimage.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/showimage.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="screenshot.html">Screenshot</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="soundrecorder.html">SoundRecorder</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/showimage-icon_64.png" alt="showimage-icon_64.png" width="64" height="64" />ShowImage</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><i>No entry, normally launched via
|
||||
double-clicking a supported file.</i></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/ShowImage</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/ShowImage_settings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>ShowImage allows you to view images in all formats that are supported through <a href="../preferences/datatranslation.html">DataTranslators</a>. 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.<br />
|
||||
ShowImage provides minimal editing features to crop, rotate and flip images and to save them in another format.</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Viewing</h2>
|
||||
<img src="../images/apps-images/showimage-view.jpg" alt="showimage-view.jpg" />
|
||||
<p>The <span class="menu">View</span> menu offers to start a <span class="menu">Slide show</span> of all images in a folder (or query result window) and set a <span class="menu">Slide delay</span> from 2 to 20 seconds.</p>
|
||||
<p>Other commands apply to the currently displayed image (without changing the size of the window):<br />
|
||||
<span class="menu">Original size</span> shows the image with a 100% zoom factor.<br />
|
||||
<span class="menu">Fit to window</span> shrinks the image back into the window frame, e.g. after having zoomed into it or after resizing the window.<br />
|
||||
<span class="menu">Zoom in</span> and <span class="menu">Zoom out</span> 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.</p>
|
||||
<p>Two settings don't just apply to the currently displayed image and are remembered when browsing from one image to the next:<br />
|
||||
<span class="menu">High quality zooming</span> applies a very fast filter when zooming to reduce jagged lines and produce a smoother result.<br />
|
||||
<span class="menu">Stretch to window</span> will stretch smaller images to fill the current window frame.</p>
|
||||
<p>Then there's a <span class="menu">Full screen</span> mode with an option to <span class="menu">Show caption in full screen mode</span> which overlays the file name at the bottom of the image.</p>
|
||||
<p>Lastly, <span class="menu">Show tool bar</span> will show/hide the graphical controls:</p>
|
||||
<img src="../images/apps-images/showimage-toolbar.png" alt="showimage-toolbar.png" />
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Browsing</h2>
|
||||
<img src="../images/apps-images/showimage-browse.jpg" alt="showimage-browse.jpg" />
|
||||
<p>After opening an image you can quickly browse through all the other images in its folder (or query result window) by pressing <span class="key">↑</span>/<span class="key">↓</span> or <span class="key">←</span>/<span class="key">→</span>. You can see the selection change accordingly in the Tracker window.</p>
|
||||
<p>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 <a href="../tracker.html#drill-down">drill-down navigating</a> in Tracker by clicking in the info area in the status bar that shows size and format of the current image.</p>
|
||||
<p>Looking at the <span class="menu">Browse</span> menu, shows another type of browsing: Some image formats, like TIFF, can contain several pages in one file. Commands like <span class="menu">First page</span> and <span class="menu">Next page</span> let you navigate those pages.</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Editing</h2>
|
||||
<img src="../images/apps-images/showimage-edit.jpg" alt="showimage-edit.jpg" />
|
||||
<p>The <span class="menu">Image</span> 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.</p>
|
||||
<p><span class="menu">Use as backgroud...</span> will open the <a href="../preferences/backgrounds.html">Backgrounds</a> preferences to set the current picture as image for your workspaces.</p>
|
||||
<p>Cropping is another feature that's needed sometimes. To define the frame to cut to, you can switch to <span class="menu">Selection mode</span> from the <span class="menu">Edit</span> 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 <span class="key">CTRL</span> while left-click-dragging, which otherwise would just pan the image around.<br />
|
||||
<span class="menu">Clear selection</span> or <span class="key">ESC</span> will remove the selection box.</p>
|
||||
<p>The following chapter shows how to actually save the cropped area.</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Saving and converting</h2>
|
||||
<p>To save or convert an image into any available format, you can invoke the normal <span class="menu">Save as...</span> item from the <span class="menu">File</span> menu, select the format and choose a file name.<br />
|
||||
Often quicker, especially when the Tracker window with the destination folder is already open, is using drag & drop.</p>
|
||||
<img src="../images/apps-images/showimage-dnd.jpg" alt="showimage-dnd.jpg" />
|
||||
<p>This is also how the above mentioned cropping is finalized. Either select a frame as described above, or choose <span class="menu">Edit | Select all</span> 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.</p>
|
||||
<p>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.</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Keyboard shortcuts</h2>
|
||||
<p>Here's a list of the most useful shortcuts:</p>
|
||||
<table summary="keycombos" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="key">←</span> / <span class="key">↑</span></td><td style="width:15px;"></td><td>Previous image</td></tr>
|
||||
<tr><td><span class="key">→</span> / <span class="key">↓</span></td><td></td><td>Next image</td></tr>
|
||||
<tr><td><span class="key">DEL</span></td><td></td><td>Move to Trash</td></tr>
|
||||
<tr><td><span class="key">+</span></td><td></td><td>Zoom in</td></tr>
|
||||
<tr><td><span class="key">-</span></td><td></td><td>Zoom out</td></tr>
|
||||
<tr><td><span class="key">0</span></td><td></td><td>Original size (100% zoom)</td></tr>
|
||||
<tr><td><span class="key">1</span></td><td></td><td>Fit to window</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">ENTER</span></td><td></td><td>Toggle full screen mode (also via doubleclick)</td></tr>
|
||||
<tr><td><span class="key">Control</span></td><td></td><td>While holding <span class="key">CTRL</span> you can create a selection frame without explicitly switching to selection mode.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="screenshot.html">Screenshot</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="soundrecorder.html">SoundRecorder</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,81 +0,0 @@
|
||||
<?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, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>SoundRecorder</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/soundrecorder.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/soundrecorder.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/soundrecorder.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/soundrecorder.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/soundrecorder.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/soundrecorder.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/soundrecorder.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/soundrecorder.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/soundrecorder.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/soundrecorder.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/soundrecorder.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/soundrecorder.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/soundrecorder.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/soundrecorder.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/soundrecorder.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/soundrecorder.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/soundrecorder.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="showimage.html">Showimage</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="stylededit.html">StyledEdit</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/soundrecorder-icon_64.png" alt="soundrecorder-icon_64.png" width="64" height="64" />SoundRecorder</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/SoundRecorder</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/???</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="showimage.html">Showimage</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="stylededit.html">StyledEdit</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,97 +0,0 @@
|
||||
<?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-2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>StyledEdit</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/stylededit.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/stylededit.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/stylededit.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/stylededit.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/stylededit.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/stylededit.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/stylededit.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/stylededit.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/stylededit.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/stylededit.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/stylededit.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/stylededit.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/stylededit.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/stylededit.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/stylededit.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/stylededit.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/stylededit.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="soundrecorder.html">SoundRecorder</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="terminal.html">Terminal</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/stylededit-icon_64.png" alt="stylededit-icon_64.png" width="64" height="64" />StyledEdit</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/StyledEdit</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><i>none</i></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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.</p>
|
||||
<img src="../images/apps-images/stylededit.png" alt="stylededit.png" />
|
||||
<p>If you're interested, this is what those additional attributes look like when examined in Terminal with <span class="cli">listattr</span>:</p>
|
||||
<pre class="terminal">~> 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.</pre>
|
||||
<p>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.</p>
|
||||
<div class="box-info">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.</div>
|
||||
<p>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 <span class="cli">ReadMe.txt</span>, 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.</p>
|
||||
<p>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 <span class="menu">Font</span> menu. Line wrapping and alignment from the <span class="menu">Document</span> menu only work on the whole file.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="soundrecorder.html">SoundRecorder</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="terminal.html">Terminal</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,157 +0,0 @@
|
||||
<?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-2014, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Terminal</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/terminal.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/terminal.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/terminal.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/terminal.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/terminal.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/terminal.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/terminal.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/terminal.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/terminal.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/terminal.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/terminal.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/terminal.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/terminal.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/terminal.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/terminal.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/terminal.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/terminal.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="stylededit.html">StyledEdit</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="textsearch.html">TextSearch</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/terminal-icon_64.png" alt="terminal-icon_64.png" width="64" height="64" />Terminal</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Terminal</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/Terminal</span><br />
|
||||
<span class="path">~/config/settings/profile</span> - adds/overrides defaults in <span class="path">/boot/system/settings/etc/profile</span><br />
|
||||
<span class="path">~/config/settings/inputrc</span> - adds/overrides defaults in <span class="path">/boot/system/settings/etc/inputrc</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>The Terminal is Haiku's interface to bash, the Bourne Again Shell.</p>
|
||||
<p>Please refer to the topic on <a href="../bash-scripting.html">Scripting</a> for a few links to online tutorials on working in the shell and also have a look at <a href="cli-apps.html">Haiku's commandline applications</a>. Here, we'll concentrate on the Terminal application itself.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="windows-tabs" name="windows-tabs">Finestres i pestanyes</a></h2>
|
||||
<p>You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with <span class="key">ALT</span> <span class="key">N</span> from an already running Terminal. Or you use Terminal's tabbed view and open more tabs with <span class="key">ALT</span> <span class="key">T</span>.</p>
|
||||
<img src="../images/apps-images/terminal.png" alt="terminal.png" />
|
||||
<br />
|
||||
<p>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.<br />
|
||||
By default, <tt>%1d: %p</tt>, a tab shows the current directory and, separated by a <tt>:</tt>, the name of the currently running process (or <tt>--</tt> if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the <span class="path">Desktop</span> folder and a second tab idling at <span class="path">home</span>.<br />
|
||||
Via <span class="menu">Edit | Window title...</span> the Terminal window's title can be edited in a similar way.</p>
|
||||
<p>Right-clicking a tab shows a context menu to <span class="menu">Close tab</span>, <span class="menu">Close other tabs</span> or, like double-clicking, <span class="menu">Edit tab title...</span>.</p>
|
||||
<p>A Terminal window can be resized like any other window or you use the presets from the <span class="menu">Settings | Window size</span> menu. <span class="key">ALT</span> <span class="key">ENTER</span> toggles fullscreen mode.</p>
|
||||
<p>All the settings you change directly through the <span class="menu">Settings</span> menu, like <span class="menu">Window title</span>, <span class="menu">Window size</span>, <span class="menu">Text encoding</span> or <span class="menu">Font size</span> are only kept for the current session. If you want to make permanent changes, you have to apply them in the <span class="menu">Settings...</span> panel.</p>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="settings" name="settings">Preferències</a></h2>
|
||||
<p><span class="menu">Settings | Settings...</span> opens a panel to configure the standard settings of a Terminal.</p>
|
||||
<img src="../images/apps-images/terminal-settings.png" alt="terminal-settings.png" />
|
||||
<br />
|
||||
<p>Most of the offered settings speak for themselves.<br />
|
||||
Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables. <br />
|
||||
You can choose pre-defined color schema like <span class="menu">Midnight</span> or <span class="menu">Retro</span> or create a <span class="menu">Custom</span> one by selecting which color you want to change (<span class="menu">Text</span>, <span class="menu">Background</span>, <span class="menu">Cursor</span> etc.) and then use the color picker below.</p>
|
||||
<p>A few more options follow: you can have a <span class="menu">Blinking cursor</span> and choose to <span class="menu">Use bright instead of bold text</span>. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.<br />
|
||||
Activate the checkbox to <span class="menu">Confirm exit if active programs exist</span> and you'll be warned when trying to close a Terminal window while an app is still being executed.</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td class="onelinetop"><span class="button">Save to file...</span></td><td width="10"> </td><td>let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.</td></tr>
|
||||
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you opened the settings panel.</td></tr>
|
||||
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
|
||||
</table>
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="shortcuts" name="shortcuts">Dreceres del teclat</a></h2>
|
||||
<p>You'll find a list of useful shortcuts in <a href="../keyboard-shortcuts.html#terminal">Shortcuts and key combinations</a>.</p>
|
||||
<p>Another nice feature that is more a key & mouse combination: When holding <span class="key">ALT</span> 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 <span class="menu">Copy path</span> or <span class="menu">Copy absolute path</span>. Imagine you're in <span class="path">/MyData/source/haiku/</span> and have the path <span class="path">generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit</span> under the mouse pointer, the latter menu item will result in the combined, absolute path <<i>deep breath</i>>:<br /> <span class="path">/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit</span>.</p>
|
||||
<p>If you hold down <span class="key">ALT</span> <span class="key">SHIFT</span>, only the path from beginning to where your mouse pointer sits will be highlighted.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="customization" name="customization">Personalització del Bash</a></h2>
|
||||
<p>Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: <span class="cli">profile</span> and <span class="cli">inputrc</span><br />
|
||||
Both files can be created in the <span class="path">/boot/home/config/settings/</span> folder and add or override the system defaults that are defined in <span class="path">/boot/system/settings/etc/</span>.</p>
|
||||
|
||||
<h3>profile</h3>
|
||||
<p>The <span class="cli">profile</span> 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.</p>
|
||||
<p>The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:</p>
|
||||
<ul>
|
||||
<li><a href="http://betips.net/1997/09/09/customize-your-terminal-prompt/">Customize your Terminal prompt</a></li>
|
||||
<li><a href="http://betips.net/1997/09/09/more-prompt-customizations/">More prompt customizations</a></li>
|
||||
<li><a href="http://betips.net/1997/09/09/enhancing-bash/">Enhancing bash</a></li>
|
||||
<li><a href="http://betips.net/1997/09/09/custom-keyboard-shortcuts/">Custom keyboard shortcuts</a></li>
|
||||
</ul>
|
||||
<p>There are more, <a href="http://betips.net/index.php?s=.profile">have a look</a>.</p>
|
||||
|
||||
<h3>inputrc</h3>
|
||||
<p>The <span class="cli">inputrc</span> 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. <a href="http://tiswww.case.edu/php/chet/readline/rluserman.html">The GNU Readline Library</a>.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="hints" name="hints">Consells per treballar amb el Terminal</a></h2>
|
||||
<ul><li><p>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:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="menu">Insert path</span></td><td> </td><td>Inserts the location of the file, same as drag&dropping with the left mouse button.</td></tr>
|
||||
<tr><td><span class="menu">Change directory</span></td><td> </td><td>Changes to the folder of the dragged file.</td></tr>
|
||||
<tr><td><span class="menu">Create link here</span></td><td> </td><td>Creates a link to the dragged file in the current working directory of the Terminal.</td></tr>
|
||||
<tr><td><span class="menu">Move here</span></td><td> </td><td>Moves the dragged file into the current working directory of the Terminal.</td></tr>
|
||||
<tr><td><span class="menu">Copy here</span></td><td> </td><td>Copies the dragged file into the current working directory of the Terminal.</td></tr>
|
||||
</table></li>
|
||||
<li><p>You can open any file with its preferred application with the command <span class="cli">open <i>[filename]</i></span>. This also works with the representation of the current ("<span class="cli">.</span>") and parent ("<span class="cli">..</span>") folder which then open in a Tracker window. So, to open the current working directory, you type:</p>
|
||||
<pre class="terminal">open .</pre>
|
||||
</li></ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="stylededit.html">StyledEdit</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="textsearch.html">TextSearch</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,106 +0,0 @@
|
||||
<?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 2010, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>TextSearch</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/textsearch.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/textsearch.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/textsearch.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/textsearch.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/textsearch.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/textsearch.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/textsearch.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/textsearch.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/textsearch.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/textsearch.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/textsearch.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/textsearch.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/textsearch.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/textsearch.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/textsearch.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/textsearch.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/textsearch.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="terminal.html">Terminal</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="tv.html">TV</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/textsearch-icon_64.png" alt="textsearch-icon_64.png" width="64" height="64" />TextSearch</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><i>No entry, normally launched via Tracker Add-on</i></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/TextSearch</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/TextSearch</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>TextSearch looks for a string in text files. Typically it is invoked from <a href="../tracker-add-ons.html">Tracker's Add-on</a> context menu on the selection of files or folders you want to search.</p>
|
||||
|
||||
<img src="../images/apps-images/textsearch.png" alt="textsearch.png" />
|
||||
|
||||
<p>You enter a search string in the text box on top and hit <span class="key">RETURN</span> or click <span class="button">Search</span> to start. If <span class="menu">Show lines</span> is checked, the hits are automatically expanded to show the lines of the file containing the search string.</p>
|
||||
|
||||
<p>Only a few words on some of the otherwise self-explaining menu items:</p>
|
||||
<table summary="menus" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td colspan="5"><h3>Menú de Fitxer</h3></td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">New window</span></td><td></td><td><span class="key">ALT</span> <span class="key">N</span></td><td> </td><td>Opens a new window where you can enter another string and search through the same files/folders.
|
||||
</td></tr>
|
||||
<tr><td><span class="menu">Set target...</span></td><td></td><td><span class="key">ALT</span> <span class="key">F</span></td><td></td><td>Lets you choose a new set of files and folders to search through.</td></tr>
|
||||
<tr><td colspan="5"><h3>Menú d'accions</h3></td></tr>
|
||||
<tr><td><span class="menu">Trim selection</span></td><td></td><td><span class="key">ALT</span> <span class="key">T</span></td><td> </td><td>Removes all entries from the list that are not currently selected.</td></tr>
|
||||
<tr><td><span class="menu">Open selection</span></td><td></td><td><span class="key">ALT</span> <span class="key">O</span></td><td></td><td>Opens 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.</td></tr>
|
||||
<tr><td><span class="menu">Open files in Tracker</span></td><td></td><td><span class="key">ALT</span> <span class="key">K</span></td><td></td><td>Opens the location of the currently selected files in Tracker.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Copy text to clipboard</span></td><td></td><td><span class="key">ALT</span> <span class="key">B</span></td><td></td><td>Copies the current selection to the clipboard.</td></tr>
|
||||
<tr><td colspan="5"><h3>Menú de preferències</h3></td></tr>
|
||||
<tr><td colspan="3" class="onelinetop"><span class="menu">Skip folders starting with a dot</span></td><td> </td><td>This is useful when working in a "unixy" environment, where often administrative files are hidden inside "<tt>.folders/</tt>". Source versioning systems like SVN and CVS are examples of applications using this and are also widely used in Haiku.</td></tr>
|
||||
<tr><td colspan="3"><span class="menu">Escape search text</span></td><td> </td><td>TextSearch uses the command line tool <span class="cli">grep</span>. For it, special characters like <tt>'"*\$?!</tt> and spaces have to be escaped with a <tt>\</tt>. Deactivating this setting means you have to do this yourself, but in exchange grants you the power of <a href="http://en.wikipedia.org/wiki/Regular_expression" class="external free" title="Wikipedia: Regular expressions" rel="nofollow">regular expressions</a>.</td></tr>
|
||||
<tr><td colspan="3"><span class="menu">Text files only</span></td><td> </td><td>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.</td></tr>
|
||||
<tr><td colspan="5"><h3>Menú de l'històric</h3></td></tr>
|
||||
<tr><td colspan="4"></td><td>Contains recently used search strings.</td></tr>
|
||||
<tr><td colspan="5"><h3>Menú de codificació</h3></td></tr>
|
||||
<tr><td colspan="4"></td><td>Lets you choose different character encodings if needed.</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="terminal.html">Terminal</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="tv.html">TV</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,81 +0,0 @@
|
||||
<?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, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>TV</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/tv.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/tv.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/tv.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/tv.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/tv.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/tv.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/tv.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/tv.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/tv.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/tv.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/tv.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/tv.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/tv.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/tv.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/tv.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/tv.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/tv.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="textsearch.html">TextSearch</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="webpositive.html">WebPositive</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/tv-icon_64.png" alt="tv-icon_64.png" width="64" height="64" />TV</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/TV</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/???</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="textsearch.html">TextSearch</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="webpositive.html">WebPositive</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,270 +0,0 @@
|
||||
<?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 2009-2015, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Vision</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/vision.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/vision.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/vision.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/vision.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/vision.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/vision.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/vision.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/vision.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/vision.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/vision.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/vision.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/vision.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/vision.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/vision.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/vision.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/vision.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/vision.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="pe.html">Pe</a>
|
||||
:: <a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="wonderbrush.html">WonderBrush</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/vision-icon_64.png" alt="vision-icon_64.png" width="64" height="64" />Vision</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Vision/Vision</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/Vision/*</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the <a href="http://vision.sourceforge.net/">Vision website</a>.</p>
|
||||
<div class="box-info">You can find help from other Haiku users and developers on <a href="http://www.haiku-os.org/community/irc">Haiku channels</a> in various languages.<br />
|
||||
The most frequented is the English speaking #haiku at irc.freenode.org.</div>
|
||||
<p>Some advice, especially if you're new to IRC:</p>
|
||||
<ul>
|
||||
<li><p>Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found <a href="https://workaround.org/getting-help-on-irc/">Getting help on IRC</a> by Christoph Haas to be quite helpful.</p></li>
|
||||
<li><p>By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See <a href="http://freenode.net/faq.shtml#nicksetup">Freenode's FAQ</a> on that matter.</p></li>
|
||||
<li><p>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.</p></li>
|
||||
</ul>
|
||||
<p>Here's a list of built-in commands, taken with permission from Vision's website.</p>
|
||||
<p>The syntax:</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td><tt>/COMMAND</tt></td><td width="10"></td><td>the command</td></tr>
|
||||
<tr><td><tt><required></tt></td><td></td><td>a required parameter</td></tr>
|
||||
<tr><td><tt>[optional]</tt></td><td></td><td>an optional parameter</td></tr>
|
||||
<tr><td><tt>|</tt></td><td></td><td>a logical OR</td></tr>
|
||||
<tr><td><tt>...</tt></td><td></td><td>more parameters possible</td></tr>
|
||||
</table>
|
||||
|
||||
<ul>
|
||||
<li><p><span class="menu">/ABOUT</span><br />
|
||||
Opens Vision's About window.</p></li>
|
||||
|
||||
<li><p><span class="menu">/ACRONYM [word]</span><br />
|
||||
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.)</p></li>
|
||||
|
||||
<li><p><span class="menu">/AWAY [away-reason]</span><br />
|
||||
Sets away status on current network. If no away reason is specified, it is set to 'BRB'. (be right back)</p></li>
|
||||
|
||||
<li><p><span class="menu">/BACK</span><br />
|
||||
Sets your status to 'back' on current network.</p></li>
|
||||
|
||||
<li><p><span class="menu">/CLEAR</span><br />
|
||||
Clears the contents of the current text buffer.</p></li>
|
||||
|
||||
<li><p><span class="menu">/CTCP <nick|channel> <PING|VERSION|FINGER|TIME|CLIENTINFO|USERINFO></span><br />
|
||||
Executes the specified ctcp command on a channel or nick.</p></li>
|
||||
|
||||
<li><p><span class="menu">/DCC <CHAT> <nick></span><br />
|
||||
Opens a private dcc chat session with the specified nick.</p></li>
|
||||
|
||||
<li><p><span class="menu">/DCC <SEND> <nick> [file]</span><br />
|
||||
Sends a file to <nick>. If no file is specified, a File panel will open.</p></li>
|
||||
|
||||
<li><p><span class="menu">/DEOP /DOP /DEVOICE <nick1> [nick2] ...</span><br />
|
||||
De-ops or de-voices <nick(s)>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/DESCRIBE <nick> <message></span><br />
|
||||
Same as /ME, but opens a query on <nick>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/DNS <domain name/IP address></span><br />
|
||||
Resolves the given IP or domain name.</p></li>
|
||||
|
||||
<li><p><span class="menu">/EXIT</span><br />
|
||||
Quits Vision.</p></li>
|
||||
|
||||
<li><p><span class="menu">/GAWAY [away-reason]</span><br />
|
||||
Same as /AWAY [away-reason], but applies to all connected networks.</p></li>
|
||||
|
||||
<li><p><span class="menu">/GBACK</span><br />
|
||||
Same as /BACK, but on applies to all connected networks.</p></li>
|
||||
|
||||
<li><p><span class="menu">/GOOGLE [search-string]</span><br />
|
||||
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.)</p></li>
|
||||
|
||||
<li><p><span class="menu">/INVITE /I <nick> <channel></span><br />
|
||||
Invites <nick> to the <channel>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/JOIN /J <channel> [channel-key]</span><br />
|
||||
Joins the <channel>. Provide a [channel-key] if necessary.</p></li>
|
||||
|
||||
<li><p><span class="menu">/KICK /K <nick> [reason]</span><br />
|
||||
Kicks <nick> from current channel. If [reason] is not specified, it will be set to the reason specified in Preferences.</p></li>
|
||||
|
||||
<li><p><span class="menu">/KILL <nick> [message]</span><br />
|
||||
IRC operator command to disconnect a user from the network.</p></li>
|
||||
|
||||
<li><p><span class="menu">/LIST</span><br />
|
||||
Opens a new view which lists all the channels on the current network. [except hidden channels]</p></li>
|
||||
|
||||
<li><p><span class="menu">/M</span><br />
|
||||
Displays the channel modes of the current channel.</p></li>
|
||||
|
||||
<li><p><span class="menu">/M <+-ohvbeqa> <nick1> [nick2] ...</span><br />
|
||||
Same as <span class="menu">MODE <channel> <modes> <nick></span>, but on current channel.</p></li>
|
||||
|
||||
<li><p><span class="menu">/M <+-kfL,l,psmntirRcOAQKVHGCuzN></span><br />
|
||||
Same as <span class="menu">/MODE <channel> <modes></span>, but on current channel.</p></li>
|
||||
|
||||
<li><p><span class="menu">/ME <text></span><br />
|
||||
Displays: <i>* {YourNickname} <text>.</i></p></li>
|
||||
|
||||
<li><p><span class="menu">/MODE <channel> <+-ohvbeqa> <nick1> [nick2] ...</span><br />
|
||||
Sets mode for <nick(s)> on <channel>.<br />
|
||||
e.g. <span class="menu">/MODE #channel +o nick1</span><br />
|
||||
or <span class="menu">/MODE #channel +oo-o nick1 nick2 nick3</span></p></li>
|
||||
|
||||
<li><p><span class="menu">/MODE <channel> <+-kfL,l,psmntirRcOAQKVHGCuzN></span><br />
|
||||
Sets the mode of <channel>. (Note: Commata just for optical separation.)<br />
|
||||
e.g. <span class="menu">/MODE #channel +ms</span></p></li>
|
||||
|
||||
<li><p><span class="menu">/MSG <nick> <message></span><br />
|
||||
Sends a <message> to <nick>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/NAMES</span><br />
|
||||
Displays all channels and all nicks of the network in the network window. (Careful with this one)</p></li>
|
||||
|
||||
<li><p><span class="menu">/NAMES <channel></span><br />
|
||||
Displays nick(s) in <channel>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/NICK <newnick></span><br />
|
||||
Changes your nick to <newnick>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/NOTICE <nick> <message></span><br />
|
||||
Sends a notice to <nick> with the given <message>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/NOTIFY <nick1> [nick2] ...</span><br />
|
||||
Adds <nick(s)> to your notify list.</p></li>
|
||||
|
||||
<li><p><span class="menu">/PEXEC /RRUN <app1> [ | <app2> | ... ]</span><br />
|
||||
Executes the given <app>. If more than one application is provided, they will be executed in a pipe.<br />
|
||||
e.g. <span class="menu">/PEXEC Terminal | StyledEdit</span> opens a new Terminal, and afterwards StyledEdit<br />
|
||||
or <span class="menu">/PEXEC ls -la ~/Downloads/</span> displays the contents of your ~/Downloads/ directory in the current window (Attention!)</p></li>
|
||||
|
||||
<li><p><span class="menu">/OP /VOICE <nick1> [nick2] ...</span><br />
|
||||
Ops or voices to <nick(s)>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/PART</span><br />
|
||||
Leaves current channel or network.</p></li>
|
||||
|
||||
<li><p><span class="menu">/PING <nick></span><br />
|
||||
Pings the <nick> and returns the ping-time. Equivalent to <span class="menu">/CTCP <nick> PING</span>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/QUERY /Q <nick> [message]</span><br />
|
||||
Opens a query window on <nick>, optionally along with a [message].</p></li>
|
||||
|
||||
<li><p><span class="menu">/QUIT /QUI [custom-quit-message]</span><br />
|
||||
Quits current network. If [custom-quit-message] is not specified, the default set in Preferences will be used.</p></li>
|
||||
|
||||
<li><p><span class="menu">/RAW /QUOTE <command|text></span><br />
|
||||
Sends a raw IRC command.</p></li>
|
||||
|
||||
<li><p><span class="menu">/RECONNECT</span><br />
|
||||
Will reconnect you to the current network if the 47 automatic reconnection attempts have failed.</p></li>
|
||||
|
||||
<li><p><span class="menu">/SLEEP <deciseconds></span><br />
|
||||
Causes current thread to sleep for the specified time ; for future scripting use.</p></li>
|
||||
|
||||
<li><p><span class="menu">/SQUIT</span><br />
|
||||
IRC operator command to disconnect a server.</p></li>
|
||||
|
||||
<li><p><span class="menu">/T</span><br />
|
||||
Displays the channel-topic of current channel.</p></li>
|
||||
|
||||
<li><p><span class="menu">/T <new-channel-topic></span><br />
|
||||
Same as <span class="menu">/TOPIC <channel> <new-channel-topic></span>, but on current channel.</p></li>
|
||||
|
||||
<li><p><span class="menu">/TIME <nick></span><br />
|
||||
Returns local time of <nick>. Equivalent to <span class="menu">/CTCP <nick> TIME.</span></p></li>
|
||||
|
||||
<li><p><span class="menu">/TOPIC <channel></span><br />
|
||||
Displays the channel-topic of <channel>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/TOPIC <channel> <new-channel-topic></span><br />
|
||||
Sets the channel topic of <channel> to <new-channel-topic>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/UNNOTIFY <nick1> [nick2] ...</span><br />
|
||||
Removes <nick(s)> from your notify list.</p></li>
|
||||
|
||||
<li><p><span class="menu">/UPTIME [-l]</span><br />
|
||||
Displays the systems uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.</p></li>
|
||||
|
||||
<li><p><span class="menu">/VERSION <nick></span><br />
|
||||
Returns the client-version of <nicks> IRC-client. Equivalent to <span class="menu">/CTCP <nick> VERSION</span>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/VISIT <url></span><br />
|
||||
Opens <url> with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)</p></li>
|
||||
|
||||
<li><p><span class="menu">/WEBSTER /DICTIONARY [word]</span><br />
|
||||
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.)</p></li>
|
||||
|
||||
<li><p><span class="menu">/VUPTIME [-l]</span><br />
|
||||
Displays the Vision uptime. The [-l] parameter has the same effect as in <span class="menu">/UPTIME</span>.</p></li>
|
||||
|
||||
<li><p><span class="menu">/WALLOPS</span><br />
|
||||
IRC operator command that sends a wallops message (visible to those with umode w active).</p></li>
|
||||
|
||||
<li><p><span class="menu">/WHOIS /W <nick></span><br />
|
||||
Returns whois information of <nick>.</p></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="pe.html">Pe</a>
|
||||
:: <a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
:: <a href="wonderbrush.html">WonderBrush</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,138 +0,0 @@
|
||||
<?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" xml:lang="en">
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2010-2013, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>WebPositive</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/webpositive.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/webpositive.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/webpositive.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/webpositive.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/webpositive.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/webpositive.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/webpositive.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/webpositive.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/webpositive.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/webpositive.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/webpositive.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/webpositive.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/webpositive.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/webpositive.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/webpositive.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/webpositive.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/webpositive.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="tv.html">TV</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
<h2><img src="../../images/apps-images/webpositive-icon_64.png" alt="webpositive-icon_64.png" width="64" height="64" />WebPositive</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/WebPositive</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/WebPositive/</span> - Configuration files, cookies, cache and browsing history</td></tr>
|
||||
<tr><td></td><td></td><td><span class="path">~/config/settings/WebPositive/Bookmarks</span> - All bookmarks as single files</td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>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.</p>
|
||||
<img src="../images/apps-images/webpositive.png" alt="webpositive.png" />
|
||||
<p>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.<br />
|
||||
Then comes the locator field to enter a site's URL.<br />
|
||||
Below this navigating bar appear the webpages. You can open many pages in parallel by loading them into their own tab.<br />
|
||||
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.</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Settings</h2>
|
||||
<p>From the <span class="menu">Window</span> menu you can open a <span class="menu">Settings</span> panel to configure a few essentials of WebPositive.</p>
|
||||
<img src="../images/apps-images/webpositive-settings.png" alt="webpositive-settings.png" />
|
||||
<p>The first tab deals with general settings: What file or URL serves as a <span class="menu">Start page</span>, what's used as a <span class="menu">Search page</span>, what <span class="menu">Download folder</span> is used for stuff you get from the net.<br />
|
||||
Two pop-up menus let you decide what page to load - if any - when opening a new window or tab.<br />
|
||||
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.<br />
|
||||
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.</p>
|
||||
<p>In the second tab you can choose the fonts used for standard, serif, non-serif and monospaced fonts and set their default sizes.</p>
|
||||
<p>The last tab is used to configure a proxy server.</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Browsing</h2>
|
||||
<p>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.</p>
|
||||
<ul>
|
||||
<li><img src="../images/apps-images/webpositive-tabbar.png" alt="webpositive-tabbar.png" />
|
||||
<p>New tabs are created with the <span class="key">+</span> 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 <span class="key"><</span> <span class="key">></span> scroll-buttons become active, allowing you to scroll the tab bar left and right. The <span class="key">∨</span> button to the far right hosts a pop-up menu with all open tabs for even quicker navigation.</p></li>
|
||||
<li><p>Clicking on a link with the middle mouse button opens the page in a new tab in the background. Holding <span class="key">SHIFT</span> while middle-clicking, opens it in the foreground.</p></li>
|
||||
<li><p>From the <span class="menu">View</span> menu you can <span class="menu">Zoom in</span> and <span class="menu">Zoom out</span> of a page. There's also an option to <span class="menu">Zoom text only</span>, leaving all images with their original size.</p></li>
|
||||
<li><p>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.</p></li>
|
||||
<li><img src="../images/apps-images/webpositive-locator.png" alt="webpositive-locator.png" />
|
||||
<p>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 <span class="key">↑</span> or <span class="key">↓</span>. <span class="key">ENTER</span> will load the page. You can also use the button to the far right which also serves to reload a page.<br />
|
||||
Strings not recognized as URLs will get looked up with Google, so the locator field doubles as quick shortcut to web searches.</p></li>
|
||||
<li><p>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.</p></li>
|
||||
<li><p><span class="menu">Edit | Find</span> shows a find bar at the bottom to start an in-page search. Matches are highlighted in the page.</p></li>
|
||||
</ul>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Bookmarks</h2>
|
||||
<p>WebPositive's bookmarks are managed as files and folders in <tt>~/config/settings/WebPositive/Bookmarks/</tt>. Adding a bookmark will create a new file there. You can quickly open the folder with <span class="menu">Manage Bookmarks...</span>.</p>
|
||||
<img src="../images/apps-images/webpositive-bookmarks.png" alt="webpositive-bookmarks" />
|
||||
<p>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 <span class="menu">Attributes</span> menu, then select a file, press <span class="key">ALT</span> <span class="key">E</span> and start editing the attribute; change attribute columns with <span class="key">TAB</span>.<br />You can sort bookmarks into different folders you create yourself.</p>
|
||||
<p>By using Tracker to manage and navigate bookmarks you can lift its unique features to quickly find what you're looking for.<br />
|
||||
Activating <span class="menu">Type-ahead filtering</span> in <a href="../tracker.html#tracker-preferences">Tracker's preferences</a>, you can instantly trim down your list of bookmarks to matches of your filter-string. A few more <span class="key">↑</span> or <span class="key">↓</span> to move the selection and pressing <span class="key">ENTER</span> opens the site. Make sure to display all attribute columns to have the filter applied to name, title, URL and keywords.</p>
|
||||
<p>For this to work, all bookmarks should be kept in the <tt>~/config/settings/WebPositive/Bookmarks/</tt> folder and only copies should be sorted into custom subfolders for usage in WebPositive's <span class="menu">Bookmarks</span> menu (if at all). Also, actually filling the keywords attribute helps...</p>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Downloads</h2>
|
||||
<p><span class="menu">Window | Downloads</span> opens a window listing all past and ongoing downloads:</p>
|
||||
<img src="../images/apps-images/webpositive-downloads.png" alt="webpositive-downloads.png" />
|
||||
<p>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 <span class="button">Cancel</span> and <span class="button">Restart</span> a download, or <span class="button">Open</span> the file, or <span class="button">Remove</span> its entry from the list. The <span class="button">Remove missing</span> and <span class="button">Remove finished</span> buttons at the bottom do this for all entries in this list. "Missing" are files that were deleted in the meantime.</p>
|
||||
<p>Moving a file that is currently being downloaded to Trash will stop the download. You'll also notice, that its icon becomes "ghosted".<br />
|
||||
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.</p>
|
||||
<div class="box-info"><p>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 <a href="diskprobe.html">DiskProbe</a> and have a look at its <tt>META:url</tt> attribute.</p>
|
||||
<p>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.</p></div>
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>Keyboard shortcuts</h2>
|
||||
<p>Here are some useful keyboard shortcuts:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="key">ALT</span> <span class="key">T</span></td><td style="width:15px;"></td><td>Opens a new tab.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">W</span></td><td> </td><td>Closes the current tab.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">N</span></td><td> </td><td>Opens a new window.</td></tr>
|
||||
<tr><td><span class="key">SHIFT</span> <span class="key">ALT</span> <span class="key">W</span></td><td> </td><td>Closes the current window.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">ENTER</span></td><td> </td><td>Toggles full screen mode.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">R</span> or <span class="key">F5</span></td><td> </td><td>Refreshes the current page.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">H</span></td><td> </td><td>Opens the home page.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">D</span></td><td> </td><td>Shows/hides the Downloads window.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">F</span></td><td> </td><td>Shows the find bar for in-page searching (hide with <span class="key">ESC</span>).</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">B</span></td><td> </td><td>Bookmarks the current page.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">M</span></td><td> </td><td>Manage bookmarks, opening the Bookmarks folder.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">←</span></td><td> </td><td>Previous page in the history.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">→</span></td><td> </td><td>Next page in the history.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="tv.html">TV</a>
|
||||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicacions</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,80 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>WonderBrush</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/applications/wonderbrush.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/applications/wonderbrush.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/applications/wonderbrush.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/applications/wonderbrush.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/applications/wonderbrush.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/wonderbrush.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/applications/wonderbrush.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/wonderbrush.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/applications/wonderbrush.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/applications/wonderbrush.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/applications/wonderbrush.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/applications/wonderbrush.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/applications/wonderbrush.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/applications/wonderbrush.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/applications/wonderbrush.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/applications/wonderbrush.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/applications/wonderbrush.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="vision.html">Vision</a>
|
||||
:: <a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/wonderbrush-icon_64.png" alt="wonderbrush-icon_64.png" width="64" height="64" />WonderBrush</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Aplicacions</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/WonderBrush/WonderBrush</span></td></tr>
|
||||
<tr><td>Documentació:</td><td></td><td><span class="path">/boot/system/apps/WonderBrush/Documentation en</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/WonderBrush</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the <a href="http://yellowbites.com/wonderbrush.html">YellowBites website</a> and in the local <a href="file:///boot/system/apps/WonderBrush/Documentation%20en/introduction.html">documentation.</a></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="vision.html">Vision</a>
|
||||
:: <a href="../applications.html#list-of-bundled-apps" class="uplink">Aplicacions</a>
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,178 +0,0 @@
|
||||
<?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-2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Atributs</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/attributes.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/attributes.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/attributes.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/attributes.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/attributes.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/attributes.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/attributes.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/attributes.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/attributes.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/attributes.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/attributes.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/attributes.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/attributes.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/attributes.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/attributes.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/attributes.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/attributes.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="filetypes.html">Tipus d'arxius</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="index.html">Índex</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Atributs</h1>
|
||||
|
||||
<p>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.</p>
|
||||
<p>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ó.</p>
|
||||
<p>The file itself doesn't even need any contents at all. Take a look at these People files for example:</p>
|
||||
<img src="images/attributes-images/people.png" alt="people.png" />
|
||||
<br />
|
||||
<p>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.</p>
|
||||
<p>If you index these attributes, as People, Email or audio files are by default, they are also searchable with Haiku's fast query system.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="attributes-tracker" name="attributes-tracker">Atributs al Tracker</a></h2>
|
||||
<p>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.</p>
|
||||
<p>To do this, open a Tracker window, click on the <span class="menu">Attributes</span> 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.</p>
|
||||
<p>Double-click on the line between two attributes in the heading to automatically resize a column to its optimal width.</p>
|
||||
<p>Click on a column heading to toggle the sorting order from ascending to descending. You can establish a secondary sort order by pressing the <span class="key">SHIFT</span> 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.</p>
|
||||
<p>Editing these attributes is as simple as renaming a file: Either click on an entry or press <span class="key">ALT</span> <span class="key">E</span> and move between the attributes with <span class="key">TAB</span> and <span class="key">SHIFT</span> <span class="key">TAB</span>. <span class="key">ESC</span> leaves the editing mode without applying the changes.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="attributes-terminal" name="attributes-terminal">Atributs al Terminal</a></h2>
|
||||
<p>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.</p>
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="listattr" name="listattr">listattr</a></h3>
|
||||
<p><span class="cli">listattr</span> lists a file's attributes, but doesn't show the contents of the attributes.</p>
|
||||
<pre>usage: listattr 'filename' ['filename' ...]</pre>
|
||||
<p>Al nostre exemple de la captura anterior:</p>
|
||||
<pre class="terminal"> ~/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.</pre>
|
||||
<p>Besides all the "<tt>META:*</tt>" attributes that hold the contact's information, there are two attributes that are managed by the system:</p>
|
||||
<ul>
|
||||
<li><p><tt>BEOS:TYPE</tt> holds the file type as a <acronym title="Multipurpose Internet Mail Extensions">MIME</acronym> string, here "<tt>application/x-person</tt>". It determines the default icon and the application that opens the file when you e.g. double click it.</p></li>
|
||||
<li><p>"<tt>_trk/pinfo_le</tt>" is the attribute with which Tracker keeps track of a file's icon position.</p></li></ul>
|
||||
<div class="box-info">Note the backslash after "Clara". In Terminal you have to "escape" special characters like <tt>'"*\$?!</tt>. 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".</div>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="catattr" name="catattr">catattr</a></h3>
|
||||
<p><span class="cli">catattr</span> displays the contents of a specific attribute of a file.</p>
|
||||
<pre>usage: catattr [--raw|-r] attr_name file1 [file2...]</pre>
|
||||
<p>De nou el nostre exemple:</p>
|
||||
<pre class="terminal"> ~/people ->catattr META:city Clara\ Botters
|
||||
Clara Botters : string : Whelton</pre>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="addattr" name="addattr">addattr</a></h3>
|
||||
<p><span class="cli">addattr</span> adds an attribute to a file and/or fills it with a value.</p>
|
||||
<pre>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"</pre>
|
||||
<p>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"):</p>
|
||||
<pre class="terminal"> ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters</pre>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="rmattr" name="rmattr">rmattr</a></h3>
|
||||
<p><span class="cli">rmattr</span> suprimeix totalment un atribut d'un fitxer.</p>
|
||||
|
||||
<pre>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.</pre>
|
||||
<p>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:</p>
|
||||
<pre class="terminal"> ~/people ->rmattr META:fax Clara\ Botters</pre>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="copyattr" name="copyattr">copyattr</a></h3>
|
||||
<p><span class="cli">copyattr</span> copies attributes from one or more files to another. By default, the actual contents of the file is <b>not</b> copied.</p>
|
||||
<pre>Usage: copyattr <options> <source> [ ... ] <destination></pre>
|
||||
|
||||
<p>If you do want to copy the attributes plus the data of the file itself, you can add the option "<span class="cli">-d</span>" or "<span class="cli">--data</span>".</p>
|
||||
|
||||
<p><br /></p>
|
||||
<p>More information on these commands and their options can be found by typing the command name followed by "<span class="cli">-h</span>" or "<span class="cli">--help</span>".</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="filetypes.html">Tipus d'arxius</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="index.html">Índex</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,114 +0,0 @@
|
||||
<?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 2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Bash and Scripting</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/bash-scripting.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/bash-scripting.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/bash-scripting.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/bash-scripting.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/bash-scripting.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/bash-scripting.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/bash-scripting.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/bash-scripting.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/bash-scripting.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/bash-scripting.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/bash-scripting.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/bash-scripting.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/bash-scripting.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/bash-scripting.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/bash-scripting.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/bash-scripting.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/bash-scripting.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="preferences.html">Preferències</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
<!-- :: <a href="filesystem-layout.html">Filesystem layout</a> » -->
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Bash and Scripting</h1>
|
||||
|
||||
<p>"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 <a href="applications/terminal.html">Terminal</a> by hand.<br />
|
||||
Scripts can range from simply executing a few commands in a specific order to sophisticated pieces of code that solve complex tasks.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="bash" name="bash">The Bash</a></h2>
|
||||
<p>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 <a href="http://www.beforever.com/bashtut.htm" class="printurl">Introduction to bash - a tutorial for bash under BeOS</a>.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="scripting-bible" name="scripting-bible">The Scripting Bible</a></h2>
|
||||
<p>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 <a href="http://www.birdhouse.org/beos/bible/bos/ch_scripting1.html" class="printurl">Scripting Chapter</a> (<a href="http://www.birdhouse.org/beos/bible/bos/BeOS.scripting.PDF">PDF, 900kb</a>) of Scot Hacker's BeOS Bible.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a><a id="user-scripts" name="user-scripts">Scripts in Haiku</a></h2>
|
||||
<p>Haiku used to have scripts for booting and shutting down. Today it uses the <a href="https://dev.haiku-os.org/wiki/LaunchDaemon">launch_daemon</a> 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.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="userbootscript" name="userbootscript">The UserBootscript</a></h3>
|
||||
<p><span class="path">/boot/home/config/settings/boot/UserBootscript</span> 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:</p>
|
||||
<pre># Start LaunchBox
|
||||
/boot/system/apps/LaunchBox &
|
||||
|
||||
# Start Workspaces Applet
|
||||
/boot/system/apps/Workspaces &</pre>
|
||||
<p>Remember to end a command with an "<tt>&</tt>" 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).</p>
|
||||
|
||||
<p>A simple alternative to the above for launching applications at boot up is to put links to them in the <span class="path">/boot/home/config/settings/boot/launch</span> directory. This can be done simply by right-clicking on the application you wish to have started automatically, going to <span class="menu">Create Link</span> and then <a href="tracker.html#navigating">navigating</a> to the above directory.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="usershutdownscript" name="usershutdownscript">The UserShutdownScript</a></h3>
|
||||
<p><span class="path">/boot/home/config/settings/boot/UserShutdownScript</span> will be executed as the first step in the shutdown process. If the script returns a non-zero exit status, the shutdown is aborted.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="usershutdownfinishscript" name="usershutdownfinishscript">The UserShutdownFinishScript</a></h3>
|
||||
<p><span class="path">/boot/home/config/settings/boot/UserShutdownFinishScript</span> 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.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="preferences.html">Preferències</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
<!-- :: <a href="filesystem-layout.html">Filesystem layout</a> » -->
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,166 +0,0 @@
|
||||
<?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-2015, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Carregador d'Arrencada</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/bootloader.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/bootloader.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/bootloader.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/bootloader.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/bootloader.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/bootloader.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/bootloader.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/bootloader.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/bootloader.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/bootloader.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/bootloader.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/bootloader.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/bootloader.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/bootloader.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/bootloader.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/bootloader.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/bootloader.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
<!-- « <a href="installation.html">Installing Haiku</a>
|
||||
:: -->
|
||||
<a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="filesystem-layout.html">Filesystem layout</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Carregador d'Arrencada</h1>
|
||||
|
||||
<p>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 <a href="#troubleshooting">Troubleshooting</a> below.</p>
|
||||
<p>Per accedir a les opcions del Carregador, heu de mantenir premuda la tecla <span class="key">Majúscules</span> 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 <span class="key">Majúscules</span> 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.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="options" name="options">Boot Loader Options</a></h2>
|
||||
<p>Un cop aquí se us ofereixen quatre menús:</p>
|
||||
<table summary="bootloader menus" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><b>Selecció del volum d'arrencada</b></td><td> </td><td>Choose which Haiku installation/version to start.</td></tr>
|
||||
<tr><td><b>Select safe mode options</b></td><td> </td><td>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.</td></tr>
|
||||
<tr><td></td><td></td><td>
|
||||
<p><span class="menu">Safe mode</span><br />
|
||||
Puts the system into safe mode. This can be enabled independently from the other options.</p>
|
||||
<p><span class="menu">Disable user add-ons</span><br />
|
||||
Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See <a href="#troubleshooting">Troubleshooting</a> below.</p>
|
||||
<p><span class="menu">Disable IDE DMA</span><br />
|
||||
Disables IDE DMA, increasing IDE compatibility at the expense of performance.</p>
|
||||
<p><span class="menu">Ignore memory beyond 4 GiB</span><br />
|
||||
Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file.
|
||||
</p>
|
||||
<p><span class="menu">Use fail-safe video mode</span><br />
|
||||
The system will use VESA mode and won't try to use any video graphics drivers.</p>
|
||||
<p><span class="menu">Disable IO-APIC</span><br />
|
||||
Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.</p>
|
||||
<p><span class="menu">Disable local APIC</span><br />
|
||||
Disables using the local APIC, also disables SMP.</p>
|
||||
<p><span class="menu">Disable SMP</span><br />
|
||||
Disables all but one CPU core.</p>
|
||||
<p><span class="menu">Don't call the BIOS</span><br />
|
||||
Stops the system from calling BIOS functions.</p>
|
||||
<p><span class="menu">Disable APM</span><br />
|
||||
Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.</p>
|
||||
<p><span class="menu">Disable ACPI</span><br />
|
||||
Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.</p>
|
||||
<p><span class="menu">Blacklist entries</span><br />
|
||||
Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See <a href="#troubleshooting">Troubleshooting</a> below.</p></td></tr>
|
||||
<tr><td><b>Select debug options</b></td><td> </td><td>Trobareu algunes opcions que us poden ajudar a depurar i obtenir més detalls sobre <a href="../welcome/en/bugreports.html">l'error</a>. De nou, a la part inferior de la pantalla podeu veure una breu explicació de l'opció seleccionada.</td></tr>
|
||||
<tr><td></td><td></td><td>
|
||||
<p><span class="menu">Enable serial debug output</span><br />
|
||||
Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).</p>
|
||||
<p><span class="menu">Enable on screen debug output</span><br />
|
||||
Display debug output on screen while the system is booting, instead of the normal boot logo.</p>
|
||||
<p><span class="menu">Disable on screen paging</span><br />
|
||||
Disables paging when on screen debug output is enabled.</p>
|
||||
<p><span class="menu">Enable debug syslog</span><br />
|
||||
Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.</p>
|
||||
<p><span class="menu">Display current boot loader log</span><br />
|
||||
Displays the debug info the boot loader has logged (press <span class="key">Q</span> to exit the log)</p>
|
||||
<p><span class="menu">Add advanced debug option</span><br />
|
||||
Allows advanced debugging options to be entered directly.</p></td></tr>
|
||||
<tr><td></td><td></td><td>If "<i>Enable debug syslog</i>" is activated, a warm reboot after a crash shows these additional options:</td></tr>
|
||||
<tr><td></td><td></td><td> <p><span class="menu">Save syslog from previous session during boot</span><br />
|
||||
Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.</p>
|
||||
<p><span class="menu">Display syslog from previous session</span><br />
|
||||
Displays the syslog from the previous Haiku session</p>
|
||||
<p><span class="menu">Save syslog from previous session</span><br />
|
||||
Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.</p></td></tr>
|
||||
<tr><td class="onelinetop"><b>Selecció del mode de vídeo segur</b></td><td> </td><td>Si heu activat l'opció <i>Usa el mode de vídeo segur</i>, podeu indicar la resolució i la profunditat de color.</td></tr>
|
||||
</table>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="troubleshooting" name="troubleshooting">Troubleshooting</a></h2>
|
||||
<p>If Haiku refuses to boot on your hardware from the get-go, try out setting different options under <span class="menu">Select safe mode options</span>. Consider filing a <a href="../welcome/en/bugreports.html">bug report</a> in any case.</p>
|
||||
<p>On the other hand, if Haiku only suddenly acts up after you have installed some software, especially hardware drivers, you have several options to get Haiku bootable again so you can uninstall the offending package:</p>
|
||||
<ul>
|
||||
<li><p>Activating <span class="menu">Safe mode</span> will prevent most servers, daemons and the UserBootScript from being started.</p></li>
|
||||
<li><p>Activating <span class="menu">Disable user add-ons</span> will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.</p></li>
|
||||
<li><p>If the offending driver, add-on etc. is installed in the system hierarchy, things get a bit more complicated, because that area is read-only. Here, the <span class="menu">Blacklist entries</span> comes into play. With it, you can navigate through the whole system hierarchy and disable the component that's messing things up for you by checking an entry with the <span class="key">SPACE</span> or <span class="key">RETURN</span> key. <span class="key">ESC</span> returns you up one level to the parent directory.</p>
|
||||
<p>Online, there's the article <a href="http://www.haiku-os.org/blog/barrett/2013-12-15_how_permanently_blacklist_package_file">How to Permanently Blacklist a Package File</a> showing how to make that setting stick.</p></li>
|
||||
<li><p>Under <span class="menu">Select boot volume</span> you can specify what former "version" of Haiku to boot. Every time you un/install a package, the old state is saved and you can boot into it by choosing it from the list presented in the boot loader options.<br />
|
||||
So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.</p></li>
|
||||
</ul>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="booting" name="booting">Booting Haiku</a></h2>
|
||||
<p>Després d'activar qualsevol opció, tornareu al menú principal i el sistema continuarà amb el procés d'arrencada, que mostrarà aquesta pantalla:</p>
|
||||
<img src="../images/bootloader-images/boot-screen.png" alt="boot-screen.png" />
|
||||
|
||||
<p>Si tot funciona correctament, apareixeran successivament uns símbols.<br />
|
||||
Els símbols corresponent aproximadament a aquestes etapes del procés d'arrencada:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><b>Atom</b></td><td style="width:10px;"> </td><td>S'estàn iniciant els mòduls.</td></tr>
|
||||
<tr><td><b>Disc + lupa</b></td><td> </td><td>S'estàn creant el guió rootfs (<span class="path">/</span>) i muntant el fitxers devfs (<span class="path">/dev</span>).</td></tr>
|
||||
<tr><td><b>Targeta d'ampliació</b></td><td> </td><td>S'està iniciant el gestor de dispositius.</td></tr>
|
||||
<tr><td><b>Disc d'arrencada</b></td><td> </td><td>S'està muntant el disc d'arrencada.</td></tr>
|
||||
<tr><td><b>Xip</b></td><td> </td><td>S'estàn carregant els mòduls de la CPU.</td></tr>
|
||||
<tr><td><b>Carpeta</b></td><td> </td><td>S'han iniciat tots els subsistemes.</td></tr>
|
||||
<tr><td><b>Coet</b></td><td> </td><td>Launch_daemon has started the system.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
<!-- « <a href="installation.html">Installing Haiku</a>
|
||||
:: -->
|
||||
<a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="filesystem-layout.html">Filesystem layout</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,169 +0,0 @@
|
||||
<?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 <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Manual d'Usuari del Haiku - Continguts</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</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>
|
||||
<li><a href="../pt_BR/contents.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/contents.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/contents.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<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>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Benvingut al Manual d'Usuari del Haiku</h1>
|
||||
|
||||
<p>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 <a href="http://www.haiku-os.org/docs/userguide/en/contents.html">online version</a> 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 <a href="http://www.freelists.org/list/haiku-doc">documentation mailing list</a>. If you're interested in helping with translations, you'll find information on that at the <a href="http://dev.haiku-os.org/wiki/i18n/UserGuide">i18n user guide wiki</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">Boot Loader</a></td>
|
||||
<td valign="top">Opcions d'arrencada segures per resoldre problemes de configuració.</td></tr>
|
||||
<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>
|
||||
<td valign="top">Understand the filesystem hierarchy and get familiar with important file locations and folders.</td></tr>
|
||||
<tr><td valign="top"><a href="gui.html">Haiku's GUI</a><ul>
|
||||
<li><a href="gui.html#move-resize">Easy moving and resizing</a></li>
|
||||
<li><a href="gui.html#stack-tile">Stack & Tile</a></li>
|
||||
<li><a href="gui.html#open-save-panel">Open and save panels</a><br />
|
||||
<a href="gui.html#open-save-shortcuts">- Keyboard shortcuts</a><br />
|
||||
<a href="gui.html#favorites-recent">- Favorites and recent folders</a></li>
|
||||
<li><a href="gui.html#replicants">Replicants</a></li></ul></td>
|
||||
<td valign="top">Conegueu els elements bàsics de l'entorn gràfic d'usuari.</td></tr>
|
||||
<tr><td valign="top"><a href="workspaces.html">Workspaces</a><ul>
|
||||
<li><a href="workspaces.html#switching">Switching workspaces</a></li>
|
||||
<li><a href="desktop-applets/workspaces.html">The Workspaces Applet</a></li>
|
||||
<li><a href="desktop-applets/workspaces.html#moving">Moving windows between workspaces</a></li>
|
||||
<li><a href="desktop-applets/workspaces.html#special">Special functionality</a></li></ul></td>
|
||||
<td valign="top">Feu servir els escriptoris virtuals per tenir un entorn de treball ben endreçat.</td></tr>
|
||||
<tr><td valign="top"><a href="twitcher.html">Twitcher</a></td>
|
||||
<td valign="top">Switch between running applications.</td></tr>
|
||||
<tr><td valign="top"><a href="teammonitor.html">Team Monitor</a></td>
|
||||
<td valign="top">Atureu les aplicacions o components del sistema que no responen.</td></tr>
|
||||
<tr><td valign="top"><a href="tracker.html">Tracker</a><ul>
|
||||
<li><a href="tracker.html#mounting-volumes">Mounting volumes</a></li>
|
||||
<li><a href="tracker.html#navigating">Navigating</a></li>
|
||||
<li><a href="tracker.html#appearance">Appearance</a></li>
|
||||
<li><a href="tracker.html#tracker-preferences">Tracker preferences</a></li>
|
||||
<li><a href="tracker.html#working-with-files">Working with files</a></li>
|
||||
<li><a href="tracker.html#transaction-status">Transaction status</a></li>
|
||||
<li><a href="tracker-add-ons.html">Tracker Add-Ons</a></li></ul></td>
|
||||
<td valign="top">Learn all about navigating, working with files and folders and how to configure Haiku's file manager.</td></tr>
|
||||
<tr><td valign="top"><a href="keyboard-shortcuts.html">Shortcuts and key combinations</a><ul>
|
||||
<li><a href="keyboard-shortcuts.html#general">General shortcuts</a></li>
|
||||
<li><a href="keyboard-shortcuts.html#tracker-navigation">Shortcuts for Tracker navigation</a></li>
|
||||
<li><a href="keyboard-shortcuts.html#terminal">Shortcuts in Terminal</a></li>
|
||||
<li><a href="keyboard-shortcuts.html#other-combos">Other key combinations</a></li></ul></td>
|
||||
<td valign="top">Les dreceres més usuals per agilitar la vostra feina.</td></tr>
|
||||
<tr><td valign="top"><a href="deskbar.html">Deskbar</a><ul>
|
||||
<li><a href="deskbar.html#deskbar-menu">The Deskbar Menu</a></li>
|
||||
<li><a href="deskbar.html#tray">The Tray</a></li>
|
||||
<li><a href="deskbar.html#list-of-apps">The list of running programs</a></li></ul></td>
|
||||
<td valign="top">Use and configure Haiku's version of the "Start" menu and taskbar.</td></tr>
|
||||
<tr><td valign="top"><a href="filetypes.html">Filetypes</a><ul>
|
||||
<li><a href="filetypes.html#filetype">The File Type</a></li>
|
||||
<li><a href="filetypes.html#preferred-app">The Preferred Application</a></li>
|
||||
<li><a href="filetypes.html#icon">The Icon</a></li>
|
||||
<li><a href="filetypes.html#settings-apps">Special settings for applications</a></li>
|
||||
<li><a href="filetypes.html#filetypes-preferences">Global settings with the Filetypes Preferences</a></li></ul></td>
|
||||
<td valign="top">Indiqueu les aplicacions per omissió, canvieu els tipus de fitxers i afegiu els vostres.</td></tr>
|
||||
<tr><td valign="top"><a href="attributes.html">Attributes</a><ul>
|
||||
<li><a href="attributes.html#attributes-tracker">Attributes in Tracker</a></li>
|
||||
<li><a href="attributes.html#attributes-terminal">Attributes in Terminal</a></li></ul></td>
|
||||
<td valign="top">One of Haiku's main features lets you manage and add any kind of data to any file.</td></tr>
|
||||
<tr><td valign="top"><a href="index.html">Index</a></td>
|
||||
<td>Use indexing to be able to search for attributes.</td></tr>
|
||||
<tr><td valign="top"><a href="queries.html">Queries</a><ul>
|
||||
<li><a href="queries.html#find-window">The Find window</a></li>
|
||||
<li><a href="queries.html#basic-query">Basic queries - "by Name"</a></li>
|
||||
<li><a href="queries.html#adv-query">Advanced queries - "by Attribute"</a></li>
|
||||
<li><a href="queries.html#more-adv-query">Even more advanced queries - "by Formula"</a></li>
|
||||
<li><a href="queries.html#result-window">The result window</a></li>
|
||||
<li><a href="queries.html#query-template">Query Templates</a></li>
|
||||
</ul></td>
|
||||
<td valign="top">Use Haiku's lightning fast queries to quickly find what you're looking for.</td></tr>
|
||||
<tr><td valign="top"><a href="workshop-filetypes+attributes.html">Workshop: Filetypes, Attributes, Index and Queries</a></td>
|
||||
<td valign="top">Learn to use some of Haiku's key features by organizing your DVDs.</td></tr>
|
||||
<tr><td valign="top"><a href="workshop-email.html">Workshop: Managing Email</a></td>
|
||||
<td valign="top">Learn to use Haiku's mail system with custom statuses and queries.</td></tr>
|
||||
<tr><td valign="top"><a href="workshop-wlan.html">Workshop: Wireless networking</a></td>
|
||||
<td valign="top">Set up your open or encrypted wireless network.</td></tr>
|
||||
<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>
|
||||
<td>Learn how to un/install applications in general and how work with the ones that come with Haiku.</td></tr>
|
||||
<tr><td valign="top"><a href="desktop-applets.html">Desktop Applets</a></td>
|
||||
<td>Ginys senzills per instal·lar al vostre Escriptori i Barra de l'Escriptori.</td></tr>
|
||||
<tr><td valign="top"><a href="preferences.html">Preferences</a></td>
|
||||
<td>Configurar i ajustar el vostre 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 and Scripting</a></td>
|
||||
<td>Learn of some interesting scripts used by the system and about online resources for working in the shell and scripting.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,152 +0,0 @@
|
||||
<?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-2015, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>Barra de l'Escriptori</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/deskbar.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/deskbar.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/deskbar.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/deskbar.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/deskbar.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/deskbar.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/deskbar.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/deskbar.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/deskbar.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/deskbar.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/deskbar.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/deskbar.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/deskbar.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/deskbar.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/deskbar.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/deskbar.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/deskbar.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="tracker-add-ons.html">Tracker Add-Ons</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="filetypes.html">Tipus d'arxius</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Índex</td></tr>
|
||||
<tr class="index"><td>
|
||||
<a href="#deskbar-menu">The Deskbar Menu</a><br />
|
||||
<a href="#tray">The Tray</a><br />
|
||||
<a href="#list-of-apps">The list of running programs</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<h1>Barra de l'Escriptori</h1>
|
||||
|
||||
<p>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.</p>
|
||||
<img src="images/deskbar-images/positions.png" alt="positions" />
|
||||
<p>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.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="deskbar-menu" name="deskbar-menu">The Deskbar Menu</a></h2>
|
||||
<p>A menu opens when you click on the Deskbar's top:</p>
|
||||
<img src="images/deskbar-images/deskbar.png" alt="deskbar.png" />
|
||||
<ul>
|
||||
<li><p><b>About this system...</b> - Shows some basic information of the system, licenses and the credits of the Haiku project.</p></li>
|
||||
|
||||
<li><p><b>Find...</b> - Opens the <a href="queries.html">Query</a> dialog.</p></li>
|
||||
<li><p><b>Show replicants</b> - Shows/hides the little <a href="gui.html#replicants">Replicant</a> widget you use to drag it around, remove or access its context menu.</p></li>
|
||||
<li><p><b>Mount</b> - Offers the same options as when invoked by right-clicking the Desktop (see <a href="tracker.html#mounting-volumes">Mounting Volumes</a>).</p></li>
|
||||
<li><p><b>Deskbar preferences...</b> - Opens a panel to configure the Deskbar (see below).</p></li>
|
||||
<li><p><b>Shutdown</b> - Offers options to either <span class="menu">Restart system</span> or <span class="menu">Power off</span>.</p></li>
|
||||
<li><p><b>Recent documents, folders, applications</b> - List of the last recently opened documents, folders and applications (see <span class="menu">Deskbar preferences</span> below).</p></li>
|
||||
<li><p><b>Applications, Demos, Deskbar applets, Preferences</b> - List of installed applications, demos, applets and preferences.<br />You can add links to other programs (or any folder, document, query etc.) by putting them into <span class="path">~/config/settings/deskbar/menu/</span>.</p></li>
|
||||
</ul>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>Deskbar Preferences</h3>
|
||||
<img src="images/deskbar-images/prefs-deskbar.png" alt="prefs-deskbar.png" />
|
||||
<p>The Deskbar preference panel is devided into three sections.</p>
|
||||
|
||||
<h4>Applications</h4>
|
||||
<p>The following settings don't apply to your installed applications, but to the behavior and visuals of the list of running applications.</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="menu">Sort running applications</span></td><td> </td><td>Sorts the list of running programs alphabetically.</td></tr>
|
||||
<tr><td><span class="menu">Tracker always first</span></td><td> </td><td>Even if you sort alphabetically, the Tracker entry always stays first in the list.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Show application expander</span></td><td> </td><td>Provides a small widget to show/hide all windows of a program directly under its entry in the Deskbar.</td></tr>
|
||||
<tr><td><span class="menu">Expand new applications</span></td><td> </td><td>Newly launched programs have their windows automatically expanded under their entry in the Deskbar.</td></tr>
|
||||
<tr><td><span class="menu">Hide application names</span></td><td> </td><td>Removes the text labels of running applications.</td></tr>
|
||||
<tr><td><span class="menu">Icon size</span></td><td> </td><td>Adjusts the icon size of running applications. </td></tr>
|
||||
</table>
|
||||
|
||||
<h4>Menu</h4>
|
||||
<p>While the first couple of menu items of the Deskbar are fixed, you can customized the ones below <span class="menu">Shutdown...</span>.<br />
|
||||
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.<br />
|
||||
The button <span class="button">Edit menu...</span> opens the folder <span class="path">~/config/settings/deskbar/menu/</span>. In it you'll find the files and folders that appear in the Deskbar, by default these are <span class="menu">Applications</span>, <span class="menu">Demos</span>, <span class="menu">Deskbar applets</span>, and <span class="menu">Preferences</span>.<br />
|
||||
You can delete or add entries like links to applications, documents or even queries by simply copying/deleting them to/from this folder.</p>
|
||||
<!-- <p _translation_id="432">It's even easier to simply drag a file, folder or saved query and drop it where you want it into the Deskbar.</p> -->
|
||||
<div class="box-info"><p>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:<br />
|
||||
You create a link of the <span class="path">menu</span> folder in <span class="path">~/config/settings/deskbar/</span> and rename to <span class="path">menu_entries</span>. From Terminal that is achieved with:</p>
|
||||
<pre class="terminal">ln -s ~/config/settings/deskbar/menu ~/config/settings/deskbar/menu_entries</pre></div>
|
||||
|
||||
<h4>Window</h4>
|
||||
<p>Finally, the preferences for the Deskbar window.</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="menu">Always on top</span></td><td> </td><td>The Deskbar always stays above all other windows.</td></tr>
|
||||
<tr><td><span class="menu">Auto-raise</span></td><td> </td><td>The Deskbar pops to the front if the mouse pointer touches it.</td></tr>
|
||||
<tr><td><span class="menu">Auto-hide</span></td><td> </td><td>The Deskbar is reduced to only a few pixels and only pops up if the mouse pointer touches them.</td></tr>
|
||||
</table>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="tray" name="tray">The Tray</a></h2>
|
||||
<img src="images/deskbar-images/calendar.png" alt="calendar.png" />
|
||||
<p>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 <a href="preferences/time.html">Time</a> preferences to set it.</p>
|
||||
<p>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. <span class="app">ProcessController</span> is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="list-of-apps" name="list-of-apps">The list of running programs</a></h2>
|
||||
<img src="images/deskbar-images/list-of-apps.png" alt="list-of-apps.png" />
|
||||
<p>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.</p>
|
||||
<p>If you activated Expanders in the Deskbar settings, you can expand/collapse the list of windows directly under an application's entry.</p>
|
||||
<p>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.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="tracker-add-ons.html">Tracker Add-Ons</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="filetypes.html">Tipus d'arxius</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,91 +0,0 @@
|
||||
<?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-2010, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Ginys de l'Escriptori</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/desktop-applets.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/desktop-applets.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/desktop-applets.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/desktop-applets.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/desktop-applets.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/desktop-applets.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/desktop-applets.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/desktop-applets.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/desktop-applets.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/desktop-applets.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/desktop-applets.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/desktop-applets.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/desktop-applets.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/desktop-applets.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/desktop-applets.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/desktop-applets.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/desktop-applets.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="applications.html">Aplicacions</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="preferences.html">Preferències</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Ginys de l'Escriptori</h1>
|
||||
|
||||
<p>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.</p>
|
||||
<table summary="desktop-applets" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td style="width:24px;"><img src="../images/desktop-applets-images/launchbox-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="desktop-applets/launchbox.html">LaunchBox</a></td><td style="width:10px;"> </td>
|
||||
<td valign="top">Dreceres per les vostres aplicacions preferides.</td></tr>
|
||||
<tr><td><img src="../images/desktop-applets-images/networkstatus-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="desktop-applets/networkstatus.html">NetworkStatus</a></td><td> </td>
|
||||
<td valign="top">Esteu connectat?</td></tr>
|
||||
<tr><td><img src="../images/desktop-applets-images/powerstatus-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="desktop-applets/powerstatus.html">PowerStatus</a></td><td> </td>
|
||||
<td valign="top">Mostra l'estat de càrrega de la bateria del vostre portàtil.</td></tr>
|
||||
<tr><td><img src="../images/desktop-applets-images/processcontroller-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="desktop-applets/processcontroller.html">ProcessController</a></td><td> </td>
|
||||
<td valign="top">Fa un seguiment i controla totes les aplicacions i serveis.</td></tr>
|
||||
<tr><td><img src="../images/desktop-applets-images/workspaces-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="desktop-applets/workspaces.html">Workspaces</a></td><td> </td>
|
||||
<td valign="top">Una versió en miniatura de tots els espais de treball.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="applications.html">Aplicacions</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="preferences.html">Preferències</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,108 +0,0 @@
|
||||
<?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. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>LaunchBox</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/desktop-applets/launchbox.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/desktop-applets/launchbox.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/desktop-applets/launchbox.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/desktop-applets/launchbox.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/desktop-applets/launchbox.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/desktop-applets/launchbox.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/desktop-applets/launchbox.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/desktop-applets/launchbox.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/desktop-applets/launchbox.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/desktop-applets/launchbox.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/desktop-applets/launchbox.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/desktop-applets/launchbox.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/desktop-applets/launchbox.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/desktop-applets/launchbox.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/desktop-applets/launchbox.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/desktop-applets/launchbox.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/desktop-applets/launchbox.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
<a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
:: <a href="networkstatus.html">NetworkStatus</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/desktop-applets-images/launchbox-icon_64.png" alt="launchbox-icon_64.png" width="64" height="64" />LaunchBox</h2>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Ginys de l'Escriptori</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/LaunchBox</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/LaunchBox/*</span></td></tr>
|
||||
</table>
|
||||
<p>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.</p>
|
||||
<img src="../images/desktop-applets-images/launchbox.png" alt="launchbox.png" />
|
||||
<p>All options are reached from the context menu:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="menu">Add button here</span></td><td style="width:10px;"> </td><td>Adds an empty button.</td></tr>
|
||||
<tr><td><span class="menu">Clear button</span></td><td> </td><td>Empties a button.</td></tr>
|
||||
<tr><td><span class="menu">Remove button</span></td><td> </td><td>Removes a button.</td></tr>
|
||||
<tr><td><span class="menu">Set description...</span></td><td> </td><td>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 <a href="../filetypes.html#settings-apps">FileTypes</a>). With this menu item you can customize the description for this tooltip.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Settings</span><br />
|
||||
<span class="menu">- Horizontal layout</span><br />
|
||||
<span class="menu">- Icon size</span><br />
|
||||
<span class="menu">- Ignore double-click</span><br />
|
||||
<span class="menu">- Show window border</span><br />
|
||||
<span class="menu">- Auto raise</span><br />
|
||||
<span class="menu">- Show on all workspaces</span></td><td> </td><td class="onelinetop"><br />
|
||||
Aligns the buttons horizontally.<br />
|
||||
Sets the icon size between 16 and 64 pixel.<br />
|
||||
Launches the object only once, even when you (accidentally) double-click.<br />
|
||||
Shows the window border.<br />
|
||||
LaunchBox pops up if the mouse is near the screen edge.<br />
|
||||
Shows the LaunchBox on every workspace.</td></tr>
|
||||
<tr><td><span class="menu">Pad</span><br />
|
||||
<span class="menu">- New</span><br />
|
||||
<span class="menu">- Clone</span><br />
|
||||
<span class="menu">- Close</span></td><td> </td><td><br />
|
||||
Add a new pad.<br />
|
||||
Duplicate the current pad.<br />
|
||||
Close the current pad.</td></tr>
|
||||
<tr><td><span class="menu">LaunchBox</span><br />
|
||||
<span class="menu">- Quit</span></td><td> </td><td><br />
|
||||
Quits all LaunchBox pads.</td><td> </td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
<a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
:: <a href="networkstatus.html">NetworkStatus</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,94 +0,0 @@
|
||||
<?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 2010, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Maciej Bałuta (Google Code-In student)
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>NetworkStatus</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/desktop-applets/networkstatus.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/desktop-applets/networkstatus.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/desktop-applets/networkstatus.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/desktop-applets/networkstatus.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/desktop-applets/networkstatus.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/desktop-applets/networkstatus.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/desktop-applets/networkstatus.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/desktop-applets/networkstatus.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/desktop-applets/networkstatus.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/desktop-applets/networkstatus.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/desktop-applets/networkstatus.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/desktop-applets/networkstatus.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/desktop-applets/networkstatus.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/desktop-applets/networkstatus.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/desktop-applets/networkstatus.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/desktop-applets/networkstatus.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/desktop-applets/networkstatus.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="launchbox.html">LaunchBox</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
:: <a href="powerstatus.html">PowerStatus</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/desktop-applets-images/networkstatus-icon_64.png" alt="networkstatus-icon_64.png" width="64" height="64" />NetworkStatus</h2>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Ginys de l'Escriptori</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/NetworkStatus</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><i>none</i></td></tr>
|
||||
</table>
|
||||
<p>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 <a href="../gui.html#replicants">Replicant</a> handle to drag it to the Desktop.<br />
|
||||
Wherever installed, it's operated via a right-click context menu.</p>
|
||||
<p><img src="../images/networkstatus-images/applet.png" alt="NetworkStatus applet" /><br />
|
||||
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.<br />
|
||||
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 <a href="..\workshop-wlan.html">Workshop: Wireless networking</a> for more information on how to set up a connection.<br />
|
||||
Lastly, you can <span class="menu">Open network preferences...</span> to change your <a href="../preferences/network.html">network configuration</a> or <span class="menu">Quit</span> the applet.</p>
|
||||
|
||||
<h2>Status icons</h2>
|
||||
<table summary="status icons" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><img src="../images/networkstatus-images/icon-ready.png" /></td><td style="width:15px;"></td><td>Ready</td><td>Link is established.</td></tr>
|
||||
<tr><td><img src="../images/networkstatus-images/icon-connecting.png" /></td><td></td><td>Configuring</td><td>Connecting in progress.</td></tr>
|
||||
<tr><td><img src="../images/networkstatus-images/icon-nosettings.png" /></td><td></td><td>No stateful configuration</td><td>Some settings are missing (check <a href="../preferences/network.html">IP configuration</a>).</td></tr>
|
||||
<tr><td><img src="../images/networkstatus-images/icon-noconnection.png" /></td><td></td><td>No link</td><td>There is no physical connection (probably the network cable is not connected and wireless networks are unavailable).</td></tr>
|
||||
<tr><td><img src="../images/networkstatus-images/icon-nodevices.png" /></td><td></td><td>-</td><td>There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="launchbox.html">LaunchBox</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
:: <a href="powerstatus.html">PowerStatus</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,95 +0,0 @@
|
||||
<?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 2010, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Maciej Bałuta (Google Code-In student)
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>PowerStatus</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/desktop-applets/powerstatus.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/desktop-applets/powerstatus.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/desktop-applets/powerstatus.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/desktop-applets/powerstatus.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/desktop-applets/powerstatus.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/desktop-applets/powerstatus.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/desktop-applets/powerstatus.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/desktop-applets/powerstatus.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/desktop-applets/powerstatus.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/desktop-applets/powerstatus.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/desktop-applets/powerstatus.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/desktop-applets/powerstatus.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/desktop-applets/powerstatus.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/desktop-applets/powerstatus.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/desktop-applets/powerstatus.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/desktop-applets/powerstatus.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/desktop-applets/powerstatus.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
|
||||
<span>
|
||||
« <a href="networkstatus.html">NetworkStatus</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Desktop Applets</a>
|
||||
:: <a href="processcontroller.html">ProcessController</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/desktop-applets-images/powerstatus-icon_64.png" alt="powerstatus-icon_64.png" width="64" height="64" />PowerStatus</h2>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Ginys de l'Escriptori</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/PowerStatus</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/PowerStatus settings</span></td></tr>
|
||||
</table>
|
||||
<p>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 <a href="../gui.html#replicants">Replicant</a> handle to drag it to the Desktop.<br />
|
||||
Wherever installed, it's operated via a right-click context menu.</p>
|
||||
<p>Note: PowerStatus requires a working ACPI support.</p>
|
||||
<img src="../images/powerstatus-images/applet.png" alt="PowerStatus applet" />
|
||||
<p>The context menu offers these options:</p>
|
||||
<table summary="options" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="menu">Show text label</span></td><td style="width:10px"></td><td>Shows battery level in percent or remaining time.</td></tr>
|
||||
<tr><td><span class="menu">Show status icon</span></td><td></td><td>Shows icon of the applet.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Show percent / time</span></td><td></td><td>Switch between showing battery level in percent or remaining time (<span class="menu">Show text label</span> has to be active).</td></tr>
|
||||
<tr><td><span class="menu">Battery info...</span></td><td></td><td>Shows the extended battery info window.</td></tr>
|
||||
<tr><td><span class="menu">About...</span></td><td></td><td>Shows the About window.</td></tr>
|
||||
<tr><td><span class="menu">Quit</span></td><td></td><td>Quits the PowerStatus applet.</td></tr>
|
||||
|
||||
</table>
|
||||
<p>When <span class="menu">Show text label</span> is active, the battery level is shown in brackets while charging.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="networkstatus.html">NetworkStatus</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
:: <a href="processcontroller.html">ProcessController</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,111 +0,0 @@
|
||||
<?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 2010-2011, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Maciej Bałuta (Google Code-In student)
|
||||
* Humdinger <[email protected]>
|
||||
*
|
||||
-->
|
||||
<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>ProcessController</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/desktop-applets/processcontroller.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/desktop-applets/processcontroller.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/desktop-applets/processcontroller.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/desktop-applets/processcontroller.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/desktop-applets/processcontroller.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/desktop-applets/processcontroller.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/desktop-applets/processcontroller.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/desktop-applets/processcontroller.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/desktop-applets/processcontroller.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/desktop-applets/processcontroller.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/desktop-applets/processcontroller.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/desktop-applets/processcontroller.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/desktop-applets/processcontroller.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/desktop-applets/processcontroller.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/desktop-applets/processcontroller.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/desktop-applets/processcontroller.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/desktop-applets/processcontroller.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="powerstatus.html">PowerStatus</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
:: <a href="workspaces.html">Espais de Treball</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/desktop-applets-images/processcontroller-icon_64.png" alt="processcontroller-icon_64.png" width="64" height="64" />ProcessController</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Ginys de l'Escriptori</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/ProcessController</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><i>none</i></td></tr>
|
||||
</table>
|
||||
|
||||
<p><img src="../images/processcontroller-images/applet.png" alt="ProcessController applet" style="float:left;margin: 0 1em 0 0" />The 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.</p>
|
||||
<p>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.</p>
|
||||
<p>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 <a href="../gui.html#replicants">Replicant</a> handle to drag it to the Desktop.<br />
|
||||
Wherever it's installed, it's operated via a right-click context menu.<br />
|
||||
To remove the applet again from the Deskbar, uncheck <span class="menu">Live in the Deskbar</span> in its context menu.</p>
|
||||
<h2>Quit an application</h2>
|
||||
<img src="../images/processcontroller-images/quit.png" alt="ProcessController - Quit an application" />
|
||||
<p>To quit an application just choose its name from the <span class="menu">Quit an application</span> 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. </p>
|
||||
<h2>Memory usage</h2>
|
||||
<img src="../images/processcontroller-images/memory.png" alt="ProcessController - Memory usage" />
|
||||
<p>Monitoring memory usage can be rather inaccurate.</p>
|
||||
<p>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).</p>
|
||||
<p>The first row <i>System resources & caches...</i> 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.</p>
|
||||
<table>
|
||||
<tr><td style="width:20px;height:20px;background:#1414E7"></td><td style="width:10px"></td><td>Memory used only by given application (with write access)</td></tr>
|
||||
<tr><td style="height:20px;background:#A4A4F5"></td><td></td><td>Memory including read-only space (can be shared with other applications)</td></tr>
|
||||
</table>
|
||||
|
||||
<h2>Threads and CPU usage</h2>
|
||||
<p>This menu allows you to change thread priorities, kill teams or debug them.</p>
|
||||
<div class="box-stop">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!</div>
|
||||
<img src="../images/processcontroller-images/priority.png" alt="ProcessController - Priority" />
|
||||
<table>
|
||||
<tr><td style="width:20px;height:20px;background:#1414E7"></td><td style="width:10px"></td><td>Kernel code</td></tr>
|
||||
<tr><td style="height:20px;background:#A4A4F5"></td><td></td><td>User code</td></tr>
|
||||
<tr><td style="height:20px;background:#6EBE6E"></td><td></td><td>Idle thread</td></tr>
|
||||
</table>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>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.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="powerstatus.html">PowerStatus</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
:: <a href="workspaces.html">Espais de Treball</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,101 +0,0 @@
|
||||
<?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" xml:lang="en">
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2009-2016, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Canviador dels espais de treball</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../../fr/desktop-applets/workspaces.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../../de/desktop-applets/workspaces.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../../it/desktop-applets/workspaces.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../../ru/desktop-applets/workspaces.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../../es/desktop-applets/workspaces.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/desktop-applets/workspaces.html"><img src="../../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../../jp/desktop-applets/workspaces.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/desktop-applets/workspaces.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../zh_CN/desktop-applets/workspaces.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../../pt_PT/desktop-applets/workspaces.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../../fi/desktop-applets/workspaces.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../../sk/desktop-applets/workspaces.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../../hu/desktop-applets/workspaces.html"><img src="../../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../../pt_BR/desktop-applets/workspaces.html"><img src="../../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../../pl/desktop-applets/workspaces.html"><img src="../../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../../ro/desktop-applets/workspaces.html"><img src="../../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../../en/desktop-applets/workspaces.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="processcontroller.html">ProcessController</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
<h1><img src="../../images/desktop-applets-images/workspaces-icon_64.png" alt="workspaces-icon_64.png" width="64" height="64" /><a name="applet" id="applet">Espais de treball</a></h1>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Barra d'eines:</td><td style="width:15px;"></td><td><span class="menu">Ginys de l'Escriptori</span></td></tr>
|
||||
<tr><td>Ubicació:</td><td></td><td><span class="path">/boot/system/apps/Workspaces</span></td></tr>
|
||||
<tr><td>Preferències:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
|
||||
<span class="path">~/config/settings/Workspaces_settings</span> - Conserva la posició de la finestra del quadre.</td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<img src="../images/workspaces-images/workspaces.png" alt="workspaces.png" />
|
||||
<p>You find the Workspaces applet with the other <span class="menu">Desktop applets</span> 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.<br />
|
||||
<span class="menu">Change workspace count...</span> will open the <a href="../preferences/screen.html">Screen</a> preferences where you set the number of workspaces and their arrangement (how many rows and columns).</p>
|
||||
<p>Since the applet is a <a href="../gui.html#replicants">Replicant</a>, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure <span class="menu">Show replicants</span> is activated in the Deskbar menu). Hold <span class="key">SHIFT</span> while resizing to keep your screen's aspect ratio.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="moving" name="moving">Moure les finestres entre espais de treball</a></h2>
|
||||
<p>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 <span class="key">ALT</span> <span class="key">Fx</span>.</p>
|
||||
<p>For more information on workspaces in general and more keyboard shortcuts, see topic <a href="../workspaces.html">Workspaces</a>.</p>
|
||||
<div class="box-info">Try this: Make the Workspaces window really big and hide the window tab and border. Now go to the <a href="../preferences/shortcuts.html">Shortcuts preferences</a> and assign <span class="key">CTRL</span> <span class="key">^</span> to the Workspaces applet (<span class="path">/system/preferences/Shortcuts</span>).<br />
|
||||
Now you can quickly summon the applet with a key combo and equally quickly dismiss it again with <span class="key">ESC</span>.</div>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="special" name="special">Funcions especials</a></h2>
|
||||
<p>The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:</p>
|
||||
<table summary="functionality-thru-modifiers" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr><td><span class="key">Control</span></td><td style="width:15px;"></td><td>Porta la finestra al davant.</td></tr>
|
||||
<tr><td><span class="key">Control</span> <span class="key">Majúscules</span></td><td></td><td>Minimitza la finestra.</td></tr>
|
||||
<tr><td><span class="key">OPT</span></td><td></td><td>Envia la finestra al darrera.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="processcontroller.html">ProcessController</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Ginys de l'Escriptori</a>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,161 +0,0 @@
|
||||
<?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-2013, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Filesystem layout</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/filesystem-layout.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/filesystem-layout.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/filesystem-layout.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/filesystem-layout.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/filesystem-layout.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/filesystem-layout.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/filesystem-layout.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/filesystem-layout.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/filesystem-layout.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/filesystem-layout.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/filesystem-layout.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/filesystem-layout.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/filesystem-layout.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/filesystem-layout.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/filesystem-layout.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/filesystem-layout.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/filesystem-layout.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="bootloader.html">Carregador d'Arrencada</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="gui.html">Interfície gràfica del Haiku</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Filesystem layout</h1>
|
||||
|
||||
<p>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:</p>
|
||||
<img src="images/filesystem-layout-images/achtung-user.png" alt="achtung-user.png" />
|
||||
<img src="images/filesystem-layout-images/achtung-system.png" alt="achtung-system.png" />
|
||||
<p>The second alert pops up if you try to rename or delete something in the system hierarchy. Here, the "<span class="button">Rename</span>" button will only become clickable when you're holding down the <span class="key">SHIFT</span> key.</p>
|
||||
<p>Generally, there are two separate branches springing from the root folder of the boot volume:</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="path">/boot/system/</span></td><td> </td><td>Contains system files and applications/packages shared by all users.</td></tr>
|
||||
<tr><td><span class="path">/boot/home/</span></td><td> </td><td>This is your personal folder where you keep your data and settings and the applications/packages that are <i>not</i> shared by all users.</td></tr>
|
||||
</table>
|
||||
<p>As long as Haiku isn't multi-user, this distinction between shared and not-shared applications/packages has no apparent effect, as there's only one user with one home folder. But since there will be support for more users than one eventually, it makes sense to learn the right way from the start.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="system" name="system">La carpeta del sistema - <span class="path">/boot/system/</span></a></h2>
|
||||
<p>Under Haiku's predecessor BeOS, this folder was named <span class="path">/boot/beos/</span>. You may still find it in some older documentation (e.g. in the original BeBook).<br />
|
||||
Most of the folders inside <span class="path">/boot/system/</span> are read-only, which is sensible as they contain the files necessary for Haiku to function correctly and therefore have to be safe from (accidental) alteration. The only user-writable folders are:</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="path">/boot/system/cache/</span></td><td> </td><td>Contains cached files and the temporary folder linked to <span class="path">/tmp/</span>.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="path">/boot/system/non-packaged/</span></td><td> </td><td>Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives).</td></tr>
|
||||
<tr><td><span class="path">/boot/system/packages/</span></td><td> </td><td>Besides holding Haiku's system packages, you can add/remove packages shared by all users.</td></tr>
|
||||
<tr><td><span class="path">/boot/system/settings/</span></td><td> </td><td>Contains system-wide settings.</td></tr>
|
||||
<tr><td><span class="path">/boot/system/var/</span></td><td> </td><td>Contains logs like the syslog (important when troubleshooting) and is the default location for the swap file.</td></tr>
|
||||
</table>
|
||||
<p><span class="box-info">For more information on the <span class="path">packages</span> and <span class="path">non-packaged</span> folders, see topic <a href="applications.html">Applications</a>.</span></p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="home" name="home">La carpeta home - <span class="path">/boot/home/</span></a></h2>
|
||||
<p>This folder belongs to you. Here you can create and delete files and folders as you wish. (By the way, the tilde ("<tt>~</tt>") is a shortcut for your home folder, so you don't always have to write "<span class="path">/boot/home/</span>" in Terminal.)<br />
|
||||
Files that you'd like to share with other users in a future multi-user environment have do be put outside <span class="path">/boot/home/</span>. For example, you could create a folder <span class="path">/boot/all-users/</span> and put the stuff there.</p>
|
||||
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr><td><span class="path">~/Desktop/</span></td><td style="width:10px;"> </td>
|
||||
<td>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 <a href="workspaces.html">Workspace</a>. Of course, <a href="tracker.html#drill-down">drilling</a> down by right-clicking is also possible.</td></tr>
|
||||
<tr><td><span class="path">~/mail/</span></td><td style="width:10px;"> </td>
|
||||
<td>This is the default location for your mails.</td></tr>
|
||||
<tr><td><span class="path">~/people/</span></td><td style="width:10px;"> </td>
|
||||
<td>This is the default location for you contact files, see <a href="applications/people.html">People</a>.</td></tr>
|
||||
<tr><td><span class="path">~/queries/</span></td><td style="width:10px;"> </td>
|
||||
<td><a href="queries.html">Queries</a> are stored here, by default temporarily for 7 days.</td></tr>
|
||||
</table>
|
||||
|
||||
<p>The folder <span class="path">/boot/home/config/</span> is special: just like <span class="path">/boot/system/</span> it's mostly under the control of the package management and therefore read-only. It too contains these similar user-writable folders:</p>
|
||||
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr><td><span class="path">~/config/packages/</span></td><td style="width:10px;"> </td>
|
||||
<td>Here you can add/remove packages that are <i>not</i> shared by all users.</td></tr>
|
||||
|
||||
<tr><td class="onelinetop"><span class="path">~/config/non-packaged/</span></td><td> </td>
|
||||
<td>Contains a hierarchy for files that aren't part of a .hpkg (probably from old BeOS archives) and are <i>not</i> shared by all users.</td></tr>
|
||||
|
||||
<tr><td><span class="path">~/config/settings/</span></td><td> </td>
|
||||
<td>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.</td></tr>
|
||||
</table>
|
||||
|
||||
<p><span class="box-info">For more information on the <span class="path">packages</span> and <span class="path">non-packaged</span> folders, see topic <a href="applications.html">Applications</a>.</span></p>
|
||||
<p>Here are some of the more interesting subfolders in <span class="path">~/config/settings/</span>:</p>
|
||||
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr><td><span class="path">boot/</span></td><td style="width:10px;"> </td>
|
||||
<td>This folder is the place for <a href="bash-scripting.html#user-scripts">User Scripts</a> that are executed before or after the system boots up or shuts down.</td></tr>
|
||||
|
||||
<tr><td><span class="path">boot/launch/</span></td><td> </td>
|
||||
<td>Links to programs or documents in this folder are automatically launched on every boot-up.</td></tr>
|
||||
|
||||
<tr><td><span class="path">beos_mime/</span></td><td> </td>
|
||||
<td>In this <acronym title="Multipurpose Internet Mail Extensions">MIME</acronym> database Haiku keeps track of all the different <a href="filetypes.html">filetypes</a> and their settings.</td></tr>
|
||||
|
||||
<tr><td class="onelinetop"><span class="path">deskbar/menu/</span></td><td> </td>
|
||||
<td>Copied or linked to files/folders/queries in this folder appear in the <a href="deskbar.html#deskbar-menu">Deskbar menu</a>.</td></tr>
|
||||
|
||||
<tr><td class="onelinetop"><span class="path">kernel/drivers/</span></td><td> </td>
|
||||
<td>There's one settings file that may be of interest: <span class="cli">kernel</span> offers some low level configurations like disabling <acronym title="Symmetric Multi Processing">SMP</acronym>, activating serial debugging or enabling advanced power management. You activate a configuration line by removing the commentary symbol "<tt>#</tt>". Be careful here!</td></tr>
|
||||
|
||||
<tr><td><span class="path">Tracker/</span></td><td> </td>
|
||||
|
||||
<td>Besides the various settings files for Tracker, there are some interesting subfolders:</td></tr>
|
||||
<tr><td align="right"><span class="path">DefaultFolderTemplate/</span></td><td style="width:10px;"></td><td>Show and arrange all attributes and the window size to your liking. Every new folder you create will use it as a template.</td></tr>
|
||||
|
||||
<tr><td align="right"><span class="path">DefaultQueryTemplates/</span></td><td></td><td>You can define the layout of query result windows for certain filetypes. See topic <a href="queries.html#result-window">Query: The result window</a>.</td></tr>
|
||||
|
||||
<tr><td align="right"><span class="path">Go/</span></td><td></td><td>Put links to your favorite locations in here to make them available e.g. in open and save panels. See topic <a href="gui.html#favorites-recent">Haiku's GUI: Favorites and recent folders</a>.</td></tr>
|
||||
|
||||
<tr><td align="right"><span class="path">Tracker New Template/</span></td><td></td><td>Add a template for any filetype that's then available from Tracker's <span class="menu">File | New...</span> menu. See topic <a href="tracker.html#working-with-files">Tracker: Working with files</a>.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="bootloader.html">Carregador d'Arrencada</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="gui.html">Interfície gràfica del Haiku</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,128 +0,0 @@
|
||||
<?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-2009, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Tipus d'arxius</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/filetypes.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/filetypes.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/filetypes.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/filetypes.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/filetypes.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/filetypes.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/filetypes.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/filetypes.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/filetypes.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/filetypes.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/filetypes.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/filetypes.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/filetypes.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/filetypes.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/filetypes.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/filetypes.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/filetypes.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="deskbar.html">Barra de l'Escriptori</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="attributes.html">Atributs</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h1>Tipus d'arxius</h1>
|
||||
|
||||
<p>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 <acronym title="Multipurpose Internet Mail Extensions">MIME</acronym> types just like it's custom on the internet.</p>
|
||||
<div class="box-info">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.</div>
|
||||
|
||||
<h2><a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="specific-file" name="specific-file">Canviar el tipus de fitxer d'un fitxer determinat</a></h2>
|
||||
<p>You can change the type of a specific file, its icon and the associated application. Select the file and invoke the <span class="menu">Add-Ons | Filetype add-on</span> from the right-click context menu.</p>
|
||||
<img src="images/filetypes-images/filetype-addon.png" alt="filetype-addon.png" />
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a name="filetype" id="filetype">El Tipus de fitxer</a></h3>
|
||||
<p>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:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="button">Trieu...</span></td><td> </td><td>shows a hierarchical list of filetypes where you navigate to <tt>image | GIF Image</tt>.</td></tr>
|
||||
<tr><td><span class="button">Igual que...</span></td><td> </td><td>opens a file dialog where you choose any file that already has the filetype you're looking for.</td></tr>
|
||||
</table>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="preferred-app" name="preferred-app">Aplicació Preferida</a></h3>
|
||||
<p>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.</p>
|
||||
|
||||
<p>The <span class="menu">Default application</span> 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 <span class="button">Select...</span> and <span class="button">Same as...</span> which do the similar thing described under "The File Type" above.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="icon" name="icon">La Icona</a></h3>
|
||||
<p>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 <span class="app">Filetype add-on</span> 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 <a href="applications/icon-o-matic.html">Icon-O-Matic</a>.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="settings-apps" name="settings-apps">Paràmetres especials per les aplicacions</a></h2>
|
||||
<p>If you invoke the <span class="app">Filetype add-on</span> on an executable (here: <span class="app">StyledEdit</span>), you'll get a different dialog:</p>
|
||||
<img src="images/filetypes-images/filetype-addon-stylededit.png" alt="filetype-addon-stylededit.png" />
|
||||
<p>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.</p>
|
||||
<p>Below it are several flags, controlling the app's behaviour:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><span class="menu">Arrancada única</span></td><td> </td><td>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.</td></tr>
|
||||
<tr><td><span class="menu">Arrancada múltiple</span></td><td> </td><td>Many instances of the app can run simultaneously.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="menu">Arrancada exclusiva</span></td><td> </td><td>Really only one instance with that app's signature is allowed to run at a time.</td></tr>
|
||||
<tr><td><span class="menu">Només arguments</span></td><td> </td><td>Indicates the app doesn't respond to messages.</td></tr>
|
||||
<tr><td><span class="menu">En segón pla</span></td><td> </td><td>The app won't appear in <a href="twitcher.html">Twitcher</a> or the list of running apps of the Deskbar.</td></tr>
|
||||
</table>
|
||||
<p>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 <span class="menu">Open with...</span> context menu when you right-click on a file of that type.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="filetypes-preferences" name="filetypes-preferences">Paràmetres global de les Preferències del Tipus de Fitxers</a></h2>
|
||||
<p>The <span class="app">FileTypes</span> 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.</p>
|
||||
<p>All filetypes and their configurations are stored in <span class="path">/boot/home/config/settings/beos_mime/</span>. Before you start experimenting, it may be prudent to make a backup of that folder...</p>
|
||||
<p>To learn more about the <span class="app">FileTypes</span> preferences see the workshop: <a href="workshop-filetypes+attributes.html">Filetypes, Attributes, Index and Queries</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="deskbar.html">Barra de l'Escriptori</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="attributes.html">Atributs</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,167 +0,0 @@
|
||||
<?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. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Paco Rivière
|
||||
*
|
||||
-->
|
||||
<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>Interfície gràfica del Haiku</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Manual d'usuari</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner">
|
||||
<ul class="lang-menu">
|
||||
<li class="now"><img src="../images/flags/ca.png" alt="" /> Català</li>
|
||||
<li><a href="../fr/gui.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
|
||||
<li><a href="../de/gui.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
|
||||
<li><a href="../it/gui.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
|
||||
<li><a href="../ru/gui.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../es/gui.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../sv_SE/gui.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../jp/gui.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../uk/gui.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../zh_CN/gui.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../pt_PT/gui.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||||
<li><a href="../fi/gui.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sk/gui.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../hu/gui.html"><img src="../images/flags/hu.png" alt="" />Magyar</a></li>
|
||||
<li><a href="../pt_BR/gui.html"><img src="../images/flags/pt_BR.png" alt="" />Português (Brazil)</a></li>
|
||||
<li><a href="../pl/gui.html"><img src="../images/flags/pl.png" alt="" />Polski</a></li>
|
||||
<li><a href="../ro/gui.html"><img src="../images/flags/ro.png" alt="" />Română</a></li>
|
||||
<li><a href="../en/gui.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="filesystem-layout.html">Filesystem layout</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="workspaces.html">Espais de Treball</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Índex</td></tr>
|
||||
<tr class="index"><td>
|
||||
<a href="#move-resize">Easy moving and resizing</a><br />
|
||||
<a href="#stack-tile">Stack & Tile</a><br />
|
||||
<a href="#open-save-panel">Open and save panels</a><br />
|
||||
<a href="#replicants">Replicants</a></td></tr>
|
||||
</table>
|
||||
|
||||
<h1>Interfície gràfica del Haiku</h1>
|
||||
|
||||
<p>Haiku's graphical user interface is an integral part of the system. Unlike Unix-based operating systems, there's no separate window manager and booting just into a command line shell is not possible. Haiku's focus being on the desktop user, this is just not considered necessary.</p>
|
||||
<p>As you probably have experience with other graphical environments, let's skip over the standards like menus, right-click context menus, drag&drop etc. Let's have a look at the few unique aspects of Haiku's GUI instead.</p>
|
||||
<img src="images/gui-images/gui.png" alt="gui.png" />
|
||||
<p>There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.</p>
|
||||
<ol>
|
||||
<li><p>The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic <a href="deskbar.html">Deskbar</a>.</p></li>
|
||||
<li>The yellow tab offers more than just a program's name or a document's filename:
|
||||
<ul><li>You can move it by holding the <span class="key">SHIFT</span> key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.</li>
|
||||
<li>You minimize a window with a double-click on its tab (or with <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">M</span>). A such hidden window can be accessed by its entry in the <a href="deskbar.html">Deskbar</a> or the <a href="twitcher.html">Twitcher</a>.</li>
|
||||
<li>You can send a window to the back with a right-click on its tab (or its border).</li></ul></li>
|
||||
<li><p>The close button.</p></li>
|
||||
<li><p>The "zoom" button (or <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">Z</span>). 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.</p></li>
|
||||
<li><p>The window border. Left-dragging moves the window, right-dragging resizes.</p></li>
|
||||
<li><p>The resize corner.</p></li>
|
||||
</ol>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="move-resize" name="move-resize">Una forma ràpida de moure o canviar la mida de les finestres</a></h2>
|
||||
<p>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. <br />Right-dragging a border for resizing works, but again you'll have to aim carefully.</p>
|
||||
<p>To address these issues, Haiku provides a neat solution using the window management key combo <span class="key">CTRL</span> <span class="key">ALT</span> and the mouse. See also chapter <a href="keyboard-shortcuts.html#general">Shortcuts and key combinations</a> for more shortcuts concerning window management.</p>
|
||||
<img src="images/gui-images/resizing.png" alt="resizing.png" />
|
||||
<p>Holding down <span class="key">CTRL</span> <span class="key">ALT</span> 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 <i>right mouse button</i> will resize the window along the highlighted border(s).</p>
|
||||
<p>Hold down <span class="key">CTRL</span> <span class="key">ALT</span> and click and drag with the <i>left mouse button</i> anywhere in a window to move it around. A quick click with the <i>right mouse button</i> sends it to the back.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="stack-tile" name="stack-tile">Pila i Mosaic </a></h2>
|
||||
<p>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".<br />
|
||||
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 <tt>haiku</tt>. In this animation, the user clicks on the tabs of the stacked windows to alternately bring one or the other to the front.</p>
|
||||
<img src="images/gui-images/gui-s+t.gif" alt="gui-s+t.gif" />
|
||||
<p>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.</p>
|
||||
<p>Doing the actual arranging of windows is easy: Hold down <span class="key">OPT</span> while dragging a window by its tab close to another window's tab or border until it's highlighted and release the mouse button.</p>
|
||||
<p>Stack & Tile consists of two related parts.</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><img src="images/gui-images/gui-stacking.png" alt="gui-stacking.png" /></td><td width="10"></td>
|
||||
<td><p>"<i>Stacking</i>" is putting windows on top of each other, automatically moving the yellow tabs into position.<br />
|
||||
While holding <span class="key">OPT</span>, tabs change color when they overlap; drop the window to establish the stacking.</p></td></tr></table>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2" vspace="10">
|
||||
<tr><td><img src="images/gui-images/gui-tiling.png" alt="gui-tilinging.png" /></td><td></td>
|
||||
<td><p>"<i>Tiling</i>" means gluing windows horizontally or vertically together.<br />
|
||||
Again, while holding <span class="key">OPT</span>, the borders that'll fuse together when you drop the window change color when brought near each other.</p></td></tr></table>
|
||||
<p>Separation is done in the same way, by holding <span class="key">OPT</span> while dragging a window by its tab out of the group.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="open-save-panel" name="open-save-panel">Obrir i desar els quadres</a></h2>
|
||||
<p>When opening or saving a file from any application, a panel like this opens:</p>
|
||||
<img src="images/gui-images/open-save.png" alt="open-save.png" />
|
||||
<p>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.<br />
|
||||
You can enter parent folders with the pop-up menu above the file listing.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="open-save-shortcuts" name="open-save-shortcuts">Dreceres de Teclat</a></h3>
|
||||
<p>Many shortcuts in open and save panels are the same used in Tracker. Besides the commands that are also available through the <span class="menu">File</span> menu, there are a few not that obvious:</p>
|
||||
<table summary="shortcuts" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="key">ALT</span> <span class="key">N</span></td><td></td><td>Prepara una nova carpeta.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">E</span></td><td></td><td> Lets you rename the selected entry.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">↑</span></td><td style="width:24px;"></td><td> Moves into the parent folder.</td></tr>
|
||||
<tr><td class="onelinetop"><span class="key">ALT</span> <span class="key">↓</span> or <span class="key">Intro</span></td><td></td><td> Moves into the selected folder.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">D</span></td><td></td><td> Takes you to your Desktop.</td></tr>
|
||||
<tr><td><span class="key">ALT</span> <span class="key">H</span></td><td></td><td> Takes you to your Home folder.</td></tr>
|
||||
</table>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="favorites-recent" name="favorites-recent">Preferits i carpetes recents</a></h3>
|
||||
<p>The <span class="menu">Favorites</span> 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.</p>
|
||||
<img src="images/gui-images/favorites.png" alt="favorites.png" />
|
||||
<p>To add a Favorite, you simply navigate to your destination and choose <span class="menu">Favorites | Add current folder</span>. From now on it will appear in every open/save panel. To remove a Favorite, choose <span class="menu">Favorites | Configure favorites...</span> and delete its entry.<br />
|
||||
All Favorites are kept in <span class="path">/boot/home/config/settings/Tracker/Go/</span>. So you might as well add and remove links to files and folders there directly.</p>
|
||||
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="replicants" name="replicants">Replicables</a></h2>
|
||||
<p>Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to <span class="menu">Show replicants</span> is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:</p>
|
||||
<img src="../images/gui-images/replicant.png" alt="replicant.png" />
|
||||
<p>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.<br />
|
||||
A right-click on a Replicant handle offers a context menu to show the originating app's <span class="menu">About</span> window and to <span class="menu">Remove replicant</span>.</p>
|
||||
<div class="box-info">Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete <span class="path">~/config/settings/Tracker/tracker_shelf</span>. Unfortunately, this will remove <i>all</i> Replicants from the Desktop.</div>
|
||||
<p>Exemples d'aplicacions replicables són els grafics del <a href="applications/activitymonitor.html">Monitor d'Activitat</a>, el <a href="workspaces.html">Giny dels Espais de Treball</a> o la <a href="applications/deskcalc.html">Calculadora</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="filesystem-layout.html">Filesystem layout</a>
|
||||
:: <a href="contents.html" class="uplink">Contingut</a>
|
||||
:: <a href="workspaces.html">Espais de Treball</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 15 KiB |